Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] ich777 - Gameserver Dockers

Featured Replies

33 minutes ago, ich777 said:

You can also stop the container, delete the file, start the container and it will pull the specific configuration file that I use by default for the container if it's not found.

 

The quotation marks are definitely in there. ;)

i stopped container, added quotes, saved, restarted

 

the server went back up with the default name and description. when i stopped the container again, the quotes and commas had been removed from every parameter except PublicIP:

 

ive tried this probably a dozen times and its the same every time. i'm at a loss.

  • Replies 12.5k
  • Views 2.2m
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Just thought I'd share my experience setting up a Valheim server with this docker app from @ich777(thank you!)   You don't need to worry about Steam authentication for Valheim, the default a

  • Dockers Available:   SteamCMD DedicatedServers: CounterStrike: Source CounterStrike 2 TeamFortress 2 ArmA3 - requested by @MrSage Deathmatch Classic

  • This will hopefully shed some light on the underside working bits of building a cluster of servers for ARK:SurvivalEvolved.   With the inspiration (read thievery) from @growlith I present th

Posted Images

  • Author
4 minutes ago, sage2050 said:

i stopped container, added quotes, saved, restarted

Screenshots from what you did.

 

Do you stop the container and then edit the files?

 

This is working for me and for other too. 😉

how it looks after i stop the server

image.png.b445d02eaee07f34f7812fcbc2589611.png

 

edited to add quotes and commas

image.png.1261be330cd3dd746128a0e491558f10.png

 

server restarted, log shows it picked up custom public ip

image.thumb.png.624922c1f59b79f0d391c40397b27ac9.png

 

stopped server, reopened config file, quotes and commas are gone

image.png.9bde6a3c24363a3242fbb2c9b322d851.png

ok something even weirder happened. previosly i used a find/replace to turn "," into ",\n" to see the server parameters better and i think something about that broke the parsing

 

i did another find/replace to remove the \ns and this time when i stopped the server the enter config file was empty

i copied over the default config and set it all in-line and it works no

 

go figure

Edited by sage2050

  • Author
18 minutes ago, sage2050 said:

server restarted, log shows it picked up custom

Your config looks strange it should be a single line.

 

Please stop the container, delete the config file, start the container, stop the container and see what the file looks like.

As said the config needs to be in one line.

 

Something really strange is happening over there.

  • Author
3 minutes ago, sage2050 said:

i used a find/replace to turn "," into ",\n" to see the server parameters better and i think something about that broke the parsing

Definitely, don‘t do that since this is not how it should look like.

So I'm editing the INI file but when I restart the docker, it's just reverting it back to default. I think that's what other people are struggling with too.

 

image.png.e5c618c9155ead2f3a9ade52f6ec7e0b.png

 

 

So something is overwriting that config?

Edited by Pirlet

  • Author
On 1/20/2024 at 1:38 PM, Pirlet said:

So I'm editing the INI file but when I restart the docker, it's just reverting it back to default. I think that's what other people are struggling with too.

Please always stop the container, then edit the ini file and then start the container again. If you simply restart the container your changes will be discarded.

 

This is common practice.

 

I also wrote that multiple times on the last few pages. 😅
 

Reason is that the container saves the current config and savegame when stopping the dedicated server (this is by the way not the only dedicated server that does this).

thats weird, man. Thanks for stickin with me 😀

7 hours ago, ich777 said:

If you want to change the port you have to change it in the config and follow the directions in the template.

 

I would also not recommend to change the ports since this won't do anything, please start over with a fresh template/game files directory.

 

However your server seems to be running fine. ;)

Thanks @ich777 I truly appreciate your ongoing support and development around these dockers. You're a legend :)

 

I can now connect to and play on the 8211 template just fine by 1.) removing the password in the config file (keep the quotes), and 2.) removing the EpicApp=PalServer game parameters line in the template.  

 

My current challenge is: I want to run multiple palworld servers if possible (for different sets of friends) is why I'm trying to change the ports in other containers.  I've tried changing the ports in both the config file (for example: PublicPort=8213, RCONPort=25577) and deleting then creating new UDP and RCON ports in the template.  Seems to display correctly in the port mappings of the docker container list in Unraid, and I confirmed the config files updated correctly (I stopped the servers, edited the files, verified the files)...but still receive connection timeouts when attempting to connect.

2 hours ago, ich777 said:

Yes, but you have to leave the double quotation marks "" in there so that the game knows there are no passwords, you can leave the AdminPassword in btw since this is only the password for the in game console that you can issue admin commands.

 

So to speak it should look something like:

...,AdminPassword="adminDocker",ServerPassword="",Pub...

 

 

Yes.

 

 

After that you should be able to direct connect with the IP from your Unraid server and the PORT.

 

Cheers Mate thanks for the help!

  • Author
36 minutes ago, Zalszibar said:

I can now connect to and play on the 8211 template just fine by 1.) removing the password in the config file (keep the quotes), and 2.) removing the EpicApp=PalServer game parameters line in the template.  

Glad to hear.

 

36 minutes ago, Zalszibar said:

I've tried changing the ports in both the config file (for example: PublicPort=8213, RCONPort=25577) and deleting then creating new UDP and RCON ports in the template.

Can you post screenshots what you did exactly? How does the configuration file look like?

 

 

EDIT: I've tested it now and this is the solution:

 

Please add this to the GAME_PARAMS:

port=8212

grafik.png.17f238131be0a4889e6602a34c8eb017.png

 

After further investigation you don't need to change the port in the config file, simply append or put that in the GAME_PARAMS variable and it will work (of course if you want to use port 8212).

 

Please also don't forget to delete the existing port mapping in the template for the Game Port and create a new one like that:

grafik.png.be90dddc5345c39fcd033d35f68376b5.png

 

 

Hope that helps. ;)

8 hours ago, ich777 said:

What errors do you get? Do you see it in the communty browser list in game (since does not advertise it in the Steam Server browser).

 

A bit… 😂

 

Please double check your port forwarding.

Did you change anything in the config?

Did you yet try to connect with your local IP and PORT, if you do that you should get an error that says that no password was given, if this is working it is properly installed and waiting for connections (this is currently a bug in the game and will be fixed by the developers, you have to connect to the community servers).


What I see from the log output your server seems to be running fine.

 

 

