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

Seems got updated a few days ago and now works on rc1. Thanks !!!

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

@jonp

As many users flood their logs by installing "atop", it would be nice if this package would contain a smaller log timeframe. The default is 28 days:

cat /etc/atop/atop.daily | grep mtime
( (sleep 3; find $LOGPATH -name 'atop_*' -mtime +28 -exec rm {} \;)& )

 

I think 7 days are more than enough.

Any chance we can get keepalived added to the list?

  • 2 weeks later...

Is git lfs still offered by this pack? I have it installed but seemingly do not have access to this tool

On 4/29/2020 at 3:52 PM, cinereus said:

Is it possible to suggest a few other programs?

 

essential:

exa

 

nice to have:

 

lsd

oh-my-zsh + various plugins

colorls

neofetch

bashtop

I would also like to see lsd in this pack! :)

 

  

On 9/11/2021 at 6:05 AM, GrehgyHils said:

Is git lfs still offered by this pack? I have it installed but seemingly do not have access to this tool

 

git-lfs-2.4.2-x86_64-1_slonly.txz shows up as available on my end. Haven't tried installing it so can't tell you much more than that.

Edited by Glassed Silver
additionally replying to GrehgyHils

I would like to request s-tui to become a part of the Nerd pack :)

upfwd would be amazing in order to upgrade components' firmware without having to use windows to go

Hi,

Anychance to get sshpass and tcpretrans included please?

Regards Dave

  • 4 weeks later...
On 9/12/2021 at 11:41 PM, ripeart said:

Any chance to update bashtop to bpytop as per: https://github.com/aristocratos/bpytop

I actually just found out if you install the pip package from the NerdPack and run 

pip3 install bpytop --upgrade

it will install just fine!

Anyone else getting an error when trying to use iotop?

 

iotop
Traceback (most recent call last):
  File "/usr/sbin/iotop", line 17, in <module>
    main()
  File "/usr/lib64/python2.7/site-packages/iotop/ui.py", line 620, in main
    main_loop()
  File "/usr/lib64/python2.7/site-packages/iotop/ui.py", line 610, in <lambda>
    main_loop = lambda: run_iotop(options)
  File "/usr/lib64/python2.7/site-packages/iotop/ui.py", line 508, in run_iotop
    return curses.wrapper(run_iotop_window, options)
  File "/usr/lib64/python2.7/curses/wrapper.py", line 22, in wrapper
    stdscr = curses.initscr()
  File "/usr/lib64/python2.7/curses/__init__.py", line 33, in initscr
    fd=_sys.__stdout__.fileno())
_curses.error: setupterm: could not find terminal

 

Tried re-installed it but made no difference.

Unraid V6.9.2

  • 3 weeks later...
On 10/20/2021 at 4:03 PM, Phoenix26 said:

Anyone else getting an error when trying to use iotop?

 

iotop
Traceback (most recent call last):
  File "/usr/sbin/iotop", line 17, in <module>
    main()
  File "/usr/lib64/python2.7/site-packages/iotop/ui.py", line 620, in main
    main_loop()
  File "/usr/lib64/python2.7/site-packages/iotop/ui.py", line 610, in <lambda>
    main_loop = lambda: run_iotop(options)
  File "/usr/lib64/python2.7/site-packages/iotop/ui.py", line 508, in run_iotop
    return curses.wrapper(run_iotop_window, options)
  File "/usr/lib64/python2.7/curses/wrapper.py", line 22, in wrapper
    stdscr = curses.initscr()
  File "/usr/lib64/python2.7/curses/__init__.py", line 33, in initscr
    fd=_sys.__stdout__.fileno())
_curses.error: setupterm: could not find terminal

 

Tried re-installed it but made no difference.

Unraid V6.9.2

I'm on 6.10 RC2 and iotop is working fine for me.

On 10/20/2021 at 5:03 PM, Phoenix26 said:

Anyone else getting an error when trying to use iotop?

 

iotop
Traceback (most recent call last):
  File "/usr/sbin/iotop", line 17, in <module>
    main()
  File "/usr/lib64/python2.7/site-packages/iotop/ui.py", line 620, in main
    main_loop()
  File "/usr/lib64/python2.7/site-packages/iotop/ui.py", line 610, in <lambda>
    main_loop = lambda: run_iotop(options)
  File "/usr/lib64/python2.7/site-packages/iotop/ui.py", line 508, in run_iotop
    return curses.wrapper(run_iotop_window, options)
  File "/usr/lib64/python2.7/curses/wrapper.py", line 22, in wrapper
    stdscr = curses.initscr()
  File "/usr/lib64/python2.7/curses/__init__.py", line 33, in initscr
    fd=_sys.__stdout__.fileno())
_curses.error: setupterm: could not find terminal

 

Tried re-installed it but made no difference.

Unraid V6.9.2

Same issue here. Also tried uninstalling and reinstalling - no difference.

I also uninstalled python 2.7.11 and then reinstalling iotop. Same errors. :(

 

Edit: I ran across this thread: https://github.com/dmacias72/unRAID-NerdPack/issues/59

which seems to indicate both an ncurses incompatibility, and that the iotop app is massively out of date anyway.

Edited by bitcore

On 10/20/2021 at 5:03 PM, Phoenix26 said:

Anyone else getting an error when trying to use iotop?

 

iotop
Traceback (most recent call last):
  File "/usr/sbin/iotop", line 17, in <module>
    main()
  File "/usr/lib64/python2.7/site-packages/iotop/ui.py", line 620, in main
    main_loop()
  File "/usr/lib64/python2.7/site-packages/iotop/ui.py", line 610, in <lambda>
    main_loop = lambda: run_iotop(options)
  File "/usr/lib64/python2.7/site-packages/iotop/ui.py", line 508, in run_iotop
    return curses.wrapper(run_iotop_window, options)
  File "/usr/lib64/python2.7/curses/wrapper.py", line 22, in wrapper
    stdscr = curses.initscr()
  File "/usr/lib64/python2.7/curses/__init__.py", line 33, in initscr
    fd=_sys.__stdout__.fileno())
_curses.error: setupterm: could not find terminal

 

Tried re-installed it but made no difference.

Unraid V6.9.2

 

do 'export TERM=linux' then try to run it

 

caps sensitive

On 11/13/2021 at 7:23 AM, Kennocha said:

 

do 'export TERM=linux' then try to run it

 

caps sensitive

Confirm, that worked for me. Before that variable was TERM=xterm-256color

"perf" would be very helpful to help determine bottlenecks and performance issues.

 

https://slackbuilds.org/repository/14.2/development/perf/

 

perf is a userspace interface to the kernel's perf events. Performance counters are CPU hardware registers that count hardware events such as instructions executed, cache-misses suffered, or branches mispredicted. They form a basis for profiling applications to trace dynamic control flow and identify hotspots.

On 11/13/2021 at 4:23 AM, Kennocha said:

 

do 'export TERM=linux' then try to run it

 

caps sensitive

That sorted it, thank you!

Hi, Is it possible to get up update to EXIFTOOL?

 

I believe its up to ExifTool 12.36

 

@dmacias Thank! and thanks for all your hard work!

Edited by wesman

  • 2 weeks later...

Hi, Is it possible to get up update to EXIFTOOL?

 

I believe its up to ExifTool 12.36

 

 @dmacias Thank! and thanks for all your hard work!

On 11/26/2021 at 3:04 PM, Joly0 said:

Hey? Has jq https://stedolan.github.io/jq/ been removed? I cant find it in nerd pack

 

Same here - jq is missing - has it been removed?
Please, add it back 🙏

On 11/26/2021 at 9:04 PM, Joly0 said:

Hey? Has jq https://stedolan.github.io/jq/ been removed? I cant find it in nerd pack

 

12 hours ago, shEiD said:

 

Same here - jq is missing - has it been removed?
Please, add it back 🙏

Doesn't it come default with Unraid? Otherwise I don't know why I have it:

 

$ which jq
/usr/bin/jq

$ jq --version
jq-1.6

 

19 hours ago, KnifeFed said:

 

Doesn't it come default with Unraid? Otherwise I don't know why I have it:

 

$ which jq
/usr/bin/jq

$ jq --version
jq-1.6

 

 Yes, I have jq in my system, but I think I installed it with NerdPack, iirc. Or am I misremembering? I could swear, jq was in NerdPack before 🤔, but maybe I'm wrong...

Does this mean, that now jq comes with unRAID as standard, so it was removed from NP?

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.