Jump to content

crckdns

Member
  • Content Count

    9
  • Joined

  • Last visited

  • Medals

Everything posted by crckdns

  1. I'm still waiting for the day... you integrate a simple database communication ability into server ^^ as there is no _good_ way to work with database under linux due to lack of callextension ..except pipelining the log output into a parser :(
  2. how about a headless client for linux? I'm getting crazy to make it run with wine under linux >_< (thanks to battleye)
  3. Now as I'm planing to use HC for AI/zombies and other scripts on my DayZ linux server, have they ever answered this question? Google didn't answer me on that :/
  4. I guess there can be nothing done about the 64bit incompatibility right? I mean while running the server-install script and compiling wine x86 on a 64bit system~
  5. in the end of your server.cfg you've missed to add the missions you want to play on your server. for example class Missions { class DM_Deathmatch { template = "MP_Deathmatch.Chernarus";// omit the .pbo suffix difficulty = "recruit";// difficulty: recruit, regular, veteran or mercenary (see CfgDifficulties in the main game config) }; }; A nice list of missions can be found at the official wiki :)
  6. heh^^ thanks for the advice~~~ but I know that thread, I also own already an instance-ID .. and I own and run dedicated linux (debian) servers since ~2005 My question was more if the linux ArmA2 server supports .so files in addons :)
  7. I couldn't find an answer for my topic, so I'd like to ask here (topic related!) about it~ At first: my linux standalone arma2 beta server runs nice and smooth. My question is more, is there a way to support addons which are using dlls/so ? To be precise, I'm hinting in the direction of DayZ, as I've managed to completely load everything, the mod works native and loads up.. only the communication with the hive doesn't as they are using a windows .dll and do not support linux .so yet~ Would the linux arma2 server load an .os if they/someone would migrate the .dll to so? Sorry if it's a bit offtopic~ but yet it's ontopic actually^^
  8. crckdns

    Linux 1.62.95946 alpha

    $ strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBC GLIBCXX_3.4 GLIBCXX_3.4.1 GLIBCXX_3.4.2 GLIBCXX_3.4.3 GLIBCXX_3.4.4 GLIBCXX_3.4.5 GLIBCXX_3.4.6 GLIBCXX_3.4.7 GLIBCXX_3.4.8 GLIBCXX_3.4.9 GLIBCXX_3.4.10 GLIBCXX_3.4.11 GLIBCXX_3.4.12 GLIBCXX_3.4.13 GLIBCXX_3.4.14 GLIBCXX_3.4.15 GLIBCXX_3.4.16 GLIBCXX_3.4.17 GLIBC_2.2.5 GLIBC_2.3 GLIBC_2.3.2 GLIBCXX_DEBUG_MESSAGE_LENGTH Package: gcc Version: 4:4.7.1-1 Package: libc6 Version: 2.13-35 Package: libgcc1 Version: 1:4.7.1-7 Package: libstdc++6 Version: 4.7.1-7 Package: zlib1g Version: 1:1.2.7.dfsg-13 at first start the server just crashed with *** glibc detected *** ./server: double free or corruption (out): 0xf01d6e58 *** ======= Backtrace: ========= /lib32/libc.so.6(+0x6f141)[0xf7d6d141] /lib32/libc.so.6(+0x709c8)[0xf7d6e9c8] /lib32/libc.so.6(cfree+0x6d)[0xf7d71a7d] ./server[0x8a5917d] ======= Memory map: ======== 08048000-08f40000 r-xp 00000000 09:02 8372255 /home/crckdns/installs/arma2/server 08f40000-08f51000 rw-p 00ef7000 09:02 8372255 /home/crckdns/installs/arma2/server 08f51000-0ab97000 rw-p 08f51000 00:00 0 [heap] f0000000-f01e0000 rw-p f0000000 00:00 0 f01e0000-f0200000 ---p f01e0000 00:00 0 f0200000-f0400000 rw-p f0200000 00:00 0 f0400000-f0600000 rw-p f0400000 00:00 0 f0600000-f0800000 rw-p f0600000 00:00 0 f0800000-f0a00000 rw-p f0800000 00:00 0 f0a00000-f0c00000 rw-p f0a00000 00:00 0 f0c00000-f0e00000 rw-p f0c00000 00:00 0 f0e00000-f1000000 rw-p f0e00000 00:00 0 f1000000-f1200000 rw-p f1000000 00:00 0 f1200000-f1400000 rw-p f1200000 00:00 0 f1400000-f1600000 rw-p f1400000 00:00 0 f1600000-f1800000 rw-p f1600000 00:00 0 f1800000-f1a00000 rw-p f1800000 00:00 0 f1a00000-f1c00000 rw-p f1a00000 00:00 0 f1c00000-f1e00000 rw-p f1c00000 00:00 0 f1e00000-f2000000 rw-p f1e00000 00:00 0 f2000000-f2200000 rw-p f2000000 00:00 0 f2200000-f2400000 rw-p f2200000 00:00 0 f2400000-f2600000 rw-p f2400000 00:00 0 f2600000-f2800000 rw-p f2600000 00:00 0 f2800000-f2a00000 rw-p f2800000 00:00 0 f2a00000-f2c00000 rw-p f2a00000 00:00 0 f2c00000-f2e00000 rw-p f2c00000 00:00 0 f2e00000-f3000000 rw-p f2e00000 00:00 0 f3000000-f3200000 rw-p f3000000 00:00 0 f3200000-f32df000 rw-p f3200000 00:00 0 f32df000-f3300000 ---p f32df000 00:00 0 f3300000-f3400000 rw-p f3300000 00:00 0 f3400000-f3600000 rw-p f3400000 00:00 0 f3600000-f3800000 rw-p f3600000 00:00 0 f3800000-f39fe000 rw-p f3800000 00:00 0 f39fe000-f3a00000 ---p f39fe000 00:00 0 f3a00000-f3c00000 rw-p f3a00000 00:00 0 f3c00000-f3e00000 rw-p f3c00000 00:00 0 f3e00000-f4000000 rw-p f3e00000 00:00 0 f4000000-f4200000 rw-p f4000000 00:00 0 f4200000-f4400000 rw-p f4200000 00:00 0 f4400000-f4600000 rw-p f4400000 00:00 0 f4600000-f4800000 rw-p f4600000 00:00 0 f4800000-f4a00000 rw-p f4800000 00:00 0 f4a00000-f4c00000 rw-p f4a00000 00:00 0 f4c00000-f4e00000 rw-p f4c00000 00:00 0 f4e00000-f5000000 rw-p f4e00000 00:00 0 f5000000-f5200000 rw-p f5000000 00:00 0 f5200000-f5400000 rw-p f5200000 00:00 0 f5400000-f5600000 rw-p f5400000 00:00 0 f5600000-f5800000 rw-p f5600000 00:00 0 f5800000-f5a00000 rw-p f5800000 00:00 0 f5a00000-f5c00000 rw-p f5a00000 00:00 0 f5c00000-f5e00000 rw-p f5c00000 00:00 0 f5e00000-f6000000 rw-p f5e00000 00:00 0 f6000000-f6200000 rw-p f6000000 00:00 0 f6200000-f6400000 rw-p f6200000 00:00 0 f6400000-f6600000 rw-p f6400000 00:00 0 f6600000-f6800000 rw-p f6600000 00:00 0 f6800000-f6a00000 rw-p f6800000 00:00 0 f6a00000-f6c00000 rw-p f6a00000 00:00 0 f6c00000-f6e00000 rw-p f6c00000 00:00 0 f6e00000-f6ffc000 rw-p f6e00000 00:00 0 f6ffc000-f7000000 ---p f6ffc000 00:00 0 f7000000-f7200000 rw-p f7000000 00:00 0 f7200000-f7400000 rw-p f7200000 00:00 0 f7400000-f7600000 rw-p f7400000 00:00 0 f7600000-f7800000 rw-p f7600000 00:00 0 f7800000-f7a00000 rw-p f7800000 00:00 0 f7a00000-f7b00000 rw-p f7a00000 00:00 0 f7bea000-f7beb000 ---p f7bea000 00:00 0 f7beb000-f7cfe000 rw-p f7beb000 00:00 0 f7cfe000-f7e55000 r-xp 00000000 09:02 33210370 /lib32/libc-2.13.so f7e55000-f7e57000 r--p 00156000 09:02 33210370 /lib32/libc-2.13.so f7e57000-f7e58000 rw-p 00158000 09:02 33210370 /lib32/libc-2.13.so f7e58000-f7e5c000 rw-p f7e58000 00:00 0 f7e5c000-f7e78000 r-xp 00000000 09:02 13976490 /usr/lib32/libgcc_s.so.1 f7e78000-f7e79000 rw-p 0001b000 09:02 13976490 /usr/lib32/libgcc_s.so.1 f7e79000-f7e80000 r-xp 00000000 09:02 33210390 /lib32/librt-2.13.so f7e80000-f7e81000 r--p 00006000 09:02 33210390 /lib32/librt-2.13.so f7e81000-f7e82000 rw-p 00007000 09:02 33210390 /lib32/librt-2.13.so f7e82000-f7e84000 r-xp 00000000 09:02 33210384 /lib32/libdl-2.13.so f7e84000-f7e85000 r--p 00001000 09:02 33210384 /lib32/libdl-2.13.so f7e85000-f7e86000 rw-p 00002000 09:02 33210384 /lib32/libdl-2.13.so f7e86000-f7e9b000 r-xp 00000000 09:02 33210388 /lib32/libpthread-2.13.so f7e9b000-f7e9c000 r--p 00014000 09:02 33210388 /lib32/libpthread-2.13.so f7e9c000-f7e9d000 rw-p 00015000 09:02 33210388 /lib32/libpthread-2.13.so f7e9d000-f7e9f000 rw-p f7e9d000 00:00 0 f7e9f000-f7ec3000 r-xp 00000000 09:02 33210377 /lib32/libm-2.13.so f7ec3000-f7ec4000 r--p 00023000 09:02 33210377 /lib32/libm-2.13.so f7ec4000-f7ec5000 rw-p 00024000 09:02 33210377 /lib32/libm-2.13.so f7ec5000-f7fa5000 r-xp 00000000 09:02 13977792 /usr/lib32/libstdc++.so.6.0.17 f7fa5000-f7fa9000 r--p 000e0000 09:02 13977792 /usr/lib32/libstdc++.so.6.0.17 f7fa9000-f7faa000 rw-p 000e4000 09:02 13977792 /usr/lib32/libstdc++.so.6.0.17 f7faa000-f7fb2000 rw-p f7faa000 00:00 0 f7fb9000-f7fba000 ---p f7fb9000 00:00 0 f7fba000-f7fbe000 rw-p f7fba000 00:00 0 f7fbe000-f7fbf000 r-xp f7fbe000 00:00 0 [vdso] f7fbf000-f7fdb000 r-xp 00000000 09:02 33210392 /lib32/ld-2.13.so f7fdb000-f7fdc000 r--p 0001c000 09:02 33210392 /lib32/ld-2.13.so f7fdc000-f7fdd000 rw-p 0001d000 09:02 33210392 /lib32/ld-2.13.so fffe8000-ffffd000 rw-p 7ffffffea000 00:00 0 [stack] Aborted after the second try, the server was up and I was able to play for about 30 minutes..then it just crashed (and left a 600mb coredump-file behind) here the logfile: WATCHDOG (10557): [Mon Aug 20 23:41:10 CEST 2012] Starting server (port 2302)... 23:41:15 Dedicated host created. 23:41:16 BattlEye Server: Initialized (v1.156) 23:41:16 Host identity created. ArmA 2 OA Console version 1.62 : port 2302 23:41:51 [FAIL]crckdns uses modified data file 23:41:51 Player [FAIL]crckdns connecting. 01: Deathmatch: string @str_mpdeathmatch_subname cannot be localized client-side - move to global stringtable Server error: Player without identity [FAIL]crckdns (id xxx) Server error: Player without identity [FAIL]crckdns (id xxx) Server error: Player without identity [FAIL]crckdns (id xxx) 23:41:52 Player [FAIL]crckdns connected (id=xxx). 23:41:52 BattlEye Server: Player #0 [FAIL]crckdns (x.x.x.x:2304) connected 23:41:52 BattlEye Server: Player #0 [FAIL]crckdns - GUID: xxx (unverified) 23:41:52 BattlEye Server: Verified GUID (xxx) of player #0 [FAIL]crckdns 23:41:59 BattlEye Server: New event logging/blocking feature has been added to BattlEye to fight cheaters! See here for more information: hxxp://forums.bistudio.com/showthread.php?138736-Introducing-Server-side-Event-Logging-Blocking 23:42:01 Roles assigned. 23:42:01 Reading mission ... Warning: looped for animation: ca\anims\characters\data\anim\sdr\mov\erc\wlk\non\non\amovpercmwlksnonwnondf.rtm differs (looped now 0)! MoveName: amovpercmstpsnonwnondnon_amovpercmstpsraswpstdnon Warning: looped for animation: ca\anims\characters\data\anim\sdr\mov\erc\wlk\non\non\amovpercmwlksnonwnondf.rtm differs (looped now 1)! MoveName: amovpercmrunsnonwbindf_rfl Warning Message: No entry 'bin\config.bin/CfgGlasses.None_pmc'. Warning Message: No entry '.model'. Warning Message: '/' is not a value 23:42:19 No entry 'bin\config.bin/CfgGlasses.None_pmc'. 23:42:19 Roles assigned. 23:42:19 Reading mission ... 23:42:20 Mission read. 23:43:21 Game started. Error in expression <_newunit = > Error position: <= > Error Generic error in expression 23:53:22 Game finished. 23:54:07 Waiting for next game. 23:54:26 Roles assigned. 23:54:26 Reading mission ... 23:54:28 Mission read. Server: Object 2:1080 not found (message 132) 23:55:15 Admin [FAIL]crckdns logged in. 23:55:25 Game started. Cannot load sound 'ca\dubbing\global\radio\male04\ru\hesdowne.wss' Cannot load sound 'ca\dubbing\global\radio\male01\ru\hesdowne.wss' Cannot load sound 'ca\dubbing\global\radio\male01\ru\hesdowne.wss' Cannot load sound 'ca\dubbing\global\radio\male03\ru\hesdowne.wss' Cannot load sound 'ca\dubbing\global\radio\male04\ru\hesdowne.wss' Cannot load sound 'ca\dubbing\global\radio\male04\ru\hesdowne.wss' Client: Object 3:41 (type Type_70) not found. Client: Object 3:41 (type Type_69) not found. Cannot load sound 'ca\dubbing\global\radio\male04\ru\hesdowne.wss' Cannot load sound 'ca\dubbing\global\radio\male04\ru\hesdowne.wss' Cannot load sound 'ca\dubbing\global\radio\male01\ru\hesdowne.wss' Cannot load sound 'ca\dubbing\global\radio\male04\ru\hesdowne.wss' Speaker Male04_GB_EN_PMC not found, patched to default Male01EN Cannot load sound 'ca\dubbing\global\radio\male03\ru\hesdowne.wss' 0:07:41 Game finished. 0:07:54 Waiting for next game. Client: Remote object 3:4 not found 0:08:02 Roles assigned. 0:08:02 Reading mission ... 0:08:02 Mission read. 0:08:48 Game started. Cannot load sound 'ca\dubbing\global\radio\female01\cz\cekam.wss' Cannot load sound 'ca\dubbing\global\radio\female01\cz\veli.wss' ca\dubbing\global\radio\female01\cz\veli.wss: sSize 0 Global namespace not passed (script ) Global namespace not passed (script ) WATCHDOG (10557): [Tue Aug 21 00:11:26 CEST 2012] Server died, waiting to restart... yep that's it
×