[Kernel-packages] [Bug 1287157] Re: Bridge only working on second netcard - be2net

2014-03-19 Thread Søren Laursen
Submitted bugreport upstream. Verified that the error also exist in
Fedora.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1287157

Title:
  Bridge only working on second netcard - be2net

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  This is reduced bug report for a bug similar to:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213887

  What we have done is to make a simple network and basic installation
  af 14.04 daily build from 2014-03-03.

  The error is also in  12.04 and later kernels.

  If we use the first network card a a bridge:
  /etc/network/interfaces:
  # The loopback network interface
  auto lo
  iface lo inet loopback

  # The primary network interface
  auto p5p1
  iface p5p1 inet manual

  auto vlan280
  iface vlan280 inet static
address 10.230.80.26
netmask 255.255.255.0
gateway 10.230.80.1
dns-search 10.230.80.11 10.230.80.12
bridge_ports p5p1
bridge_maxwait 0
bridge_fd 0
bridge stp_off

  
  auto p5p2
  iface p5p2 inet static
mtu 9000
address 10.230.92.26
network 10.230.92.0
netmask 255.255.255.0
post-up ifconfig p5p2 txqueuelen 1

  
  You begin to lose pings and the connection to 10.230.80.26 becomes very 
unstable. The connection to 10.230.92.26 i running without problems all the 
time.

  We get some messages in syslog vlan280: received packet on p5p1 with
  own address as source address

  
  If we switch the bridge to the second networkcard the bridge works:
  # The loopback network interface
  auto lo
  iface lo inet loopback

  # The primary network interface
  auto p5p2
  iface p5p2 inet manual

  auto vlan280
  iface vlan280 inet static
address 10.230.80.26
netmask 255.255.255.0
gateway 10.230.80.1
dns-search 10.230.80.11 10.230.80.12
bridge_ports p5p2
bridge_maxwait 0
bridge_fd 0
bridge stp_off

  
  auto p5p1
  iface p5p1 inet static
mtu 9000
address 10.230.92.26
network 10.230.92.0
netmask 255.255.255.0
post-up ifconfig p5p1 txqueuelen 1

  A normal network setup does not give any problems at all on p5p1

  lsb_release -rd:
  Description:Ubuntu Trusty Tahr (development branch)
  Release:14.04

  lsmod:
  Module  Size  Used by
  drbd  323103  0
  lru_cache  15442  1 drbd
  libcrc32c  12644  1 drbd
  bridge110702  0
  stp12976  1 bridge
  llc14552  2 stp,bridge
  intel_rapl 18773  0
  x86_pkg_temp_thermal14162  0
  intel_powerclamp   14705  0
  coretemp   13435  0
  kvm_intel 143060  0
  kvm   451519  1 kvm_intel
  crct10dif_pclmul   14289  0
  crc32_pclmul   13113  0
  ghash_clmulni_intel13259  0
  aesni_intel55624  0
  aes_x86_64 17131  1 aesni_intel
  lrw13286  1 aesni_intel
  gf128mul   14951  1 lrw
  glue_helper13990  1 aesni_intel
  ablk_helper13597  1 aesni_intel
  cryptd 20359  3 ghash_clmulni_intel,aesni_intel,ablk_helper
  gpio_ich   13476  0
  microcode  23656  0
  psmouse   101945  0
  serio_raw  13462  0
  joydev 17381  0
  sb_edac22344  0
  edac_core  62291  1 sb_edac
  ioatdma63447  0
  lpc_ich21080  0
  hpilo  17381  0
  hpwdt  14242  0
  dca15130  1 ioatdma
  ipmi_si53257  0
  acpi_power_meter   18058  0
  mac_hid13205  0
  lp 17759  0
  parport42348  1 lp
  hid_generic12548  0
  tg3   166442  0
  usbhid 52616  0
  ptp18933  1 tg3
  hid   106148  2 hid_generic,usbhid
  be2net104514  0
  hpsa   67363  2
  pps_core   19382  1 ptp

  
   ethtool -i p5p1
  driver: be2net
  version: 10.0.600.0u
  firmware-version: 4.6.247.5
  bus-info: :24:00.0
  supports-statistics: yes
  supports-test: yes
  supports-eeprom-access: yes
  supports-register-dump: no
  supports-priv-flags: no

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1287157/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1287157] Re: Bridge only working on second netcard - be2net

2014-03-14 Thread Søren Laursen
** Tags added: trust

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1287157

Title:
  Bridge only working on second netcard - be2net

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  This is reduced bug report for a bug similar to:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213887

  What we have done is to make a simple network and basic installation
  af 14.04 daily build from 2014-03-03.

  The error is also in  12.04 and later kernels.

  If we use the first network card a a bridge:
  /etc/network/interfaces:
  # The loopback network interface
  auto lo
  iface lo inet loopback

  # The primary network interface
  auto p5p1
  iface p5p1 inet manual

  auto vlan280
  iface vlan280 inet static
address 10.230.80.26
netmask 255.255.255.0
gateway 10.230.80.1
dns-search 10.230.80.11 10.230.80.12
bridge_ports p5p1
bridge_maxwait 0
bridge_fd 0
bridge stp_off

  
  auto p5p2
  iface p5p2 inet static
