-
-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
line 164: /etc/systemd/system/anbox-container-manager.service.d/override.conf: Permission denied
#76
Comments
Content
source: anbox/anbox#211 (comment)
source: anbox/anbox#211 (comment) same with me, no such folder
source: anbox/anbox#211 (comment) By refer to above and run, then the error shown as below. + :~$ sudo add-apt-repository ppa:morphis/anbox-support
...
...
...
- Err:50 http://ppa.launchpad.net/morphis/anbox-support/ubuntu focal Release
- 404 Not Found [IP: 91.189.95.85 80]
Hit:29 https://github.com/retorquere/zotero-deb/releases/download/apt-get ./ InRelease
Reading package lists... Done
- E: The repository 'http://ppa.launchpad.net/morphis/anbox-support/ubuntu focal Release' does not have a Release file.
- N: Updating from such a repository can't be done securely, and is therefore disabled by default.
- N: See apt-secure(8) manpage for repository creation and user configuration details.
+ :~$ sudo apt install anbox-modules-dkms
Reading package lists... Done
Building dependency tree
Reading state information... Done
- E: Unable to locate package anbox-modules-dkms As we know from below, + :~$ sudo anbox-installer
The anbox-installer is deprecated. Please find updated installation
instructions here https://github.com/anbox/anbox/blob/master/docs/install.md
For any further questions please ask on the #anbox IRC channel on the
FreeNode network or in the Anbox telegram group (https://t.me/anbox).
+ :~$ sudo modprobe ashmem_linux
- modprobe: ERROR: could not insert 'ashmem_linux': Operation not permitted
+ :~$ sudo mokutil --sb-state
SecureBoot enabled
+ :~$ ls -1 /dev/{ashmem,binder}
- ls: cannot access '/dev/ashmem': No such file or directory
- ls: cannot access '/dev/binder': No such file or directory
+ :~$ lsmod |grep linux
binder_linux 196608 0 Reference
|
Source: https://docs.anbox.io/userguide/advanced/rootfs_overlay.html Refered to above link (enable and also grant permission
Source: #49 (comment) Changed above 2 lines (133 & 134) and |
Source: https://www.how2shout.com/linux/how-to-install-anbox-on-ubuntu-20-04-lts-focal-fossa
Source: anbox/anbox#1886 (comment) Refer to above doesn't work as well.
Source: anbox/anbox#1889 (comment) + :~$ anbox.appmgr[ 2021-12-03 17:53:39] [launch.cpp:168@operator()] Session manager is not yet running, trying to start it
[ 2021-12-03 17:53:39] [launch.cpp:117@launch_session_manager] Started session manager, will now try to connect ..
[ 2021-12-03 17:53:39] [splash_screen.cpp:55@SplashScreen] Window has no associated renderer yet, creating one ...
- [ 2021-12-03 17:54:29] [daemon.cpp:61@Run] [org.freedesktop.DBus.Error.ServiceUnknown] The name org.anbox was not provided by any .service files Above doesn't work as well, and then trying to check + :~$ systemctl --user status anbox-session-manager
● anbox-session-manager.service - Anbox Session Manager
Loaded: loaded (/usr/lib/systemd/user/anbox-session-manager.service>
- Active: failed (Result: exit-code) since Sat 2021-12-04 04:09:03 JS>
Docs: man:anbox(1)
Main PID: 145127 (code=exited, status=1/FAILURE)
Dec 04 04:09:03 Scibrokes-Trading systemd[1942]: Started Anbox Session M>
- Dec 04 04:09:03 Scibrokes-Trading anbox[145127]: Failed to start as eith>
Dec 04 04:09:03 Scibrokes-Trading systemd[1942]: anbox-session-manager.s>
Dec 04 04:09:03 Scibrokes-Trading systemd[1942]: anbox-session-manager.s>
Source: https://github.com/anbox/anbox Information about the currently available versions of the snap is available via
Source: https://github.com/Fuseteam/systemd-service-files |
have you tried manually modifying the permissions of Was facing the same error. As reckless as it may seem |
:~$ chmod a+w anbox-container-manager.service.d
chmod: cannot access 'anbox-container-manager.service.d': No such file or directory
:~$ ls anbox-container-manager.service.d
ls: cannot access 'anbox-container-manager.service.d': No such file or directory
:~$ find | grep 'anbox-container-manager.service*'
find: ‘./anbox-work/squashfs-root/storage’: Permission denied
find: ‘./anbox-work/squashfs-root/config’: Permission denied
find: ‘./anbox-work/squashfs-root/cache’: Permission denied
find: ‘./anbox-work/squashfs-root/data’: Permission denied
find: ‘./anbox-work/squashfs-root/system/lost+found’: Permission denied
find: ‘./anbox-work/squashfs-root/sbin’: Permission denied +:~$ systemctl --user status anbox-session-manager
● anbox-session-manager.service - Anbox Session Manager
Loaded: loaded (/etc/xdg/systemd/user/anbox-session-manager.service; enab>
+ Active: failed (Result: exit-code) since Tue 2021-12-14 19:17:37 JST; 2mi>
Main PID: 40696 (code=exited, status=1/FAILURE)
Dec 14 19:17:37 Scibrokes-Trading systemd[2253]: Started Anbox Session Manager.
Dec 14 19:17:37 Scibrokes-Trading anbox[40696]: Failed to start as either bind>
Dec 14 19:17:37 Scibrokes-Trading systemd[2253]: anbox-session-manager.service>
Dec 14 19:17:37 Scibrokes-Trading systemd[2253]: anbox-session-manager.service>
+:~$ systemctl --user status synapse● synapse.service - synapse service
Loaded: loaded (/etc/xdg/systemd/user/synapse.service; enabled; vendor pr>
+ Active: active (running) since Tue 2021-12-14 19:17:49 JST; 2min 34s ago
Main PID: 40836 (synapse)
Memory: 38.6M
CGroup: /user.slice/user-1000.slice/user@1000.service/synapse.service
└─40836 /usr/bin/synapse --startup --display=:0
Dec 14 19:17:49 Scibrokes-Trading systemd[2253]: Started synapse service. By refered from https://github.com/englianhu/systemd-service-files |
The current error on line 164 is that the |
Install Anbox.
1st attempt error:
2nd attempt error:
Added
sudo
assudo wget -O - https://raw.githubusercontent.com/geeks-r-us/anbox-playstore-installer/master/install-playstore.sh | bash
doesn't work as well, same permission error.3rd attempt error:
4th attempt error:
Desktop (please complete the following information):
Additional context
Wonder why
chmod +x install-playstore.sh
doesn't granted permission?References
The text was updated successfully, but these errors were encountered: