Advertisement
Guest User

Untitled

a guest
Jun 5th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.30 KB | None | 0 0
  1. 020-06-05 21:17:58.250 21466 ERROR neutron.agent.linux.utils [-] Rootwrap error running command: ['ovs-vsctl', '--timeout=5', '--id=@manager', '--', 'create', 'Manager', 'target="ptcp:6640:127.0.0.1"', '--', 'add', 'Open_vSwitch', '.', 'manager_options', '@manager']: RemoteError:
  2. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp [-] Agent main thread died of an exception: RemoteError:
  3. ---------------------------------------------------------------------------
  4. Unserializable message: ('#ERROR', OSError(8, 'Exec format error'))
  5. ---------------------------------------------------------------------------
  6. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp Traceback (most recent call last):
  7. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ovs_ryuapp.py", line 40, in agent_main_wrapper
  8. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp ovs_agent.main(bridge_classes)
  9. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py", line 2303, in main
  10. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp agent = OVSNeutronAgent(bridge_classes, ext_mgr, cfg.CONF)
  11. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py", line 137, in __init__
  12. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp self.ovs = ovs_lib.BaseOVS()
  13. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp File "/usr/lib/python2.7/site-packages/neutron/agent/common/ovs_lib.py", line 117, in __init__
  14. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp self.ovsdb = ovsdb_api.from_config(self)
  15. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp File "/usr/lib/python2.7/site-packages/neutron/agent/ovsdb/api.py", line 31, in from_config
  16. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp return iface.api_factory(context)
  17. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp File "/usr/lib/python2.7/site-packages/neutron/agent/ovsdb/impl_idl.py", line 49, in api_factory
  18. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp idl=n_connection.idl_factory(),
  19. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp File "/usr/lib/python2.7/site-packages/neutron/agent/ovsdb/native/connection.py", line 61, in idl_factory
  20. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp helpers.enable_connection_uri(conn)
  21. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp File "/usr/lib/python2.7/site-packages/ovsdbapp/schema/open_vswitch/helpers.py", line 41, in enable_connection_uri
  22. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp return execute(cmd, **kwargs).rstrip()
  23. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp File "/usr/lib/python2.7/site-packages/neutron/agent/linux/utils.py", line 122, in execute
  24. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp execute_rootwrap_daemon(cmd, process_input, addl_env))
  25. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp File "/usr/lib/python2.7/site-packages/neutron/agent/linux/utils.py", line 109, in execute_rootwrap_daemon
  26. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp LOG.error("Rootwrap error running command: %s", cmd)
  27. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
  28. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp self.force_reraise()
  29. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
  30. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp six.reraise(self.type_, self.value, self.tb)
  31. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp File "/usr/lib/python2.7/site-packages/neutron/agent/linux/utils.py", line 106, in execute_rootwrap_daemon
  32. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp return client.execute(cmd, process_input)
  33. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp File "/usr/lib/python2.7/site-packages/oslo_rootwrap/client.py", line 154, in execute
  34. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp res = self._run_one_command(proxy, cmd, stdin)
  35. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp File "/usr/lib/python2.7/site-packages/oslo_rootwrap/client.py", line 139, in _run_one_command
  36. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp res = proxy.run_one_command(cmd, stdin)
  37. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp File "<string>", line 2, in run_one_command
  38. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp File "/usr/lib64/python2.7/multiprocessing/managers.py", line 773, in _callmethod
  39. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp raise convert_to_error(kind, result)
  40. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp RemoteError:
  41. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp ---------------------------------------------------------------------------
  42. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp Unserializable message: ('#ERROR', OSError(8, 'Exec format error'))
  43. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp ---------------------------------------------------------------------------
  44. 2020-06-05 21:17:58.251 21466 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp
  45. 2020-06-05 21:17:58.258 21466 CRITICAL neutron [-] Unhandled error: RemoteError:
  46. ---------------------------------------------------------------------------
  47. Unserializable message: ('#ERROR', OSError(8, 'Exec format error'))
  48. ---------------------------------------------------------------------------
  49. 2020-06-05 21:17:58.258 21466 ERROR neutron Traceback (most recent call last):
  50. 2020-06-05 21:17:58.258 21466 ERROR neutron File "/usr/bin/neutron-openvswitch-agent", line 10, in <module>
  51. 2020-06-05 21:17:58.258 21466 ERROR neutron sys.exit(main())
  52. 2020-06-05 21:17:58.258 21466 ERROR neutron File "/usr/lib/python2.7/site-packages/neutron/cmd/eventlet/plugins/ovs_neutron_agent.py", line 20, in main
  53. 2020-06-05 21:17:58.258 21466 ERROR neutron agent_main.main()
  54. 2020-06-05 21:17:58.258 21466 ERROR neutron File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/openvswitch/agent/main.py", line 47, in main
  55. 2020-06-05 21:17:58.258 21466 ERROR neutron mod.main()
  56. 2020-06-05 21:17:58.258 21466 ERROR neutron File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/main.py", line 35, in main
  57. 2020-06-05 21:17:58.258 21466 ERROR neutron 'neutron.plugins.ml2.drivers.openvswitch.agent.'
  58. 2020-06-05 21:17:58.258 21466 ERROR neutron File "/usr/lib/python2.7/site-packages/ryu/base/app_manager.py", line 375, in run_apps
  59. 2020-06-05 21:17:58.258 21466 ERROR neutron hub.joinall(services)
  60. 2020-06-05 21:17:58.258 21466 ERROR neutron File "/usr/lib/python2.7/site-packages/ryu/lib/hub.py", line 103, in joinall
  61. 2020-06-05 21:17:58.258 21466 ERROR neutron t.wait()
  62. 2020-06-05 21:17:58.258 21466 ERROR neutron File "/usr/lib/python2.7/site-packages/eventlet/greenthread.py", line 175, in wait
  63. 2020-06-05 21:17:58.258 21466 ERROR neutron return self._exit_event.wait()
  64. 2020-06-05 21:17:58.258 21466 ERROR neutron File "/usr/lib/python2.7/site-packages/eventlet/event.py", line 125, in wait
  65. 2020-06-05 21:17:58.258 21466 ERROR neutron current.throw(*self._exc)
  66. 2020-06-05 21:17:58.258 21466 ERROR neutron File "/usr/lib/python2.7/site-packages/eventlet/greenthread.py", line 214, in main
  67. 2020-06-05 21:17:58.258 21466 ERROR neutron result = function(*args, **kwargs)
  68. 2020-06-05 21:17:58.258 21466 ERROR neutron File "/usr/lib/python2.7/site-packages/ryu/lib/hub.py", line 65, in _launch
  69. 2020-06-05 21:17:58.258 21466 ERROR neutron raise e
  70. 2020-06-05 21:17:58.258 21466 ERROR neutron RemoteError:
  71. 2020-06-05 21:17:58.258 21466 ERROR neutron ---------------------------------------------------------------------------
  72. 2020-06-05 21:17:58.258 21466 ERROR neutron Unserializable message: ('#ERROR', OSError(8, 'Exec format error'))
  73. 2020-06-05 21:17:58.258 21466 ERROR neutron ---------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement