

=wfl= sgt bilko
Member-
Content Count
335 -
Joined
-
Last visited
-
Medals
-
Medals
-
-
ARMA 2: Operation Arrowhead - Linux Server beta 1.63.112555
=wfl= sgt bilko replied to Dwarden's topic in ARMA 2 & OA - Servers & Administration
I did test the new server beta very briefly and with only one connecting player. Seemed to work fine playing! Saw a lot of error messages regarding "BattlEye Server: Failed to receive from BE Master (6)". Maybe firewall issue, I didn't have the time to look more into it! -
Is There Any Chance for 64bit Dedicates Server sofware ?
=wfl= sgt bilko replied to pawelkpl's topic in ARMA 3 - SERVERS & ADMINISTRATION
With all that ranting (here and elsewhere) - I assume you did create a bug report then ? -
Suicide is Painless... Bell 47 / H-13 Heli
=wfl= sgt bilko replied to hcpookie's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Very nice addon, hcpookie! -
Blitzkrieg for A3 (PvP Game Mode) (based on AAS)
=wfl= sgt bilko replied to .kju's topic in ARMA 3 - USER MISSIONS
Thanks .kju (and pvpscene) for this. Played a few of the missions, very enjoyable! -
ARMA 2: OA beta build 108074 MP compatible build, post 1.62 release)
=wfl= sgt bilko replied to Dwarden's topic in ARMA 2 & OA - BETA PATCH TESTING
Installed fine for me on win7-64 ! Downloaded zip yesterday, right-clicked and "Extract All ..." - then run exe from unzipped folder. Downloaded the zip again 5 minutes ago and repeated the above (removed the previous beta folder first), still installed fine. -
Dedicated server Linux not detecting some mods.
=wfl= sgt bilko replied to proxzor's topic in ARMA 2 & OA - Servers & Administration
Nicely spotted VisceralSyn ... and also - I'm not sure why you changed the script where it is actually starting the server, to do that with sudo to another user. Wouldn't it be easier to just run as that user in the first place or at least start the whole arma2oaserver script by sudo? Either way, make sure that user has proper permissions on files/folders! -
Dedicated server Linux not detecting some mods.
=wfl= sgt bilko replied to proxzor's topic in ARMA 2 & OA - Servers & Administration
In your arma2oaserver file: You have specified that $MODS would start with the value of $EXP. But as far as I can see, you have not specified $EXP - meaning that the resulting value of $MODS starts with a semicolon. I suspect that would be a problem. E.g. CBA="@cba;@cba_a2;@cba_oa" ACE="@ace;@acex;@acex_ru;@acex_usnavy;@zeu_ai_ace" ACRE="@acre" MODS="${EXP};${CBA};${ACE};${ACRE}" echo $MODS ;@cba;@cba_a2;@cba_oa;@ace;@acex;@acex_ru;@acex_usnavy;@zeu_ai_ace;@acre For the commandline example: .server .... etc You have specified that all of the mods are located in a subfolder named "x", that is not the case in your arma2oaserver file. Also, your commandline -mod parameter ends with a semicolon, which I'm not sure about. -
Getting two errors when trying to start server, quick fixes.
=wfl= sgt bilko replied to cyberwarriorsonline's topic in ARMA 2 & OA - Servers & Administration
... and for #1.1: Check firewall (and check that all file-/folder names are lowercase). -
Getting two errors when trying to start server, quick fixes.
=wfl= sgt bilko replied to cyberwarriorsonline's topic in ARMA 2 & OA - Servers & Administration
#1 - You have to edit the arma2oaserver file and put the correct path to you arma installation, if you leave as default it will run the binary from root directory: Default arma2oaserver: ARMA_DIR= SERVER=${ARMA_DIR}/server ... will execute /server Example with ARMA_DIR set in arma2oaserver: ARMA_DIR=/home/jordan/arma2arrowhead SERVER=${ARMA_DIR}/server ... will execute /home/jordan/arma2arrowhead/server And on a side note, you should not run any game server as root (sudo blablabla). #2 - The recommendation is to NOT upload BAF/PMC folders to server. -
ARMA 2: Operation Arrowhead - Linux Server beta 1.62.102451
=wfl= sgt bilko replied to Dwarden's topic in ARMA 2 & OA - Servers & Administration
Working fine, thanks BIS! No immediate SegFaults on this one! -
ARMA 2: Operation Arrowhead - Linux Server beta 1.62.101906
=wfl= sgt bilko replied to Dwarden's topic in ARMA 2 & OA - Servers & Administration
Hmmm ... Segmentation Fault after about a minute. Will have a closer look when I get some free time next week. -
Linux server cannot open addon pbos, regardless of permissions.
=wfl= sgt bilko replied to Chaser98's topic in ARMA 2 & OA - Servers & Administration
What distribution and what version? If you're running 64-bit you need to install a few 32-bit dependencies: Later versions of Ubuntu/Debian with multiarch support: zlib1g:i386 and libstdc++6:i386 (which will also install libgcc1:i386, gcc-4.6-base:i386, libc6:i386) pre-multiarch or other distros they might be called something else, similar to: lib32stdc++6 and lib32z1 Make sure all folders and files are lowercase. Do not upload the DLC folders to server e.g. BAF or PMC -
Swedish Army Mod (SAM) Public Beta
=wfl= sgt bilko replied to mr. bravo's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Heja Sverige! Fond memories (in hindsight) of the AK4 :) -
Welcome back Ivan & Martin!
=wfl= sgt bilko replied to icebreakr's topic in BOHEMIA INTERACTIVE - GENERAL
Finally, good news! Welcome back! -
Display adapter does not support format D24S8 for X8R8G8B8
=wfl= sgt bilko replied to tronofnortholt's topic in ARMA 2 & OA - TROUBLESHOOTING
And after that update with latest DX9 from microsoft.