[Bug 1927868] Re: vRouter not working after update to 16.3.1

2021-07-01 Thread Lev Klimin
I tried L3 agent with neutron==16.3.1, problem was reproduced.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927868

Title:
  vRouter not working after update to 16.3.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1927868/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1927868] Re: vRouter not working after update to 16.3.1

2021-07-01 Thread Lev Klimin
Latest build ussuri kolla neutron-l3-agent container is based on
neutron==16.3.3.dev45.

L3 agent is stuck in "Staring router update" for part of routers.

2021-06-30 14:07:50.863 575 INFO neutron.agent.l3.agent [-] Starting
router update for a9cb59da-3058-44ac-a2f7-21add6160e6d, action 3,
priority 2, update_id 78aad0a3-f5d2-4e81-9e17-df79484bc07e. Wait time
elapsed: 32.982

After restart another part of routers is stuck.

Re-install to neutron==16.0.0 resolved that problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927868

Title:
  vRouter not working after update to 16.3.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1927868/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1927868] Re: vRouter not working after update to 16.3.1

2021-06-29 Thread Lev Klimin
I've same problem on setup. We use kolla-ansible for upgrade tasks, and
after upgrade from train to ussuri problem was reproduced. Workaround is
downgrade neutron==16.3.2 to neutron==16.0.0.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927868

Title:
  vRouter not working after update to 16.3.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1927868/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1821797] Re: Failed attach cinder volume to instance

2019-03-26 Thread Lev Klimin
Output of nova-api.log

192.168.123.10 "GET /v2.1/servers/2788ffe5-fb54-4c97-8074-24b62cdfb65f 
HTTP/1.1" status: 200 len: 2042 time: 1.3150780
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi 
[req-85d2caa3-ef54-4282-9b61-a4e70e0319b1 088d6b25b302447b808b71f1df29de15 
79fb01fea5ed409784bad9564c4868a9 - default default] Unexpected exception in API 
method: Unauthorized: The request you have made requires authentication. (HTTP 
401)
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi Traceback (most 
recent call last):
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python2.7/dist-packages/nova/api/openstack/wsgi.py", line 788, in 
wrapped
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi return 
f(*args, **kwargs)
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python2.7/dist-packages/nova/api/validation/__init__.py", line 108, 
in wrapper
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi return 
func(*args, **kwargs)
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python2.7/dist-packages/nova/api/validation/__init__.py", line 108, 
in wrapper
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi return 
func(*args, **kwargs)
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python2.7/dist-packages/nova/api/openstack/compute/volumes.py", line 
336, in create
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi 
supports_multiattach=supports_multiattach)
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python2.7/dist-packages/nova/compute/api.py", line 204, in inner
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi return 
function(self, context, instance, *args, **kwargs)
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python2.7/dist-packages/nova/compute/api.py", line 152, in inner
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi return 
f(self, context, instance, *args, **kw)
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python2.7/dist-packages/nova/compute/api.py", line 4065, in 
attach_volume
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi volume = 
self.volume_api.get(context, volume_id)
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python2.7/dist-packages/nova/volume/cinder.py", line 379, in wrapper
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi res = 
method(self, ctx, *args, **kwargs)
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python2.7/dist-packages/nova/volume/cinder.py", line 401, in wrapper
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi res = 
method(self, ctx, volume_id, *args, **kwargs)
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python2.7/dist-packages/nova/volume/cinder.py", line 467, in get
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi context, 
microversion=microversion).volumes.get(volume_id)
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python2.7/dist-packages/cinderclient/v2/volumes.py", line 308, in get
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi return 
self._get("/volumes/%s" % volume_id, "volume")
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python2.7/dist-packages/cinderclient/base.py", line 321, in _get
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi resp, body = 
self.api.client.get(url)
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python2.7/dist-packages/cinderclient/client.py", line 200, in get
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi return 
self._cs_request(url, 'GET', **kwargs)
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python2.7/dist-packages/cinderclient/client.py", line 191, in 
_cs_request
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi return 
self.request(url, method, **kwargs)
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python2.7/dist-packages/cinderclient/client.py", line 177, in request
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi raise 
exceptions.from_response(resp, body)
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi Unauthorized: The 
request you have made requires authentication. (HTTP 401)
2019-03-26 21:54:22.370 3564924 ERROR nova.api.openstack.wsgi
2019-03-26 21:54:22.376 3564924 INFO nova.api.openstack.wsgi 
[req-85d2caa3-ef54-4282-9b61-a4e70e0319b1 088d6b25b302447b808b71f1df29de15 
79fb01fea5ed409784bad9564c4868a9 - default default] HTTP exception thrown: 
Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and 
attach the Nova API 