mtu 9000
address 10.230.92.26
network 10.230.92.0
netmask 255.255.255.0
post-up ifconfig p5p2 txqueuelen 1

  
  You begin to lose pings and the connection to 10.230.80.26 becomes very 
unstable. The connection to 10.230.92.26 i running without problems all the 
time.

  We get some messages in syslog vlan280: received packet on p5p1 with
  own address as source address

  
  If we switch the bridge to the second networkcard the bridge works:
  # The loopback network interface
  auto lo
  iface lo inet loopback

  # The primary network interface
  auto p5p2
  iface p5p2 inet manual

  auto vlan280
  iface vlan280 inet static
address 10.230.80.26
netmask 255.255.255.0
gateway 10.230.80.1
dns-search 10.230.80.11 10.230.80.12
bridge_ports p5p2
bridge_maxwait 0
bridge_fd 0
bridge stp_off

  
  auto p5p1
  iface p5p1 inet static
mtu 9000
address 10.230.92.26
network 10.230.92.0
netmask 255.255.255.0
post-up ifconfig p5p1 txqueuelen 1

  A normal network setup does not give any problems at all on p5p1

  lsb_release -rd:
  Description:Ubuntu Trusty Tahr (development branch)
  Release:14.04

  lsmod:
  Module  Size  Used by
  drbd  323103  0
  lru_cache  15442  1 drbd
  libcrc32c  12644  1 drbd
  bridge110702  0
  stp12976  1 bridge
  llc14552  2 stp,bridge
  intel_rapl 18773  0
  x86_pkg_temp_thermal14162  0
  intel_powerclamp   14705  0
  coretemp   13435  0
  kvm_intel 143060  0
  kvm   451519  1 kvm_intel
  crct10dif_pclmul   14289  0
  crc32_pclmul   13113  0
  ghash_clmulni_intel13259  0
  aesni_intel55624  0
  aes_x86_64 17131  1 aesni_intel
  lrw13286  1 aesni_intel
  gf128mul   14951  1 lrw
  glue_helper13990  1 aesni_intel
  ablk_helper13597  1 aesni_intel
  cryptd 20359  3 ghash_clmulni_intel,aesni_intel,ablk_helper
  gpio_ich   13476  0
  microcode  23656  0
  psmouse   101945  0
  serio_raw  13462  0
  joydev 17381  0
  sb_edac22344  0
  edac_core  62291  1 sb_edac
  ioatdma63447  0
  lpc_ich21080  0
  hpilo  17381  0
  hpwdt  14242  0
  dca15130  1 ioatdma
  ipmi_si53257  0
  acpi_power_meter   18058  0
  mac_hid13205  0
  lp 17759  0
  parport42348  1 lp
  hid_generic12548  0
  tg3   166442  0
  usbhid 52616  0
  ptp18933  1 tg3
  hid   106148  2 hid_generic,usbhid
  be2net104514  0
  hpsa   67363  2
  pps_core   19382  1 ptp

  
   ethtool -i p5p1
  driver: be2net
  version: 10.0.600.0u
  firmware-version: 4.6.247.5
  bus-info: :24:00.0
  supports-statistics: yes
  supports-test: yes
  supports-eeprom-access: yes
  supports-register-dump: no
  supports-priv-flags: no

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1287157/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1287157] Re: Bridge only working on second netcard - be2net

2014-03-14 Thread Søren Laursen
Tried the 10.0.800.0 driver from emulex:
http://www.emulex.com/downloads/emulex/drivers/linux/ubuntu/drivers/

on ubuntu 13.04

This did not solve the problem


** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1287157

Title:
  Bridge only working on second netcard - be2net

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  This is reduced bug report for a bug similar to:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213887

  What we have done is to make a simple network and basic installation
  af 14.04 daily build from 2014-03-03.

  The error is also in  12.04 and later kernels.

  If we use the first network card a a bridge:
  /etc/network/interfaces:
  # The loopback network interface
  auto lo
  iface lo inet loopback

  # The primary network interface
  auto p5p1
  iface p5p1 inet manual

  auto vlan280
  iface vlan280 inet static
address 10.230.80.26
netmask 255.255.255.0
gateway 10.230.80.1
dns-search 10.230.80.11 10.230.80.12
bridge_ports p5p1
bridge_maxwait 0
bridge_fd 0
bridge stp_off

  
  auto p5p2
  iface p5p2 inet static
mtu 9000
address 10.230.92.26
network 10.230.92.0
netmask 255.255.255.0
post-up ifconfig p5p2 txqueuelen 1

  
  You begin to lose pings and the connection to 10.230.80.26 becomes very 
unstable. The connection to 10.230.92.26 i running without problems all the 
time.

  We get some messages in syslog vlan280: received packet on p5p1 with
  own address as source address

  
  If we switch the bridge to the second networkcard the bridge works:
  # The loopback network interface
  auto lo
  iface lo inet loopback

  # The primary network interface
  auto p5p2
  iface p5p2 inet manual

  auto vlan280
  iface vlan280 inet static
