Bohemia Interactive Forums  

Go Back   Bohemia Interactive Forums > BI MILITARY GAMES FORUMS > ARMA 2 & Operation Arrowhead > ArmA 2 & OA - MULTIPLAYER

ArmA 2 & OA - MULTIPLAYER This forum is for discussions pertaining to the multiplayer aspects of ArmA 2 & the standalone expansion Operation Arrowhead.

Closed Thread
 
Thread Tools Display Modes
Old 11-20-2009, 03:25 PM   #1
Maruk
BI, CEO
 
Maruk's Avatar
 
Join Date: Jun 2001
Location: Prague, Czech Republic
Posts: 852
Thumbs up ARMA II - Linux Server 1.04 Public Beta UPDATED

An updated version of Linux beta server build 61018 is available now for download. Most important change is added support for http://www.battleye.com anticheat system.

We are pleased to announce that Arma II Linux Server 1.04 Public Beta is available now for download. We believe all major performance and stability problems are fixed now.



Please post your feedback to this thread.

Thank you again for your help with the testing of the Linux server platform for Arma II.

Quote:
ArmA 2 - Linux Standalone Server 1.04
=====================================

Copyrigt (c) 2009 Bohemia Interactive Studio. All rights reserved.

For more information please visit
http://community.bistudio.com/wiki/A...dicated_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).

__________________
Marek Spanel - CEO www.bistudio.com

Last edited by Maruk; 12-09-2009 at 08:13 AM.
Maruk is offline  
Old 11-20-2009, 03:35 PM   #2
Defunkt
Master Gunnery Sergeant
 
Defunkt's Avatar
 
Join Date: Apr 2008
Location: Christchurch, NZ
Posts: 1,100
Nice, looking forward to putting our server up. Thank you for your continued (and outstanding) support of PC gaming.
Defunkt is offline  
Old 11-20-2009, 05:39 PM   #3
i0n0s
Gunnery Sergeant
 
i0n0s's Avatar
 
Join Date: Dec 2007
Posts: 438
Is it possible to get a change log?
__________________
#include "signatur.h"
"I'm not slacking of. My addon is 'pboing'!"

Blog about the RTE | Pastebin with SQF support
i0n0s is offline  
Old 11-20-2009, 07:46 PM   #4
MINO$
Private
 
Join Date: Sep 2002
Posts: 3
Hi!
Thx for this beta release

I've 1 question. Server running fine on my Ubuntu 9.10 Desktop,
but not on this same OS in a Vmware "computer"

When ./server : ./server doesn't exist
Tried after a new install.

Thx for help
MINO$ is offline  
Old 11-21-2009, 02:26 PM   #5
PumaTBS
Private
 
Join Date: Nov 2009
Posts: 2
hi^^, sorry for my bad english eheh, i have a problem .
When i start del linux server with no custom mission i'ts ok,but when i start the server with a custom mission (and i have edited the server.cfg ) the server run, but not load the map and the player see waiting for host.
PumaTBS is offline  
Old 11-22-2009, 03:59 PM   #6
zyklone
Staff Sergeant
 
Join Date: Nov 2002
Posts: 374
So far so good.
I'm seeing much better use of both cpus in our server.

Code:
32613 swec      18  -2  526m 490m  11m R 98.0 24.2   4:24.87 server
32606 swec      18  -2  526m 490m  11m R 96.3 24.2   5:45.26 server
That's excellent and did not happen in the alphas.
FPS seems to be remaining high for longer also but a bit early to tell.
zyklone is offline  
Old 11-22-2009, 09:18 PM   #7
Antti Salonen
Private
 
Join Date: May 2009
Posts: 5
Has anybody tried the public beta with a quad-core yet, and what are the results?
Antti Salonen is offline  
Old 11-22-2009, 11:08 PM   #8
MINO$
Private
 
Join Date: Sep 2002
Posts: 3
Quote:
Originally Posted by PumaTBS View Post
hi^^, sorry for my bad english eheh, i have a problem .
When i start del linux server with no custom mission i'ts ok,but when i start the server with a custom mission (and i have edited the server.cfg ) the server run, but not load the map and the player see waiting for host.
Same thing on my windows 2003 server. I think it's not a linux server problem only
MINO$ is offline  
Old 11-23-2009, 06:58 AM   #9
blankko
Private First Class
 
blankko's Avatar
 
Join Date: Jun 2007
Posts: 13
Has anyone tried 'Arma II Linux Server 1.04 Public Beta' on FreeBSD's Linux Binary Compatibility mode?

Hope BIS would be able to release future Arma II dedicated server binaries for FreeBSD also.
blankko is offline  
Old 11-23-2009, 07:57 AM   #10
[AIGB]~Steiner
Private First Class
 
[AIGB]~Steiner's Avatar
 
Join Date: Aug 2009
Location: Berlin, Germany
Posts: 21
Since I have two running instances of ArmA II Servers (Linux 1.04 Public Alpha) i have a question. Is it possible to just copy the server and arma2server data in the existing Installation Folders and Overwrite the Files ?? I think this should work, because the install Process (tolower) is only renaming the Files and takes away the capital Letters..
Has anyone tried it this way ??

Greetz,
__________________
[AIGB]~Steiner is offline  
Closed Thread

Tags
arma 2, linux server

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:34 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.