I can't connect to it locally so I can't even tell if I port forwarded correctly yet (likely fine?). I see some errors in the log files which I'll dump below but unsure if it's related. I also can't see the server in the server browser nor can I connect to the server. Here is my entire log file, mostly chmod errors- not sure if they're related to the server not being connectable (running via truenas scale's docker):

 

 

Quote

2024-01-20T09:26:13.909352393-05:00 ---Ensuring UID: 99 matches user---
2024-01-20T09:26:15.396457005-05:00 ---Ensuring GID: 100 matches user---
2024-01-20T09:26:15.505274128-05:00 ---Setting umask to 000---
2024-01-20T09:26:15.505313220-05:00 ---Checking for optional scripts---
2024-01-20T09:26:15.509498768-05:00 ---No optional script found, continuing---
2024-01-20T09:26:15.509530334-05:00 ---Taking ownership of data...---
2024-01-20T09:26:16.082407210-05:00 ---Starting...---
2024-01-20T09:26:16.185149153-05:00 ---Update SteamCMD---
2024-01-20T09:26:18.437343932-05:00 tid(33) burning pthread_key_t == 0 so we never use it
2024-01-20T09:26:18.437368051-05:00 Redirecting stderr to '/serverdata/Steam/logs/stderr.txt'
2024-01-20T09:26:18.437381755-05:00 Logging directory: '/serverdata/Steam/logs'
2024-01-20T09:26:18.437392044-05:00 [  0%] Checking for available updates...
2024-01-20T09:26:18.437403084-05:00 [----] Verifying installation...
2024-01-20T09:26:18.437421802-05:00 Steam Console Client (c) Valve Corporation - version 1705108307
2024-01-20T09:26:18.437429306-05:00 -- type 'quit' to exit --
2024-01-20T09:26:18.650763177-05:00 Loading Steam API...dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory
2024-01-20T09:26:18.650790207-05:00 OK
2024-01-20T09:26:18.650800627-05:00
2024-01-20T09:26:20.611692609-05:00 Connecting anonymously to Steam Public...OK
2024-01-20T09:26:20.611870935-05:00 Waiting for client config...OK
2024-01-20T09:26:21.460121450-05:00 Waiting for user info...OK
2024-01-20T09:26:21.656171145-05:00 ---Update Server---
2024-01-20T09:26:22.708100376-05:00 tid(57) burning pthread_key_t == 0 so we never use it
2024-01-20T09:26:22.708122894-05:00 Redirecting stderr to '/serverdata/Steam/logs/stderr.txt'
2024-01-20T09:26:22.708130067-05:00 Logging directory: '/serverdata/Steam/logs'
2024-01-20T09:26:22.708143947-05:00 [  0%] Checking for available updates...
2024-01-20T09:26:22.708150358-05:00 [----] Verifying installation...
2024-01-20T09:26:22.708157914-05:00 Steam Console Client (c) Valve Corporation - version 1705108307
2024-01-20T09:26:22.708166484-05:00 -- type 'quit' to exit --
2024-01-20T09:26:22.828678713-05:00 Loading Steam API...dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory
2024-01-20T09:26:22.828714912-05:00 OK
2024-01-20T09:26:22.828726765-05:00
2024-01-20T09:26:24.344312376-05:00 Connecting anonymously to Steam Public...OK
2024-01-20T09:26:24.344405375-05:00 Waiting for client config...OK
2024-01-20T09:27:12.974341814-05:00 Waiting for user info...OK
2024-01-20T09:27:12.974502923-05:00  Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
2024-01-20T09:27:12.974567308-05:00  Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
2024-01-20T09:27:12.974705018-05:00  Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
2024-01-20T09:27:12.974761727-05:00  Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
2024-01-20T09:27:12.974814739-05:00  Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
2024-01-20T09:27:12.974860644-05:00  Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
2024-01-20T09:27:12.974905554-05:00  Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
2024-01-20T09:27:12.975058937-05:00  Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
2024-01-20T09:27:12.975122010-05:00  Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
2024-01-20T09:27:12.975179355-05:00  Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
2024-01-20T09:27:12.975234210-05:00  Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
2024-01-20T09:27:12.975289623-05:00  Update state (0x61) downloading, progress: 6.29 (267593592 / 4254720007)
2024-01-20T09:27:12.975377601-05:00  Update state (0x61) downloading, progress: 20.61 (877093294 / 4254720007)
2024-01-20T09:27:12.975438115-05:00  Update state (0x41) staging, progress: 31.85 (1354966587 / 4254720007)
2024-01-20T09:27:12.975493999-05:00  Update state (0x41) staging, progress: 46.61 (1983270798 / 4254720007)
2024-01-20T09:27:12.975550199-05:00  Update state (0x41) staging, progress: 55.08 (2343590004 / 4254720007)
2024-01-20T09:27:12.975632949-05:00  Update state (0x41) staging, progress: 61.97 (2636799398 / 4254720007)
2024-01-20T09:27:12.975689122-05:00  Update state (0x41) staging, progress: 79.33 (3375085929 / 4254720007)
2024-01-20T09:27:12.975743550-05:00  Update state (0x41) staging, progress: 84.77 (3606840716 / 4254720007)
2024-01-20T09:27:12.975797483-05:00  Update state (0x41) staging, progress: 94.00 (3999573104 / 4254720007)
2024-01-20T09:27:12.975881897-05:00  Update state (0x81) verifying update, progress: 7.03 (299010774 / 4254720007)
2024-01-20T09:27:12.975944428-05:00  Update state (0x81) verifying update, progress: 28.08 (1194515434 / 4254720007)
2024-01-20T09:27:12.976001117-05:00  Update state (0x81) verifying update, progress: 48.75 (2074151475 / 4254720007)
2024-01-20T09:27:12.976078198-05:00  Update state (0x81) verifying update, progress: 72.62 (3089662507 / 4254720007)
2024-01-20T09:27:12.976166392-05:00  Update state (0x81) verifying update, progress: 96.81 (4119180364 / 4254720007)
2024-01-20T09:27:12.976222012-05:00 Success! App '2394010' fully installed.
2024-01-20T09:27:13.184117037-05:00 ---Checking if configuration is in place---
2024-01-20T09:27:13.184166258-05:00 ---Configuration found, continuing...---
2024-01-20T09:27:13.184185135-05:00 ---Checking if PublicIP is in place---
2024-01-20T09:27:13.187275770-05:00 ---Prepare Server---
2024-01-20T09:27:13.188396323-05:00 chmod: changing permissions of '/serverdata': Operation not permitted
2024-01-20T09:27:13.188475082-05:00 chmod: changing permissions of '/serverdata/.wget-hsts': Operation not permitted
2024-01-20T09:27:13.188512012-05:00 chmod: changing permissions of '/serverdata/Steam': Operation not permitted
2024-01-20T09:27:13.188573206-05:00 chmod: changing permissions of '/serverdata/Steam/appcache': Operation not permitted
2024-01-20T09:27:13.188686986-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/packageinfo.vdf': Operation not permitted
2024-01-20T09:27:13.188726706-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache': Operation not permitted
2024-01-20T09:27:13.189063487-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/a0': Operation not permitted
2024-01-20T09:27:13.189149818-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/f7': Operation not permitted
2024-01-20T09:27:13.189241678-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/8c': Operation not permitted
2024-01-20T09:27:13.189326273-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/98': Operation not permitted
2024-01-20T09:27:13.189402606-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/01': Operation not permitted
2024-01-20T09:27:13.189491028-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/76': Operation not permitted
2024-01-20T09:27:13.189575953-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/92': Operation not permitted
2024-01-20T09:27:13.189659826-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/5e': Operation not permitted
2024-01-20T09:27:13.189728699-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/2b': Operation not permitted
2024-01-20T09:27:13.189820499-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/b8': Operation not permitted
2024-01-20T09:27:13.189886576-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/e5': Operation not permitted
2024-01-20T09:27:13.189981875-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/b2': Operation not permitted
2024-01-20T09:27:13.190059645-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/44': Operation not permitted
2024-01-20T09:27:13.190149828-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/33': Operation not permitted
2024-01-20T09:27:13.190230699-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/dd': Operation not permitted
2024-01-20T09:27:13.190309961-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/cc': Operation not permitted
2024-01-20T09:27:13.190404352-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/39': Operation not permitted
2024-01-20T09:27:13.190482672-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/0c': Operation not permitted
2024-01-20T09:27:13.190574287-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/7d': Operation not permitted
2024-01-20T09:27:13.190646230-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/18': Operation not permitted
2024-01-20T09:27:13.190739323-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/81': Operation not permitted
2024-01-20T09:27:13.190819983-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/ab': Operation not permitted
2024-01-20T09:27:13.190907255-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/fe': Operation not permitted
2024-01-20T09:27:13.191003303-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/12': Operation not permitted
2024-01-20T09:27:13.191102380-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/65': Operation not permitted
2024-01-20T09:27:13.191163270-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/d6': Operation not permitted
2024-01-20T09:27:13.191286896-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/c1': Operation not permitted
2024-01-20T09:27:13.191338387-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/4f': Operation not permitted
2024-01-20T09:27:13.191400300-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/3a': Operation not permitted
2024-01-20T09:27:13.191483761-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/57': Operation not permitted
2024-01-20T09:27:13.191557725-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/20': Operation not permitted
2024-01-20T09:27:13.191636482-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/27': Operation not permitted
2024-01-20T09:27:13.191701762-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/50': Operation not permitted
2024-01-20T09:27:13.191780427-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/c6': Operation not permitted
2024-01-20T09:27:13.191856173-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/d1': Operation not permitted
2024-01-20T09:27:13.191962190-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/3f': Operation not permitted
2024-01-20T09:27:13.192023553-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/4a': Operation not permitted
2024-01-20T09:27:13.192146643-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/86': Operation not permitted
2024-01-20T09:27:13.192201838-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/68': Operation not permitted
2024-01-20T09:27:13.192289876-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/fb': Operation not permitted
2024-01-20T09:27:13.192384406-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/ae': Operation not permitted
2024-01-20T09:27:13.192460256-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/62': Operation not permitted
2024-01-20T09:27:13.192525909-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/15': Operation not permitted
2024-01-20T09:27:13.192616925-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/7c': Operation not permitted
2024-01-20T09:27:13.192667025-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/0d': Operation not permitted
2024-01-20T09:27:13.192749015-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/34': Operation not permitted
2024-01-20T09:27:13.192831435-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/43': Operation not permitted
2024-01-20T09:27:13.192907427-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/cd': Operation not permitted
2024-01-20T09:27:13.192988579-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/dc': Operation not permitted
2024-01-20T09:27:13.193066726-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/49': Operation not permitted
2024-01-20T09:27:13.193130691-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/2e': Operation not permitted
2024-01-20T09:27:13.193185484-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/5b': Operation not permitted
2024-01-20T09:27:13.193261882-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/e8': Operation not permitted
2024-01-20T09:27:13.193328915-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/b5': Operation not permitted
2024-01-20T09:27:13.193396271-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/e2': Operation not permitted
2024-01-20T09:27:13.193469835-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/71': Operation not permitted
2024-01-20T09:27:13.193539246-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/06': Operation not permitted
2024-01-20T09:27:13.193613476-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/95': Operation not permitted
2024-01-20T09:27:13.193682660-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/f0': Operation not permitted
2024-01-20T09:27:13.193749958-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/a7': Operation not permitted
2024-01-20T09:27:13.193814913-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/8d': Operation not permitted
2024-01-20T09:27:13.193895773-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/91': Operation not permitted
2024-01-20T09:27:13.193974198-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/08': Operation not permitted
2024-01-20T09:27:13.194050591-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/75': Operation not permitted
2024-01-20T09:27:13.194114036-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/02': Operation not permitted
2024-01-20T09:27:13.194193105-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/f4': Operation not permitted
2024-01-20T09:27:13.194259479-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/a3': Operation not permitted
2024-01-20T09:27:13.194342157-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/6d': Operation not permitted
2024-01-20T09:27:13.194419889-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/1c': Operation not permitted
2024-01-20T09:27:13.194485940-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/a9': Operation not permitted
2024-01-20T09:27:13.194554804-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/30': Operation not permitted
2024-01-20T09:27:13.194625562-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/47': Operation not permitted
2024-01-20T09:27:13.194696903-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/b1': Operation not permitted
2024-01-20T09:27:13.194763985-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/e6': Operation not permitted
2024-01-20T09:27:13.194830833-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/2a': Operation not permitted
2024-01-20T09:27:13.194908307-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/5f': Operation not permitted
2024-01-20T09:27:13.194981880-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/66': Operation not permitted
2024-01-20T09:27:13.195069006-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/11': Operation not permitted
2024-01-20T09:27:13.195144421-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/88': Operation not permitted
2024-01-20T09:27:13.195203305-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/ff': Operation not permitted
2024-01-20T09:27:13.195282818-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/aa': Operation not permitted
2024-01-20T09:27:13.195342646-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/82': Operation not permitted
2024-01-20T09:27:13.195393916-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/9c': Operation not permitted
2024-01-20T09:27:13.195461225-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/23': Operation not permitted
2024-01-20T09:27:13.195556151-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/54': Operation not permitted
2024-01-20T09:27:13.195626566-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/29': Operation not permitted
2024-01-20T09:27:13.195699213-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/bc': Operation not permitted
2024-01-20T09:27:13.195781663-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/ed': Operation not permitted
2024-01-20T09:27:13.195856495-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/c8': Operation not permitted
2024-01-20T09:27:13.195932836-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/3b': Operation not permitted
2024-01-20T09:27:13.195990601-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/4e': Operation not permitted
2024-01-20T09:27:13.196069160-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/c2': Operation not permitted
2024-01-20T09:27:13.196117883-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/d5': Operation not permitted
2024-01-20T09:27:13.196201561-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/d8': Operation not permitted
2024-01-20T09:27:13.196269738-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/4b': Operation not permitted
2024-01-20T09:27:13.196337323-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/3e': Operation not permitted
2024-01-20T09:27:13.196415059-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/d2': Operation not permitted
2024-01-20T09:27:13.196483107-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/c5': Operation not permitted
2024-01-20T09:27:13.196552903-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/53': Operation not permitted
2024-01-20T09:27:13.196614390-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/24': Operation not permitted
2024-01-20T09:27:13.196675762-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/59': Operation not permitted
2024-01-20T09:27:13.196745528-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/ec': Operation not permitted
2024-01-20T09:27:13.196807988-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/bd': Operation not permitted
2024-01-20T09:27:13.196876724-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/9d': Operation not permitted
2024-01-20T09:27:13.196955878-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/16': Operation not permitted
2024-01-20T09:27:13.197017788-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/61': Operation not permitted
2024-01-20T09:27:13.197069742-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/af': Operation not permitted
2024-01-20T09:27:13.197138246-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/fa': Operation not permitted
2024-01-20T09:27:13.197209614-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/85': Operation not permitted
2024-01-20T09:27:13.197281395-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/e1': Operation not permitted
2024-01-20T09:27:13.197350160-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/b6': Operation not permitted
2024-01-20T09:27:13.197455846-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/5a': Operation not permitted
2024-01-20T09:27:13.197524038-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/2f': Operation not permitted
2024-01-20T09:27:13.197577464-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/40': Operation not permitted
2024-01-20T09:27:13.197621864-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/37': Operation not permitted
2024-01-20T09:27:13.197692288-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/a4': Operation not permitted
2024-01-20T09:27:13.197751337-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/f3': Operation not permitted
2024-01-20T09:27:13.197824813-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/1d': Operation not permitted
2024-01-20T09:27:13.197895036-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/6c': Operation not permitted
2024-01-20T09:27:13.197955322-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/f9': Operation not permitted
2024-01-20T09:27:13.198017716-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/78': Operation not permitted
2024-01-20T09:27:13.198076413-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/96': Operation not permitted
2024-01-20T09:27:13.198145717-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/05': Operation not permitted
2024-01-20T09:27:13.198206231-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/72': Operation not permitted
2024-01-20T09:27:13.198277262-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/db': Operation not permitted
2024-01-20T09:27:13.198344635-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/ce': Operation not permitted
2024-01-20T09:27:13.198407670-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/48': Operation not permitted
2024-01-20T09:27:13.198459564-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/42': Operation not permitted
2024-01-20T09:27:13.198519933-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/35': Operation not permitted
2024-01-20T09:27:13.198567149-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/e3': Operation not permitted
2024-01-20T09:27:13.198635260-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/b4': Operation not permitted
2024-01-20T09:27:13.198697269-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/5c': Operation not permitted
2024-01-20T09:27:13.198779782-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/2d': Operation not permitted
2024-01-20T09:27:13.198833933-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/e9': Operation not permitted
2024-01-20T09:27:13.198876307-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/94': Operation not permitted
2024-01-20T09:27:13.198928593-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/07': Operation not permitted
2024-01-20T09:27:13.198977152-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/70': Operation not permitted
2024-01-20T09:27:13.199062451-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/a6': Operation not permitted
2024-01-20T09:27:13.199124897-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/f1': Operation not permitted
2024-01-20T09:27:13.199192908-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/8e': Operation not permitted
2024-01-20T09:27:13.199245299-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/1f': Operation not permitted
2024-01-20T09:27:13.199306805-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/6a': Operation not permitted
2024-01-20T09:27:13.199357393-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/51': Operation not permitted
2024-01-20T09:27:13.199444364-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/26': Operation not permitted
2024-01-20T09:27:13.199488215-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/ea': Operation not permitted
2024-01-20T09:27:13.199577080-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/bf': Operation not permitted
2024-01-20T09:27:13.199621460-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/d0': Operation not permitted
2024-01-20T09:27:13.199703299-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/c7': Operation not permitted
2024-01-20T09:27:13.199752093-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/14': Operation not permitted
2024-01-20T09:27:13.199817342-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/63': Operation not permitted
2024-01-20T09:27:13.199870307-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/87': Operation not permitted
2024-01-20T09:27:13.199941413-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/69': Operation not permitted
2024-01-20T09:27:13.200015357-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/ad': Operation not permitted
2024-01-20T09:27:13.200116378-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/fc': Operation not permitted
2024-01-20T09:27:13.200183797-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/0e': Operation not permitted
2024-01-20T09:27:13.200248011-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/7b': Operation not permitted
2024-01-20T09:27:13.200294054-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/9f': Operation not permitted
2024-01-20T09:27:13.200356714-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/7e': Operation not permitted
2024-01-20T09:27:13.200404040-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/0b': Operation not permitted
2024-01-20T09:27:13.200492702-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/9a': Operation not permitted
2024-01-20T09:27:13.200536227-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/64': Operation not permitted
2024-01-20T09:27:13.200610590-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/13': Operation not permitted
2024-01-20T09:27:13.200683028-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/19': Operation not permitted
2024-01-20T09:27:13.200750281-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/80': Operation not permitted
2024-01-20T09:27:13.200808314-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/fd': Operation not permitted
2024-01-20T09:27:13.200848553-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/ac': Operation not permitted
2024-01-20T09:27:13.200913273-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/c0': Operation not permitted
2024-01-20T09:27:13.200973419-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/d7': Operation not permitted
2024-01-20T09:27:13.201035455-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/21': Operation not permitted
2024-01-20T09:27:13.201098396-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/56': Operation not permitted
2024-01-20T09:27:13.201170436-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/ba': Operation not permitted
2024-01-20T09:27:13.201225705-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/ef': Operation not permitted
2024-01-20T09:27:13.201287141-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/f6': Operation not permitted
2024-01-20T09:27:13.201345991-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/a1': Operation not permitted
2024-01-20T09:27:13.201403792-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/8b': Operation not permitted
2024-01-20T09:27:13.201471037-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/6f': Operation not permitted
2024-01-20T09:27:13.201544066-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/1a': Operation not permitted
2024-01-20T09:27:13.201621955-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/93': Operation not permitted
2024-01-20T09:27:13.201672276-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/99': Operation not permitted
2024-01-20T09:27:13.201734534-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/77': Operation not permitted
2024-01-20T09:27:13.201785543-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/00': Operation not permitted
2024-01-20T09:27:13.201846879-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/b3': Operation not permitted
2024-01-20T09:27:13.201921758-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/e4': Operation not permitted
2024-01-20T09:27:13.201990772-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/2c': Operation not permitted
2024-01-20T09:27:13.202070236-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/5d': Operation not permitted
2024-01-20T09:27:13.202120643-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/b9': Operation not permitted
2024-01-20T09:27:13.202184643-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/cb': Operation not permitted
2024-01-20T09:27:13.202236435-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/de': Operation not permitted
2024-01-20T09:27:13.202306289-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/38': Operation not permitted
2024-01-20T09:27:13.202365564-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/32': Operation not permitted
2024-01-20T09:27:13.202468493-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/45': Operation not permitted
2024-01-20T09:27:13.202513971-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/b7': Operation not permitted
2024-01-20T09:27:13.202557769-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/e0': Operation not permitted
2024-01-20T09:27:13.202618231-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/36': Operation not permitted
2024-01-20T09:27:13.202674874-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/41': Operation not permitted
2024-01-20T09:27:13.202734228-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/cf': Operation not permitted
2024-01-20T09:27:13.202799794-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/da': Operation not permitted
2024-01-20T09:27:13.202851234-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/6b': Operation not permitted
2024-01-20T09:27:13.202918746-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/1e': Operation not permitted
2024-01-20T09:27:13.202993423-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/f8': Operation not permitted
2024-01-20T09:27:13.203035501-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/8f': Operation not permitted
2024-01-20T09:27:13.203091359-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/f2': Operation not permitted
2024-01-20T09:27:13.203146760-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/a5': Operation not permitted
2024-01-20T09:27:13.203210871-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/73': Operation not permitted
2024-01-20T09:27:13.203256543-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/04': Operation not permitted
2024-01-20T09:27:13.203329717-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/79': Operation not permitted
2024-01-20T09:27:13.203404940-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/97': Operation not permitted
2024-01-20T09:27:13.203470500-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/c4': Operation not permitted
2024-01-20T09:27:13.203520403-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/d3': Operation not permitted
2024-01-20T09:27:13.203570460-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/d9': Operation not permitted
2024-01-20T09:27:13.203629513-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/3d': Operation not permitted
2024-01-20T09:27:13.203680966-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/4c': Operation not permitted
2024-01-20T09:27:13.203733542-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/58': Operation not permitted
2024-01-20T09:27:13.203790258-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/be': Operation not permitted
2024-01-20T09:27:13.203859887-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/eb': Operation not permitted
2024-01-20T09:27:13.203907193-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/25': Operation not permitted
2024-01-20T09:27:13.203961824-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/52': Operation not permitted
2024-01-20T09:27:13.204029703-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/9e': Operation not permitted
2024-01-20T09:27:13.204096308-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/7a': Operation not permitted
2024-01-20T09:27:13.204153149-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/0f': Operation not permitted
2024-01-20T09:27:13.204210868-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/84': Operation not permitted
2024-01-20T09:27:13.204270293-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/60': Operation not permitted
2024-01-20T09:27:13.204323511-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/17': Operation not permitted
2024-01-20T09:27:13.204371531-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/83': Operation not permitted
2024-01-20T09:27:13.204417961-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/10': Operation not permitted
2024-01-20T09:27:13.204475911-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/67': Operation not permitted
2024-01-20T09:27:13.204529114-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/89': Operation not permitted
2024-01-20T09:27:13.204597226-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/9b': Operation not permitted
2024-01-20T09:27:13.204656470-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/0a': Operation not permitted
2024-01-20T09:27:13.204706868-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/7f': Operation not permitted
2024-01-20T09:27:13.204762929-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/28': Operation not permitted
2024-01-20T09:27:13.204816479-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/ee': Operation not permitted
2024-01-20T09:27:13.204884707-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/bb': Operation not permitted
2024-01-20T09:27:13.204942976-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/55': Operation not permitted
2024-01-20T09:27:13.204997390-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/22': Operation not permitted
2024-01-20T09:27:13.205068198-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/d4': Operation not permitted
2024-01-20T09:27:13.205128645-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/c3': Operation not permitted
2024-01-20T09:27:13.205196244-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/c9': Operation not permitted
2024-01-20T09:27:13.205240807-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/4d': Operation not permitted
2024-01-20T09:27:13.205300954-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/3c': Operation not permitted
2024-01-20T09:27:13.205348844-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/03': Operation not permitted
2024-01-20T09:27:13.205403777-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/74': Operation not permitted
2024-01-20T09:27:13.205454690-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/90': Operation not permitted
2024-01-20T09:27:13.205512919-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/09': Operation not permitted
2024-01-20T09:27:13.205564179-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/1b': Operation not permitted
2024-01-20T09:27:13.205620947-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/6e': Operation not permitted
2024-01-20T09:27:13.205685943-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/a8': Operation not permitted
2024-01-20T09:27:13.205738535-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/8a': Operation not permitted
2024-01-20T09:27:13.205803013-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/a2': Operation not permitted
2024-01-20T09:27:13.205855161-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/f5': Operation not permitted
2024-01-20T09:27:13.205912539-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/46': Operation not permitted
2024-01-20T09:27:13.205971401-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/31': Operation not permitted
2024-01-20T09:27:13.206040095-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/df': Operation not permitted
2024-01-20T09:27:13.206098019-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/ca': Operation not permitted
2024-01-20T09:27:13.206152781-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/e7': Operation not permitted
2024-01-20T09:27:13.206207899-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/httpcache/b0': Operation not permitted
2024-01-20T09:27:13.206260689-05:00 chmod: changing permissions of '/serverdata/Steam/appcache/appinfo.vdf': Operation not permitted
2024-01-20T09:27:13.206289917-05:00 chmod: changing permissions of '/serverdata/Steam/config': Operation not permitted
2024-01-20T09:27:13.206323020-05:00 chmod: changing permissions of '/serverdata/Steam/config/config.vdf': Operation not permitted
2024-01-20T09:27:13.206380630-05:00 chmod: changing permissions of '/serverdata/Steam/config/libraryfolders.vdf': Operation not permitted
2024-01-20T09:27:13.206396357-05:00 chmod: changing permissions of '/serverdata/Steam/logs': Operation not permitted
2024-01-20T09:27:13.206450433-05:00 chmod: changing permissions of '/serverdata/Steam/logs/bootstrap_log.txt': Operation not permitted
2024-01-20T09:27:13.206467205-05:00 chmod: changing permissions of '/serverdata/Steam/logs/systemdockmanager.txt': Operation not permitted
2024-01-20T09:27:13.206512801-05:00 chmod: changing permissions of '/serverdata/Steam/logs/compat_log.txt': Operation not permitted
2024-01-20T09:27:13.206527063-05:00 chmod: changing permissions of '/serverdata/Steam/logs/connection_log_8211.txt': Operation not permitted
2024-01-20T09:27:13.206539013-05:00 chmod: changing permissions of '/serverdata/Steam/logs/sitelicense_steamcmd.txt': Operation not permitted
2024-01-20T09:27:13.206550745-05:00 chmod: changing permissions of '/serverdata/Steam/logs/connection_log.txt': Operation not permitted
2024-01-20T09:27:13.206577900-05:00 chmod: changing permissions of '/serverdata/Steam/logs/workshop_log.txt': Operation not permitted
2024-01-20T09:27:13.206588721-05:00 chmod: changing permissions of '/serverdata/Steam/logs/systemdisplaymanager.txt': Operation not permitted
2024-01-20T09:27:13.206605888-05:00 chmod: changing permissions of '/serverdata/Steam/logs/content_log.txt': Operation not permitted
2024-01-20T09:27:13.206645254-05:00 chmod: changing permissions of '/serverdata/Steam/logs/configstore_log.txt': Operation not permitted
2024-01-20T09:27:13.206659113-05:00 chmod: changing permissions of '/serverdata/Steam/logs/stderr.txt': Operation not permitted
2024-01-20T09:27:13.206676142-05:00 chmod: changing permissions of '/serverdata/Steam/logs/appinfo_log.txt': Operation not permitted
2024-01-20T09:27:13.206688623-05:00 chmod: changing permissions of '/serverdata/Steam/logs/shader_log.txt': Operation not permitted
2024-01-20T09:27:13.206714186-05:00 chmod: changing permissions of '/serverdata/Steam/logs/systemmanager.txt': Operation not permitted
2024-01-20T09:27:13.206727120-05:00 chmod: changing permissions of '/serverdata/Steam/logs/systemaudiomanager.txt': Operation not permitted
2024-01-20T09:27:13.206742159-05:00 chmod: changing permissions of '/serverdata/Steam/logs/systemperfmanager.txt': Operation not permitted
2024-01-20T09:27:13.206761509-05:00 chmod: changing permissions of '/serverdata/Steam/steamapps': Operation not permitted
2024-01-20T09:27:13.207016759-05:00 chmod: changing permissions of '/serverdata/Steam/steamapps/libraryfolders.vdf': Operation not permitted
2024-01-20T09:27:13.207036618-05:00 chmod: changing permissions of '/serverdata/Steam/userdata': Operation not permitted
2024-01-20T09:27:13.207049188-05:00 chmod: changing permissions of '/serverdata/Steam/userdata/anonymous': Operation not permitted
2024-01-20T09:27:13.207063561-05:00 chmod: changing permissions of '/serverdata/Steam/userdata/anonymous/config': Operation not permitted
2024-01-20T09:27:13.207071054-05:00 chmod: changing permissions of '/serverdata/Steam/userdata/anonymous/config/localconfig.vdf': Operation not permitted
2024-01-20T09:27:13.207077755-05:00 chmod: changing permissions of '/serverdata/Steam/depotcache': Operation not permitted
2024-01-20T09:27:13.207089438-05:00 chmod: changing permissions of '/serverdata/Steam/depotcache/2394012_4603741190199642564.manifest': Operation not permitted
2024-01-20T09:27:13.207100368-05:00 chmod: changing permissions of '/serverdata/Steam/depotcache/1006_4884950798805348056.manifest': Operation not permitted
2024-01-20T09:27:13.207110762-05:00 chmod: changing permissions of '/serverdata/Steam/depotcache/2394012_8411479797549010783.manifest': Operation not permitted
2024-01-20T09:27:13.207123113-05:00 chmod: changing permissions of '/serverdata/serverfiles': Operation not permitted
2024-01-20T09:27:13.207133328-05:00 chmod: changing permissions of '/serverdata/serverfiles/PalServer.sh': Operation not permitted
2024-01-20T09:27:13.207143903-05:00 chmod: changing permissions of '/serverdata/serverfiles/Manifest_DebugFiles_Linux.txt': Operation not permitted
2024-01-20T09:27:13.207167623-05:00 chmod: changing permissions of '/serverdata/serverfiles/steamapps': Operation not permitted
2024-01-20T09:27:13.207192570-05:00 chmod: changing permissions of '/serverdata/serverfiles/steamapps/downloading': Operation not permitted
2024-01-20T09:27:13.207243220-05:00 chmod: changing permissions of '/serverdata/serverfiles/steamapps/appmanifest_2394010.acf': Operation not permitted
2024-01-20T09:27:13.207269754-05:00 chmod: changing permissions of '/serverdata/serverfiles/steamapps/temp': Operation not permitted
2024-01-20T09:27:13.207297707-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine': Operation not permitted
2024-01-20T09:27:13.207366543-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Content': Operation not permitted
2024-01-20T09:27:13.207417405-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Content/SlateDebug': Operation not permitted
2024-01-20T09:27:13.207470081-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Content/SlateDebug/Fonts': Operation not permitted
2024-01-20T09:27:13.207532209-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Content/SlateDebug/Fonts/LastResort.ttf': Operation not permitted
2024-01-20T09:27:13.207551492-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Content/SlateDebug/Fonts/LastResort.tps': Operation not permitted
2024-01-20T09:27:13.207568877-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Binaries': Operation not permitted
2024-01-20T09:27:13.207620707-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Binaries/Linux': Operation not permitted
2024-01-20T09:27:13.207668909-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Binaries/Linux/CrashReportClient': Operation not permitted
2024-01-20T09:27:13.207691659-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Binaries/Linux/CrashReportClient.debug': Operation not permitted
2024-01-20T09:27:13.207720957-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Binaries/Linux/libEOSSDK-Linux-Shipping.so': Operation not permitted
2024-01-20T09:27:13.207733939-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Binaries/Linux/CrashReportClient.sym': Operation not permitted
2024-01-20T09:27:13.207769727-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Binaries/ThirdParty': Operation not permitted
2024-01-20T09:27:13.207807159-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Binaries/ThirdParty/Steamworks': Operation not permitted
2024-01-20T09:27:13.207867326-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Binaries/ThirdParty/Steamworks/Steamv153': Operation not permitted
2024-01-20T09:27:13.207928130-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Binaries/ThirdParty/Steamworks/Steamv153/x86_64-unknown-linux-gnu': Operation not permitted
2024-01-20T09:27:13.208000774-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Binaries/ThirdParty/Steamworks/Steamv153/x86_64-unknown-linux-gnu/libsteam_api.so': Operation not permitted
2024-01-20T09:27:13.208063386-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Saved': Operation not permitted
2024-01-20T09:27:13.208098778-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Saved/Config': Operation not permitted
2024-01-20T09:27:13.208149272-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Saved/Config/LinuxServer': Operation not permitted
2024-01-20T09:27:13.208219315-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Saved/Config/LinuxServer/Manifest.ini': Operation not permitted
2024-01-20T09:27:13.208235133-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Programs': Operation not permitted
2024-01-20T09:27:13.208301860-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Programs/CrashReportClient': Operation not permitted
2024-01-20T09:27:13.208353427-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Programs/CrashReportClient/Content': Operation not permitted
2024-01-20T09:27:13.208418832-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Programs/CrashReportClient/Content/Paks': Operation not permitted
2024-01-20T09:27:13.208458947-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Programs/CrashReportClient/Content/Paks/CrashReportClient.pak': Operation not permitted
2024-01-20T09:27:13.208496092-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Extras': Operation not permitted
2024-01-20T09:27:13.208544539-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Extras/GPUDumpViewer': Operation not permitted
2024-01-20T09:27:13.208627770-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Extras/GPUDumpViewer/OpenGPUDumpViewer.sh': Operation not permitted
2024-01-20T09:27:13.208655660-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Extras/GPUDumpViewer/GPUDumpViewer.html': Operation not permitted
2024-01-20T09:27:13.208675516-05:00 chmod: changing permissions of '/serverdata/serverfiles/Engine/Extras/GPUDumpViewer/OpenGPUDumpViewer.bat': Operation not permitted
2024-01-20T09:27:13.208692456-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal': Operation not permitted
2024-01-20T09:27:13.208722357-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Binaries': Operation not permitted
2024-01-20T09:27:13.208784600-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Binaries/Linux': Operation not permitted
2024-01-20T09:27:13.208822922-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Binaries/Linux/PalServer-Linux-Test.sym': Operation not permitted
2024-01-20T09:27:13.208867134-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Binaries/Linux/PalServer-Linux-Test': Operation not permitted
2024-01-20T09:27:13.208884005-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Binaries/Linux/PalServer-Linux-Test.debug': Operation not permitted
2024-01-20T09:27:13.208946114-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Content': Operation not permitted
2024-01-20T09:27:13.208973307-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Content/Paks': Operation not permitted
2024-01-20T09:27:13.209009670-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Content/Paks/Pal-LinuxServer.pak': Operation not permitted
2024-01-20T09:27:13.209025912-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Intermediate': Operation not permitted
2024-01-20T09:27:13.209073058-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins': Operation not permitted
2024-01-20T09:27:13.209123263-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise': Operation not permitted
2024-01-20T09:27:13.209189539-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty': Operation not permitted
2024-01-20T09:27:13.209254144-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64': Operation not permitted
2024-01-20T09:27:13.209305267-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release': Operation not permitted
2024-01-20T09:27:13.209356747-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin': Operation not permitted
2024-01-20T09:27:13.209431074-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libAkAudioInput.so': Operation not permitted
2024-01-20T09:27:13.209466126-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libAkGuitarDistortion.so': Operation not permitted
2024-01-20T09:27:13.209486013-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libAkSineTone.so': Operation not permitted
2024-01-20T09:27:13.209497360-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libAuro.so': Operation not permitted
2024-01-20T09:27:13.209533083-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libAkPeakLimiter.so': Operation not permitted
2024-01-20T09:27:13.209553587-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libAkHarmonizer.so': Operation not permitted
2024-01-20T09:27:13.209577577-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libAkExpander.so': Operation not permitted
2024-01-20T09:27:13.209638666-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libAkParametricEQ.so': Operation not permitted
2024-01-20T09:27:13.209653932-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libAkReflect.so': Operation not permitted
2024-01-20T09:27:13.209676749-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libAkPitchShifter.so': Operation not permitted
2024-01-20T09:27:13.209688817-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libAkDelay.so': Operation not permitted
2024-01-20T09:27:13.209721229-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libAkTremolo.so': Operation not permitted
2024-01-20T09:27:13.209736497-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libAkMatrixReverb.so': Operation not permitted
2024-01-20T09:27:13.209747115-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libAkRoomVerb.so': Operation not permitted
2024-01-20T09:27:13.209778773-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libiZotope.so': Operation not permitted
2024-01-20T09:27:13.209791213-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libAkFlanger.so': Operation not permitted
2024-01-20T09:27:13.209801590-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libAkGain.so': Operation not permitted
2024-01-20T09:27:13.209832337-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libAkSynthOne.so': Operation not permitted
2024-01-20T09:27:13.209850599-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libAkSoundSeedImpact.so': Operation not permitted
2024-01-20T09:27:13.209886892-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libAkToneGen.so': Operation not permitted
2024-01-20T09:27:13.209905207-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libAkRecorder.so': Operation not permitted
2024-01-20T09:27:13.209915154-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libAkSoundSeedAir.so': Operation not permitted
2024-01-20T09:27:13.209945082-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libMcDSP.so': Operation not permitted
2024-01-20T09:27:13.209960583-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libAkStereoDelay.so': Operation not permitted
2024-01-20T09:27:13.209972621-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libAkSilenceGenerator.so': Operation not permitted
2024-01-20T09:27:13.209991110-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libMasteringSuite.so': Operation not permitted
2024-01-20T09:27:13.210018409-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libAkCompressor.so': Operation not permitted
2024-01-20T09:27:13.210040689-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Plugins/Wwise/ThirdParty/Linux_x64/Release/bin/libAkTimeStretch.so': Operation not permitted
2024-01-20T09:27:13.210059233-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved': Operation not permitted
2024-01-20T09:27:13.210073275-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config': Operation not permitted
2024-01-20T09:27:13.210092145-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/CrashReportClient': Operation not permitted
2024-01-20T09:27:13.210108187-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/CrashReportClient/UECC-Linux-4F99A8DF6945492E921991391E0F3304': Operation not permitted
2024-01-20T09:27:13.210142133-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/CrashReportClient/UECC-Linux-4F99A8DF6945492E921991391E0F3304/CrashReportClient.ini': Operation not permitted
2024-01-20T09:27:13.210177389-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/CrashReportClient/UECC-Linux-0C7092F3B58645C69CA35ED78CFD5734': Operation not permitted
2024-01-20T09:27:13.210223649-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/CrashReportClient/UECC-Linux-0C7092F3B58645C69CA35ED78CFD5734/CrashReportClient.ini': Operation not permitted
2024-01-20T09:27:13.210255928-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/CrashReportClient/UECC-Linux-F509140954154A68993555373B0D7349': Operation not permitted
2024-01-20T09:27:13.210345855-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/CrashReportClient/UECC-Linux-F509140954154A68993555373B0D7349/CrashReportClient.ini': Operation not permitted
2024-01-20T09:27:13.210362699-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer': Operation not permitted
2024-01-20T09:27:13.210407835-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/Synthesis.ini': Operation not permitted
2024-01-20T09:27:13.210462000-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/Compat.ini': Operation not permitted
2024-01-20T09:27:13.210481660-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/Niagara.ini': Operation not permitted
2024-01-20T09:27:13.210520081-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/Metasound.ini': Operation not permitted
2024-01-20T09:27:13.210532992-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/FullBodyIK.ini': Operation not permitted
2024-01-20T09:27:13.210557333-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/DatasmithContent.ini': Operation not permitted
2024-01-20T09:27:13.210584389-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/MediaIOFramework.ini': Operation not permitted
2024-01-20T09:27:13.210596845-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/Input.ini': Operation not permitted
2024-01-20T09:27:13.210619335-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/VariantManagerContent.ini': Operation not permitted
2024-01-20T09:27:13.210653098-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/GameUserSettings.ini': Operation not permitted
2024-01-20T09:27:13.210666063-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini': Operation not permitted
2024-01-20T09:27:13.210698085-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/LiveLinkCamera.ini': Operation not permitted
2024-01-20T09:27:13.210723515-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/ControlRig.ini': Operation not permitted
2024-01-20T09:27:13.210737391-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/Wwise.ini': Operation not permitted
2024-01-20T09:27:13.210747564-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/ImGui.ini': Operation not permitted
2024-01-20T09:27:13.210772919-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/DeviceProfiles.ini': Operation not permitted
2024-01-20T09:27:13.210784942-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/CameraCalibrationCore.ini': Operation not permitted
2024-01-20T09:27:13.210794933-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/RuntimeOptions.ini': Operation not permitted
2024-01-20T09:27:13.210812202-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/EditorScriptingUtilities.ini': Operation not permitted
2024-01-20T09:27:13.210826901-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/EnhancedInput.ini': Operation not permitted
2024-01-20T09:27:13.210837523-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/ConcertSyncCore.ini': Operation not permitted
2024-01-20T09:27:13.210854716-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/Composure.ini': Operation not permitted
2024-01-20T09:27:13.210864965-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/Paper2D.ini': Operation not permitted
2024-01-20T09:27:13.210882640-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/LiveLink.ini': Operation not permitted
2024-01-20T09:27:13.210897257-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/Scalability.ini': Operation not permitted
2024-01-20T09:27:13.210926303-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/GLTFExporter.ini': Operation not permitted
2024-01-20T09:27:13.210951248-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/ApexDestruction.ini': Operation not permitted
2024-01-20T09:27:13.210967533-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/GameplayTags.ini': Operation not permitted
2024-01-20T09:27:13.210977482-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/Game.ini': Operation not permitted
2024-01-20T09:27:13.210997195-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/CommonUI.ini': Operation not permitted
2024-01-20T09:27:13.211008853-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/Hardware.ini': Operation not permitted
2024-01-20T09:27:13.211026629-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/Config/LinuxServer/Engine.ini': Operation not permitted
2024-01-20T09:27:13.211038928-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/SaveGames': Operation not permitted
2024-01-20T09:27:13.211065730-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/SaveGames/0': Operation not permitted
2024-01-20T09:27:13.211086396-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/SaveGames/0/E27339980E9A495C889D7CA1C6EC844C': Operation not permitted
2024-01-20T09:27:13.211166413-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/SaveGames/0/E27339980E9A495C889D7CA1C6EC844C/Level.sav': Operation not permitted
2024-01-20T09:27:13.211196682-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/SaveGames/0/E27339980E9A495C889D7CA1C6EC844C/LevelMeta.sav': Operation not permitted
2024-01-20T09:27:13.211212254-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/ImGui': Operation not permitted
2024-01-20T09:27:13.211257277-05:00 chmod: changing permissions of '/serverdata/serverfiles/Pal/Saved/ImGui/Game.ini': Operation not permitted
2024-01-20T09:27:13.211284871-05:00 chmod: changing permissions of '/serverdata/serverfiles/steamclient.so': Operation not permitted
2024-01-20T09:27:13.211305399-05:00 chmod: changing permissions of '/serverdata/serverfiles/linux64': Operation not permitted
2024-01-20T09:27:13.211347515-05:00 chmod: changing permissions of '/serverdata/serverfiles/linux64/steamclient.so': Operation not permitted
2024-01-20T09:27:13.211370354-05:00 chmod: changing permissions of '/serverdata/serverfiles/Manifest_NonUFSFiles_Linux.txt': Operation not permitted
2024-01-20T09:27:13.211393018-05:00 chmod: changing permissions of '/serverdata/serverfiles/Manifest_UFSFiles_Linux.txt': Operation not permitted
2024-01-20T09:27:13.211405658-05:00 chmod: changing permissions of '/serverdata/steamcmd': Operation not permitted
2024-01-20T09:27:13.211512256-05:00 chmod: changing permissions of '/serverdata/steamcmd/linux32': Operation not permitted
2024-01-20T09:27:13.211556449-05:00 chmod: changing permissions of '/serverdata/steamcmd/linux32/steamclient.so': Operation not permitted
2024-01-20T09:27:13.211582295-05:00 chmod: changing permissions of '/serverdata/steamcmd/linux32/steamerrorreporter': Operation not permitted
2024-01-20T09:27:13.211600603-05:00 chmod: changing permissions of '/serverdata/steamcmd/linux32/steamcmd': Operation not permitted
2024-01-20T09:27:13.211625309-05:00 chmod: changing permissions of '/serverdata/steamcmd/linux32/libvstdlib_s.so': Operation not permitted
2024-01-20T09:27:13.211637778-05:00 chmod: changing permissions of '/serverdata/steamcmd/linux32/steamconsole.so': Operation not permitted
2024-01-20T09:27:13.211646704-05:00 chmod: changing permissions of '/serverdata/steamcmd/linux32/crashhandler.so': Operation not permitted
2024-01-20T09:27:13.211661007-05:00 chmod: changing permissions of '/serverdata/steamcmd/linux32/libstdc++.so.6': Operation not permitted
2024-01-20T09:27:13.211682421-05:00 chmod: changing permissions of '/serverdata/steamcmd/linux32/libtier0_s.so': Operation not permitted
2024-01-20T09:27:13.211692546-05:00 chmod: changing permissions of '/serverdata/steamcmd/linux64': Operation not permitted
2024-01-20T09:27:13.211713742-05:00 chmod: changing permissions of '/serverdata/steamcmd/linux64/steamclient.so': Operation not permitted
2024-01-20T09:27:13.211749525-05:00 chmod: changing permissions of '/serverdata/steamcmd/package': Operation not permitted
2024-01-20T09:27:13.211847083-05:00 chmod: changing permissions of '/serverdata/steamcmd/package/steam_cmd_linux.manifest': Operation not permitted
2024-01-20T09:27:13.211863465-05:00 chmod: changing permissions of '/serverdata/steamcmd/package/steamcmd_linux.zip.vz.7240b7c972c7b0b1bf317c7b6d6399caea325644_2357065': Operation not permitted
2024-01-20T09:27:13.211895315-05:00 chmod: changing permissions of '/serverdata/steamcmd/package/steamcmd_bins_linux.zip.vz.db766f27e207c71b2a7f366251a069d0206e29e5_19586483': Operation not permitted
2024-01-20T09:27:13.211913065-05:00 chmod: changing permissions of '/serverdata/steamcmd/package/steamcmd_siteserverui_linux.zip.vz.b3f91662dd4fe403988c5df2eeae97ce7c7bc607_39222306': Operation not permitted
2024-01-20T09:27:13.211931104-05:00 chmod: changing permissions of '/serverdata/steamcmd/package/steamcmd_public_all.zip.e1efdc838a48f0bbbdb18c1a62eb3a4ee112c965': Operation not permitted
2024-01-20T09:27:13.211960051-05:00 chmod: changing permissions of '/serverdata/steamcmd/package/steam_cmd_linux.installed': Operation not permitted
2024-01-20T09:27:13.211974414-05:00 chmod: changing permissions of '/serverdata/steamcmd/public': Operation not permitted
2024-01-20T09:27:13.212019702-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_brazilian.txt': Operation not permitted
2024-01-20T09:27:13.212070017-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_danish.txt': Operation not permitted
2024-01-20T09:27:13.212097873-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_indonesian.txt': Operation not permitted
2024-01-20T09:27:13.212323107-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_italian.txt': Operation not permitted
2024-01-20T09:27:13.212351772-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_koreana.txt': Operation not permitted
2024-01-20T09:27:13.212364946-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_romanian.txt': Operation not permitted
2024-01-20T09:27:13.212379793-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_greek.txt': Operation not permitted
2024-01-20T09:27:13.212392139-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_tchinese.txt': Operation not permitted
2024-01-20T09:27:13.212414018-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_latam.txt': Operation not permitted
2024-01-20T09:27:13.212426589-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_polish.txt': Operation not permitted
2024-01-20T09:27:13.212437955-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_hungarian.txt': Operation not permitted
2024-01-20T09:27:13.212458477-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_turkish.txt': Operation not permitted
2024-01-20T09:27:13.212471147-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_schinese.txt': Operation not permitted
2024-01-20T09:27:13.212483774-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_korean.txt': Operation not permitted
2024-01-20T09:27:13.212504301-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_vietnamese.txt': Operation not permitted
2024-01-20T09:27:13.212516533-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_swedish.txt': Operation not permitted
2024-01-20T09:27:13.212528578-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_portuguese.txt': Operation not permitted
2024-01-20T09:27:13.212558675-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_norwegian.txt': Operation not permitted
2024-01-20T09:27:13.212571103-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_english.txt': Operation not permitted
2024-01-20T09:27:13.212590491-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_japanese.txt': Operation not permitted
2024-01-20T09:27:13.212620450-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_dutch.txt': Operation not permitted
2024-01-20T09:27:13.212632913-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_russian.txt': Operation not permitted
2024-01-20T09:27:13.212644243-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_german.txt': Operation not permitted
2024-01-20T09:27:13.212665461-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_finnish.txt': Operation not permitted
2024-01-20T09:27:13.212678065-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_thai.txt': Operation not permitted
2024-01-20T09:27:13.212690337-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_french.txt': Operation not permitted
2024-01-20T09:27:13.212701376-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_spanish.txt': Operation not permitted
2024-01-20T09:27:13.212720651-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_ukrainian.txt': Operation not permitted
2024-01-20T09:27:13.212732617-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_bulgarian.txt': Operation not permitted
2024-01-20T09:27:13.212744454-05:00 chmod: changing permissions of '/serverdata/steamcmd/public/steambootstrapper_czech.txt': Operation not permitted
2024-01-20T09:27:13.212766356-05:00 chmod: changing permissions of '/serverdata/steamcmd/steamcmd.sh': Operation not permitted
2024-01-20T09:27:13.212778982-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui': Operation not permitted
2024-01-20T09:27:13.212800054-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64': Operation not permitted
2024-01-20T09:27:13.212826666-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/natives_blob.bin': Operation not permitted
2024-01-20T09:27:13.212839278-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/resources': Operation not permitted
2024-01-20T09:27:13.212849330-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/resources/electron.asar': Operation not permitted
2024-01-20T09:27:13.212860856-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/resources/app.asar': Operation not permitted
2024-01-20T09:27:13.212881103-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/version': Operation not permitted
2024-01-20T09:27:13.212900478-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales': Operation not permitted
2024-01-20T09:27:13.212927525-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/he.pak': Operation not permitted
2024-01-20T09:27:13.212982745-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/uk.pak': Operation not permitted
2024-01-20T09:27:13.213000536-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/vi.pak': Operation not permitted
2024-01-20T09:27:13.213012320-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/fake-bidi.pak': Operation not permitted
2024-01-20T09:27:13.213034106-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/fa.pak': Operation not permitted
2024-01-20T09:27:13.213045851-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/am.pak': Operation not permitted
2024-01-20T09:27:13.213062811-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/kn.pak': Operation not permitted
2024-01-20T09:27:13.213087537-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/fil.pak': Operation not permitted
2024-01-20T09:27:13.213099280-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/ru.pak': Operation not permitted
2024-01-20T09:27:13.213111295-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/ja.pak': Operation not permitted
2024-01-20T09:27:13.213133415-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/id.pak': Operation not permitted
2024-01-20T09:27:13.213150631-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/de.pak': Operation not permitted
2024-01-20T09:27:13.213163765-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/gu.pak': Operation not permitted
2024-01-20T09:27:13.213174903-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/fi.pak': Operation not permitted
2024-01-20T09:27:13.213196155-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/ko.pak': Operation not permitted
2024-01-20T09:27:13.213209103-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/bn.pak': Operation not permitted
2024-01-20T09:27:13.213225645-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/lv.pak': Operation not permitted
2024-01-20T09:27:13.213247189-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/bg.pak': Operation not permitted
2024-01-20T09:27:13.213258847-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/fr.pak': Operation not permitted
2024-01-20T09:27:13.213270677-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/ro.pak': Operation not permitted
2024-01-20T09:27:13.213294961-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/el.pak': Operation not permitted
2024-01-20T09:27:13.213308078-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/ca.pak': Operation not permitted
2024-01-20T09:27:13.213319921-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/te.pak': Operation not permitted
2024-01-20T09:27:13.213345748-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/pt-BR.pak': Operation not permitted
2024-01-20T09:27:13.213358669-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/cs.pak': Operation not permitted
2024-01-20T09:27:13.213369551-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/ml.pak': Operation not permitted
2024-01-20T09:27:13.213395049-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/pl.pak': Operation not permitted
2024-01-20T09:27:13.213407972-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/sr.pak': Operation not permitted
2024-01-20T09:27:13.213419559-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/ta.pak': Operation not permitted
2024-01-20T09:27:13.213435829-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/ms.pak': Operation not permitted
2024-01-20T09:27:13.213457391-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/th.pak': Operation not permitted
2024-01-20T09:27:13.213470388-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/it.pak': Operation not permitted
2024-01-20T09:27:13.213486698-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/sv.pak': Operation not permitted
2024-01-20T09:27:13.213537946-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/pt-PT.pak': Operation not permitted
2024-01-20T09:27:13.213553931-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/es.pak': Operation not permitted
2024-01-20T09:27:13.213614400-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/zh-CN.pak': Operation not permitted
2024-01-20T09:27:13.213640936-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/hr.pak': Operation not permitted
2024-01-20T09:27:13.213681146-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/et.pak': Operation not permitted
2024-01-20T09:27:13.213695094-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/hu.pak': Operation not permitted
2024-01-20T09:27:13.213718123-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/en-US.pak': Operation not permitted
2024-01-20T09:27:13.213729596-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/es-419.pak': Operation not permitted
2024-01-20T09:27:13.213744944-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/hi.pak': Operation not permitted
2024-01-20T09:27:13.213771987-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/sw.pak': Operation not permitted
2024-01-20T09:27:13.213789941-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/tr.pak': Operation not permitted
2024-01-20T09:27:13.213800780-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/en-GB.pak': Operation not permitted
2024-01-20T09:27:13.213829556-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/nl.pak': Operation not permitted
2024-01-20T09:27:13.213849272-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/da.pak': Operation not permitted
2024-01-20T09:27:13.213861638-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/mr.pak': Operation not permitted
2024-01-20T09:27:13.213871924-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/nb.pak': Operation not permitted
2024-01-20T09:27:13.213892665-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/sl.pak': Operation not permitted
2024-01-20T09:27:13.213903209-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/sk.pak': Operation not permitted
2024-01-20T09:27:13.213938184-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/zh-TW.pak': Operation not permitted
2024-01-20T09:27:13.213967091-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/ar.pak': Operation not permitted
2024-01-20T09:27:13.213999936-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/locales/lt.pak': Operation not permitted
2024-01-20T09:27:13.214012672-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/siteserverui': Operation not permitted
2024-01-20T09:27:13.214038628-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/libffmpeg.so': Operation not permitted
2024-01-20T09:27:13.214060231-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/LICENSE': Operation not permitted
2024-01-20T09:27:13.214074292-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/libnode.so': Operation not permitted
2024-01-20T09:27:13.214101002-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/ui_resources_200_percent.pak': Operation not permitted
2024-01-20T09:27:13.214121912-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/pdf_viewer_resources.pak': Operation not permitted
2024-01-20T09:27:13.214135748-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/content_resources_200_percent.pak': Operation not permitted
2024-01-20T09:27:13.214156683-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/blink_image_resources_200_percent.pak': Operation not permitted
2024-01-20T09:27:13.214164855-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/icudtl.dat': Operation not permitted
2024-01-20T09:27:13.214171790-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/snapshot_blob.bin': Operation not permitted
2024-01-20T09:27:13.214185747-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/views_resources_200_percent.pak': Operation not permitted
2024-01-20T09:27:13.214196622-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/content_shell.pak': Operation not permitted
2024-01-20T09:27:13.214214561-05:00 chmod: changing permissions of '/serverdata/steamcmd/siteserverui/linux64/LICENSES.chromium.html': Operation not permitted
2024-01-20T09:27:13.214232577-05:00 chmod: changing permissions of '/serverdata/.steam': Operation not permitted
2024-01-20T09:27:13.214246880-05:00 chmod: changing permissions of '/serverdata/.steam/sdk64': Operation not permitted
2024-01-20T09:27:13.214254847-05:00 chmod: changing permissions of '/serverdata/.steam/sdk64/steamclient.so': Operation not permitted
2024-01-20T09:27:13.214269459-05:00 chmod: changing permissions of '/serverdata/.config': Operation not permitted
2024-01-20T09:27:13.214304865-05:00 chmod: changing permissions of '/serverdata/.config/Epic': Operation not permitted
2024-01-20T09:27:13.214394090-05:00 chmod: changing permissions of '/serverdata/.config/Epic/NotAllowedUnattendedBugReports': Operation not permitted
2024-01-20T09:27:13.214591000-05:00 ---Server ready---
2024-01-20T09:27:13.214607809-05:00 ---Start Server---
2024-01-20T09:27:13.606826048-05:00 setrlimit() failed with error 22 (Invalid argument)
2024-01-20T09:27:13.606883847-05:00 - Max per-process value allowed is 1 (we wanted infinity).
2024-01-20T09:27:13.691048383-05:00 sh: 1: xdg-user-dir: not found
2024-01-20T09:27:13.989002720-05:00 dlopen failed trying to load:
2024-01-20T09:27:13.989029712-05:00 steamclient.so
2024-01-20T09:27:13.989038555-05:00 with error:
2024-01-20T09:27:13.989046289-05:00 steamclient.so: cannot open shared object file: No such file or directory
2024-01-20T09:27:13.998827440-05:00 [S_API] SteamAPI_Init(): Loaded '/serverdata/.steam/sdk64/steamclient.so' OK.  (First tried local 'steamclient.so')
2024-01-20T09:27:14.103020402-05:00 CAppInfoCacheReadFromDiskThread took 6 milliseconds to initialize
2024-01-20T09:27:14.128313209-05:00 Setting breakpad minidump AppID = 2394010
2024-01-20T09:27:14.129229914-05:00 [S_API FAIL] Tried to access Steam interface SteamUser021 before SteamAPI_Init succeeded.
2024-01-20T09:27:14.129251570-05:00 [S_API FAIL] Tried to access Steam interface SteamFriends017 before SteamAPI_Init succeeded.
2024-01-20T09:27:14.658963697-05:00 [S_API FAIL] Tried to access Steam interface STEAMAPPS_INTERFACE_VERSION008 before SteamAPI_Init succeeded.
2024-01-20T09:27:14.766072020-05:00 [S_API FAIL] Tried to access Steam interface SteamNetworkingUtils004 before SteamAPI_Init succeeded.

 

  • Author
2 minutes ago, jeerful said:

I can't connect to it locally

Exactly that was what I meant what the error is, do you have a screenshot from the message that you get or something like that?

Did you search for it in the Community Browser like I mentioned here:

 

3 minutes ago, jeerful said:

2024-01-20T09:27:13.188396323-05:00 chmod: changing permissions of '/serverdata': Operation not permitted

Please make sure that the UID and GID is set correctly. You maybe have to do a chmod on the directory that you use for Palword since it seems like the container itself can't change the permissions <- it does this to make sure that the permissions are correct.

 

5 minutes ago, jeerful said:

2024-01-20T09:27:13.606826048-05:00 setrlimit() failed with error 22 (Invalid argument)
2024-01-20T09:27:13.606883847-05:00 - Max per-process value allowed is 1 (we wanted infinity).
2024-01-20T09:27:13.691048383-05:00 sh: 1: xdg-user-dir: not found
2024-01-20T09:27:13.989002720-05:00 dlopen failed trying to load:
2024-01-20T09:27:13.989029712-05:00 steamclient.so
2024-01-20T09:27:13.989038555-05:00 with error:
2024-01-20T09:27:13.989046289-05:00 steamclient.so: cannot open shared object file: No such file or directory

These warnings/errors are not trivial and they won't prevent the container from running properly.

8 hours ago, ich777 said:

I assume you are talking about the backups that the container takes correct?

 

Please check the path in the template, are you using /mnt/cache/... for the game files? If yes make sure that the files are not moved over from the cache to the Array in the Share settings, this is most likely the case what happens here.

 

I'm not sure how native backups are working since you can now also do it natively I think.

 

Hi and thanks for the reply.  I ended up changing the serverfiles location off of the cache and to the array directly like in my screen shot.  Should this be okay?  I do see lots of backups now in the valheim\backups folder.  Sorry I am a bit new to Unraid and how the cache works.

 

 

 

image.png.4c384246ea6a590c444f3912d547a13a.png

this is my cache drive settings

image.thumb.png.3a2c88a4210c4cd06babf930d2a45132.png

image.png

  • Author
45 minutes ago, Etelari said:

I ended up changing the serverfiles location off of the cache and to the array directly like in my screen shot.

That will work but none of the screenshots show your share settings from appdata, go to the Shres and click on appdata.

I would strongly recommend that you let the appdata share on the cache and not kove it to the Array so that the Array can go into spindown.

 

Of course that depends if you want to do that but the appdata share should stay always on the cache and should not be moved to the Array.

Mine appears to be crash looping with this output, not really sure why / what is going on (Pal World)

 

Loading Steam API...dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory
OK

Connecting anonymously to Steam Public...OK
Waiting for client config...OK
Waiting for user info...OK
Success! App '2394010' already up to date.
---Checking if configuration is in place---
---Configuration found, continuing...---
---Checking if PublicIP is in place---
---PublicIP in PalWorldSettings.ini found: << REDACTED >>
---Prepare Server---
---Server ready---
---Start Server---
/opt/scripts/start-server.sh: line 109:    65 Illegal instruction     ${SERVER_DIR}/Pal/Binaries/Linux/PalServer-Linux-Test Pal ${GAME_PARAMS} ${GAME_PARAMS_EXTRA}

 

  • Author
12 minutes ago, runtman said:

Mine appears to be crash looping with this output, not really sure why / what is going on (Pal World)

What hardware are you using?

 

I assume you are using pretty old hardware since this is a indication that your CPU doesn‘t support all necessary instructions.

2 minutes ago, ich777 said:

What hardware are you using?

 

I assume you are using pretty old hardware since this is a indication that your CPU doesn‘t support all necessary instructions.


Ahh, that's probably it then. This beast is a bit of a dinosaur :D

 

AMD Turion™ II Neo N40L Dual-Core @ 1500 MHz

Memory: 8 GiB Other Single-bit ECC

  • Author
1 minute ago, runtman said:

This beast is a bit of a dinosaur :D

Yep, I even think that at the time of release there where no dinosaurs yet. 😅

 

Since the game uses Unreal Engine 5 you need something recent (at least something like Intel 6th Gen+ if I‘m not mistaken).

27 minutes ago, ich777 said:

That will work but none of the screenshots show your share settings from appdata, go to the Shres and click on appdata.

I would strongly recommend that you let the appdata share on the cache and not kove it to the Array so that the Array can go into spindown.

 

Of course that depends if you want to do that but the appdata share should stay always on the cache and should not be moved to the Array.

Oh sorry about that.  Here is my appdata share.  Ill change it back. It was on the cache before and thats when I had that issue so if I put it back to cache, I'm scared I might lose my world again.   I will test it out and see

 

image.png

10 hours ago, ich777 said:

This entire post also applies to you:

 

(basically one above this post)

Just to update for anyone else who may have problems. The online port checker utilities do not show this port as open, but it is if you forward it correctly in your router. I suspect some services block or ignore port checkers? Either way, my problem was for some reason the template was pulled down wrong, and the 8211 port was pointing internally to the server on the rcon port, and visa versa. So:

172.17.0.12:8211/TCP192.168.1.10:25575
172.17.0.12:25575/UDP192.168.1.10:8211

And since I had rcon disabled the 8211 was going nowhere, and 25575 was not forwarded in my router. I deleted the docker image and pulled it again, works fine now.

  • Author
11 minutes ago, Matrix said:

Just to update for anyone else who may have problems. The online port checker utilities do not show this port as open

As I've already explained... :D

I think you didn't read the post that I've linked correct, in the second paragraph it's explained why... :P

 

12 minutes ago, Matrix said:

And since I had rcon disabled the 8211 was going nowhere

Sorry but that is completely not true even if you've disabled RCON (which it is by default and the template also states that) the port was forwarded (the wrong port forward would have fixed that too btw).

 

However I've never seen such what you are described with the ports and is technically not possible by default.

 

16 minutes ago, Matrix said:

works fine now.

Glad to hear that.

  • Author
36 minutes ago, Etelari said:

I will test it out and see

This is the problematic setting:

grafik.thumb.png.871afb4dcc810921c8f339282825d01a.png

 

I would recommend that you change it to Array -> Cache and after that invoking the Mover but please be also aware that I would recommend that you first stop the entire Docker service since if the Mover detects files which are currently in use it won't move those files.

 

By changing this setting to Array -> Cache and invoking the Mover it will move all files in the appdata share back to the Cache and will ensure that it will stay on the cache (which in my opinion is the way to use the cache).

With that the Array will be able to sleep, if nothing else is reading or writing to the Array.

 

Also keep in mind if you have VMs running that you maybe also stop the VM service before invoking the Mover so that it can also move these files to the Cache.

 

After the Mover is finished you can start the Docker (and VM service) again and it should all work as it was before (after that you will be able to change the path to the game files in the Valheim template back to /mnt/cache/...).

 

Hope that all makes sense to you. ;)

10 minutes ago, ich777 said:

This is the problematic setting:

grafik.thumb.png.871afb4dcc810921c8f339282825d01a.png

 

I would recommend that you change it to Array -> Cache and after that invoking the Mover but please be also aware that I would recommend that you first stop the entire Docker service since if the Mover detects files which are currently in use it won't move those files.

 

By changing this setting to Array -> Cache and invoking the Mover it will move all files in the appdata share back to the Cache and will ensure that it will stay on the cache (which in my opinion is the way to use the cache).

With that the Array will be able to sleep, if nothing else is reading or writing to the Array.

 

Also keep in mind if you have VMs running that you maybe also stop the VM service before invoking the Mover so that it can also move these files to the Cache.

 

After the Mover is finished you can start the Docker (and VM service) again and it should all work as it was before (after that you will be able to change the path to the game files in the Valheim template back to /mnt/cache/...).

 

Hope that all makes sense to you. ;)

Yup it does!  I will do this.  Thank you again for this help.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.