Jump to content

Lanman.CZ

Member
  • Content Count

    6
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About Lanman.CZ

  • Rank
    Rookie
  1. Lanman.CZ

    CentOS 7 x64 Segmentation fault

    Hello, thanks for reply. The performance impact of this setup is negligible so I run it like that under virtual ubutuntu and it works fine. As for why it does not work under the centos I dont know. Looks to me like some incompatibility with new kernel/library version probably. But since it works under the old ubuntu I didn't investigate further.
  2. Lanman.CZ

    CentOS 7 x64 Segmentation fault

    Nah, thanks. I don't think I did anything wrong. Under Ubuntu 12 x86 it works fine but under CentOS 7 x64 it does not. It would be nicer if it worked directly under my server OS which is the CentOS so I didn't have to run it in virtualbox but I'm still happy with it. At least it works this way.
  3. Lanman.CZ

    CentOS 7 x64 Segmentation fault

    Hmm, so I installed Ubuntu 12 x86 into virtual box and there the dedicated server works but still crashes with segmentation fault under CentOS 7 x64. But at least I got it working that way.
  4. Lanman.CZ

    CentOS 7 x64 Segmentation fault

    I tried to use gdb to give me some idea what's wrong unfortunately I'm not such good programmer to figure out what's going on. The backtrace looks like this, if anyone knows what that means : (gdb) run Starting program: /home/steam/steamcmd/arma3/./arma3server [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Missing separate debuginfo for /home/steam/steamcmd/arma3/libsteam_api.so Try: yum --enablerepo='*debug*' install /usr/lib/debug/.build-id/90/9ac6ec0b411101b923ba8a89747db9763257f8.debug [New Thread 0xf7fdab40 (LWP 21476)] Program received signal SIGSEGV, Segmentation fault. 0x00000000 in ?? () Missing separate debuginfos, use: debuginfo-install glibc-2.17-55.el7_0.1.i686 libgcc-4.8.2-16.2.el7_0.i686 libstdc++-4.8.2-16.2.el7_0.i686 (gdb) bt #0 0x00000000 in ?? () #1 0x08137e27 in ?? () #2 0x081391f7 in ?? () #3 0x0813b695 in ?? () #4 0x0813bb3b in ?? () #5 0x0813c751 in ?? () #6 0x081c28ee in ?? () #7 0x081bf80b in ?? () #8 0x081a07ba in ?? () #9 0x081a08d6 in ?? () #10 0x08dcf256 in ?? () #11 0x08ddb4d7 in ?? () #12 0x080b4111 in ?? () #13 0xf7ca1933 in __libc_start_main () from /lib/libc.so.6 #14 0x080dfd75 in ?? () (gdb)
  5. Hello, I have a problem starting the Linux dedicated server on my CentOS 7 x64 box. I followed the instructions from here : https://community.bistudio.com/wiki/Arma_3_Dedicated_Server No problem with steam installation and arma3 download as far as I can tell. All seems to be ok, the game installed fine, validation/update is ok however whenever I try to actually start the server I get : [steam@server arma3]$ ./arma3server -name=server -world=empty Segmentation fault (core dumped) [steam@server arma3]$ The core file created has ~4GB. My ulimits for this user are unlimited. Linux server 3.10.0-123.9.2.el7.x86_64 #1 SMP Tue Oct 28 18:05:26 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux The server is Intel Core 2 Quad Q9400 with 8GB RAM. OS is up-to-date, no other crazy stuff is running on the server just samba, proftpd, teamspeak3 and the server is idling, SElinux is off, firewalld is enabled (ports 2302,2303,2304,2305,2344,2345 opened for tcp & udp, forwarding enabled on router as well). Any ideas pls ? Does the dedicated server create any log file that I might check out for clues ? I didn't find any.
  6. http://forums.bistudio.com/showthread.php?185271-CentOS-7-x64-Segmentation-fault
×