Dwarden 1125 Posted December 16, 2011 (edited) Download ARMA 2 (work for ARMA 2 Free too) linux dedicated server 1.11 : http://downloads.bistudio.com/arma2.com/update/a2-server-1.11.87389.tar.bz2 http://downloads.bistudio.com/arma2.com/update/a2-server-1.11.87389.tar.bz2 CRC32: C4ACC76A MD5: 91BA1D432964D8D32490A131FFD41A4E SHA-1: 3FB682FCD63ED3643A6222447006ABB4DECA00D9 ArmA 2 - Linux Standalone Server 1.11 ===================================== Copyrigt © 2011 Bohemia Interactive Studio. All rights reserved. For more information please visit http://community.bistudio.com/wiki/ArmA:_Dedicated_Server Installation instructions: ========================== 1. Following programs must have been installed on your Linux-box: tar, gcc. Optional: md5sum (for setup integrity check) 1a. On some verions of Linux (this was reported for RedHat 9 and Gentoo linux 2.4.20) the NSCD deamon must be installed to run ArmA 2 server successfully. Caching of DNS would be sufficient. 2. Copy the whole "ArmA 2" directory from Windows to some Linux-directory (ArmA2). DON'T DO ANY DATA CONVERSIONS (even "dos2unix" translation of text files is not necessary). Example: you can use PKZIP (WinZip, PowerArchiver, etc.) on Windows and "unzip" on Linux. Don't use upper case letters in the ArmA2 directory name (/home/bob/arma2 will be good, /home/bob/ArmA may cause some troubles). ArmA2 directory should contain subdirectories "Addons", "Bin", "Campaigns", etc. 3. Copy the "server-x.xx.tar.gz" (x.xx is version number) file into the ArmA2 directory. Unpack and install it with commands: arma2$ tar -xjf server-x.xx.tar.bz2 arma2$ ./install Watch the messages - they will inform you whether your installation is successful. 4. Dedicated server can be started in foreground: arma2$ ./server Or in background: o$ nohup ./server > out.txt 2> err.txt & [1] <pid> 5. Running server can be stopped by executing: $ kill -s SIGINT <pid> Where <pid> is process-id of mother server thread (printed out in "nohup" command). 6. ArmA2 server has a feature: command-line parameter "-pid=<pid_file>". It causes creation of <pid_file> with PID of root ArmA2 process. If IP port specified in "-port=<nn>" parameter is busy (in usage), ArmA2 will terminate immediately and <pid_file> won't be written.. 7. The "arma2server" script is provided for automatic server start/restart/status query/etc. Please be sure to edit CONFIGURATION PARAMETERS in lines 12 to 18 ! After this is done, install (hard-link?) the script into "/etc/rc.d/init.d/arma2server" file. After that it can be managed by "chkconfig" (see info/man). previous thread about ARMA 2 dedicated linux server 1.10 http://forums.bistudio.com/showthread.php?t=121437 Edited July 3, 2013 by Dwarden Share this post Link to post Share on other sites
thenoobwar 1 Posted September 4, 2012 Download ARMA 2 (work for ARMA 2 Free too) linux dedicated server 1.11 :ftp://downloads.bistudio.com/arma2.com/update/a2-server-1.11.87389.tar.bz2 ftp://downloads.bistudio.com/arma2.com/update/a2-server-1.11.87389.tar.bz2 previous thread about ARMA 2 dedicated linux server 1.10 http://forums.bistudio.com/showthread.php?t=121437 Is there one with windows? Share this post Link to post Share on other sites
Dwarden 1125 Posted September 4, 2012 windows dedicated server is always part of the full game install Share this post Link to post Share on other sites
Beriant 1 Posted September 6, 2012 If I may, what distro of linux are you using to run test and what not. Thanks Share this post Link to post Share on other sites
Jim 1 Posted January 31, 2013 I sent this to you but I'm not sure if you got it seeing as I'm rather new. I'm trying to use this to setup a DayZ private server, am I wasting my time or is this possible? Share this post Link to post Share on other sites
BigglesTheGreat 10 Posted July 2, 2013 Actually the http server at that same URL, not the ftp server seems to be delivering the file. Share this post Link to post Share on other sites
Dwarden 1125 Posted July 3, 2013 yes, that was changed recently, all FTP links are now HTTP Share this post Link to post Share on other sites
draugtor 10 Posted November 5, 2013 I installed a fresh debian server for my arma2 server I followed the instruction tar + gcc -> OK Copy of file -> OK ./install -> OK ArmA 2 Linux Dedicated Server 1.10 Converting ArmA 2 directory: 156 file-names were converted ArmA 2 server was installed. ./server -> NOK bash: ./server: No such file or directory I mean my server don't regonize ./server as a command. What module is missing? Share this post Link to post Share on other sites
Overlord 0 Posted November 7, 2013 Start by startscript Share this post Link to post Share on other sites
draugtor 10 Posted November 8, 2013 Start by startscript I get the same error with the script the command ./server doesn't work for my installation. And i dunno why Share this post Link to post Share on other sites
m0nkm0nk 0 Posted November 9, 2013 (edited) I get the same error with the scriptthe command ./server doesn't work for my installation. And i dunno why This will probably fix it, as I guess you are on a 64bit distrubution and you need 32bit libary files :) apt-get install ia32-libs Edited November 9, 2013 by m0nkm0nk Share this post Link to post Share on other sites
draugtor 10 Posted November 14, 2013 This will probably fix it, as I guess you are on a 64bit distrubution and you need 32bit libary files :) You are right, I am on a 64Bits debian distribution. But, the ia32-libs is installed and up to date. But the command ./server is not regonize as program to start... that's bad... Which others packages are missing? Share this post Link to post Share on other sites
draugtor 10 Posted November 14, 2013 I found the solution - thanks steamcmd forum Before installing the package ia32-libs, we have to autorize the I386 package # dpkg --add-architecture i386 # aptitude update # aptitude install ia32-libs This will install more and more library thant the common package in Debian AMD64. It's working now... Thank for your help, you give me a way to search Share this post Link to post Share on other sites