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.

[PLUG-IN] NerdTools

Featured Replies

  • Replies 690
  • Views 228.5k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Since this plugin is depreciated I've started to build my own Slackware packages using SlackBuild scripts.  They are being uploaded to a github repository for anyone to use.  Send me a message if you

  • Unraid is slackware, so let's use a slackware package.   # Download libffi from slackware.uk to /boot/extra: wget -P /boot/extra/ https://slackware.uk/slackware/slackware64-15.0/slackware64/l/

  • Sorry but this tutorial is completely incorrect.   Why should I create a plugin that has files missing (sources.list) and you need to manually create or check the files with another script?

Posted Images

Is there a way to see the list of supported packages before I upgrade from unraid 6.9 to check if I can replicate all my functionality?

Could we get gcc/g++

4 minutes ago, OverlordQ said:

Could we get gcc/g++

I think that is unlikely as that has lots of dependencies and is quite likely to destabilise the system.   There are also all the associated development tools.

 

The question is why you need that?   It is highly likely that the requirement could be more safely met via using a docker or LXC container or a VM. 

Wanted to benchmark something on my unraid box, but it was more of a NTH than an actual need. 

 

Installing latest plg gives error.

https://imgur.com/a/mXmupZH

Edited by OverlordQ

On 2/19/2023 at 4:00 AM, RBB87 said:

cksfv possible to be added?

 

On 11/9/2022 at 12:07 AM, Beta said:

 

Please add

cksfv

 

It was in the old NerdPack and would be awesome to have it on unRAID 6.11 again :D

 

I'd like to 3rd this request

Is mosh currently working? 

  • 2 weeks later...
On 10/16/2022 at 11:57 PM, yonesmit said:

Hello!

Thanks for your work.

Could you add sshpass package?

Thanks is advance.

 

Hello please consider adding sshpass.

Sshpass would help expand our options.

Is this project dead?

Can anyone get iotop working via this?

 

libffi.so.7: cannot open shared object file: No such file or directory
To run an uninstalled copy of iotop,
launch iotop.py in the top directory

 

1 hour ago, TheLaughingMan said:

Can anyone get iotop working via this?

 

libffi.so.7: cannot open shared object file: No such file or directory
To run an uninstalled copy of iotop,
launch iotop.py in the top directory

 

Happens to me as well.

I just uninstall both iotop and python2 from NerdTools, then reinstall both and it works again.

LFTP doesn't work, missing the libssl dependency

 

lftp: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory

 

 

Recently updated my unraid server to 6.12.6 from something pretty old, at least a year or two since I last updated. 

 

Had to reinstall the NerdPack plugin. Re-installed lftp with it, and got the above error. 

12 hours ago, tcwatson said:

Had to reinstall the NerdPack plugin. Re-installed lftp with it, and got the above error. 

Nerdpack is not compatible with 6.12.6 (it has been replaced by NerdTools).

4 hours ago, itimpi said:

Nerdpack is not compatible with 6.12.6 (it has been replaced by NerdTools).

Sorry, I misspoke. I do indeed have NerdTools installed, not NerdPack. Issue is nonetheless present. Lftp is the only package I have installed from it. Seems like maybe it is a version issue with openssl?

On 1/23/2024 at 8:09 AM, tcwatson said:

Sorry, I misspoke. I do indeed have NerdTools installed, not NerdPack. Issue is nonetheless present. Lftp is the only package I have installed from it. Seems like maybe it is a version issue with openssl?

 

That's exactly the problem, NerdTools 2024-01-06 updated lftp to the latest version.  As per the Slackware-current changelog:

n/lftp-4.9.2-x86_64-4.txz: Rebuilt.
       Recompiled against openssl-3.0.8.

 

Which affects both the libssl and libcrypto dependencies:

 

# ldd -d /usr/bin/lftp
        linux-vdso.so.1 (0x00007fff1e3f0000)
        libexpat.so.1 => /usr/lib64/libexpat.so.1 (0x00001512ad731000)
        libssl.so.3 => not found
        libz.so.1 => /lib64/libz.so.1 (0x00001512ad717000)
        libcrypto.so.3 => not found
        libreadline.so.8 => /usr/lib64/libreadline.so.8 (0x00001512ad6bf000)
        libtinfo.so.6 => /lib64/libtinfo.so.6 (0x00001512ad68d000)
        libidn2.so.0 => /usr/lib64/libidn2.so.0 (0x00001512ad659000)
        libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00001512ad436000)
        libm.so.6 => /lib64/libm.so.6 (0x00001512ad350000)
        libgcc_s.so.1 => /usr/lib64/libgcc_s.so.1 (0x00001512ad32f000)
        libc.so.6 => /lib64/libc.so.6 (0x00001512ad138000)
        libunistring.so.5 => /usr/lib64/libunistring.so.5 (0x00001512acf81000)
        /lib64/ld-linux-x86-64.so.2 (0x00001512ad76a000)

 

If I install lftp-4.9.2-x86_64-3.txz over top after boot, lftp works again.  Disabling lftp in NerdTools altogether and dropping the previous version in /boot/custom/usr/share/packages/ would be another workaround.

 

Is it possible to get the perl-rename utility? It's regex support would be nice. 

Hi 

after installing the rar2fs, i get error 

root@Tower:~# rar2fs
rar2fs: error while loading shared libraries: libunrar.so.6.1.7: cannot open shared object file: No such file or directory
root@Tower:~# ldd -d /usr/bin/rar2fs
        linux-vdso.so.1 (0x00007ffc439fd000)
        libfuse.so.2 => /lib64/libfuse.so.2 (0x000015423f680000)
        libunrar.so.6.1.7 => not found
        libdl.so.2 => /lib64/libdl.so.2 (0x000015423f67b000)
        librt.so.1 => /lib64/librt.so.1 (0x000015423f676000)
        libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x000015423f453000)
        libm.so.6 => /lib64/libm.so.6 (0x000015423f36d000)
        libgcc_s.so.1 => /usr/lib64/libgcc_s.so.1 (0x000015423f34a000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x000015423f345000)
        libc.so.6 => /lib64/libc.so.6 (0x000015423f14e000)
        /lib64/ld-linux-x86-64.so.2 (0x000015423f6ce000)
root@Tower:~# 

I just tried installing the nvme-cli package, but it actually installs npth, which directly precedes it in the list of packages. I just updated NerdTools to the latest, but I still have the same issue. Anyone else have this problem?

23 hours ago, krtr said:

I just tried installing the nvme-cli package, but it actually installs npth, which directly precedes it in the list of packages. I just updated NerdTools to the latest, but I still have the same issue. Anyone else have this problem?

 

Hi,

 

This error is fixed on 2024.02.05 version.

 

Best regards.

On 1/23/2024 at 12:34 AM, tcwatson said:

LFTP doesn't work, missing the libssl dependency

 

lftp: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory

 

 

Recently updated my unraid server to 6.12.6 from something pretty old, at least a year or two since I last updated. 

 

Had to reinstall the NerdPack plugin. Re-installed lftp with it, and got the above error. 

 

Hi,

 

Fixed on 2024.01.27 version.

 

Best regards.

On 1/19/2024 at 10:34 AM, cinereus said:

Is this project dead?

 

Not yet.

But we have work, family, life and very little help. Thank you.

 

Best regards.

On 1/19/2024 at 3:49 AM, Passatiji said:

Hello please consider adding sshpass.

Sshpass would help expand our options.

Hi,

 

Added on 2024.01.27 version.

 

Best regards.

On 1/5/2024 at 7:54 PM, OverlordQ said:

Could we get gcc/g++

 

I don't think unraid is an option as a development machine. For this purpose I really recommend a virtual machine with Slackware for example if you need to create packages for unraid by yourself.

 

Best regards.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

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.