[augeas-devel] [Augeas] #43: /etc/postfix/main.cf multiline value parse error

Augeas trac at fedorahosted.org
Thu Feb 26 00:51:50 UTC 2009


#43: /etc/postfix/main.cf multiline value parse error
-----------------------+----------------------------------------------------
 Reporter:  bab5freak  |       Owner:  lutter
     Type:  defect     |      Status:  new   
 Priority:  major      |   Milestone:  next  
Component:  Augeas     |     Version:  devel 
 Keywords:             |  
-----------------------+----------------------------------------------------
 When attempting to parse /etc/postfix/main.cf on RHEL5:

 {{{
 [root at localhost nodes]# augtool print /augeas/files/etc/postfix
 /augeas/files/etc/postfix
 /augeas/files/etc/postfix/main.cf
 /augeas/files/etc/postfix/main.cf/path = "/files/etc/postfix/main.cf"
 /augeas/files/etc/postfix/main.cf/lens
 /augeas/files/etc/postfix/main.cf/lens/info =
 "/usr/share/augeas/lenses/postfix_main.aug:40.17-.40"
 /augeas/files/etc/postfix/main.cf/lens/id = "0xdfd8090"
 /augeas/files/etc/postfix/main.cf/error = "parse_failed"
 /augeas/files/etc/postfix/main.cf/error/pos = "24421"
 /augeas/files/etc/postfix/main.cf/error/message = "Short iteration"
 /augeas/files/etc/postfix/master.cf
 /augeas/files/etc/postfix/master.cf/path = "/files/etc/postfix/master.cf"
 /augeas/files/etc/postfix/master.cf/lens
 /augeas/files/etc/postfix/master.cf/lens/info =
 "/usr/share/augeas/lenses/postfix_master.aug:49.17-.40"
 /augeas/files/etc/postfix/master.cf/lens/id = "0xe001230"
 [root at localhost nodes]#
 }}}

 That corresponds to the debugger_command setting, which is a multiline
 value:

 {{{
 debugger_command =
       PATH=/bin:/usr/bin:/sbin:/usr/sbin; export PATH; screen
       -dmS $process_name gdb $daemon_directory/$process_name
       $process_id & sleep 1
 }}}

-- 
Ticket URL: <https://fedorahosted.org/augeas/ticket/43>
Augeas <http://augeas.net/>
a configuration API




More information about the augeas-devel mailing list