Liberty Unleashed
Liberty Unleashed => Support => Topic started by: Merkel on May 02, 2014, 11:07:42 am
-
Hi,
When I try to open the server, the server can't read the config with the linux auto-restarter, and without this, the server can read the config.
I tried this:
-chmod +x
-chmod 777
But nothing, any solution?
O. S. : Debian 3.2.54-2 i686
-
How are you running the server?
-
How are you running the server?
In a screen with this bash:
#!/bin/bash
ulimit -c unlimited
while true; do ./Server.bin -o false; done;
-
Is that file saved in the same directory as the server, and are you currently in that directory as well?
-
Is that file saved in the same directory as the server, and are you currently in that directory as well?
Yep
-
Where did the magical -o false come from? That is not a valid argument for the server so it thinks your server.conf is named -o or false.
Remove that and it should work fine
-
Where did the magical -o false come from? That is not a valid argument for the server so it thinks your server.conf is named -o or false.
Remove that and it should work fine
LOL, I remember, "-o" arguments is from Minecraft Bukkit server... Thanks.
Topic locked