Public bug reported:

Binary package hint: debianutils

Every day jobs started by anacron work only some (two or three) days
after reboot and no more. Then daily anacron process stays working
because 'run-part --report /etc/cron.daily' doesn't exit. I see it
starts logrotate but after some days run-parts stops wait() it's child
exit and I'll have zombie logrotate and still "running" anacron daily.

Some outputs:

% pstree -p
init(1)──anacron(9929)───run-parts(10167)───logrotate(10242)

% ps axwu|egrep '(anacron|run-parts|logrotate)'
root      9929  0.0  0.1   1760   648 ?        Ss   Oct15   0:00 
/usr/sbin/anacron -s
root     10167  0.0  0.0   1552   380 ?        SN   Oct15   0:00 run-parts 
--report /etc/cron.daily
root     10242  0.0  0.0      0     0 ?        ZNs  Oct15   0:00 [logrotate] 
<defunct>

** Affects: debianutils (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
logrotate runned by run-part becomes zombie
https://launchpad.net/bugs/66503

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to