address 10.230.80.26
netmask 255.255.255.0
gateway 10.230.80.1
dns-search 10.230.80.11 10.230.80.12
bridge_ports p5p2
bridge_maxwait 0
bridge_fd 0
bridge stp_off

  
  auto p5p1
  iface p5p1 inet static
mtu 9000
address 10.230.92.26
network 10.230.92.0
netmask 255.255.255.0
post-up ifconfig p5p1 txqueuelen 1

  A normal network setup does not give any problems at all on p5p1

  lsb_release -rd:
  Description:Ubuntu Trusty Tahr (development branch)
  Release:14.04

  lsmod:
  Module  Size  Used by
  drbd  323103  0
  lru_cache  15442  1 drbd
  libcrc32c  12644  1 drbd
  bridge110702  0
  stp12976  1 bridge
  llc14552  2 stp,bridge
  intel_rapl 18773  0
  x86_pkg_temp_thermal14162  0
  intel_powerclamp   14705  0
  coretemp   13435  0
  kvm_intel 143060  0
  kvm   451519  1 kvm_intel
  crct10dif_pclmul   14289  0
  crc32_pclmul   13113  0
  ghash_clmulni_intel13259  0
  aesni_intel55624  0
  aes_x86_64 17131  1 aesni_intel
  lrw13286  1 aesni_intel
  gf128mul   14951  1 lrw
  glue_helper13990  1 aesni_intel
  ablk_helper13597  1 aesni_intel
  cryptd 20359  3 ghash_clmulni_intel,aesni_intel,ablk_helper
  gpio_ich   13476  0
  microcode  23656  0
  psmouse   101945  0
  serio_raw  13462  0
  joydev 17381  0
  sb_edac22344  0
  edac_core  62291  1 sb_edac
  ioatdma63447  0
  lpc_ich21080  0
  hpilo  17381  0
  hpwdt  14242  0
  dca15130  1 ioatdma
  ipmi_si53257  0
  acpi_power_meter   18058  0
  mac_hid13205  0
  lp 17759  0
  parport42348  1 lp
  hid_generic12548  0
  tg3   166442  0
  usbhid 52616  0
  ptp18933  1 tg3
  hid   106148  2 hid_generic,usbhid
  be2net104514  0
  hpsa   67363  2
  pps_core   19382  1 ptp

  
   ethtool -i p5p1
  driver: be2net
  version: 10.0.600.0u
  firmware-version: 4.6.247.5
  bus-info: :24:00.0
  supports-statistics: yes
  supports-test: yes
  supports-eeprom-access: yes
  supports-register-dump: no
  supports-priv-flags: no

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1287157/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : 

[Kernel-packages] [Bug 1287157] Re: Bridge only working on second netcard - be2net

2014-03-04 Thread Søren Laursen
Testet latest v3.14-rc4 it still exist.

HP had issued a firmware upgrade to the network card, it did not help:
driver: be2net
version: 10.0.600.0u
firmware-version: 4.9.311.20
It did not solve the problem

tags:kernel-bug-exists-upstream

** Tags removed: trusty
** Tags added: kernel-bug-exists-upstream

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1287157

Title:
  Bridge only working on second netcard - be2net

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  This is reduced bug report for a bug similar to:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213887

  What we have done is to make a simple network and basic installation
  af 14.04 daily build from 2014-03-03.

  The error is also in  12.04 and later kernels.

  If we use the first network card a a bridge:
  /etc/network/interfaces:
  # The loopback network interface
  auto lo
  iface lo inet loopback

  # The primary network interface
  auto p5p1
  iface p5p1 inet manual

  auto vlan280
  iface vlan280 inet static
address 10.230.80.26
netmask 255.255.255.0
gateway 10.230.80.1
dns-search 10.230.80.11 10.230.80.12
bridge_ports p5p1
bridge_maxwait 0
bridge_fd 0
bridge stp_off

  
  auto p5p2
  iface p5p2 inet static
mtu 9000
address 10.230.92.26
network 10.230.92.0
netmask 255.255.255.0
post-up ifconfig p5p2 txqueuelen 1

  
  You begin to lose pings and the connection to 10.230.80.26 becomes very 
unstable. The connection to 10.230.92.26 i running without problems all the 
time.

  We get some messages in syslog vlan280: received packet on p5p1 with
  own address as source address

  
  If we switch the bridge to the second networkcard the bridge works:
  # The loopback network interface
  auto lo
  iface lo inet loopback

  # The primary network interface
  auto p5p2
  iface p5p2 inet manual

  auto vlan280
  iface vlan280 inet static
address 10.230.80.26
netmask 255.255.255.0
gateway 10.230.80.1
dns-search 10.230.80.11 10.230.80.12
bridge_ports p5p2
bridge_maxwait 0
bridge_fd 0
bridge stp_off

  
  auto p5p1
  iface p5p1 inet static
mtu 9000
address 10.230.92.26
network 10.230.92.0
netmask 255.255.255.0
post-up ifconfig p5p1 txqueuelen 1

  A normal network setup does not give any problems at all on p5p1

  lsb_release -rd:
  Description:Ubuntu Trusty Tahr (development branch)
  Release:14.04

  lsmod:
  Module  Size  Used by
  drbd  323103  0
  lru_cache  15442  1 drbd
  libcrc32c  12644  1 drbd
  bridge110702  0
  stp12976  1 bridge
  llc14552  2 stp,bridge
  intel_rapl 18773  0
  x86_pkg_temp_thermal14162  0
  intel_powerclamp   14705  0
  coretemp   13435  0
  kvm_intel 143060  0
  kvm   451519  1 kvm_intel
  crct10dif_pclmul   14289  0
  crc32_pclmul   13113  0
  ghash_clmulni_intel13259  0
  aesni_intel55624  0
  aes_x86_64 17131  1 aesni_intel
  lrw13286  1 aesni_intel
  gf128mul   14951  1 lrw
  glue_helper13990  1 aesni_intel
  ablk_helper13597  1 aesni_intel
  cryptd 20359  3 ghash_clmulni_intel,aesni_intel,ablk_helper
  gpio_ich   13476  0
  microcode  23656  0
  psmouse   101945  0
  serio_raw  13462  0
  joydev 17381  0
  sb_edac22344  0
  edac_core  62291  1 sb_edac
  ioatdma63447  0
  lpc_ich21080  0
  hpilo  17381  0
  hpwdt  14242  0
  dca15130  1 ioatdma
  ipmi_si53257  0
  acpi_power_meter   18058  0
  mac_hid13205  0
  lp 17759  0
  parport42348  1 lp
  hid_generic12548  0
  tg3   166442  0
  usbhid 52616  0
  ptp18933  1 tg3
  hid   106148  2 hid_generic,usbhid
  be2net104514  0
  hpsa   67363  2
  pps_core   19382  1 ptp

  
   ethtool -i p5p1
  driver: be2net
  version: 10.0.600.0u
  firmware-version: 4.6.247.5
  bus-info: :24:00.0
  supports-statistics: yes
  supports-test: yes
  supports-eeprom-access: yes
  supports-register-dump: no
  supports-priv-flags: no

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1287157/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : 

[Kernel-packages] [Bug 1287157] Re: Bridge only working on second netcard - be2net

2014-03-03 Thread Søren Laursen
The link  http://www.ubuntu.com/testing/ is 404.

I can see that there are some errors in my copy-and-paste.

It should read:
dns-search foo.com
dns-nameservers 10.230.80.11 10.230.80.12

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1287157

Title:
  Bridge only working on second netcard - be2net

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  This is reduced bug report for a bug similar to:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213887

  What we have done is to make a simple network and basic installation
  af 14.04 daily build from 2014-03-03.

  The error is also in  12.04 and later kernels.

  If we use the first network card a a bridge:
  /etc/network/interfaces:
  # The loopback network interface
  auto lo
  iface lo inet loopback

  # The primary network interface
  auto p5p1
  iface p5p1 inet manual

  auto vlan280
  iface vlan280 inet static
address 10.230.80.26
netmask 255.255.255.0
gateway 10.230.80.1
dns-search 10.230.80.11 10.230.80.12
bridge_ports p5p1
bridge_maxwait 0
bridge_fd 0
bridge stp_off

  
  auto p5p2
  iface p5p2 inet static
mtu 9000
address 10.230.92.26
network 10.230.92.0
netmask 255.255.255.0
post-up ifconfig p5p2 txqueuelen 1

  
  You begin to lose pings and the connection to 10.230.80.26 becomes very 
unstable. The connection to 10.230.92.26 i running without problems all the 
time.

  We get some messages in syslog vlan280: received packet on p5p1 with
  own address as source address

  
  If we switch the bridge to the second networkcard the bridge works:
  # The loopback network interface
  auto lo
  iface lo inet loopback

  # The primary network interface
  auto p5p2
  iface p5p2 inet manual

  auto vlan280
  iface vlan280 inet static
address 10.230.80.26
netmask 255.255.255.0
gateway 10.230.80.1
dns-search 10.230.80.11 10.230.80.12
bridge_ports p5p2
bridge_maxwait 0
bridge_fd 0
bridge stp_off

  
  auto p5p1
  iface p5p1 inet static
mtu 9000
address 10.230.92.26
network 10.230.92.0
netmask 255.255.255.0
post-up ifconfig p5p1 txqueuelen 1

  A normal network setup does not give any problems at all on p5p1

  lsb_release -rd:
  Description:Ubuntu Trusty Tahr (development branch)
  Release:14.04

  lsmod:
  Module  Size  Used by
  drbd  323103  0
  lru_cache  15442  1 drbd
  libcrc32c  12644  1 drbd
  bridge110702  0
  stp12976  1 bridge
  llc14552  2 stp,bridge
  intel_rapl 18773  0
  x86_pkg_temp_thermal14162  0
  intel_powerclamp   14705  0
  coretemp   13435  0
  kvm_intel 143060  0
  kvm   451519  1 kvm_intel
  crct10dif_pclmul   14289  0
  crc32_pclmul   13113  0
  ghash_clmulni_intel13259  0
  aesni_intel55624  0
  aes_x86_64 17131  1 aesni_intel
  lrw13286  1 aesni_intel
  gf128mul   14951  1 lrw
  glue_helper13990  1 aesni_intel
  ablk_helper13597  1 aesni_intel
  cryptd 20359  3 ghash_clmulni_intel,aesni_intel,ablk_helper
  gpio_ich   13476  0
  microcode  23656  0
  psmouse   101945  0
  serio_raw  13462  0
  joydev 17381  0
  sb_edac22344  0
  edac_core  62291  1 sb_edac
  ioatdma63447  0
  lpc_ich21080  0
  hpilo  17381  0
  hpwdt  14242  0
  dca15130  1 ioatdma
  ipmi_si53257  0
  acpi_power_meter   18058  0
  mac_hid13205  0
  lp 17759  0
  parport42348  1 lp
  hid_generic12548  0
  tg3   166442  0
  usbhid 52616  0
  ptp18933  1 tg3
  hid   106148  2 hid_generic,usbhid
  be2net104514  0
  hpsa   67363  2
  pps_core   19382  1 ptp

  
   ethtool -i p5p1
  driver: be2net
  version: 10.0.600.0u
  firmware-version: 4.6.247.5
  bus-info: :24:00.0
  supports-statistics: yes
  supports-test: yes
  supports-eeprom-access: yes
  supports-register-dump: no
  supports-priv-flags: no

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1287157/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1013199] Re: be2net driver used by HP BL460c bridge networking not working

2013-09-12 Thread Søren Laursen
Looks like a similar bug here, but on HP ProLiant DL380p Gen8:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213887

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1013199

Title:
  be2net driver used by HP BL460c bridge networking not working

Status in “linux” package in Ubuntu:
  Invalid

Bug description:
  When using bridge networking under Ubuntu 12.04 LTS on HP C-Clase Blades 
(BL460c G7) which uses the be2net driver, networking doesn't work.
  Networking without bridging (assigning an address directly to, say, eth0) 
does work.

  To recreate

  1. Configure eth0 with an address
  2. Test ping to other server on same network
  3. Works

  Now take down the interface and configure bridging.
  1. /etc/network/interfaces

  # Bridge between eth0 and eth1
  auto br0
  iface br0 inet static
  address 192.168.1.10
  netmask 255.255.255.0
  network 192.168.1.0
  gateway 192.168.1.1
  pre-up ip link set eth0 down
  pre-up brctl addbr br0
  pre-up brctl addif br0 eth0
  pre-up ip addr flush dev eth0
  post-down ip link set eth0 down
  post-down ip link set br0 down
  post-down brctl delif br0 eth0
  post-down brctl delbr br0
  2. Bring br0 up
  3. Ping other server on network
  4. Doesn't work

  
  3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:52:17 UTC 2012 x86_64 x86_64 
x86_64 GNU/Linux

  02:00.0 Ethernet controller: Emulex Corporation OneConnect 10Gb NIC (be3) 
(rev 01)
  02:00.1 Ethernet controller: Emulex Corporation OneConnect 10Gb NIC (be3) 
(rev 01)
  02:00.2 Ethernet controller: Emulex Corporation OneConnect 10Gb NIC (be3) 
(rev 01)
  02:00.3 Ethernet controller: Emulex Corporation OneConnect 10Gb NIC (be3) 
(rev 01)
  02:00.4 Ethernet controller: Emulex Corporation OneConnect 10Gb NIC (be3) 
(rev 01)
  02:00.5 Ethernet controller: Emulex Corporation OneConnect 10Gb NIC (be3) 
(rev 01)
  02:00.6 Ethernet controller: Emulex Corporation OneConnect 10Gb NIC (be3) 
(rev 01)
  02:00.7 Ethernet controller: Emulex Corporation OneConnect 10Gb NIC (be3) 
(rev 01)

  lsmod | grep be2net
  be2net 78296 0

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
  Uname: Linux 3.2.0-24-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  melmoth2460 F pulseaudio
  CRDA:
   country GB:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 40), (N/A, 20)
(5250 - 5330 @ 40), (N/A, 20), DFS
(5490 - 5710 @ 40), (N/A, 27), DFS
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xf252 irq 47'
 Mixer name : 'Intel CougarPoint HDMI'
 Components : 'HDA:14f1506e,17aa21da,0012 
HDA:80862805,80860101,0010'
 Controls  : 26
 Simple ctrls  : 8
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
unknown'
 Mixer name : 'ThinkPad EC (unknown)'
 Components : ''
 Controls  : 1
 Simple ctrls  : 1
  Card29.Amixer.values:
   Simple mixer control 'Console',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Date: Thu Jun 14 16:31:39 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: LENOVO 4287CTO
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic 
root=UUID=ffd0d87e-afc2-4ccf-b2ca-0e7f3dd164d3 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-24-generic N/A
   linux-backports-modules-3.2.0-24-generic  N/A
   linux-firmware1.79
  SourcePackage: linux
  StagingDrivers: mei
  UpgradeStatus: Upgraded to precise on 2012-05-14 (31 days ago)
  dmi.bios.date: 11/01/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET55WW (1.25 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 4287CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8DET55WW(1.25):bd11/01/2011:svnLENOVO:pn4287CTO:pvrThinkPadX220:rvnLENOVO:rn4287CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 4287CTO
  dmi.product.version: ThinkPad X220
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1013199/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : 

[Kernel-packages] [Bug 1213887] Re: Bridge does not work i ubuntu 12.04 - kernel 3.5.0-37

2013-09-05 Thread Søren Laursen
Tried to make some reduced testcases:

The test is done on:
Linux kvm07 3.11.0-031100rc6-generic #201308181835 SMP Sun Aug 18 22:35:54 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux
Later I tested it on Linux kvm07 3.11.0-031100-generic #201309021735 SMP Mon 
Sep 2 21:36:21 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux, the problems was not 
solved.


eth3 - testlan
driver: tg3
version: 3.132
firmware-version: 5719-v1.31 NCSI v1.1.15.0
bus-info: :03:00.3
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes

eth4 - vlan280
driver: be2net
version: 4.6.62.0u
firmware-version: 4.2.401.605
bus-info: :24:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: no

Small kvm scripts:
sudo tunctl -u root -t tap42
sudo brctl addif vlan280 tap42
sudo ip link set tap42 up
sudo kvm -hda vdisk.img -cdrom /srv/ganeti/iso/linux-secure-13.04-64bit.iso  -m 
1024 -net nic -net tap,ifname=tap42,script=no  -boot d

sudo tunctl -u root -t tap42
sudo brctl addif vlan280 tap42
sudo ip link set tap42 up
sudo kvm -hda vdisk.img -cdrom /srv/ganeti/iso/ubuntu-rescue-remix-11-10.iso -m 
1024 -net nic -net tap,ifname=tap42,script=no  -boot d

sudo tunctl -u root -t tap42
sudo brctl addif vlan280 tap42
sudo ip link set tap42 up
sudo kvm -hda vdisk.img -cdrom 
/srv/ganeti/iso/clonezilla-live-2.1.1-7-amd64.iso -m 1024 -net nic -net 
tap,ifname=tap42,script=no  -boot d

Then I testet it on testlan (tg3 device), the testlan is on the same network at 
vlan280
All the test working
sudo tunctl -u root -t tap43
sudo brctl addif testlan tap43xit
sudo ip link set tap43 up
sudo kvm -hda vdisk.img -cdrom /srv/ganeti/iso/linux-secure-13.04-64bit.iso  -m 
1024 -net nic -net tap,ifname=tap43,script=no  -boot d


sudo tunctl -u root -t tap43
sudo brctl addif testlan tap43
sudo ip link set tap43 up
sudo kvm -hda vdisk.img -cdrom /srv/ganeti/iso/ubuntu-rescue-remix-11-10.iso -m 
1024 -net nic -net tap,ifname=tap43,script=no  -boot d


sudo tunctl -u root -t tap43
sudo brctl addif testlan tap43
sudo ip link set tap43 up
sudo kvm -hda vdisk.img -cdrom 
/srv/ganeti/iso/clonezilla-live-2.1.1-7-amd64.iso -m 1024 -net nic -net 
tap,ifname=tap43,script=no  -boot d

Change the two network cards, that is testlan moved to eth4, vlan280
moved to eth3

Nothing worked at vlan280 and nothing worked at testlan. We could not
get at dhcp working on vlan280 (eth3 - tg3) driver.


The bridge setup is as followed, with or without the mac address setup, the 
result is the same. And I remember to change it when change the  bridge_ports. 
The other 10Gbit interface is used to do drbd and is working without problems.

auto vlan280
iface vlan280 inet static
  address 10.230.80.26
  netmask 255.255.255.0
  gateway 10.230.80.1
  dns-search fcoo.dk
  dns-nameservers 10.230.80.11 10.230.80.12
  bridge_ports eth3
  bridge_maxwait 0
  bridge_fd 0
  bridge_stp off
  post-up ip link set vlan280 address ac:16:2d:7b:35:4f


#
# TEST VLAN
#
auto eth4
iface eth4 inet manual

#
# TEST VLAN bridge
#
auto testlan
iface testlan inet manual
 bridge_ports eth4
 bridge_maxwait 0
 bridge_fd 0
 bridge_stp off

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1213887

Title:
  Bridge does not work i ubuntu 12.04 - kernel  3.5.0-37

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  We are using ganeti on a HP ProLiant DL380p Gen8.

  We are running kvm as virtualization.

  Then enable a new ganeti instance, the kernel will make a new network
  interface (TAPx). After a minut or two, the instance starts to drop
  packages.  Ping is sufficent.

  We have tried on different network cards on the server, and all fails.

  Changing to different kernels has not solved the problems.

  Currently we have 6  ProLiant DL380p Gen7 running on the same
  configuration with no problems at all.

  Regards

  Søren Laursen

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.5.0-37-generic 3.5.0-37.58~precise1
  ProcVersionSignature: Ubuntu 3.5.0-37.58~precise1-generic 3.5.7.16
  Uname: Linux 3.5.0-37-generic x86_64
  AlsaDevices:
   total 0
   crw-rw---T 1 root audio 116,  1 Aug 16 11:08 seq
   crw-rw---T 1 root audio 116, 33 Aug 16 11:08 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.0.1-0ubuntu17.4
  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: [Errno 2] No such file or directory
  Date: Mon Aug 19 13:05:33 2013
  HibernationDevice: RESUME=UUID=eb9606b5-5c67-4221-82c4-13d0f88abba9
  InstallationMedia: Ubuntu-Server 12.04.2 LTS Precise Pangolin - Release 
amd64 (20130214)
  MachineType: HP ProLiant DL380p Gen8
  MarkForUpload

[Kernel-packages] [Bug 1213887] Re: Bridge does not work i ubuntu 12.04 - kernel 3.5.0-37

2013-09-05 Thread Søren Laursen
Looks a lot like this bug:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1013199

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1213887

Title:
  Bridge does not work i ubuntu 12.04 - kernel  3.5.0-37

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  We are using ganeti on a HP ProLiant DL380p Gen8.

  We are running kvm as virtualization.

  Then enable a new ganeti instance, the kernel will make a new network
  interface (TAPx). After a minut or two, the instance starts to drop
  packages.  Ping is sufficent.

  We have tried on different network cards on the server, and all fails.

  Changing to different kernels has not solved the problems.

  Currently we have 6  ProLiant DL380p Gen7 running on the same
  configuration with no problems at all.

  Regards

  Søren Laursen

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.5.0-37-generic 3.5.0-37.58~precise1
  ProcVersionSignature: Ubuntu 3.5.0-37.58~precise1-generic 3.5.7.16
  Uname: Linux 3.5.0-37-generic x86_64
  AlsaDevices:
   total 0
   crw-rw---T 1 root audio 116,  1 Aug 16 11:08 seq
   crw-rw---T 1 root audio 116, 33 Aug 16 11:08 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.0.1-0ubuntu17.4
  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: [Errno 2] No such file or directory
  Date: Mon Aug 19 13:05:33 2013
  HibernationDevice: RESUME=UUID=eb9606b5-5c67-4221-82c4-13d0f88abba9
  InstallationMedia: Ubuntu-Server 12.04.2 LTS Precise Pangolin - Release 
amd64 (20130214)
  MachineType: HP ProLiant DL380p Gen8
  MarkForUpload: True
  PciMultimedia:
   
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-37-generic 
root=UUID=3a6a448e-8900-4eb5-b203-f5ddd1fbe28d ro
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-37-generic N/A
   linux-backports-modules-3.5.0-37-generic  N/A
   linux-firmware1.79.6
  RfKill: Error: [Errno 2] No such file or directory
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/14/2012
  dmi.bios.vendor: HP
  dmi.bios.version: P70
  dmi.chassis.type: 23
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrP70:bd12/14/2012:svnHP:pnProLiantDL380pGen8:pvr:cvnHP:ct23:cvr:
  dmi.product.name: ProLiant DL380p Gen8
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213887/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1213887] Re: Bridge does not work i ubuntu 12.04 - kernel 3.5.0-37

