mschnitzer / ark-survival-ascended-linux-container-image

A docker/podman container that is able to run an ARK: Survival Ascended on a Linux host.
69 stars 13 forks source link

Sorry to bother #42

Closed kg5hfl closed 6 months ago

kg5hfl commented 6 months ago

Any way to get the RCON command 'getgamelog' to work. i keep getting 'Server Received, But no Response.'

thanks in advance.

Update state (0x5) verifying install, progress: 51.69 (4850494221 / 9382920526) Update state (0x5) verifying install, progress: 57.69 (5412543524 / 9382920526) Update state (0x5) verifying install, progress: 63.76 (5982249144 / 9382920526) Update state (0x5) verifying install, progress: 69.75 (6544285880 / 9382920526) Update state (0x5) verifying install, progress: 75.74 (7106322616 / 9382920526) Update state (0x5) verifying install, progress: 81.71 (7666842063 / 9382920526) Update state (0x5) verifying install, progress: 87.69 (8228266431 / 9382920526) Update state (0x5) verifying install, progress: 93.76 (8797526479 / 9382920526) Update state (0x5) verifying install, progress: 99.76 (9360447951 / 9382920526) Success! App '2430930' fully installed. Starting the ARK: Survival Ascended dedicated server... Start parameters: TheIsland_WP?listen?Port=7777?RCONPort=27020?RCONEnabled=True -servergamelog -WinLiveMaxPlayers=26 -Mods=928621,929420,928501,941461,927090,932976 -NoBattlEye esync: up and running. Failed to read /etc/machine-id, error Invalid argument. wine: RLIMIT_NICE is <= 20, unable to use setpriority safely ^C kg5hfl@gameserver:~/asa-server$ sudo docker exec -t asa-server-1 asa-ctrl rcon --exec 'GetGameLog' Server received, But no response!!

kg5hfl@gameserver:~/asa-server$ sudo docker exec -t asa-server-1 asa-ctrl rcon --exec GetGameLog Server received, But no response!!

kg5hfl@gameserver:~/asa-server$

mschnitzer commented 6 months ago

Same on my server, not sure if this is an ASA specific issue or a config option needs to be set first. There are some topics on Google on this one, but I couldn't find any definitive answer.

But instead of using RCON, you could just query the logs like this:

docker exec -t asa-server-1 cat server-files/ShooterGame/Saved/Logs/ShooterGame.log
kg5hfl commented 6 months ago

I did sudo tail - f and that works good too. Thanks for the help.

On Sat, Jan 6, 2024, 08:26 Manuel Schnitzer @.***> wrote:

Same on my server, not sure if this is an ASA specific issue or a config option needs to be set first. There are some topics on Google on this one, but I couldn't find any definitive answer.

But instead of using RCON, you could just query the logs like this:

docker exec -t asa-server-1 cat server-files/ShooterGame/Saved/Logs/ShooterGame.log

— Reply to this email directly, view it on GitHub https://github.com/mschnitzer/ark-survival-ascended-linux-container-image/issues/42#issuecomment-1879712339, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATQM4FZ6ZH5L2PLPUEPUYNDYNFNJ3AVCNFSM6AAAAABBPSVPYCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZZG4YTEMZTHE . You are receiving this because you authored the thread.Message ID: <mschnitzer/ark-survival-ascended-linux-container-image/issues/42/1879712339 @github.com>

mschnitzer commented 6 months ago

Alright, please reopen if you have any further questions.

kg5hfl commented 6 months ago

Any idea how to change the time in the container? I've tried several methods with no luck.