2013-02-14 22:25:29 |
Sebastian Marsching |
bug |
|
|
added bug |
2013-02-16 00:17:51 |
Launchpad Janitor |
openvswitch (Ubuntu): status |
New |
Confirmed |
|
2013-02-16 08:23:24 |
Peng Yong |
bug |
|
|
added subscriber Peng Yong |
2013-02-16 09:55:41 |
Peng Yong |
bug |
|
|
added subscriber James Page |
2013-02-16 11:13:38 |
James Page |
openvswitch (Ubuntu): importance |
Undecided |
Critical |
|
2013-02-16 13:07:08 |
James Page |
nominated for series |
|
Ubuntu Precise |
|
2013-02-16 13:07:08 |
James Page |
bug task added |
|
openvswitch (Ubuntu Precise) |
|
2013-02-16 13:07:08 |
James Page |
nominated for series |
|
Ubuntu Quantal |
|
2013-02-16 13:07:08 |
James Page |
bug task added |
|
openvswitch (Ubuntu Quantal) |
|
2013-02-16 13:07:15 |
James Page |
openvswitch (Ubuntu Precise): status |
New |
Confirmed |
|
2013-02-16 13:07:18 |
James Page |
openvswitch (Ubuntu Quantal): status |
New |
Confirmed |
|
2013-02-16 13:07:21 |
James Page |
openvswitch (Ubuntu): status |
Confirmed |
Fix Released |
|
2013-02-16 13:07:25 |
James Page |
openvswitch (Ubuntu Precise): importance |
Undecided |
Critical |
|
2013-02-16 13:07:28 |
James Page |
openvswitch (Ubuntu Quantal): importance |
Undecided |
Critical |
|
2013-02-16 13:07:30 |
James Page |
openvswitch (Ubuntu Precise): assignee |
|
James Page (james-page) |
|
2013-02-16 13:07:32 |
James Page |
openvswitch (Ubuntu Quantal): assignee |
|
James Page (james-page) |
|
2013-02-16 13:17:15 |
James Page |
summary |
Upgrade to 1.4.0-1ubuntu1.4 breaks brcompat support |
DKMS brcompat module circular dependency causes broken module |
|
2013-02-16 13:17:22 |
James Page |
openvswitch (Ubuntu Precise): status |
Confirmed |
In Progress |
|
2013-02-16 13:17:25 |
James Page |
openvswitch (Ubuntu Quantal): status |
Confirmed |
In Progress |
|
2013-02-16 13:34:36 |
James Page |
description |
On Ubuntu 12.04.2 LTS, after an automatic upgrade from openvswitch 1.4.0-1ubuntu1.3 to openvswith 1.4.0-1ubuntu1.4 the brcompat support does not work any longer.
The brcompat kernel module can be build, installed, and loaded, but openvswitch-brcompatd will not start with the error message: "ovs-brcompatd: could not open brcompat socket. Check "brcompat" kernel module."
After a downgrade back to version 1.4.0-1ubuntu1.3 brcompat works again. I think this is essentially the same problem as described here: https://answers.launchpad.net/ubuntu/+source/openvswitch/+question/221334
It might be unrelated, but after the upgrade "lsmod" does not list the "openvswitch" module as a dependency of the "brcompat" module. After downgrading, the dependency is shown again. |
[Impact]
brcompat module is broken
[Test Case]
sudo apt-get install openvswitch-datapath-dkms
sudo apt-get install openvswitch-brcompat
brcompat daemon will fail to start
/var/log/syslog: brcompat: module license 'unspecified' taints kernel.
[Regression Potential]
Minimal; the additional cherry picked patch renames the brcompat.c file brcompat_main.c to avoid a circular dependency during DKMS build.
[Original bug report]
On Ubuntu 12.04.2 LTS, after an automatic upgrade from openvswitch 1.4.0-1ubuntu1.3 to openvswith 1.4.0-1ubuntu1.4 the brcompat support does not work any longer.
The brcompat kernel module can be build, installed, and loaded, but openvswitch-brcompatd will not start with the error message: "ovs-brcompatd: could not open brcompat socket. Check "brcompat" kernel module."
After a downgrade back to version 1.4.0-1ubuntu1.3 brcompat works again. I think this is essentially the same problem as described here: https://answers.launchpad.net/ubuntu/+source/openvswitch/+question/221334
It might be unrelated, but after the upgrade "lsmod" does not list the "openvswitch" module as a dependency of the "brcompat" module. After downgrading, the dependency is shown again. |
|
2013-02-16 13:34:49 |
James Page |
bug |
|
|
added subscriber Ubuntu Stable Release Updates Team |
2013-02-16 13:44:58 |
James Page |
description |
[Impact]
brcompat module is broken
[Test Case]
sudo apt-get install openvswitch-datapath-dkms
sudo apt-get install openvswitch-brcompat
brcompat daemon will fail to start
/var/log/syslog: brcompat: module license 'unspecified' taints kernel.
[Regression Potential]
Minimal; the additional cherry picked patch renames the brcompat.c file brcompat_main.c to avoid a circular dependency during DKMS build.
[Original bug report]
On Ubuntu 12.04.2 LTS, after an automatic upgrade from openvswitch 1.4.0-1ubuntu1.3 to openvswith 1.4.0-1ubuntu1.4 the brcompat support does not work any longer.
The brcompat kernel module can be build, installed, and loaded, but openvswitch-brcompatd will not start with the error message: "ovs-brcompatd: could not open brcompat socket. Check "brcompat" kernel module."
After a downgrade back to version 1.4.0-1ubuntu1.3 brcompat works again. I think this is essentially the same problem as described here: https://answers.launchpad.net/ubuntu/+source/openvswitch/+question/221334
It might be unrelated, but after the upgrade "lsmod" does not list the "openvswitch" module as a dependency of the "brcompat" module. After downgrading, the dependency is shown again. |
[Impact]
brcompat module is broken
[Test Case]
sudo apt-get install openvswitch-datapath-dkms
sudo apt-get install openvswitch-brcompat
edit /etc/default/openvswitch-switch and enable BRCOMPAT=yes
sudo service openvswitch-switch restart
brcompat daemon will fail to start:
ovs-brcompatd: could not open brcompat socket. Check "brcompat" kernel module.
/var/log/syslog:
brcompat: module license 'unspecified' taints kernel.
[Regression Potential]
Minimal; the additional cherry picked patch renames the brcompat.c file brcompat_main.c to avoid a circular dependency during DKMS build.
[Original bug report]
On Ubuntu 12.04.2 LTS, after an automatic upgrade from openvswitch 1.4.0-1ubuntu1.3 to openvswith 1.4.0-1ubuntu1.4 the brcompat support does not work any longer.
The brcompat kernel module can be build, installed, and loaded, but openvswitch-brcompatd will not start with the error message: "ovs-brcompatd: could not open brcompat socket. Check "brcompat" kernel module."
After a downgrade back to version 1.4.0-1ubuntu1.3 brcompat works again. I think this is essentially the same problem as described here: https://answers.launchpad.net/ubuntu/+source/openvswitch/+question/221334
It might be unrelated, but after the upgrade "lsmod" does not list the "openvswitch" module as a dependency of the "brcompat" module. After downgrading, the dependency is shown again. |
|
2013-02-16 13:47:57 |
James Page |
description |
[Impact]
brcompat module is broken
[Test Case]
sudo apt-get install openvswitch-datapath-dkms
sudo apt-get install openvswitch-brcompat
edit /etc/default/openvswitch-switch and enable BRCOMPAT=yes
sudo service openvswitch-switch restart
brcompat daemon will fail to start:
ovs-brcompatd: could not open brcompat socket. Check "brcompat" kernel module.
/var/log/syslog:
brcompat: module license 'unspecified' taints kernel.
[Regression Potential]
Minimal; the additional cherry picked patch renames the brcompat.c file brcompat_main.c to avoid a circular dependency during DKMS build.
[Original bug report]
On Ubuntu 12.04.2 LTS, after an automatic upgrade from openvswitch 1.4.0-1ubuntu1.3 to openvswith 1.4.0-1ubuntu1.4 the brcompat support does not work any longer.
The brcompat kernel module can be build, installed, and loaded, but openvswitch-brcompatd will not start with the error message: "ovs-brcompatd: could not open brcompat socket. Check "brcompat" kernel module."
After a downgrade back to version 1.4.0-1ubuntu1.3 brcompat works again. I think this is essentially the same problem as described here: https://answers.launchpad.net/ubuntu/+source/openvswitch/+question/221334
It might be unrelated, but after the upgrade "lsmod" does not list the "openvswitch" module as a dependency of the "brcompat" module. After downgrading, the dependency is shown again. |
[Impact]
brcompat module is broken
[Test Case]
sudo apt-get install openvswitch-datapath-dkms
sudo apt-get install openvswitch-brcompat
edit /etc/default/openvswitch-switch and enable BRCOMPAT=yes
sudo service openvswitch-switch restart
brcompat daemon will fail to start:
ovs-brcompatd: could not open brcompat socket. Check "brcompat" kernel module.
/var/log/syslog:
brcompat: module license 'unspecified' taints kernel.
Note that the 'force-reload-kmod' may be required after upgrading to force the DKMS modules to be reloaded:
sudo service openvswitch-switch force-reload-kmod
[Regression Potential]
Minimal; the additional cherry picked patch renames the brcompat.c file brcompat_main.c to avoid a circular dependency during DKMS build.
[Original bug report]
On Ubuntu 12.04.2 LTS, after an automatic upgrade from openvswitch 1.4.0-1ubuntu1.3 to openvswith 1.4.0-1ubuntu1.4 the brcompat support does not work any longer.
The brcompat kernel module can be build, installed, and loaded, but openvswitch-brcompatd will not start with the error message: "ovs-brcompatd: could not open brcompat socket. Check "brcompat" kernel module."
After a downgrade back to version 1.4.0-1ubuntu1.3 brcompat works again. I think this is essentially the same problem as described here: https://answers.launchpad.net/ubuntu/+source/openvswitch/+question/221334
It might be unrelated, but after the upgrade "lsmod" does not list the "openvswitch" module as a dependency of the "brcompat" module. After downgrading, the dependency is shown again. |
|
2013-02-18 11:51:56 |
Colin Watson |
openvswitch (Ubuntu Precise): status |
In Progress |
Fix Committed |
|
2013-02-18 11:52:00 |
Colin Watson |
bug |
|
|
added subscriber SRU Verification |
2013-02-18 11:52:03 |
Colin Watson |
tags |
|
verification-needed |
|
2013-02-18 11:52:53 |
Colin Watson |
openvswitch (Ubuntu Quantal): status |
In Progress |
Fix Committed |
|
2013-02-18 13:21:37 |
Peng Yong |
tags |
verification-needed |
verification-done |
|
2013-02-19 12:01:02 |
Colin Watson |
tags |
verification-done |
regression-update verification-done |
|
2013-02-19 12:02:30 |
Colin Watson |
removed subscriber Ubuntu Stable Release Updates Team |
|
|
|
2013-02-19 12:03:12 |
Launchpad Janitor |
openvswitch (Ubuntu Precise): status |
Fix Committed |
Fix Released |
|
2013-02-19 12:03:18 |
Launchpad Janitor |
openvswitch (Ubuntu Quantal): status |
Fix Committed |
Fix Released |
|
2013-02-20 00:38:36 |
xsited |
bug |
|
|
added subscriber xsited |
2013-02-21 19:47:24 |
Launchpad Janitor |
branch linked |
|
lp:ubuntu/precise-proposed/openvswitch |
|
2013-02-21 19:47:27 |
Launchpad Janitor |
branch linked |
|
lp:ubuntu/quantal-proposed/openvswitch |
|
2013-05-16 15:39:33 |
Nick Wilson |
bug |
|
|
added subscriber Nick Wilson |
2013-08-11 09:26:33 |
andreas söderberg |
bug |
|
|
added subscriber andreas söderberg |