TheRemote / MinecraftBedrockServer

Sets up a Minecraft Bedrock dedicated server on Ubuntu with options for automatic updates and running at startup
https://jamesachambers.com/minecraft-bedrock-edition-ubuntu-dedicated-server-guide/
MIT License
811 stars 173 forks source link

Failed to start Minecraft Bedrock Server during boot up. #141

Open ABOhiccups opened 6 months ago

ABOhiccups commented 6 months ago

I was self-hosting Minecraft Bedrock Edition by using YunoHost in Debian 11.

I turn on or reboot the computer. After it boots into Debian 11. Minecraft Bedrock Edition Server failed to start during boot up. But, it did startup by enter systemctl command manually after being login a few minutes later.

Here's a journalctl.

May 09 14:42:49 abohiccups.com bash[341655]: Starting Minecraft server.  To view window type screen -r ABOhiccups-MinecraftBE
May 09 14:42:49 abohiccups.com bash[341655]: To minimize the window and let the server run in the background, press Ctrl+A then Ctrl+D
May 09 14:42:49 abohiccups.com sudo[341652]: pam_unix(sudo:session): session closed for user root
May 09 14:42:59 abohiccups.com sudo[341766]: abohiccups : TTY=pts/1 ; PWD=/home/abohiccups ; USER=root ; COMMAND=/usr/bin/systemctl status ABOhiccups-MinecraftBE
May 09 14:42:59 abohiccups.com sudo[341766]: pam_unix(sudo:session): session opened for user root(uid=0) by abohiccups(uid=32655)
May 09 14:43:10 abohiccups.com sudo[341766]: pam_unix(sudo:session): session closed for user root
May 09 14:43:19 abohiccups.com sshd[341489]: Received disconnect from ::1 port 55828:11: disconnected by user
May 09 14:43:19 abohiccups.com sshd[341489]: Disconnected from user abohiccups ::1 port 55828
May 09 14:53:46 abohiccups.com systemd[343101]: Failed to determine supported controllers: No such process
May 09 14:53:46 abohiccups.com systemd[343101]: Failed to allocate manager object: No such process
May 09 14:53:46 abohiccups.com sshd[343108]: Starting session: shell on pts/1 for abohiccups from ::1 port 55328 id 0
May 09 14:58:03 abohiccups.com sshd[343108]: Received disconnect from ::1 port 55328:11: disconnected by user
May 09 14:58:03 abohiccups.com sshd[343108]: Disconnected from user abohiccups ::1 port 55328
May 09 14:59:17 abohiccups.com bash[343324]: Stopping Minecraft server ...
May 09 14:59:18 abohiccups.com bash[343324]: Minecraft server ABOhiccups-MinecraftBE stopped.
-- Boot 717cacede6ee42149c822e75bf780442 --
May 09 15:02:47 abohiccups.com systemd[45689]: Failed to determine supported controllers: No such process
May 09 15:02:47 abohiccups.com systemd[45689]: Failed to allocate manager object: No such process
May 09 15:02:47 abohiccups.com sshd[45696]: Starting session: shell on pts/1 for abohiccups from ::1 port 37564 id 0

Any ideas how do I resolve this?