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

On 10/24/2022 at 5:05 PM, ehawman said:

Finally, let me link the contents of the (IMO) excellent Modern Unix list,

Unraid isn't intended to be your daily driver, it's supposed to be an appliance that hosts stuff.

 

You should be setting up a VM to be your daily driver, and keep the Unraid space light, since it runs completely in RAM.

 

I get that everyone uses Unraid a little differently, and there are needs for customizable extras, but throwing the modern unix book at it is the wrong approach IMHO. You should be focusing on REMOVING as much as possible, and only leaving stuff that needs to be there to allow the box to run itself to the greatest extent possible. You shouldn't need to be working at the Unraid console, it's insecure since everything is root. Automate everything you can and lock it down.

  • 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

Does this happen to have tools that used to be included in the old devpack plugin? Awesome to have an equivalent for nerdpack, but devpack was also indispensable for some uses! Seems to be a VERY similar codebase, so likely not a difficult port, if you're up for it!

3 hours ago, drumstyx said:

Does this happen to have tools that used to be included in the old devpack plugin? Awesome to have an equivalent for nerdpack, but devpack was also indispensable for some uses! Seems to be a VERY similar codebase, so likely not a difficult port, if you're up for it!

 

Effectively this is a fork of the old one, with several improvements and with the updated packages, we will add the most used packages by the community little by little as they are requested and updated.

 

On 10/13/2022 at 7:00 AM, danringer said:

I'm happy to see this under active development.
May I request:

sg3utils-1.45-x86_64-1.txz and

mosh-1.3.2-x86_64-9cf.txz

 

thank you,

-Dan

Is there any place to see what is being worked on and/or what has already been requested?

Thanks for bringing this back! I installed my old packages, but couldn't some libs. This leads to the following error:

# nload
Error opening terminal: xterm-256color.

ncurses-term would fix this. Can it be added? utempter was also involved in this, I'm not sure however if I'd actually need it.

Hi!

Thank you for this.

 

could socat be added to this?

 

Thank you!

13 hours ago, JoeUnraidUser said:

However, there are things lacking.  Many tasks are not addressed by the server and need to be taken care of using utilities and scripts.

Specific examples would be useful for future development efforts and prioritization. Not everyone is a mind reader to know what's needed or wanted.

Hi,

I'm having an issue where I can't remove some plugins. When I go to remove a plugin, such as powertop or sshfs I get this when I hit apply:

 

powertop-2.13 used by plugin: NerdTools
powertop-2.13 in use by another plugin, not uninstalled.

.....

sshfs-3.7.2 used by plugin: NerdTools
sshfs-3.7.2 in use by another plugin, not uninstalled.

 

Both plugins still show as installed. This doesn't happen with all packages, it doesn't with Screen for example. 

Any help would be greatly appreciated, thanks. 
 

 

Edit: I managed to manually remove those packages using removepkg. Will there be any leftovers I need to remove, or does 'removepkg' generally remove everything?

Edited by chrisjwalker

Has anybody looked at adding iperf to it? It's super useful to have and the old plugin had it but it seems to be missing in this version.

It's built into unraid now.

Edited by Kilrah

22 hours ago, MustardTiger said:

Hi,

I'm having an issue where I can't remove some plugins. When I go to remove a plugin, such as powertop or sshfs I get this when I hit apply:

 

powertop-2.13 used by plugin: NerdTools
powertop-2.13 in use by another plugin, not uninstalled.

.....

sshfs-3.7.2 used by plugin: NerdTools
sshfs-3.7.2 in use by another plugin, not uninstalled.

 

Both plugins still show as installed. This doesn't happen with all packages, it doesn't with Screen for example. 

Any help would be greatly appreciated, thanks. 
 

 

Edit: I managed to manually remove those packages using removepkg. Will there be any leftovers I need to remove, or does 'removepkg' generally remove everything?

 

We are going to review a specific case because it is not removed, thanks.

 

The removepkg command removes everything related to that package

On 10/28/2022 at 12:15 AM, Timi said:

Thanks for bringing this back! I installed my old packages, but couldn't some libs. This leads to the following error:

# nload
Error opening terminal: xterm-256color.

ncurses-term would fix this. Can it be added? utempter was also involved in this, I'm not sure however if I'd actually need it.

 

We will check if those packages are dependencies and if they are, we will add them

For the folks that keep asking for a better way to handle package requests (and for the maintainer as well), you should probably handle those as feature request issues submitted via github on the repo. 

thank you for your great job !!

Request, if it is possible, to add a IPMITOOL plugin to controll Dell Server.

 

Thanks again!

Thank you for this plugin, it's most appreciated.

 

