Activity log for bug #1065077

Date Who What changed Old value New value Message
2012-10-10 14:37:58 Jolrael bug added bug
2012-12-11 16:28:46 Launchpad Janitor ifenslave-2.6 (Ubuntu): status New Confirmed
2012-12-11 16:32:20 Stéphane Graber ifenslave-2.6 (Ubuntu): status Confirmed Triaged
2012-12-11 16:32:22 Stéphane Graber ifenslave-2.6 (Ubuntu): importance Undecided High
2012-12-11 16:32:24 Stéphane Graber ifenslave-2.6 (Ubuntu): assignee Stéphane Graber (stgraber)
2012-12-11 16:39:02 Stéphane Graber ifenslave-2.6 (Ubuntu): status Triaged Fix Committed
2012-12-11 18:15:58 Launchpad Janitor branch linked lp:~ubuntu-branches/ubuntu/raring/ifenslave-2.6/raring-proposed
2012-12-12 03:39:12 Launchpad Janitor ifenslave-2.6 (Ubuntu): status Fix Committed Fix Released
2013-11-08 22:10:29 Chris J Arges nominated for series Ubuntu Precise
2013-11-08 22:10:29 Chris J Arges bug task added ifenslave-2.6 (Ubuntu Precise)
2013-11-08 22:10:57 Chris J Arges nominated for series Ubuntu Quantal
2013-11-08 22:10:57 Chris J Arges bug task added ifenslave-2.6 (Ubuntu Quantal)
2013-11-08 22:11:04 Chris J Arges ifenslave-2.6 (Ubuntu Precise): assignee Chris J Arges (arges)
2013-11-08 22:11:06 Chris J Arges ifenslave-2.6 (Ubuntu Quantal): assignee Chris J Arges (arges)
2013-11-08 22:11:09 Chris J Arges ifenslave-2.6 (Ubuntu Precise): importance Undecided Medium
2013-11-08 22:11:10 Chris J Arges ifenslave-2.6 (Ubuntu Quantal): importance Undecided Medium
2013-11-08 22:11:11 Chris J Arges ifenslave-2.6 (Ubuntu Precise): status New In Progress
2013-11-08 22:11:14 Chris J Arges ifenslave-2.6 (Ubuntu Quantal): status New In Progress
2013-11-10 14:07:14 Lei Wang bug added subscriber Ray Wang
2013-11-12 15:18:23 Bryan Quigley bug added subscriber Bryan Quigley
2013-11-13 20:35:37 Chris J Arges description Description: Ubuntu 12.04.1 LTS Release: 12.04 Ifenslave-2.6 version: 1.1.0-19ubuntu5 First of all; I am not 100% sure this bug is in ifenslave-2.6, but ifenslave-2.6 is definately affected by the bug in general. I have installed a system using PXE and preseed, which automatically partitions seperate /, /usr, /var, /tmp and swap partitions. After installing ifenslave and configuring it using the configuration example in /usr/share/doc/ifenslave-2.6/examples/two_hotplug_ethernet, I reboot the server to test if it comes up after booting. The result is a bond0 that came up, but eth0 and eth1 haven't joined in as slaves. In /var/log/upstart/network-interface-bond0.log, I noticed the following: Waiting for a slave to join bond0 (will timeout after 60s) /etc/network/if-pre-up.d/ifenslave: 240: /etc/network/if-pre-up.d/ifenslave: seq: not found No slave joined bond0, continuing anyway Failed to bring up bond0. It seems that seq is not available at the time /etc/network/if-pre-up.d/ifenslave is ran. To verify, I added a 'df -h' at the top of the script, and rebooted, noticing indeed only my root filesystem is mounted when the script runs: Filesystem Size Used Avail Use% Mounted on /dev/mapper/rootvg-root 3.8G 631M 3.0G 18% / udev 5.9G 260K 5.9G 1% /dev tmpfs 2.4G 240K 2.4G 1% /run none 5.0M 0 5.0M 0% /run/lock Waiting for a slave to join bond0 (will timeout after 60s) /etc/network/if-pre-up.d/ifenslave: 240: /etc/network/if-pre-up.d/ifenslave: seq: not found No slave joined bond0, continuing anyway Failed to bring up bond0. Naturally, after booting is done, all filesystems are available. When running ifdown -a; ifup -a when this was the case, the bond actually does come up. Eventually, I made a quick-fix for myself by copying /usr/bin/seq to /bin/seq, which solves the issue. Now, I'm quite new to Ubuntu (we are figuring out if we can and want to migrate our servers from Debian to Ubuntu), and especially upstart, but from what I can see, the networking upstart script only starts on 'local-filesystems', which I assume is emited only when all filesystems are actually mounted (but here is where my knowledge pretty much ends). If further information is needed, just let me know! SRU Justification: [Impact] * There is an error in the pre-up script in ifenslave that will cause problems if /usr is in a separate partition. This is because the script uses /usr/bin/seq, and the /usr filesystem may not be available yet. * This means that configured bonds may not come up properly during boot. [Test Case] * Put /usr on a separate partition, configure bonded interfaces, and boot. Check for errors in /var/log/upstart/network-interface-bond*.log * Alternately one could just move /usr/bin/seq and see if sudo service network-interface stop INTERFACE=bond0 sudo service network-interface start INTERFACE=bond0 works properly with no errors in the upstart logs. [Regression Potential] * This has already been fixed in raring and beyond but not in P/Q. -- Description: Ubuntu 12.04.1 LTS Release: 12.04 Ifenslave-2.6 version: 1.1.0-19ubuntu5 First of all; I am not 100% sure this bug is in ifenslave-2.6, but ifenslave-2.6 is definately affected by the bug in general. I have installed a system using PXE and preseed, which automatically partitions seperate /, /usr, /var, /tmp and swap partitions. After installing ifenslave and configuring it using the configuration example in /usr/share/doc/ifenslave-2.6/examples/two_hotplug_ethernet, I reboot the server to test if it comes up after booting. The result is a bond0 that came up, but eth0 and eth1 haven't joined in as slaves. In /var/log/upstart/network-interface-bond0.log, I noticed the following: Waiting for a slave to join bond0 (will timeout after 60s) /etc/network/if-pre-up.d/ifenslave: 240: /etc/network/if-pre-up.d/ifenslave: seq: not found No slave joined bond0, continuing anyway Failed to bring up bond0. It seems that seq is not available at the time /etc/network/if-pre-up.d/ifenslave is ran. To verify, I added a 'df -h' at the top of the script, and rebooted, noticing indeed only my root filesystem is mounted when the script runs: Filesystem Size Used Avail Use% Mounted on /dev/mapper/rootvg-root 3.8G 631M 3.0G 18% / udev 5.9G 260K 5.9G 1% /dev tmpfs 2.4G 240K 2.4G 1% /run none 5.0M 0 5.0M 0% /run/lock Waiting for a slave to join bond0 (will timeout after 60s) /etc/network/if-pre-up.d/ifenslave: 240: /etc/network/if-pre-up.d/ifenslave: seq: not found No slave joined bond0, continuing anyway Failed to bring up bond0. Naturally, after booting is done, all filesystems are available. When running ifdown -a; ifup -a when this was the case, the bond actually does come up. Eventually, I made a quick-fix for myself by copying /usr/bin/seq to /bin/seq, which solves the issue. Now, I'm quite new to Ubuntu (we are figuring out if we can and want to migrate our servers from Debian to Ubuntu), and especially upstart, but from what I can see, the networking upstart script only starts on 'local-filesystems', which I assume is emited only when all filesystems are actually mounted (but here is where my knowledge pretty much ends). If further information is needed, just let me know!
2014-01-23 00:20:46 Alexander List bug added subscriber Alexander List
2014-05-15 14:40:33 Chris J Arges ifenslave-2.6 (Ubuntu Precise): assignee Chris J Arges (arges)
2014-05-15 14:40:35 Chris J Arges ifenslave-2.6 (Ubuntu Quantal): assignee Chris J Arges (arges)
2014-12-05 04:52:05 Rolf Leggewie ifenslave-2.6 (Ubuntu Quantal): status In Progress Won't Fix
2016-02-15 13:05:13 Ivan Suzdal ifenslave-2.6 (Ubuntu Precise): status In Progress Confirmed
2016-02-15 13:05:20 Ivan Suzdal ifenslave-2.6 (Ubuntu Precise): status Confirmed In Progress
2016-09-14 01:58:23 Mathew Hodson ifenslave-2.6 (Ubuntu Precise): status In Progress Triaged
2018-07-03 04:31:38 Lei Wang removed subscriber Ray Wang
2019-05-24 16:49:08 Bryan Quigley ifenslave-2.6 (Ubuntu Precise): status Triaged Won't Fix