[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 hints on this page, 
and the ones on 
https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/1015199 , but if 
the system starts up, the bond interfaces don't get their slaves (I've seen 
them come up with 0, 1 or 2 slave interfaces).
I'm trying to create bond1 and bond0, both with 2 physical interfaces. As 
suggested, the phyiscal interfaces are at the top, the bonds itself are defined 
at the bottom of the file.

It's a Dell PowerEdge R610, configured with 12 network interfaces, 4x
broadcom bnx2  onboard, 2x4x igb Intel on quad nic boards. The used
physical interfaces (eth0 through eth3) are mapped to the first 2
interfaces on both of the quad boards.  I've tried playing with the pre-
up sleep option as mentioned on comment 33
(https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/889423/comments/33),
but to no avail. Could it be another timing issue, maybe due to the
large amount of physical interfaces? If I run an ifdown -a; ifup -a
from rc.local, all the interfaces come up just fine. The machine isn't
in production yet, so I might be able to test or provide more logging if
necessary.

auto lo
iface lo inet loopback
auto eth0
iface eth0  inet manual
bond-master bond1
auto eth2
iface eth2  inet manual
bond-master bond1
auto eth1
iface eth1  inet manual
bond-master bond0
auto eth3
iface eth3  inet manual
bond-master bond0

auto bond0
iface bond0 inet static
address REDACTED
netmask 255.255.255.224
bond_mode 802.3ad # LACP
bond_miimon 100
bond_lacp_rate 1
#xmit_hash_policy layer2+3
bond_slaves none
iface bond0 inet6 static
address REDACTED
netmask 64
#gateway REDACTED

auto bond1
iface bond1 inet static
address REDACTED
netmask 255.255.255.248
gateway REDACTED
bond_mode 802.3ad # LACP
bond_miimon 100
bond_lacp_rate 1
#xmit_hash_policy layer2+3
bond_slaves none

iface bond1 inet6 static
address REDACTED
netmask 64
gateway REDACTED

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/889423/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 errors:0 dropped:185 overruns:0 frame:0
  TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:31834 (31.8 KB)  TX bytes:1772 (1.7 KB)

My network settings are:

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

# Network: instances
# Bonding
auto eth2
iface eth2 inet manual
bond-master bond0
auto eth4
iface eth4 inet manual
bond-master bond0

auto bond0
iface bond0 inet manual
bond-mode 802.3ad
bond-miimon 100
bond-lacp-rate 1
bond-slaves none

My ifenslave package version :
Package: ifenslave-2.6   
State: installed
Automatically installed: no
Version: 1.1.0-19ubuntu5

