[PLUG-IN] NerdTools


Recommended Posts

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. 

  • Like 2
Link to comment
  • 2 weeks later...
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.

  • Like 1
Link to comment

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. 

Link to comment
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?

Link to comment
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.

 

Link to comment

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:~# 

Link to comment

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?

Link to comment
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.

  • Thanks 1
Link to comment
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.

Link to comment
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.

Link to comment

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.