Jump to content
Sign in to follow this  
galevsky

[LINUX] How to get the server version ?

Recommended Posts

Hi all,

I fail to find out how to get the current server version... I see no specific file like version.txt or changelog.md that I can parse,  I tried this:

 

galevsky@vladivostok:~/ArmA3containers/arma3srv$ ./arma3server_x64 --version
16:04:58 SteamAPI initialization failed. Steam features won't be accessible!
ArmA Linux Server, ver. 2.08.149102
16:04:58 ../lib/Network/networkServer.cpp ClearNetServer:NOT IMPLEMENTED - briefing!
16:04:58 Critical:Destroying running thread!
16:04:58 Critical:Destroying running thread!
16:04:58 Critical:Destroying running thread!
Segmentation fault (core dumped)


which looks to be the right thing to be done, any idea why it is core-dumping ? Any trick ?

Thank you for your help !
Gal'

Share this post


Link to post
Share on other sites

Thank you, but it is not my use-case, here I am creating a tool to manage arma3 servers with containers, and I would like to build (with podman, but similar with docker) a new image whenever there is a change and tag it with the right version... to make them available to the tool. I also would like to read the version to trigger the new build, instead of an additional checksum or whatever on the directory to detect the changes. Everything is automated, steamcmd updates the Arma3 server every morning (among mods and so on), and take the necessary follow-up actions.

Thank you for you comment anyway 👍.
Gal'

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
Sign in to follow this  

×