**** BEGIN LOGGING AT Mon Feb 01 02:59:57 2021 Feb 01 04:05:21 @TheHexagon [Hi. whenever i try to boot my device with the ubports rootfs, it reboots within …], If this is good or bad Feb 01 04:05:29 bad Feb 01 04:07:03 @jeffinjosva bad Feb 01 04:09:31 dont worry about that tho Feb 01 04:51:09 Hi. whenever i try to boot my device with the ubports rootfs, it reboots within 5 seconds. Feb 01 04:51:21 if you need files just ask Feb 01 05:21:42 TheHexagon, which SoC/device/base? Feb 01 05:22:11 klte Feb 01 05:22:15 halium 7.1 Feb 01 05:22:22 using halium-boot Feb 01 05:22:35 what is SoC Feb 01 05:23:07 are you able to make it reboot to recovery after failed boot and get /proc/last_kmsg? Feb 01 05:23:16 one sec Feb 01 05:23:20 ill check Feb 01 05:25:46 it can reboot to recovery Feb 01 05:26:27 bruh Feb 01 05:26:35 i ran out of battery Feb 01 05:32:22 just guessing its prob a kernel panic or something Feb 01 05:33:47 there is no last_kmesg, but there is a kmesg Feb 01 05:34:59 kmesg is from current boot, so will not help to figure out why it panicked Feb 01 05:36:42 btw it is 3.4 kernel Feb 01 05:37:01 could cp_crash_log help? Feb 01 05:42:05 i just added CONFIG_ANDROID_RAM_CONSOLE_ENABLE_VERBOSE=y to defconfig, rebuilding now Feb 01 05:48:38 @NotKit do i need to reinstall the rootfs after flashing the new boot img Feb 01 05:56:24 last_kmsg still doesn't exist Feb 01 05:59:59 gonna try pstore Feb 01 06:01:23 wait pstore already there Feb 01 06:01:30 on a 3.4 kernel Feb 01 06:01:52 gonna try disabling it Feb 01 06:15:15 it restarts after a clean 3 sec Feb 01 06:17:23 pstore doesn't help either Feb 01 06:18:18 it might be an rsyslogd problem Feb 01 06:18:26 did you check that? Feb 01 06:19:00 where Feb 01 06:19:34 ubports wiki Feb 01 06:19:49 or docs whatever :p Feb 01 06:19:52 this https://docs.ubports.com/en/latest/porting/halium_7-1/Common_errors.html#known-issues-with-initial-boot Feb 01 06:19:54 ? Feb 01 06:20:20 var/log/syslog Feb 01 06:20:21 yeah Feb 01 06:21:24 i cant ssh into it Feb 01 06:21:37 should i do it through adb shell Feb 01 06:22:17 reboot Feb 01 06:22:20 fail Feb 01 06:23:37 i made the var directory with mkdir, then i reboot then it disappears Feb 01 06:33:21 is it detected by pc? Feb 01 06:34:08 no Feb 01 06:34:24 it literally reboots 3 seconds after booting Feb 01 06:34:34 so there is no chance it would reach that phase Feb 01 06:35:08 oof Feb 01 06:35:26 i never reached stage of working halium-boot sorry i have no idea Feb 01 06:36:19 ah Feb 01 06:36:40 @TheHexagon [this https://docs.ubports.com/en/latest/porting/halium_7-1/Common_errors.html#kn …], you should boot into twrp and do it with adb Feb 01 06:46:12 which one Feb 01 06:48:03 mkdir /a … mount /data/rootfs.img /a … echo manual |tee /a/etc/init/rsyslog.override … umount /a … sync Feb 01 06:56:56 k Feb 01 06:58:49 nope didnt work Feb 01 07:00:03 ah :/ Feb 01 07:00:17 do you even get ssh btw? Feb 01 07:00:31 no Feb 01 07:00:35 still 3 sec exact Feb 01 07:00:52 do you get telnet? Feb 01 07:01:01 bro nothing appears Feb 01 07:01:20 wait a second Feb 01 07:01:43 while : ; do lsusb -v 2>/dev/null | grep -Ee 'iSerial +[0-9]+ +[^ ]' ; done | uniq Feb 01 07:01:46 what does this give you Feb 01 07:02:10 nothing Feb 01 07:02:36 you are doing this on your pc right? Feb 01 07:02:47 laptop pc samething Feb 01 07:02:51 arch linux Feb 01 07:02:53 yeah Feb 01 07:02:58 hm Feb 01 07:03:05 can you get dmesg Feb 01 07:03:15 on the pc? Feb 01 07:03:17 and try to find something related to eth0 being renamed? Feb 01 07:03:18 yeah Feb 01 07:04:42 i get something about SAMSUNG_android connecting, then less than 100 ms later it disconnects Feb 01 07:04:51 without renaming eth0 Feb 01 07:05:32 you want logs Feb 01 07:06:18 https://gist.github.com/RealTheHexagon/7a71690a53534e2af59f44007c924b75 Feb 01 07:13:42 well thats not good Feb 01 07:14:13 it might be something to do with ... somethin Feb 01 07:18:46 lmfao Feb 01 07:18:59 it might not be booting Feb 01 07:19:16 you might wanna delete the rootfs and try to get a telnet server Feb 01 07:19:30 telnet server? Feb 01 07:26:59 yeah Feb 01 07:27:18 the phones telnet server Feb 01 07:27:38 how do you do that Feb 01 07:27:38 so you can maybe find out whats wrong Feb 01 07:27:59 you first should delete the rootfs or rename it to something else Feb 01 07:28:29 and then you can use the halium documentation to telnet into the phone Feb 01 07:28:36 if it ever brings up the server that is Feb 01 07:28:39 i renamed it to renamedrootfs.img Feb 01 07:28:53 that should work Feb 01 07:29:02 still rebooting Feb 01 07:29:09 it might just be halium-boot Feb 01 07:29:15 yeah probably Feb 01 07:29:20 because hybris-boot doesn't do that Feb 01 07:29:38 but you have to use halium-boot for ubuntu, which is annoying Feb 01 07:29:54 you can try the hybris kernel configuration for halium boot Feb 01 07:30:13 it's just the mer kernel check one right? Feb 01 07:30:20 and see if you can get an ssh connection to the phone Feb 01 07:30:24 @TheHexagon [it's just the mer kernel check one right?], yeah Feb 01 07:32:09 i wish mer kernel check did it automatically Feb 01 07:34:12 building Feb 01 07:34:23 @TheHexagon [i wish mer kernel check did it automatically], yeah Feb 01 07:34:41 hey off topic Feb 01 07:34:50 which device are you doing halium for Feb 01 07:42:14 j5xnlte Feb 01 07:42:22 I am not working on it right now tho Feb 01 07:42:42 im pretty sure i have that phone Feb 01 07:44:04 J5 2016? Feb 01 07:44:22 i think. ik i have a j5, just cant remember what year Feb 01 07:45:26 its just halium-bot Feb 01 07:45:29 -boot Feb 01 07:46:31 keeps restarting Feb 01 07:47:18 hmm Feb 01 07:47:21 I am not sure Feb 01 07:47:38 might have to tell someone smart about this bug Feb 01 07:47:46 halium-boot being useless Feb 01 07:47:53 hey @NotKit Feb 01 07:48:05 @TheHexagon [might have to tell someone smart about this bug], rude :D Feb 01 07:48:19 hey you suggested that a few days ago Feb 01 07:52:42 ik ik just kidding:p Feb 01 07:53:12 he no come Feb 01 07:58:45 ill be back tmrw, hopefully some1 has answers Feb 01 09:02:45 Paul R was added by: Paul R Feb 01 15:47:07 @TheHexagon [ill be back tmrw, hopefully some1 has answers], Hello man Feb 01 15:47:25 (Photo, 1280x720) https://irc.ubports.com/W4yE7mjq.png Feb 01 15:51:00 Use a newer ubuntu Feb 01 15:51:19 And also use a pastebin for logs Feb 01 15:51:23 I recommend del.dog Feb 01 15:52:27 @amyosx [Use a newer ubuntu], Yes this is latest ubuntu only Feb 01 15:52:32 @amyosx [And also use a pastebin for logs], Ok 👌 Feb 01 15:52:45 @jeffinjosva [], python3 $(which repo) init -u ........ Feb 01 15:52:55 @ankaos [python3 $(which repo) init -u ........], What Feb 01 15:53:21 Hey its working Feb 01 15:53:21 @jeffinjosva [What], you add python3 $(which repo) add Feb 01 15:53:36 @ankaos [you add python3 $(which repo) add], I not installed repo that is the reason Feb 01 15:54:13 @jeffinjosva [I not installed repo that is the reason], I'm trying accordingly. Feb 01 21:24:31 AngeloConti76 was added by: AngeloConti76 Feb 01 21:38:37 @ankaos [you add python3 $(which repo) add], Hello... I also got save issue as Jeffin Josva. S. … I also have the Ubuntu 20.04. LTS fresh new installation, and have all new updates. … It is running python 3.8.5 and this is the message that I am getting https://del.dog/LG-VS500-K8-V.txt any help will be very welcome.👍 **** ENDING LOGGING AT Tue Feb 02 02:59:57 2021