Cuberite Forum
Raspberry Pi Issue - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Discussion (https://forum.cuberite.org/forum-5.html)
+--- Thread: Raspberry Pi Issue (/thread-2152.html)



Raspberry Pi Issue - krew - 10-09-2015

Keep getting the following error
[Image: IEz2c9R.png]


RE: Raspberry Pi Issue - Seadragon91 - 10-09-2015

Looking at it, there is something already running on port 25565. Run this command
Code:
netstat -tulpn | grep :25565
and it will list the process running on this port.

Was able to reproduce the same crash on my side.