T42 | <leha155> Los (re @SailfishFreenodeIRCBridgeBot: <Thaodan>Are you por...) | 04:44 |
---|---|---|
T42 | <Bedjo> halo, is there anyone porting sailfish 4.X into Oneplus X device ? thanks | 07:22 |
rinigus | piggz: I just fixed fpd-test GUI for 4.4 - we had to disable sailjail there as well | 12:54 |
rinigus | as it is trivial change, it was committed directly and I tagged it accordingly as well | 12:55 |
T42 | <nephros> backtracing minimer gives me this (and lipstick looks the same). It this useful? https://pastebin.com/ZDn0Cwpc | 13:39 |
voidanix[m] | do you have libpq_cust_base.so and libwlparser.so somewhere on your system? | 14:12 |
T42 | <elros34> @nephros did stop lipstick before doing the test? check logcat | 15:39 |
deathmist | mal: I just tested SMS as fully working afaik via ModemManager on 5.18 kernel MSM8998, previously I could only send but not receive, appears that situation has changed now :) | 16:07 |
mal | deathmist: interesting, I still have the same issue that modem won't go online | 16:15 |
deathmist | mal: have you made any upstream issues with verbose logs? someone especialy on libqmi front could have an idea what the problem is or know further troubleshooting steps | 16:29 |
T42 | <Amit34> Redmond note 4 ke little sailfish os do | 16:40 |
mal | deathmist: I think there is no issue reported anywhere for that | 17:16 |
mal | deathmist: seems there is an issue about that https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/484 not much help there | 17:56 |
voidanix[m] | Thaodan: holy sh*t we got GUI on kumano+A11 | 18:36 |
Thaodan | voidanix[m]:what made the difference? | 18:41 |
voidanix[m] | overall selinux was broken, i have a todo list of things done | 18:45 |
voidanix[m] | last thing done was setting up libselinux_stubs.so (`Unknown class service_manager`) | 18:45 |
T42 | <nephros> Definitely, it coredumps all the time! (re @elros34: @nephros did stop li...) | 18:59 |
Thaodan | "last thing done was setting up libselinux_stubs.so (`Unknown class service_manager`)" Ignore the unknown class warnings. What is your do to list? | 19:03 |
voidanix[m] | https://paste.keyedlimepie.org/?128cca2f04d58cd3#3yPvr8ssnVC8HueQgW9QMAcT2v5MFh71DZkN9jX3JEaS - things i've tried/done | 19:35 |
voidanix[m] | that unknown class wouldn't let keymaster load though, that message came from strace-ing wait_for_keymaster | 19:35 |
Thaodan | Hm I stil wonder why it was needed. So keymaster appeared like it was loading but it didn't? | 19:40 |
voidanix[m] | pretty much, yes | 19:48 |
T42 | <edp_17> Hi all! I need a little help. As usual, device boots but stucks on logo. After a minute or so, it reboots. The /system is not mounted. https://paste.ubuntu.com/p/JGw9jzNY5r/ | 21:17 |
T42 | <edp_17> I've set persistent journal and seen droid-hal-init has failed to start. Any suggestions? https://paste.ubuntu.com/p/GrvNrx5vYk/ | 21:17 |
T42 | <nephros> During that minute where it's up can you telnet to the device ( via USB/rndis)? | 21:23 |
T42 | <nephros> Did a correct system.mount unit get created when building hal? | 21:24 |
T42 | <edp_17> Yes, I can. That's how I set persistent journal and was able to collect logs that I posted. | 21:24 |
T42 | <edp_17> How can I check whether a correct system.mount unit get created when building hal? | 21:25 |
T42 | <Spidey24Z> cat /usr/lib/systemd/system/system.mount (re @edp_17: Hi all! I need a lit...) | 21:26 |
T42 | <Spidey24Z> also check if it linked to local-fs.target.wants | 21:28 |
T42 | <Spidey24Z> ls -la /etc/systemd/system/local-fs.target.wants | 21:28 |
T42 | <nephros> Oh, it doesn't find droid-hal-init at all. | 21:28 |
T42 | <edp_17> Yeh, but droid-hal-init is in /sbin: | 21:28 |
T42 | <edp_17> -rwxrwxr-x 1 root root 521932 Apr 12 11:02 /sbin/droid-hal-init | 21:28 |
T42 | <edp_17> this is what 'ls -al /sbin/droid-hal-init' gives me on device. | 21:29 |
T42 | <edp_17> Interesting as I don't have '/usr/lib/systemd/system/system.mount': https://paste.ubuntu.com/p/rMWk4DKN9c/ | 21:34 |
T42 | <edp_17> These are I have in ''/usr/lib/systemd/system/': https://paste.ubuntu.com/p/VNY922KGGh/ | 21:35 |
T42 | <Spidey24Z> what's /system mmcblk number | 21:36 |
T42 | <elros34> it's normal that droid-hal-init (modified android init) fail without /system (android linker and whatsnot) mounted with: no suchh file or directory error | 21:40 |
T42 | <nephros> Thought so. It's the message a binary gives if it can't find its linker. | 21:43 |
T42 | <nephros> Miklos: inspect the phase when building the mount units, they are generated from Android /*init* files and fstab. There needs so be a correct mount for /system. | 21:46 |
T42 | <nephros> If you know the partition you van also mount it manually during the one minute window on the device. | 21:46 |
T42 | <edp_17> mmcblk0p16 (re @Spidey24Z: what's /system mmcbl...) | 21:46 |
T42 | <edp_17> I probably added the mount points wrong. This is what I used: https://github.com/edp17/hybris-boot/commit/91b74dac196497655c7b439bea8a133ffc7c9202 | 21:48 |
T42 | <edp_17> And this is what I collected from los17.1 on device: https://paste.ubuntu.com/p/2sWwHPwZ7c/ | 21:49 |
T42 | <elros34> grep for fstab in collabedit.com/kr9xx, it's all explained what you need to do to have mount units generated | 21:49 |
T42 | <edp_17> @elros34 : I will do that. Thanks! :) | 21:50 |
T42 | <Spidey24Z> @edp_17 copy it to /usr/lib/systemd/system and link to ln -s /usr/lib/systemd/system/system.mount /etc/systemd/system/local-fs.target.wants : https://irc.thaodan.de/.imgstore/e61eb0ac/system.mount | 21:55 |
T42 | <Spidey24Z> @edp_17 copy it to /usr/lib/systemd/system and link to ln -s /usr/lib/systemd/system/system.mount /etc/systemd/system/local-fs.target.wants/ : https://irc.thaodan.de/.imgstore/e61eb0ac/system.mount | 21:55 |
T42 | <elros34> bad idea if all other partitions are also missing unless one wants to create all manually | 21:56 |
T42 | <b100dian> Hi, I've added yamui and yamuisplash (forked with correct res png) but the screen turns black from the sfos logo when booting. systemctl-user restart lipstick makes it turn on again. | 22:51 |
T42 | <b100dian> I've yet to find the error in journal, does this seem familiar to anyone? | 22:51 |
T42 | <b100dian> maybe it's this? lipstick[6385]: [W] unknown:0 - EGLFS: Failed to open /dev/fb0 | 22:53 |
T42 | <elros34> is yamui stoped before lipstick starts? Maybe you need something like that: https://github.com/mer-hybris/droid-config-sony-seine/blob/master/sparse/usr/lib/systemd/system/yamuisplash.service.d/50-vendor-hwcomposer-2-3.conf | 22:56 |
T42 | <b100dian> yes, yamui is stopped before lipstick. I should definitely try that, thanks! | 23:00 |
T42 | <b100dian> well glad I asked. This was definitely something I would have [reverted/struggled with]. Thank you @elros34 | 23:08 |
T42 | <b100dian> so the problem is that I have >5s time to lipstick? hmm maybe I have systemd-analyze to do:) | 23:18 |
T42 | <b100dian> Mine's on the forty-five | 23:30 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!