Hello together
I'm trying to setup a epoch server on Ubuntu 16. After alot of try and error i'm stuck with this "error". The Epoch server tries to start the service but dies during the start up and tries to start up again for so long tilli kill the process or stop the server.
Here is the logfile:
And here the epoch_linux_startscript.sh check:
Hope someone can help :) Thanks!
UPDATE:
Process monitoring:
ps -au USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1043 0.0 0.0 18692 1880 tty1 Ss+ May23 0:00 /sbin/agetty --noclear tty1 linux root 11822 0.0 0.0 25032 5028 pts/1 Ss 08:27 0:00 -bash root 12869 0.0 0.0 55036 3456 pts/1 S 09:05 0:00 su steam steam 12870 0.0 0.0 25032 4936 pts/1 S 09:05 0:00 bash steam 12904 0.0 0.0 15396 3132 pts/1 S 09:06 0:00 /bin/bash ./epoch_linux_startscript.sh watchdog steam 13090 91.9 2.0 760640 684412 pts/1 Dl 09:07 0:11 /home/steam/epoch/arma3server -config=/home/steam/epoch/sc/server.cfg -cfg=/home/steam/epoch steam 13130 0.0 0.0 40116 3340 pts/1 R+ 09:07 0:00 ps -au ------------------------------------------------------------------------------------- USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1043 0.0 0.0 18692 1880 tty1 Ss+ May23 0:00 /sbin/agetty --noclear tty1 linux root 11822 0.0 0.0 25032 5028 pts/1 Ss 08:27 0:00 -bash root 12869 0.0 0.0 55036 3456 pts/1 S 09:05 0:00 su steam steam 12870 0.0 0.0 25032 4936 pts/1 S 09:05 0:00 bash steam 12904 0.0 0.0 15396 3132 pts/1 S 09:06 0:00 /bin/bash ./epoch_linux_startscript.sh watchdog steam 13090 85.3 0.0 0 0 pts/1 Zl 09:07 0:11 [arma3server] <defunct> steam 13131 0.0 0.0 40116 3256 pts/1 R+ 09:08 0:00 ps -au ------------------------------------------------------------------------------------- USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1043 0.0 0.0 18692 1880 tty1 Ss+ May23 0:00 /sbin/agetty --noclear tty1 linux root 11822 0.0 0.0 25032 5028 pts/1 Ss 08:27 0:00 -bash root 12869 0.0 0.0 55036 3456 pts/1 S 09:05 0:00 su steam steam 12870 0.0 0.0 25032 4936 pts/1 S 09:05 0:00 bash steam 12904 0.0 0.0 15396 3132 pts/1 S 09:06 0:00 /bin/bash ./epoch_linux_startscript.sh watchdog steam 13133 0.0 0.0 10044 708 pts/1 S 09:08 0:00 sleep 5s steam 13134 0.0 0.0 40116 3260 pts/1 R+ 09:08 0:00 ps -au
Output:
UPDATE 2:
Library checks:
steam@****:~/epoch$ ldd sc/battleye/beserver.so linux-gate.so.1 (0xf77e1000) libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf6be6000) libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf6be1000) libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf6bc4000) /lib/ld-linux.so.2 (0x565ea000) steam@****:~/epoch$ ldd arma3server linux-gate.so.1 (0xf77a9000) libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf777f000) librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0xf7776000) libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf7771000) libsteam_api.so => /home/steam/epoch/./libsteam_api.so (0xf7748000) libPhysX3_x86.so => /home/steam/epoch/./libPhysX3_x86.so (0xf7484000) libPhysX3Common_x86.so => /home/steam/epoch/./libPhysX3Common_x86.so (0xf7315000) libPhysX3Cooking_x86.so => /home/steam/epoch/./libPhysX3Cooking_x86.so (0xf72e6000) libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xf716f000) libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf711a000) libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf70fb000) libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf6f45000) /lib/ld-linux.so.2 (0x56568000) steam@****:~/epoch$ ldd @epochhive/epochserver.so linux-gate.so.1 (0xf773c000) libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf7555000) libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf7538000) libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf7382000) /lib/ld-linux.so.2 (0x56558000)