[Bug 1120087] NFS server fails after a suspend system
http://bugzilla.suse.com/show_bug.cgi?id=1120087 http://bugzilla.suse.com/show_bug.cgi?id=1120087#c3 Neil Brown <nfbrown@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CONFIRMED --- Comment #3 from Neil Brown <nfbrown@suse.com> --- Thanks. After the suspend/resume we see: /proc/fs/nfsd/threads:0 where is was '4' before hand. So the nfs server had been stopped - no threads running any more. Also 4 services have disappears from sys systemctl listing: nfsserver.service nfs-mountd.service nfs-server.service nfs-idmapd.service Presumably that have been stopped - inactive services aren't matched by wildcards. It might be useful to see systemctl status nfsserver nfs-mountd nfs-server nfs-idmapd after the suspend/resume. It seems like something ran systemctl stop nfs-server or similar. I cannot think of anything that would do that. running systemctl restart nfs-server after the suspend/resume would getting you working again, but you don't really want to do that. Maybe getting systemd debug logs would help. You would need to reboot and add debug printk.devkmsg=on to the command line (interrupt grub with 'e' to edit) Then suspend/resume, then dmesg > file and attach the file. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com