Results 1 to 5 of 5

  Click here to go to the first Developer post in this thread.  

Thread: ARMA 2 - Linux Server beta 1.11.87389

  1.   Click here to go to the next Developer post in this thread.   #1

    Exclamation ARMA 2 - Linux Server beta 1.11.87389

    Download ARMA 2 (work for ARMA 2 Free too) linux dedicated server 1.11 :

    ftp://downloads.bistudio.com/arma2.c....87389.tar.bz2
    Code:
    ftp://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 (c) 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
    Spoiler:

  2. #2
    Quote Originally Posted by Dwarden View Post
    Download ARMA 2 (work for ARMA 2 Free too) linux dedicated server 1.11 :

    ftp://downloads.bistudio.com/arma2.c....87389.tar.bz2
    Code:
    ftp://downloads.bistudio.com/arma2.com/update/a2-server-1.11.87389.tar.bz2



    previous thread about ARMA 2 dedicated linux server 1.10
    Spoiler:
    Is there one with windows?

  3.   This is the last Developer post in this thread.   #3
    BI Developer Dwarden's Avatar
    Join Date
    Mar 5 2002
    Location
    Czech Republic
    Posts
    7,797
    Author of the Thread
    windows dedicated server is always part of the full game install

  4. #4
    If I may, what distro of linux are you using to run test and what not. Thanks

  5. #5
    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?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •