Jump to content
raoul1234

A3 DS Linux verify signature failure (FIX!)

Recommended Posts

For those who run into the Linux issue where the moment you set verify signatures to 2 you cant join? A Possible fix is simple(unfortunately):

set -cpucount=2 or higher in your launch command.

why? In my case running docker the server never utilizes more then one core regardless of what i assign it. (viva la arma). Im pretty sure this is the case for any instance of the arma server being launched probably a less likely to occur issue with the windows version.

Bellow my startup.sh

./arma3server_x64 -name=server -config=server.cfg -cpucount=2

 

Details:

6 Core reservation on a AMD Epyc system

16 gb Ram

Ubuntu 22.04 as HOST os with Portainer for lazy things.

 

Container is a blank Ubuntu 20.04 (testing phase for 22.04 has started).

Also works on a Ubuntu 22.04 container

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

×