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.

paladin

Members
  • Joined

  • Last visited

  1. So finally worked out a solution. I dont know why exactly. To resolve I just reinstalled the User>Scripts plugin. All my scripts were still there, And when Tuesday tolled around again the error didnt re-occur. Thank you to all that assisted
  2. Have fixed some. but keeps crashing before 11pm when only 1 cron scheduled at 10:02 which runs perfectly. Every single night bar something goes wrong Monday night
  3. root@Tower:~# cat /etc/cron.d/root # Set cpu turbo boost off: 00 23 * * * /usr/local/emhttp/plugins/tips.and.tweaks/scripts/rc.tweaks set_turbo off &> /dev/null # Set cpu turbo boost on: 00 05 * * * /usr/local/emhttp/plugins/tips.and.tweaks/scripts/rc.tweaks set_turbo on &> /dev/null # Generated docker monitoring schedule: 10 0 * * * /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: 45 22 * * * /usr/local/sbin/mover start > /dev/null 2> >(logger -t move) # NUT Runtime Statistics Module */30 * * * * /usr/sbin/nutstats > /dev/null 2>&1 # Generated parity check schedule: 0 5 * * 0 /usr/local/sbin/mdcmd check NOCORRECT &> /dev/null # Generated plugins version check schedule: 10 0 * * * /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugincheck &> /dev/null # Generated Unraid OS update check schedule: 11 0 * * 1 /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/unraidcheck &> /dev/null # Appdata.Backup cron settings 05 01 * * * php /usr/local/emhttp/plugins/appdata.backup/scripts/backup.php > /dev/null 2>&1 # Generated schedule for Mover Tuning move: 45 22 * * * /usr/local/emhttp/plugins/ca.mover.tuning/mover start |& logger -t move # CRON for CA background scanning of applications 3 * * * * php /usr/local/emhttp/plugins/community.applications/scripts/notices.php > /dev/null 2>&1 # Generated cron schedule for user.scripts */5 * * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/container_watch_v2sh/script > /dev/null 2>&1 01 2 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Copy appdata 2 NAS V3/script > /dev/null 2>&1 45 2 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Copy databases 2 NAS V3/script > /dev/null 2>&1 45 2 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Backup Flash - Copy 2 NAS Dropbox V33/script > /dev/null 2>&1 10 3 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Backup guardian to NAS Dropbox V33/script > /dev/null 2>&1 01 08 31 * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Backup_immich_photo_2_NAS_Cloud_V34/script > /dev/null 2>&1 55 2 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/npm_backupsh/script > /dev/null 2>&1 59 2 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/export npm db and letsencrypt from t1 and import to t2 V1/script > /dev/null 2>&1 0 17 * * 7 /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Backup paperless-ngx - copy 2 NAS V37/script > /dev/null 2>&1 30 17 * * 7 /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/paperless_1_to_paperless_2_restore_v2sh/script > /dev/null 2>&1 01 4 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Backup user scripts to NAS Dropbox_V35/script > /dev/null 2>&1 01 22 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/BackupRestoreWikijsSSH_V6/script > /dev/null 2>&1 59 09 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/db-backup now script fix/script > /dev/null 2>&1 0 4 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/deluge-mover/script > /dev/null 2>&1 1 23 * * 1 /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Delete old backups older than xx days V2/script > /dev/null 2>&1 15 4 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Seafile Garbage Collection/script > /dev/null 2>&1 root@Tower:~#
  4. Same issue again. This message starts at 11:47 pm Monday night. Continues until 6:47 am Tuesday. Then the GUI unresponsive. The only option to SSH from server 2 to server 1 and reboot. /etc/cron.hourly/user.script.start.hourly.sh: line 2: /usr/local/emhttp/plugins/user.scripts/startSchedule.php: No such file or directory Help!
  5. Thank you! Will do some housekeeping as you have highlighted my reticence to remove old versions as well. Will sort before Tuesdays impending errors. Thx again
  6. Is that the issue? you think?
  7. root@Tower:~# ls -lah /boot/config/plugins/user.scripts/scripts total 1.5M drwx------ 95 root root 16K Feb 17 15:19 ./ drwx------ 3 root root 16K Jul 15 2025 ../ drwx------ 2 root root 16K May 24 2023 1111/ drwx------ 2 root root 16K May 24 2023 1_A\ Start\ Script/ drwx------ 2 root root 16K Jan 31 2022 1_macinabox_helper/ drwx------ 2 root root 16K Dec 9 2020 1_macinabox_vmready_notify/ drwx------ 2 root root 16K May 24 2023 1aaaaatest/ drwx------ 2 root root 16K Sep 27 2024 Allow\ unRaid\ to\ utilize\ the\ full\ width\ of\ the\ browser\ instead\ of\ limited\ to\ 1920px/ drwx------ 2 root root 16K Sep 6 05:57 Backup\ DB\ PostgreSQL\ MariaDB-Copy\ 2\ NAS/ drwx------ 2 root root 16K Nov 26 17:43 Backup\ Flash\ -\ Copy\ 2\ NAS\ Dropbox\ V3/ drwx------ 2 root root 16K Dec 7 03:41 Backup\ Flash\ -\ Copy\ 2\ NAS\ Dropbox\ V33/ drwx------ 2 root root 16K Aug 24 07:44 Backup\ Flash\ Drive\ -\ Copy\ to\ GoogleDrive/ drwx------ 2 root root 16K Aug 24 07:44 Backup\ Flash\ Drive\ -\ Copy\ to\ NAS/ drwx------ 2 root root 16K Aug 24 07:45 Backup\ Flash\ Drive\ -\ Copy\ to\ NAS\ PCloud/ drwx------ 2 root root 16K Dec 26 13:06 Backup\ Seafile\ and\ Resore\ V1/ drwx------ 2 root root 16K Sep 12 16:31 Backup\ appdata\ to\ NAS\ TEST/ drwx------ 2 root root 16K Oct 8 11:10 Backup\ guardian\ to\ NAS\ Dropbox/ drwx------ 2 root root 16K Nov 26 17:48 Backup\ guardian\ to\ NAS\ Dropbox\ V3/ drwx------ 2 root root 16K Dec 7 04:12 Backup\ guardian\ to\ NAS\ Dropbox\ V33/ drwx------ 2 root root 16K Sep 7 00:56 Backup\ immich\ photo\ 2\ NAS/ drwx------ 2 root root 16K Oct 22 18:50 Backup\ paperless-ngx/ drwx------ 2 root root 16K Nov 17 20:16 Backup\ paperless-ngx\ -\ copy\ 2\ NAS/ drwx------ 2 root root 16K Nov 26 14:25 Backup\ paperless-ngx\ -\ copy\ 2\ NAS\ V3/ drwx------ 2 root root 16K Dec 8 22:04 Backup\ paperless-ngx\ -\ copy\ 2\ NAS\ V33/ drwx------ 2 root root 16K Dec 13 21:15 Backup\ paperless-ngx\ -\ copy\ 2\ NAS\ V36/ drwx------ 2 root root 16K Jan 24 13:22 Backup\ paperless-ngx\ -\ copy\ 2\ NAS\ V37/ drwx------ 2 root root 16K Nov 23 12:09 Backup\ user\ scripts\ to\ NAS\ Dropbox_V3/ drwx------ 2 root root 16K Jan 24 10:32 Backup\ user\ scripts\ to\ NAS\ Dropbox_V35/ drwx------ 2 root root 16K Nov 27 20:18 Backup\ user\ scripts\ to\ NAS\ Dropbox_V41/ drwx------ 2 root root 16K Nov 28 21:47 Backup\ user\ scripts\ to\ NAS\ Dropbox_V52/ drwx------ 2 root root 16K Aug 26 06:49 Backup\ wikijs\ -\ Copy\ to\ NAS\ GDrive/ drwx------ 2 root root 16K Nov 26 09:53 Backup\ wikijs\ tower1\ 2\ tower2\ -\ Backup\ V3/ drwx------ 2 root root 16K Nov 27 15:14 BackupRestoreWikijsSSH_V5/ drwx------ 2 root root 16K Nov 29 14:28 BackupRestoreWikijsSSH_V6/ drwx------ 2 root root 16K Nov 29 18:12 BackupRestoreWikijsSSH_V6_chatgpt/ drwx------ 2 root root 16K Nov 27 15:14 BackupWikijsRestore_SSH_V4/ drwx------ 2 root root 16K Dec 6 16:46 Backup_immich_photo_2_NAS_Cloud_V3/ drwx------ 2 root root 16K Dec 9 12:18 Backup_immich_photo_2_NAS_Cloud_V33/ drwx------ 2 root root 16K Jan 24 13:46 Backup_immich_photo_2_NAS_Cloud_V34/ drwx------ 2 root root 16K Aug 25 21:03 Check\ if\ the\ amount\ of\ docker\ containers\ is\ correct/ drwx------ 2 root root 16K Nov 26 17:26 Copy\ appdata\ 2\ NAS\ V3/ drwx------ 2 root root 16K Nov 26 17:34 Copy\ databases\ 2\ NAS\ V3/ drwx------ 2 root root 16K Oct 4 22:51 Copy\ databses\ 2\ NAS/ drwx------ 2 root root 16K Dec 11 18:54 Custom\ tabs\ super/ drwx------ 2 root root 16K Sep 6 05:58 DB-Backup\ -\ Immich/ drwx------ 2 root root 16K Nov 22 22:33 Delete\ old\ backups\ and\ files\ older\ than\ xx\ and\ exclude\ folders\ v1/ drwx------ 2 root root 16K Nov 22 21:40 Delete\ old\ backups\ older\ than\ 21\ days\ V1/ drwx------ 2 root root 16K Sep 2 22:05 Delete\ old\ backups\ older\ than\ xx\ days/ drwx------ 2 root root 16K Oct 5 14:38 Delete\ old\ backups\ older\ than\ xx\ days\ V2/ drwx------ 2 root root 16K Dec 26 13:16 Docker\ cleanup\ script/ drwx------ 2 root root 16K Aug 13 2024 EasyBackup\ Daily/ drwx------ 2 root root 16K Aug 19 06:12 Fan\ fix\ test/ drwx------ 2 root root 16K Aug 19 06:52 ILO\ Fan\ test\ V2/ drwx------ 2 root root 16K Dec 11 18:55 Increase\ PHP-FPM\ max_children\ to\ handle\ more\ concurrent\ UIAPI\ calls/ drwx------ 2 root root 16K Dec 11 18:54 Install\ requests\ deluge-mover/ drwx------ 2 root root 16K Nov 17 11:46 Restore\ paperless-ngx/ drwx------ 2 root root 16K Nov 11 10:48 Restore\ wikijs\ tower1\ to\ wikjs\ tower2/ drwx------ 2 root root 16K Nov 16 12:21 Seafile\ Garbage\ Collection/ drwx------ 2 root root 16K Aug 20 04:28 Start\ Home\ Assist/ drwx------ 2 root root 16K May 20 2023 Test\ SSH/ drwx------ 2 root root 16K May 20 2023 Test\ SSH\ V2/ drwx------ 2 root root 16K May 21 2023 Test\ SSH\ V3/ drwx------ 2 root root 16K Aug 25 19:20 Unraid\ ZFS\ Auto\ Dataset\ Update/ drwx------ 2 root root 16K Aug 25 19:16 Unraid\ check\ docker\ script/ drwx------ 2 root root 16K Oct 28 17:22 Unraid_check_docker_scriptsh/ drwx------ 2 root root 16K Oct 4 22:23 XMR\ Hashrate\ Increase\ Memory\ Hack/ drwx------ 4 root root 16K May 18 2023 __MACOSX/ drwx------ 2 root root 16K May 24 2023 aaa\ Fan\ Test/ drwx------ 2 root root 16K Jul 7 2025 aterfax-silence-dl380pG8-screen/ drwx------ 2 root root 16K Jan 25 21:19 container_watch_v2sh/ drwx------ 2 root root 16K Dec 4 08:59 container_watchsh/ drwx------ 2 root root 16K Dec 26 13:09 db-backup\ now\ script\ fix/ drwx------ 2 root root 16K May 5 2023 delete.ds_store/ drwx------ 2 root root 16K May 5 2023 delete_dangling_images/ drwx------ 2 root root 16K Jul 13 2025 deluge-mover/ drwx------ 2 root root 16K Jul 7 2025 djaenk-quiet-dl380pG8sh/ drwx------ 2 root root 16K Feb 14 17:07 export\ npm\ db\ and\ letsencrypt\ from\ t1\ and\ import\ to\ t2\ V1/ drwx------ 2 root root 16K Jul 7 2025 ilofan/ drwx------ 2 root root 16K Jul 7 2025 ja-silence-dl20G9/ drwx------ 2 root root 16K Aug 21 05:48 ja-silence-dl20G9sh/ drwx------ 2 root root 16K Aug 21 05:57 kg-silence-dl380pG8sh/ drwx------ 2 root root 16K Feb 14 11:07 npm_backupsh/ drwx------ 2 root root 16K Feb 14 10:19 npm_restoresh/ drwx------ 2 root root 16K Feb 16 20:52 paperless_1_to_paperless_2_restore_v2sh/ drwx------ 2 root root 16K Sep 12 17:27 potgres\ backup\ test\ v2/ drwx------ 2 root root 16K Dec 18 09:31 rclone_dropbox-to-seafile-v3/ drwx------ 2 root root 16K Feb 16 19:32 restore_paperless_claude_v11/ drwx------ 2 root root 16K Aug 19 19:25 ssh_key_exchange/ drwx------ 2 root root 16K Dec 20 20:32 test/ drwx------ 2 root root 16K Aug 21 05:22 tty13-fanctrlsh/ drwx------ 2 root root 16K Nov 19 17:42 unraid_backup_manager/ drwx------ 2 root root 16K May 5 2023 viewDockerLogSize/ drwx------ 2 root root 16K Dec 11 18:53 vmmax_map_count/ drwx------ 2 root root 16K Sep 9 01:07 wikijs\ backup\ Test/ drwx------ 2 root root 16K Nov 26 17:58 wikijs_backup_and_restore-SSH\ V3/
  8. root@Tower:~# cat /etc/cron.d/root # Set cpu turbo boost off: 00 23 * * * /usr/local/emhttp/plugins/tips.and.tweaks/scripts/rc.tweaks set_turbo off &> /dev/null # Set cpu turbo boost on: 00 05 * * * /usr/local/emhttp/plugins/tips.and.tweaks/scripts/rc.tweaks set_turbo on &> /dev/null # Generated docker monitoring schedule: 10 0 * * * /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: 45 22 * * * /usr/local/sbin/mover start > /dev/null 2> >(logger -t move) # NUT Runtime Statistics Module */30 * * * * /usr/sbin/nutstats > /dev/null 2>&1 # Generated parity check schedule: 0 5 * * 0 /usr/local/sbin/mdcmd check NOCORRECT &> /dev/null # Generated plugins version check schedule: 10 0 * * * /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugincheck &> /dev/null # Generated Unraid OS update check schedule: 11 0 * * 1 /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/unraidcheck &> /dev/null # Appdata.Backup cron settings 05 01 * * * php /usr/local/emhttp/plugins/appdata.backup/scripts/backup.php > /dev/null 2>&1 # Generated schedule for Mover Tuning move: 45 22 * * * /usr/local/emhttp/plugins/ca.mover.tuning/mover start |& logger -t move # CRON for CA background scanning of applications 11 * * * * php /usr/local/emhttp/plugins/community.applications/scripts/notices.php > /dev/null 2>&1 # Generated cron schedule for user.scripts 01 2 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Copy appdata 2 NAS V3/script > /dev/null 2>&1 45 2 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Copy databases 2 NAS V3/script > /dev/null 2>&1 45 2 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Backup Flash - Copy 2 NAS Dropbox V33/script > /dev/null 2>&1 10 3 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Backup guardian to NAS Dropbox V33/script > /dev/null 2>&1 01 08 31 * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Backup_immich_photo_2_NAS_Cloud_V34/script > /dev/null 2>&1 55 2 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/export npm db and letsencrypt from t1 and import to t2 V1/script > /dev/null 2>&1 0 17 * * 7 /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Backup paperless-ngx - copy 2 NAS V37/script > /dev/null 2>&1 30 17 * * 7 /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/paperless_1_to_paperless_2_restore_v2sh/script > /dev/null 2>&1 01 4 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Backup user scripts to NAS Dropbox_V35/script > /dev/null 2>&1 01 22 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/BackupRestoreWikijsSSH_V6/script > /dev/null 2>&1 59 09 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/db-backup now script fix/script > /dev/null 2>&1 0 4 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/deluge-mover/script > /dev/null 2>&1 1 23 * * 1 /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Delete old backups older than xx days V2/script > /dev/null 2>&1 15 4 * * * /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/Seafile Garbage Collection/script > /dev/null 2>&1
  9. Uploaded in error apologies. Attached Also following notification received at 11:47, 12:47, 1:47,2:47, 3:47, etc until i reboot as gui frozen. Though i can ssh in... /etc/cron.hourly/user.script.start.hourly.sh: line 2: /usr/local/emhttp/plugins/user.scripts/startSchedule.php: No such file or directory tower-diagnostics-20260217-1241.zip
  10. Further info, I have confirmed that happens ONLY every Monday evening AEST. I have a bunch of backup script sthat run early morning. Some have run successfully whilst others earlier in the morning have not.
  11. tower-diagnostics-20260211-1857.zip syslog-previous
  12. I have the following two errors occuring: /etc/cron.hourly/user.script.start.hourly.sh: line 2: /usr/local/emhttp/plugins/user.scripts/startSchedule.php: No such file or directory and /etc/cron.daily/user.script.start.daily.sh: line 2: /usr/local/emhttp/plugins/user.scripts/startSchedule.php: No such file or directory Have confirmed all files mention exist. Help!
  13. I added this to docker configuration and all good now! NTFY_BEHIND_PROXY=TRUE variable
  14. I'm in exact same boat. Any resolution?

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.