Advertisement
Guest User

Untitled

a guest
Nov 30th, 2022
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. root@minecraft:~# systemctl status mineos
  2. × mineos.service - Start MineOS minecraft front-end
  3. Loaded: loaded (/etc/systemd/system/mineos.service; enabled; preset: enabled)
  4. Active: failed (Result: protocol) since Wed 2022-11-30 21:58:02 UTC; 39s ago
  5. Process: 1307 ExecStart=/usr/bin/node service.js start (code=exited, status=0/SUCCESS)
  6. CPU: 354ms
  7.  
  8. Nov 30 21:58:02 minecraft systemd[1]: mineos.service: Scheduled restart job, restart counter is at 5.
  9. Nov 30 21:58:02 minecraft systemd[1]: Stopped Start MineOS minecraft front-end.
  10. Nov 30 21:58:02 minecraft systemd[1]: mineos.service: Start request repeated too quickly.
  11. Nov 30 21:58:02 minecraft systemd[1]: mineos.service: Failed with result 'protocol'.
  12. Nov 30 21:58:02 minecraft systemd[1]: Failed to start Start MineOS minecraft front-end.
  13. root@minecraft:~# node -v
  14. v14.21.1
  15. root@minecraft:~# journalctl -xeu mineos.service
  16. ░░ Subject: Automatic restarting of a unit has been scheduled
  17. ░░ Defined-By: systemd
  18. ░░ Support: http://www.ubuntu.com/support
  19. ░░
  20. ░░ Automatic restarting of the unit mineos.service has been scheduled, as the result for
  21. ░░ the configured Restart= setting for the unit.
  22. Nov 30 21:58:02 minecraft systemd[1]: Stopped Start MineOS minecraft front-end.
  23. ░░ Subject: A stop job for unit mineos.service has finished
  24. ░░ Defined-By: systemd
  25. ░░ Support: http://www.ubuntu.com/support
  26. ░░
  27. ░░ A stop job for unit mineos.service has finished.
  28. ░░
  29. ░░ The job identifier is 701 and the job result is done.
  30. Nov 30 21:58:02 minecraft systemd[1]: mineos.service: Start request repeated too quickly.
  31. Nov 30 21:58:02 minecraft systemd[1]: mineos.service: Failed with result 'protocol'.
  32. ░░ Subject: Unit failed
  33. ░░ Defined-By: systemd
  34. ░░ Support: http://www.ubuntu.com/support
  35. ░░
  36. ░░ The unit mineos.service has entered the 'failed' state with result 'protocol'.
  37. Nov 30 21:58:02 minecraft systemd[1]: Failed to start Start MineOS minecraft front-end.
  38. ░░ Subject: A start job for unit mineos.service has failed
  39. ░░ Defined-By: systemd
  40. ░░ Support: http://www.ubuntu.com/support
  41. ░░
  42. ░░ A start job for unit mineos.service has finished with a failure.
  43. ░░
  44. ░░ The job identifier is 701 and the job result is failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement