$ adb tcpip 5555
$ adb connect <device-ip-address>:5555$ adb shell
I/PerspectiveService( 709): HDMI display added, scheduling desktop start...D/MDesktopSettings( 1413): onHdmiDisplayAddedD/PerspectiveService( 709): mDesktopState: STOPPED -> STARTINGI/ValidateNoPeople( 709): skipping global notificationE/PerspectiveService( 709): nativeStart failedD/PerspectiveService( 709): mDesktopState: STARTING -> STOPPED
root# lxc-start -n jessieThis is what I get:
lxc-start: /var/maru/external/lxc/src/lxc/lxc_start.c: main: 296 Executing '/sbin/init' with no configuration file may crash the host
lxc-start: /var/maru/external/lxc/src/lxc/lxc_start.c: main: 296 Executing '/sbin/init' with no configuration file may crash the host
root@hammerhead:/data/maru/containers/jessie # ls -al
-rw-r--r-- root root 1489 1971-07-16 05:16 config
-rw-r--r-- root root 22 1971-07-16 05:17 fstab
-rw-rw-rw- root root 1874 1971-07-16 05:17 jessie.log
drwxr-xr-x root root 1971-07-16 05:17 rootfs--
You received this message because you are subscribed to the Google Groups "Maru OS dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to maru-os-dev+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/maru-os-dev/2824454e-4e76-48fd-b790-d15111907083%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
- /system/maru/containers/jessie is populated (but it contains jessie-rootfs.tar.gz, instead of rootfs directory)- out/target/product/aries/data/maru/containers (on a build machine) is empty (assuming this is used for creating an image)
lxc-start 1473964808.940 ERROR lxc_namespace - /var/maru/external/lxc/src/lxc/namespace.c:lxc_clone:67 - failed to clone (0x2c020000): Invalid argument lxc-start 1473964808.940 ERROR lxc_start - /var/maru/external/lxc/src/lxc/start.c:lxc_spawn:894 - Invalid argument - failed to fork into a new namespace
CONFIG_CGROUP_DEVICE=y CONFIG_CPUSETS=y CONFIG_DEVTMPFS=y CONFIG_DEVPTS_MULTIPLE_INSTANCES=y CONFIG_NAMESPACES=y CONFIG_UTS_NS=y CONFIG_IPC_NS=y CONFIG_USER_NS=y CONFIG_PID_NS=yMore info on the wiki: https://github.com/maruos/maruos/wiki/Kernel.
Once you get the kernel compiled right we should get past the clone error.
As for why mcprepare is not automatically copying the files...perhaps it hasn't been included in your device's init.blah.rc file? You will need to include it at the top, here is how it works on hammerhead in init.hammerhead.rc: https://github.com/maruos/android_device_lge_hammerhead/blob/master/init.hammerhead.rc#L21
Greetings,
Oliver
Hello,I decided to port Maru OS to Xperia Z3 Compact and so far I've managed to compile it, but after I flash it, I get stuck in an infinite bootloop.This is the error output in the logcat:E/tadif ( 274): Failed to connect to tad.E/macaddrsetup( 274): failed to open misc ta: 1E/BootAnimation( 302): couldn't find audio_conf.txtI'd appreciate If you could point me in the right direction.Thanks,Stefan