Skip to content

Instantly share code, notes, and snippets.

@ChaiBapchya
Last active April 23, 2018 23:52
Show Gist options
  • Save ChaiBapchya/88e0e263baf600099e2f342e7d58f13c to your computer and use it in GitHub Desktop.
Save ChaiBapchya/88e0e263baf600099e2f342e7d58f13c to your computer and use it in GitHub Desktop.
Parity Error
> systemctl status parity
● parity.service - "parity"
Loaded: loaded (/etc/systemd/system/parity.service; enabled; vendor preset: enabled)
Active: inactive (dead) (Result: exit-code) since Mon 2018-04-23 23:42:04 UTC; 1s ago
Process: 23035 ExecStart=/bin/bash -c parity --config /data/parity/node.toml (code=exited, status=1/FAILURE)
Main PID: 23035 (code=exited, status=1/FAILURE)
Apr 23 23:42:04 ip-172-31-78-2 systemd[1]: parity.service: Main process exited, code=exited, status=1/FAILURE
Apr 23 23:42:04 ip-172-31-78-2 systemd[1]: parity.service: Unit entered failed state.
Apr 23 23:42:04 ip-172-31-78-2 systemd[1]: parity.service: Failed with result 'exit-code'.
Apr 23 23:42:04 ip-172-31-78-2 systemd[1]: parity.service: Service hold-off time over, scheduling restart.
Apr 23 23:42:04 ip-172-31-78-2 systemd[1]: Stopped "parity".
Apr 23 23:42:04 ip-172-31-78-2 systemd[1]: parity.service: Start request repeated too quickly.
Apr 23 23:42:04 ip-172-31-78-2 systemd[1]: Failed to start "parity".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment