Advertisement
Guest User

Untitled

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