Jump to content
dazhbog

Linux Dedicated Server feedback

Recommended Posts

3 minutes ago, tRiKy_ch said:

Il n'y a pas de fichier nommé syslog.1 dans votre répertoire log?

Yes but he begins only at 6 am

Share this post


Link to post
Share on other sites

Time to raise my stupid question count by one. 

 

Am I correct in assuming that a dedicated Linux server can't load the Jets DLC? If it can, how is it done?

 

Share this post


Link to post
Share on other sites
On 23/5/2017 at 9:50 PM, Thedarkloser said:

@tRiKy_ch Hello,

I found the error:)! Have you an idea how to solve the problem?

https://pastebin.com/S52h6JRU

Thank You.

 

 

 

so, it simply crash =)

do you already installes the laterst updates, and even the latest perfomance binary? https://forums.bistudio.com/forums/topic/160288-arma-3-stable-server-168-performance-binary-feedback/?do=findComment&comment=3193951

 

if you try to load a vanilla mission without mods it crash anyway?

 

@dingos8 consider first: 1.70 release for linux was awful :(

btw, what you mean for "cant'load"?

 

  • Like 1

Share this post


Link to post
Share on other sites
3 hours ago, tRiKy_ch said:

consider first: 1.70 release for linux was awful :(

btw, what you mean for "cant'load"?

 

In truth, all releases are awful for at least a week :)

 

By "can't load" I meant that when I try to run a mission on my server featuring Jets DLC content I get an error that I can't play that mission as the jets dlc content has been deleted. For example, if I run the KP Liberation 0.95 mission the error I see states that the aircraft carrier object has been deleted. I take that to mean that the server does not have the Jets content loaded; even though I have jets called in my startup parameters like so. 

-mods="curator;kart;heli;mark;jets;expansion;dlcbundle;mods/@armaem;mods/@cba_a3;"

Since I haven't been able to find any other Linux servers running Jets content, I presumed that we aren't able to run it yet. 

Share this post


Link to post
Share on other sites

sorry but i've not yet try the new content on my server

btw, did you checked on RPT if Arma 3 Jets folder is found?

Share this post


Link to post
Share on other sites

Sorry, I forgot to mention that, jets not found: 

 

9:01:52    Arma 3 Apex | expansion | true |  GAME DIR  | fe7fe478146f0ef6a041a282d2a745c2a0f4c225 |  c23729b0 | 
9:01:52    jets        | jets      | true |  NOT FOUND |                                          |           | 
9:01:52    Arma 3 Marksmen | mark  | true |  GAME DIR  | 4c9d9b395d33d01e5d465d0777b70d23b48eb1d0 |  f66326b3 | 

 

Share this post


Link to post
Share on other sites

the name is a lil bit strange wrong, i see this as "Arma 3 Jets" not as only "jets"

5:15:21                                        Arma 3 Jets |                 jets |       true |             GAME DIR | 6ff3e01edd9626b5beb33cbf112c5de32f785817 |  77cce3fc | /home/steam4518/arma3/jets

i'm thinking something goes wrong with the update

Share this post


Link to post
Share on other sites

same here, its not only "jets"

Quote

12:06:38                                        Arma 3 Jets |                 jets |       true |             GAME DIR | 6ff3e01edd9626b5beb33cbf112c5de32f785817 |  77cce3fc | /home/steam/steamcmd/arma3/jets

 

My servers startup script is this and I ve access to the DLC, maybe it helps:

 

#!/bin/bash
PORT1="14000"
WORLD1="Altis"
SERVER1MODS="@extdb3;@vcomai;@emove"
PARAMS1="-skipIntro -enableHT -noSound -loadMissionToMemory -autoInit"
ARMA_LOG1="/home/steam/steamcmd/arma3/logs/server/server1err_"
ARMA_CON1="/home/steam/steamcmd/arma3/logs/server/server1con_"
CONFIG1="/home/steam/steamcmd/arma3/server1.cfg"
PERF1="/home/steam/steamcmd/arma3/server1_perf.cfg"
PID1="/home/steam/steamcmd/arma3/server1.pid"
EXT1=".log"
EXT2=".rpt"
TIMESTAMPLOG1=$ARMA_LOG1$(date +%s)$EXT2
TIMESTAMPCON1=$ARMA_CON1$(date +%s)$EXT1
/home/steam/steamcmd/arma3/arma3server -config=$CONFIG1 -port=$PORT1 -serverMod=$SERVER1MODS -world=$WORLD1 -pid=$PID1 -cfg=$PERF1 $PARAMS1 1>>"$TIMESTAMPCON1" 2>>"$TIMESTAMPLOG1" &

 

Share this post


Link to post
Share on other sites

sure "jets" folder exist in the arma directory?

it contains a "addons" folder wich contains these files?

sure to have right permissions on these directories/files?

 

air_f_jets.ebo                       language_f_jets.ebo
air_f_jets.ebo.a3.bisign             language_f_jets.ebo.a3.bisign
anims_f_jets.ebo                     languagemissions_f_jets.ebo
anims_f_jets.ebo.a3.bisign           languagemissions_f_jets.ebo.a3.bisign
boat_f_jets.ebo                      missions_f_jets.ebo
boat_f_jets.ebo.a3.bisign            missions_f_jets.ebo.a3.bisign
cargoposes_f_jets.ebo                modules_f_jets.ebo
cargoposes_f_jets.ebo.a3.bisign      modules_f_jets.ebo.a3.bisign
characters_f_jets.ebo                music_f_jets.ebo
characters_f_jets.ebo.a3.bisign      music_f_jets.ebo.a3.bisign
data_f_jets.ebo                      sounds_f_jets.ebo
data_f_jets.ebo.a3.bisign            sounds_f_jets.ebo.a3.bisign
dubbing_f_jets.ebo                   static_f_jets.ebo
dubbing_f_jets.ebo.a3.bisign         static_f_jets.ebo.a3.bisign
editorpreviews_f_jets.ebo            ui_f_jets.ebo
editorpreviews_f_jets.ebo.a3.bisign  ui_f_jets.ebo.a3.bisign
functions_f_jets.ebo                 weapons_f_jets.ebo
functions_f_jets.ebo.a3.bisign       weapons_f_jets.ebo.a3.bisign

 

  • Like 1

Share this post


Link to post
Share on other sites

Here is working example form linux server:

  • Arma3 installation folder: /home/steam/arma3/
  • Arma3 dedicated server started from: /home/steam/arma3/public

step 1: add new jets folder to your arma3 server folder

ln -s /home/steam/arma3/jets /home/steam/arma3/public/jets

 

step 2: restart server.

 

Result fom log file:

-------------------------------------------------------------------------------------------------------------------------------------------------
 Arma 3 DLC Bundle 2 | dlcbundle2 |  true | NOT FOUND |                                          |           |
 Arma 3 DLC Bundle 1 |  dlcbundle |  true | NOT FOUND |                                          |           |
         Arma 3 Jets |       jets |  true |  GAME DIR | 6ff3e01edd9626b5beb33cbf112c5de32f785817 |  77cce3fc | /home/steam/arma3/public/jets
         Arma 3 Apex |  expansion |  true |  GAME DIR | fe7fe478146f0ef6a041a282d2a745c2a0f4c225 |  c23729b0 | /home/steam/arma3/public/expansion
     Arma 3 Marksmen |       mark |  true |  GAME DIR | 4c9d9b395d33d01e5d465d0777b70d23b48eb1d0 |  f66326b3 | /home/steam/arma3/public/mark
  Arma 3 Helicopters |       heli |  true |  GAME DIR | d76699f58f82f2e77c7f111edf5d39bda417972c |  8cd20038 | /home/steam/arma3/public/heli
        Arma 3 Karts |       kart |  true |  GAME DIR | abb4b14c4cb63da6fc486dd28d23712509e8c1f0 |  40f1573d | /home/steam/arma3/public/kart
         Arma 3 Zeus |    curator |  true |  GAME DIR | 08701d9f71e4654a67166e1da7d0036b56733d56 |  6fd0441e | /home/steam/arma3/public/curator
              Arma 3 |         A3 |  true | NOT FOUND |                                          |           |
==================================================================================================================================================

 

no mods=.... required.

 

Missions with Jets DLC content working without problems. Adding Jets content via scripts/Zeus also working fine.

When next DLC become live, just make repeat this steps for new folders.

  • Like 1

Share this post


Link to post
Share on other sites
15 hours ago, ToxaBes said:

 

step 1: add new jets folder to your arma3 server folder


ln -s /home/steam/arma3/jets /home/steam/arma3/public/jets

 

^^^ This. I forgot to make a symbolic link from my install directory to my server directory. 

 

:face_palm: I am ashamed. 

 

 

Thank you all for your suggestions and advice!

Share this post


Link to post
Share on other sites

Do You guys have problems with missions with dynamic simulation? On windows it works like magic, on  linux they seem to stuck like marionettes, just lie path attribute would be checked

Share this post


Link to post
Share on other sites

Hi,

what missions do you mean specifically? The Dynamic Recon Ops and Dynamic Combat Ops? Please give me a link so I could test it.

Share this post


Link to post
Share on other sites

any news about x64 linux server binarys?

Share this post


Link to post
Share on other sites
On 7/8/2017 at 10:16 PM, yxman said:

any news about x64 linux server binarys?

 

It would be nice to have that. It's been out for a while now.

Share this post


Link to post
Share on other sites

another month gone, still no info about @linux x64 server version...

Share this post


Link to post
Share on other sites

Hey Guys & Girls!

 

I cant update my Arma3 dedicated server on linux, with steamcmd, if i do the steam updateing to 1.72. not to 1.76... please help!

Share this post


Link to post
Share on other sites

Server does not consider -config=server.cfg .

 

I've installed the server following the instructions given in the wiki *very carefully* .

Then I tried to configure it to use a loopback device and set "loopback = true;" in my server.cfg with no effect.

 

Launched with:

 

./arma3server -name=server -config=server.cfg

 

Checked netstat:

 

~/steamcmd/arma3$ netstat -a | grep 2302
udp        0      0 *:2302                  *:*                                

 

And then I did an strace to investigate and found that it never touches the server.cfg file.

strace -e trace=file -o strace.log ./arma3server -name=server -config=server.cfg

 

Can anybody confirm this?

Share this post


Link to post
Share on other sites

SO i have 64 bit dedi.

Lack of 64 bit binaries for linux is really huge impact as it will not use all of resources of my dedi box.

@dazhbog

Share this post


Link to post
Share on other sites

<code>

-cfg=<filename>Selects the Server Basic Config file. Config file for server specific settings like network performance tuning.

-config=<filename>Selects the Server Config File. Config file for server specific settings like admin password and mission selection.

</code>

@protozorq

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×