Page 1 of 3 123 LastLast
Results 1 to 10 of 22

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

Thread: A2OA Linux Server Beta 1.57.77737

  1.   Click here to go to the next Developer post in this thread.   #1
    BI, CEO Maruk's Avatar
    Join Date
    Jun 29 2001
    Location
    Prague, Czech Republic
    Posts
    1,091

    Exclamation A2OA Linux Server Beta 1.57.77737

    A2: OA linux dedicated server build 1.57.77737 beta download:
    ftp://downloads.bistudio.com/arma2.c....77737.tar.bz2.

    Most important are stability and security related fixes.


    * beta has working multihome -ip= paramater and all fixes as in the public beta 1.57.76934 http://www.arma2.com/beta-patch.php


    Note that it requires Arma 2: Operation Arrowhead data to be updated to version 1.57 first in order to run properly.

    Please provide us with feedback to this topic.


    Arma 2: Operation Arrowhead - Linux Standalone Server 1.57
    ================================================== =============

    Copyrigt (c) 2010 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 Operation Arrowhead" directory from Windows
    to some Linux-directory (arma2arrowhead). 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/arma2arrowhead will be good, /home/bob/ArmA2ArrowHead
    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 arma2arrowhead directory. Unpack and install it with commands:

    arma2arrowhead$ tar -xjf server-x.xx.tar.bz2
    arma2arrowhead$ ./install

    Watch the messages - they will inform you whether your installation
    is successful.

    4. Dedicated server can be started in foreground:

    arma2arrowhead$ ./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 ArrowHead 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 1.56 beta linux : Spoiler:
    Marek Spanel - CEO www.bistudio.com

  2. #2
    Will latest client full patch (1.57.76815) run with this server version?

    ---------- Post added at 11:34 PM ---------- Previous post was at 11:33 PM ----------

    I guess this answered my question:
    Quote Originally Posted by Maruk View Post
    Note that it requires Arma 2: Operation Arrowhead data to be updated to version 1.57 first in order to run properly.
    Sorry!

    ~~ He flung himself upon his camel and rode madly off in all directions ~~

  3. #3
    Oh yeah ! Thanks for remembering us linux servers !

    This latest patchlevel is great btw - nice to see it in Linux form !

  4. #4
    I'm running in to this problem using the linux dedicated server:

    13:11:17 Dedicated host created.
    13:11:18 BattlEye Server: Initialized (v1.113)
    13:11:18 Host identity created.
    ArmA 2 OA Console version 1.57 : port 2302 - Sockets
    13:11:33 ShadowHatesYou uses modified data file - Arma 2: British Armed Forces (Lite);Arma 2: Private Military Company (Lite);arm
    13:11:33 Player ShadowHatesYou connecting.
    13:11:34 Player ShadowHatesYou connected (id=4986502).
    13:11:42 Admin ShadowHatesYou logged in.
    Cannot open file 'MPMissions\co30_Domination_2_54A2_West_OA.Takista n.pbo'
    111/00/28, 13:11:45 Criticalestroying running thread!
    WATCHDOG (29980): [Fri Jan 28 13:11:45 UTC 2011] Server died, waiting to restart...
    So, I login and no mission is loaded. I login as admin, and then do #missions, and the dedi crashes. Any ideas about this? The only thing that stands out to me is that the wrong slash is used.
    MPMissions\co30_Domination_2_54A2_West_OA.Takistan.pbo
    isn't a valid path in linux, where as
    MPMissions/co30_Domination_2_54A2_West_OA.Takistan.pbo
    is a valid path. \ is used for escaping, / is used for directories. The file *does* exist, it *does* have the proper permissions, and I've even 777ed it.



    edit: Finally managed to get strace to give me meaningful output by attaching after the server initialized (via strace -f -p <PID)>

    [pid 5418] open("mpmissions/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOE XEC) = 155
    [pid 5418] getdents(155, /* 1 entries */, 32768) = 168
    [pid 5418] stat64("mpmissions/.", {st_mode=S_IFDIR|0755, st_size=117, ...}) = 0
    [pid 5418] stat64("mpmissions/..", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    [pid 5418] stat64("mpmissions/co30_Domination_2_54A2_West_OA.Takistan.pbo", {st_mode=S_IFREG|0644, st_size=2531113, ...}) = 0
    [pid 5418] stat64("mpmissions/co30_Domination_2_54A2_West_OA.Takistan.pbo", {st_mode=S_IFREG|0644, st_size=2531113, ...}) = 0
    I've symlinked mpmissions to MPMissions, and it's still crashing. Later on in the strace, there's this:

    [pid 5419] open("/home/shadow/arma/arma2oa/mpmissions/co30_domination_2_54a2_west_oa.takistan.pbo", O_RDONLY <unfinished ...>
    What the hell? I make another symlink, and now everything works. FIX YOUR ERROR OUTPUT!
    Last edited by ShadowHatesYou; Jan 28 2011 at 12:50.

  5. #5
    Doesn't seem like you ran toLower to lower-case all the files and folders in the server folder?
    Not sure about the implications.
    A.C.E. Advanced Combat Environment

    Dev-Heaven.net Free Project Hosting | A2 Community Issue Tracker Help BIS, Help yourself!

  6.   Click here to go to the next Developer post in this thread.   #6
    Quote Originally Posted by ShadowHatesYou View Post
    I'm running in to this problem using the linux dedicated server:



    So, I login and no mission is loaded. I login as admin, and then do #missions, and the dedi crashes. Any ideas about this? The only thing that stands out to me is that the wrong slash is used. isn't a valid path in linux, where as is a valid path. \ is used for escaping, / is used for directories. The file *does* exist, it *does* have the proper permissions, and I've even 777ed it.
    what's your startup commandline for the server ?

    also what you got inside the MPmissions on the server

  7. #7
    For debugging purposes I started using "./server -ip 208.71.118.187 -config=server.cfg -cpuCount=12". The problem was case sensitivity, despite the error log telling me it was looking in MPMissions and not mpmissions, as well as looking for co30_domination_2_54a2_west_oa.takistan.pbo instead of co30_Domination_2_54A2_West_OA.Takistan.pbo like it said.


    edit: Last 1000 lines of strace:

    http://squatthis.net/strace.txt

    You can see how this doesn't match up with the errors generated.
    Last edited by ShadowHatesYou; Jan 28 2011 at 12:55.

  8. #8
    Yup. Upper case missions will crash your linux server every time - even when just trying to list missions.

  9. #9
    Just installed - running good so fare.
    Thanks a lot.

  10. #10
    We have the same problem like ShadowHatesYou with our Ubuntu Server in combination with ACE1.8

    With ACE 1.7 or without ACE1.8 everythink works fine

    Hope you can help us, we have the same problems (server crash, missing missions)

    Really thank you!

Page 1 of 3 123 LastLast

Posting Permissions

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