2011-03-16 16:42:22 |
Leonardo Borda |
bug |
|
|
added bug |
2011-03-16 16:45:17 |
Leonardo Borda |
bug watch added |
|
https://bugzilla.redhat.com/show_bug.cgi?id=584872 |
|
2011-03-16 19:57:21 |
Leonardo Borda |
affects |
ifenslave-2.6 (Ubuntu) |
linux (Ubuntu) |
|
2011-03-16 21:25:18 |
Brian Murray |
bug task added |
|
linux (Fedora) |
|
2011-03-17 07:35:03 |
lezbak |
bug |
|
|
added subscriber lezbak |
2011-03-24 15:22:21 |
Leonardo Borda |
bug watch added |
|
http://bugzilla.kernel.org/show_bug.cgi?id=31822 |
|
2011-05-04 15:28:24 |
Leonardo Borda |
linux (Ubuntu): status |
New |
Confirmed |
|
2011-05-25 14:33:00 |
Jeremy Foshee |
bug task added |
|
linux |
|
2011-05-25 14:33:46 |
Jeremy Foshee |
linux (Ubuntu): importance |
Undecided |
Medium |
|
2011-05-25 20:30:28 |
Bug Watch Updater |
linux: status |
Unknown |
Confirmed |
|
2011-05-25 20:30:28 |
Bug Watch Updater |
linux: importance |
Unknown |
Medium |
|
2011-07-11 22:37:09 |
jordanl |
bug |
|
|
added subscriber jordanl |
2011-08-15 09:56:25 |
Tom Handy |
bug |
|
|
added subscriber Tom Handy |
2011-10-20 19:56:53 |
Joseph Salisbury |
tags |
amd64 apport-bug lucid |
amd64 apport-bug kernel-key lucid |
|
2012-01-03 16:14:19 |
Joseph Salisbury |
linux (Ubuntu): status |
Confirmed |
Triaged |
|
2012-01-11 20:40:31 |
Leonardo Borda |
tags |
amd64 apport-bug kernel-key lucid |
amd64 apport-bug apport-collected kernel-key lucid precise |
|
2012-01-11 20:40:33 |
Leonardo Borda |
description |
Binary package hint: ifenslave-2.6
Description: Ubuntu 10.04.2 LTS
Release: 10.04
ifenslave-2.6:
Installed: 1.1.0-14ubuntu2.1
Candidate: 1.1.0-14ubuntu2.1
Version table:
*** 1.1.0-14ubuntu2.1 0
500 http://ca.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
100 /var/lib/dpkg/status
1.1.0-14ubuntu2 0
500 http://ca.archive.ubuntu.com/ubuntu/ lucid/main Packages
Overview:
Bonding + bridge does not work when bonding mode is set to active-backup and arp monitoring is enabled. (bond_arp_ip_target and bond_arp_interval)
Reproducible: 100%
1. Install ifenslave
$ sudo apt-get install ethtool
2. Install bridge utils
$ sudo apt-get install bridge-utils
3. Use the following /etc/network/interfaces sample.
auto lo
iface lo inet loopback
auto bond0
iface bond0 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
bond-slaves none
bond-mode active-backup
bond_arp_ip_target 10.153.107.1
bond_arp_interval 100
auto eth0
allow-bond0 eth0
iface eth0 inet manual
bond-master bond0
auto eth1
allow-bond0 eth1
iface eth1 inet manual
bond-master bond0
auto bond0.100
iface bond0.100 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
vlan-raw-device bond0
auto bond0.200
iface bond0.200 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
vlan-raw-device bond0
auto br0
iface br0 inet static
address 10.153.107.110
netmask 255.255.255.0
gateway 10.153.107.1
bridge_ports bond0
bridge_stp off
bridge_fd 0
bridge_maxwait 0
auto br0-100
iface br0-100 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
bridge_ports bond0.100
bridge_stp off
bridge_fd 0
bridge_maxwait 0
auto br0-200
iface br0-200 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
bridge_ports bond0.200
bridge_stp off
bridge_fd 0
bridge_maxwait 0
Reboot the server. You won't be able to ping the br0 interface anymore.
Workaround:
Disable bond_arp_ip_target and bond_arp_interval and use MII monitoring. As follow below:
auto lo
iface lo inet loopback
auto bond0
iface bond0 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
bond-slaves none
bond-mode active-backup
bond_arp_ip_target 10.153.107.1
bond_arp_interval 100
auto eth0
allow-bond0 eth0
iface eth0 inet manual
bond-master bond0
auto eth1
allow-bond0 eth1
iface eth1 inet manual
bond-master bond0
auto bond0.100
iface bond0.100 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
vlan-raw-device bond0
auto bond0.200
iface bond0.200 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
vlan-raw-device bond0
auto br0
iface br0 inet static
address 10.153.107.110
netmask 255.255.255.0
gateway 10.153.107.1
bridge_ports bond0
bridge_stp off
bridge_fd 0
bridge_maxwait 0
auto br0-100
iface br0-100 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
bridge_ports bond0.100
bridge_stp off
bridge_fd 0
bridge_maxwait 0
auto br0-200
iface br0-200 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
bridge_ports bond0.200
bridge_stp off
bridge_fd 0
bridge_maxwait 0
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: ifenslave-2.6 1.1.0-14ubuntu2.1
ProcVersionSignature: Ubuntu 2.6.32-29.58-server 2.6.32.28+drm33.13
Uname: Linux 2.6.32-29-server x86_64
Architecture: amd64
Date: Wed Mar 16 12:10:55 2011
ProcEnviron:
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: ifenslave-2.6 |
Binary package hint: ifenslave-2.6
Description: Ubuntu 10.04.2 LTS
Release: 10.04
ifenslave-2.6:
Installed: 1.1.0-14ubuntu2.1
Candidate: 1.1.0-14ubuntu2.1
Version table:
*** 1.1.0-14ubuntu2.1 0
500 http://ca.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
100 /var/lib/dpkg/status
1.1.0-14ubuntu2 0
500 http://ca.archive.ubuntu.com/ubuntu/ lucid/main Packages
Overview:
Bonding + bridge does not work when bonding mode is set to active-backup and arp monitoring is enabled. (bond_arp_ip_target and bond_arp_interval)
Reproducible: 100%
1. Install ifenslave
$ sudo apt-get install ethtool
2. Install bridge utils
$ sudo apt-get install bridge-utils
3. Use the following /etc/network/interfaces sample.
auto lo
iface lo inet loopback
auto bond0
iface bond0 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
bond-slaves none
bond-mode active-backup
bond_arp_ip_target 10.153.107.1
bond_arp_interval 100
auto eth0
allow-bond0 eth0
iface eth0 inet manual
bond-master bond0
auto eth1
allow-bond0 eth1
iface eth1 inet manual
bond-master bond0
auto bond0.100
iface bond0.100 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
vlan-raw-device bond0
auto bond0.200
iface bond0.200 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
vlan-raw-device bond0
auto br0
iface br0 inet static
address 10.153.107.110
netmask 255.255.255.0
gateway 10.153.107.1
bridge_ports bond0
bridge_stp off
bridge_fd 0
bridge_maxwait 0
auto br0-100
iface br0-100 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
bridge_ports bond0.100
bridge_stp off
bridge_fd 0
bridge_maxwait 0
auto br0-200
iface br0-200 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
bridge_ports bond0.200
bridge_stp off
bridge_fd 0
bridge_maxwait 0
Reboot the server. You won't be able to ping the br0 interface anymore.
Workaround:
Disable bond_arp_ip_target and bond_arp_interval and use MII monitoring. As follow below:
auto lo
iface lo inet loopback
auto bond0
iface bond0 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
bond-slaves none
bond-mode active-backup
bond_arp_ip_target 10.153.107.1
bond_arp_interval 100
auto eth0
allow-bond0 eth0
iface eth0 inet manual
bond-master bond0
auto eth1
allow-bond0 eth1
iface eth1 inet manual
bond-master bond0
auto bond0.100
iface bond0.100 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
vlan-raw-device bond0
auto bond0.200
iface bond0.200 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
vlan-raw-device bond0
auto br0
iface br0 inet static
address 10.153.107.110
netmask 255.255.255.0
gateway 10.153.107.1
bridge_ports bond0
bridge_stp off
bridge_fd 0
bridge_maxwait 0
auto br0-100
iface br0-100 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
bridge_ports bond0.100
bridge_stp off
bridge_fd 0
bridge_maxwait 0
auto br0-200
iface br0-200 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
bridge_ports bond0.200
bridge_stp off
bridge_fd 0
bridge_maxwait 0
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: ifenslave-2.6 1.1.0-14ubuntu2.1
ProcVersionSignature: Ubuntu 2.6.32-29.58-server 2.6.32.28+drm33.13
Uname: Linux 2.6.32-29-server x86_64
Architecture: amd64
Date: Wed Mar 16 12:10:55 2011
ProcEnviron:
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: ifenslave-2.6
---
AlsaDevices:
total 0
crw-rw---T 1 root audio 116, 1 Jan 11 15:35 seq
crw-rw---T 1 root audio 116, 33 Jan 11 15:35 timer
AplayDevices: Error: [Errno 2] No such file or directory
ApportVersion: 1.90-0ubuntu1
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not found.
CurrentDmesg: [ 20.512006] eth0: no IPv6 routers present
DistroRelease: Ubuntu 12.04
HibernationDevice: RESUME=UUID=638d7f01-7816-4a20-88fc-0d4f2819d96c
IwConfig:
lo no wireless extensions.
eth1 no wireless extensions.
eth0 no wireless extensions.
MachineType: HP ProLiant DL380 G5
Package: linux (not installed)
PciMultimedia:
ProcEnviron:
LANGUAGE=en_CA:en
PATH=(custom, no user)
LANG=en_CA.UTF-8
SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-7-generic root=/dev/mapper/srv--bonding-root ro quiet
ProcVersionSignature: Ubuntu 3.2.0-7.13-generic 3.2.0-rc7
RelatedPackageVersions:
linux-restricted-modules-3.2.0-7-generic N/A
linux-backports-modules-3.2.0-7-generic N/A
linux-firmware 1.67
RfKill: Error: [Errno 2] No such file or directory
Tags: precise
Uname: Linux 3.2.0-7-generic x86_64
UpgradeStatus: Upgraded to precise on 2012-01-05 (5 days ago)
UserGroups:
dmi.bios.date: 07/10/2009
dmi.bios.vendor: HP
dmi.bios.version: P56
dmi.chassis.type: 23
dmi.chassis.vendor: HP
dmi.modalias: dmi:bvnHP:bvrP56:bd07/10/2009:svnHP:pnProLiantDL380G5:pvr:cvnHP:ct23:cvr:
dmi.product.name: ProLiant DL380 G5
dmi.sys.vendor: HP |
|
2012-01-11 20:40:35 |
Leonardo Borda |
attachment added |
|
AcpiTables.txt https://bugs.launchpad.net/bugs/736226/+attachment/2668439/+files/AcpiTables.txt |
|
2012-01-11 20:40:37 |
Leonardo Borda |
attachment added |
|
BootDmesg.txt https://bugs.launchpad.net/bugs/736226/+attachment/2668440/+files/BootDmesg.txt |
|
2012-01-11 20:40:39 |
Leonardo Borda |
attachment added |
|
Lspci.txt https://bugs.launchpad.net/bugs/736226/+attachment/2668441/+files/Lspci.txt |
|
2012-01-11 20:40:42 |
Leonardo Borda |
attachment added |
|
Lsusb.txt https://bugs.launchpad.net/bugs/736226/+attachment/2668442/+files/Lsusb.txt |
|
2012-01-11 20:40:45 |
Leonardo Borda |
attachment added |
|
ProcCpuinfo.txt https://bugs.launchpad.net/bugs/736226/+attachment/2668443/+files/ProcCpuinfo.txt |
|
2012-01-11 20:40:47 |
Leonardo Borda |
attachment added |
|
ProcInterrupts.txt https://bugs.launchpad.net/bugs/736226/+attachment/2668444/+files/ProcInterrupts.txt |
|
2012-01-11 20:40:49 |
Leonardo Borda |
attachment added |
|
ProcModules.txt https://bugs.launchpad.net/bugs/736226/+attachment/2668445/+files/ProcModules.txt |
|
2012-01-11 20:40:52 |
Leonardo Borda |
attachment added |
|
UdevDb.txt https://bugs.launchpad.net/bugs/736226/+attachment/2668446/+files/UdevDb.txt |
|
2012-01-11 20:40:54 |
Leonardo Borda |
attachment added |
|
UdevLog.txt https://bugs.launchpad.net/bugs/736226/+attachment/2668447/+files/UdevLog.txt |
|
2012-01-11 20:40:57 |
Leonardo Borda |
attachment added |
|
WifiSyslog.txt https://bugs.launchpad.net/bugs/736226/+attachment/2668448/+files/WifiSyslog.txt |
|
2012-02-14 16:37:50 |
Joseph Salisbury |
tags |
amd64 apport-bug apport-collected kernel-key lucid precise |
amd64 apport-bug apport-collected lucid precise |
|
2012-02-14 19:37:40 |
Leonardo Borda |
description |
Binary package hint: ifenslave-2.6
Description: Ubuntu 10.04.2 LTS
Release: 10.04
ifenslave-2.6:
Installed: 1.1.0-14ubuntu2.1
Candidate: 1.1.0-14ubuntu2.1
Version table:
*** 1.1.0-14ubuntu2.1 0
500 http://ca.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
100 /var/lib/dpkg/status
1.1.0-14ubuntu2 0
500 http://ca.archive.ubuntu.com/ubuntu/ lucid/main Packages
Overview:
Bonding + bridge does not work when bonding mode is set to active-backup and arp monitoring is enabled. (bond_arp_ip_target and bond_arp_interval)
Reproducible: 100%
1. Install ifenslave
$ sudo apt-get install ethtool
2. Install bridge utils
$ sudo apt-get install bridge-utils
3. Use the following /etc/network/interfaces sample.
auto lo
iface lo inet loopback
auto bond0
iface bond0 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
bond-slaves none
bond-mode active-backup
bond_arp_ip_target 10.153.107.1
bond_arp_interval 100
auto eth0
allow-bond0 eth0
iface eth0 inet manual
bond-master bond0
auto eth1
allow-bond0 eth1
iface eth1 inet manual
bond-master bond0
auto bond0.100
iface bond0.100 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
vlan-raw-device bond0
auto bond0.200
iface bond0.200 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
vlan-raw-device bond0
auto br0
iface br0 inet static
address 10.153.107.110
netmask 255.255.255.0
gateway 10.153.107.1
bridge_ports bond0
bridge_stp off
bridge_fd 0
bridge_maxwait 0
auto br0-100
iface br0-100 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
bridge_ports bond0.100
bridge_stp off
bridge_fd 0
bridge_maxwait 0
auto br0-200
iface br0-200 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
bridge_ports bond0.200
bridge_stp off
bridge_fd 0
bridge_maxwait 0
Reboot the server. You won't be able to ping the br0 interface anymore.
Workaround:
Disable bond_arp_ip_target and bond_arp_interval and use MII monitoring. As follow below:
auto lo
iface lo inet loopback
auto bond0
iface bond0 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
bond-slaves none
bond-mode active-backup
bond_arp_ip_target 10.153.107.1
bond_arp_interval 100
auto eth0
allow-bond0 eth0
iface eth0 inet manual
bond-master bond0
auto eth1
allow-bond0 eth1
iface eth1 inet manual
bond-master bond0
auto bond0.100
iface bond0.100 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
vlan-raw-device bond0
auto bond0.200
iface bond0.200 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
vlan-raw-device bond0
auto br0
iface br0 inet static
address 10.153.107.110
netmask 255.255.255.0
gateway 10.153.107.1
bridge_ports bond0
bridge_stp off
bridge_fd 0
bridge_maxwait 0
auto br0-100
iface br0-100 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
bridge_ports bond0.100
bridge_stp off
bridge_fd 0
bridge_maxwait 0
auto br0-200
iface br0-200 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
bridge_ports bond0.200
bridge_stp off
bridge_fd 0
bridge_maxwait 0
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: ifenslave-2.6 1.1.0-14ubuntu2.1
ProcVersionSignature: Ubuntu 2.6.32-29.58-server 2.6.32.28+drm33.13
Uname: Linux 2.6.32-29-server x86_64
Architecture: amd64
Date: Wed Mar 16 12:10:55 2011
ProcEnviron:
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: ifenslave-2.6
---
AlsaDevices:
total 0
crw-rw---T 1 root audio 116, 1 Jan 11 15:35 seq
crw-rw---T 1 root audio 116, 33 Jan 11 15:35 timer
AplayDevices: Error: [Errno 2] No such file or directory
ApportVersion: 1.90-0ubuntu1
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not found.
CurrentDmesg: [ 20.512006] eth0: no IPv6 routers present
DistroRelease: Ubuntu 12.04
HibernationDevice: RESUME=UUID=638d7f01-7816-4a20-88fc-0d4f2819d96c
IwConfig:
lo no wireless extensions.
eth1 no wireless extensions.
eth0 no wireless extensions.
MachineType: HP ProLiant DL380 G5
Package: linux (not installed)
PciMultimedia:
ProcEnviron:
LANGUAGE=en_CA:en
PATH=(custom, no user)
LANG=en_CA.UTF-8
SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-7-generic root=/dev/mapper/srv--bonding-root ro quiet
ProcVersionSignature: Ubuntu 3.2.0-7.13-generic 3.2.0-rc7
RelatedPackageVersions:
linux-restricted-modules-3.2.0-7-generic N/A
linux-backports-modules-3.2.0-7-generic N/A
linux-firmware 1.67
RfKill: Error: [Errno 2] No such file or directory
Tags: precise
Uname: Linux 3.2.0-7-generic x86_64
UpgradeStatus: Upgraded to precise on 2012-01-05 (5 days ago)
UserGroups:
dmi.bios.date: 07/10/2009
dmi.bios.vendor: HP
dmi.bios.version: P56
dmi.chassis.type: 23
dmi.chassis.vendor: HP
dmi.modalias: dmi:bvnHP:bvrP56:bd07/10/2009:svnHP:pnProLiantDL380G5:pvr:cvnHP:ct23:cvr:
dmi.product.name: ProLiant DL380 G5
dmi.sys.vendor: HP |
Binary package hint: ifenslave-2.6
Description: Ubuntu 10.04.2 LTS
Release: 10.04
ifenslave-2.6:
Installed: 1.1.0-14ubuntu2.1
Candidate: 1.1.0-14ubuntu2.1
Version table:
*** 1.1.0-14ubuntu2.1 0
500 http://ca.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
100 /var/lib/dpkg/status
1.1.0-14ubuntu2 0
500 http://ca.archive.ubuntu.com/ubuntu/ lucid/main Packages
Overview:
Bonding + bridge does not work when bonding mode is set to active-backup and arp monitoring is enabled. (bond_arp_ip_target and bond_arp_interval)
Reproducible: 100%
1. Install ifenslave
$ sudo apt-get install ethtool
2. Install bridge utils
$ sudo apt-get install bridge-utils vlan
3. Use the following /etc/network/interfaces sample.
auto lo
iface lo inet loopback
auto bond0
iface bond0 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
bond-slaves none
bond-mode active-backup
bond_arp_ip_target 10.153.107.1
bond_arp_interval 100
auto eth0
allow-bond0 eth0
iface eth0 inet manual
bond-master bond0
auto eth1
allow-bond0 eth1
iface eth1 inet manual
bond-master bond0
auto bond0.100
iface bond0.100 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
vlan-raw-device bond0
auto bond0.200
iface bond0.200 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
vlan-raw-device bond0
auto br0
iface br0 inet static
address 10.153.107.110
netmask 255.255.255.0
gateway 10.153.107.1
bridge_ports bond0
bridge_stp off
bridge_fd 0
bridge_maxwait 0
auto br0-100
iface br0-100 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
bridge_ports bond0.100
bridge_stp off
bridge_fd 0
bridge_maxwait 0
auto br0-200
iface br0-200 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
bridge_ports bond0.200
bridge_stp off
bridge_fd 0
bridge_maxwait 0
Reboot the server. You won't be able to ping the br0 interface anymore.
Workaround:
Disable bond_arp_ip_target and bond_arp_interval and use MII monitoring. As follow below:
auto lo
iface lo inet loopback
auto bond0
iface bond0 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
bond-slaves none
bond-mode active-backup
bond_arp_ip_target 10.153.107.1
bond_arp_interval 100
auto eth0
allow-bond0 eth0
iface eth0 inet manual
bond-master bond0
auto eth1
allow-bond0 eth1
iface eth1 inet manual
bond-master bond0
auto bond0.100
iface bond0.100 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
vlan-raw-device bond0
auto bond0.200
iface bond0.200 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
vlan-raw-device bond0
auto br0
iface br0 inet static
address 10.153.107.110
netmask 255.255.255.0
gateway 10.153.107.1
bridge_ports bond0
bridge_stp off
bridge_fd 0
bridge_maxwait 0
auto br0-100
iface br0-100 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
bridge_ports bond0.100
bridge_stp off
bridge_fd 0
bridge_maxwait 0
auto br0-200
iface br0-200 inet manual
post-up ifconfig $IFACE up
pre-down ifconfig $IFACE down
bridge_ports bond0.200
bridge_stp off
bridge_fd 0
bridge_maxwait 0
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: ifenslave-2.6 1.1.0-14ubuntu2.1
ProcVersionSignature: Ubuntu 2.6.32-29.58-server 2.6.32.28+drm33.13
Uname: Linux 2.6.32-29-server x86_64
Architecture: amd64
Date: Wed Mar 16 12:10:55 2011
ProcEnviron:
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: ifenslave-2.6
---
AlsaDevices:
total 0
crw-rw---T 1 root audio 116, 1 Jan 11 15:35 seq
crw-rw---T 1 root audio 116, 33 Jan 11 15:35 timer
AplayDevices: Error: [Errno 2] No such file or directory
ApportVersion: 1.90-0ubuntu1
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not found.
CurrentDmesg: [ 20.512006] eth0: no IPv6 routers present
DistroRelease: Ubuntu 12.04
HibernationDevice: RESUME=UUID=638d7f01-7816-4a20-88fc-0d4f2819d96c
IwConfig:
lo no wireless extensions.
eth1 no wireless extensions.
eth0 no wireless extensions.
MachineType: HP ProLiant DL380 G5
Package: linux (not installed)
PciMultimedia:
ProcEnviron:
LANGUAGE=en_CA:en
PATH=(custom, no user)
LANG=en_CA.UTF-8
SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-7-generic root=/dev/mapper/srv--bonding-root ro quiet
ProcVersionSignature: Ubuntu 3.2.0-7.13-generic 3.2.0-rc7
RelatedPackageVersions:
linux-restricted-modules-3.2.0-7-generic N/A
linux-backports-modules-3.2.0-7-generic N/A
linux-firmware 1.67
RfKill: Error: [Errno 2] No such file or directory
Tags: precise
Uname: Linux 3.2.0-7-generic x86_64
UpgradeStatus: Upgraded to precise on 2012-01-05 (5 days ago)
UserGroups:
dmi.bios.date: 07/10/2009
dmi.bios.vendor: HP
dmi.bios.version: P56
dmi.chassis.type: 23
dmi.chassis.vendor: HP
dmi.modalias: dmi:bvnHP:bvrP56:bd07/10/2009:svnHP:pnProLiantDL380G5:pvr:cvnHP:ct23:cvr:
dmi.product.name: ProLiant DL380 G5
dmi.sys.vendor: HP |
|
2012-03-08 21:28:10 |
Joseph Salisbury |
tags |
amd64 apport-bug apport-collected lucid precise |
amd64 apport-bug apport-collected kernel-bug-exists-upstream kernel-da-key lucid precise |
|
2012-08-22 16:20:32 |
Bug Watch Updater |
linux: status |
Confirmed |
Expired |
|
2012-09-06 19:30:19 |
Chris J Arges |
linux (Ubuntu): assignee |
|
Chris J Arges (christopherarges) |
|
2012-10-02 20:15:25 |
Chris J Arges |
linux (Ubuntu): status |
Triaged |
In Progress |
|
2012-10-15 20:21:08 |
Chris J Arges |
bug |
|
|
added subscriber Sustaining Engineering |
2012-11-15 19:13:21 |
Mark Petersen |
bug |
|
|
added subscriber Mark Petersen |
2013-06-17 23:43:32 |
James Troup |
bug |
|
|
added subscriber The Canonical Sysadmins |
2014-02-07 16:01:33 |
Curtis Hovey |
removed subscriber Registry Administrators |
|
|
|
2014-02-13 13:38:56 |
Nobuto Murata |
bug |
|
|
added subscriber Nobuto MURATA |
2014-05-15 14:43:04 |
Chris J Arges |
linux (Ubuntu): assignee |
Chris J Arges (arges) |
|
|
2017-10-27 08:16:05 |
Bug Watch Updater |
linux (Fedora): status |
Unknown |
Won't Fix |
|
2017-10-27 08:16:05 |
Bug Watch Updater |
linux (Fedora): importance |
Unknown |
High |
|