Any chance you could update Borg? Current stable version is 1.2.2.  https://www.borgbackup.org/releases/ (installed in the pack is v1.1.15).

 

Thank you again. :)

Edited by Derek_

On 11/1/2022 at 10:17 AM, jsavargas said:

 

We are going to review a specific case because it is not removed, thanks.

 

The removepkg command removes everything related to that package

Latest update has fixed this, thanks!

Does Borg backup work for anyone?

 

root@Tower:~# borg -v
Traceback (most recent call last):
  File "/usr/lib64/python3.9/site-packages/borg/archiver.py", line 41, in <module>
    from .archive import Archive, ArchiveChecker, ArchiveRecreater, Statistics, is_special
  File "/usr/lib64/python3.9/site-packages/borg/archive.py", line 20, in <module>
    from . import xattr
  File "/usr/lib64/python3.9/site-packages/borg/xattr.py", line 9, in <module>
    from ctypes import CDLL, create_string_buffer, c_ssize_t, c_size_t, c_char_p, c_int, c_uint32, get_errno
  File "/usr/lib64/python3.9/ctypes/__init__.py", line 8, in <module>
    from _ctypes import Union, Structure, Array
ImportError: libffi.so.7: cannot open shared object file: No such file or directory

 

Looks like we need libffi.so.7. unraid  6.11.0 has libffi included but it's libffi.so.8

 

root@Tower:~# ldconfig -p |  grep ffi
        libffi.so.8 (libc6,x86-64) => /usr/lib64/libffi.so.8
        libffi.so (libc6,x86-64) => /usr/lib64/libffi.so

Edited by ziggie216

Hi guys, I have a problem: since yesterday I can no longer install anything from the "nerd pack" .. when I go to settings-nerdpack- I find this writing: "Please wait, retrieving plugin information ..." forever ..

I attach screenshot . What can I do? I tried to delete and reinstall nerdpack .. but nothing to do ..
Thanks for your help

Screenshot 2022-11-06 alle 11.47.00.png

7 hours ago, ziggie216 said:

Does Borg backup work for anyone?

 

root@Tower:~# borg -v
Traceback (most recent call last):
  File "/usr/lib64/python3.9/site-packages/borg/archiver.py", line 41, in <module>
    from .archive import Archive, ArchiveChecker, ArchiveRecreater, Statistics, is_special
  File "/usr/lib64/python3.9/site-packages/borg/archive.py", line 20, in <module>
    from . import xattr
  File "/usr/lib64/python3.9/site-packages/borg/xattr.py", line 9, in <module>
    from ctypes import CDLL, create_string_buffer, c_ssize_t, c_size_t, c_char_p, c_int, c_uint32, get_errno
  File "/usr/lib64/python3.9/ctypes/__init__.py", line 8, in <module>
    from _ctypes import Union, Structure, Array
ImportError: libffi.so.7: cannot open shared object file: No such file or directory

 

Looks like we need libffi.so.7. unraid  6.11.0 has libffi included but it's libffi.so.8

 

root@Tower:~# ldconfig -p |  grep ffi
        libffi.so.8 (libc6,x86-64) => /usr/lib64/libffi.so.8
        libffi.so (libc6,x86-64) => /usr/lib64/libffi.so

I will be following this. I have been putting off updating to 6.11 because I rely on borg backups.

1 hour ago, steppi said:

Hi guys, I have a problem: since yesterday I can no longer install anything from the "nerd pack" .. when I go to settings-nerdpack- I find this writing: "Please wait, retrieving plugin information ..." forever ..

I attach screenshot . What can I do? I tried to delete and reinstall nerdpack .. but nothing to do ..
Thanks for your help

Screenshot 2022-11-06 alle 11.47.00.png

 

Nerdpack is no longer compatible with version 6.11 of unraid, you have to install this new version called nerdtools

 

1 hour ago, ptirmal said:

I will be following this. I have been putting off updating to 6.11 because I rely on borg backups.

 

I just installed borgmatic and I have no problems, I'm on 6.11.1

 

Screenshot_20221106-092936_JuiceSSH.jpg

1 hour ago, jsavargas said:

 

Nerdpack is no longer compatible with version 6.11 of unraid, you have to install this new version called nerdtools

 

 

Ok perfect thanks a lot. Now the NerdTools works very well! 

I'm really happy to see a Nerdpack replacement! Good work!

 

The only package I missing now is mtr or mtr-tiny.

 

For everyone that doesn't know, mtr is similar traceroute but with additional useful information that's really useful tool for troubleshooting network issues. You can read more about it here: https://www.linode.com/docs/guides/troubleshooting-basic-connection-issues/#mtr

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.