Activity log for bug #211631

Date Who What changed Old value New value Message
2008-04-04 02:11:24 Yattletrot bug added bug
2008-04-04 08:05:18 Yattletrot description 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/<directory name> cifs credentials=/home/hamish/.smbcredentials,file_mode=0777,dir_mode=0777,uid=1000,gid=1000 0 0 ** 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 PS: note to Chuck Short. I am using cifs. 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/<directory name> cifs credentials=/home/hamish/.smbcredentials,file_mode=0777,dir_mode=0777,uid=1000,gid=1000 0 0 ** 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
2008-04-04 15:26:00 Chuck Short samba: status New Incomplete
2008-04-08 01:09:27 Yattletrot bug added attachment 'messages log.txt' (/var/log/messages)
2008-04-08 01:11:30 Yattletrot bug added attachment 'dmesg.txt' (dmesg log)
2008-04-08 01:21:45 Yattletrot bug added attachment 'lspci.txt' (lspci -vvnn)
2008-04-11 00:47:33 Steve Langasek bug assigned to wpasupplicant (Ubuntu)
2008-04-11 00:50:37 Steve Langasek wpasupplicant: importance Undecided Medium
2008-04-11 00:50:37 Steve Langasek wpasupplicant: status New Confirmed
2008-06-09 18:03:25 Alfonso Moratalla samba: status Incomplete Confirmed
2008-08-11 05:52:24 Steve Langasek bug assigned to dhcdbd (Ubuntu)
2008-08-11 05:53:45 Steve Langasek dhcdbd: status New Confirmed
2008-08-11 05:53:45 Steve Langasek dhcdbd: importance Undecided Medium
2008-08-17 23:01:03 Steve Langasek title CIFS/SMBFS issue (was not resolved on #207441) CIFS/SMBFS shares not unmounted before network is shut down
2008-10-24 12:24:52 Thierry Carrez dhcdbd: status Confirmed New
2008-10-24 12:24:52 Thierry Carrez dhcdbd: importance Medium Undecided
2008-10-24 12:24:52 Thierry Carrez dhcdbd: statusexplanation I'm not sure dhcdbd is affected because stopping it doesn't seem to bring down DHCP connections (at least not immediately). So the solution to this bug could be to move S15wpa-ifupdown to S36wpa-ifupdown in wpasupplicant. Could the people affected by this bug confirm that running the following commands fixes the issue without bringing in more problems than it solves : $ sudo mv /etc/rc0.d/S15wpa-ifupdown /etc/rc0.d/S36wpa-ifupdown $ sudo mv /etc/rc6.d/S15wpa-ifupdown /etc/rc6.d/S36wpa-ifupdown (please keep umountnfs.sh at S31, where it belongs)
2008-10-24 12:25:16 Thierry Carrez samba: importance Undecided Low
2008-10-31 09:41:42 Thierry Carrez bug assigned to sysvinit (Ubuntu)
2008-10-31 09:42:18 Thierry Carrez bug assigned to network-manager (Ubuntu)
2008-10-31 20:23:09 Alexander Sack network-manager: status New Incomplete
2008-10-31 20:23:09 Alexander Sack network-manager: importance Undecided Medium
2008-10-31 20:23:09 Alexander Sack network-manager: statusexplanation
2008-11-03 11:13:52 Fabri Velas bug added attachment 'umountcifs' (umountcifs)
2008-11-03 11:14:01 Fabri Velas bug added attachment 'umountcifs' (umountcifs)
2008-11-03 11:14:08 Fabri Velas bug added attachment 'umountcifs' (umountcifs)
2009-03-02 14:17:39 Thierry Carrez bug assigned to sysvinit (Debian)
2009-03-02 14:23:12 Thierry Carrez bug added subscriber Steve French
2009-03-07 12:40:51 Alexander Sack description 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/<directory name> cifs credentials=/home/hamish/.smbcredentials,file_mode=0777,dir_mode=0777,uid=1000,gid=1000 0 0 ** 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 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/<directory name> cifs credentials=/home/hamish/.smbcredentials,file_mode=0777,dir_mode=0777,uid=1000,gid=1000 0 0 ** 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
2009-03-11 14:16:59 Thierry Carrez sysvinit: status New Invalid
2009-03-11 14:16:59 Thierry Carrez sysvinit: statusexplanation Filed bug 341084 to discuss usage of "umount -i" rather than "umount" in umountnfs.sh. Please followup there. Updating other status: Nothing to fix in samba or dhcdbd, something to fix in network-manager, and maybe something to fix in wpasupplicant.
2009-03-11 14:17:15 Thierry Carrez samba: status Confirmed Invalid
2009-03-11 14:17:32 Thierry Carrez network-manager: status Incomplete Confirmed
2009-03-11 14:17:47 Thierry Carrez dhcdbd: status New Invalid
2009-03-11 14:17:47 Thierry Carrez dhcdbd: statusexplanation I'm not sure dhcdbd is affected because stopping it doesn't seem to bring down DHCP connections (at least not immediately). So the solution to this bug could be to move S15wpa-ifupdown to S36wpa-ifupdown in wpasupplicant. Could the people affected by this bug confirm that running the following commands fixes the issue without bringing in more problems than it solves : $ sudo mv /etc/rc0.d/S15wpa-ifupdown /etc/rc0.d/S36wpa-ifupdown $ sudo mv /etc/rc6.d/S15wpa-ifupdown /etc/rc6.d/S36wpa-ifupdown (please keep umountnfs.sh at S31, where it belongs)
2009-03-11 14:18:07 Thierry Carrez wpasupplicant: status Confirmed New
2009-03-11 14:18:07 Thierry Carrez wpasupplicant: statusexplanation The last part of this is a wpasupplicant bug. The ordering of the shutdown scripts is already well-established, and unmounting remote filesystems takes place at S31 (S31umountnfs.sh). wpasupplicant needs to be fixed to run its shutdown script later than this; probably at S35 or S36, which is the point in the runlevel sequence where networking as a whole is shut down in Debian.
2009-03-11 14:19:37 Thierry Carrez title CIFS/SMBFS shares not unmounted before network is shut down Network is brought down before network filesystems are unmounted
2009-03-11 14:20:11 Thierry Carrez title Network is brought down before network filesystems are unmounted Network is brought down before network filesystems are unmounted (CIFS timeout at shutdown)
2009-03-13 15:15:53 Thierry Carrez wpasupplicant: status New Confirmed
2009-03-13 15:15:53 Thierry Carrez wpasupplicant: statusexplanation There is *some* sendsigs omission support in wpasupplicant, but apparently not enough. It still should write something to /lib/init/rw/sendsigs.omit.d...
2009-04-10 18:36:58 corqpub removed subscriber corqpub@gmail.com
2009-04-16 14:11:24 Robbie Williamson bug added subscriber Ubuntu Foundations Team
2009-05-19 16:07:41 UbuntuIrv nominated for series Ubuntu Jaunty
2009-05-19 16:07:41 UbuntuIrv nominated for series Ubuntu Karmic
2009-06-23 15:45:30 UbuntuIrv bug task added network-manager
2009-06-23 15:46:02 UbuntuIrv bug task added hundredpapercuts
2009-06-24 22:00:06 David Siegel hundredpapercuts: status New Invalid
2009-07-12 21:20:33 Alvaro Leal (Effenberg0x0) removed subscriber Effenberg0x0
2009-10-07 23:11:12 Bug Watch Updater sysvinit (Debian): status Unknown New
2009-10-29 14:35:28 Vish affects hundredpapercuts null
2009-11-09 19:29:35 papukaija removed subscriber papukaija
2010-01-23 19:06:49 David Tombs network-manager (Ubuntu): status Confirmed Fix Released
2010-01-24 01:58:20 Steve Langasek network-manager (Ubuntu): status Fix Released Confirmed
2010-04-09 21:29:36 Tom Chiverton nominated for series Ubuntu Lucid
2010-04-10 18:47:27 varanasi network-manager: status New Confirmed
2010-04-10 18:47:49 varanasi network-manager: status Confirmed New
2010-04-10 19:41:33 Paul Worrall removed subscriber Paul Worrall
2010-04-12 15:03:08 Christian Weber removed subscriber Dominator
2010-10-30 22:49:48 tersch removed subscriber tersch
2010-10-31 10:58:40 gecobb@maine.rr.com removed subscriber gecobb@maine.rr.com
2010-11-03 14:14:57 Umang Varma bug added subscriber Umang Varma
2010-11-24 08:38:50 Joergen Andreasen bug added subscriber Joergen Andreasen
2010-12-11 21:09:49 Simon Déziel bug added subscriber Simon Déziel
2011-02-02 12:59:09 James bug added subscriber James
2011-04-29 11:53:40 Marco Squarcina bug added subscriber Marco Squarcina
2011-05-09 08:06:01 Aaron bug added subscriber Aaron
2011-05-23 06:11:06 Clint Byrum bug task added dhcdbd (Ubuntu Lucid)
2011-05-23 06:11:06 Clint Byrum bug task added network-manager (Ubuntu Lucid)
2011-05-23 06:11:06 Clint Byrum bug task added samba (Ubuntu Lucid)
2011-05-23 06:11:06 Clint Byrum bug task added sysvinit (Ubuntu Lucid)
2011-05-23 06:11:06 Clint Byrum bug task added wpasupplicant (Ubuntu Lucid)
2011-05-23 06:11:50 Clint Byrum nominated for series Ubuntu Natty
2011-05-23 06:11:50 Clint Byrum bug task added dhcdbd (Ubuntu Natty)
2011-05-23 06:11:50 Clint Byrum bug task added network-manager (Ubuntu Natty)
2011-05-23 06:11:50 Clint Byrum bug task added samba (Ubuntu Natty)
2011-05-23 06:11:50 Clint Byrum bug task added sysvinit (Ubuntu Natty)
2011-05-23 06:11:50 Clint Byrum bug task added wpasupplicant (Ubuntu Natty)
2011-05-23 06:12:25 Clint Byrum dhcdbd (Ubuntu Lucid): status New Invalid
2011-05-23 06:14:38 Clint Byrum dhcdbd (Ubuntu Natty): status New Invalid
2011-05-23 14:28:15 Clint Byrum bug task added netbase (Ubuntu)
2011-05-23 18:54:41 Clint Byrum bug task added dbus (Ubuntu)
2011-05-23 18:58:40 Clint Byrum dbus (Ubuntu): importance Undecided Medium
2011-05-23 18:58:40 Clint Byrum dbus (Ubuntu): status New In Progress
2011-05-23 18:58:40 Clint Byrum dbus (Ubuntu): assignee Clint Byrum (clint-fewbar)
2011-05-23 20:35:31 Launchpad Janitor branch linked lp:ubuntu/netbase
2011-05-23 20:40:12 Launchpad Janitor netbase (Ubuntu): status New Fix Released
2011-05-23 20:57:25 Launchpad Janitor branch linked lp:ubuntu/dbus
2011-05-23 21:14:18 Bram Biesbrouck removed subscriber Bram Biesbrouck
2011-05-23 23:25:16 Jean-Patrick Simard removed subscriber Jean-Patrick Simard
2011-05-23 23:25:11 Launchpad Janitor dbus (Ubuntu): status In Progress Fix Released
2011-05-24 01:18:15 Mike Perrin bug watch added https://bugzilla.gnome.org/show_bug.cgi?id=650925
2011-05-24 23:58:23 gmud removed subscriber gmud
2011-06-01 23:06:36 Marvin Kuurstra bug added subscriber Marvin Kuurstra
2011-06-07 15:32:02 jonbonjovi bug added subscriber jonbonjovi
2011-06-08 06:47:22 deckoff@gmail.com bug added subscriber deckoff@gmail.com
2011-06-08 07:17:29 Nico Zanferrari removed subscriber Nico Zanferrari
2011-06-12 13:28:09 whochismo bug added subscriber whochismo
2011-06-12 19:56:04 Holger Berndt removed subscriber Holger Berndt
2011-06-18 20:12:45 Markus Jonskog bug added subscriber Markus Olausson
2011-08-03 17:10:02 Bill_MI bug added subscriber Bill_MI
2011-08-09 16:29:39 Steve Sutton bug added subscriber Steve Sutton
2011-08-22 15:51:00 Robin bug added subscriber Robin
2011-08-27 00:15:13 John Dexter bug added subscriber John Dexter
2011-10-08 15:51:45 Wilbert Volkers bug added subscriber Wilbert Volkers
2011-10-20 18:24:49 Thom Pischke bug added subscriber Thom Pischke
2011-10-24 10:06:20 Gonzals, S. bug added subscriber Gonzals, S.
2011-10-24 11:46:01 Gonzals, S. attachment added cifs.syslog.grep https://bugs.launchpad.net/network-manager/+bug/211631/+attachment/2569695/+files/cifs.syslog.grep
2011-10-29 16:34:04 Alonso Andres bug added subscriber Alonso Andres
2011-11-02 19:47:37 jamesryanhorn bug added subscriber jamesryanhorn
2011-11-11 21:21:39 Curtis Hovey bug task deleted null
2011-11-13 14:02:41 Stefan Carslöv removed subscriber Stefan Carslöv
2011-11-30 19:35:02 Kevin Schlichter bug added subscriber Kevin Schlichter
2011-12-21 14:02:02 rlar bug added subscriber larky
2012-02-29 08:35:41 Rob Frohne bug added subscriber Rob Frohne
2012-03-25 02:45:37 Jim Skobiyan bug added subscriber Jim Skobiyan
2012-03-28 16:33:40 Steve Langasek network-manager (Ubuntu): status Confirmed Fix Released
2012-03-28 16:35:19 Steve Langasek wpasupplicant (Ubuntu): status Confirmed Fix Released
2012-04-10 09:27:55 Jim Skobiyan removed subscriber Jim Skobiyan
2012-04-10 13:11:57 PL Samuel bug added subscriber PL Samuel
2012-04-10 13:12:10 PL Samuel removed subscriber PL Samuel
2012-04-21 13:30:41 Brad Krause removed subscriber Brad Krause
2012-04-23 22:56:34 Mathieu Trudel-Lapierre bug task deleted network-manager
2012-04-24 21:28:28 naminaso removed subscriber naminaso
2012-04-30 18:27:13 Gonzals, S. attachment added unknown-KR3lma https://bugs.launchpad.net/bugs/211631/+attachment/3121146/+files/unknown-KR3lma
2012-05-04 13:39:55 xawari removed subscriber xawari
2012-05-16 11:25:22 Thierry Carrez removed subscriber Thierry Carrez
2012-05-24 13:41:46 sleepy bug added subscriber sleepy
2013-05-23 15:22:18 Kevin Schlichter removed subscriber Kevin Schlichter
2013-05-27 22:32:58 Markus Birth attachment added Shutdown messages https://bugs.launchpad.net/ubuntu/+source/samba/+bug/211631/+attachment/3688214/+files/IMG_20130527_192438.jpg
2013-07-15 01:59:42 David Tombs removed subscriber David Tombs
2013-08-12 22:36:31 Tony Espy removed subscriber Tony Espy
2013-11-12 16:51:38 Jamie Strandboge dbus (Ubuntu Natty): status New Won't Fix
2013-12-05 17:16:24 Adolfo Jayme Barrientos bug task deleted dbus (Ubuntu Lucid)
2013-12-05 17:16:39 Adolfo Jayme Barrientos bug task deleted dbus (Ubuntu Natty)
2013-12-05 17:17:03 Adolfo Jayme Barrientos bug task deleted netbase (Ubuntu Lucid)
2013-12-05 17:17:27 Adolfo Jayme Barrientos bug task deleted netbase (Ubuntu Natty)
2013-12-05 17:17:49 Adolfo Jayme Barrientos bug task deleted network-manager (Ubuntu Lucid)
2013-12-05 17:18:09 Adolfo Jayme Barrientos bug task deleted network-manager (Ubuntu Natty)
2013-12-05 17:18:35 Adolfo Jayme Barrientos bug task deleted sysvinit (Ubuntu Lucid)
2013-12-05 17:19:02 Adolfo Jayme Barrientos bug task deleted sysvinit (Ubuntu Natty)
2013-12-05 17:19:22 Adolfo Jayme Barrientos bug task deleted wpasupplicant (Ubuntu Lucid)
2013-12-05 17:19:40 Adolfo Jayme Barrientos bug task deleted wpasupplicant (Ubuntu Natty)
2013-12-05 17:20:19 Adolfo Jayme Barrientos bug task deleted samba (Ubuntu)
2013-12-05 17:20:37 Adolfo Jayme Barrientos bug task deleted samba (Ubuntu Lucid)
2013-12-05 17:20:58 Adolfo Jayme Barrientos bug task deleted samba (Ubuntu Natty)
2016-05-11 19:25:39 Ramón Rocha removed subscriber Ramón Rocha
2017-06-21 09:04:27 Daniel Mulholland bug added subscriber Daniel Mulholland
2017-10-27 11:07:00 Mike Røntved bug added subscriber Mike Røntved
2019-04-10 15:16:29 Bug Watch Updater sysvinit (Debian): status New Incomplete
2019-04-10 15:39:49 Joergen Andreasen removed subscriber Joergen Andreasen