Comment 29 for bug 688541

Revision history for this message
Clint Byrum (clint-fewbar) wrote : Re: [Bug 688541] Re: race condition on shutdown (leads to corrupted fs)

On Thu, 2010-12-23 at 22:07 +0000, ingo wrote:
> I took you literally and canged all [!2345], not the others:
>
> The remaining now are:
>
> fgrep "stop on runlevel" /etc/init/*.conf
> /etc/init/rc.conf:stop on runlevel [!$RUNLEVEL]
> /etc/init/rcS.conf:stop on runlevel [!S]
> /etc/init/rc-sysinit.conf:stop on runlevel
> /etc/init/tty2.conf:stop on runlevel [!23]
> /etc/init/tty3.conf:stop on runlevel [!23]
> /etc/init/tty4.conf:stop on runlevel [!23]
> /etc/init/tty5.conf:stop on runlevel [!23]
> /etc/init/tty6.conf:stop on runlevel [!23]
> /etc/init/ufw.conf:stop on runlevel [!023456]
>
> I still get the orphaned inodes. Shall I also convert the tty's?
>

You can, but I doubt they're the problem.

Can you paste the output of

lsof -n |grep deleted

After the reinstall?

Thanks.