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 12/30/2021 at 6:02 AM, danktankk said:

jdupes is outdated by almost a year now but says its up to date in nerd pack.  Any chance this can be looked into?

Would also love to see jdupes updated!

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

On Unraid 6.9.2, strace included in the nerd pack requires the libdw.so.1 library (and possibly other libraries as well which it may complain about after libdw is added)

strace: error while loading shared libraries: libdw.so.1: cannot open shared object file: No such file or directory

 

Any chance this will be available for 6.10.x?  Seems it's broken there too.

7 hours ago, Keddie said:

Any chance this will be available for 6.10.x?  Seems it's broken there too.

What do you mean? I'm on 6.10.0-rc2, and NerdPack works

Hey gents..

 

Where is the .vimrc file located... i need to change the tab-spacing - 8 spaces is ridiculous 🙂

 

Regards

Sjoerd

1 hour ago, sjoerd said:

Hey gents..

 

Where is the .vimrc file located... i need to change the tab-spacing - 8 spaces is ridiculous 🙂

 

Regards

Sjoerd

 

Typically this is ~/.vimrc (aka /root/.vimrc) but this path isn't located on persistent storage so it won't survive reboots.  Run this once but also add it to /boot/config/go

 

echo "set tabstop=4" >> ~/.vimrc

 

Edited by jortan

7 hours ago, jortan said:

 

Typically this is ~/.vimrc (aka /root/.vimrc) but this path isn't located on persistent storage so it won't survive reboots.  Run this once but also add it to /boot/config/go

 

echo "set tabstop=4" >> ~/.vimrc

 

 

Awesome - will do that

 

Thank you

Sjoerd

Is this where we can request more nerdtools?  I would really like to have some qemu emulations, for sure power7 support:

 

qemu-system-ppc64 -M pseries

 

If there is some other way to add this myself please let me know.

 

Thanks!

  • 2 weeks later...

I "updated" my python2.7 version in the plugin, but it turns out it downgraded my python from 2.7.17 to 2.7.11 and broke some of my scripts. Is there any way that I can specify the version installed by the plugin?

  • 2 weeks later...

I had been using multitail inside a tmux recently and everything was working great.  About a week ago or so I wandered by the Nerd Pack page and let everything update.  Now when I try to run multitail inside of tmux it only gives the following error.

Error opening terminal: tmux-256color.

I'm not much of a linux expert.  Barely a user.  Is there something that I'm doing wrong?

These are the packages I have NP loading:
ctop-0.7.3-x86_64-1.txz
iotop-0.6-x86_64-1_fs.tgz
mediainfo-19.09-x86_64-1_SBo.txz
multitail-6.4.2-x86_64-1.txz
ncurses-terminfo-6.1.20191130-x86_64-1.txz
perl-5.32.0-x86_64-1.txz
python-2.7.11-x86_64-2.txz
tmux-3.1.0-x86_64-1.txz

 

Logging in with Putty 0.67 from Windows 10.

 

Thanks!

Edited by NIronwolf

On 2/10/2022 at 7:29 AM, pants said:

On Unraid 6.9.2, strace included in the nerd pack requires the libdw.so.1 library (and possibly other libraries as well which it may complain about after libdw is added)

strace: error while loading shared libraries: libdw.so.1: cannot open shared object file: No such file or directory

 

 

Had the same problem, solved it by uninstalling strace from nerdpack and then getting an older package from: https://slackware.pkgs.org/14.2/slackware-x86_64/strace-4.11-x86_64-1.txz.html

 

Copy it somewhere on your server, get a shell and use upgradepkg --install-new strace-4.11-x86_64-1.txz

 

Worked for me...

Edited by Wimpie

On 3/21/2022 at 5:29 AM, Wimpie said:

 

Had the same problem, solved it by uninstalling strace from nerdpack and then getting an older package from: https://slackware.pkgs.org/14.2/slackware-x86_64/strace-4.11-x86_64-1.txz.html

 

Copy it somewhere on your server, get a shell and use upgradepkg --install-new strace-4.11-x86_64-1.txz

 

Worked for me...

 

does installing slackware packages survive a reboot?

8 hours ago, uek2wooF said:

 

does installing slackware packages survive a reboot?

No they must be reinstalled on bootup.

anyway to add rsync?

15 minutes ago, Marauder said:

anyway to add rsync?

Rsync is included as standard with Unraid.    What made you think it was not?

1 minute ago, itimpi said:

Rsync is included as standard with Unraid.    What made you think it was not?

just a brain fart. Thought I checked and it didn't have it.

On 3/21/2022 at 12:29 AM, Wimpie said:

 

Had the same problem, solved it by uninstalling strace from nerdpack and then getting an older package from: https://slackware.pkgs.org/14.2/slackware-x86_64/strace-4.11-x86_64-1.txz.html


Thanks for the tip! This worked for me as well.

 

On 3/22/2022 at 1:24 AM, uek2wooF said:

 

does installing slackware packages survive a reboot?

On 3/22/2022 at 9:41 AM, primeval_god said:

No they must be reinstalled on bootup.

 

FYI, slackware packages placed in the /boot/extras directory will be auto-installed on boot.

58 minutes ago, pants said:

 

FYI, slackware packages placed in the /boot/extras directory will be auto-installed on boot.

Be cautious doing this, it's easy to forget you've done it and end up causing issues when Unraid upgrades.

Hello mates, is it possible to add the module "pyserial" ?
Background info: I want to read sensor values with Python script (psutil) and send them to ESP32 via serial and show them on the display

Thanks a lot in advance


 

I have 3 packages that keep saying update available but won't actually update. It says they are installing and completes but then GUI still says update available. How can I fix this?

 

image.png.f5bf61cce1457c93829a8594f027560b.png

Could you please add "restic" ?

 

Thanks!

On 4/2/2022 at 6:45 PM, nickp85 said:

I have 3 packages that keep saying update available but won't actually update. It says they are installing and completes but then GUI still says update available. How can I fix this?

 

image.png.f5bf61cce1457c93829a8594f027560b.png

Same here, can't uninstall or update?

  • 2 weeks later...

The current version of ExifTool is 12.41 but I'm only seeing 11.93. Is there something I need to do to update that?

On 4/2/2022 at 12:45 PM, nickp85 said:

I have 3 packages that keep saying update available but won't actually update. It says they are installing and completes but then GUI still says update available. How can I fix this?

 

@jonp any thoughts here? Seems to be something wrong with installing stuff from the Nerd pack

@jonp

 

Hi, it's possibly to add powercap-utils in nerdpack ?

 

Thanks.

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.