Author Topic: Server shuts down without a reason [linux]  (Read 2553 times)

0 Members and 1 Guest are viewing this topic.

Offline Szaman

  • Soldier
  • **
  • Posts: 145
Server shuts down without a reason [linux]
« on: July 29, 2013, 04:35:25 am »
Hi,

I have a dedicated server (2.7.4) on Debian 64-bit (Debian 3.2.46-1 x86_64 GNU/Linux).
I've deUPXed it and installed ia32 libraries. It works fine :)

But from time to time it shuts down without any messages, errors, etc.
Please, help me to find out, what is happening and how to prevent it/fix it.

I am running a server with command:
Code: [Select]
nohup ./soldatserver --debug=2 > /dev/null 2>> errors.txt &The errors.txt file is empty.

The last lines from log file are:
Code: [Select]
# tail log-13-07-28-02.txt
13-07-28 23:02:55 Opened /home/soldat/soldatServer/1.6.4/server2/soldat.ini
13-07-28 23:02:55 Creating network interface.
13-07-28 23:02:55 Loading Animations.
13-07-28 23:02:55 Loading Lobby Servers List
13-07-28 23:02:55 Loading Maps List
13-07-28 23:02:55 Loading Map.
13-07-28 23:02:55 Creating Weapons.
13-07-28 23:02:55 Starting Game Server.
13-07-28 23:02:55 TCP/IP File Server started
13-07-28 23:32:55 TCP/IP File Server started

Console log:
Code: [Select]
# tail consolelog-13-07-28-02.txt
13-07-28 23:22:00 Time Left: 1 minutes
13-07-28 23:23:00 Next map: Lagrange
13-07-28 23:23:05 Welcome to Lagrange - no flying map
13-07-28 23:28:05 Time Left: 5 minutes
13-07-28 23:29:05 Time Left: 4 minutes
13-07-28 23:30:05 Time Left: 3 minutes
13-07-28 23:31:05 Time Left: 2 minutes
13-07-28 23:32:05 Time Left: 1 minutes
13-07-28 23:33:05 Next map: RatCave
13-07-28 23:33:11 Rat Cave - Cave version 2.1

soldatserver.pid still contains some number of PID.

There is enough space on disks.

There should be no problems with available RAM (but idk how to check it).

Do you have any ideas, what could it be ?

Thanks in advance for help :)

Best regards,
Peter.

Offline Falcon`

  • Flagrunner
  • ****
  • Posts: 792
  • A wanted lagger
Re: Server shuts down without a reason [linux]
« Reply #1 on: July 29, 2013, 05:39:15 am »
seems you have the same problem as in this topic
If you're not paying for something, you're not the customer; you're the product being sold.
- Andrew Lewis

Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.

Offline Szaman

  • Soldier
  • **
  • Posts: 145
Re: Server shuts down without a reason [linux]
« Reply #2 on: July 31, 2013, 05:56:00 pm »
Hi,

I am suspecting that those crashes are somehow connected to Baka Admin (ver. 0.8.6) connection lost. I mean - if I am connected to server with Baka Admin and I lost connection (wifi signal is low for example) then it is possible that after reconnection the server will be crashed.

But idk if that's the only reason...

Offline Falcon`

  • Flagrunner
  • ****
  • Posts: 792
  • A wanted lagger
Re: Server shuts down without a reason [linux]
« Reply #3 on: July 31, 2013, 06:50:27 pm »
That'd fall into this then. I'll try to look into it asap.
If you're not paying for something, you're not the customer; you're the product being sold.
- Andrew Lewis

Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.