Jump to content
  • 0

Server keeps dying and restarting


DeltaMX

Question

Hello,

 

Im having trouble with starting the server it seems to start and show in my favourites list for a couple of seconds then disappears and so on. I looked in the log it keeps saying it died and is waiting to restart and starts again. Does someone know what might cause this problem? 

 

Im running Ubuntu server 14.04

 

Log:

  Reveal hidden contents

 

Thanks for any help in advance 

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Sorry for the double post.

 

But when I used a normal command line rather than the script to run the server I could join the lobby but can't enter the game with error:

 

Server not read [Error 03]

 

last log part

  Reveal hidden contents

 

lib check

  Reveal hidden contents

 

ldd ~/arma3/\@epochhive/epochserver.so
        linux-gate.so.1 =>  (0xec295000)
        libhiredis.so.0.10 => not found
        libpcre.so.3 => not found
        libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xec0c8000)
        libm.so.6 => /lib32/libm.so.6 (0xec082000)
        libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xec065000)
        libc.so.6 => /lib32/libc.so.6 (0xebeb9000)
        /lib/ld-linux.so.2 (0xec296000)
 
ldd ~/arma3/sc/battleye/beserver.so
        linux-gate.so.1 =>  (0xe2b58000)
        libc.so.6 => /lib32/libc.so.6 (0xe2941000)
        libdl.so.2 => /lib32/libdl.so.2 (0xe293c000)
        libpthread.so.0 => /lib32/libpthread.so.0 (0xe2920000)
        /lib/ld-linux.so.2 (0xe2b59000)
 
ldd ~/arma3/arma3server
        linux-gate.so.1 =>  (0xe49aa000)
        libpthread.so.0 => /lib32/libpthread.so.0 (0xe4982000)
        librt.so.1 => /lib32/librt.so.1 (0xe4979000)
        libdl.so.2 => /lib32/libdl.so.2 (0xe4974000)
        libsteam_api.so => /home/arma3/arma3/libsteam_api.so (0xe4961000)
        libPhysX3_x86.so => /home/arma3/arma3/libPhysX3_x86.so (0xe46a2000)
        libPhysX3Common_x86.so => /home/arma3/arma3/libPhysX3Common_x86.so (0xe452c000)
        libPhysX3Cooking_x86.so => /home/arma3/arma3/libPhysX3Cooking_x86.so (0xe44fd000)
        libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xe4414000)
        libm.so.6 => /lib32/libm.so.6 (0xe43ce000)
        libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xe43b1000)
        libc.so.6 => /lib32/libc.so.6 (0xe4205000)
        /lib/ld-linux.so.2 (0xe49ab000)
 

 

 

startup line

  Reveal hidden contents

 

export LD_LIBRARY_PATH=.:$HOME/epoch:$HOME/epoch/@epochhive:$LD_LIBRARY_PATH;./arma3server -mod="curator;kart;heli;@epoch;@epochhive" -config="sc/config.cfg" -port=2302 -profiles=sc -cfg="sc/basic.cfg" -name=sc -world=empty -pid=2302.pid 2>&1

 

Link to comment
Share on other sites

  • 0

  Reveal hidden contents
ArmA 3 directory: /home/arma3/arma3 OK
Server executable: /home/arma3/arma3/arma3server OK
CFG directory: /home/arma3/arma3/sc OK
Config file: /home/arma3/arma3/sc/config.cfg OK
Basic file: /home/arma3/arma3/sc/basic.cfg OK
Battleye directory: /home/arma3/arma3/sc/battleye/ OK
Arma3Profile: /home/arma3/arma3/sc/users/sc/sc.arma3profile OK
Log directory: /home/arma3/arma3/logs OK
Old Log directory: /home/arma3/arma3/logs/old OK
Profile directory: ~/.local/share/Arma\ 3\ -\ Other\ Profiles/sc OK
Arma3Profile symlink: ~/.local/share/Arma\ 3\ -\ Other\ Profiles/sc/sc.Arma3Profile OK
 
Port number will be: 2302
PID file will be: /home/arma3/arma3/2302.pid
RUN file will be: /home/arma3/arma3/2302.run
 
Start cmd will be:
/home/arma3/arma3/arma3server >>/home/arma3/arma3/logs/port_2302.25.05.15_2345.log 2>&1 -config=/home/arma3/arma3/sc/config.cfg -cfg=/home/arma3/arma3/sc/basic.cfg -port=2302 -name=sc -pid=/home/arma3/arma3/2302.pid -mod=@epoch -maxMem=2047 -nosound -exthreads=1 -noCB -autoinit -loadMissionToMemory
 
If you got something MISSING, you have to work from the top to the bottom, fix the top issue and start the check again!

Link to comment
Share on other sites

  • 0

Hi,

 

So what if you run manually with the following

export LD_LIBRARY_PATH=.:$HOME/arma3:$HOME/arma3/@epochhive:$LD_LIBRARY_PATH;
/home/arma3/arma3/arma3server >>/home/arma3/arma3/logs/port_2302.25.05.15_2345.log 2>&1 -config=/home/arma3/arma3/sc/config.cfg -cfg=/home/arma3/arma3/sc/basic.cfg -port=2302 -name=sc -pid=/home/arma3/arma3/2302.pid -mod=@epoch -servermod=@epochhive -maxMem=2047 -nosound -exthreads=1 -noCB -autoinit -loadMissionToMemory

also why have you this in your startup ? Just use 

-mod="curator;kart;heli;@epoch;@epochhive"
-mod=@epoch -servermod=@epochhive
Link to comment
Share on other sites

  • 0

  Reveal hidden contents
arma3@dedi:~/arma3$ export LD_LIBRARY_PATH=.:$HOME/arma3:$HOME/arma3/@epochhive:$LD_LIBRARY_PATH;/home/arma3/arma3/arma3server >>/home/arma3/arma3/logs/port_2302.25.05.15_2345.log 2>&1 -config=/home/arma3/arma3/sc/config.cfg -cfg=/home/arma3/arma3/sc/basic.cfg -port=2302 -name=sc -pid=/home/arma3/arma3/2302.pid -mod=@epoch -servermod=@epochhive -maxMem=2047 -nosound -exthreads=1 -noCB -autoinit -loadMissionToMemory
Segmentation fault (core dumped)

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...