Created
November 3, 2014 07:23
-
-
Save brgnepal/05080369d4b2ca41c336 to your computer and use it in GitHub Desktop.
'sudo systemctl status etcd' result
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
etcd.service - etcd | |
Loaded: loaded (/usr/lib/systemd/system/etcd.service; disabled) | |
Active: failed (Result: exit-code) since Mon 2014-11-03 07:13:09 UTC; 8min ago | |
Docs: https://github.com/coreos/etcd | |
Process: 3494 ExecStart=/usr/local/bin/etcd $DAEMON_ARGS (code=exited, status=203/EXEC) | |
Main PID: 3494 (code=exited, status=203/EXEC) | |
Nov 03 07:13:09 kubernetes-master systemd[1]: Started etcd. | |
Nov 03 07:13:09 kubernetes-master systemd[1]: etcd.service: main process exited, code=exited, status=203/EXEC | |
Nov 03 07:13:09 kubernetes-master systemd[1]: Unit etcd.service entered failed state. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment