Re: Unable to unmount idle filesystem on 6.2

2008-01-12 Thread Kris Kennaway
Darren Pilgrim wrote: Kris Kennaway wrote: Darren Pilgrim wrote: softdep_waitidle: Failed to flush worklist for 0xc66e5298 A quick check and that message gets spit out whenever I issue any of the following commands: # mount -uo ro /usr/ports # umount /usr/ports # umount -f /usr/ports As luc

Re: Unable to unmount idle filesystem on 6.2

2008-01-12 Thread Darren Pilgrim
Kris Kennaway wrote: Darren Pilgrim wrote: softdep_waitidle: Failed to flush worklist for 0xc66e5298 A quick check and that message gets spit out whenever I issue any of the following commands: # mount -uo ro /usr/ports # umount /usr/ports # umount -f /usr/ports As luck would have it I ran

Re: Unable to unmount idle filesystem on 6.2

2008-01-12 Thread Kris Kennaway
Darren Pilgrim wrote: Kris Kennaway wrote: Darren Pilgrim wrote: I'm unable to unmount an idle filesystem (or even drop it to read-only): # mount /dev/da0s1a on / (ufs, local, noatime) devfs on /dev (devfs, local) /dev/da0s1d on /var (ufs, local, noatime, soft-updates) /dev/da0s1e on /usr (ufs

Re: Unable to unmount idle filesystem on 6.2

2008-01-12 Thread Michaël Grünewald
Darren Pilgrim <[EMAIL PROTECTED]> writes: > I'm unable to unmount an idle filesystem (or even drop it to > read-only): > > # umount /usr/ports > umount: unmount of /usr/ports failed: Device busy Do you have HAL daemon running? I recently had the same problem, and it turned out that momentaneous

Re: Unable to unmount idle filesystem on 6.2

2008-01-11 Thread Darren Pilgrim
Kris Kennaway wrote: Darren Pilgrim wrote: I'm unable to unmount an idle filesystem (or even drop it to read-only): # mount /dev/da0s1a on / (ufs, local, noatime) devfs on /dev (devfs, local) /dev/da0s1d on /var (ufs, local, noatime, soft-updates) /dev/da0s1e on /usr (ufs, local, noatime, soft-

Re: Unable to unmount idle filesystem on 6.2

2008-01-11 Thread Bill Campbell
On Fri, Jan 11, 2008, Darren Pilgrim wrote: >Kris Kennaway wrote: >>Darren Pilgrim wrote: >>>I'm unable to unmount an idle filesystem (or even drop it to >>>read-only): ... >>># umount -f /usr/ports >>>umount: unmount of /usr/ports failed: Device busy >>> >>># mount -o ro /usr/ports >>>mount: /dev/

Re: Unable to unmount idle filesystem on 6.2

2008-01-11 Thread Darren Pilgrim
Kris Kennaway wrote: Darren Pilgrim wrote: I'm unable to unmount an idle filesystem (or even drop it to read-only): # mount /dev/da0s1a on / (ufs, local, noatime) devfs on /dev (devfs, local) /dev/da0s1d on /var (ufs, local, noatime, soft-updates) /dev/da0s1e on /usr (ufs, local, noatime, soft-

Re: Unable to unmount idle filesystem on 6.2

2008-01-11 Thread Kris Kennaway
Darren Pilgrim wrote: I'm unable to unmount an idle filesystem (or even drop it to read-only): # mount /dev/da0s1a on / (ufs, local, noatime) devfs on /dev (devfs, local) /dev/da0s1d on /var (ufs, local, noatime, soft-updates) /dev/da0s1e on /usr (ufs, local, noatime, soft-updates) /dev/da0s1fp1

Re: Unable to unmount idle filesystem on 6.2

2008-01-11 Thread Marc Silver
Hi there, Strange problem. The only thing I could possibly think of is to try and install lsof from the ports tree and see if that can identify what may be using this particular mount. Short of that, dropping to single user mode/rebooting may be your only other option as far as I am aware. Ch