[Bug 1821797] [NEW] Failed attach cinder volume to instance

2019-03-26 Thread Lev Klimin
Public bug reported:

There is a error at attaching cinder volume (rbd backend) to instance.
Release: Queens

# openstack server add volume 2788ffe5-fb54-4c97-8074-24b62cdfb65f 
bf137dcf-d537-4776-9a49-84a2b6bfccdd --debug
... skip ...
GET call to volumev2 for 
https://cloud.newton.local:8776/v2/79fb01fea5ed409784bad9564c4868a9/volumes/bf137dcf-d537-4776-9a49-84a2b6bfccdd
 used request id req-29c40a34-1799-4ff0-9b58-6c746634485a
REQ: curl -g -i -X POST 
https://cloud.newton.local:8774/v2.1/servers/2788ffe5-fb54-4c97-8074-24b62cdfb65f/os-volume_attachments
 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H 
"Accept: application/json" -H "X-Auth-Token: 
{SHA1}4d56b517dfb7ac035ec2c073c14ad70ef840faf7" -d '{"volumeAttachment": 
{"volumeId": "bf137dcf-d537-4776-9a49-84a2b6bfccdd"}}'
https://cloud.newton.local:8774 "POST 
/v2.1/servers/2788ffe5-fb54-4c97-8074-24b62cdfb65f/os-volume_attachments 
HTTP/1.1" 500 210
RESP: [500] Openstack-Api-Version: compute 2.1 X-Openstack-Nova-Api-Version: 
2.1 Vary: OpenStack-API-Version, X-OpenStack-Nova-API-Version Content-Type: 
application/json; charset=UTF-8 Content-Length: 210 X-Openstack-Request-Id: 
req-85d2caa3-ef54-4282-9b61-a4e70e0319b1 X-Compute-Request-Id: 
req-85d2caa3-ef54-4282-9b61-a4e70e0319b1 Date: Tue, 26 Mar 2019 18:54:22 GMT 
Connection: keep-alive
RESP BODY: {"computeFault": {"message": "Unexpected API Error. Please report 
this at http://bugs.launchpad.net/nova/ and attach the Nova API log if 
possible.\n", "code": 500}}

POST call to compute for 
https://cloud.newton.local:8774/v2.1/servers/2788ffe5-fb54-4c97-8074-24b62cdfb65f/os-volume_attachments
 used request id req-85d2caa3-ef54-4282-9b61-a4e70e0319b1
Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and 
attach the Nova API log if possible.
 (HTTP 500) (Request-ID: 
req-85d2caa3-ef54-4282-9b61-a4e70e0319b1)
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/cliff/app.py", line 400, in 
run_subcommand
result = cmd.run(parsed_args)
  File "/usr/lib/python2.7/dist-packages/osc_lib/command/command.py", line 41, 
in run
return super(Command, self).run(parsed_args)
  File "/usr/lib/python2.7/dist-packages/cliff/command.py", line 184, in run
return_code = self.take_action(parsed_args) or 0
  File "/usr/lib/python2.7/dist-packages/openstackclient/compute/v2/server.py", 
line 423, in take_action
parsed_args.device,
  File "/usr/lib/python2.7/dist-packages/novaclient/api_versions.py", line 393, 
in substitution
return methods[-1].func(obj, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/novaclient/v2/volumes.py", line 56, in 
create_server_volume
body, "volumeAttachment")
  File "/usr/lib/python2.7/dist-packages/novaclient/base.py", line 361, in 
_create
resp, body = self.api.client.post(url, body=body)
  File "/usr/lib/python2.7/dist-packages/keystoneauth1/adapter.py", line 310, 
in post
return self.request(url, 'POST', **kwargs)
  File "/usr/lib/python2.7/dist-packages/novaclient/client.py", line 83, in 
request
raise exceptions.from_response(resp, body, url, method)
ClientException: Unexpected API Error. Please report this at 
http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
 (HTTP 500) (Request-ID: 
req-85d2caa3-ef54-4282-9b61-a4e70e0319b1)
clean_up AddServerVolume: Unexpected API Error. Please report this at 
http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
 (HTTP 500) (Request-ID: 
req-85d2caa3-ef54-4282-9b61-a4e70e0319b1)
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/osc_lib/shell.py", line 134, in run
ret_val = super(OpenStackShell, self).run(argv)
  File "/usr/lib/python2.7/dist-packages/cliff/app.py", line 279, in run
result = self.run_subcommand(remainder)
  File "/usr/lib/python2.7/dist-packages/osc_lib/shell.py", line 169, in 
run_subcommand
ret_value = super(OpenStackShell, self).run_subcommand(argv)
  File "/usr/lib/python2.7/dist-packages/cliff/app.py", line 400, in 
run_subcommand
result = cmd.run(parsed_args)
  File "/usr/lib/python2.7/dist-packages/osc_lib/command/command.py", line 41, 
in run
return super(Command, self).run(parsed_args)
  File "/usr/lib/python2.7/dist-packages/cliff/command.py", line 184, in run
return_code = self.take_action(parsed_args) or 0
  File "/usr/lib/python2.7/dist-packages/openstackclient/compute/v2/server.py", 
line 423, in take_action
parsed_args.device,
  File "/usr/lib/python2.7/dist-packages/novaclient/api_versions.py", line 393, 
in substitution
return methods[-1].func(obj, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/novaclient/v2/volumes.py", line 56, in 
create_server_volume
body, "volumeAttachment")
  File "/usr/lib/python2.7/dist-packages/novaclient/base.py", line 361, in 
_create
resp, body = self.api.client.post(url, body=body)
  File "/usr/lib/python2.7/dist-packages/keystoneauth1/adapter.py", line 

[Bug 1643558] Re: bnx2x driver crash

2016-12-19 Thread Lev Klimin
I confirm that with kernel 4.9.0-040900-generic #201612111631 this bug
is fixed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1643558

Title:
  bnx2x driver crash

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1643558] Re: bnx2x driver crash

2016-11-28 Thread Lev Klimin
Hi,

there are some intersting details about this bug to help make fix. On
fresh Ubuntu 16.04 there is no that bug at all.

bnx2x driver crash is occur on vxlan tasks, for example
# ip link add vxlan0 type vxlan id 42 group 239.1.1.1 dev enp21s0f1 dstport 4789
# ip li set vxlan0 up

or using openvswitch with vxlan feature
# ovs-vsctl add-port br-test vxlan0 -- set interface vxlan0 type=vxlan 
options:remote_ip="172.29.3.102"

Hope it's helpful.

Thx

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1643558

Title:
  bnx2x driver crash

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1643558] Re: bnx2x driver crash

2016-11-22 Thread Lev Klimin
** Tags added: kernel-bug-exists-upstream

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1643558

Title:
  bnx2x driver crash

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1643558] Re: bnx2x driver crash

2016-11-22 Thread Lev Klimin
I don't remember about exact prior kernel versions.
Now there is 4.4.0-21-generic, 4.4.0-45-generic, 4.4.0-47-generic kernels, and 
problem is happing on all of them.

4.9.0-040900rc6-generic kernel dosn't fix a problem (see attach).

** Attachment added: "kernel_version"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1643558/+attachment/4781410/+files/kernel_version

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1643558

Title:
  bnx2x driver crash

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1643558] Re: bnx2x driver crash

2016-11-22 Thread Lev Klimin
I don't remember about exact prior kernel versions.
Now there is 4.4.0-21-generic, 4.4.0-45-generic, 4.4.0-47-generic kernels, and 
problem is happing on all of them.

4.9.0-040900rc6-generic kernel dosn't fix a problem (see attach).

** Attachment added: "bnx2x_crash_dump_kernel_4.9.0-040900rc6-generic"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1643558/+attachment/4781411/+files/bnx2x_crash_dump_kernel_4.9.0-040900rc6-generic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1643558

Title:
  bnx2x driver crash

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1643558] [NEW] bnx2x driver crash

