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.

unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)

Featured Replies

no sshpass ????? O MANNNNNNN

  • 2 weeks later...
  • Replies 2k
  • Views 777.4k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • EDIT: Nerdtools is now available as a replacement, you might want to check that first: Some tools like iperf3 and perl are now included in the base unraid release, hence them not being present i

  • Lol, are we going to petition the willy wonka company to change the name of their candy too?  I guess its not a big deal to change the name, I just have to laugh at the thought of someone honestly bei

  • Reason why it's not marked as being incompatible and it hasn't been said point blank that it's going to disappear is because the deadline for this to happen is when 6.11 stable is released.  

Posted Images

Hello,

 

I would like to see "ccze" being added - would that be possible (https://github.com/cornet/ccze)?

It's available from the default ubuntu repo's and rhel (although seems to be missing on rhel8 though but the rpm from rhel also works on rhel 8.

 

Regards

Sjoerd

Has anyone gotten the tailscale plugin added in February working? I use the docker, but it would be nice to be able to have tailscale running as a plugin to allow access without the array running.

Has this plugin been abandoned or close to it? There hasn't been a commit in three months and there are a lot of open issues on GitHub + many of the packages are out of date. Is there an alternative, at least somewhat convenient way of installing CLI tools and keeping them updated?

  • 3 weeks later...

I made a newbie mistake.

I accidentally installed all of the packages. Before I make it worse, are any of the packages part of Unraid default setup? Can I just remove them all?

 

Thank you so much!!!

Edited by ejf513

2 hours ago, ejf513 said:

Can I just remove them all?

yes

 

I recommend only installing the ones you use regularly.

It was unintentional. I only needed to install PERL temporarily in order to install the System Temp plugin.

 

Thank you for your help!

Edited by ejf513

I deleted everything in Nerd pack and now in the plugins folder the author, version, and status all say unknown. It looks like I deleted something that Unraid needs....

3 hours ago, ejf513 said:

I deleted everything in Nerd pack and now in the plugins folder the author, version, and status all say unknown. It looks like I deleted something that Unraid needs....

reboot

That fixed everything! Thank you again!

  • 2 weeks later...

I see that iperf3 is 3.9, how can I get the latest 3.10.1 version?

On 3/19/2021 at 11:21 PM, walle said:

I would like to have the option to install autossh with Nredpack if possible.

 

I don't know, if you have it running now, but here is how to setup it manually on terminal:

 

wget https://packages.slackonly.com/pub/packages/14.2-x86_64/network/autossh/autossh-1.4g-x86_64-1_slonly.txz
installpkg autossh-1.4g-x86_64-1_slonly.txz

 

 

  • 2 weeks later...
On 12/7/2020 at 5:35 PM, xthursdayx said:

I'm not sure why, since it seems like you're no longer having this problem @ksignorini, but I'm not having this exact issue with neofetch. I'm on 6.8.3 and Nerdpack is up to date. Any ideas @dmacias?

I'm still having this same issue with neofetch on the latest version of unRAID. The NerdPack interface shows neofetch-20200708-noarch-1.txz as downloaded but not installed, and my syslog shows "nerdpack: Installing neofetch-20200708 package..." while every other package I have installed says something like "perl-5.32.0 package up to date, checksum ok."

Any ideas why it won't actually install?

  • 3 weeks later...

The powertop package 2.13 seems to be partially incompatible with Slackware 14.2 as this user reported that only powertop 2.8 returns the correct C-States of his i9-9900.

 

Is version 2.13 a Slackware Current build? If yes, maybe some needs to build it especially for Slackware 14.2?!

Is NerdPack support for UnRaid 6.10 planned ? 

Edited by glennv

The Nerdpack plugin code has an issue with Unraid versions with a minor version number higher than 9. It parses the version string wrongly. Version 6.10 triggers this issue 😞

 

I opened an issue on Github several days ago, here (did not submit a pull req so far).

On 8/7/2021 at 3:41 PM, doron said:

The Nerdpack plugin code has an issue with Unraid versions with a minor version number higher than 9. It parses the version string wrongly. Version 6.10 triggers this issue 😞

 

I opened an issue on Github several days ago, here (did not submit a pull req so far).

Same issue here.

server-diagnostics-20210809-1910.zip

Seems that there are release differences between Nerd Pack and Dev Pack. After installing python3 I ended up with:

 

root@Tower:~# python3
python3: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by /usr/lib64/libpython3.9.so.1.0)
python3: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by /usr/lib64/libpython3.9.so.1.0)

 

glibc offers 2.30. python3 3.9 does not work with this.

 

I will crosspost in the other plugins section as well.

Edited by hawihoney

Would it be possible to add Mame-Tools? Packages exist for Slack. Depends are LibSDL2 and GlibC 2.33 being available for a current version. Mostly desired for CHDMAN. There is a docker for CHDMAN but it has a static script that isn't very flexible for my needs. I'm trying to bulk convert ~10TB+ of archived Bin/Cue & ISO images to CHD since they are directly playable and this would be best suited doing directly on the server (especially since CHDMAN is multithread and I have 48 threads to work with on my unraid box.)

I was able to manually install Mame-Tools and SDL2 with upgradepkg --install-new; however the GLIBC available through NerdPack/DevPack and Unraid is too old. I'll try manually installing a new GLIBC and hoping that doesn't break the runtime. If it does a reboot should recover me.

Thanks for the consideration

EDIT: For now I am rebuilding that container by editing the DockerFile to execute a script that I am binding via -v as a file. This lets me edit the script easily to suit my needs and lets me execute CHDMAN without needing to worry about dependency hell and such.

Edited by Xaero

On 8/12/2021 at 9:12 AM, hawihoney said:

Seems that there are release differences between Nerd Pack and Dev Pack. After installing python3 II ended up with:

 

root@Tower:~# python3
python3: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by /usr/lib64/libpython3.9.so.1.0)
python3: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by /usr/lib64/libpython3.9.so.1.0)

 

glibc offers 2.30. python3 3.9 does not work with this.

 

I will crosspost in the other plugins section as well.

this latest update of the plug-in made the tools tmux & screen unusable with the same error message.

these tools are used daily here and i kindly ask for a fix.

Would love to see btrbk added. Would make handling Btrfs snapshots and rotation easier...

On 8/14/2021 at 6:21 AM, s.Oliver said:

this latest update of the plug-in made the tools tmux & screen unusable with the same error message.

these tools are used daily here and i kindly ask for a fix.

Same error for me with python3.9

Hello, is there a way we could help to keep this plugin updated?

I was looking at the github to see if I could update Exiftool but can't see anything usefull.

 

Guest
This topic is now closed to further replies.

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.