Did I miss something in my configuration?

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/889423/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 newly created vlan interface) (LP: #889423)
 -- Stephane Graber stgra...@ubuntu.com   Fri, 20 Jan 2012 16:08:51 -0500

** Changed in: ifenslave-2.6 (Ubuntu Oneiric)
   Status: Fix Committed = Fix Released

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/889423/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 sure we wait for the master to be completely ready before doing
  any work on the slaves
- Call post-enslaving code every time a slave is added to the master
- Properly destroy the master when it goes down
- Always bring the bond interface up once initialized
- Wait up to a minute for a slave to join the master
- If the bond is tagged, run the udev vlan hook to create
  the vlan interfaces once it's ready (has a MAC address)
- If the bond is part of a bridge, run the udev bridge hook to join
  it to the bridge once it's ready (has a MAC address)
- Update examples, moving bond0 at the end of /etc/network/interfaces
  so that running ifup -a won't wait for a minute.
  * Change path to /run
 -- Stephane Graber stgra...@ubuntu.com   Fri, 20 Jan 2012 17:00:07 -0500

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/889423/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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: #889423)
  * Update debian/bridge-network-interface.sh to also work with
bridge-ports (instead of just bridge_ports).
 -- Stephane Graber stgra...@ubuntu.com   Fri, 20 Jan 2012 16:08:34 -0500

** Changed in: bridge-utils (Ubuntu Oneiric)
   Status: Fix Committed = Fix Released

** Changed in: vlan (Ubuntu Oneiric)
   Status: Fix Committed = Fix Released

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/889423/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 subscribed to bridge-utils in Ubuntu.
https://bugs.launchpad.net/bugs/889423

Title:
  802.3ad bonding not configured correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/889423/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
-   broadcast 10.191.62.255
-   bond-slaves eth2 eth3
-   bond-primary eth2 eth3
-   bond-mode 802.3ad
-   bond-lacp_rate fast
-   bond-miimon 100
+ SRU instructions (from comment 41 and 46):
+ === bridge-utils ===
+ 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
  
- However, after booting the system, we have:
-   # ifconfig -a
-   bond0 Link encap:Ethernet  HWaddr 00:1b:21:b7:21:ea
- inet addr:10.191.62.2  Bcast:10.191.62.255 Mask:255.255.255.0
- inet6 addr: fe80::21b:21ff:feb7:21ea/64 Scope:Link
- UP BROADCAST MASTER MULTICAST  MTU:1500  Metric:1
- RX packets:0 errors:0 dropped:0 overruns:0 frame:0
- TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:0
- RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
+ These two are in the udev hooks, so need to be tested by creating a
+ network interface, like a tap device (using uml-utilities to create it).
  
-   eth2  Link encap:Ethernet  HWaddr 00:1b:21:b7:21:ea
- UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
- RX packets:0 errors:0 dropped:0 overruns:0 frame:0
- TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
- Memory:b242-b244
+ Test for 1)
+  - Make sure uml-utilities and bridge-utils are both installed
+  - Add the following entry to /etc/network/interfaces:
+ auto br0
+ iface br0 inet static
+ address 192.168.1.1
+ netmask 255.255.255.0
+ bridge-ports eth9
+  - Create the tap device: tunctl -t eth9
+  - Check that the bridge has been created and the interface added to it 
(bridge shouldn't have an IP configuration at this point):
+ root@castiana:~# brctl show br0
+ bridge name bridge id STP enabled interfaces
+ br0 8000.1a6bffdb2551 no eth9
  
-   eth3  Link encap:Ethernet  HWaddr 00:1b:21:b7:21:ea
- UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
- RX packets:0 errors:0 dropped:0 overruns:0 frame:0
- TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
- Memory:b240-b242
-   # cat /proc/net/bonding/bond0
-   Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
+ The previous release wouldn't do anything unless you were using
+ bridge_ports.
  
-   Bonding Mode: IEEE 802.3ad Dynamic link aggregation
-   Transmit Hash Policy: layer2 (0)
-   MII Status: down
-   MII Polling Interval (ms): 100
-   Up Delay (ms): 0
-   Down Delay (ms): 0
+ Test for 2)
+  - Make sure uml-utilities, bridge-utils and vlan are all intalled
+  - Add the following entry to /etc/network/interfaces:
+ auto br0
+ iface br0 inet static
+ address 192.168.1.1
+ netmask 255.255.255.0
+ bridge-ports eth9.1010
+  - Create the tap device: tunctl -t eth9
+  - Check that the bridge has been created and the interface added to it 
(bridge shouldn't have an IP configuration at this point):
+ root@castiana:~# brctl show br0
+ bridge name bridge id STP enabled interfaces
+ br0 8000.06c2192d61ab no eth9.1010
  
-   802.3ad info
-   LACP rate: fast
-   Aggregator selection policy (ad_select): stable
-   bond bond0 has no active aggregator
+ The previous release would create the bridge but not add the port to it
+ as the tag interface wouldn't exist.
  
-   Slave Interface: eth2
-   MII Status: up
-   Speed: 1000 Mbps
-   Duplex: full
-   Link Failure Count: 1
-   Permanent HW addr: 00:1b:21:b7:21:ea
-   Aggregator ID: N/A
-   Slave queue ID: 0
+ Between each test, cleanup with:
+  - tunctl -d eth9
+  - ifconfig br0 down
+  - brctl delbr br0
  
-   Slave Interface: eth3
-   MII Status: up
-   Speed: 1000 Mbps
-   Duplex: full
-   Link Failure Count: 1
-   Permanent HW addr: 00:1b:21:b7:21:eb
-   Aggregator ID: N/A
-   Slave queue ID: 0
+ The use of eth9 instead of tap0 is done on purpose as the vlan script
+ explicitly checks for interfaces with eth, bond or wlan in their name.
  
- If I do the following:
-   # ip link set dev bond0 up
-   # ifenslave bond0 eth2 eth3
-   # ifconfig bond0 10.191.62.2 netmask 255.255.255.0
- I get:
-   # ifconfig bond0
-   bond0 Link encap:Ethernet  HWaddr 00:1b:21:b7:21:ea
- inet addr:10.191.62.2  Bcast:10.191.62.255 Mask:255.255.255.0
- inet6 addr: fe80::21b:21ff:feb7:21ea/64 Scope:Link
- UP BROADCAST RUNNING MASTER MULTICAST  

[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/889423/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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, which is subscribed to bridge-utils in Ubuntu.
https://bugs.launchpad.net/bugs/889423

Title:
  802.3ad bonding not configured correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/889423/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 delta isn't probably worth it as indeed the /run 
change isn't needed (but won't make any change as /run is a symlink /var/run in 
Oneiric already) and 
  the documentation would just be inaccurate if reverted
03:55  stgraber RAOF: keeping these two changes gives us the advantage of 
having an identical package in Oneiric and Precise, making diffing the two 
quite a bit easier (if we 
  start getting more changes in Precise) and so making 
debugging easier
03:55  RAOF Fair enough.

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/889423/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 eth9
 - Check that the vlan interface has been created and configured correctly: 
ifconfig eth9.1010
eth9.1010 Link encap:Ethernet  HWaddr ce:51:62:98:16:78  
  inet addr:192.168.1.1  Bcast:0.0.0.0  Mask:255.255.255.0
  UP BROADCAST MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)


