[Bug 1453188] Re: Incorrect path to binary in neutron-plugin-linuxbridge-agent
Chris J Arges
1453188 at bugs.launchpad.net
Mon Aug 10 22:15:47 UTC 2015
Hello Tomasz, or anyone else affected,
Accepted neutron into vivid-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/neutron/1:2015.1.1-0ubuntu2 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: neutron (Ubuntu Vivid)
Status: Triaged => Fix Committed
** Tags added: verification-needed
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to neutron in Ubuntu.
https://bugs.launchpad.net/bugs/1453188
Title:
Incorrect path to binary in neutron-plugin-linuxbridge-agent
Status in neutron package in Ubuntu:
Fix Released
Status in neutron source package in Vivid:
Fix Committed
Status in neutron source package in Wily:
Fix Released
Bug description:
neutron-plugin-linuxbridge-agent service cannot start due to missing executable so initscripts exits silently with code 0.
There is a name inconsistency between filesystem and initscript.
In /etc/init/neutron-plugin-linuxbridge-agent.conf path to daemon is /usr/bin/neutron-plugin-linuxbridge-agent, but name of existing file is /usr/bin/neutron-linuxbridge-agent.
# dpkg -L neutron-plugin-linuxbridge-agent | grep bin/
/usr/bin/neutron-linuxbridge-agent
# grep usr/bin /etc/init/neutron-plugin-linuxbridge-agent.conf
[ -x "/usr/bin/neutron-plugin-linuxbridge-agent" ] || exit 0
--exec /usr/bin/neutron-plugin-linuxbridge-agent -- --config-file=/etc/neutron/neutron.conf ${DAEMON_ARGS}
This bug affects version 1:2015.1~rc1-0ubuntu1~cloud0 and a newest one 1:2015.1.0-0ubuntu1.
Tested on DISTRIB_DESCRIPTION="Ubuntu 14.04.2 LTS" with Cloud-Archive additional repository:
deb http://ubuntu-cloud.archive.canonical.com/ubuntu trusty-updates/kilo main
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1453188/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list