Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save runcom/d04c1b0a3553652e5aa64e9b348ea24b to your computer and use it in GitHub Desktop.
Save runcom/d04c1b0a3553652e5aa64e9b348ea24b to your computer and use it in GitHub Desktop.
libvirt F25 VM
May 06 15:23:44 fedora.vm ovs-vsctl[8217]: ovs|00001|vsctl|INFO|Called as ovs-vsctl --if-exists del-br br0 -- add-br br0 -- set Bridge br0 fail-mode=secure protocols=OpenFlow13
May 06 15:23:44 fedora.vm origin-node[8146]: F0506 15:23:44.822983 8146 node.go:325] error: SDN node startup failed: exit status 1
May 06 15:23:44 fedora.vm systemd[1]: origin-node.service: Main process exited, code=exited, status=255/n/a
May 06 15:23:44 fedora.vm systemd[1]: Failed to start Origin Node.
May 06 15:23:44 fedora.vm systemd[1]: origin-node.service: Unit entered failed state.
May 06 15:23:44 fedora.vm systemd[1]: origin-node.service: Failed with result 'exit-code'.
Unable to start service origin-node: Job for origin-node.service failed because the control process exited with error code.
See "systemctl status origin-node.service" and "journalctl -xe" for details.
Using module file /usr/lib/python2.7/site-packages/ansible/modules/core/system/systemd.py
<192.168.122.187> ESTABLISH SSH CONNECTION FOR USER: root
<192.168.122.187> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=10 -o ControlPath=/home/amurdaca/.ansible/cp/ansible-ssh-%h-%p-%r 192.168.122.187 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"''
fatal: [192.168.122.187]: FAILED! => {
"attempts": 1,
"changed": false,
"failed": true,
"invocation": {
"module_args": {
"daemon_reload": false,
"enabled": true,
"masked": null,
"name": "origin-node",
"state": "started",
"user": false
},
"module_name": "systemd"
}
}
MSG:
Unable to start service origin-node: Job for origin-node.service failed because the control process exited with error code.
See "systemctl status origin-node.service" and "journalctl -xe" for details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment