Raspberry Pi Login Timeout - 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 Login Timeout (/thread-527.html) |
Raspberry Pi Login Timeout - murky - 08-11-2012 Hello everyone, I compiled MCServer on my Raspberry Pi and it runs fine with moderate CPU/RAM usage. When I log in using a Windows client it hangs at "Logging in..." and stops after 20 seconds with a timeout (Disconnected by Server). Is there a way to increase the login timeout? Or do you guys have an idea how to fix this otherwise? Server output: Code: [47ef1460|17:14:57] Client "192.168.0.2" connected! RE: Raspberry Pi Login Timeout - xoft - 08-11-2012 Are you using a 1.2.4 or 1.2.5 client? Other versions aren't supported. I have also noticed that the Pi has some console issues when sent to background using Ctrl+Z, bg - it outputs a few lines and then freezes. Other than that, there shouldn't be any timeouts, since MCServer keeps responding to any input on the line in a timely fashion. Did you compile in a release mode ("make release=1")? By default, make builds a debug mode executable that runs much slower (but still not slow enough to drop clients) RE: Raspberry Pi Login Timeout - murky - 08-11-2012 I compiled with releaseflag and downgraded Minecraft. Everything works now. Thank you! |