Hoof

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Hoof's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I found myself here looking for answers after watching @SpaceInvaderOne's most recent video "Ransomware vs Snapshots with VMs". This is probably the biggest issue I have with Unraid. Not having native snapshot ability in the GUI is saddening. Thank you for making this script and I would also love to see this turned into a plugin. I hope a new video is on setting this up is on @SpaceInvaderOne's short list since his most recent one was snapshot/ransomware related.
  2. I don't know why it couldn't update steamcmd. but I've got a work around. If anyone else is having this problem you can try this: - Build an Ubuntu VM. (Or your preferred linux distro) - Install steamcmd manually using the instructions found here (I did the 'manual' method) - https://developer.valvesoftware.com/wiki/SteamCMD - Run ./steamcmd.sh and it should update. - Copy the contents of the "Steam" directory from the VM to your appdata/steamcmd directory. - Install the game docker container. - Delete the Ubuntu VM. Not sure what the deal is with steamcmd not updating from the docker container (I can install and update it from a linux box and even the windows version), but at least this seems to be working and since steamcmd is only needed once it should be okay for other containers right?
  3. Yeah I have installed this container several times with and without my steam credentials... Nothing. Is there a way I an try to manually download steamcmd via wget or something? My cache drive is formatted btrfs is that a problem?
  4. I do have PiHole running on my network, but I have disabled it and get the same error. I also disabled my router GeoIP filtering to make sure that wasn't causing the problem. Here is what I see in the serverdata folder
  5. Hi all I am struggling to get the DontStarveTogether container to run successfully. This is the first game server I have tried to host from my Unraid box. I own the game on Steam, I've included my Steam username and password in the docker install template. I've setup port forwarding for all 3 ports (10890, 27016, 8766) on my router to my unraid box and I generated and updated the token file, but keep getting errors in my docker log: ---Update Server--- Redirecting stderr to '/serverdata/Steam/logs/stderr.txt' ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt". [ 0%] Checking for available update... [----] Downloading update (0 of 49,952 KB)... [ 0%] Downloading update (0 of 49,952 KB)... [ 0%] Downloading update (0 of 49,952 KB)... [ 0%] Downloading update (0 of 49,952 KB)... [ 0%] Downloading update (0 of 49,952 KB)... [ 0%] Downloading update (236 of 49,952 KB)... [ 0%] Downloading update (0 of 49,952 KB)... [----] Verifying installation... [ 0%] Downloading Update... [ 0%] Checking for available update... [----] Downloading update (0 of 49,952 KB)... [ 0%] Downloading update (0 of 49,952 KB)... [ 0%] Downloading update (0 of 49,952 KB)... [ 0%] Downloading update (0 of 49,952 KB)... [ 0%] Downloading update (0 of 49,952 KB)... [ 0%] Downloading update (574 of 49,952 KB)... [ 1%] Downloading update (0 of 49,952 KB)... [ 0%] !!! Fatal Error: Steamcmd needs to be online to update. Please confirm your network connection and try again. threadtools.cpp (3294) : Assertion Failed: Illegal termination of worker thread 'Thread(0x0x569a12e0/0x0x2a23ab' ---Prepare Server--- ---No Caves/server.ini found, downloading template...--- ---Sucessfully downloaded 'caves_server.ini'--- ---No Caves/worldgenoverride.lua found, downloading template...--- ---Sucessfully downloaded 'caves_worldgenoverride.lua'--- ---Server ready--- ---Checking for old logs--- ---Start Server--- /opt/scripts/start-server.sh: line 155: cd: /serverdata/serverfiles/bin: No such file or directory ==> /serverdata/serverfiles/masterLog.0 <== Cannot exec '/serverdata/serverfiles/bin/dontstarve_dedicated_server_nullrenderer': No such file or directory ==> /serverdata/serverfiles/cavesLog.0 <== Cannot exec '/serverdata/serverfiles/bin/dontstarve_dedicated_server_nullrenderer': No such file or directory Am I missing something obvious? Thanks for any advise!
  6. --> I would like to reference this thread here because I am experiencing vary similar behavior <-- I am passing through a GTX 1050 to a Windows 10 VM. This VM serves as a HTPC and is physically connected are two 4k LG TVs mirrored via HDMI. This was working perfectly for months (since December) but I've recently started experiencing issues where the TV downstairs is not detected no matter what I do (the upstairs TV works fine). After reading this thread and @ckoepf's technique I learned that I can turn off the VM, disconnect both HDMI cables, turn on the VM, wait for the OS to load, then connect one hdmi cable at a time. This will make the VM recognize both displays until it's rebooted, then it goes back to only detecting the upstairs TV. There have been no changes on the VM, but unfortunately I have made several changes on the Unraid side which are listed below: 1. I connected a USB cable to my TrippLite UPS and started the apcupsd daemon. (We recently had an extended power outage which drained the UPS and caused the Unraid server to power off unclean.) 2. I upgraded to Unraid 6.8.3 from 6.8.2 3. I installed an old WinTV-HVR-2250 tuner card in the PCI slot next to the video card so that we could watch OTA channels for local news broadcasts. This also required me to install the "Unraid DVB" plugin so that I could load a custom image (LibreELEC 6.8.3) that contained the drivers for this card. And finally TVHeadend Docker container. I have since reverted the changes in point 3 thinking that was causing the issue (Removed the tuner card, reverted back to vanilla Unraid 6.8.3, Stopped the TVHeadend docker), but no dice. @ckoepf were you able to find a solution? I'm sure I'll be asked to upload a diagnostic zip file, but is there any risk in doing that on a public forum? (Is there any confidential information exposed in those log files, passwords, etc?) Sorry I'm a little new to the Unraid world.
  7. Wow talk about perfect timing! I just upgraded to 6.8.3 (this afternoon) and realized it broke my drivers. Thank you so much! Going to give it a try now!