Author Topic: [RESOLVED] [ Problem Linux ] · Server config.  (Read 1947 times)

Merkel

  • Jr. Member
  • **
  • Posts: 89
  • Karma: +4/-10
    • View Profile
[RESOLVED] [ Problem Linux ] · Server config.
« on: May 02, 2014, 12:07:42 pm »
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
« Last Edit: May 03, 2014, 01:27:47 pm by Merkel »
Westwood Studios

The best studios company in strategy videogames.

Thijn

  • Tester
  • Sr. Member
  • ****
  • Posts: 531
  • Karma: +27/-16
    • View Profile
Re: [ Problem Linux ] · Server config.
« Reply #1 on: May 02, 2014, 09:35:27 pm »
How are you running the server?

Merkel

  • Jr. Member
  • **
  • Posts: 89
  • Karma: +4/-10
    • View Profile
Re: [ Problem Linux ] · Server config.
« Reply #2 on: May 03, 2014, 12:17:28 am »
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;
Westwood Studios

The best studios company in strategy videogames.

Thijn

  • Tester
  • Sr. Member
  • ****
  • Posts: 531
  • Karma: +27/-16
    • View Profile
Re: [ Problem Linux ] · Server config.
« Reply #3 on: May 03, 2014, 12:24:06 am »
Is that file saved in the same directory as the server, and are you currently in that directory as well?

Merkel

  • Jr. Member
  • **
  • Posts: 89
  • Karma: +4/-10
    • View Profile
Re: [ Problem Linux ] · Server config.
« Reply #4 on: May 03, 2014, 01:44:09 am »
Is that file saved in the same directory as the server, and are you currently in that directory as well?

Yep
Westwood Studios

The best studios company in strategy videogames.

VRocker

  • Liberty Unleashed Developer
  • Administrator
  • Full Member
  • ******
  • Posts: 342
  • Karma: +43/-15
    • View Profile
    • Madnight Software
Re: [ Problem Linux ] · Server config.
« Reply #5 on: May 03, 2014, 01: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


Merkel

  • Jr. Member
  • **
  • Posts: 89
  • Karma: +4/-10
    • View Profile
Re: [ Problem Linux ] · Server config.
« Reply #6 on: May 03, 2014, 01: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
Westwood Studios

The best studios company in strategy videogames.

 

© Liberty Unleashed Team.