Everything posted by iceperson
-
[Support] medzin - Hermes-Agent
I feel like there's something I'm missing, I'm trying to update from the webui and the log says the update completes and to restart the gateway, but restarting the gateway crashes the container with no log output and the updates don't seem to persist a container restart.
-
[Support] medzin - Hermes-Agent
In case anyone else runs into the issue to get chat working I had to run this from the container console chown -R 99:99 /opt/hermes/ui-tui
-
Hytale Server Manager
Stuck trying to download server files Download failed with exit code 1 Error in logs ]: [HytaleDownloader] Download process exited with code: 1, signal: null ]: [HytaleDownloader WS] Forwarding download:error event: EDIT: Got it working but only when docker is using br0 and it's own IP for the network, bridge, host, and custom docker networks wouldn't work.
-
7.2.0 read_file: error 2 opening /boot/config/super.dat (only with parity drives)
thank you, first time I've had a second parity drive
-
7.2.0 read_file: error 2 opening /boot/config/super.dat (only with parity drives)
Here's the logs after a reboot with the array not started. I can start the array fine manually just fine. diagnostics-20251118-0617.zip
-
7.2.0 read_file: error 2 opening /boot/config/super.dat (only with parity drives)
I added a second parity drive but now on restart my array doesn't auto start with the error: read_file: error 2 opening /boot/config/super.dat. If I remove the parity drives from the config the array automatically starts fine on reboot. I've tried doing a new config without the parity drives and then adding them back in but nothing gets rid of the error or fixes it so the array auto starts if a parity drive exists. I can manually start the array with parity drives just fine. Intel® Core™ i5-14600K ASRock B760 Pro RS/D4 128 GiB DDR4 diagnostics-20251117-1353.zip
-
[Support] Nodiaque - Gameserver docker
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?
-
[Support] Nodiaque - Gameserver docker
Big ups for this. All my friends are chomping at the bit to play this one and I'm the designated server guy.
-
[Plugin] Plex Streams
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.
-
btrfs Unmountable: Unsupported or no file system
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?
-
btrfs Unmountable: Unsupported or no file system
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
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
Oh snap. I did. Sorry.
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
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.
-
[Support] Nginx Proxy Manager (NPM) Official
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?
-
[Support] Nginx Proxy Manager (NPM) Official
- [Support] Nginx Proxy Manager (NPM) Official
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.- [Support] Nginx Proxy Manager (NPM) Official
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.- [Support] binhex - SABnzbdVPN
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. - [Support] Nginx Proxy Manager (NPM) Official