Skip to content

Server seems to stop as soon as it starts #790

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
MMK21Hub opened this issue Mar 3, 2021 · 2 comments
Closed

Server seems to stop as soon as it starts #790

MMK21Hub opened this issue Mar 3, 2021 · 2 comments
Labels
platform/rpi Issue found when running on RaspberryPi

Comments

@MMK21Hub
Copy link

MMK21Hub commented Mar 3, 2021

I'm not sure what's happening, as I can't get the server to start up.

pi@raspberrypi:~ $ docker run -d -it -p 25565:25565 --name test -e EULA=TRUE -e VERSION=SNAPSHOT itzg/minecraft-server:multiarch
e5b001f7d2b99158519d8e6eba41aa2455e68eb938226981b94019fdff27788d

[...]

pi@raspberrypi:~ $ docker start test
test
pi@raspberrypi:~ $ docker ps -l
CONTAINER ID   IMAGE                             COMMAND    CREATED         STATUS                            PORTS                                 NAMES
e5b001f7d2b9   itzg/minecraft-server:multiarch   "/start"   7 minutes ago   Up 5 seconds (health: starting)   0.0.0.0:25565->25565/tcp, 25575/tcp   test
pi@raspberrypi:~ $ docker ps -l
CONTAINER ID   IMAGE                             COMMAND    CREATED         STATUS                      PORTS     NAMES
e5b001f7d2b9   itzg/minecraft-server:multiarch   "/start"   7 minutes ago   Exited (28) 8 seconds ago             test
@itzg
Copy link
Owner

itzg commented Mar 3, 2021

The container logs might reveal more info, but in any case I'm wondering if your scenario might be related to

#755 (comment)

@itzg itzg added platform/rpi Issue found when running on RaspberryPi status/waiting on feedback Waiting on feedback from author of issue labels Mar 3, 2021
@MMK21Hub
Copy link
Author

MMK21Hub commented Mar 6, 2021

The issue was indeed the same as #755. Thanks!

@MMK21Hub MMK21Hub closed this as completed Mar 6, 2021
@no-response no-response bot removed the status/waiting on feedback Waiting on feedback from author of issue label Mar 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform/rpi Issue found when running on RaspberryPi
Projects
None yet
Development

No branches or pull requests

2 participants