**** BEGIN LOGGING AT Tue Oct 23 02:59:59 2018 Oct 23 03:22:53 @bhushanshah, after rebuilding the image with these changes, hybris-boot finally worked after first boot, but will not work anymore. have to use recovery telnet to continue. Oct 23 03:45:43 and im not able to ping Oct 23 03:46:08 like his fix worked, but i am still unable to ping Oct 23 03:47:12 Do you have dmesg? Oct 23 03:51:23 @bhushanshah, from the tab? Oct 23 03:53:06 From device I mean well Oct 23 03:59:05 @bhushanshah, Its riddled with battery reads Oct 23 04:03:16 @kaibsora, `grep -v` is your friend Oct 23 04:04:36 i.e if log is cluttered with 'foo: jajajaj' you can do something like `dmesg | grep -v foo` Oct 23 04:07:18 @bhushanshah, yeah when i say riddled, i mean even doing that produces garbled results, for example: https://paste.ubuntu.com/p/68qpMWQPk5/ Oct 23 04:08:10 hm Oct 23 04:08:16 Where is your kernel? Oct 23 04:10:59 Pipe it to another `grep -v c0` Oct 23 04:12:17 @bhushanshah, not sure what you mean Oct 23 04:12:34 Can you link to kernel sources? Oct 23 04:15:46 https://github.com/kaibsora/android_kernel_samsung_exynos7870 Oct 23 04:15:52 my repo Oct 23 04:16:13 i have not pushed the changes that i made to my kernel defconfig. do you want me to push them? Oct 23 04:16:47 no, give me bit Oct 23 04:23:23 @bhushanshah, ok. thank you Oct 23 04:24:28 also, its the halium tree if you hadnt seen it already lol Oct 23 04:26:36 to reduce spam Oct 23 04:26:39 https://github.com/Valera1978/android_kernel_samsung_exynos7870/blob/lineage-15.1/drivers/battery_v2/sm5703_fuelgauge.c#L1362 remove this line Oct 23 04:26:58 also this : https://github.com/Valera1978/android_kernel_samsung_exynos7870/blob/lineage-15.1/drivers/battery_v2/sm5703_fuelgauge.c#L1375 Oct 23 04:27:32 also Line 1400 Oct 23 04:28:58 (basically PINFO lines) Oct 23 04:33:28 @bhushanshah, just those pinfo lines? Oct 23 04:33:55 Those are the ones responsible for spam Oct 23 04:34:25 ok. rebuilding both systemimage and bootimg now. thanks. ill let you know once i get back to ssh Oct 23 04:34:33 Let's start with them, if it doesn't we can kill more stuff 🙃 Oct 23 05:15:31 @bhushanshah that didnt work. full dmesg, from 65. : https://paste.ubuntu.com/p/gpvXfWchnY/ Oct 23 05:23:37 @kaibsora comment out all pr_info and dev_info here https://github.com/Valera1978/android_kernel_samsung_exynos7870/blob/lineage-15.1/drivers/battery_v2/sm5703_fuelgauge.c#L115 Oct 23 05:27:15 whats the comment clause for c files again? isnt it *? Oct 23 05:27:49 for single line comment Oct 23 05:29:22 @bhushanshah, right! multi line is /* */ lol. thanks! rebuilding now Oct 23 06:16:23 can anyone think of a reason why I would be getting telnet connection refused on hybris-recovery? Oct 23 06:28:09 @bhushanshah https://paste.ubuntu.com/p/7Q6M99vkyy/ no dice Oct 23 06:30:08 Can you show me git diff @kaibsora ? (Please use pastebin) Oct 23 06:30:57 did you reflash the hybris-boot? Oct 23 06:31:09 yes Oct 23 06:31:18 hybris boot doesnt work Oct 23 06:31:23 only hybris recov does Oct 23 06:31:25 okay, please show me git diff Oct 23 06:45:35 @bhushanshah, is there a way to output that to a file that i can copy the contents from? Oct 23 06:48:00 git diff > /tmp/somefile.diff Oct 23 06:48:37 https://paste.ubuntu.com/p/qKhv8JwKY2/ Oct 23 06:48:45 i figured it out right after asking lol Oct 23 06:49:42 hm looks good should work :/ Oct 23 06:49:55 Can you pastebin logcat? Oct 23 06:50:09 from the device Oct 23 06:50:21 yeah Oct 23 06:54:59 i have to use adb dont i? Oct 23 07:03:13 root@localhost:~# /system/bin/logcat … logcat read failure Oct 23 07:03:19 @bhushanshah Oct 23 07:03:58 is container even running? Oct 23 07:05:27 that was why i was trying to get internet. to update, because nothing works right now Oct 23 07:05:30 https://paste.ubuntu.com/p/5rKGtPmpPt/ Oct 23 07:06:29 without starting container internet won't work Oct 23 07:06:48 hm. interesting, Oct 23 07:06:51 `dmesg | grep lxc` Oct 23 07:06:56 im not sure where to go from here Oct 23 07:07:57 no output Oct 23 07:09:09 `lxc-checkconfig` Oct 23 07:11:27 lxc-checkconfig Oct 23 07:11:38 https://paste.ubuntu.com/p/PSckcSqT4W/ Oct 23 07:14:49 well Oct 23 07:14:57 you are skipping part of porting guide :) Oct 23 07:15:24 which part? Oct 23 07:15:30 the defconfig creation? Oct 23 07:15:37 i can show you my defconfig Oct 23 07:15:47 i redid my vm to follow the guide to a t Oct 23 07:16:55 https://docs.halium.org/en/latest/porting/debug-build/debug-android-userspace.html#lxc-android Oct 23 07:17:47 hmmmmm what about how hybris boot doesnt work for me Oct 23 07:18:15 well, for now you are logged into rootfs, with hybris-recovery Oct 23 07:18:21 best fix container Oct 23 07:18:33 alright. i will look into that shortly Oct 23 07:21:43 im not sure what some of these are tho Oct 23 07:25:32 "Cgroup cpuset:" like this one Oct 23 07:25:53 They are kernel options you need to enable/disable Oct 23 07:26:11 i know. im looking through my defconfig now Oct 23 07:26:20 to see if i can enable them Oct 23 07:26:35 does Cgroup cpuset = config_cpusets ? Oct 23 07:27:12 once you enable CONFIG_CGROUPS you will have another option of cgroup_cpusets Oct 23 07:27:18 See bullhead defconfig for reference Oct 23 07:28:24 https://github.com/Halium/android_kernel_lge_bullhead/blob/halium-7.1/arch/arm64/configs/lineageos_bullhead_defconfig Oct 23 07:29:04 yours says config_cpusets Oct 23 07:30:51 yes, well you also need to enable https://github.com/Halium/android_kernel_lge_bullhead/blob/halium-7.1/arch/arm64/configs/lineageos_bullhead_defconfig#L106 Oct 23 07:31:23 it was already enabled as part of the verify check config Oct 23 07:31:37 okay Oct 23 07:32:07 veth pair device? Oct 23 07:32:31 you can ignore that one Oct 23 07:32:52 same with mac and vlan? Oct 23 07:35:31 Hello guys! I'm successfully running ut touch with 3.4 kernel. For my device is available also 3.10 kernel, but if i want to try It, i need only to replace kernel folder or i need some other modification? Oct 23 07:35:46 [Edit] Hello guys! I'm successfully running ubunti touch with 3.4 kernel. For my device is available also 3.10 kernel, but if i want to try It, i need only to replace kernel folder or i need some other modification? Oct 23 07:35:52 [Edit] Hello guys! I'm successfully running ubuntu touch with 3.4 kernel. For my device is available also 3.10 kernel, but if i want to try It, i need only to replace kernel folder or i need some other modification? Oct 23 07:38:38 that should be the case as long as the build doesnt call non existent files Oct 23 08:13:58 @bhushanshah after a rebuild: https://paste.ubuntu.com/p/yJXfkcRBxq/ Oct 23 08:43:49 https://paste.ubuntu.com/p/nwtd5qrVKZ/ … @bhushanshah the logcat you requested Oct 23 10:28:40 mrdogeOF was added by: mrdogeOF Oct 23 10:28:46 @Mattia990, Really! Cancro has 3.10 kernel ? That is awesome Oct 23 10:29:51 And yes , you only have to replace the kernel folder and reapply the patches Oct 23 10:30:53 @mrdogeOF, Yes, it's Crazy😂 Thanks for the reply Oct 23 10:32:43 Was it released by Xiaomi itself Oct 23 10:32:52 Or some developer made it ? Oct 23 10:33:54 @kaibsora, You can ignore them, but it looks good when it is all green Oct 23 10:35:32 @mrdogeOF, This: https://github.com/vasishath/kernel_cancro (developer) Oct 23 10:36:38 @Mattia990, Look out for bugs :P Oct 23 10:39:49 @mrdogeOF, Yep, lol Oct 23 10:55:33 @mrdogeOF, Thanks. I got the container to start but nothing else works. Oct 23 10:55:59 @kaibsora, Does wifi work ? Oct 23 10:56:05 Nope Oct 23 10:56:30 What time zone are you in Oct 23 10:56:55 I usually work on this stuff starting at about 8p est(I work nights) Oct 23 10:57:26 @kaibsora, What does it say ? Not to forget you have to wake up the wifi hardware Oct 23 10:58:01 I try and it fails. That's why I asked when you are up xD Oct 23 10:58:24 http://docs.halium.org/en/latest/porting/debug-build/wifi.html#enabling-wi-fi-hardware Oct 23 10:58:40 @kaibsora, I am up all the time Oct 23 10:58:52 I am in bed without access to the developing machine lol. I tried all those steps. I dont get wifi device. Oct 23 10:59:17 @mrdogeOF, Great! We shall conquer this beast tonight! Oct 23 11:00:22 @mrdogeOF, Check what does it say when you enable wifi Oct 23 11:01:31 The first module doesn't exist. I have a Qualcomm atheros ar6k wifi chip Oct 23 11:13:23 Yeah first one fails for almost everyone , try `echo sta > /sys/module/wlan/parameters/fwpath` and then `nmtui` Oct 23 11:20:44 What can i do to resolve connection refused error (ssh) ? Oct 23 11:21:15 [Edit] What can i do to resolve connection reset error (ssh) ? Oct 23 11:36:45 Nothing but wait for 4 minutes, until connection gets stable Oct 23 11:37:11 This has been bugging me since beginning Oct 23 12:04:54 @mrdogeOF, Doesn't work Oct 23 13:15:13 @vanyasem, Halium op3 build mar 3 ?? Is this fully working one ? Oct 23 18:56:05 Bx16 was added by: Bx16 Oct 23 19:07:09 Hello, i builded an halium boot image with an unofficial kernel (my device has 3.4 and the unofficial is 3.10). … I installed it but it doesn't boot. Is there a way to see logs? Oct 23 19:07:34 @Mattia990, last_kmsg Oct 23 19:08:44 @NeonDragon1909, No, i haven't got it Oct 23 20:35:49 pstore ? Oct 23 20:38:40 @Mattia990, Sony? Oct 23 20:39:14 @trivial_inanity, xiaomi Oct 23 20:40:37 Cancro? Oct 23 20:40:47 @trivial_inanity, yup Oct 23 20:43:52 @abhishek_0, It gives me the dmesg of the recovery Oct 23 20:44:34 have you tried booting android with that kernel ? Oct 23 21:01:01 @abhishek_0, Ehmm, no Oct 23 21:17:06 Tbh i don't trust upgraded kernels Oct 23 21:37:04 cancro does boot with 3.10 iirc Oct 23 21:37:15 also, there's no reason to "not trust" Oct 23 21:40:10 @abhishek_0, Why is that, exactly? Not trying to tell you you're wrong, or that it's unwarranted, just genuinely interested. Oct 23 23:34:40 @mrdogeOF root@10.15.19.82's password: … root@localhost:~# echo sta > /sys/module/wlan/parameters/fwpath … -bash: /sys/module/wlan/parameters/fwpath: No such file or directory … root@localhost:~# **** ENDING LOGGING AT Wed Oct 24 03:00:00 2018