Prior to this update, vlan interface creation would be racy as it'd depend on 
the catch all networking.conf job to initialise eth9.1010 with the race being 
that this job would be triggered before eth9 actually exists.

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/889423/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/889423/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 device (using uml-utilities to create it).

Test for 1)
 - Make sure uml-utilities and bridge-utils are both installed
 - Add the following entry to /etc/network/interfaces:
auto br0
iface br0 inet static
address 192.168.1.1
netmask 255.255.255.0
bridge-ports eth9
 - Create the tap device: tunctl -t eth9
 - Check that the bridge has been created and the interface added to it (bridge 
shouldn't have an IP configuration at this point):
root@castiana:~# brctl show br0
bridge name bridge id   STP enabled interfaces
br0 8000.1a6bffdb2551   no  eth9

The previous release wouldn't do anything unless you were using
bridge_ports.


Test for 2)
 - Make sure uml-utilities, bridge-utils and vlan are all intalled
 - Add the following entry to /etc/network/interfaces:
auto br0
iface br0 inet static
address 192.168.1.1
netmask 255.255.255.0
bridge-ports eth9.1010
 - Create the tap device: tunctl -t eth9
 - Check that the bridge has been created and the interface added to it (bridge 
shouldn't have an IP configuration at this point):
root@castiana:~# brctl show br0
bridge name bridge id   STP enabled interfaces
br0 8000.06c2192d61ab   no  eth9.1010

The previous release would create the bridge but not add the port to it
as the tag interface wouldn't exist.


Between each test, cleanup with:
 - tunctl -d eth9
 - ifconfig br0 down
 - brctl delbr br0

The use of eth9 instead of tap0 is done on purpose as the vlan script
explicitly checks for interfaces with eth, bond or wlan in their name.

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/889423/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 advance!

** Tags added: verification-needed

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/889423/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/889423/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 Oneiric)
   Importance: Undecided
   Status: New

** Also affects: vlan (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: bridge-utils (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: bridge-utils (Ubuntu Oneiric)
   Status: New = In Progress

** Changed in: ifenslave-2.6 (Ubuntu Oneiric)
   Status: New = In Progress

** Changed in: vlan (Ubuntu Oneiric)
   Status: New = In Progress

** Changed in: vlan (Ubuntu Oneiric)
 Assignee: (unassigned) = Stéphane Graber (stgraber)

** Changed in: bridge-utils (Ubuntu Oneiric)
 Assignee: (unassigned) = Stéphane Graber (stgraber)

** Changed in: ifenslave-2.6 (Ubuntu)
 Assignee: Stéphane Graber (stgraber) = (unassigned)

** Changed in: ifenslave-2.6 (Ubuntu Oneiric)
 Assignee: (unassigned) = Stéphane Graber (stgraber)

** Changed in: vlan (Ubuntu)
   Status: New = Fix Released

** Changed in: bridge-utils (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vlan in Ubuntu.
https://bugs.launchpad.net/bugs/889423

Title:
  802.3ad bonding not configured correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/889423/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 Ubuntu.
https://bugs.launchpad.net/bugs/889423

Title:
  802.3ad bonding not configured correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/889423/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 other changes are basically /var/run = /run transition and a 
documentation update (for the changes done to debian/pre-up), I assumed we'd 
prefer to have a package that's identical between Oneiric and Precise rather 
than stripping these out (and confusing our users in the process due to 
inaccurate documentation).

** Changed in: ifenslave-2.6 (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 Ubuntu.
https://bugs.launchpad.net/bugs/889423

Title:
  802.3ad bonding not configured correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/889423/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs