Public bug reported:

Ubuntu 15.10, I have several CIFS filesystems listed in /etc/fstab.

They don't mount at boot. If I list them by host name in /etc/fstab,
mount says name resolution failed in the boot logs. If I list them by IP
address, mount says the network is unreachable in the boot logs.

If fixed this by adding the following in /etc/systemd/system/remote-fs-
pre.target.d/override.conf:

[Unit]
Requires=NetworkManager-wait-online.service
After=NetworkManager-wait-online.service

See also #1313513. This is a problem in older, pre-systemd versions of
Ubuntu as well.

** Affects: linux (Ubuntu)
     Importance: Undecided
         Status: New

-- 
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/1536294

Title:
  Network filesystems don't mount on boot

Status in linux package in Ubuntu:
  New

Bug description:
  Ubuntu 15.10, I have several CIFS filesystems listed in /etc/fstab.

  They don't mount at boot. If I list them by host name in /etc/fstab,
  mount says name resolution failed in the boot logs. If I list them by
  IP address, mount says the network is unreachable in the boot logs.

  If fixed this by adding the following in /etc/systemd/system/remote-
  fs-pre.target.d/override.conf:

  [Unit]
  Requires=NetworkManager-wait-online.service
  After=NetworkManager-wait-online.service

  See also #1313513. This is a problem in older, pre-systemd versions of
  Ubuntu as well.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to