Cyd

Members
  • Posts

    73
  • Joined

  • Last visited

Everything posted by Cyd

  1. We haven’t had our cluster up for months, I do not know if wild card or steam changed anything. Seeing a local version higher than arkdedicated tells me that wildcard is not being exactly diligent in their release procedure. Failed to check update class is likely a change to the steamAPI.
  2. The Companion container is not required it just does administrative things if you can log into the rest of your arcs and transfer between them you have a customer set up correctly.
  3. @DinoBrain So about the -automodmanager ... it is effectively the shootergame binary making an external call to start a second copy of SteamCMD, and it expects it to be in a vary specific place. that's what those "extra" mappings are for. if you have put your copy of SteamCMD in some other place then the ich777 default /mnt/cache/appdata/steamcmd you will need to change the mappings so that shootergame can find it exactly where it expects it to be.
  4. @DinoBrain I haven't done much with the ARK cluster since I put it up, but here is a snap of my docker page. I don't think the XMLs have changed since we spun this up.
  5. @PPurEEviLL This sounds to me like a directory permissions issue. the cluster function is nothing more than a shared directory. To test I would log into the console of one of the containers on Server2, navigate to the cluster directory and try to touch a new file.
  6. @Optimum Frost @ich777 Sorry mates, I have never been successful joining an Epic ARK client to a steam server.
  7. I have never used and other maps than the ten released from the devs… I would imagine you need to figure out the name they called it and put that in the “map name” variable… <shrug> maybe?
  8. Signal 11 (SIGSEGV, also known as segmentation violation) means that the program accessed a memory location that was not assigned to it. That's usually a bug in a program or in this case a modification to a program. It can also commonly occur with some hardware malfunctions.
  9. @deaerator wouldn’t be to hard to do but I will not be able to get to it until next week. If you want just a dynamic config you can run a “simple-http” server container in place of a3c.
  10. that's the same container as before...bd552e6a9928 & bd552e6a9928, stop the container, rm -rf /mnt/cache/appdata/ark-se/ARK6-Valguero_P, then edit the template and change "Extra Game Parameters:" by adding a space to the end of the line and press apply at the bottom of the page. that will delete the container and spin up a new one, the id at the console prompt should change. If that does not do it see if the volume mappings are working, list the directory from both of its mount points, then touch a new file and list them again, if the new file is missing from the other mount point there might be some masking going on, if it is there then... something else... root@183e58fbd815:/# ls -l serverdata/serverfiles/ShooterGame/Saved/Config/LinuxServer/ -rwxrwx--- 1 steam users 12433 May 19 15:04 GameUserSettings.ini root@183e58fbd815:/# ls -l /serverdata/serverfiles/ARK6-Valguero_P/Config/LinuxServer/ -rwxrwx--- 1 steam users 12433 May 19 15:04 GameUserSettings.ini root@183e58fbd815:/# touch /serverdata/serverfiles/ARK6-Valguero_P/Config/LinuxServer/here.txt root@183e58fbd815:/# ls -l serverdata/serverfiles/ShooterGame/Saved/Config/LinuxServer/ -rwxrwx--- 1 steam users 12433 May 19 15:04 GameUserSettings.ini -rw-r--r-- 1 root root 0 Sep 16 13:33 here.txt root@183e58fbd815:/# ls -l /serverdata/serverfiles/ARK6-Valguero_P/Config/LinuxServer/ -rwxrwx--- 1 steam users 12433 May 19 15:04 GameUserSettings.ini -rw-r--r-- 1 root root 0 Sep 16 13:33 here.txt
  11. @deaeratortake one more look inside the container, you show /serverdata/serverfiles/ShooterGame/Config instead of: /serverdata/serverfiles/ShooterGame/Saved/Config/LinuxServer at this point I would be tempted to nuke it from orbit and spin up a fresh one. rm -rf /mnt/cache/appdata/ark-se/ARK6-Valguero_P then add a space or some other trivial change to the template to force the container to be delete and recreated.
  12. @deaerator if you enter the containers console and navigate to /serverdata/serverfiles/ShooterGame/Saved/Config are they there? From the containers console run 'ps axfww' to see the whole command line that got passed to ShooterGameServer, maybe there is an alternate dir specified? Maybe try copying in one of the folders from another ark... then see if it loads settings from them.
  13. if the other nine are working and it looks like they are... https://arkbrowser.com/servers?q=cluster%3AD1R7Y you are going to have to keep digging in your servers file system... there is no way for us to know how your system is behaving... Are the other containers behaving as you expect? What are the permissions of /mnt/cache/appdata/ark-se/ARK6-Valguero_P? Do they match the other ARK* folders? what are the contents? Are they layed out the same as the other ARK* folders? is the .ark file present? (ls -l /mnt/cache/appdata/ark-se/ARK6-Valguero_P/SavedArks/Valguero_P.ark) does the server container start? what do the logs say? if it does start can you join the game on it? transfer in or out to others in the cluster? You are going to have to do some of the digging leg work before anyone is going to be able to assist.
  14. I too roll a UDMpro and all of my ark cluster (10 arks), a valheim server and a pair of foundryVTT containers live in my UnRaid box. I will post some configs tomorrow if I remember.
  15. I suspect that SMB share isn’t pointing at the cache drive, open a terminal on the UnRaid machine and ls -l /mnt/cache/appdata/ark-se/ARK6-Valguero_P I bet you will find them there.
  16. You can use the RCON to send messages to the users on the servers. Not strictly necessary... ark does not continuously write to the .ark files, you can just copy them out of the data directory and they will be current as of the last server tick, or the last "save world" command. https://github.com/CydFSA/A3C to see some examples.
  17. Ark is well ark. It is the worst best game ever made.
  18. I was toying with building a cluster for atlas… maybe this will be enough to get me going. How big we’re you thinking? 2x2, 10x10??
  19. If you can see it in steam then it’s just a mater of finding it in ark, ich777 is probably right you need to set the correct options in the server selection window. You are looking for “unofficial” servers, then set the toggles for password, mods, ect…
  20. The first thing that catches my eye is that you are using /mnt/user/appdata rather than /mnt/cache/appdata for the are-se folder, depending on how your appdata share is setup it it could be moving things around under the hood on you. If you don’t have a cache setup ( you should set one up ; ) you could try using /mnt/disk(X)/appdata .
  21. They are already in the container, they are posted there for reference, so that people can see what it is they do. So long as you fill in the backup location and duration it “should” just work.
  22. Those are responsible for backing up of the ark files. Then checking the steam api for mod versions and the arkdedicated api for the server version to decide weather or not to bring the cluster down for updates.
  23. make sure that you chose "unofficial" in the drop down on the server selection and the correct toggle if you are running mods ...
  24. I was as well, my solution was to map all .../Saved/ folders to separate volumes (ARK1...,ARK2...,ect). Extra benefit is that each ark can use different configureation, I have ARK1-TheIsland dialed way down in difficulty for the new players and then ramp up over Scorched earth and Aberration... The down side is each server gets its own configuration, so want to make a "simple" change, yay get to do it 10 times! Currently the entire are-se folder in appdata is 27GB for all 10 servers, plus I have the a3c keeping 10 days of backups for all arks that totals just over 9Gb and SteamCMD is about 1G. So less than 38G total disk space for my cluster, but they use nearly 80Gb of RAM while running <shrug>
  25. I would pick one that is behaving badly, turn all the others down then concentrate on finding the flaw in that one. That will likely be the same (or similar) issue with the others.