September 14, 20251 yr I'm not sure what version introduced this issue, but after a recent update (in the last few days), during boot the following error appears during bootup:a grep shows that only this plugin contains any reference to verify_installdynamix.unraid.net.plg:if [ -x "$SCRIPTS_DIR/verify_install.sh" ]; thendynamix.unraid.net.plg: echo "Running verify_install.sh"dynamix.unraid.net.plg: "$SCRIPTS_DIR/verify_install.sh"dynamix.unraid.net.plg: echo "ERROR: verify_install.sh not found or not executable"dynamix.unraid.net.plg: echo "ERROR: verify_install.sh not found or not executable"I'm not quite sure how to fix this - please advise if I do need to do something to eliminate this error.
September 14, 20251 yr I had the same error as you.I also had a rootfs size error where it was dangerously growing towards 100%.I uninstalled the plugin and 300MB out of 16GB were freed.I think the latest version (at least) of the plugin has some issues.
September 14, 20251 yr Following for a clarification from staff. There is nothing on the web to figure this out.Thanks
September 14, 20251 yr 3 hours ago, shwa87 said:I'm not sure what version introduced this issue, but after a recent update (in the last few days), during boot the following error appears during bootup:a grep shows that only this plugin contains any reference to verify_installdynamix.unraid.net.plg:if [ -x "$SCRIPTS_DIR/verify_install.sh" ]; thendynamix.unraid.net.plg: echo "Running verify_install.sh"dynamix.unraid.net.plg: "$SCRIPTS_DIR/verify_install.sh"dynamix.unraid.net.plg: echo "ERROR: verify_install.sh not found or not executable"dynamix.unraid.net.plg: echo "ERROR: verify_install.sh not found or not executable"I'm not quite sure how to fix this - please advise if I do need to do something to eliminate this error.Same for meroot@Tower:~# grep -rnI "verify_install" /boot /boot/config/plugins/dynamix.unraid.net.plg:465:if [ -x "$SCRIPTS_DIR/verify_install.sh" ]; then /boot/config/plugins/dynamix.unraid.net.plg:467: echo "Running verify_install.sh" /boot/config/plugins/dynamix.unraid.net.plg:469: "$SCRIPTS_DIR/verify_install.sh" /boot/config/plugins/dynamix.unraid.net.plg:471: echo "ERROR: verify_install.sh not found or not executable" /boot/config/plugins/dynamix.unraid.net.plg:472: echo "ERROR: verify_install.sh not found or not executable"Here is the script location - /usr/local/share/dynamix.unraid.net/install/scripts/verify_install.sh (attached) [Line 17 onwards] verify_install.sh Edited September 14, 20251 yr by Unraid-arr added verify_install.sh
September 15, 20251 yr Community Expert This is definitely an error on our new install check. Thanks for flagging this we will sort it out.
September 15, 20251 yr Community Expert 9 hours ago, invik said:I had the same error as you.I also had a rootfs size error where it was dangerously growing towards 100%.I uninstalled the plugin and 300MB out of 16GB were freed.I think the latest version (at least) of the plugin has some issues.Thanks for flagging this. I’ll see what I can do about this as well this week.
September 15, 20251 yr I see this update was pushed today.https://github.com/unraid/api/pull/1704We will see the performance and report again.Thanks
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.