yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #09097
[Bug 1273882] [NEW] os-collect-config unable to restart neutron-l3-agent
Public bug reported:
The command 'os-collect-config --force --one' fails with:
+ service neutron-l3-agent restart
neutron-l3-agent stop/waiting
start: Job failed to start
[2014-01-28 23:17:33,155] (os-refresh-config) [ERROR] during post-configure phase. [Command '['dib-run-parts', '/opt/stack/os-config-refresh/post-configure.d']' returned non-zero exit status 1]
And in /var/log/upstart/neutron-l3-agent.log:
Stderr: '/usr/bin/neutron-rootwrap: Unauthorized command: kill -9 11634 (no filter matched)\n'
2014-01-28 23:17:33.073 13463 ERROR neutron.common.legacy [-] Skipping unknown group key: firewall_driver
2014-01-28 23:17:33.133 13463 CRITICAL neutron [req-5f2c30e1-d121-4183-8bb1-109940edc995 None]
Command: ['sudo', '/usr/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'kill', '-9', '11634']
Exit code: 99
Stdout: ''
Stderr: '/usr/bin/neutron-rootwrap: Unauthorized command: kill -9 11634 (no filter matched)\n'
Was able to fix by adding filter to /etc/neutron/rootwrap.d/l3.filters:
kill_l3_agent: KillFilter, root, /opt/stack/venvs/neutron/bin/python, -9
** Affects: neutron
Importance: Undecided
Status: New
** Affects: tripleo
Importance: Undecided
Status: New
** Also affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1273882
Title:
os-collect-config unable to restart neutron-l3-agent
Status in OpenStack Neutron (virtual network service):
New
Status in tripleo - openstack on openstack:
New
Bug description:
The command 'os-collect-config --force --one' fails with:
+ service neutron-l3-agent restart
neutron-l3-agent stop/waiting
start: Job failed to start
[2014-01-28 23:17:33,155] (os-refresh-config) [ERROR] during post-configure phase. [Command '['dib-run-parts', '/opt/stack/os-config-refresh/post-configure.d']' returned non-zero exit status 1]
And in /var/log/upstart/neutron-l3-agent.log:
Stderr: '/usr/bin/neutron-rootwrap: Unauthorized command: kill -9 11634 (no filter matched)\n'
2014-01-28 23:17:33.073 13463 ERROR neutron.common.legacy [-] Skipping unknown group key: firewall_driver
2014-01-28 23:17:33.133 13463 CRITICAL neutron [req-5f2c30e1-d121-4183-8bb1-109940edc995 None]
Command: ['sudo', '/usr/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'kill', '-9', '11634']
Exit code: 99
Stdout: ''
Stderr: '/usr/bin/neutron-rootwrap: Unauthorized command: kill -9 11634 (no filter matched)\n'
Was able to fix by adding filter to /etc/neutron/rootwrap.d/l3.filters:
kill_l3_agent: KillFilter, root, /opt/stack/venvs/neutron/bin/python, -9
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1273882/+subscriptions
Follow ups
References