**** BEGIN LOGGING AT Tue Jan 08 02:59:57 2019 Jan 08 05:41:36 srmane4444 was added by: srmane4444 Jan 08 07:01:52 Aiden_2020 was added by: Aiden_2020 Jan 08 09:42:45 I just found a really old build of Ubuntu touch (14.04) that actually boots, but the source isn't available, could I use it in any way to diagnose why data partition isn't found on my build? Jan 08 09:42:53 https://forum.xda-developers.com/showthread.php?t=2780273 Jan 08 09:51:05 @Nebrassy, what is the problem with data partition again? Jan 08 09:51:30 @Nebrassy, . Jan 08 09:51:50 is it with hybris-boot? Jan 08 09:52:10 No with halium boot, hybris boots and I can get ssh Jan 08 09:52:28 halium would look by label Jan 08 09:52:52 are you able to get into telnet? Jan 08 09:53:00 Yup Jan 08 09:55:02 ls /dev/disk/by-partlabel Jan 08 09:57:00 I'll try but I don't think I had that directory, there was by uuid and by number iirc Jan 08 12:23:07 OK I got a clue, I unpacked the boot image of that old build using Magisk boot and also unpacked my build, notice the difference in cmdline Jan 08 12:23:14 (Photo, 640x1280) https://irc.ubports.com/Cvgefvj3.png Jan 08 12:23:41 How can I affect the output of cmdline in my build? Jan 08 12:27:59 Do you want to change kernel cmd line? Jan 08 12:28:39 Yeah, because checking the referenced scripts on github, it seems like it checks cmdline for datapart Jan 08 12:29:02 See … https://cateee.net/lkddb/web-lkddb/CMDLINE_BOOL.html … and … https://cateee.net/lkddb/web-lkddb/CMDLINE.html Jan 08 12:38:28 @Nebrassy, in BoardConfig.mk, BOARD_KERNEL_CMDLINE Jan 08 12:46:09 Seems like the one I should be using is in vendor stuff, thanks all, I'll try building Jan 08 13:08:33 It might've solved the problem, no kernel panic, I'll build systemimage and see Jan 08 13:09:27 Should I change the vendor repo to mdmower's instead of themuppet's?, mdmower is the one who used to maintain M7 for los Jan 08 13:11:11 [Edit] Seems like the one I should be using is in m7-common, thanks all, I'll try building Jan 08 13:15:53 Read the comments on vendor's make files =) namely: … # This file is generated by device/htc/m7-common/setup-makefiles.sh … i.e. you should not modify the vendor tree, only device Jan 08 13:18:29 Yeah I was mistaken, I changed the device common tree Jan 08 13:19:05 When I commit my changes, should I have two separate branches for halium and hybris? Hybris required far less changes Jan 08 14:33:38 it booted, but it's still only telnet, but can't spot the error with dmesg … https://paste.ubuntu.com/p/qhSynN4jnq/ Jan 08 14:48:10 [ 4.169494] run-init: opening console: No such device Jan 08 14:48:46 comes from console=none in cmdline Jan 08 14:52:21 Ah, what should I change console= to? Jan 08 14:58:00 Just tty1 or should i use what that old build was using … console=tty1,115200,n8 Jan 08 15:32:49 @Nebrassy, remove the console= entry altogether Jan 08 15:45:29 @Sergobot, I'll do that next, I built with … console=tty1,115200,n8 … And got ssh finally, but nothing shows up on screen after adding udev rules, seems like I don't have firmware and persist partitions mounted, but trying to check dmesg it's all spammed with wifi messages, most of it is cut off Jan 08 16:04:27 is it UBPorts rootfs? Jan 08 16:06:00 Yeah Jan 08 16:06:49 @Daniel, I'm currently creating a page on my website to make the rootfs easier to find. Can I use your screenshot for it? Jan 08 16:07:36 Though I don't think the problem is there, in the original fstab there's no entry for persist or firmware, firmware seems to be adsp but I still only have system vendor and data in /android Jan 08 16:54:44 Ha! Take that, Travis! Jan 08 16:54:51 Finally got continuous releases to work again Jan 08 17:21:21 @JBBgameich, Sure, do you want me to take one with a higher quality? Jan 08 18:28:52 the phone reboots multiple times every time I start it until it stays up, dmesg is still too long and clears the first up but I caught this once … [ 6.451873] init: write_file: Unable to open '/dev/cpuset/top-app/cpus': Permission denied … [ 6.451934] init: write_file: Unable to open '/dev/cpuset/top-app/mems': Permission den Jan 08 18:28:52 ied … [ 6.452880] init: write_file: Unable to open '/proc/sys/abi/swp': No such file or directory … [ 6.464050] init: Starting service 'logd'... Jan 08 18:29:33 could rebuilding with apparmor=0 in cmdline help? Jan 08 19:12:09 @JBBgameich, Unfortunately issuing "flatpak install kdeapps im.kaidan.kaidan" gives me … "error: Error searching remote kdeapps: Can't find ref im.kaidan.kaidan" ... Jan 08 19:12:49 Are you sure the kdeapps remote is properly set up? Jan 08 19:13:36 I did: … flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo … flatpak remote-add --if-not-exists kdeapps --from https://distribute.kde.org/kdeapps.flatpakrepo Jan 08 19:13:37 What does `flatpak remotes` say? Jan 08 19:13:45 Potentially, it could be that in kdeapps remote we don't build for i386 Jan 08 19:14:16 root@debian-device:~# flatpak remotes … Name Options … flathub system … kdeapps system Jan 08 19:14:33 Oh ... can you try installing `io.github.rinigus.PureMaps` from flathub then? Jan 08 19:14:50 `flatpak install flathub `io.github.rinigus.PureMaps`` Jan 08 19:14:53 [Edit] `flatpak install flathub `io.github.rinigus.PureMaps` Jan 08 19:15:01 [Edit] flatpak install flathub `io.github.rinigus.PureMaps` Jan 08 19:15:13 [Edit] `flatpak install flathub i`o.github.rinigus.PureMaps`` Jan 08 19:16:35 @bhushanshah Although there are probably not too many users who need i386 ... do you think it would be possible / wanted to set up a build job for it? Jan 08 19:19:55 sudo unity-system-compositor … this command or anything that involves it just runs indefinitely not generating any text Jan 08 19:21:43 @JBBgameich, out of disk space... I'll reflash a larger rootfs.img, but unfortunately I can't do this today. Sorry... I'll report back as soon as I have finished the installation Jan 08 19:22:31 @Daniel, try sudo apt-get clean Jan 08 19:24:09 @Daniel, Or use resize2fs **** BEGIN LOGGING AT Tue Jan 08 19:33:32 2019 Jan 08 19:38:04 @Daniel, https://www.plasma-mobile.org/tips/ … This page has some help on resizing the rootfs btw. Jan 08 19:49:34 my dmesg is spammed with this about wifi … https://paste.ubuntu.com/p/KyYSqp8SFf/ Jan 08 20:00:24 andrea_andrea71 was added by: andrea_andrea71 Jan 08 20:00:58 and in lxc-checkconfig … Cgroup namespace: required … is that what's causing the issue, and how do I enable it for a 3.4 kernel Jan 08 20:01:19 root@ubuntu-phablet:~# EGL_PLATFORM=hwcomposer test_hwcomposer … width: 1080 height: 1920 … library "/vendor/lib/egl/libGLESv2S3D_adreno.so" not found … OpenGL ES 2.0 (OpenGL ES 3.0 V@127.0 AU@ (GIT@I96aee987eb)) … Segmentation fault Jan 08 20:01:38 root@ubuntu-phablet:~# test_egl … library "libgui.so" wasn't loaded and RTLD_NOLOAD prevented it … Segmentation fault Jan 08 20:01:52 that's all the info I could get, I give up for now Jan 08 20:18:06 @Nebrassy, test_hwcomposer won't work on CAF with current rootfs Jan 08 20:39:47 @JBBgameich, Daniel Thank you for testing the flatpak installation, even though it didn't work out as I thought :) … Did you see this message btw? Jan 08 20:42:45 @JBBgameich, Yes I read it - and I already answered :) Of course you may use the screenshot! And if you want me to take another photo in a better quality or showing something else on the screen, I'll be glad to help! Jan 08 20:43:12 Thank you. Sorry, I didn't see your reply somehow. Jan 08 20:47:58 Daniel I added an angelfish update yesterday which should fix the url detection. Before urls were sometimes detected as search query. I'm not sure if Plasma Mobile is already usable on the tablet, but the fix should be useful if you want to use it as a surf tablet or something like that. **** BEGIN LOGGING AT Tue Jan 08 20:54:34 2019 Jan 08 21:12:47 @JBBgameich, About the url bug - cool! Though I was unsure if bug or feature :) I'll update the rootfs soon. … Well, and I expanded the rootfs.img and tried to reinstall, but I was given the following output (and this time it's not disk space): … Warning: Failed to install org.kde.Platform.Locale/i386/5.11: Unable to write deta Jan 08 21:12:47 ched metadata: Creating temp file: Input/output error … Installing: io.github.rinigus.PureMaps/i386/stable from flathub … error: Failed to install io.github.rinigus.PureMaps/i386/stable: Writing metadata object: Creating temp file: Input/output error Jan 08 21:14:30 I'll look into debugging that tomorrow. For now most apps are also available via apt, so it's not such a bug problem. … In the future we plan to share as many apps as possible between different rootfs (debian, ubuntu, archlinux, etc.) by using flatpak though. **** ENDING LOGGING AT Wed Jan 09 02:59:57 2019