Liberty Unleashed

Liberty Unleashed => Support => Topic started by: Merkel on May 02, 2014, 11:07:42 am

Title: [RESOLVED] [ Problem Linux ] · Server config.
Post 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
Title: Re: [ Problem Linux ] · Server config.
Post by: Thijn on May 02, 2014, 08:35:27 pm
How are you running the server?
Title: Re: [ Problem Linux ] · Server config.
Post by: Merkel on May 02, 2014, 11:17:28 pm
How are you running the server?

In a screen with this bash:

Code: [Select]
#!/bin/bash
ulimit -c unlimited
while true; do ./Server.bin -o false; done;
Title: Re: [ Problem Linux ] · Server config.
Post by: Thijn on May 02, 2014, 11:24:06 pm
Is that file saved in the same directory as the server, and are you currently in that directory as well?
Title: Re: [ Problem Linux ] · Server config.
Post by: Merkel on May 03, 2014, 12:44:09 am
Is that file saved in the same directory as the server, and are you currently in that directory as well?

Yep
Title: Re: [ Problem Linux ] · Server config.
Post by: VRocker on May 03, 2014, 12:20:12 pm
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
Title: Re: [ Problem Linux ] · Server config.
Post by: Merkel on May 03, 2014, 12:27:27 pm
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