2013-08-20 Thread Søren Laursen
Have tried:
Linux kvm07 3.5.0-37-generic #58~precise1-Ubuntu SMP Wed Jul 10 17:48:11 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux
Linux kvm07 3.10.7-031007-generic #201308150319 SMP Thu Aug 15 07:20:26 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux
Linux kvm07 3.11.0-999-generic #201308190423 SMP Mon Aug 19 08:24:36 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux
Linux kvm07 3.11.0-031100rc6-generic #201308181835 SMP Sun Aug 18 22:35:54 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux

The bridge still fails. However, I have narrowed it a bit down.

If you create a simple tap interface for example:
sudo tunctl -u root -t tap42
sudo brctl addif mybridte tap42
sudo ip link set tap42 up
sudo ip addr add 10.0.0.10 dev tap42

It will continue to work and response to ping etc.


If the bridge is created by ganeti/kvm it will fail, if you try to make more 
than one connection. For example, start a ping and the a ssh connection the 
network freeze.

Regards

Søren


** Tags added: kernel-bug-exists-upstream

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1213887

Title:
  Bridge does not work i ubuntu 12.04 - kernel  3.5.0-37

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  We are using ganeti on a HP ProLiant DL380p Gen8.

  We are running kvm as virtualization.

  Then enable a new ganeti instance, the kernel will make a new network
  interface (TAPx). After a minut or two, the instance starts to drop
  packages.  Ping is sufficent.

  We have tried on different network cards on the server, and all fails.

  Changing to different kernels has not solved the problems.

  Currently we have 6  ProLiant DL380p Gen7 running on the same
  configuration with no problems at all.

  Regards

  Søren Laursen

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.5.0-37-generic 3.5.0-37.58~precise1
  ProcVersionSignature: Ubuntu 3.5.0-37.58~precise1-generic 3.5.7.16
  Uname: Linux 3.5.0-37-generic x86_64
  AlsaDevices:
   total 0
   crw-rw---T 1 root audio 116,  1 Aug 16 11:08 seq
   crw-rw---T 1 root audio 116, 33 Aug 16 11:08 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.0.1-0ubuntu17.4
  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: [Errno 2] No such file or directory
  Date: Mon Aug 19 13:05:33 2013
  HibernationDevice: RESUME=UUID=eb9606b5-5c67-4221-82c4-13d0f88abba9
  InstallationMedia: Ubuntu-Server 12.04.2 LTS Precise Pangolin - Release 
