**** BEGIN LOGGING AT Wed Feb 07 03:00:02 2018 Feb 07 03:54:14 Well the Android builds are multiarch.. Feb 07 03:54:28 It offers both 32 bit and 64 bit binaries Feb 07 06:11:50 So what you're saying is that a 32-bit rootfs can run on a 64-bit Halium build? Or do I have to rebuild Halium in armhf 32-bit? Feb 07 06:19:53 no what I am saying is, Halium system.img includes both 32 bit and 64 bit binaries and in most case you are fine with armhf rootfs Feb 07 06:29:34 Ok, got it. Thanks! Feb 07 08:07:43 @stefanomelchior, Fixed, now the lxc container is up and running Feb 07 08:10:42 If I find this output from test_nfc (``testNfc: Assertion `hwModule != NULL' failed`), does it mean the device can't find a module and I should set it up in the devconf? Feb 07 09:02:17 @stefanomelchior, test_nfc is broen I think, like most other of libhybris tests ;) Feb 07 09:17:05 @Flohack, So, your suggestion is to ignore them Feb 07 09:17:31 and pass to other step of the porting Feb 07 09:23:13 @stefanomelchior, yes Feb 07 09:24:01 @stefanomelchior, Only test_hwcomposer is useful, ok lights and vibrator will work, too Feb 07 09:24:57 Start with vibration Feb 07 09:25:24 test_lights doesn't work on my bq, but I played with led and moitor light intensity and I make those stuff work Feb 07 09:26:54 @ilyaishere, it is the only test working at first attempt, as reported in https://github.com/Halium/projectmanagement/issues/54 Feb 07 09:28:17 I will play with hw_composer Feb 07 10:32:56 'sync -c' is downloading huge amound of data (19GB). Is there any way to configure this process by filtering unneded data? By looking into files tree I see, for example, NDK for all platforms, including examples, development docs and many other files that are absolutely redundant for porting process. Feb 07 11:04:50 Yes, I've had that experience when it was my first time doing that. Feb 07 11:05:12 Try adding `--depth=1` to `repo init`. Feb 07 11:06:54 Like this: `repo init -u https://github.com/Halium/android -b halium-7.1 --depth=1` Feb 07 11:10:28 @win8linux, Good avatar. :D Feb 07 11:11:20 Thanks. 😁 Feb 07 11:12:03 (Sticker, 512x437) https://irc.ubports.com/N6xMyg0p/file_4091 Feb 07 11:16:11 Hey, how'd you get that? Feb 07 13:46:19 @bhushanshah did you compile pulseaudio-modules-droid for xenial? Feb 07 13:47:26 No Feb 07 13:47:39 Well I'm just re-using one from xenial-updates Feb 07 13:56:58 root@localhost:~# ping google.com … ping: google.com: Temporary failure in name resolution Feb 07 13:57:18 @SALPHA8506, usb network working or not? Feb 07 15:30:52 It is possible that some configs aren't enabled for kernel incompatibilies? Feb 07 17:24:00 what means this error ? (i'm testing halium-7.1) … [ 11.367767] 11.367767,2] init: write_file: Unable to open '/dev/cpuset/system-background/cpus': Permission denied Feb 07 17:25:17 Fwd from JBBgameich: enabling `CONFIG_CGROUP_CPUSET=y` may help Feb 07 17:25:18 Fwd from JBBgameich: Can you run `lxc-checkconfig` on the device? Feb 07 17:25:21 this is what I found Feb 07 17:27:04 only this error (other missing like ipv6..) … Cgroup namespace: required Feb 07 18:01:59 @Walid, You should fix that one Feb 07 18:06:40 @Walid, you should fix everything except user namespaces Feb 07 18:40:06 Is there a stable build for OPO Feb 07 18:43:29 (Document) https://irc.ubports.com/HQwpM0lW/file_4098.tex Feb 07 18:43:30 oops Feb 07 19:34:15 (Photo, 735x501) https://irc.ubports.com/ZntfaaXJ/file_4100.jpg I accidentally hyper-optimized my bootimg Feb 07 19:39:36 lol Feb 07 19:39:39 xd Feb 07 20:48:52 @UniversalSuperBox, Did you remove console part from cmd line ? Or it was not there at all? Feb 07 20:48:59 I removed it. Feb 07 21:10:16 Manu was added by: Manu Feb 07 21:12:45 Hello, I get this error when running " mka hybris-boot" Feb 07 21:12:48 https://pastebin.com/6BUAME53 Feb 07 21:12:54 Any help? Feb 07 21:28:47 did you run `source build/envsetup.sh && breakfast jfltexx` before? Feb 07 21:54:51 I seem to have created an interesting problem in my bullhead build... The container's `/sys` is empty Feb 08 01:43:13 This is to eventually use on the helium project, but anybody on here design their own boards in Eagle? I'm having trouble learning it. Feb 08 02:05:18 (Photo, 260x74) https://irc.ubports.com/eEWEmomJ/file_4111.jpg at Halium, we only use the most professional and high-level kernel features. Feb 08 02:21:50 I figured out how to get logcat on an arm64 device since you can't run it normally! Feb 08 02:21:58 `lxc-attach -nandroid -- /system/n/logcat` Feb 08 02:22:39 Wonder where my characters went Feb 08 02:22:47 `lxc-attach -nandroid -- /system/bin/logcat` Feb 08 02:26:32 You can similarly run any command on the Android side, within Android Feb 08 02:27:05 (Sticker, 512x512) https://irc.ubports.com/GUtGs4Qd/file_4112 Feb 08 02:27:09 might be worth adding to the docs Feb 08 02:45:06 and done https://github.com/Halium/docs/pull/70 **** ENDING LOGGING AT Thu Feb 08 03:00:01 2018