On Tue, Jul 30, 2019 at 9:21 PM <borissh1...@gmail.com> wrote: > > Package: anbox > Version: 0.0~git20190124-1 > Severity: important > > When starting anbox-container-manager.service it fail with "Condition check > resulted in Anbox Container Manager being skipped" and anbox session-manager > failing to start. > > This bug prevent starting anbox. > > transcript: > $ sudo modprobe ashmem_linux > $ sudo modprobe binder_linux > $ sudo systemctl start anbox-container-manager.service > $ sudo tail -f /var/log/syslog > Jul 30 04:19:58 buster systemd[1]: Condition check resulted in Anbox Container > Manager being skipped. > > $env ANBOX_LOG_LEVEL=debug anbox session-manager > [ 2019-07-30 04:20:36] [daemon.cpp:61@Run] Failed to connect to socket /run/ > anbox-container.socket: No such file or directory > > This quilt patch fixes that issue. >
I'm not sure how this patch fixes your problem... "Condition check resulted in Anbox Container Manager being skipped." is caused by this line in anbox-container-manager.service: ``` ConditionPathExists=/var/lib/anbox/android.img ``` You should have a file named /var/lib/anbox/android.img, please read /usr/share/doc/anbox/README.Debian and download an Android rootfs image. -- Shengjing Zhu