ARIA 2

Discussion of applications not mentioned above.
Locked
User avatar
fabroupt
Posts: 3
Joined: 29 Sep 2021, 15:52

ARIA 2

Post by fabroupt »

Hello,
I have a problem with my F5-221 and application ARIA2, it's installed correctly but impossible to launch and no error message.
Anyone have same problem or know how to resolve?
regards
User avatar
TMSupport
TerraMaster Team
Posts: 2314
Joined: 13 Dec 2019, 15:15

Re: ARIA 2

Post by TMSupport »

Please try to uninstall Aria 2 and install it again.
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
REBELinBLUE
Posts: 29
Joined: 05 Dec 2021, 06:37

Re: ARIA 2

Post by REBELinBLUE »

fabroupt did you solve this? I have exactly the same issue

Uninstalled it, reinstalled and it fails to start with no error.

I guess this is why, if I launch it from SSH

Code: Select all

❯ /usr/local/bin/aria2c
/usr/local/bin/aria2c: error while loading shared libraries: libuv.so.1: cannot open shared object file: No such file or directory
User avatar
REBELinBLUE
Posts: 29
Joined: 05 Dec 2021, 06:37

Re: ARIA 2

Post by REBELinBLUE »

Ah

I actually figured out my problem so yours might be the same

I changed the shell of the admin user to fish and LB_LIBRARY_PATH wasn't defined for it

I added to ~/.config/fish/config.fish

Code: Select all

set -xg LD_LIBRARY_PATH /lib /lib64 /usr/lib /usr/lib64 /usr/local/lib /usr/local/lib64 /opt/lib
set -xg PATH /usr/sbin /usr/bin /sbin /bin /usr/local/bin /usr/local/sbin /opt/bin /opt/sbin
(/opt ones only need if entware is installed, which is unsupported)
Locked