amd64 (20130214)
  MachineType: HP ProLiant DL380p Gen8
  MarkForUpload: True
  PciMultimedia:
   
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-37-generic 
root=UUID=3a6a448e-8900-4eb5-b203-f5ddd1fbe28d ro
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-37-generic N/A
   linux-backports-modules-3.5.0-37-generic  N/A
   linux-firmware1.79.6
  RfKill: Error: [Errno 2] No such file or directory
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/14/2012
  dmi.bios.vendor: HP
  dmi.bios.version: P70
  dmi.chassis.type: 23
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrP70:bd12/14/2012:svnHP:pnProLiantDL380pGen8:pvr:cvnHP:ct23:cvr:
  dmi.product.name: ProLiant DL380p Gen8
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213887/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1213887] [NEW] Bridge does not work i ubuntu 12.04 - kernel 3.5.0-37

2013-08-19 Thread Søren Laursen
Public bug reported:

We are using ganeti on a HP ProLiant DL380p Gen8.

We are running kvm as virtualization.

Then enable a new ganeti instance, the kernel will make a new network
interface (TAPx). After a minut or two, the instance starts to drop
packages.  Ping is sufficent.

We have tried on different network cards on the server, and all fails.

Changing to different kernels has not solved the problems.

Currently we have 6  ProLiant DL380p Gen7 running on the same
configuration with no problems at all.

Regards

Søren Laursen

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.5.0-37-generic 3.5.0-37.58~precise1
ProcVersionSignature: Ubuntu 3.5.0-37.58~precise1-generic 3.5.7.16
Uname: Linux 3.5.0-37-generic x86_64
AlsaDevices:
 total 0
 crw-rw---T 1 root audio 116,  1 Aug 16 11:08 seq
 crw-rw---T 1 root audio 116, 33 Aug 16 11:08 timer
AplayDevices: Error: [Errno 2] No such file or directory
ApportVersion: 2.0.1-0ubuntu17.4
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: [Errno 2] No such file or directory
Date: Mon Aug 19 13:05:33 2013
HibernationDevice: RESUME=UUID=eb9606b5-5c67-4221-82c4-13d0f88abba9
InstallationMedia: Ubuntu-Server 12.04.2 LTS Precise Pangolin - Release amd64 
(20130214)
MachineType: HP ProLiant DL380p Gen8
MarkForUpload: True
PciMultimedia:
 
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-37-generic 
root=UUID=3a6a448e-8900-4eb5-b203-f5ddd1fbe28d ro
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-37-generic N/A
 linux-backports-modules-3.5.0-37-generic  N/A
 linux-firmware1.79.6
RfKill: Error: [Errno 2] No such file or directory
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/14/2012
dmi.bios.vendor: HP
dmi.bios.version: P70
dmi.chassis.type: 23
dmi.chassis.vendor: HP
dmi.modalias: 
dmi:bvnHP:bvrP70:bd12/14/2012:svnHP:pnProLiantDL380pGen8:pvr:cvnHP:ct23:cvr:
dmi.product.name: ProLiant DL380p Gen8
dmi.sys.vendor: HP

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise qa-kernel-lts-testing

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1213887

Title:
  Bridge does not work i ubuntu 12.04 - kernel  3.5.0-37

Status in “linux” package in Ubuntu:
  New

Bug description:
  We are using ganeti on a HP ProLiant DL380p Gen8.

  We are running kvm as virtualization.

  Then enable a new ganeti instance, the kernel will make a new network
  interface (TAPx). After a minut or two, the instance starts to drop
  packages.  Ping is sufficent.

  We have tried on different network cards on the server, and all fails.

  Changing to different kernels has not solved the problems.

  Currently we have 6  ProLiant DL380p Gen7 running on the same
  configuration with no problems at all.

  Regards

  Søren Laursen

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.5.0-37-generic 3.5.0-37.58~precise1
  ProcVersionSignature: Ubuntu 3.5.0-37.58~precise1-generic 3.5.7.16
  Uname: Linux 3.5.0-37-generic x86_64
  AlsaDevices:
   total 0
   crw-rw---T 1 root audio 116,  1 Aug 16 11:08 seq
   crw-rw---T 1 root audio 116, 33 Aug 16 11:08 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.0.1-0ubuntu17.4
  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: [Errno 2] No such file or directory
  Date: Mon Aug 19 13:05:33 2013
  HibernationDevice: RESUME=UUID=eb9606b5-5c67-4221-82c4-13d0f88abba9
  InstallationMedia: Ubuntu-Server 12.04.2 LTS Precise Pangolin - Release 
amd64 (20130214)
  MachineType: HP ProLiant DL380p Gen8
  MarkForUpload: True
  PciMultimedia:
   
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-37-generic 
root=UUID=3a6a448e-8900-4eb5-b203-f5ddd1fbe28d ro
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-37-generic N/A
   linux-backports-modules-3.5.0-37-generic  N/A
   linux-firmware1.79.6
  RfKill: Error: [Errno 2] No such file or directory
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/14/2012
  dmi.bios.vendor: HP
  dmi.bios.version: P70
  dmi.chassis.type: 23
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrP70:bd12/14/2012:svnHP:pnProLiantDL380pGen8:pvr:cvnHP:ct23:cvr:
  dmi.product.name