network mount hangs on shutdown - NetworkManager needs to stop after network.target
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
network-manager (Ubuntu) |
Fix Released
|
Medium
|
Martin Pitt | ||
wpa (Debian) |
Fix Released
|
Unknown
|
|||
wpa (Ubuntu) |
Fix Released
|
Medium
|
Martin Pitt |
Bug Description
To replicate, perform a manual cifs mount, for example:
sudo mount -t cifs -o credentials=
Then shutdown. When booted with systemd there is a 1 to 2 minute delay before shutdown. In syslog the last shutdown (09:47:11 13th March) showed the effect, though I fear that syslog shuts down too early to see anything.
If booted with upstart there is no noticeable delay on shutdown.
ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: systemd 219-4ubuntu5 [modified: usr/share/
ProcVersionSign
Uname: Linux 3.19.0-9-generic x86_64
ApportVersion: 2.16.2-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Mar 13 09:50:08 2015
InstallationDate: Installed on 2014-10-21 (142 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20141017)
MachineType: FUJITSU LIFEBOOK A544
ProcKernelCmdLine: BOOT_IMAGE=
SourcePackage: systemd
UpgradeStatus: Upgraded to vivid on 2015-02-25 (15 days ago)
dmi.bios.date: 12/01/2014
dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
dmi.bios.version: Version 1.18
dmi.board.name: FJNBB35
dmi.board.vendor: FUJITSU
dmi.chassis.type: 10
dmi.chassis.vendor: FUJITSU
dmi.modalias: dmi:bvnFUJITSU/
dmi.product.name: LIFEBOOK A544
dmi.sys.vendor: FUJITSU
Changed in network-manager (Ubuntu): | |
status: | In Progress → Fix Committed |
Changed in wpa (Ubuntu): | |
status: | New → Triaged |
Changed in wpa (Debian): | |
status: | Unknown → New |
Changed in wpa (Ubuntu): | |
importance: | Undecided → Low |
importance: | Low → Medium |
Changed in wpa (Ubuntu): | |
status: | Triaged → Fix Committed |
assignee: | nobody → Martin Pitt (pitti) |
Changed in wpa (Debian): | |
status: | New → Fix Released |
/usr/share/ doc/systemd/ README. Debian explains how to debug shutdown hangs. I suspect it's hanging on the relevant .mount unit? Can you "systemctl cat whatever.mount" it in the debug shell and copy that into a file, and attach that here? Would also be nice to capture "journalctl -b > journal.txt" in the debug shell while it's hanging, and attach that here.
Thanks!