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

Agree, big update as always from hasse69.
Enjoy your beer dmacias.
Thanks. Updated
  • Replies 2k
  • Views 776.5k
  • 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

Any chance of getting rdiff-backup included?

Is it possible to add keychain to this please?

Is it possible to add keychain to this please?
Any chance of getting rdiff-backup included?
Added
4 hours ago, dmacias said:

Added

Thank you!!

 

Edit: Should have checked dependencies. It apparently needs librsync as well:

https://github.com/rdiff-backup/rdiff-backup

Quote

Python 3.5 or higher

librsync 1.0.0

pylibacl (optional, to support ACLs)

pyxattr (optional, to support extended attributes)

 

Edited by -Daedalus

 
I didn't realize this was a python package. Any python packages should be installed through python3, pip3 and setuptools. Just put pip3 install rdiff-backup in your go file. You may need libffi also.

@dmacias Could we get borg updated? Looks liek version 1.1.13 is out.

Thanks!

18 hours ago, dmacias said:

I didn't realize this was a python package. Any python packages should be installed through python3, pip3 and setuptools. Just put pip3 install rdiff-backup in your go file. You may need libffi also.

My bad, didn't realise I needed to do that that way. Thanks!

On 1/18/2020 at 7:13 PM, DZMM said:

Thank you so much!  Working now

I know this is an old post but could you tell me the steps you took to get plexapi installed and working so it doesn't get lost on reboot? I can't seem to find instructions and python scripts + Unraid = No bueno for me

10 hours ago, Wavey said:

I know this is an old post but could you tell me the steps you took to get plexapi installed and working so it doesn't get lost on reboot? I can't seem to find instructions and python scripts + Unraid = No bueno for me

you have to install it at every boot.  Once you've got python installed via nerdpark just add this to a script that runs at array start or similar:

 

pip install plexapi

 

any chance of adding sg3-utils?  This tool is useful for pushing firmware to SAS expanaders

Quote

The sg3_utils package contains utilities that send SCSI commands to devices. As well as devices on transports traditionally associated with SCSI (e.g. Fibre Channel (FCP), Serial Attached SCSI (SAS) and the SCSI Parallel Interface(SPI)) many other devices use SCSI command sets. ATAPI cd/dvd drives and SATA disks that connect via a translation layer or a bridge device are examples of devices that use SCSI command sets.


http://sg.danny.cz/sg/sg3_utils.html

  • 2 weeks later...

any chance of getting iperf updated to 3.73.  the version with nerd pack is about 4 years out dated.

any chance of adding sg3-utils?  This tool is useful for pushing firmware to SAS expanaders
The sg3_utils package contains utilities that send SCSI commands to devices. As well as devices on transports traditionally associated with SCSI (e.g. Fibre Channel (FCP), Serial Attached SCSI (SAS) and the SCSI Parallel Interface(SPI)) many other devices use SCSI command sets. ATAPI cd/dvd drives and SATA disks that connect via a translation layer or a bridge device are examples of devices that use SCSI command sets.

http://sg.danny.cz/sg/sg3_utils.html
Added
any chance of getting iperf updated to 3.73.  the version with nerd pack is about 4 years out dated.

Updated

 

Might show as a new package since it used to be iperf and now is iperf3

Any way we can add docker-compose again? Even if it's just a binary drop-in, which is what I'm doing right now as a band-aid.

Looks like this error is popping up again.

 

root@Tower:~# screen -S rsyncfree
screen: error while loading shared libraries: libutempter.so.0: cannot open shared object file: No such file or directory

 

I tried uninstalling and reinstalling couple of times.  But the file simple is not there, or at least where it is expected.  I did a find on it from the "/" directory and this was the output.

 

root@Tower:/# find . -name libutempter.so.0 -print
find: ‘./sys/kernel/slab’: Input/output error
./var/lib/docker/btrfs/subvolumes/b1daf479a39fd9f1a39ceb40ce64784e42f916a73249488d1b0116e07e5c64aa/usr/lib/libutempter.so.0
./var/lib/docker/btrfs/subvolumes/f3beb0ea00309ad19f51019fe724783689583de1fe456803b0b9a2252f4bcfcd-init/usr/lib/libutempter.so.0
./var/lib/docker/btrfs/subvolumes/f3beb0ea00309ad19f51019fe724783689583de1fe456803b0b9a2252f4bcfcd/usr/lib/libutempter.so.0

 

So it does get installed properly when adding a docker image.  But not when adding something via Nerd Pack.

 

Jim

 

Okay so the fix is simple, should of not been needed, but it works.

 

1. Copy the libutempter.so.0 from one of the other locations I mentioned above (run the find on your system to find it) to /usr/lib

2. In your home directory, edit your .bash_profile file and added at the bottom of it.

 

    export LD_LIBRARY_PATH=/usr/lib

 

3. Save the file, logout and back in.  Your missing library file issue is solved.

 

Not the most elegant solution, but it works until a better fix is available.

Edited by jms2321
added detail

Any chance of adding httpie?

Looks like this error is popping up again.
 
root@Tower:~# screen -S rsyncfree
screen: error while loading shared libraries: libutempter.so.0: cannot open shared object file: No such file or directory
 
I tried uninstalling and reinstalling couple of times.  But the file simple is not there, or at least where it is expected.  I did a find on it from the "/" directory and this was the output.
 
root@Tower:/# find . -name libutempter.so.0 -print
find: ‘./sys/kernel/slab’: Input/output error
./var/lib/docker/btrfs/subvolumes/b1daf479a39fd9f1a39ceb40ce64784e42f916a73249488d1b0116e07e5c64aa/usr/lib/libutempter.so.0
./var/lib/docker/btrfs/subvolumes/f3beb0ea00309ad19f51019fe724783689583de1fe456803b0b9a2252f4bcfcd-init/usr/lib/libutempter.so.0
./var/lib/docker/btrfs/subvolumes/f3beb0ea00309ad19f51019fe724783689583de1fe456803b0b9a2252f4bcfcd/usr/lib/libutempter.so.0
 
So it does get installed properly when adding a docker image.  But not when adding something via Nerd Pack.
 
Jim
 
Okay so the fix is simple, should of not been needed, but it works.
 
1. Copy the libutempter.so.0 from one of the other locations I mentioned above (run the find on your system to find it) to /usr/lib
2. In your home directory, edit your .bash_profile file and added at the bottom of it.
 
    export LD_LIBRARY_PATH=/usr/lib
 
3. Save the file, logout and back in.  Your missing library file issue is solved.
 
Not the most elegant solution, but it works until a better fix is available.
Do you have utempter installed? You need it for screen. Also ncurses-terminfo
Any chance of adding httpie?
It probably can be installed through pip. pip3 install httpie?
1 hour ago, dmacias said:
2 hours ago, cinereus said:
Any chance of adding httpie?

It probably can be installed through pip. pip3 install httpie?

ah, had no idea pip worked on unraid. Issue then is making it persistent...

I am trying to update par2cmdline and I am getting "par2cmdline-0.8.0 package missing!"  Am I doing something wrong?

On 6/29/2020 at 1:49 PM, dmacias said:

am i missing something?  i'm not seeing this in the nerdpack list of tools on my system

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.