Everything posted by Nischi
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Give it a try now. I compiled unrar myself and then recompiled rar2fs. It's working fine now, thank you dmacias, you deserve a lot of credit for maintaining Nerdpack.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Please see the latest reply from the developer of rar2fs here for the solution and problem. https://github.com/hasse69/rar2fs/issues/113#issuecomment-534865589
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
I'll just roll back unrar to 5.6.1 Thank you, started to work again immediately!
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
I tried it, and it first seemed to work. but after trying to access any file it wouldn't work. instead showing the following when printing ls -la: ls -la /bin/ls: cannot access 'rar2fs': Transport endpoint is not connected d????????? ? ? ? ? ? rar2fs/
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
I'm sorry to say the latest version of unrar broke rar2fs. I get the error: rar2fs: error while loading shared libraries: libunrar.so.5.6.1: cannot open shared object file: No such file or directory It seems there's no newer version than the current one for rar2fs (1.27.2) so I'm not sure what the solution is, perhaps adding the old version of unrar alongside the new if possible? Meanwhile I have started an issue at the rar2fs github.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
I updated lynx. Should work now Thanks, working!
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
After having installed Lynx, and tried to launch it. An error is given: lynx: error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory I thought it was supposed to not have any dependencies?
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
I haven't updated in a while, and it fixed the problem just as you suspected. thanks again!
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Would it be possible to give it a try to fix the previous problem with borg? qouting myself earlier in the thread to give a few details. I'm not sure where to start, but perhaps updating msgpack, setuptools and Python3 might help?
-
[SUPPORT] malvarez00 - MotionEye
Having the same problem with "Bus 005 Device 002: ID 046d:08c9 Logitech, Inc. QuickCam Ultra Vision" Did you ever get it to work? My /dev/ does not seem to have any usb for this camera as well, can find it under /dev/bus/usb/ tho, but that's not working to passthrough to the docker.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Sorry must have missed your reply, just noticed it now. Anyway, no I haven't been able to fix it. I tried manually installing the Slackware packages, but i never managed to get it fully working. I think we probably need to update some of the other 3 packages for it to run correctly.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Added Thanks mate!
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Could you please add FuseISO https://sourceforge.net/projects/fuseiso/ ?
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
As mentioned earlier, you need msgpack, setuptools and Python3 However, that will lately result in the message "Using a pure-python msgpack! This will result in lower performance." when running backups. From what I can tell, it will only use 1 core, thus slowing down backups quite a lot.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
You need msgpack, setuptools and Python3 That was it, thanks!
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
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
-
Specify VNC port for VMs
This is still true, yes? I'm having issues manually specifying the VNC port to use. I followed these instructions https://www.reddit.com/r/unRAID/comments/44sftz/vnc_configuration/ This is my XML edit: <graphics type='vnc' port='5901' autoport='no' websocket='5901' listen='0.0.0.0' keymap='sv'> <listen type='address' address='0.0.0.0'/> </graphics> But always end up with the error "Execution error. internal error: Failed to reserve port 5901" when I try to start the VM.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Ok I updated unrar booya! it's working. Thanks for your help, much appreciated.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Try installing unrar Same error sadly. Working for you ?
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Added Thank you for adding this. I noticed that a library was missing. "rar2fs: error while loading shared libraries: libunrar.so.5.6.1: cannot open shared object file: No such file or directory"
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
I want to suggest adding rar2fs for easier handling of archived files. Could be used with many advantages for mounting media focused dockers and such. https://github.com/hasse69/rar2fs