Network is brought down before network filesystems are unmounted (CIFS timeout at shutdown)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
dbus (Ubuntu) |
Fix Released
|
Medium
|
Clint Byrum | ||
dhcdbd (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
Lucid |
Invalid
|
Undecided
|
Unassigned | ||
Natty |
Invalid
|
Undecided
|
Unassigned | ||
netbase (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
network-manager (Ubuntu) |
Fix Released
|
Medium
|
Unassigned | ||
sysvinit (Debian) |
Incomplete
|
Unknown
|
|||
sysvinit (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
wpasupplicant (Ubuntu) |
Fix Released
|
Medium
|
Unassigned | ||
Bug Description
IMPORTANT: this bug has enough information; please don't post _anything_ unless a developer asks for specific feedback! By posting to this bug you only make it harder for a developer to spot the gem comments. Please use the "me too feature" of launchpad to signal that you are affected and would like to see this fixed.
I installed smbfs,and then put some entries into /etc/fstab, so they automount on startup. An example of this is here:
//<ip address of nas box>/<share name> /home/hamish/
** note the use of "cifs" in the lines above **
(The username and password are in the .smbcredentials file)
On startup, for each entry in the /etc/fstab file, I get the following in dmesg:
[ 70.495504] CIFS VFS: Error connecting to IPv4 socket. Aborting operation
[ 70.495569] CIFS VFS: cifs_mount failed w/return code = -101
But the shares are mounted, and a nautilus session opens up (which is also annoying...)
Also logging off with CIFS shares mounted in /etc/fstab, it sits with an error message:
CIFS VFS: server not responding
CIFS VFS: no response for cmd 50 mid <this number changes>
And takes about 2 minutes to timeout. This also happened with Gutsy
Should the timing of the mounting and dismounting be changed so that it works? It is related to the starting of network-manager and CIFS shares trying to connect on startup *before* the network is up, and dismounting the shares *after* network-manager is stopped.
Hamish
description: | updated |
description: | updated |
Changed in sysvinit: | |
status: | New → Invalid |
Changed in samba: | |
status: | Confirmed → Invalid |
Changed in network-manager: | |
status: | Incomplete → Confirmed |
Changed in dhcdbd: | |
status: | New → Invalid |
Changed in wpasupplicant: | |
status: | Confirmed → New |
Changed in wpasupplicant: | |
status: | New → Confirmed |
Changed in hundredpapercuts: | |
status: | New → Invalid |
Changed in sysvinit (Debian): | |
status: | Unknown → New |
affects: | hundredpapercuts → null |
Changed in network-manager (Ubuntu): | |
status: | Confirmed → Fix Released |
Changed in network-manager (Ubuntu): | |
status: | Fix Released → Confirmed |
Changed in network-manager: | |
status: | New → Confirmed |
status: | Confirmed → New |
Changed in dhcdbd (Ubuntu Lucid): | |
status: | New → Invalid |
Changed in dhcdbd (Ubuntu Natty): | |
status: | New → Invalid |
Changed in dbus (Ubuntu): | |
assignee: | nobody → Clint Byrum (clint-fewbar) |
importance: | Undecided → Medium |
status: | New → In Progress |
Changed in netbase (Ubuntu): | |
status: | New → Fix Released |
Changed in dbus (Ubuntu): | |
status: | In Progress → Fix Released |
no longer affects: | null |
no longer affects: | dbus (Ubuntu Lucid) |
no longer affects: | dbus (Ubuntu Natty) |
no longer affects: | netbase (Ubuntu Lucid) |
no longer affects: | netbase (Ubuntu Natty) |
no longer affects: | network-manager (Ubuntu Lucid) |
no longer affects: | network-manager (Ubuntu Natty) |
no longer affects: | sysvinit (Ubuntu Lucid) |
no longer affects: | sysvinit (Ubuntu Natty) |
no longer affects: | wpasupplicant (Ubuntu Lucid) |
no longer affects: | wpasupplicant (Ubuntu Natty) |
no longer affects: | samba (Ubuntu) |
no longer affects: | samba (Ubuntu Lucid) |
no longer affects: | samba (Ubuntu Natty) |
Changed in sysvinit (Debian): | |
status: | New → Incomplete |
Is there anything in the logs about your connection?
Thanks
chuck