2016-11-21 Thread Lev Klimin
Public bug reported:

On server with two NICs on Broadcom, bnx2x driver is crashes on boot.
Full crash dump is in attach.

# lspci | grep BCM57711
15:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM57711 
10-Gigabit PCIe
15:00.1 Ethernet controller: Broadcom Corporation NetXtreme II BCM57711 
10-Gigabit PCIe

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-47-generic 4.4.0-47.68
ProcVersionSignature: Ubuntu 4.4.0-47.68-generic 4.4.24
Uname: Linux 4.4.0-47-generic x86_64
AlsaDevices:
 total 0
 crw-rw 1 root audio 116,  1 ноя 21 13:50 seq
 crw-rw 1 root audio 116, 33 ноя 21 13:50 timer
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
Date: Mon Nov 21 16:21:07 2016
InstallationDate: Installed on 2001-01-01 (5803 days ago)
InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.3)
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
MachineType: IBM BladeCenter HS22 -[7870H4G]-
PciMultimedia:
 
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
ProcFB: 0 EFI VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-47-generic.efi.signed 
root=UUID=8fae9581-bd38-4063-8871-cda77ac6c4ec ro
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-47-generic N/A
 linux-backports-modules-4.4.0-47-generic  N/A
 linux-firmware1.157.5
RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/03/2012
dmi.bios.vendor: IBM
dmi.bios.version: -[P9E156CUS-1.17]-
dmi.board.asset.tag: (none)
dmi.board.name: 68Y8071
dmi.board.vendor: IBM
dmi.board.version: (none)
dmi.chassis.asset.tag: none
dmi.chassis.type: 17
dmi.chassis.vendor: IBM
dmi.chassis.version: none
dmi.modalias: 
dmi:bvnIBM:bvr-[P9E156CUS-1.17]-:bd02/03/2012:svnIBM:pnBladeCenterHS22-[7870H4G]-:pvr07:rvnIBM:rn68Y8071:rvr(none):cvnIBM:ct17:cvrnone:
dmi.product.name: BladeCenter HS22 -[7870H4G]-
dmi.product.version: 07
dmi.sys.vendor: IBM

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


** Tags: amd64 apport-bug xenial

** Attachment added: "bnx2x_crash_dump"
   
https://bugs.launchpad.net/bugs/1643558/+attachment/4780987/+files/bnx2x_crash_dump.txt

** Attachment removed: "CRDA.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1643558/+attachment/4780988/+files/CRDA.txt

** Attachment removed: "WifiSyslog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1643558/+attachment/4780998/+files/WifiSyslog.txt

** Attachment removed: "UdevDb.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1643558/+attachment/4780997/+files/UdevDb.txt

** Attachment removed: "ProcModules.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1643558/+attachment/4780996/+files/ProcModules.txt

** Attachment removed: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1643558/+attachment/4780995/+files/ProcInterrupts.txt

** Attachment removed: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1643558/+attachment/4780994/+files/ProcCpuinfo.txt

** Attachment removed: "Lsusb.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1643558/+attachment/4780993/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1643558

Title:
  bnx2x driver crash

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs