Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Pure

Members
  • Joined

  • Last visited

  1. thank you - will back it up and recreate the pool and see if that fixes the issues.
  2. The only thing - I can see that runs on Sunday morning is the trim scheduler at 3am.
  3. The Issue: For approximately the past six weeks, my Docker services have been failing every Sunday morning before 5 a.m. When I log into Unraid and check the Docker tab, I see “Docker service failed to start, the only fix has been rebooting the server, which resolves the issue until the following Sunday. I run a set of home automations on the servers and the 5:30am ones do not run, but the 4am ones trigger. The server has been rock solid for years with me getting months of uptime out of it. What I’ve Tried: Removed the Docker image and reinstalled all containers. (really hoped this would fix the issue) Upgraded to the latest Unraid version. Checked for any scheduled tasks that run on Sunday mornings, as it always happens at same time. Diagnostics report is from this morning, before I rebooted the server. cofre-diagnostics-20250105-0615.zip
  4. Hi My system auto updated last night, and it broke. Is there a way that I can roll back to the previous version, will only take time to fix it on the weekend. I normally roll back by changing the version Repository: ghcr.io/blakeblackshear/frigate:stable by changing the version
  5. Chmod +c gave no output Had the folder mapped and frigate running
  6. Need some help, when trying to generate models using the tensorrt-models docker When trying to grab tensorrt_models.sh using the link in the template I get a "404: Not Found" error https://raw.githubusercontent.com/blakeblackshear/frigate/dev/docker/tensorrt_models.sh Using the link in the documentation https://docs.frigate.video/configuration/detectors https://github.com/blakeblackshear/frigate/raw/master/docker/tensorrt_models.sh open console and run the following chmod +x /mnt/user/appdata/trt-models/tensorrt_models.sh I can't execute or start the docker it gives me Execution error Bad parameter I get the following error in the logs text error warn system array login /opt/nvidia/nvidia_entrypoint.sh: /tensorrt_models.sh: /bin/bash^M: bad interpreter: No such file or directory /opt/nvidia/nvidia_entrypoint.sh: line 49: /tensorrt_models.sh: Success /opt/nvidia/nvidia_entrypoint.sh: /tensorrt_models.sh: /bin/bash^M: bad interpreter: No such file or directory /opt/nvidia/nvidia_entrypoint.sh: line 49: /tensorrt_models.sh: Success
  7. Recently , I have noticed that my unraid server ram is filling up and every time I check, it's the Minecraft bedrock docker using up all the ram I have on the server. Has something recently changed in the docker ? been running this docker for the last 2 years with no issues. I reboot the docker and it releases about 8 gig of ram.
  8. My auto updater updates every week and I did a force update when I saw that you add the feature. I manually created the backups folder and backups started appearing. That was the solution.
  9. Left it for 2 days and there is still no backups folder.
  10. Been running a server for a few months using this docker, how do I get this feature working on a existing install. This is life saver been doing backups manually. This what my log is currently showing - but I can't find the backup folders ___. .__ .__ \_ |__ |__| ____ | |__ ____ ___ ___ | __ \| |/ \| | \_/ __ \\ \/ / | \_\ \ | | \ Y \ ___/ > < |___ /__|___| /___| /\___ >__/\_ \ \/ \/ \/ \/ \/ https://hub.docker.com/u/binhex/ 2020-06-09 20:27:08.633246 [info] System information Linux dd80f9f528ea 4.19.98-Unraid #1 SMP Sun Jan 26 09:15:03 PST 2020 x86_64 GNU/Linux 2020-06-09 20:27:08.872452 [info] OS_ARCH defined as 'x86-64' 2020-06-09 20:27:08.982904 [info] PUID defined as '99' 2020-06-09 20:27:09.215887 [info] PGID defined as '100' 2020-06-09 20:27:11.605950 [info] UMASK defined as '000' 2020-06-09 20:27:11.633241 [info] Permissions already set for volume mappings 2020-06-09 20:27:11.660576 [info] CREATE_BACKUP_HOURS not defined,(via -e CREATE_BACKUP_HOURS), defaulting to '12' 2020-06-09 20:27:11.688630 [info] PURGE_BACKUP_DAYS not defined,(via -e PURGE_BACKUP_DAYS), defaulting to '14' 2020-06-09 20:27:11.870781 [info] Deleting files in /tmp (non recursive)... 2020-06-09 20:27:11.946261 [info] Starting Supervisor... 2020-06-09 20:27:14,774 INFO Included extra file "/etc/supervisor/conf.d/minecraft-bedrock-server.conf" during parsing 2020-06-09 20:27:14,774 INFO Set uid to user 0 succeeded 2020-06-09 20:27:14,777 INFO supervisord started with pid 7 2020-06-09 20:27:15,779 INFO spawned: 'backup-script' with pid 66 2020-06-09 20:27:15,780 INFO spawned: 'purge-script' with pid 67 2020-06-09 20:27:15,782 INFO spawned: 'start-script' with pid 68 2020-06-09 20:27:15,782 INFO reaped unknown pid 8 (exit status 0) 2020-06-09 20:27:15,819 DEBG 'purge-script' stdout output: [info] Removing any Minecraft worlds backups with a creation date older than 14 days... 2020-06-09 20:27:15,819 INFO success: backup-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2020-06-09 20:27:15,819 INFO success: purge-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2020-06-09 20:27:15,819 DEBG 'backup-script' stdout output: [info] Waiting 12 hours before running worlds backup... 2020-06-09 20:27:15,820 DEBG 'start-script' stdout output: [info] Minecraft folder '/config/minecraft' already exists, rsyncing newer files... 2020-06-09 20:27:16,094 DEBG 'purge-script' stderr output: find: ‘/config/minecraft/backups/*’ 2020-06-09 20:27:16,095 DEBG 'purge-script' stderr output: : No such file or directory 2020-06-09 20:27:16,120 DEBG 'purge-script' stdout output: [info] Checking for old backups in 12 hours... 2020-06-09 20:27:17,122 INFO success: start-script entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2020-06-09 20:27:17,650 DEBG 'start-script' stdout output: [info] Starting Minecraft Bedrock process in screen session 'minecraft'... [info] To attach to the screen session run:- [info] docker exec -u nobody -it <container name> screen -r minecraft 2020-06-09 20:27:17,650 DEBG 'start-script' stdout output: [info] To detach from the screen session press:- [info] CTRL+a and then release keys and press d 2020-06-09 20:27:17,809 DEBG 'start-script' stdout output: [info] Minecraft Bedrock process is running
  11. Hi When using the console to access the server with docker exec -u nobody -it binhex-minecraftbedrockserver screen -r minecraft and you don't exist the screen session with CTRL+a and then release keys and press d How do you get back into the screen ? Says there are dead screen and attached screen, but nothing I have tried allows me back in.
  12. Using the docker from the community applications plugin quantumobject/docker-cacti
  13. I have tried to install cacti about 4 times: tried different spine location mentioned above: Keeping everything to default setting It keeps getting stuck on this section: Installing Cacti Server v1.2.5 Your Cacti Server is now installing Bar showing 35% Any idea what I'm doing wrong
  14. Hi Did you manage to come right, getting exactly the same issue, bad gateway Running the plex official docker. and with the following setting in plexsubdomain config include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_plex PlexMediaServer; proxy_pass http://192.168.0.21:32400;

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.