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

On 10/11/2018 at 9:49 PM, DZMM said:

I don't know if you do requests, but is it possible to add mergerfs please as an addition to unionfs?

@dmacias is it possible to add mergerfs?

  • Replies 2k
  • Views 777.8k
  • 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

It's ok - I've managed to get around using mergerfs this evening - sorry for any hassle caused with any research.

Please add bash-completion.

Thanks!

On 10/18/2018 at 3:40 PM, dmacias said:
On 10/18/2018 at 1:31 PM, tomhoover said:
Please add bash-completion.

Added

Adding bash-completion for Docker in your /boot/config/go:

curl https://raw.githubusercontent.com/docker/docker-ce/master/components/cli/contrib/completion/bash/docker -o /etc/bash_completion.d/docker.sh

 

On 10/15/2018 at 4:50 PM, DZMM said:

@dmacias is it possible to add mergerfs?

Is mergerfs possible please?

Is mergerfs possible please?
I don't think so. I don't see anything with mergerfs and slackware and it would probably require many more packages
2 hours ago, dmacias said:

I don't think so. I don't see anything with mergerfs and slackware and it would probably require many more packages

Pity - thanks for checking

Possibly a stupid question; but i'm running unraid 6.5.3 and i've read that upgrading to 6.6.3 will break the nerdpack, is that correct? The advice on the upgrade topic is to remove nerdpack, but i need nerdpack for several things, git, python, perl, etc...

 

So does this mean i can not upgrade to unraid 6.6.3?

50 minutes ago, jowi said:

Possibly a stupid question; but i'm running unraid 6.5.3 and i've read that upgrading to 6.6.3 will break the nerdpack, is that correct? The advice on the upgrade topic is to remove nerdpack, but i need nerdpack for several things, git, python, perl, etc...

 

So does this mean i can not upgrade to unraid 6.6.3?

Not necessarily.    It is not that a new Unraid release can break Nerdpack, but the opposite where Nerdpack breaks UnRAID.   The point is that Nerdpack can install many packages and it is possible that some of these can cause problems with core Unraid capability if they are incompatible versions and overwrite the versions supplied with core UnRAID.  As such incompatibilities (if any) are found then Nerdpack tends to get upgraded to use compatible versions.   Therefore whether Nerdpack will cause problems if you upgrade depends if one of the packages you want fall into this category of needing a different version when used with the current UnRAID release.

 

This has been a much bigger issue when using DevPack as that has tended to install far more wide-ranging array of components.

O, so the safest thing to do is uninstall nerdpack, upgrade unraid, and re-install nerdpack so nerdpack will be updated as well?

O, so the safest thing to do is uninstall nerdpack, upgrade unraid, and re-install nerdpack so nerdpack will be updated as well?
Nerdpack plugin itself won't break unRAID. It's the packages that could possibly do something, although no one has pointed to any problem package. It's usually the packages themselves that may not work between versions due to unRAID updating dependent packages. If you wanted to be safe you could uninstall the plugin or just toggle all the packages off and click apply.

I believe the confusion was over the use of DevPack on daily systems as it was intended for compiling packages on unRAID. But i have since stripped all of the packages in DevPack that are part of unRAID and included only the headers.

Sent from my SM-N950U using Tapatalk

Hi fellas! Could you update the python version in nerdpack to 3.6.6? Awesome thanks!

EDIT: Also, pretty new to python on UnRAID, where is everything python stored? Like the libraries downloaded by pip etc?

EDIT2: How do I use pip exclusively with python3? When I pip something it downloads it for python2.7.

Edited by Cetje54



Hi fellas! Could you update the python version in nerdpack to 3.6.6? Awesome thanks!
EDIT: Also, pretty new to python on UnRAID, where is everything python stored? Like the libraries downloaded by pip etc?
EDIT2: How do I use pip exclusively with python3? When I pip something it downloads it for python2.7.


I'll look at updating python but I'm usually hesitant since it usually breaks things. I don't compile those myself and sometimes they are compiled using different packages than are available in unRAID. The path for python 2 is /usr/lib64/python2.7. I believe 3 is similar and all packages from pip I believe are in the sub directory site-packages. It's all non persistent. So if you reboot its gone till it's all installed again.

I haven't seen it requested, but would it be possible to add emacs-nox to the plugin?

If possible, please add hwloc for hardware locality topology generation.

Thank you

Edited by mattekure

1 hour ago, ICDeadPpl said:

Request: dive is a handy tool for exploring Docker images and layer contents.
https://github.com/wagoodman/dive

Instead of having another potential cause of issues in a plugin, why not just create this script and run it whenever you want to use dive?

#!/bin/bash
docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock  -v $(which docker):/bin/docker wagoodman/dive:latest $1

Then just execute it via something like

dive.sh 71065fde9039

 

If possible, please add hwloc for hardware locality topology generation.
Thank you
Sorry this requires too many packages for this plugin
I haven't seen it requested, but would it be possible to add emacs-nox to the plugin?
I cannot find any emacs with no X available for slackware

Running UnRAID 6.6.3 with everything up to date, I notice that the libzip2 package is showing as not downloaded but installed, while toggled off - see the screen grab.

 

60209859_ScreenShot2018-11-04at08_46_52.thumb.png.00066c5e5768c0ec9f368e3c4bf7ca33.png

 

Everything else shows up correctly as either uninstalled or up-to-date. Does that mean it is now included in the base distro (I don't see it mentioned in the release notes for Unraid 6.6.x) and, if so, ought it to be removed from NerdPack? Or have I got something strange going on (something left over from a previous configuration change, perhaps) and maybe I should toggle it on and save then toggle off again and save? I only use NerdTools to install a handful of packages and this isn't one of them.

Running UnRAID 6.6.3 with everything up to date, I notice that the libzip2 package is showing as not downloaded but installed, while toggled off - see the screen grab.
 
60209859_ScreenShot2018-11-04at08_46_52.thumb.png.00066c5e5768c0ec9f368e3c4bf7ca33.png
 
Everything else shows up correctly as either uninstalled or up-to-date. Does that mean it is now included in the base distro (I don't see it mentioned in the release notes for Unraid 6.6.x) and, if so, ought it to be removed from NerdPack? Or have I got something strange going on (something left over from a previous configuration change, perhaps) and maybe I should toggle it on and save then toggle off again and save? I only use NerdTools to install a handful of packages and this isn't one of them.
Thanks for the info. I looked back through the releases and lbzip2 was included in 6.6.0. I have removed it from the 6.6 repo
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.