Advertisement
Guest User

Untitled

a guest
Apr 5th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. ipfs.service file:
  2.  
  3. [Unit]
  4. Description=Ipfs Daemon
  5.  
  6. [Service]
  7. ExecStart=/usr/local/bin/ipfs daemon
  8. Restart=on-failure
  9. Type=forking
  10.  
  11. [Install]
  12. WantedBy=multi-user.target
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19. sudo systemctl status ipfs.service:
  20.  
  21. ipfs.service - Ipfs Daemon
  22. Loaded: loaded (/etc/systemd/system/ipfs.service; disabled; vendor preset: enabled)
  23. Active: failed (Result: exit-code) since Fri 2018-04-06 03:38:30 UTC; 22s ago
  24. Process: 1859 ExecStart=/usr/local/bin/ipfs daemon (code=exited, status=1/FAILURE)
  25. Main PID: 1024 (code=exited, status=1/FAILURE)
  26.  
  27. Apr 06 03:38:30 raspberrypi systemd[1]: ipfs.service: Control process exited, code=exited status=1
  28. Apr 06 03:38:30 raspberrypi systemd[1]: Failed to start Ipfs Daemon.
  29. Apr 06 03:38:30 raspberrypi systemd[1]: ipfs.service: Unit entered failed state.
  30. Apr 06 03:38:30 raspberrypi systemd[1]: ipfs.service: Failed with result 'exit-code'.
  31. Apr 06 03:38:30 raspberrypi systemd[1]: ipfs.service: Service hold-off time over, scheduling restart.
  32. Apr 06 03:38:30 raspberrypi systemd[1]: Stopped Ipfs Daemon.
  33. Apr 06 03:38:30 raspberrypi systemd[1]: ipfs.service: Start request repeated too quickly.
  34. Apr 06 03:38:30 raspberrypi systemd[1]: Failed to start Ipfs Daemon.
  35. Apr 06 03:38:30 raspberrypi systemd[1]: ipfs.service: Unit entered failed state.
  36. Apr 06 03:38:30 raspberrypi systemd[1]: ipfs.service: Failed with result 'exit-code'.
  37.  
  38.  
  39.  
  40. journalctl -xe:
  41.  
  42. Apr 06 03:38:30 raspberrypi systemd[1]: ipfs.service: Start request repeated too quickly.
  43. Apr 06 03:38:30 raspberrypi systemd[1]: Failed to start Ipfs Daemon.
  44. -- Subject: Unit ipfs.service has failed
  45. -- Defined-By: systemd
  46. -- Support: https://www.debian.org/support
  47. --
  48. -- Unit ipfs.service has failed.
  49. --
  50. -- The result is failed.
  51. Apr 06 03:38:30 raspberrypi systemd[1]: ipfs.service: Unit entered failed state.
  52. Apr 06 03:38:30 raspberrypi systemd[1]: ipfs.service: Failed with result 'exit-code'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement