Vuze-Azureus

Hello,
Running “sudo snap install vuze-vs” returns:
“error: cannot communicate with server: Post “http://localhost/v2/snaps/vuze-vs”: dial unix /run/snapd.socket: connect: no such file or directory”
Any suggestions is welcome
Max

Is this the first snap you’re installing on the system? What distro is it?

What’s the output of snap version please?

1 Like

Hello,
Thank you for such a quik response.
Yes, first snap install.
5.7.17-200.fc32.x86_64 GNU/Linux
However, when I type “snap version” there is no ouput until I ctrl-c
Max

What is systemctl status snapd ?

Hello,
Thanks again.
● snapd.service - Snap Daemon
Loaded: loaded (/usr/lib/systemd/system/snapd.service; disabled; vendor pr>
Active: inactive (dead)
TriggeredBy: ● snapd.socket

Max

You have disabled snapd.

Enable it with:

sudo systemctl enable snapd

If the above didn’t work then it should be snapd.service instead of just snapd.

Then start the service.

sudo systemctl start snapd

Hello,
Thanks for the advice.
This is the output command:
Warning: /var/lib/snapd/snap/bin was not found in your $PATH. If you’ve not
restarted your session since you installed snapd, try doing that.
Please see How to fix snap binaries not found for more details.

AND:
Starting Azureus…
Suitable java version found [java = openjdk 1.8.0_265]
Configuring environment…
Java exec found in PATH. Verifying…
find: ‘/home/pa/.azureus/plugins’: No such file or directory
Error: Could not find or load main class org.gudy.azureus2.platform.unix.ScriptBeforeStartup
Loading Azureus:
java -Xmx256m -cp “./*.jar” -Djava.library.path="/usr/bin" -Dazureus.install.path="/usr/bin" -Dazureus.script="/usr/bin/vuze" -Dazureus.script.version=6 org.gudy.azureus2.ui.swt.Main
Error: Could not find or load main class org.gudy.azureus2.ui.swt.Main
Exit from Azureus complete
Error: Could not find or load main class org.gudy.azureus2.platform.unix.ScriptAfterShutdown
Azureus TERMINATED.

Max

Hello,
Thanks again for your assistance, everything works fine now.
I only get this message when running utorrent from the terminal:
WARNING: cgroup v2 is not fully supported yet, proceeding with partial confinement
Regards
Max