-
UNRAID Containers: immich, redis and postgreSQL
Immich requires weekly updates and occasionally after the update, it fails to connect to the databases. How can I set a static IP for redis and postgreSQL for the docker (?) network? Thanks
-
Nginx Proxy Manager Proxy Host does not forward request to port #
Thanks. I decided to host NPM on another host on the same LAN.
-
[Support] Djoss - Nginx Proxy Manager
I get this exact problem, been spending all day on it... still no solution. 😞
-
Nginx Proxy Manager Proxy Host does not forward request to port #
On my UNRAID box, I have a fresh install of Nginx-Proxy-Manager-JC21 and an able to request a SSL cert successfully. I can create a Proxy Host, enter the fqdn (ie. sub.domain.com). Scheme: http Forward Hostname/IP: 127.0.0.1 Forward Port: 3001 I click save and it shows green online. When I access sub.domain.com, it always sends me to the UNRAID WebUI and does not forward the sub.domain.com to the correct port 3001. What could I be missing?
-
How to determine why 100% CPU Utilisation?
Thanks. I'll look into setting up a remote syslog server or container.
-
-
How to determine why 100% CPU Utilisation?
The box ran out of resources and hit 100% CPU from a short glimpse at the webpage before the system hung which required a hard power cycle. How do I determine what was using all the resources before the power cycle? I checked the log file but it's only showing the current boot cycle. Thanks.
-
Parity-Check Keeps Restarting
Thank you for the suggestions. Please find attached the screenshots from the Scheduler. Also below is the output from cron: root@Tower:~# cat /etc/cron.d/root # Generated docker monitoring schedule: 10 0 * * 1 /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/dockerupdate check &> /dev/null # Generated system monitoring schedule: */1 * * * * /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null # Generated mover schedule: 40 3 * * * /usr/local/sbin/mover &> /dev/null # Generated parity check schedule: * * * * * /usr/local/sbin/mdcmd check NOCORRECT &> /dev/null # Generated plugins version check schedule: 10 0 * * 1 /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugincheck &> /dev/null # Generated array status check schedule: 20 0 * * 1 /usr/local/emhttp/plugins/dynamix/scripts/statuscheck &> /dev/null # Generated Unraid OS update check schedule: 11 0 1 * * /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/unraidcheck &> /dev/null # CRON for CA background scanning of applications 30 * * * * php /usr/local/emhttp/plugins/community.applications/scripts/notices.php > /dev/null 2>&1 # Generated schedules for parity.check.tuning 15 0 * * * /usr/local/emhttp/plugins/parity.check.tuning/parity.check.tuning.php "resume" &> /dev/null 30 7 * * * /usr/local/emhttp/plugins/parity.check.tuning/parity.check.tuning.php "pause" &> /dev/null */17 * * * * /usr/local/emhttp/plugins/parity.check.tuning/parity.check.tuning.php "monitor" &>/dev/null From the cron job I noticed one of the jobs show run all the time: # Generated parity check schedule: * * * * * /usr/local/sbin/mdcmd check NOCORRECT &> /dev/null Would it this be this? UPDATE: I changed the Parity Check to Disable, re-checked /etc/cron.d/root, the entry disappeared. I re-enabled Parity Check to Monthly and it looks correct now. # Generated parity check schedule: 0 0 1 * * /usr/local/sbin/mdcmd check NOCORRECT &> /dev/null I'll wait till the current Parity Check completes to confirm if this worked. Thank you for pointing me in the right direction on where to look!
-
Parity-Check Keeps Restarting
My understanding is that if the parity-check completes with zero errors, the system will kick off the next parity-check at the next configured Schedule in the Settings. My server has run parity-checks three times in a row (with a few seconds pause) and each parity-check resulted with zero errors. The system has not rebooted and the array has not stopped or started. All drives are green with zero errors. I cannot explain. Do I let UNRAID keep doing it's thing until this stops? UPDATE: SMART short self tests on all drives completed without errors. Attached are the diagnostics. Thanks. tower-diagnostics-20240306-1459.zip
-
UNRAID 6.12.8 - Slow SFTP Uploads
Just incase others have a similar issue. This worked for me: Delete /boot/config/network.cfg Reboot This will reset the network configuration of the server and obtain an IP via DHCP. Reapply your network configuration.
-
UNRAID 6.12.8 - Slow SFTP Uploads
Hello, For some strange reason, I am getting very slow uploads from MacOS Transmit via SFTP to my UNRAID 6.12.8 server. The system used to upload at a decent speed but not anymore. I've tried disabling the Docker service but the uploads remain slow.
-
Create a custom Service in UNRAID
I have a shell script which I would like to run as a daemon/service. I had a look at the User Scripts plugin and whilst it can run the script. I cannot stop/restart the script. #!/bin/bash cd /root/myapp if pgrep -x "/root/myapp/./app" > /dev/null then echo "Already running" else echo "Not running. Starting..." /root/myapp/./app fi Is it possible to do something like this in UNRAID? # service myapp start # service myapp stop # service myapp restart # service myapp start # systemctl start myapp # systemctl stop myapp # systemctl restart myapp # systemctl status myapp Thanks.
hanzo
Members
-
Joined
-
Last visited