Current hangs in shutdown on fuser command
by vulcan59 from LinuxQuestions.org on (#5KZ3J)
I have found a problem in rc.0/rc.6 on -current.
On 14.2 there is a command /usr/bin/fuser -k -m $dir & which works fine
On -current the command has changed to /usr/bin/fuser -k -M -m $dir & so -M has been added.
On my machine shutdown now hangs at the fuser command. If I run the command with -M and background it, it never returns without me pressing return to get back to the command prompt. Backgrounding the command without -M works fine.
Is anyone else seeing this?
On 14.2 there is a command /usr/bin/fuser -k -m $dir & which works fine
On -current the command has changed to /usr/bin/fuser -k -M -m $dir & so -M has been added.
On my machine shutdown now hangs at the fuser command. If I run the command with -M and background it, it never returns without me pressing return to get back to the command prompt. Backgrounding the command without -M works fine.
Is anyone else seeing this?