Everything posted by maxwell
-
[PLUG-IN] NerdTools
I would really love to see strace added, use it all the time
-
Minecraft does not work
Have you figured this out?
-
[SUPPORT] Plex Library Cleaner
I've got it connected to my server but it says no Duplicates found, which is certainly not correct. There seems to be no logging or error recording anywhere. has anyone figured out how to make it... go?
-
[Support] binhex - Krusader
Is there a way to view jpgs while using krusader VNC?
-
XFS not listed as a filesystem type available for cache
Thanks, I think that might work, because I definitely had two devices listed, I changed it to one. But now I'm going to have to go through the process of changing my filesystem I guess the idea is that XFS is not supported for cache pool, which would be why the option wasnt available.
-
XFS not listed as a filesystem type available for cache
Hello, I use to have an SSD in my Unraid build, but I needed a larger drive so I changed to an NVME. However when I went to clear and format the drive my only option for filesystem was BTRFS. I use to run BTRFS on my old SSD but opted not to after a while because of the excessive writes and reads the system would make to the drive. Using the cache drive in XFS seemed to solve this issue. However, I am not given this option for my NVME drive. Does anyone know a reason for this?
-
[Support] ich777 - Gameserver Dockers
Yes, good catch, I thought I was in the Terraria docker thread. Thank you for clearing that up.
-
[Support] ich777 - Gameserver Dockers
Hello! How do I download version 1.4.0.5.2 - this is the version that iOS is at, and I cant play at a server that is newer. I put in 1.4.0.5.2 as the server version in the paramenters, but I dont think it has this specific build. And failed upon loading. Thanks
-
[Support] ich777 - Gameserver Dockers
Oops, yes. Game successfully updated.
-
[Support] ich777 - Gameserver Dockers
Thanks ich777 for all the help you give to this community. I’ve got a question on how updates work. Valheim just received a massive patch this morning. Do you know when this will be reflected in the docket build? Will force update pull a new version? Or are updates handled internally via steam apps in the container? Thanks
-
Unraid Valheim Dedicated Server Guide
That works, thank you!
-
Unraid Valheim Dedicated Server Guide
Thanks for the response, The Docker log doesnt have specific game information, I'm trying to see who logs on and when and store this information somewhere. Doing it like this doesnt seem to generate any output unfortunately...
-
Unraid Valheim Dedicated Server Guide
Do you know the best way to capture game logs? My understanding is that the runtime has some output into standard out about who logs in etc but doesnt save this info anywhere, I added " >> /var/log/valheim.log > /dev/null &" to GAME_PARAMS to capture it but it doesnt seem to work. So that it runs like this: /serverdata/serverfiles/valheim_server.x86_64 -name [servername] -port 2456 -world Dedicated -password [password] -public 1 >> /var/log/valheim.log > /dev/null &