**** BEGIN LOGGING AT Fri Jun 29 03:00:00 2018 Jun 29 06:27:33 zephyr was added by: zephyr Jun 29 06:33:29 alllllrighty done with vermintide for the night, back to halium Jun 29 06:35:35 is there anything besides encryption that'd break it and cause a kernel panic? … all my (relevant) partitions are ext4 Jun 29 08:10:31 Ah, I missed a kernel flag. Derp. Jun 29 08:10:39 @Lyokanthrope, which one ^^ Jun 29 08:11:02 [Edit] Ah, I missed a kernel config flag. Derp. Jun 29 08:11:03 CONFIG_EXT4_FS Jun 29 08:11:10 [Edit] CONFIG_EXT4_FS=y Jun 29 08:11:24 So...now it doesn't KP! Buuut I don't seem to be getting SSh. Jun 29 08:11:26 [Edit] So...now it doesn't KP! Buuut I don't seem to be getting SSH Jun 29 08:12:41 it does seem to be booting at least as I do get `GNU/Linux Device on rndis0 10.15.19.82` Jun 29 08:12:59 So it booted to rootfs Jun 29 08:13:08 Yep. Jun 29 08:15:06 Oop, nvm. Networkmanager was interfering. :V Jun 29 08:20:49 oh boy the android container isn't running Jun 29 08:21:52 @Lyokanthrope, lxc-checkconfig Jun 29 08:22:13 nothing is marked required/red Jun 29 08:22:49 systemctl status lxc@android Jun 29 08:22:49 https://hastebin.com/ifelevezul.pas Jun 29 08:23:26 There's something about that in the docs, gonna try the fix (disabling CONFIG_NET_CLS_CGROUP) Jun 29 08:23:39 [Edit] There's something about that in the docs, gonna try the fix (disabling CONFIG_NET_CLS_CGROUP & CONFIG_NETPRIO_CGROUP) Jun 29 08:24:51 or, looking at that error, might be something to do with CONFIG_CGROUP_SCHEDTUNE? Jun 29 08:28:51 Hmm, disabling that breaks my kernel build... Jun 29 08:35:09 Unsetting CONFIG_SCHED_TUNE fixed it. Jun 29 08:41:48 Also had to set CONFIG_DEVPTS_MULTIPLE_INSTANCES but hooray now I have the android container running! Jun 29 08:53:28 How can use Python3 on Android ? Jun 29 08:54:32 @dikismakinasi, broadly speaking you could try QPython3 or Termux, but please note: this is irrelevant to the focus of this channel Jun 29 08:59:09 @reivilibre, Thank you. Sorry. This is my lost question. Jun 29 09:29:03 @vanyasem, k thx Jun 29 12:27:49 are these warnings okay ? https://paste.ubuntu.com/p/NBmXZqYpHx/ Jun 29 12:31:38 @abhishek_01, Yep Jun 29 13:51:36 and this https://paste.ubuntu.com/p/wcBjjvtVZh/ Jun 29 18:17:28 bshah: ping ? Jun 29 19:39:57 New issue today: apparently only part of my vendor is being included in the build Jun 29 19:40:44 Anything in lge/msm8996-common just doesn't get added to my system.img Jun 29 19:43:46 It seems to be called in the respective makefiles... Jun 29 19:44:00 @Lyokanthrope, check your device trees Jun 29 19:45:50 https://github.com/LineageOS/android_device_wingtech_wt88047/blob/a63520445ad1bc6a6c8fb074f5eaddde7bf618f1/device.mk#L26 look for something like this Jun 29 19:46:23 https://github.com/LineageOS/android_device_lge_msm8996-common/blob/cm-14.1/msm8996.mk#L19 Jun 29 19:47:17 @Lyokanthrope, no thats vendor Jun 29 19:48:07 it might not be needed Jun 29 19:48:39 https://github.com/LineageOS/android_device_lge_g5-common/blob/cm-14.1/g5.mk#L21 Jun 29 19:50:10 @abhishek_01, I think I might need it if I want to have working camera and audio at the least Jun 29 19:53:10 @Lyokanthrope, it might not be a great idea , but you can move it from your common tree to your main tree, Jun 29 19:57:31 in your makefile Jun 29 20:06:37 I could try. Just seems weird because g5-common stuff is being included just fine Jun 29 20:10:58 @abhishek_01, Doing this will forcefully add them to system.img Jun 29 20:13:10 Also try removing - if-exists Jun 29 20:17:40 @abhishek_01, Tried that, didn't help Jun 29 20:17:52 @abhishek_01, Will try this after my lunch Jun 29 21:54:35 Nope. Jun 29 21:56:16 @Lyokanthrope, Go harder and Merge them Jun 29 22:48:22 hı :) Jun 29 22:48:22 Fwd from ankaos: ninja: error: '/home/enes/hadk/out/target/product/j5lte/obj/SHARED_LIBRARIES/libOpenSLES_intermediates/export_includes', needed by '/home/enes/hadk/out/target/product/j5lte/obj/EXECUTABLES/bootanimation_intermediates/import_includes', missing and no known rule to make it … make: *** [ninja_wrapper] Error 1 Jun 29 23:10:51 device tree, pls Jun 30 00:43:50 So I fixed my vendor issue. Turns out I'm dumb and ended up breaking the formatting of the msm8996-common vendor's makefile. :V … So that's solved. Now I have to deal with AudioDaemon crashing in the container ad infinitum and basically none of the graphical hybris tests working. … They crash/SIGSEGV with some kind of unhandle Jun 30 00:43:50 d translation error visible in dmesg. **** ENDING LOGGING AT Sat Jun 30 03:00:03 2018