Public bug reported:

I really don't know what had happened here, but message asks to report
this bug.

2016-02-09 03:04:20.683 12651 ERROR neutron Traceback (most recent call last):
2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/usr/bin/neutron-openvswitch-agent", line 10, in <module>
2016-02-09 03:04:20.683 12651 ERROR neutron     sys.exit(main())
2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/cmd/eventlet/plugins/ovs_neutron_agent.py", line 
20, in main
2016-02-09 03:04:20.683 12651 ERROR neutron     agent_main.main()
2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/main.py", 
line 49, in main
2016-02-09 03:04:20.683 12651 ERROR neutron     mod.main()
2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/ovs_ofctl/main.py",
 line 36, in main
2016-02-09 03:04:20.683 12651 ERROR neutron     
ovs_neutron_agent.main(bridge_classes)
2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py",
 line 2068, in main
2016-02-09 03:04:20.683 12651 ERROR neutron     agent.daemon_loop()
2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py",
 line 1991, in daemon_loop
2016-02-09 03:04:20.683 12651 ERROR neutron     
self.rpc_loop(polling_manager=pm)
2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/usr/lib64/python2.7/contextlib.py", line 24, in __exit__
2016-02-09 03:04:20.683 12651 ERROR neutron     self.gen.next()
2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/agent/linux/polling.py", line 42, in 
get_polling_manager
2016-02-09 03:04:20.683 12651 ERROR neutron     pm.stop()
2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/agent/linux/polling.py", line 61, in stop
2016-02-09 03:04:20.683 12651 ERROR neutron     self._monitor.stop()
2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/agent/linux/async_process.py", line 129, in stop
2016-02-09 03:04:20.683 12651 ERROR neutron     self._kill(kill_signal)
2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/agent/linux/async_process.py", line 162, in _kill
2016-02-09 03:04:20.683 12651 ERROR neutron     pid = self.pid
2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/agent/linux/async_process.py", line 158, in pid
2016-02-09 03:04:20.683 12651 ERROR neutron     run_as_root=self.run_as_root)
2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/agent/linux/utils.py", line 265, in 
get_root_helper_child_pid
2016-02-09 03:04:20.683 12651 ERROR neutron     pid = find_child_pids(pid)[0]
2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/agent/linux/utils.py", line 196, in find_child_pids
2016-02-09 03:04:20.683 12651 ERROR neutron     return []
2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 204, in __exit__
2016-02-09 03:04:20.683 12651 ERROR neutron     six.reraise(self.type_, 
self.value, self.tb)
2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/agent/linux/utils.py", line 188, in find_child_pids
2016-02-09 03:04:20.683 12651 ERROR neutron     log_fail_as_error=False)
2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/agent/linux/utils.py", line 140, in execute
2016-02-09 03:04:20.683 12651 ERROR neutron     raise RuntimeError(msg)
2016-02-09 03:04:20.683 12651 ERROR neutron RuntimeError: Exit code: -15; 
Stdin: ; Stdout: ; Stderr: Signal 15 (TERM) caught by ps (procps-ng version 
3.3.10).
2016-02-09 03:04:20.683 12651 ERROR neutron ps:display.c:66: please report this 
bug
2016-02-09 03:04:20.683 12651 ERROR neutron
2016-02-09 03:04:20.683 12651 ERROR neutron

** 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/1543423

Title:
  RuntimeError: Exit code: -15; Stdin: ; Stdout: ; Stderr: Signal 15
  (TERM) caught by ps (procps-ng version 3.3.10).

Status in neutron:
  New

Bug description:
  I really don't know what had happened here, but message asks to report
  this bug.

  2016-02-09 03:04:20.683 12651 ERROR neutron Traceback (most recent call last):
  2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/usr/bin/neutron-openvswitch-agent", line 10, in <module>
  2016-02-09 03:04:20.683 12651 ERROR neutron     sys.exit(main())
  2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/cmd/eventlet/plugins/ovs_neutron_agent.py", line 
20, in main
  2016-02-09 03:04:20.683 12651 ERROR neutron     agent_main.main()
  2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/main.py", 
line 49, in main
  2016-02-09 03:04:20.683 12651 ERROR neutron     mod.main()
  2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/ovs_ofctl/main.py",
 line 36, in main
  2016-02-09 03:04:20.683 12651 ERROR neutron     
ovs_neutron_agent.main(bridge_classes)
  2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py",
 line 2068, in main
  2016-02-09 03:04:20.683 12651 ERROR neutron     agent.daemon_loop()
  2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py",
 line 1991, in daemon_loop
  2016-02-09 03:04:20.683 12651 ERROR neutron     
self.rpc_loop(polling_manager=pm)
  2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/usr/lib64/python2.7/contextlib.py", line 24, in __exit__
  2016-02-09 03:04:20.683 12651 ERROR neutron     self.gen.next()
  2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/agent/linux/polling.py", line 42, in 
get_polling_manager
  2016-02-09 03:04:20.683 12651 ERROR neutron     pm.stop()
  2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/agent/linux/polling.py", line 61, in stop
  2016-02-09 03:04:20.683 12651 ERROR neutron     self._monitor.stop()
  2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/agent/linux/async_process.py", line 129, in stop
  2016-02-09 03:04:20.683 12651 ERROR neutron     self._kill(kill_signal)
  2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/agent/linux/async_process.py", line 162, in _kill
  2016-02-09 03:04:20.683 12651 ERROR neutron     pid = self.pid
  2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/agent/linux/async_process.py", line 158, in pid
  2016-02-09 03:04:20.683 12651 ERROR neutron     run_as_root=self.run_as_root)
  2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/agent/linux/utils.py", line 265, in 
get_root_helper_child_pid
  2016-02-09 03:04:20.683 12651 ERROR neutron     pid = find_child_pids(pid)[0]
  2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/agent/linux/utils.py", line 196, in find_child_pids
  2016-02-09 03:04:20.683 12651 ERROR neutron     return []
  2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 204, in __exit__
  2016-02-09 03:04:20.683 12651 ERROR neutron     six.reraise(self.type_, 
self.value, self.tb)
  2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/agent/linux/utils.py", line 188, in find_child_pids
  2016-02-09 03:04:20.683 12651 ERROR neutron     log_fail_as_error=False)
  2016-02-09 03:04:20.683 12651 ERROR neutron   File 
"/opt/stack/neutron/neutron/agent/linux/utils.py", line 140, in execute
  2016-02-09 03:04:20.683 12651 ERROR neutron     raise RuntimeError(msg)
  2016-02-09 03:04:20.683 12651 ERROR neutron RuntimeError: Exit code: -15; 
Stdin: ; Stdout: ; Stderr: Signal 15 (TERM) caught by ps (procps-ng version 
3.3.10).
  2016-02-09 03:04:20.683 12651 ERROR neutron ps:display.c:66: please report 
this bug
  2016-02-09 03:04:20.683 12651 ERROR neutron
  2016-02-09 03:04:20.683 12651 ERROR neutron

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1543423/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to