dmacias 211 Posted February 25, 2019 Share Posted February 25, 2019 6.7.0-rc4I added elftools. You'll need to install that too. Quote Link to post
timekiller 1 Posted February 25, 2019 Share Posted February 25, 2019 Hmm, don't see elftools as an option... Quote Link to post
dmacias 211 Posted February 25, 2019 Share Posted February 25, 2019 Hmm, don't see elftools as an option...Click Check for Updates Quote Link to post
timekiller 1 Posted February 25, 2019 Share Posted February 25, 2019 Perfect! Thanks for the quick turn around! Quote Link to post
Balazar 0 Posted February 25, 2019 Share Posted February 25, 2019 I'm having trouble getting perl to install. I just got started with a fresh unraid install. When I tick the slider for perl in nerd tools it says it installed it but then it's status is uninstalled. Tried uninstalling, and have another go. But it just won't do it. Any suggestions? Quote Link to post
Squid 2900 Posted February 26, 2019 Share Posted February 26, 2019 4 hours ago, Balazar said: I'm having trouble getting perl to install. I just got started with a fresh unraid install. When I tick the slider for perl in nerd tools it says it installed it but then it's status is uninstalled. Tried uninstalling, and have another go. But it just won't do it. Any suggestions? Probably stupid question, but did you hit apply at the bottom of the page? Quote Link to post
sempervirens 0 Posted February 27, 2019 Share Posted February 27, 2019 I installed par2 earlier tonight (running 6.6.7) but when I try to use it I just get "par2: error while loading shared libraries: libgomp.so.1: cannot open shared object file: No such file or directory". Do I need to install another package to go along with it? Quote Link to post
Balazar 0 Posted February 27, 2019 Share Posted February 27, 2019 On 2/25/2019 at 7:15 PM, Squid said: Probably stupid question, but did you hit apply at the bottom of the page? Yes, I have tried ticking the switch on and hitting apply, ticking it off and hitting apply then back on again and apply. Then a few reboots for good measure. But after clicking apply the status is always still "downloaded - yes, installed - no". Maybe the package is corrupt. Where are the packages downloaded to? I could try deleting it and letting it download and do it's thing again. I'm open to all suggestions. Beat me with the n00b paddle until I'm properly hazed into unRaid! lol Quote Link to post
dmacias 211 Posted February 28, 2019 Share Posted February 28, 2019 I installed par2 earlier tonight (running 6.6.7) but when I try to use it I just get "par2: error while loading shared libraries: libgomp.so.1: cannot open shared object file: No such file or directory". Do I need to install another package to go along with it?I compiled it myself after deleting libgomp. Should work now. 1 Quote Link to post
sempervirens 0 Posted February 28, 2019 Share Posted February 28, 2019 thanks, I updated it and it's working now Quote Link to post
dmacias 211 Posted February 28, 2019 Share Posted February 28, 2019 Yes, I have tried ticking the switch on and hitting apply, ticking it off and hitting apply then back on again and apply. Then a few reboots for good measure. But after clicking apply the status is always still "downloaded - yes, installed - no". Maybe the package is corrupt. Where are the packages downloaded to? I could try deleting it and letting it download and do it's thing again. I'm open to all suggestions. Beat me with the n00b paddle until I'm properly hazed into unRaid! lolIt should delete any corrupt downloads. Also if you turn uninstall on and click apply it should delete any package not selected. Quote Link to post
xhaloz 10 Posted March 3, 2019 Share Posted March 3, 2019 Python 3 wont uninstall. Every other package uninstalls if I have it selected to Off. However python 3 doesn't do anything when I hit apply. It refreshes the page and it says ON again even though I hit off. Quote Link to post
dmacias 211 Posted March 3, 2019 Share Posted March 3, 2019 2 hours ago, xhaloz said: Python 3 wont uninstall. Every other package uninstalls if I have it selected to Off. However python 3 doesn't do anything when I hit apply. It refreshes the page and it says ON again even though I hit off. Do you have borgbackup installed? Or another plugin that requires python3. That's the only way it won't uninstall. Quote Link to post
xhaloz 10 Posted March 5, 2019 Share Posted March 5, 2019 (edited) Makes sense, yes borg is installed. I will take a look! Edit: Let me just say thank you, you always reply and always add/update packages. You're pure gold and I thank you so much. Edited March 5, 2019 by xhaloz To show appreciation Quote Link to post
dmacias 211 Posted March 5, 2019 Share Posted March 5, 2019 1 minute ago, xhaloz said: Makes sense, yes borg is installed. I will take a look! Edit: Let me just say thank you, you always reply and always add/update packages. You're pure gold and I thank you so much. No problem. Borg requires python3 so it automatically selects it too. There's a few others packages that select their depends too. Quote Link to post
deagle 2 Posted March 6, 2019 Share Posted March 6, 2019 (edited) On 9/21/2018 at 5:32 PM, BRiT said: IMO, does not belong in nerdpack. Should be its own plugin, just like ZFS is. Unfortunately, my programming skills are limited. A simple Snapraid binary I can schedule would do the job for me. Also, is it possible to add Fish shell? Thanks. Edited March 6, 2019 by deagle Quote Link to post
dmacias 211 Posted March 7, 2019 Share Posted March 7, 2019 Also, is it possible to add Fish shell? Thanks.Added 1 Quote Link to post
iamtpage 0 Posted March 7, 2019 Share Posted March 7, 2019 (edited) Hi there, Would it be possible to add tinc VPN: https://tinc-vpn.org/ Thank you Edit: Saw you already added it, thank you so much!! Edited March 7, 2019 by iamtpage update Quote Link to post
Nischi 6 Posted March 10, 2019 Share Posted March 10, 2019 (edited) Hi again! Lately I'm having problems launching borg. I'm running Unraid 6.7.0-rc5, so I guess that could be the issue. Anyway, I get the following error when simply running "borg" root@unraid:~# borg Traceback (most recent call last): File "/usr/bin/borg", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' Oh and thanks for adding fish shell earlier Edited March 10, 2019 by Nischi Quote Link to post
dmacias 211 Posted March 10, 2019 Share Posted March 10, 2019 Hi again! Lately I'm having problems launching borg. I'm running Unraid 6.7.0-rc5, so I guess that could be the issue. Anyway, I get the following error when simply running "borg" root@unraid:~# borg Traceback (most recent call last): File "/usr/bin/borg", line 6, in from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' Oh and thanks for adding fish shell earlier You need msgpack, setuptools and Python3 1 Quote Link to post
Nischi 6 Posted March 10, 2019 Share Posted March 10, 2019 10 hours ago, dmacias said: 11 hours ago, Nischi said: Hi again! Lately I'm having problems launching borg. I'm running Unraid 6.7.0-rc5, so I guess that could be the issue. Anyway, I get the following error when simply running "borg" root@unraid:~# borg Traceback (most recent call last): File "/usr/bin/borg", line 6, in from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' Oh and thanks for adding fish shell earlier You need msgpack, setuptools and Python3 That was it, thanks! Quote Link to post
d2dyno 9 Posted March 10, 2019 Share Posted March 10, 2019 On 2/25/2019 at 10:17 AM, dmacias said: On 2/24/2019 at 6:35 AM, d2dyno said: Would it be possible to include vnstat 2.1? I would really like to upgrade, but can't find any slack packages for this version I'll try and compile it when I get time. Have you been able to compile this? Quote Link to post
dmacias 211 Posted March 11, 2019 Share Posted March 11, 2019 Have you been able to compile this?Sorry. Thanks for reminding me. I compiled and added vnstat 2.1. Quote Link to post
FireFtw 1 Posted March 13, 2019 Share Posted March 13, 2019 how about testdisk for idiots like me who delete things they shouldn't? Quote Link to post
dmacias 211 Posted March 13, 2019 Share Posted March 13, 2019 how about testdisk for idiots like me who delete things they shouldn't?Added Quote Link to post
1529 posts in this topic Last Reply
Recommended Posts
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.