Public bug reported:

I just upgrade to hardy, an I notice that the mountall-net-fs won't
finish.

It sleeps forever.


 17 while [ -d $LOCKNAME ] || [ -d /dev/shm/var.run ] || ! mkdir $LOCKNAME 
2>/dev/null; do
 18   sleep 1
 19 done

The problem in my case is that  /dev/shm/var.run IS a directory, so the
script just sleep, and don't do anything else. The directory is created
at boot time an isn't removed...

Why should this directory be checked, and why can't I just delete it?

[EMAIL PROTECTED]:~# rmdir /dev/shm/var.run
rmdir: konnte „/dev/shm/var.run“ nicht entfernen: Device or resource busy

** Affects: sysvinit (Ubuntu)
     Importance: Undecided
         Status: New

-- 
mountall-net-fs sleeps forever in hardy
https://bugs.launchpad.net/bugs/222638
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to