Advertisement
Guest User

Untitled

a guest
Nov 29th, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. 2017-11-28 12:32:13 DEBUG otopi.plugins.otopi.services.systemd systemd.state:130 stopping service ovirt-imageio-proxy
  2. 2017-11-28 12:32:13 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:813 execute: ('/bin/systemctl', 'stop', 'ovirt-imageio-proxy.service'), executable='None', cwd='None', env=None
  3. 2017-11-28 12:32:13 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:863 execute-result: ('/bin/systemctl', 'stop', 'ovirt-imageio-proxy.service'), rc=0
  4. 2017-11-28 12:32:13 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:921 execute-output: ('/bin/systemctl', 'stop', 'ovirt-imageio-proxy.service') stdout:
  5.  
  6.  
  7. 2017-11-28 12:32:13 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:926 execute-output: ('/bin/systemctl', 'stop', 'ovirt-imageio-proxy.service') stderr:
  8.  
  9.  
  10. 2017-11-28 12:32:13 DEBUG otopi.plugins.otopi.services.systemd systemd.state:130 starting service ovirt-imageio-proxy
  11. 2017-11-28 12:32:13 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:813 execute: ('/bin/systemctl', 'start', 'ovirt-imageio-proxy.service'), executable='None', cwd='None', env=None
  12. 2017-11-28 12:32:14 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:863 execute-result: ('/bin/systemctl', 'start', 'ovirt-imageio-proxy.service'), rc=1
  13. 2017-11-28 12:32:14 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:921 execute-output: ('/bin/systemctl', 'start', 'ovirt-imageio-proxy.service') stdout:
  14.  
  15.  
  16. 2017-11-28 12:32:14 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:926 execute-output: ('/bin/systemctl', 'start', 'ovirt-imageio-proxy.service') stderr:
  17. Job for ovirt-imageio-proxy.service failed because the control process exited with error code. See "systemctl status ovirt-imageio-proxy.service" and "journalctl -xe" for details.
  18.  
  19. 2017-11-28 12:32:14 DEBUG otopi.context context._executeMethod:142 method exception
  20. Traceback (most recent call last):
  21. File "/usr/lib/python2.7/site-packages/otopi/context.py", line 132, in _executeMethod
  22. method['method']()
  23. File "/usr/share/ovirt-engine/setup/bin/../plugins/ovirt-engine-setup/ovirt_imageio_proxy/config.py", line 352, in _closeup
  24. state=state,
  25. File "/usr/share/otopi/plugins/otopi/services/systemd.py", line 141, in state
  26. service=name,
  27. RuntimeError: Failed to start service 'ovirt-imageio-proxy'
  28. 2017-11-28 12:32:14 ERROR otopi.context context._executeMethod:151 Failed to execute stage 'Closing up': Failed to start service 'ovirt-imageio-proxy'
  29. 2017-11-28 12:32:14 DEBUG otopi.context context.dumpEnvironment:760 ENVIRONMENT DUMP - BEGIN
  30. 2017-11-28 12:32:14 DEBUG otopi.context context.dumpEnvironment:770 ENV BASE/error=bool:'True'
  31. 2017-11-28 12:32:14 DEBUG otopi.context context.dumpEnvironment:770 ENV BASE/exceptionInfo=list:'[(<type 'exceptions.RuntimeError'>, RuntimeError("Failed to start service 'ovirt-imageio-proxy'",), <traceback object at 0x1e169e0>)]'
  32. 2017-11-28 12:32:14 DEBUG otopi.context context.dumpEnvironment:774 ENVIRONMENT DUMP - END
  33. 2017-11-28 12:32:14 INFO otopi.context context.runSequence:687 Stage: Clean up
  34. 2017-11-28 12:32:14 DEBUG otopi.context context.runSequence:691 STAGE cleanup
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement