![]() |
[Fixed] Linux - Can't start Server - 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: [Fixed] Linux - Can't start Server (/thread-1554.html) Pages:
1
2
|
[Fixed] Linux - Can't start Server - AndyCraftz - 08-22-2014 Heho Guys, at first I want to tell you abit about me because I'm new here. My name is Andy #amazed and I come from the Bukkit/Spigot community to yours. I know the basics of java. Since the I first heared that there are guys which made a Minecraft Server Client based on C++ I was amazed, but I didn't found your page at first. But than I found it because I were looking abit around at the Github of Howaner. So thanks to him ![]() So I started the test the Server Client and I only can say WOW. (I did the tests on Windows) So I planned to host a little server on my Linux (Debian) VServer I downloaded everything I need (think so) and than I tried to start the Server with "./MCServer" (I give the file 0777 permissions) but it didnt work ![]() So my question is how do I need to start the Server on Linux (Debian) and yes I got the right Version. Thanks in advanced AndyCraftz (And sorry if there are any faults I'm from Germany) RE: [Linux] Can't start Server :( - NiLSPACE - 08-22-2014 I moved this thread to "MCServer Discussion". EDIT: About your problem; I never worked with Linux so somebody else probably has to answer it. Sorry ![]() RE: [Linux] Can't start Server :( - xoft - 08-22-2014 Hello, and welcome. So how did it exactly "not work"? Did you get any kind of error message? Or the server seemed to start and you couldn't connect? Or something different? Does it work if you run the server as root? ("sudo ./MCServer"). RE: [Linux] Can't start Server :( - AndyCraftz - 08-22-2014 (08-22-2014, 04:50 AM)xoft Wrote: Hello, and welcome. Yes I run him as root but I always got the same error message ... http://prntscr.com/4f2pvu here a screenshot RE: [Linux] Can't start Server :( - xoft - 08-22-2014 It says the file is not there, are you running from the correct folder? You need to cd to the MCServer folder, then run the server; check with ls that it is listed. RE: [Linux] Can't start Server :( - NiLSPACE - 08-22-2014 Try Code: cd MCServer RE: [Linux] Can't start Server :( - AndyCraftz - 08-22-2014 So I tried it agian but same error and I did "ls" RE: [Linux] Can't start Server :( - NiLSPACE - 08-22-2014 Weird. The executable is listed so it should work normaly. RE: [Linux] Can't start Server :( - AndyCraftz - 08-22-2014 (08-22-2014, 05:15 AM)STR_Warrior Wrote: Weird. The executable is listed so it should work normaly. But it dont ![]() But I got another question which kind oft type is the MCServer file ? And thanks for helping me ![]() RE: [Linux] Can't start Server :( - xoft - 08-22-2014 Can you post results of executing "ls -alF" command? It should list the MCServer file as a file several megabytes large: Code: pi@dvapi ~/mc-server/MCServer $ ls -alF The file should be an ELF executable, the command "file ./MCServer" should write something along these lines: Code: ./MCServer: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.26, BuildID[sha1]=0xa56c6199f6ed6c25f8d74dff6b6ab65d1947d086, not stripped |