Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Fails to load in Unraid 6.11.0-RC1 #69

Open
NickM-27 opened this issue Jul 26, 2022 · 13 comments
Open

[BUG] Fails to load in Unraid 6.11.0-RC1 #69

NickM-27 opened this issue Jul 26, 2022 · 13 comments

Comments

@NickM-27
Copy link

Updated to Unraid 6.11.0-RC1 and it never seems to load, gives this error in the logs:

root: Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/NerdPack/scripts/packagemanager on line 79

@alez007
Copy link

alez007 commented Jul 30, 2022

it's because no package folder has been added yet for unraid version 6.11. I needed this to work ASAP so I hacked into it by modifying /usr/local/emhttp/plugins/NerdPack/include/NerdPackHelpers.php and specifically adding version 6.10 on line 3

Screenshot 2022-07-30 at 21 16 18

it's a hack I know 🤷 but I'm sure this will get fixed soon

@weirdcrap
Copy link

weirdcrap commented Aug 1, 2022

it's because no package folder has been added yet for unraid version 6.11. I needed this to work ASAP so I hacked into it by modifying /usr/local/emhttp/plugins/NerdPack/include/NerdPackHelpers.php and specifically adding version 6.10 on line 3

Screenshot 2022-07-30 at 21 16 18

it's a hack I know shrug but I'm sure this will get fixed soon

Does this persist between reboots? I'd like to be on the RC as it supposedly addresses an issue I've been having but I also heavily rely on a few tools from NerdPack.

Looking forward to an official fix.

@NickM-27
Copy link
Author

NickM-27 commented Aug 1, 2022

I just moved the plugins from the NerdPack folder to /boot/extra and they have worked fine. I will use the above fix if I need to download any new packages

@alez007
Copy link

alez007 commented Aug 1, 2022

it's because no package folder has been added yet for unraid version 6.11. I needed this to work ASAP so I hacked into it by modifying /usr/local/emhttp/plugins/NerdPack/include/NerdPackHelpers.php and specifically adding version 6.10 on line 3
Screenshot 2022-07-30 at 21 16 18
it's a hack I know shrug but I'm sure this will get fixed soon

Does this persist between reboots? I'd like to be on the RC as it supposedly addresses an issue I've been having but I also heavily rely on a few tools from NerdPack.

Looking forward to an official fix.

I haven't tried it but I doubt it persists between reboots. It's just a hack I'm using until a proper fix is in place.

@weirdcrap
Copy link

So the discussion on the forum is that dmacias is AFK and this will most likely be marked incompatible in CA with 6.11 stable. /boot/extra appears to be the way to go for installing slackware packages you want.

Unraid is currently on slackware 15 (this can be checked with cat /etc/slackware-version).

@txwireless
Copy link

txwireless commented Aug 17, 2022

Since it looks like this may be a longer term fix, I decided to make the update of the package file more automated in case it doesn't persist the reboot. Added the following to my go file.

DevPack and NerdPack Fix

@alez007
Copy link

alez007 commented Aug 18, 2022

Since it looks like this may be a longer term fix, I decided to make the update of the package file more automated in case it doesn't persist the reboot. Added the following to my go file.

DevPack and NerdPack Fix

I've been less elegant than that:

cp /boot/config/plugins/NerdPack/packages/6.10/packages.json /boot/config/plugins/NerdPack/packages/6.11/packages.json

@thorrrr
Copy link

thorrrr commented Sep 24, 2022

HI Guys
I am getting a warning re this plugin
The author (or moderators of Community Applications) of the plugin template (https://raw.githubusercontent.com/dmacias72/unRAID-NerdPack/master/plugin/NerdPack.plg) has specified that this plugin is incompatible with your version of Unraid (6.11.0). You should uninstall the plugin here

Do i need to remove it? I thought reading above it was type of fixed for now but now not sure!

@thecode
Copy link

thecode commented Sep 24, 2022

HI Guys I am getting a warning re this plugin The author (or moderators of Community Applications) of the plugin template (https://raw.githubusercontent.com/dmacias72/unRAID-NerdPack/master/plugin/NerdPack.plg) has specified that this plugin is incompatible with your version of Unraid (6.11.0). You should uninstall the plugin here

Do i need to remove it? I thought reading above it was type of fixed for now but now not sure!

It is already disabled once you upgraded to 6.11, you should remove it. Keep watching this issue, if a new version released you can reinstall it

@alez007
Copy link

alez007 commented Sep 26, 2022

yeah, the fixes here are more or less hacks, if you can afford waiting for a proper update, then better to do so

@thorrrr
Copy link

thorrrr commented Sep 26, 2022

HI
More than happy to wait your plugin has been a god send over the years well done for the work you put in.

@thorrrr
Copy link

thorrrr commented Oct 18, 2022

yeah, the fixes here are more or less hacks, if you can afford waiting for a proper update, then better to do so

Have you released a new version yet?

@alez007
Copy link

alez007 commented Oct 18, 2022

@thorrrr apparently the owner of this pack is MIA so a new plugin was launched for unraid: https://forums.unraid.net/topic/129200-plug-in-nerdtools/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants