Re: SOLVED [expert] iput: inode count wrapped error on shutdown

2000-07-31 Thread kf
You shouldn't mess with the /proc filesystem. It's a virtual fs used by the kernel to keep track of things. kf On Sun, 30 Jul 2000, Sundeep Mediratta wrote: = The error is caused by umount trying to unmount the /proc/bus/usb = filesystem. umount -a is called by the /etc/rc.d/init.d/halt scri

SOLVED [expert] iput: inode count wrapped error on shutdown

2000-07-31 Thread Sundeep Mediratta
The error is caused by umount trying to unmount the /proc/bus/usb filesystem. umount -a is called by the /etc/rc.d/init.d/halt script. Removing this entry in /etc/mtab prevents the error and kernel hang. Did this by making changes in the halt script mentioned above, in the same way that the halt