[Bug 1088160] Re: module-assistant install of openvswitch-datapath fails on quantal due to drop of _mod postfix

2013-02-19 Thread James Page
module-assistant auto-install openvswitch-datapath results in an full
working brcompat and openvswitch module

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  module-assistant install of openvswitch-datapath fails on quantal due
  to drop of _mod postfix

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

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


[Bug 1088160] Re: module-assistant install of openvswitch-datapath fails on quantal due to drop of _mod postfix

2013-02-19 Thread Colin Watson
Waiting the usual seven-day waiting period since this goes with
regression bug 1125611.

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

Title:
  module-assistant install of openvswitch-datapath fails on quantal due
  to drop of _mod postfix

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

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


[Bug 1088160] Re: module-assistant install of openvswitch-datapath fails on quantal due to drop of _mod postfix

2013-02-19 Thread Colin Watson
s/Waiting/Waiving/

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

Title:
  module-assistant install of openvswitch-datapath fails on quantal due
  to drop of _mod postfix

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

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


[Bug 1088160] Re: module-assistant install of openvswitch-datapath fails on quantal due to drop of _mod postfix

2013-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package openvswitch - 1.4.3-0ubuntu2.1

---
openvswitch (1.4.3-0ubuntu2.1) quantal-proposed; urgency=high

  * Fix broken brcompat module due to circular DKMS build dependency
