[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package openvswitch - 2.0.2-0ubuntu0.14.04.3 --- openvswitch (2.0.2-0ubuntu0.14.04.3) trusty; urgency=medium [ Brian Turek ] * Add ifupdown hooks for upstart script. (LP: #1314887) [ Arata Notsu ] * Fix ifupdown hooks in cases where BRIDGE is not

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-12-10 Thread Brian Turek
I can confirm that openvswitch-switch 2.0.2-ubuntu0.14.04.3 fixes the problem on a fully patched Trusty box. ** 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

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-12-09 Thread Chris J Arges
Hello Hiroaki, or anyone else affected, Accepted openvswitch into trusty-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/openvswitch/2.0.2-0ubuntu0.14.04.3 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-12-09 Thread Mathew Hodson
** Description changed: - ifupdown hook is present in /etc/init.d/openvswitch-switch, but not in - /etc/init/openvswitch-switch.conf which is the default. + [Impact] - === modified file 'debian/openvswitch-switch.upstart' - --- debian/openvswitch-switch.upstart 2013-08-23 11:18:52 + -

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-12-07 Thread Iain Lane
I merged the two wily uploads for this bug into the trusty package and uploaded them. Thanks! ** Changed in: openvswitch (Ubuntu Trusty) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-12-03 Thread Brian Turek
[Impact] The documentation included in both upstream Open vSwitch (ovs) 2.0.2 and the version distributed by Ubuntu states that it supports configuring ovs using /etc/network/interfaces (see /usr/share/doc/openvswitch- switch/README.Debian). Moreover, /etc/init.d/openvswitch-switch contains the

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-11-30 Thread Mathew Hodson
In order for this to be SRUed, it needs to be made compliant with https://wiki.ubuntu.com/StableReleaseUpdates (Please add a rational, test case, and regression potential to the description of this bug.) -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-11-10 Thread Mathew Hodson
** Branch linked: lp:~brian-turek/ubuntu/trusty/openvswitch/fix- for-1314887 ** Tags added: trusty -- 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/1314887 Title: ifupdown hook

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-10-16 Thread James Page
** Changed in: openvswitch (Ubuntu) Status: Fix Released => In Progress ** Changed in: openvswitch (Ubuntu) Importance: Medium => High ** Changed in: openvswitch (Ubuntu Trusty) Importance: Undecided => Medium -- You received this bug notification because you are a member of

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-10-15 Thread Arata Notsu
This is a patch works for me ** Attachment added: "patch1314887-2.txt" https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1314887/+attachment/4496040/+files/patch1314887-2.txt -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-10-15 Thread Emilien Macchi
I confirm Arata's comment, OVS fails to start: http://logs.openstack.org/82/235482/1/check/gate-puppet-openstack- integration-scenario002-dsvm- trusty/bd79764/logs/syslog.txt.gz#_Oct_15_16_48_29 2.4.0-0ubuntu3 looks like a broken release to us. -- You received this bug notification because you

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-10-15 Thread Chris J Arges
Uploaded this latest regression fix. Should be in 2.4.0-0ubuntu4. -- 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/1314887 Title: ifupdown hook is missing in upstart script To

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-10-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: openvswitch (Ubuntu Trusty) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openvswitch in Ubuntu.

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-10-15 Thread Arata Notsu
If $BRIDGES is empty, [ $BRIDGES ] && ifup --allow ovs $BRIDGES will result in rc=1 and it causes openvswitch-switch to fail to start. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openvswitch in Ubuntu.

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-10-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/wily-proposed/openvswitch -- 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/1314887 Title: ifupdown hook is missing in upstart script To manage

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-10-14 Thread Launchpad Bug Tracker
This bug was fixed in the package openvswitch - 2.4.0-0ubuntu3 --- openvswitch (2.4.0-0ubuntu3) wily; urgency=medium [ Brian Turek ] * Add ifupdown hooks for upstart script. (LP: #1314887) -- Chris J Arges Wed, 14 Oct 2015 13:51:13 -0500 **

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-10-12 Thread Ubuntu Foundations Team Bug Bot
The attachment "amended-fix-for-1314887.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-10-12 Thread Brian Turek
I realize it's a poor reason but I mimicked the network_interfaces function /etc/init.d/openvswitch-switch. Want me to switch it over to use ifquery? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openvswitch in Ubuntu.

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-10-12 Thread Brian Turek
Went ahead and created a new (and simpler) patch that uses ifquery. See attached ** Patch added: "amended-fix-for-1314887.patch" https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1314887/+attachment/4492519/+files/amended-fix-for-1314887.patch -- You received this bug notification

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-10-01 Thread Serge Hallyn
While vivid and wily are using systemd by default, upstart is still an option there. So this bug should first be fixed for wily before we can SRU to trusty. I'm going to test the attached trivially ported debdiff and intend to push it if it doesn't seem to break anything. An extra set of eyes

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-10-01 Thread Serge Hallyn
It looks fine, but is there a particular reason why you run awk over /etc/network/interfaces by hand instead of using ifquery the way the sysvinit job does? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openvswitch in Ubuntu.

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-06-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~brian-turek/ubuntu/trusty/openvswitch/fix- for-1314887 -- 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/1314887 Title: ifupdown hook is missing in upstart

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-06-14 Thread Brian Turek
Following up on my previous comment, the propose fix actually causes the upstart script to fail to start if there are no OVS interfaces present (the ifup errors which I believe causes the pre-start script section to error which then causes upstart to kill the process). I submitted a bit longer

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-06-12 Thread Brian Turek
I can confirm this is still present in a fully patched 14.04.2 install and the proposed fix does work. -- 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/1314887 Title: ifupdown

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2014-08-12 Thread James Page
** Changed in: openvswitch (Ubuntu) Importance: Undecided = Medium ** Changed in: openvswitch (Ubuntu) Status: Confirmed = Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openvswitch in Ubuntu.

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2014-05-03 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: openvswitch (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openvswitch in Ubuntu.