Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: Attempting to get a Linux Combined Operations server working

  1. #1

    Attempting to get a Linux Combined Operations server working

    Running Debian 6 32-bit.

    Files from Arma2 are uploaded to /home/arma2oa/arma2

    Files from OA are uploaded to /home/arma2oa/arma2oa

    This what I am running to try to get the server up:
    ./server > test.txt -cfg=arma2oa.cfg -config=server.cfg -mod=@cba\;@ace\;@acex\;@acex_ru\;@acex_usnavy\;@ja yarma2lib\;@acre\;

    Here is server.cfg:
    Spoiler:


    arma2oa.cfg:
    Spoiler:


    I get errors like this when trying to launch:
    Warning Message: No entry 'arma2oa.cfg.3D_Performance'.
    Warning Message: '/' is not a value
    Warning Message: No entry 'arma2oa.cfg.adapter'.
    Warning Message: '/' is not a value
    Warning Message: No entry 'arma2oa.cfg.Resolution_Bpp'.
    Warning Message: '/' is not a value

    Then a bunch of ace ones

    The folders look like this:
    /home/arma2oa/arma2:
    addons
    battleye
    besetup
    directx
    dta
    keys
    missions
    mpmissions
    player

    Files inside the directory:

    33910_install.vdf
    a2-server-1.11.87389.tar.bz2
    arma2.cfg
    arma2.changelog109
    arma2oa.cfg
    arma2_ogg.cmd
    arma2server
    bis.url
    install
    log.2302.txt
    readme.txt
    server
    tolower
    tolower.c

    for /home/arma2oa/arma2oa:
    Folders:
    @ace
    @acex
    @acex_ru
    @acex_usnavy
    @acre
    @cba
    @cba_a2
    @cba_oa
    @jayarma2lib
    besetup
    common
    dll
    expansion
    glt_missilebox_complete
    keys
    missions
    mpmissions
    player
    script_suite
    userconfig

    Files inside the folder:
    33930_install.vdf
    arma2oa.cfg
    arma2oa.cfg~~~
    arma2oa_manual.pdf
    arma2oa_ogg.cmd
    arma2oa_patch_1_59_readme.txt
    arma2oaserver
    bis.url
    changelog.txt.gz
    dac_sounds.pbo.ace_b522.bisign.gz
    dac_sounds.pbo.gz
    dac_source.pbo.ace_b522.bisign.gz
    dac_source.pbo.gz
    err.txt
    install
    jayarma2lib.log
    log.2302.txt
    maxxpro_oh58
    out.txt
    readme_oa.txt
    readme.txt
    _runa2co_beta.cmd
    _runa2co.cmd
    server
    server.cfg
    server_console.log
    tolower
    tolower.c

  2. #2
    Please post output from the following command:
    Code:
    ls -Rx1 /home/arma2oa/
    It will print out the complete directory hierarchy for /home/arma2oa/.

    It will be very long thanks to the mods so you might have to post it on Pastebin.

  3. #3
    Private First Class
    Join Date
    Jun 28 2012
    Posts
    12
    Author of the Thread
    Quote Originally Posted by Deadfast View Post
    Please post output from the following command:
    Code:
    ls -Rx1 /home/arma2oa/
    It will print out the complete directory hierarchy for /home/arma2oa/.

    It will be very long thanks to the mods so you might have to post it on Pastebin.
    http://pastebin.com/Td1aje3w

    There you go

  4. #4
    First youre missing some things in arma2oa.cfg thats why its complaining but its not critical.

    I have these and it works perfectly, so use what you need for yourself

    Code:
    language="English";
    adapter=-1;
    3D_Performance=1;
    Resolution_W=800;
    Resolution_H=600;
    Resolution_Bpp=32;
    Windowed=0;
    viewDistance=3000;
    terrainGrid=25;
    MaxMsgSend=32;
    MaxSizeGuaranteed=1024;
    MaxSizeNonguaranteed=256;
    MinBandwidth=76800000;
    MaxBandwidth=1048576000;
    MinErrorToSend=0.001;
    MinErrorToSendNear=0.0099999998;
    MaxCustomFileSize=0;
    Next is your launch line. Why are you not using start script provided with server its much easier that way. Next is CBA. Which version do you use? If you use latest builds then you will need ( for CO ) cba, cba_a2, and cba_oa. If not then its ok. But using latest version of ace and old cba, Im not sure how that will work. Just thinking out loud here.

    Make sure you have all keys from addons in your serverroot/keys folder, and only ones you want to allow on your server.

    And oh boy you made a complete mess with those directories. I cant frankly see whats where from that output, Ill let Deadfast look into that one.

    And I forgot to add...do not use jayarmalib on the server unless you need it for some reason. It wont work on linux, its not needed for acre to run on server.
    Last edited by _MaSSive; Jun 29 2012 at 05:01.

  5. #5
    Private First Class
    Join Date
    Jun 28 2012
    Posts
    12
    Author of the Thread
    Quote Originally Posted by _MaSSive View Post
    First youre missing some things in arma2oa.cfg thats why its complaining but its not critical.

    I have these and it works perfectly, so use what you need for yourself

    Code:
    language="English";
    adapter=-1;
    3D_Performance=1;
    Resolution_W=800;
    Resolution_H=600;
    Resolution_Bpp=32;
    Windowed=0;
    viewDistance=3000;
    terrainGrid=25;
    MaxMsgSend=32;
    MaxSizeGuaranteed=1024;
    MaxSizeNonguaranteed=256;
    MinBandwidth=76800000;
    MaxBandwidth=1048576000;
    MinErrorToSend=0.001;
    MinErrorToSendNear=0.0099999998;
    MaxCustomFileSize=0;
    Next is your launch line. Why are you not using start script provided with server its much easier that way. Next is CBA. Which version do you use? If you use latest builds then you will need ( for CO ) cba, cba_a2, and cba_oa. If not then its ok. But using latest version of ace and old cba, Im not sure how that will work. Just thinking out loud here.

    Make sure you have all keys from addons in your serverroot/keys folder, and only ones you want to allow on your server.

    And oh boy you made a complete mess with those directories. I cant frankly see whats where from that output, Ill let Deadfast look into that one.

    And I forgot to add...do not use jayarmalib on the server unless you need it for some reason. It wont work on linux, its not needed for acre to run on server.
    That last bit is useful to know.

    I'm mostly trying to just see if the server works first, but here is my arma2oaserver contents (the relevant bits):
    Code:
    #=======================================================================
    #========               CONFIGURATION PARAMETERS                ========
    #======== MUST BE EDITED MANUALLY TO FIT YOUR SYSTEM PARAMETERS ========
    #=======================================================================
    ARMA_DIR=/home/arma2oa/arma2
    CONFIG=/home/arma2oa/arma2oa/server.cfg
    PORT=2302
    PIDFILE=${ARMA_DIR}/${PORT}.pid
    RUNFILE=${ARMA_DIR}/${PORT}.run
    LOGFILE=${ARMA_DIR}/log.${PORT}.txt
    SERVER=${ARMA_DIR}/server
    OTHERPARAMS=-mod=@cba\;@ace\;@acex\;@acex_ru\;@acex_usnavy\;@acre\;
    #=======================================================================

  6. #6
    So does your server run? What problem do you actually have?
    Last edited by _MaSSive; Jun 29 2012 at 06:44.

  7. #7
    Private First Class
    Join Date
    Jun 28 2012
    Posts
    12
    Author of the Thread
    Oh. I thought I said that, sorry.

    It's a Debian 6 server.

    It won't start. Gives a bunch of errors. If it starts and I login as admin, click server control - missions, server crashes

  8. #8
    Quote Originally Posted by bros View Post
    If it starts and I login as admin, click server control - missions, server crashes
    Capital letters in mission names (or other places)?
    BTW, try to get a vanilla server to run flawlessly before you add a bunch of more ore less demanding mods. Always a good way to pin-point issues.
    I'm Norwegian, what's your excuse?

  9. #9
    Private First Class
    Join Date
    Jun 28 2012
    Posts
    12
    Author of the Thread
    Quote Originally Posted by Overlord View Post
    Capital letters in mission names (or other places)?
    BTW, try to get a vanilla server to run flawlessly before you add a bunch of more ore less demanding mods. Always a good way to pin-point issues.
    Already got a vanilla server running flawlessly. Well a vanilla server running OA. Not running CO.

  10. #10
    Private First Class
    Join Date
    Jun 28 2012
    Posts
    12
    Author of the Thread
    So I just launched the server (after adding that stuff to the config) and it worked well until we clicked missions and it crashed, got this:
    21:17:26 File description.ext, line 0: '.disabledAI': Missing ';' at the end of line
    21:17:27 File description.ext, line 4: '.onLoadMission': Missing ';' at the end of line
    21:17:31 File description.ext, line 0: '.disabledAI': Missing ';' at the end of line
    21:17:31 File description.ext, line 0: '.disabledAI': Missing ';' at the end of line
    21:17:31 File revive_sqf\dialogs\config.cpp, line 5: Config: ';' used as a separator in the array
    Cannot open file 'MPMissions\co7_gr_eagersmokev1-7.takistan.pbo'
    21:17:33 File revive_sqf\dialogs\config.cpp, line 5: Config: ';' used as a separator in the array
    21:17:33 File revive_sqf\dialogs\config.cpp, line 5: Config: ';' used as a separator in the array
    21:17:33 File revive_sqf\dialogs\config.cpp, line 5: Config: ';' used as a separator in the array
    21:17:33 File revive_sqf\dialogs\config.cpp, line 5: Config: ';' used as a separator in the array
    21:17:33 File description.ext, line 0: '.disabledAI': Missing ';' at the end of line
    21:17:33 File description.ext, line 0: '.disabledAI': Missing ';' at the end of line
    21:17:33 File description.ext, line 1: '.disabledAI': Missing ';' at the end of line
    21:17:33 File description.ext, line 28: '.disabledAI': Missing ';' at the end of line
    21:17:33 File description.ext, line 28: '.disabledAI': Missing ';' at the end of line
    21:17:33 File description.ext, line 28: '.disabledAI': Missing ';' at the end of line
    21:17:33 File description.ext, line 28: '.disabledAI': Missing ';' at the end of line
    21:17:33 File description.ext, line 28: '.disabledAI': Missing ';' at the end of line
    21:17:33 File description.ext, line 28: '.disabledAI': Missing ';' at the end of line
    21:17:33 File description.ext, line 28: '.disabledAI': Missing ';' at the end of line
    21:17:33 File description.ext, line 28: '.disabledAI': Missing ';' at the end of line
    21:17:33 File description.ext, line 28: '.disabledAI': Missing ';' at the end of line
    21:17:33 File description.ext, line 28: '.disabledAI': Missing ';' at the end of line
    21:17:33 File description.ext, line 28: '.disabledAI': Missing ';' at the end of line
    21:17:33 File spect\spectating.hpp, line 16: '/rscSpectate/controls/mouseHandler.onMouseZChanged': Missing ';' at the end of line
    21:17:33 File description.ext, line 28: '.disabledAI': Missing ';' at the end of line
    21:17:33 File description.ext, line 28: '.disabledAI': Missing ';' at the end of line
    21:17:33 File description.ext, line 28: '.disabledAI': Missing ';' at the end of line
    21:17:33 File description.ext, line 0: '.disabledAI': Missing ';' at the end of line
    21:17:33 File description.ext, line 0: '.disabledAI': Missing ';' at the end of line
    21:17:33 File description.ext, line 0: '.disabledAI': Missing ';' at the end of line
    21:17:33 File description.ext, line 0: '.disabledAI': Missing ';' at the end of line
    21:17:33 File description.ext, line 0: '.disabledAI': Missing ';' at the end of line
    21:17:33 File description.ext, line 0: '.disabledAI': Missing ';' at the end of line
    21:17:33 File description.ext, line 3: '.DisabledAI': Missing ';' at the end of line
    21:17:33 File description.ext, line 8: '.titleParam1': Missing ';' at the end of line
    21:17:35 File description.ext, line 141: '/KeypadDefuse/B2.action': Missing ';' prior '}'
    21:17:35 File description.ext, line 3: '.onloadmission': Missing ';' at the end of line
    21:17:37 File description.ext, line 3: '.onloadmission': Missing ';' at the end of line
    21:17:37 File description.ext, line 4: '/Weapons/ACE_HK416_D14_SD.count': Missing ';' prior '}'
    21:17:37 File description.ext, line 3: '.onloadmission': Missing ';' at the end of line
    21:17:37 File description.ext, line 0: '.OnloadIntro': Missing ';' at the end of line
    21:17:37 File description.ext, line 30: '/RscTitles/scanner/Maps.x': Missing ';' at the end of line
    21:17:37 File description.ext, line 31: '/RscTitles/scanner/Maps.y': Missing ';' at the end of line
    21:17:38 File description.ext, line 30: '/RscTitles/scanner/Maps.x': Missing ';' at the end of line
    21:17:38 File description.ext, line 31: '/RscTitles/scanner/Maps.y': Missing ';' at the end of line
    21:17:38 File description.ext, line 30: '/RscTitles/scanner/Maps.x': Missing ';' at the end of line
    21:17:38 File description.ext, line 31: '/RscTitles/scanner/Maps.y': Missing ';' at the end of line
    21:17:38 File description.ext, line 2: '.disabledAI': Missing ';' at the end of line
    21:17:38 Warning Message: No entry '.CfgMissions'.
    21:17:38 Warning Message: No entry '.MPMissions'.

Page 1 of 2 12 LastLast

Similar Threads

  1. Arma II Combined Operations Multiplayer not working
    By tempchar1 in forum ARMA 2 & OA - TROUBLESHOOTING
    Replies: 2
    Last Post: Jul 24 2012, 21:25
  2. arma 2 combined operations cd key not working.
    By fml in forum ARMA 2 & OA - TROUBLESHOOTING
    Replies: 3
    Last Post: Jun 17 2012, 11:51
  3. How to setup combined operations server in Linux?
    By doonbugie in forum ARMA 2 & OA - Servers & Administration
    Replies: 3
    Last Post: May 18 2011, 16:59
  4. help setting up a combined operations linux server
    By Espeed in forum ARMA 2 & OA - Servers & Administration
    Replies: 2
    Last Post: Jan 12 2011, 19:56
  5. Combined Operations not working
    By koalasalad in forum ARMA 2 & OA - TROUBLESHOOTING
    Replies: 3
    Last Post: Dec 21 2010, 21:01

Posting Permissions

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