EXALAB / AnLinux-App

AnLinux allow you to run Linux on Android without root access.
Apache License 2.0
1.64k stars 241 forks source link

Snap install error #105

Open Th3-A6add0n opened 5 years ago

Th3-A6add0n commented 5 years ago

$ snap install --classic notepadqq

2019/05/11 11:33:39.733703 main.go:220: WARNING: cannot create syslog logger error: cannot communicate with server: Post http://localhost/v2/snaps/notepadqq: dial unix /run/snapd-snap.socket: connect: no such file or directory

exalab999 commented 5 years ago

Snap require high permission, it is not expected to work without root access...

Th3-A6add0n commented 5 years ago

Snap require high permission, it is not expected to work without root access...

But it's not working with sudo either (I posted the sudo problem as well)

Th3-A6add0n commented 5 years ago

Snap require high permission, it is not expected to work without root access...

Screenshot_Termux_20190514-212412

ghost commented 5 years ago

You already running "sudo" in default...

Th3-A6add0n commented 5 years ago

You already running "sudo" in default...

Bro I'm asking about snap I know I'm already running sudo but why is it that I can't use snap

Read the issue, description & error again.

ghost commented 5 years ago

Because you can't... Sudo in default by mean is... You not running systemd... So you can't run snap

supersonictw commented 5 years ago

Why did you wanna to use snap on a "proot" Linux... As a chroot Linux system, the systemd was the problem that hard to resolve. We use the old solution "init.d" replace systemd. But snap required "systemd", like Gnome and KDE which we blacklisted.

USMP-lancer commented 3 years ago

the only issue seems to be the socket, although there are likely others, since the only way to initiate the socket is with systemd booted systems, there likely isnt any fix for this, at least not yet, maybe someone will spoof it sometime idk