T42 | <TheVancedGamer> mal: I had to use this diff to get droidmedia to compile with LOS20 (H13) | 05:23 |
---|---|---|
T42 | <TheVancedGamer> https://paste.myself5.de/giyiqenogi.m | 05:23 |
T42 | <TheVancedGamer> if you were building LOS20 as well, why do I need this and not you? | 05:23 |
T42 | <vsvoid> Hai | 08:04 |
T42 | <vsvoid> Am porting sailfishOS on lancelot/lava (Redmi 9) hybris-18.1. | 08:04 |
T42 | <vsvoid> I have flashed linageOS flashed, sailfish rootfs and managed to mount dynamic parts, but my issue is my device reboots every 2min, telnet doesn't show up. when I "touch /data/.stowaways/sailfishos/init_enter_debug2" device no longer reboots but telnet keeps disapearing and appearing so am failing to connecting. | 08:04 |
T42 | <vsvoid> If you need to look at dmesg | 08:08 |
T42 | <vsvoid> | 08:08 |
T42 | <vsvoid> https://pastebin.com/qBxn8Dvg | 08:08 |
T42 | <b100dian> @vsvoid try setting a static IP on host side, like 192.168.2.14 | 08:37 |
T42 | <b100dian> Spoke too soon, indeed the device itself disconnects.. | 08:38 |
T42 | <b100dian> This cpuinfo is not helping me choose a CPUCHECK_STRING https://pastebin.ubuntu.com/p/5dB6GYpzrZ/ | 10:17 |
T42 | <elros34> @vsvoid your error looks strange, did you change anything in init script? Do you even have /data/.stowaways/.sailfishos/init.log? | 10:25 |
T42 | <vsvoid> @elros34 No I just added code for mounting dynamic parts | 10:40 |
T42 | <elros34> what about init.log? | 10:44 |
T42 | <vsvoid> https://pastebin.com/4EJ4XwJp | 10:48 |
T42 | <elros34> could you create /init_enter_debug (not 2)? Also remove init.log to be sure it's not old one | 10:55 |
T42 | <vsvoid> Okay | 10:58 |
T42 | <elros34> Does your device use configfs on android's init*usb*rc? | 11:04 |
T42 | <vsvoid> The behaviour is the same as without /init_enter_debug | 11:06 |
T42 | <vsvoid> _+ echo 'Running Mer Boat Loader' | 11:06 |
T42 | <vsvoid> Running Mer Boat Loader | 11:06 |
T42 | <vsvoid> + BOOTLOGO='%BOOTLOGO%' | 11:06 |
T42 | <vsvoid> + ALWAYSDEBUG='%ALWAYSDEBUG%' | 11:06 |
T42 | <vsvoid> + DATA_PARTITION='%DATA_PART%' | 11:06 |
T42 | <vsvoid> + DEFAULT_OS='%DEFAULT_OS%' | 11:07 |
T42 | <vsvoid> + export 'PATH=__/bin__:__/sbin__:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin' | 11:07 |
T42 | <vsvoid> + USB_FUNCTIONS=rndis | 11:07 |
T42 | <vsvoid> + ANDROID_USB=/sys/class/android_usb/android0 | 11:07 |
T42 | <vsvoid> + GADGET_DIR=/config/usb_gadget | 11:07 |
T42 | <vsvoid> + LOCAL_IP=__192.168.2.15_ | 11:07 |
T42 | <vsvoid> _+ DONE_SWITCH=no | 11:07 |
T42 | <vsvoid> + '[' __/init__-debug '=' __/init__-debug ] | 11:07 |
T42 | <vsvoid> + DONE_SWITCH=yes | 11:07 |
T42 | <vsvoid> + '[' yes '=' no ] | 11:07 |
T42 | <vsvoid> + EXPLICIT_BUSYBOX=/bin/busybox-static | 11:07 |
T42 | <vsvoid> + TELNET_DEBUG_PORT=2323 | 11:07 |
T42 | <vsvoid> + do_mount_devprocsys | 11:07 |
T42 | <vsvoid> + echo '########################## mounting devprocsys' | 11:07 |
T42 | <vsvoid> ########################## mounting devprocsys | 11:07 |
T42 | <vsvoid> + mkdir __/dev_ | 11:07 |
T42 | <vsvoid> _mkdir: can't create directory '__/dev__': File exists | 11:07 |
T42 | <vsvoid> + mount -t devtmpfs devtmpfs __/dev_ | 11:07 |
T42 | <vsvoid> _+ mkdir /dev/pts | 11:07 |
T42 | <vsvoid> mkdir: can't create directory '/dev/pts': File exists | 11:07 |
T42 | <vsvoid> + mount -t devpts devpts /dev/pts | 11:07 |
T42 | <vsvoid> + mkdir __/proc_ | 11:07 |
T42 | <vsvoid> _mkdir: can't create directory '__/proc__': File exists | 11:07 |
T42 | <vsvoid> + mkdir __/sys_ | 11:07 |
T42 | <vsvoid> _mkdir: can't create directory '__/sys__': File exists | 11:07 |
T42 | <vsvoid> _ccmni0 Link encap:UNSPEC HWaddr 6E-99-17-33-28-3D-00-00-00-00-00-00-00-00-00-00 | 11:07 |
T42 | <vsvoid> NOARP MTU:1500 Metric:1 | 11:07 |
T42 | <vsvoid> _ip6_vti0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 | 11:07 |
T42 | <vsvoid> The result is the same as without /init_enter_debug | 11:08 |
T42 | <vsvoid> | 11:08 |
T42 | <vsvoid> https://pastebin.com/K2xquYQJ | 11:08 |
T42 | <vsvoid> How do I check for that? | 11:08 |
T42 | <elros34> but how can you have init.log in rootfs with init_enter_debug created if it's supposed to stop booting in initramfs. Show host dmesg | 11:32 |
T42 | <elros34> about init*usb*.rc then simply search for it in device repositories | 11:33 |
T42 | <elros34> also do not remove init_enter_debug2 for now otherwise you may not notice change | 11:35 |
T42 | <elros34> or maybe it should not halt booting, I am not sure anymore | 11:38 |
T42 | <elros34> maybe just flash hybris-recovery and see if anything change in host dmesg | 11:42 |
T42 | <leha155> Hello, I have used strace and see that /linkerconfig/ld.config.txt is not loaded. It is located in /linkerconfig/default/. Ful log https://paste.opensuse.org/pastes/d7fdf8d216b4 (re @SailfishFreenodeIRCBridgeBot: <mal>so we can see i...) | 20:32 |
mal | that suggest something needs to be changed in system/core patches, I'll think about that tomorrow | 20:38 |
T42 | <elros34> @leha155 have you tried MountLinkerConfig part of this patch? https://paste.opensuse.org/pastes/17508d6b14e6 | 20:52 |
T42 | <elros34> btw don't you have /linkerconfig/bootstrap -> /linkerconfig monted? | 20:56 |
T42 | <bouic> Is there a default passphrase for LUKS encryption on SFOS ports? I am trying to set up a dual-boot between Droidian and SailfishOS with the help of g7, and it worked except Sailfish gave me a blackscreen after I choose my language on the first boot. It seems the Sailfish /home is already encrypted, even though I was not prompted for a passphrase. | 22:38 |
T42 | <bouic> I'm trying to chroot in it from Droidian to change the passphrase to one I would choose, but not sure what the default would be. I tried the usual 000, 1234, root, nemo, sailfish… | 22:38 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!