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.

Patric

Members
  • Joined

  • Last visited

Everything posted by Patric

  1. Did you find a way to do this?
  2. This is what solved my problem. Kudos @kp74508
  3. This stooped it for me, thank you.
  4. @ljm42 This is by far the most prevalent application when I go through the git log and show the info: diff --git a/config/plugins/dynamix/monitor.ini b/config/plugins/dynamix/monitor.ini index 6ab9d95..3c7a543 100644 --- a/config/plugins/dynamix/monitor.ini +++ b/config/plugins/dynamix/monitor.ini @@ -5,4 +5,4 @@ disk4="90" [disk] cache2="red" [system] -docker="76" +docker="77" I dont know what this dose.
  5. Thank you, will do that later today and see what I get.
  6. This is what I get with git log and a few minutes back. I also posted the git show further down the page. commit 8bccfa00ddb5510db83a28b02cc477374b3f8bec (HEAD -> master, origin/master, origin/HEAD) Author: gitbot <[email protected]> Date: Thu Oct 7 09:43:22 2021 +0200 Config change commit a952a9836e9baa6f0cc915b6383e69db3de40f18 Author: gitbot <[email protected]> Date: Wed Oct 6 20:58:03 2021 +0200 Config change commit bb0d27e2a97f6b0e4509aed868654bc86fa6c56a Author: gitbot <[email protected]> Date: Wed Oct 6 20:56:03 2021 +0200 Config change commit 570852789ef26dbaa8e20ff75733c122145bcdd0 Author: gitbot <[email protected]> Date: Wed Oct 6 20:52:05 2021 +0200 Config change commit fedc36b17cac4759341ed751942c675520b49bf6 Author: gitbot <[email protected]> Date: Wed Oct 6 20:48:04 2021 +0200 Config change commit f96aac663d10969dd7d0a1878c1db6d778eab710 Author: gitbot <[email protected]> Date: Wed Oct 6 20:45:04 2021 +0200 Config change commit 116e4f395665f111d788b8194a9c6a5b0a9eb27a Author: gitbot <[email protected]> Date: Wed Oct 6 20:43:04 2021 +0200 Config change commit 1d18ca44134aa9721b21797ce2ff45a3d021b049 Author: gitbot <[email protected]> Date: Wed Oct 6 20:40:04 2021 +0200 Config change commit 3dfaf708372fb10a728eb8b49a2f0be5e09fe502 Author: gitbot <[email protected]> Date: Wed Oct 6 20:36:04 2021 +0200 Config change commit 24851053202cee1e4a1c68ec6f9ce29420ad113a Author: gitbot <[email protected]> Date: Wed Oct 6 20:31:04 2021 +0200 Config change commit 6d483c4a123241b846a83a71d3f0926419b229e5 Author: gitbot <[email protected]> Date: Wed Oct 6 20:28:04 2021 +0200 Config change commit 3a7225e91bfdf320e4e73a3b1c0185ef4107e7b1 Author: gitbot <[email protected]> Date: Wed Oct 6 20:26:04 2021 +0200 git show Config change diff --git a/config/plugins/dynamix.my.servers/.gitignore b/config/plugins/dynamix.my.servers/.gitignore deleted file mode 100644 index 69e8c03..0000000 --- a/config/plugins/dynamix.my.servers/.gitignore +++ /dev/null @@ -1 +0,0 @@ -webComps diff --git a/config/plugins/nvidia-driver.plg b/config/plugins/nvidia-driver.plg index e5113a9..1a5b684 100644 --- a/config/plugins/nvidia-driver.plg +++ b/config/plugins/nvidia-driver.plg @@ -2,11 +2,11 @@ <!DOCTYPE PLUGIN [ <!ENTITY name "nvidia-driver"> <!ENTITY author "ich777"> - <!ENTITY version "2021.07.30"> + <!ENTITY version "2021.09.17"> <!ENTITY launch "Settings/nvidia-driver"> <!ENTITY gitURL "https://github.com/&author;/unraid-&name;/raw/master"> <!ENTITY pluginURL "&gitURL;/&name;.plg"> - <!ENTITY md5 "d2d508a41b75ea0449938a36999bdd35"> + <!ENTITY md5 "17090d9bd16d3c18e533b429423d0680"> <!ENTITY plugin "/boot/config/plugins/&name;"> <!ENTITY emhttp "/usr/local/emhttp/plugins/&name;"> ]> @@ -15,6 +15,12 @@ <CHANGES> +###2021.09.17 +- Fixed plugin to escape variables properly + +###2021.09.15 +- Added message to New Feature and Production Branch if no driver package is found for current unRAID version + ###2021.07.30 - Bugfix, thanks to cybrnook diff --git a/config/plugins/unassigned.devices.plg b/config/plugins/unassigned.devices.plg index 45bab92..734ee41 100644 --- a/config/plugins/unassigned.devices.plg +++ b/config/plugins/unassigned.devices.plg @@ -3,12 +3,12 @@ <!DOCTYPE PLUGIN [ <!ENTITY name "unassigned.devices"> <!ENTITY author "dlandon"> -<!ENTITY version "2021.08.28"> +<!ENTITY version "2021.09.26"> <!ENTITY launch "Main/UnassignedDevices"> <!ENTITY gitURL "https://github.com/&author;/&name;/raw/master"> <!ENTITY pluginURL "&gitURL;/&name;.plg"> <!ENTITY supportURL "https://forums.unraid.net/topic/92462-unassigned-devices-managing-disk-drives-and-remote-shares-outside-of-the-unraid-array/"> -<!ENTITY MD5 "f56f91c2919817dabcdfe76c328964c7"> +<!ENTITY MD5 "8c4e5c66433bf143787341f2a01b6740"> ]> <PLUGIN name="&name;" @@ -23,12 +23,24 @@ <CHANGES> ##&name; ###&version; +- Fix: Do not allow exclamation character in disk mount point. +- Fix: Remove legacy partition toggle code. +- Fix: Remove and reload shares when changing UD settings - missing device. +- Fix: Double file system display on some luks devices. +- Fix: Rework disk label on change mountpoint dialog. +- Fix: More code cleanup. + +###2021.09.12a +- Fix: Do not allow pound or ampersand characters in disk mount point. +- Add: NFSv4 support for mounting remote NFS shares. The NFS version to use is set in UD settings. + +###2021.08.28 - Fix: Auto mount remote shares fails on boot. - Fix: Rework disk label routine. ###2021.08.27 - Fix: Force lazy unmount on NFS mounts. -- Fix: Remove unnecessary parameters from NFS remote share mount command and use system defaults. +- Fix: Remove unnecessary parameters from NFS remote share mount command and use defaults. - Fix: Only show log icon on first partition when 'Show Partitions' is on. - Add: File browse fixes for Unraid 6.10. - Add: Limit ISO file browsing to /mnt/user/isos/ folder.
  7. Thank you guys for answering Squid & ljm42. And good luck tetrapod, my fellow toothpick 😂 How far back do I need to retrieve logs?
  8. Hi Can I jump in here, I have a similar problem.
  9. This is the output from those commands: root@....:/boot# git show commit 8bccfa00ddb5510db83a28b02cc477374b3f8bec (HEAD -> master, origin/master, origin/HEAD) Author: gitbot <[email protected]> Date: Thu Oct 7 09:43:22 2021 +0200 Config change diff --git a/config/plugins/dynamix.my.servers/.gitignore b/config/plugins/dynamix.my.servers/.gitignore deleted file mode 100644 index 69e8c03..0000000 --- a/config/plugins/dynamix.my.servers/.gitignore +++ /dev/null @@ -1 +0,0 @@ -webComps diff --git a/config/plugins/nvidia-driver.plg b/config/plugins/nvidia-driver.plg index e5113a9..1a5b684 100644 --- a/config/plugins/nvidia-driver.plg +++ b/config/plugins/nvidia-driver.plg @@ -2,11 +2,11 @@ <!DOCTYPE PLUGIN [ <!ENTITY name "nvidia-driver"> <!ENTITY author "ich777"> - <!ENTITY version "2021.07.30"> + <!ENTITY version "2021.09.17"> <!ENTITY launch "Settings/nvidia-driver"> <!ENTITY gitURL "https://github.com/&author;/unraid-&name;/raw/master"> <!ENTITY pluginURL "&gitURL;/&name;.plg"> - <!ENTITY md5 "d2d508a41b75ea0449938a36999bdd35"> + <!ENTITY md5 "17090d9bd16d3c18e533b429423d0680"> <!ENTITY plugin "/boot/config/plugins/&name;"> <!ENTITY emhttp "/usr/local/emhttp/plugins/&name;"> ]> @@ -15,6 +15,12 @@ <CHANGES> +###2021.09.17 +- Fixed plugin to escape variables properly + +###2021.09.15 +- Added message to New Feature and Production Branch if no driver package is found for current unRAID version + ###2021.07.30 - Bugfix, thanks to cybrnook diff --git a/config/plugins/unassigned.devices.plg b/config/plugins/unassigned.devices.plg index 45bab92..734ee41 100644 --- a/config/plugins/unassigned.devices.plg +++ b/config/plugins/unassigned.devices.plg @@ -3,12 +3,12 @@ <!DOCTYPE PLUGIN [ <!ENTITY name "unassigned.devices"> <!ENTITY author "dlandon"> -<!ENTITY version "2021.08.28"> +<!ENTITY version "2021.09.26"> <!ENTITY launch "Main/UnassignedDevices"> <!ENTITY gitURL "https://github.com/&author;/&name;/raw/master"> <!ENTITY pluginURL "&gitURL;/&name;.plg"> <!ENTITY supportURL "https://forums.unraid.net/topic/92462-unassigned-devices-managing-disk-drives-and-remote-shares-outside-of-the-unraid-array/"> -<!ENTITY MD5 "f56f91c2919817dabcdfe76c328964c7"> +<!ENTITY MD5 "8c4e5c66433bf143787341f2a01b6740"> ]> <PLUGIN name="&name;" @@ -23,12 +23,24 @@ <CHANGES> ##&name; ###&version; +- Fix: Do not allow exclamation character in disk mount point. +- Fix: Remove legacy partition toggle code. +- Fix: Remove and reload shares when changing UD settings - missing device. +- Fix: Double file system display on some luks devices. +- Fix: Rework disk label on change mountpoint dialog. +- Fix: More code cleanup. + +###2021.09.12a +- Fix: Do not allow pound or ampersand characters in disk mount point. +- Add: NFSv4 support for mounting remote NFS shares. The NFS version to use is set in UD settings. + +###2021.08.28 - Fix: Auto mount remote shares fails on boot. - Fix: Rework disk label routine. ###2021.08.27 - Fix: Force lazy unmount on NFS mounts. -- Fix: Remove unnecessary parameters from NFS remote share mount command and use system defaults. +- Fix: Remove unnecessary parameters from NFS remote share mount command and use defaults. - Fix: Only show log icon on first partition when 'Show Partitions' is on. - Add: File browse fixes for Unraid 6.10. - Add: Limit ISO file browsing to /mnt/user/isos/ folder. root@......:/boot# git log commit 8bccfa00ddb5510db83a28b02cc477374b3f8bec (HEAD -> master, origin/master, origin/HEAD) Author: gitbot <[email protected]> Date: Thu Oct 7 09:43:22 2021 +0200 Config change commit a952a9836e9baa6f0cc915b6383e69db3de40f18 Author: gitbot <[email protected]> Date: Wed Oct 6 20:58:03 2021 +0200 Config change commit bb0d27e2a97f6b0e4509aed868654bc86fa6c56a Author: gitbot <[email protected]> Date: Wed Oct 6 20:56:03 2021 +0200 Config change commit 570852789ef26dbaa8e20ff75733c122145bcdd0 Author: gitbot <[email protected]> Date: Wed Oct 6 20:52:05 2021 +0200 Config change commit fedc36b17cac4759341ed751942c675520b49bf6 Author: gitbot <[email protected]> Date: Wed Oct 6 20:48:04 2021 +0200 git show 8bccfa00ddb5510db83a28b02cc477374b3f8bec commit 8bccfa00ddb5510db83a28b02cc477374b3f8bec (HEAD -> master, origin/master, origin/HEAD) Author: gitbot <[email protected]> Date: Thu Oct 7 09:43:22 2021 +0200 Config change diff --git a/config/plugins/dynamix.my.servers/.gitignore b/config/plugins/dynamix.my.servers/.gitignore deleted file mode 100644 index 69e8c03..0000000 --- a/config/plugins/dynamix.my.servers/.gitignore +++ /dev/null @@ -1 +0,0 @@ -webComps diff --git a/config/plugins/nvidia-driver.plg b/config/plugins/nvidia-driver.plg index e5113a9..1a5b684 100644 --- a/config/plugins/nvidia-driver.plg +++ b/config/plugins/nvidia-driver.plg @@ -2,11 +2,11 @@ <!DOCTYPE PLUGIN [ <!ENTITY name "nvidia-driver"> <!ENTITY author "ich777"> - <!ENTITY version "2021.07.30"> + <!ENTITY version "2021.09.17"> <!ENTITY launch "Settings/nvidia-driver"> <!ENTITY gitURL "https://github.com/&author;/unraid-&name;/raw/master"> <!ENTITY pluginURL "&gitURL;/&name;.plg"> - <!ENTITY md5 "d2d508a41b75ea0449938a36999bdd35">
  10. Hi Still a noob and trying to run Unraid with the knowledge of a toothpick. By accident i looked in the system log and the output from this is a never ending "flash_backup: adding task: /usr/local/emhttp/plugins/dynamix.my.servers/scripts/UpdateFlashBackup.php update" I looked around and found some information but could not get it to work. Tank you. This is what solved my problem. xavier-diagnostics-20211008-1443.nr2.zip
  11. Not sure of the cause but a new usb flash did the job and got the server back up and running.
  12. Hi Im having problems with my server and hope you good folks can help. I upgraded my parity drive to a larger disk, parity check and every thing was working fine. I did a reboot and it never cam back up. I can IPMI and boot, go in to the gui, from here I do not get the web ui, and from the terminal (over ipmi) i can not find my drives... I can not find the servers ip from the router, and ifconfig shows a completely wrong ip addr while in ipmi. I have cheeked the usb and it seems to be oki, but not sure. Anny help would be greatly appreciated

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.