Public bug reported: After updating to Kubuntu 13.10 beta (kernel version is 3.11.0-7-generic) my nfs share stopped auto-mounting during boot.
Here is my fstab: dimanne@Impedance:~$ cat /etc/fstab # <file system> <mount point> <type> <options> <dump> <pass> # / was on /dev/sda1 during installation UUID=328a9124-e5ff-4c13-a7e2-559ee6a20292 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation UUID=b3a4a4a4-c563-45c1-9d6b-602b07d66c70 none swap sw 0 0 # was on /dev/sdb1 UUID=9383ee42-aea8-4098-9533-08d1b9b04e59 /mnt/backup ext4 defaults 0 2 # was on /dev/sdc1 UUID=4ad4e84a-1e0e-4cb6-a63a-753d3ffc9ff2 /mnt/freedata ext4 defaults 0 2 server:/mnt/media /mnt/media nfs4 defaults Also I noticed suspicious messages in dmesg: dimanne@Impedance:~$ dmesg | grep killed [ 23.436063] init: idmapd-mounting (/mnt/media) main process (455) killed by TERM signal [ 26.828198] init: failsafe main process (1119) killed by TERM signal [ 28.352642] init: kdm main process (1757) killed by TERM signal However if I mount nfs share manually (sudo mount -vvv server:/mnt/media /mnt/media) all works perfectly, but at this time I get these messages in dmesg [ 458.804009] NFS: Registering the id_resolver key type [ 458.804024] Key type id_resolver registered [ 458.804026] Key type id_legacy registered [ 473.827828] RPC: AUTH_GSS upcall timed out. [ 473.827828] Please check user daemon is running. A also tried to replace dns name "server" by ip and adding "bg" to option-list in fstab - it did not help. What is the problem, how can I fix it? $ lsb_release -rd Description: Ubuntu Saucy Salamander (development branch) Release: 13.10 ** Affects: xubuntu-meta (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1227585 Title: nfs mount fails on startup To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xubuntu-meta/+bug/1227585/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs