[Bug 889423] Re: 802.3ad bonding not configured correctly

2013-02-19 Thread arjarj
Hello, After an upgrade from 10.04 to 12.04, our interfaces files stopped working for the 802.3ad interfaces. After converting the interfaces file to the new format, the configuration seems to be correct, but I seem to be running into a timing issue or race condition again. I implemented most

[Bug 889423] Re: 802.3ad bonding not configured correctly

2012-08-24 Thread BUSSY Jean-Daniel
On a fully updated Ubuntu 12.04 I have dropped packets on the bonded interface: bond0 Link encap:Ethernet HWaddr 00:10:18:e0:5e:a4 inet6 addr: fe80::210:18ff:fee0:5ea4/64 Scope:Link UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1 RX packets:315

[Bug 889423] Re: 802.3ad bonding not configured correctly

2012-02-21 Thread Launchpad Bug Tracker
This bug was fixed in the package vlan - 1.9-3ubuntu3.1 --- vlan (1.9-3ubuntu3.1) oneiric-proposed; urgency=low * Add a udev trigger similar to bridge-utils' so vlan interfaces are created when the parent appears (this will then trigger upstart and ifupdown to configure the

[Bug 889423] Re: 802.3ad bonding not configured correctly

2012-02-21 Thread Launchpad Bug Tracker
This bug was fixed in the package ifenslave-2.6 - 1.1.0-19ubuntu1.1 --- ifenslave-2.6 (1.1.0-19ubuntu1.1) oneiric-proposed; urgency=low * Update ifenslave scripts to work with event based boot (LP: #889423): - Create the master interface whenever a slave comes online - Make

[Bug 889423] Re: 802.3ad bonding not configured correctly

2012-02-21 Thread Launchpad Bug Tracker
This bug was fixed in the package bridge-utils - 1.5-2ubuntu1.1 --- bridge-utils (1.5-2ubuntu1.1) oneiric-proposed; urgency=low * debian/bridge-network-interface.sh: If the interface doesn't exist, then call the vlan hook and check if the interface appears then. (LP:

[Bug 889423] Re: 802.3ad bonding not configured correctly

2012-02-20 Thread Tom Ellis
The updated vlan, bridge-utils and ifenslave packages from oneiric- proposed have fixed the issues I had with 802.3ad. Thanks! ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 889423] Re: 802.3ad bonding not configured correctly

2012-02-09 Thread Stéphane Graber
** Description changed: - Configuring an 802.3ad bond doesn't appear to work correctly. The following entry in /etc/network/interfaces should configure an 802.3ad bond between interfaces eth2 and eth3: - #auto bond0 - iface bond0 inet static -   address 10.191.62.2 -   netmask 255.255.255.0 -   

[Bug 889423] Re: 802.3ad bonding not configured correctly

2012-01-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/oneiric-proposed/vlan -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bridge-utils in Ubuntu. https://bugs.launchpad.net/bugs/889423 Title: 802.3ad bonding not configured correctly To manage

[Bug 889423] Re: 802.3ad bonding not configured correctly

2012-01-29 Thread Chris Halse Rogers
@Stéphane: I'm not sure that /var/run → /run is a good idea as an SRU, and it doesn't look like it would be terribly difficult to revert that change. What documentation points to /run rather than /var/run? -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 889423] Re: 802.3ad bonding not configured correctly

2012-01-29 Thread Stéphane Graber
03:52 stgraber RAOF: hey there 03:53 stgraber RAOF: thanks for accepting the vlan package 03:54 stgraber RAOF: as for the extra delta in the ifenslave-2.6 SRU (one line change for /run + documentation), the idea was that reverting these just for the sake of having a smaller

[Bug 889423] Re: 802.3ad bonding not configured correctly

2012-01-29 Thread Stéphane Graber
Here's a quick example of how to test the new vlan package: - Make sure uml-utilities and vlan are installed - Add the following entry to /etc/network/interfaces: auto eth9.1010 iface eth9.1010 inet static address 192.168.1.1 netmask 255.255.255.0 - Create the tap device: tunctl -t

[Bug 889423] Re: 802.3ad bonding not configured correctly

2012-01-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/oneiric-proposed/ifenslave-2.6 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bridge-utils in Ubuntu. https://bugs.launchpad.net/bugs/889423 Title: 802.3ad bonding not configured correctly To manage

[Bug 889423] Re: 802.3ad bonding not configured correctly

2012-01-24 Thread Stéphane Graber
So there are two things to test with that new bridge-utils: 1) Bridge interface with bridge-ports set instead of bridge_ports works too 2) Bridging a non-existing vlan interface will now create it These two are in the udev hooks, so need to be tested by creating a network interface, like a tap

[Bug 889423] Re: 802.3ad bonding not configured correctly

2012-01-23 Thread Martin Pitt
Hello Albert, or anyone else affected, Accepted bridge-utils into oneiric-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in

[Bug 889423] Re: 802.3ad bonding not configured correctly

2012-01-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/oneiric-proposed/bridge-utils -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bridge-utils in Ubuntu. https://bugs.launchpad.net/bugs/889423 Title: 802.3ad bonding not configured correctly To manage

[Bug 889423] Re: 802.3ad bonding not configured correctly

2012-01-20 Thread Stéphane Graber
Now that everything seems to be working in Precise, I'll start uploading the SRUs for Oneiric. The affected packages are vlan, bridge-utils and ifenslave-2.6. I added a task for each of them and will be uploading packages to oneiric-proposed shorly. ** Also affects: ifenslave-2.6 (Ubuntu

[Bug 889423] Re: 802.3ad bonding not configured correctly

2012-01-20 Thread Stéphane Graber
** Changed in: vlan (Ubuntu Oneiric) Status: In Progress = Fix Committed ** Changed in: bridge-utils (Ubuntu Oneiric) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bridge-utils in

[Bug 889423] Re: 802.3ad bonding not configured correctly

2012-01-20 Thread Stéphane Graber
Just a quick note for the SRU team :) The ifenslave-2.6 upload makes a pretty big diff, including a documentation update. I could have stripped it down to the absolutely necessary changes but that'd still have been all of debian/pre-up which is by far the biggest change in the package. As the