Configuration keyword expected: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
(reformatted from previous troubleshooting page)
Line 1: Line 1:
; Error messages : Example error messages from [[amcheck]] command
{{Troubleshooting Category|Error Messages}}{{Troubleshooting Category|Amcheck}}
 
{{Troubleshooting Problem}}
Error messages such as the following from [[amcheck]] command
  "/etc/amanda/daily/amanda.conf", line 24: configuration keyword expected
  "/etc/amanda/daily/amanda.conf", line 24: configuration keyword expected
  "/etc/amanda/daily/amanda.conf", line 24: end of line expected
  "/etc/amanda/daily/amanda.conf", line 24: end of line expected
  amcheck: errors processing config file "/etc/amanda/daily/amanda.conf"
  amcheck: errors processing config file "/etc/amanda/daily/amanda.conf"


; Causes:
{{Troubleshooting Solution}}
 
* Check if the parameter on the given line of the configuration file is valid. List of valid parameters is described in [[amanda.conf]]
* Check if the parameter in line 24 of the configuration file is valid. List of valid parameters is described in [[amanda.conf]]
* Check if the parameter on the given line is in the correct section. For example: Some parameters can be specified in global as well as dumptype section. Some parameters can only be present in a dumptype section.
 
* Check if the parameter in line 24 is in the correct section. For example: Some parameters can be specified in global as well as dumptype section. Some parameters can only be present in a dumptype section.
 
 
----
See more [[amcheck issues]]

Revision as of 23:35, 6 April 2007

Template:Troubleshooting CategoryTemplate:Troubleshooting Category Template:Troubleshooting Problem Error messages such as the following from amcheck command

"/etc/amanda/daily/amanda.conf", line 24: configuration keyword expected
"/etc/amanda/daily/amanda.conf", line 24: end of line expected
amcheck: errors processing config file "/etc/amanda/daily/amanda.conf"

Template:Troubleshooting Solution

  • Check if the parameter on the given line of the configuration file is valid. List of valid parameters is described in amanda.conf
  • Check if the parameter on the given line is in the correct section. For example: Some parameters can be specified in global as well as dumptype section. Some parameters can only be present in a dumptype section.