← Back to team overview

kernel-packages team mailing list archive

[Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

 

Looks like
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1384502 might be
relevant to this bug as well.

FWIW this has bitten me too.

Looking at dmesg idmapd is called for each mount point in /etc/fstab and
then killed (TERM), this all appears to happen _before_ the network
interfaces are brought up.

[   15.427560] FS-Cache: Loaded
[   15.537262] RPC: Registered named UNIX socket transport module.
[   15.537270] RPC: Registered udp transport module.
[   15.537273] RPC: Registered tcp transport module.
[   15.537276] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   15.701313] FS-Cache: Netfs 'nfs' registered for caching
[   15.994166] Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx).
[   16.654672] init: idmapd-mounting (/storage/videos) main process (358) killed by TERM signal
[   16.656498] init: idmapd-mounting (/storage/music) main process (360) killed by TERM signal
[   16.659974] init: idmapd-mounting (/storage/downloads) main process (362) killed by TERM signal
[   16.661613] init: idmapd-mounting (/storage/pictures) main process (364) killed by TERM signal
[   16.663178] init: idmapd-mounting (/storage/ebooks) main process (366) killed by TERM signal
[   16.665076] init: idmapd-mounting (/storage/www) main process (368) killed by TERM signal
[   16.666773] init: idmapd-mounting (/storage/school) main process (370) killed by TERM signal
[   18.185315] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   18.196591] r8169 0000:02:09.0 eth1: link down
[   18.196618] r8169 0000:02:09.0 eth1: link down
[   18.196692] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   19.784427] r8169 0000:02:09.0 eth1: link up
[   19.784444] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   21.167763] tg3 0000:01:00.0 eth0: Link is up at 1000 Mbps, full duplex
[   21.167779] tg3 0000:01:00.0 eth0: Flow control is on for TX and on for RX
[   21.167809] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

For now I've added  /bin/mount -a -t nfs  to /etc/rc.local

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1385846

Title:
  NFS shares in FSTAB no longer mount at boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Since moving to Ubuntu 14.10 my network shares in FSTAB no longer
  mount at startup.

  Once the machine has booted the following command "mount -a" fixes the
  issue and all mounts become available.

  This issue was not present in 14.04 and there are a number of people
  reporting issues in the forums:

  http://ubuntuforums.org/showthread.php?t=2249713
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USER        PID ACCESS COMMAND
   /dev/snd/controlC1:  toxicshadow   2543 F.... pulseaudio
   /dev/snd/controlC0:  toxicshadow   2543 F.... pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=0b094f80-5aff-43e5-a66c-100a4274a339
  InstallationDate: Installed on 2014-04-18 (190 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0      no wireless extensions.
   
   eth1      no wireless extensions.
   
   lo        no wireless extensions.
  MachineType: System manufacturer System Product Name
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-23-generic root=UUID=73d2e3f6-f93f-4bd2-9f69-be107307daef ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-23-generic N/A
   linux-backports-modules-3.16.0-23-generic  N/A
   linux-firmware                             1.138
  RfKill:
   
  Tags:  utopic
  Uname: Linux 3.16.0-23-generic x86_64
  UpgradeStatus: Upgraded to utopic on 2014-10-24 (1 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/19/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2101
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: Rampage II Extreme
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 2.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr2101:bd09/19/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnRampageIIExtreme:rvrRev2.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1385846/+subscriptions


References