<div dir="ltr"><div><div><div><div><div><div><div><div><div>Any advice of tracking down the cause of various zombies on my LXC containers?<br><br></div>I used to have zombie problems on my LXC hosts as well, but this was the LXC API bug that was fixed in 1.0.6 (just installed from trusty-proposed).  <br><br></div>However my zombie problems inside my Trusty containers persist.  One that's fairly consistent is cron.  It almost looks like the old cron bug that I'm pretty sure was fixed ages ago: <a href="https://bugs.launchpad.net/ubuntu/+source/cron/+bug/137785">https://bugs.launchpad.net/ubuntu/+source/cron/+bug/137785</a><br><br></div>If I kill -9 the main cron proc the zombies clear.  Restarting the container will also clear them (though it'll take awhile to stop). However, they usually come right back.  For whatever reason if I restart the container enough times, they stop returning completely though.<br><br>root@lxccontainer04:~# ps waux |grep Z |grep cron<br>root     11641  0.0  0.0      0     0 ?        Z    23:05   0:00 [cron] <defunct><br>root     11642  0.0  0.0      0     0 ?        Z    23:05   0:00 [cron] <defunct><br>root     11734  0.0  0.0      0     0 ?        Z    23:10   0:00 [cron] <defunct><br>root     11735  0.0  0.0      0     0 ?        Z    23:10   0:00 [cron] <defunct><br>root     11814  0.0  0.0      0     0 ?        Z    23:15   0:00 [cron] <defunct><br>root     11815  0.0  0.0      0     0 ?        Z    23:15   0:00 [cron] <defunct><br>root     11816  0.0  0.0      0     0 ?        Z    23:15   0:00 [cron] <defunct><br><br></div></div></div></div>BTW, these same cronjobs work just fine from the command line and on normal (non-container) machines don't produce any zombies. <br><br></div>Any advice on tracking down the cause of this is much appreciated. <br><br></div>/Brandon<br><br></div>