2015-11-12 01:06:42 |
lnxusr |
bug |
|
|
added bug |
2015-11-12 03:30:59 |
Steve Langasek |
bug task added |
|
systemd (Ubuntu) |
|
2015-11-13 13:28:21 |
sanford rockowitz |
bug |
|
|
added subscriber sanford rockowitz |
2015-11-13 13:28:59 |
Launchpad Janitor |
nfs-utils (Ubuntu): status |
New |
Confirmed |
|
2015-11-13 13:28:59 |
Launchpad Janitor |
systemd (Ubuntu): status |
New |
Confirmed |
|
2015-11-15 14:41:37 |
Matt |
bug |
|
|
added subscriber mtd0 |
2015-11-16 21:10:13 |
Doug Rohm |
bug |
|
|
added subscriber Doug Rohm |
2015-11-27 20:29:32 |
by-erik |
bug |
|
|
added subscriber by-erik |
2015-12-05 18:01:26 |
ganrald |
tags |
|
wily |
|
2015-12-05 18:03:55 |
ganrald |
bug |
|
|
added subscriber ganrald |
2015-12-11 09:40:59 |
Alberto Salvia Novella |
nfs-utils (Ubuntu): importance |
Undecided |
Medium |
|
2015-12-11 09:41:01 |
Alberto Salvia Novella |
systemd (Ubuntu): importance |
Undecided |
Medium |
|
2015-12-11 09:41:14 |
Alberto Salvia Novella |
bug task added |
|
hundredpapercuts |
|
2015-12-11 09:41:20 |
Alberto Salvia Novella |
hundredpapercuts: status |
New |
Confirmed |
|
2015-12-11 09:41:21 |
Alberto Salvia Novella |
hundredpapercuts: importance |
Undecided |
Medium |
|
2016-01-04 16:10:38 |
Rolf Anders |
bug |
|
|
added subscriber Rolf Anders |
2016-01-08 16:13:46 |
Bryan Quigley |
bug |
|
|
added subscriber Bryan Quigley |
2016-01-19 21:47:54 |
Bryan Quigley |
affects |
nfs-utils (Ubuntu) |
network-manager (Ubuntu) |
|
2016-01-20 20:32:09 |
Bryan Quigley |
attachment added |
|
network-manager_1.0.4-0ubuntu8.debdiff https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1515446/+attachment/4553619/+files/network-manager_1.0.4-0ubuntu8.debdiff |
|
2016-01-21 00:22:16 |
Ubuntu Foundations Team Bug Bot |
tags |
wily |
patch wily |
|
2016-01-21 00:22:24 |
Ubuntu Foundations Team Bug Bot |
bug |
|
|
added subscriber Ubuntu Sponsors Team |
2016-01-21 04:20:03 |
Bryan Quigley |
attachment added |
|
network-manager_1.0.4-0ubuntu8.debdiff https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1515446/+attachment/4553835/+files/network-manager_1.0.4-0ubuntu8.debdiff |
|
2016-01-21 15:32:19 |
Bryan Quigley |
bug watch added |
|
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812209 |
|
2016-01-21 15:32:19 |
Bryan Quigley |
bug task added |
|
network-manager (Debian) |
|
2016-01-21 16:44:14 |
Bug Watch Updater |
network-manager (Debian): status |
Unknown |
New |
|
2016-01-28 09:46:01 |
Launchpad Janitor |
branch linked |
|
lp:~network-manager/network-manager/ubuntu |
|
2016-01-28 09:46:12 |
Martin Pitt |
network-manager (Ubuntu): status |
Confirmed |
Fix Committed |
|
2016-01-28 09:46:19 |
Martin Pitt |
hundredpapercuts: status |
Confirmed |
Fix Released |
|
2016-01-28 09:46:58 |
Martin Pitt |
systemd (Ubuntu): status |
Confirmed |
Invalid |
|
2016-01-28 09:47:07 |
Martin Pitt |
bug task deleted |
systemd (Ubuntu) |
|
|
2016-01-28 09:49:21 |
Martin Pitt |
summary |
NFS shares in FSTAB no longer mount at boot |
network file systems in FSTAB no longer mount at boot with NetworkManager |
|
2016-01-28 16:10:44 |
Launchpad Janitor |
network-manager (Ubuntu): status |
Fix Committed |
Fix Released |
|
2016-01-28 22:52:16 |
Bryan Quigley |
description |
After a fresh install of 15.10, nfs shares no longer mount on boot. I'm using the same line to mount as I did in 14.04 prior:
<server>:/share /mnt/share ntfs4 _netdev, auto 0 0
This line worked just fine in 14.04, and 14.10 on my laptop, to mount the shares at boot.
Manual mounting after boot works fine. Systemctl shows a name resolution failure (see below)
lsb_release -rd
Description: Ubuntu 15.10
Release: 15.10
lsb_release -rd
Description: Ubuntu 15.10
Release: 15.10
bjwest@razorback:~$ apt-cache policy nfs-common
nfs-common:
Installed: 1:1.2.8-9ubuntu10
Candidate: 1:1.2.8-9ubuntu10
Version table:
*** 1:1.2.8-9ubuntu10 0
500 http://us.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
100 /var/lib/dpkg/status
systemctl status mnt-share.mount
● mnt-share.mount - /mnt/share
Loaded: loaded (/etc/fstab)
Active: failed (Result: exit-code) since Wed 2015-11-11 18:58:13 CST; 2min 15s ago
Where: /mnt/share
What: hog:/share
Docs: man:fstab(5)
man:systemd-fstab-generator(8)
Process: 731 ExecMount=/bin/mount hog:/share /mnt/share -t nfs4 -o _netdev (code=exited, status=32)
Nov 11 18:58:13 razorback systemd[1]: Mounting /mnt/share...
Nov 11 18:58:13 razorback mount[731]: mount.nfs4: Failed to resolve server hog: Temporary failure in name resolution
Nov 11 18:58:13 razorback systemd[1]: mnt-share.mount: Mount process exited, code=exited status=32
Nov 11 18:58:13 razorback systemd[1]: Failed to mount /mnt/share.
Nov 11 18:58:13 razorback systemd[1]: mnt-share.mount: Unit entered failed state. |
[Impact]
* This breaks NFS mounts coming up reliably. In some cases this can be quite intermittent.
[Test Case]
1. Add a mountpoint to an NFS share by name to fstab.
2. See that it mounts with the mount command.
3. Reboot 5+ times, note that it doesn't come up all (or the majority of the time).
[Regression Potential]
* There could be a regression for the same reason it's blocked in Debian, because of dependency issues with packages not converted to systemd that want to run /etc/rcS.d/.
You can check for this by looking for breaking/disable services during bootup. Ubuntu is in a much better state than Debian, but there is a possibility we missed something.
Otherwise, this will increase boot time, but when the user logs the networking will be more likely to be ready.
-Previous description-
After a fresh install of 15.10, nfs shares no longer mount on boot. I'm using the same line to mount as I did in 14.04 prior:
<server>:/share /mnt/share ntfs4 _netdev, auto 0 0
This line worked just fine in 14.04, and 14.10 on my laptop, to mount the shares at boot.
Manual mounting after boot works fine. Systemctl shows a name resolution failure (see below)
lsb_release -rd
Description: Ubuntu 15.10
Release: 15.10
lsb_release -rd
Description: Ubuntu 15.10
Release: 15.10
bjwest@razorback:~$ apt-cache policy nfs-common
nfs-common:
Installed: 1:1.2.8-9ubuntu10
Candidate: 1:1.2.8-9ubuntu10
Version table:
*** 1:1.2.8-9ubuntu10 0
500 http://us.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
100 /var/lib/dpkg/status
systemctl status mnt-share.mount
● mnt-share.mount - /mnt/share
Loaded: loaded (/etc/fstab)
Active: failed (Result: exit-code) since Wed 2015-11-11 18:58:13 CST; 2min 15s ago
Where: /mnt/share
What: hog:/share
Docs: man:fstab(5)
man:systemd-fstab-generator(8)
Process: 731 ExecMount=/bin/mount hog:/share /mnt/share -t nfs4 -o _netdev (code=exited, status=32)
Nov 11 18:58:13 razorback systemd[1]: Mounting /mnt/share...
Nov 11 18:58:13 razorback mount[731]: mount.nfs4: Failed to resolve server hog: Temporary failure in name resolution
Nov 11 18:58:13 razorback systemd[1]: mnt-share.mount: Mount process exited, code=exited status=32
Nov 11 18:58:13 razorback systemd[1]: Failed to mount /mnt/share.
Nov 11 18:58:13 razorback systemd[1]: mnt-share.mount: Unit entered failed state. |
|
2016-01-28 22:52:28 |
Bryan Quigley |
nominated for series |
|
Ubuntu Wily |
|
2016-01-28 22:53:50 |
Bryan Quigley |
attachment added |
|
network-manager_1.0.4-0ubuntu5.3_wily.debdiff https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1515446/+attachment/4558670/+files/network-manager_1.0.4-0ubuntu5.3_wily.debdiff |
|
2016-02-17 19:22:02 |
Robie Basak |
bug task added |
|
network-manager (Ubuntu Wily) |
|
2016-02-17 22:30:07 |
Mathew Hodson |
network-manager (Ubuntu Wily): importance |
Undecided |
Medium |
|
2016-02-18 17:12:21 |
Bryan Quigley |
network-manager (Ubuntu Wily): status |
New |
In Progress |
|
2016-02-18 17:12:25 |
Bryan Quigley |
network-manager (Ubuntu Wily): assignee |
|
Bryan Quigley (bryanquigley) |
|
2016-03-03 21:04:17 |
Brian Murray |
removed subscriber Ubuntu Sponsors Team |
|
|
|
2016-03-03 21:04:27 |
Brian Murray |
network-manager (Ubuntu Wily): status |
In Progress |
Fix Committed |
|
2016-03-03 21:04:30 |
Brian Murray |
bug |
|
|
added subscriber Ubuntu Stable Release Updates Team |
2016-03-03 21:04:35 |
Brian Murray |
bug |
|
|
added subscriber SRU Verification |
2016-03-03 21:04:42 |
Brian Murray |
tags |
patch wily |
patch verification-needed wily |
|
2016-03-07 18:13:52 |
Rolf Anders |
tags |
patch verification-needed wily |
patch verification-done wily |
|
2016-03-16 14:05:18 |
Chris J Arges |
removed subscriber Ubuntu Stable Release Updates Team |
|
|
|
2016-03-16 14:05:15 |
Launchpad Janitor |
network-manager (Ubuntu Wily): status |
Fix Committed |
Fix Released |
|
2022-02-12 22:10:10 |
Bug Watch Updater |
network-manager (Debian): status |
New |
Fix Released |
|