iceperson

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by iceperson

  1. Sorry if this is covered somewhere, I looked but couldn't find it. Is there a way to have multiple backups of the world data at an interval without stopping the server and creating them? What is the best way to setup a daily restart of the game server? Do I need to schedule a restart of the docker container or is there some way to do that with the config file that just restarts the game server within the container?
  2. Big ups for this. All my friends are chomping at the bit to play this one and I'm the designated server guy.
  3. This was working in the past but noticed this morning that it no longer shows streams. When I go to the Plex Streams Settings page the servers animation just spins. I tried to remove the token to see if I could re-add my servers and I get sent to an /update.php page that never loads. In the system logs I see this event: root: error: /update.php: missing csrf_token FixCommonProblems doesn't find anything. I've tried removing the plugin, restarting unraid, and re-adding but no joy. Unraid version 6.15.4. Server is otherwise running perfectly, but I did a 2 pass memtest just to be sure. Any help is appreciated.
  4. Thank you for the quick response. I was able to mount read only. Apologies if this is explained, but I'm a novice at linux and I'm not sure what to do now. Should I just copy the contents to the array, reformat the cache drives and copy back over?
  5. Server crashed. Ran memtest and failed. Removed bad DIMM, reran memtest and passed, but now my cache drive no longer mounts. Can I recover this without going to backup? spaceball-diagnostics-20231006-0844.zip
  6. When trying to benchmark my drives I get this warning: WARNING: You have less than 4 CPUs available (0 total). The Solid State benchmark requires 4 CPU threads in order to get an accurate benchmark. Solid State Benchmarking is not available. I'm on an 8700k, 6 cores 12 threads. I have Enable VMs set to 'No' in unraid since I don't run any VMs, although I did configured the BIOS virtualization for VMs and test to make sure everything is configured to work if I want to run any in the future. No other containers are running, no CPU pinning anywhere. I did try to pin 4, 5, and 6 CPUs to DiskSpeed but still get the warning and unable to benchmark SSDs.
  7. Tried 'chown root Nginx-Proxy-Manager-Official' but the container still doesn't start. Is there any other log location where I might be able to see any error when it instantly fails to start?
  8. I used 99 for PUID and 100 for PGID per the results of ls -lahn. My variables looks identical to your screens. The container instantly fails when I try to start. Nothing has been written to the log folder since I updated or to /tmp/Nginx-Proxy-Manager-Official/var/log where error logs are pointed so I'm not sure even how to troubleshoot the issue.
  9. Unfortunately none of the fixes worked for me. Tried setting the PUID and PGID with the latest version as well as using jc21/nginx-proxy-manager:2.9.22 without PUID and PGID. No joy.
  10. Edit: I was able to get sonarr and radarr to work using HTTPS by disabling certificate validation for local addresses AND creating username/password in sabnzbdvpn (that was the part I was missing) I'm currently unable to disable HTTPS. When I try to disable it from the webUI (uncheck box in general > enable HTTPS) and save, it restarts the container but it just re-enables itself on restart. If I manually disable it in sabnzbd.ini (enable_https = 0) the webUI becomes unreachable, no errors, just not able to connect. I've tried removing and reinstalling sabnzbdvpn and using the unRAID fix docker permissions tool. I'd leave HTTPS on if I could figure out how to get sonarr and radarr working with it. Not sure where else to look.