**** BEGIN LOGGING AT Thu Mar 14 02:59:57 2019 Mar 14 04:10:20 Hello Mar 14 04:10:34 Halium only support kernel 3.4 and up? Mar 14 04:19:53 supri yono was added by: supri yono Mar 14 04:27:07 hi.. i am newbie.. are there a simple guide for running linux on my xiaomi redmi 6a.. thanks.. Mar 14 04:31:13 Hello everyone, I accidentally Ctrl+C while doing device setup Mar 14 04:33:34 Also, I have oreo, can I build halium based on it? Mar 14 04:34:36 Since it says "7.1 support" and my phone supports Nougat Mar 14 04:36:53 So I assume you can just pop Oreo (lineage-15.1) and have no problem with it, right? Mar 14 04:37:09 Or I'm forced to use Nougat as the base Mar 14 04:50:48 I'm curious why the repo sync command needs "sudo" later in the progress Mar 14 04:51:09 I just checked journalctl -xe when the thing stucks at syncing and it tries to run the sudo command Mar 14 06:05:58 @nanu_c, You're mixing hybris-boot and ubports, that doesn't work. Use hybris-boot for reference rootfs and plasma. Use halium-boot for ubports. I suggest to stick to hybris-boot and reference rootfs for now. Bring it to ssh and lxc. Not sure which test_something works right now, but at least try them. Mar 14 07:13:21 Nastya 283 was added by: Nastya 283 Mar 14 07:13:26 o Mar 14 07:14:33 hi Mar 14 07:23:01 f Mar 14 07:23:01 f Mar 14 07:23:02 f Mar 14 07:23:02 ff Mar 14 07:23:02 f Mar 14 07:23:02 f Mar 14 07:23:03 f Mar 14 07:23:07 f Mar 14 07:23:09 f Mar 14 07:23:11 f Mar 14 07:23:13 f Mar 14 07:23:15 f Mar 14 07:23:17 f Mar 14 07:23:23 f Mar 14 07:23:25 f Mar 14 07:23:27 f Mar 14 07:23:29 3 Mar 14 07:23:31 f3 Mar 14 07:23:33 f3 Mar 14 07:23:37 f3 Mar 14 07:23:39 3f Mar 14 07:23:41 3 Mar 14 07:41:46 @dohniks, thanks for the tip Mar 14 07:42:07 ``` ssh root@10.15.19.82 … The authenticity of host '10.15.19.82 (10.15.19.82)' can't be established. … ECDSA key fingerprint is SHA256:RAjwh+tI9lKICKQrfaQz4Ko9BH4Togw+I3jAsX78e30. … Are you sure you want to continue connecting (yes/no)? yes … Warning: Permanently added '10.15.19.82' (ECDSA) to the list of known hosts. … root@10.15.1 Mar 14 07:42:07 9.82's password: … root@localhost:~#``` Mar 14 08:54:46 @nanu_c, Yeah what I wanted to say. No reason to start with ubports rootfs unless the reference rootfs is in good shape. That means running lxc and GPU test successful Mar 14 09:15:37 i was somehow confused by the ubports docs Mar 14 09:16:36 "Before you begin, you’ll want to head over to the Halium porting guide and get your systemimage built without errors. Once you’re at the point of installing a rootfs, you can come back here." Mar 14 09:17:04 i built the system image and then i followed the ubports doc Mar 14 09:27:21 @nanu_c, Well yes, our docs are not that far so you can take all things literally ^^ Mar 14 09:37:09 Hey guys, can I use lineage-15.1 source? Mar 14 09:43:27 No Mar 14 09:44:05 So I'll have to find a cm-14.1 source? Mar 14 09:44:51 Yup Mar 14 09:45:15 Oh. Thank you for a quick respond! Mar 14 09:47:19 Can I use reuse the kernel from a newer version of Lineage? that'd be nice. Mar 14 09:48:11 depends on how much the blobs were changed between them Mar 14 09:53:54 Ah, alright. Thank you! Mar 14 09:53:58 This project will surely be fun! Mar 14 11:38:40 A bit offtopic, but how many jobs (-j[NUM]) does people use? I have 8 cores so I use -j9. Mar 14 11:50:03 Most use 16 Mar 14 11:56:26 Do you even need to be on Android Nougat (as installed system) when you're going to boot Halium? Mar 14 11:57:32 I assume that you can do that since it looks like the vendor proprietary files are compiled to system.img? I'm not really famillar with Halium. Mar 14 11:58:07 Because I just finished building it, wanted to see if it works. Mar 14 12:02:47 Yeah you need a android 7.1 kernel Mar 14 12:05:17 I'm talking about the /system image, not the kernel. Mar 14 12:05:45 The kernel is from Android 7.1, but I want to maintain Android on this device. Mar 14 12:06:05 As dualbooting, or fastboot boot. Mar 14 12:06:39 For me if I have android in the system partition then halium won't boot until I wipe system Mar 14 12:08:34 Well then, I'm going to make a backup image in TWRP before halium-install. Mar 14 12:43:35 what is this? `library "libtinyxml.so" not found` Mar 14 12:44:10 @nanu_c, Probably a tiny XML parser. Dont make him cry ^^ Mar 14 12:44:56 That's what comes when i run EGL_PLATFORM=hwcomposer test_hwcomposer Mar 14 12:45:30 Uh yeah, so you need to add it to your manifest as part of the build tree, so that is is installed into /system/lib or so Mar 14 12:48:35 PRODUCT_PACKAGES += libtinyxml Mar 14 12:49:04 and make sure you have external/tinyxml Mar 14 12:52:53 @aleasto, Thanks I could not describe it better 😆 Mar 14 12:53:28 What I really dont get that Lineage builds are fine with the same tree, but our system.img often miss a lot of smalllibs Mar 14 12:53:50 It's like walking in a labirinth Mar 14 12:54:01 [Edit] It's like walking in a labyrinth Mar 14 12:54:54 a lot of libraries are implicitly included by other libraries, i gurss halium is not building any library that on lineage inherits libtinyxml Mar 14 12:55:04 [Edit] a lot of libraries are implicitly included by other libraries, i guess halium is not building any library that on lineage inherits libtinyxml Mar 14 12:55:56 yeah might be Mar 14 12:56:19 @nanu_c, Porting is worse than that. YOu are blindfolded, the labyrinth has loopholes and is partly filled with Lava. Mar 14 12:56:37 @nanu_c, [Edit] Porting is worse than that. You are blindfolded, the labyrinth has loopholes and is partly filled with Lava. Mar 14 13:02:15 (Document) https://irc.ubports.com/ZnsILXBk.mp4 Mar 14 14:56:06 danvj was added by: danvj Mar 14 16:28:11 If we unlock the bootloader, is it not possible to install custom Linux kernel? Mar 14 16:29:20 @arunkumar413, YOu can install it but it will fail doing anything ^^ Mar 14 16:31:21 Does Ubuntu touch avoid the anndroid layer? Mar 14 16:31:36 No Mar 14 16:31:43 Or is it built on top of android? Mar 14 17:26:14 Bsheets74 was added by: Bsheets74 Mar 14 18:11:36 krnlyng: https://github.com/libhybris/libhybris/pull/412 as promised :) Mar 14 18:45:38 @Tofe, any reason this is only jb/mm/n and not o? Mar 14 18:47:11 @arunkumar413, See infographic at the end of this page: https://wiki.ubuntu.com/Touch/ContainerArchitecture Mar 14 18:47:41 its about 64bit mix but basically holds for 32bit also Mar 14 19:11:41 The excessive porting session the last 3 days destroyed my laptop, i would say it is dead, trying to bring another device to life Mar 14 19:14:52 How could porting destroyed your laptop, overheating? Mar 14 19:15:51 By the way, sorry for your loss through. Mar 14 19:25:59 It was always freezing for some moments while making the images with 16gb ram Mar 14 19:26:47 if you can, try removing one ram stick and then booting it Mar 14 19:27:16 i have still warranty for 5 months Mar 14 19:27:17 @Felix: @Felix: yup: I forgot about it Mar 14 19:27:40 @nanu_c, that sounds kinda normal, if it eats up >90% of system memory or something along these lines, system has to use swap and if it's full/there is no swap then it'll just hang Mar 14 19:29:19 @Felix: fixed, thanks Mar 14 19:34:37 But hey i learned a lot about kernels. **** ENDING LOGGING AT Fri Mar 15 02:59:57 2019