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

6.7.0-rc4
I added elftools. You'll need to install that too.
  • 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

Hmm, don't see elftools as an option...

Selection_141.png

Hmm, don't see elftools as an option...
Selection_141.png.3610cb3d61e23ed090a127071a4e798c.png
Click Check for Updates

Perfect! Thanks for the quick turn around!

I'm having trouble getting perl to install.  I just got started with a fresh unraid install.  When I tick the slider for perl in nerd tools it says it installed it but then it's status is uninstalled.  Tried uninstalling, and have another go.  But it just won't do it.  Any suggestions?

4 hours ago, Balazar said:

I'm having trouble getting perl to install.  I just got started with a fresh unraid install.  When I tick the slider for perl in nerd tools it says it installed it but then it's status is uninstalled.  Tried uninstalling, and have another go.  But it just won't do it.  Any suggestions?

Probably stupid question, but did you hit apply at the bottom of the page?

I installed par2 earlier tonight (running 6.6.7) but when I try to use it I just get "par2: error while loading shared libraries: libgomp.so.1: cannot open shared object file: No such file or directory". Do I need to install another package to go along with it?

On 2/25/2019 at 7:15 PM, Squid said:

Probably stupid question, but did you hit apply at the bottom of the page?

Yes, I have tried ticking the switch on and hitting apply, ticking it off and hitting apply then back on again and apply.  Then a few reboots for good measure. But after clicking apply the status is always still "downloaded - yes, installed - no".  Maybe the package is corrupt.  Where are the packages downloaded to?  I could try deleting it and letting it download and do it's thing again.  I'm open to all suggestions.  Beat me with the n00b paddle until I'm properly hazed into unRaid! lol

I installed par2 earlier tonight (running 6.6.7) but when I try to use it I just get "par2: error while loading shared libraries: libgomp.so.1: cannot open shared object file: No such file or directory". Do I need to install another package to go along with it?
I compiled it myself after deleting libgomp. Should work now.

thanks, I updated it and it's working now

Yes, I have tried ticking the switch on and hitting apply, ticking it off and hitting apply then back on again and apply.  Then a few reboots for good measure. But after clicking apply the status is always still "downloaded - yes, installed - no".  Maybe the package is corrupt.  Where are the packages downloaded to?  I could try deleting it and letting it download and do it's thing again.  I'm open to all suggestions.  Beat me with the n00b paddle until I'm properly hazed into unRaid! lol
It should delete any corrupt downloads. Also if you turn uninstall on and click apply it should delete any package not selected.

Python 3 wont uninstall.  Every other package uninstalls if I have it selected to Off.  However python 3 doesn't do anything when I hit apply.  It refreshes the page and it says ON again even though I hit off. 

2 hours ago, xhaloz said:

Python 3 wont uninstall.  Every other package uninstalls if I have it selected to Off.  However python 3 doesn't do anything when I hit apply.  It refreshes the page and it says ON again even though I hit off. 

Do you have borgbackup installed? Or another plugin that requires python3. That's the only way it won't uninstall.

Makes sense, yes borg is installed.  I will take a look!

 

Edit: Let me just say thank you, you always reply and always add/update packages.  You're pure gold and I thank you so much.

Edited by xhaloz
To show appreciation

1 minute ago, xhaloz said:

Makes sense, yes borg is installed.  I will take a look!

 

Edit: Let me just say thank you, you always reply and always add/update packages.  You're pure gold and I thank you so much.

No problem. Borg requires python3 so it automatically selects it too. There's a few others packages that select their depends too.

On 9/21/2018 at 5:32 PM, BRiT said:

IMO, does not belong in nerdpack. Should be its own plugin, just like ZFS is.

Unfortunately, my programming skills are limited. A simple Snapraid binary I can schedule would do the job for me.

 

Also, is it possible to add Fish shell? Thanks.

Edited by deagle

Hi there,

 

Would it be possible to add tinc VPN: https://tinc-vpn.org/

 

Thank you

 

Edit: Saw you already added it, thank you so much!!

Edited by iamtpage
update

Hi again!

Lately I'm having problems launching borg. I'm running Unraid 6.7.0-rc5, so I guess that could be the issue.

Anyway, I get the following error when simply running "borg"

root@unraid:~# borg
Traceback (most recent call last):
  File "/usr/bin/borg", line 6, in <module>
    from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'

 

 

Oh and thanks for adding fish shell earlier :)

Edited by Nischi

Hi again!
Lately I'm having problems launching borg. I'm running Unraid 6.7.0-rc5, so I guess that could be the issue.
Anyway, I get the following error when simply running "borg"
root@unraid:~# borg
Traceback (most recent call last):
  File "/usr/bin/borg", line 6, in
    from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'
 
 
Oh and thanks for adding fish shell earlier [emoji4]
You need msgpack, setuptools and Python3
10 hours ago, dmacias said:
11 hours ago, Nischi said:
Hi again!
Lately I'm having problems launching borg. I'm running Unraid 6.7.0-rc5, so I guess that could be the issue.
Anyway, I get the following error when simply running "borg"
root@unraid:~# borg
Traceback (most recent call last):
  File "/usr/bin/borg", line 6, in
    from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'
 
 
Oh and thanks for adding fish shell earlier emoji4.png

You need msgpack, setuptools and Python3

That was it, thanks!

On 2/25/2019 at 10:17 AM, dmacias said:
On 2/24/2019 at 6:35 AM, d2dyno said:
Would it be possible to include vnstat 2.1? I would really like to upgrade, but can't find any slack packages for this version emoji20.png

I'll try and compile it when I get time.

Have you been able to compile this?

Have you been able to compile this?

Sorry. Thanks for reminding me. I compiled and added vnstat 2.1.

 

how about testdisk for idiots like me who delete things they shouldn't?

how about testdisk for idiots like me who delete things they shouldn't?
Added
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.