Re: shutdown/reboot hangs when nfs has been mounted
Reply #16 –
I edited the file by hand so it looks like this:
[main]
@type = oneshot
@version = @vers@
@description = "Mount partition from /etc/fstab file"
@user = ( root )
@depends =( system-fsck )
@options = ( !log )
[start]
@execute =
(
if { 66-yeller -cdp mount-fstab -1 /dev/console starts... }
if -nt {
mount -a
}
66-yeller -Fcdp mount-fstab -1 /dev/console crashed!
)
[stop]
@execute =
(
if { 66-yeller -cdp mount-fstab -1 /dev/console stops... }
if -nt {
umount -aR
}
66-yeller -Fcdp mount-fstab -1 /dev/console failed!
)
After editing the file, I ran sudo 66-enable -t boot -F boot@system
Unfortunately, this did not resolve the issue
I'm beginning to suspect my hypothesis might be true. Do you happen to know how to make sure the network is up while the nfs mount is still being unmounted?
EDIT: BTW, I use iwd for networking.
EDIT2: I'll try to move iwd from default to boot and see what happens.