causing brcompat.o to be excluded from module (LP: #1125611):
- d/p/0009-datapath-rename-brcompat.c-to-brcompat_main.c.patch:
  Cherry picked fix from upstream VCS which renames brcompat.c -
  brcompat_main.c to support drop of _mod postfix.
  * Fix module-assistant installs of openvswitch-datapath (LP: #1088160):
- d/rules.modules: Drop _mod postfix when installing modules.
 -- James Page james.p...@ubuntu.com   Sat, 16 Feb 2013 14:02:05 +

** Changed in: openvswitch (Ubuntu Quantal)
   Status: Fix Committed = Fix Released

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

Title:
  module-assistant install of openvswitch-datapath fails on quantal due
  to drop of _mod postfix

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

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


[Bug 1088160] Re: module-assistant install of openvswitch-datapath fails on quantal due to drop of _mod postfix

2013-02-19 Thread Peng Yong
brcompat failed with linux-image-3.5.0-24-generic.

# /etc/init.d/openvswitch-switch start
FATAL: Error inserting brcompat 
(/lib/modules/3.5.0-24-generic/kernel/brcompat.ko): Unknown symbol in module, 
or unknown parameter (see dmesg)
 * Inserting brcompat module
Module has probably not been built for this kernel.
For instructions, read
/usr/share/doc/openvswitch-datapath-source/README.Debian
FATAL: Error inserting brcompat 
(/lib/modules/3.5.0-24-generic/kernel/brcompat.ko): Unknown symbol in module, 
or unknown parameter (see dmesg)
 * Inserting brcompat module

dmesg shows:

[  362.917013] brcompat: Unknown symbol ovs_dp_ioctl_hook (err 0)


# find /lib/modules/ -name *openvs*
/lib/modules/3.5.0-24-generic/kernel/net/openvswitch
/lib/modules/3.5.0-24-generic/kernel/net/openvswitch/openvswitch.ko
/lib/modules/3.5.0-24-generic/kernel/openvswitch.ko


# dpkg -S /lib/modules/3.5.0-24-generic/kernel/net/openvswitch/openvswitch.ko
linux-image-3.5.0-24-generic: 
/lib/modules/3.5.0-24-generic/kernel/net/openvswitch/openvswitch.ko

there is a openvswitch  module in linux-image-3.5.0-24-generic now.

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

Title:
  module-assistant install of openvswitch-datapath fails on quantal due
  to drop of _mod postfix

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

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


[Bug 1088160] Re: module-assistant install of openvswitch-datapath fails on quantal due to drop of _mod postfix

2013-02-19 Thread James Page
Please can you try:

 sudo service openvswitch-switch force-reload-kmod

Modprobe should prefer the DKMS openvswitch module over the kernel
provided one; brcompat only works with the DKMS version.

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

Title:
  module-assistant install of openvswitch-datapath fails on quantal due
  to drop of _mod postfix

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

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


[Bug 1088160] Re: module-assistant install of openvswitch-datapath fails on quantal due to drop of _mod postfix

2013-02-19 Thread Peng Yong
# service openvswitch-switch force-reload-kmod
 * Inserting openvswitch module
FATAL: Error inserting brcompat 
(/lib/modules/3.5.0-24-generic/kernel/brcompat.ko): Unknown symbol in module, 
or unknown parameter (see dmesg)
 * Inserting brcompat module
Module has probably not been built for this kernel.
For instructions, read
/usr/share/doc/openvswitch-datapath-source/README.Debian
Feb 20 00:07:52|1|stream_unix|ERR|/tmp/stream-unix.2932.0: connection to 
/var/run/openvswitch/db.sock failed: No such file or directory
Feb 20 00:07:52|2|reconnect|WARN|unix:/var/run/openvswitch/db.sock: 
connection attempt failed (No such file or directory)
Feb 20 00:07:53|3|stream_unix|ERR|/tmp/stream-unix.2932.1: connection to 
/var/run/openvswitch/db.sock failed: No such file or directory
Feb 20 00:07:53|4|reconnect|WARN|unix:/var/run/openvswitch/db.sock: 
connection attempt failed (No such file or directory)
Feb 20 00:07:55|5|stream_unix|ERR|/tmp/stream-unix.2932.2: connection to 
/var/run/openvswitch/db.sock failed: No such file or directory
Feb 20 00:07:55|6|reconnect|WARN|unix:/var/run/openvswitch/db.sock: 
connection attempt failed (No such file or directory)
Alarm clock
 * Detected internal interfaces: 
 * ovs-brcompatd is not running
 * ovs-vswitchd is not running
 * ovsdb-server is not running
 * Saving interface configuration
 * Removing openvswitch module
 * Inserting openvswitch module
FATAL: Error inserting brcompat 
(/lib/modules/3.5.0-24-generic/kernel/brcompat.ko): Unknown symbol in module, 
or unknown parameter (see dmesg)
 * Inserting brcompat module
 * Restoring interface configuration
 * iptables already has a rule for gre, not explicitly enabling



i remove the module provided by kernel, then it works:

#mv /lib/modules/3.5.0-24-generic/kernel/net/openvswitch/openvswitch.ko /tmp
#depmod -a
#/etc/init.d/openvswitch-switch start
 * Inserting openvswitch module
 * Inserting brcompat module
 * Starting ovsdb-server
 * Configuring Open vSwitch system IDs
 * Starting ovs-vswitchd
 * Starting ovs-brcompatd
 * iptables already has a rule for gre, not explicitly enabling

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

Title:
  module-assistant install of openvswitch-datapath fails on quantal due
  to drop of _mod postfix

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

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


[Bug 1088160] Re: module-assistant install of openvswitch-datapath fails on quantal due to drop of _mod postfix

2013-02-18 Thread Colin Watson
Hello Kamil, or anyone else affected,

Accepted openvswitch into quantal-proposed. The package will build now
and be available at
http://launchpad.net/ubuntu/+source/openvswitch/1.4.3-0ubuntu2.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: openvswitch (Ubuntu Quantal)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

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

Title:
  module-assistant install of openvswitch-datapath fails on quantal due
  to drop of _mod postfix

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

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


[Bug 1088160] Re: module-assistant install of openvswitch-datapath fails on quantal due to drop of _mod postfix

2013-02-18 Thread Bjorn Gott
I couldn't wait for the fix, so I went ahead and rebuilt that box with a
different version of Ubuntu.  I can not test the fix patch as the
machine is now in production and I can not take it down to rebuild it
again.

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

Title:
  module-assistant install of openvswitch-datapath fails on quantal due
  to drop of _mod postfix

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

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


Re: [Bug 1088160] Re: module-assistant install of openvswitch-datapath fails on quantal due to drop of _mod postfix

2013-02-18 Thread Kamil Madac
Hi Colin,

I'm going to test the package tomorrow.

Kamil


On Mon, Feb 18, 2013 at 4:52 PM, Bjorn Gott 1088...@bugs.launchpad.netwrote:

 I couldn't wait for the fix, so I went ahead and rebuilt that box with a
 different version of Ubuntu.  I can not test the fix patch as the
 machine is now in production and I can not take it down to rebuild it
 again.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1088160

 Title:
   module-assistant install of openvswitch-datapath fails on quantal due
   to drop of _mod postfix

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1088160/+subscriptions


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

Title:
  module-assistant install of openvswitch-datapath fails on quantal due
  to drop of _mod postfix

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

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


[Bug 1088160] Re: module-assistant install of openvswitch-datapath fails on quantal due to drop of _mod postfix

2013-02-16 Thread James Page
Fix uploaded to quantal-proposed for module-assistant install problem

** Summary changed:

- module-assistant install of openvswitch-datapath fails on quantal
+ module-assistant install of openvswitch-datapath fails on quantal due to drop 
of _mod postfix

** Changed in: openvswitch (Ubuntu Quantal)
   Status: Triaged = In Progress

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

Title:
  module-assistant install of openvswitch-datapath fails on quantal due
  to drop of _mod postfix

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

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