[augeas-devel] [Augeas] #61: logrotate.aug "Iterated lens matched less than it should"

Augeas trac at fedorahosted.org
Tue Apr 7 21:39:51 UTC 2009


#61: logrotate.aug "Iterated lens matched less than it should"
-------------------------+--------------------------------------------------
 Reporter:  mconigliaro  |       Owner:  lutter
     Type:  defect       |      Status:  new   
 Priority:  major        |   Milestone:  next  
Component:  Augeas       |     Version:  0.5.0 
 Keywords:               |  
-------------------------+--------------------------------------------------
 {{{
 /augeas/files/etc/logrotate.d/acpid/error = "parse_failed"
 /augeas/files/etc/logrotate.d/acpid/error/pos = "0"
 /augeas/files/etc/logrotate.d/acpid/error/line = "1"
 /augeas/files/etc/logrotate.d/acpid/error/char = "0"
 /augeas/files/etc/logrotate.d/acpid/error/lens =
 "/usr/share/augeas/lenses/dist/logrotate.aug:107.13-.54"
 /augeas/files/etc/logrotate.d/acpid/error/message = "Iterated lens matched
 less than it should"
 /augeas/files/etc/logrotate.d/conman/error = "parse_failed"
 /augeas/files/etc/logrotate.d/conman/error/pos = "40"
 /augeas/files/etc/logrotate.d/conman/error/line = "5"
 /augeas/files/etc/logrotate.d/conman/error/char = "0"
 /augeas/files/etc/logrotate.d/conman/error/lens =
 "/usr/share/augeas/lenses/dist/logrotate.aug:107.13-.54"
 /augeas/files/etc/logrotate.d/conman/error/message = "Iterated lens
 matched less than it should"

 }}}

 /etc/logrotate.d/acpid:
 {{{
 /var/log/acpid {
     missingok
     notifempty
     size=64k
     postrotate
         /etc/init.d/acpid condrestart >/dev/null || :
     endscript
 }
 }}}

 /etc/logrotate.d/conman:
 {{{
 ##
 # ConMan Logrotate Configuration
 ##

 /var/log/conman/* {
   compress
   missingok
   nocopytruncate
   nocreate
   nodelaycompress
   nomail
   notifempty
   olddir /var/log/conman.old/
   rotate 4
   sharedscripts
   size=5M
   weekly
   postrotate
     /usr/bin/killall -HUP conmand
   endscript
 }
 }}}

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




More information about the augeas-devel mailing list