Comment 60 for bug 672177

Revision history for this message
Clint Byrum (clint-fewbar) wrote : Re: [Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

On Sun, 2011-01-23 at 11:50 +0000, ingo wrote:
> Sorry, but I can't reproduce it now, getting still 4 orphaned inodes.
> Can I insert some lines to log which libs are still in use?
>

Yes, you can put this just after the remounts:

lsof -n | grep DEL
sleep 10

Which will give you 10 seconds to view anything that still has deleted
files open.

I recently found that sshd also may interfere w/ the remounting of root
in lucid (not as likely in maverick as it is stopped on runlevel [!
2345]) because it is not properly restarted on libc6 upgrade.

See bug #531912 for more info on that.