EleventhLast | https://pastebin.com/ve1w8G4e | 05:45 |
---|---|---|
EleventhLast | systemd[1]: Failed to determine whether /sys is a mount point: Bad file descriptor | 05:46 |
EleventhLast | and /dev /proc | 05:46 |
T42 | <edp_17> @adampigg : Thanks. I'll try that once am back from holiday. | 06:10 |
T42 | <edp_17> @elros34 : I'll double check my notes about this. Now, after lipstick started, I am simply restarting ngfd (or mce I don't remember) which solves the problem. | 06:13 |
T42 | <adampigg> any idea about this error..... method setPropert with signature sv doesnt exist on interface org.ofono.IpMultimediaSystem | 09:43 |
T42 | <adampigg> flypig^ | 09:43 |
T42 | <adampigg> what provides that interface for ofono | 09:44 |
T42 | <adampigg> maybe a plugin needed? | 09:45 |
mal | @adampigg which versions of ofono and plugins do you have? | 10:36 |
T42 | <adampigg> Ofono 1.28+git3.2 | 10:37 |
T42 | <adampigg> Ofono modem switcher plugin 1.0.2 | 10:43 |
*** Sailor3217 is now known as moghn | 11:01 | |
mal | @adampigg how about binder plugin? | 11:42 |
T42 | <adampigg> Mal: 1.2.6-1.4.2 | 11:54 |
mal | @adampigg ? so that is ofono-ril-binder-plugin not ofono-binder-plugin? | 12:06 |
mal | the latter one is needed for ims | 12:08 |
T42 | <adampigg> Mal ah ok, thx | 12:30 |
T42 | <adampigg> mal..getting further, registration set to auto but not registering | 12:54 |
T42 | <adampigg> will look at logs later | 12:55 |
EleventhLast | and so, the problem is this, the graphics turn off with such logs, by the way, the kernel from another version of lineage helped | 19:22 |
EleventhLast | https://pastebin.com/VTN9xXjL | 19:22 |
EleventhLast | the same logs in logcat | 19:25 |
EleventhLast | https://pastebin.com/uBC08SQN | 19:26 |
T42 | <elros34> what you are trying to fix because there is no single error in your logs? | 19:28 |
EleventhLast | the graphics itself disappears, and no longer turn on, now I will give a full log | 19:29 |
EleventhLast | https://pastebin.com/twsQMcNh | 19:32 |
EleventhLast | [ 153.482250] at this point the screen turned off and the white LED started to glow | 19:33 |
EleventhLast | https://pastebin.com/Tpde1CYL | 19:35 |
EleventhLast | logcat | 19:35 |
T42 | <elros34> at which point exactly? I can see you pressed power key at 163s of dmesg. Where is the fail? Don't you have any error in journal? | 19:40 |
EleventhLast | I seem to understand that the phone does not perceive touching, and turns off the screen by timeout, but why. | 19:45 |
EleventhLast | On top of that, the button doesn't turn on the screen. | 19:45 |
T42 | <elros34> check journal. I think mce will report whether it detects your pwr key | 19:47 |
EleventhLast | https://pastebin.com/31GtZJcv | 19:50 |
T42 | <elros34> partial logs are useless, you can see at least dsme failed but without reason. I am not sure about your description, do you have working touchscreen or not? | 19:52 |
EleventhLast | the touchscreen is working, here is the full log | 19:53 |
EleventhLast | https://pastebin.com/rVUxhSWu | 19:53 |
EleventhLast | volume buttons in the system work | 19:56 |
EleventhLast | and then he will turn himself off https://pastebin.com/0cg3SBKk | 19:58 |
T42 | <elros34> lets start with probably the easiest issue. Try 'systemctl edit dsme.service' then write [Service] and in next line PrivateNetwork=false. Report whether this help with dsme failure and maybe reboot | 20:04 |
EleventhLast | after done i got bootloop | 20:08 |
T42 | <elros34> did you edit it correctly? cat /etc/systemd/system/dsme*/* | 20:09 |
EleventhLast | data/.stowaways/sailfishos # cat etc/systemd/system/dsme*/* [Service] PrivateNetwork=false | 20:11 |
EleventhLast | at the end of 2 separate lines | 20:11 |
T42 | <elros34> I dont get, just show cat of that file. IF you did " [Service] PrivateNetwork=false" then its wrong, there must be new line ther like I said previously | 20:12 |
EleventhLast | https://pastebin.com/BRseXpc5 | 20:13 |
EleventhLast | it's so clear what's in there | 20:13 |
T42 | <elros34> hm, add also 'StartLimitAction=none' | 20:18 |
EleventhLast | now the phone does not turn on the modem mode, and still the same bootloop | 20:20 |
T42 | <elros34> so you need to debug it, either revert changes then start dsme manually and see whether it works or crash or get journal from that bootloop | 20:21 |
EleventhLast | informative https://pastebin.com/E3T5p0bk | 20:25 |
T42 | <elros34> but what this is? What changes you did? | 20:28 |
EleventhLast | here is the log after our changes. everything crashed after starting dsme https://pastebin.com/5cx9Da2K | 20:36 |
EleventhLast | and with the hm, add also 'StartLimitAction=none' parameter, the phone stopped rebooting | 20:36 |
T42 | <elros34> hm changes helped, dsme start so I do not get why you said everything crashed. Nothing in log. Similar change you need in systemd-hostnamed.service | 20:39 |
EleventhLast | I will explain, after deleting the "PrivateNetwork=false" parameter, the bootlup disappeared, but before that the graphics are disabled, in dsme I left only "StartLimitAction=none" | 20:43 |
EleventhLast | and what exactly do I need to add to systemd-hostnamed.service? | 20:44 |
mal | I remember having issues with network namespaces on my 3.4 kernel | 20:45 |
T42 | <elros34> PrivateNetwork=false so it will not fail like dsme but before that you need to figure out what cause bootloop with with disabled privatenetwork (get log from that bootloop) | 20:46 |
mal | what happens if you disable CONFIG_NET_NS in kernel defconfig | 20:46 |
EleventhLast | it is not possible to get the log from bootlup, I just do not have time to connect to the device | 20:48 |
T42 | <elros34> of course it's possible, "persistent logging" in hadk-faq | 20:49 |
EleventhLast | CONFIG_NET_NS is not set | 20:49 |
EleventhLast | persistent logging is already installed, I showed you the log from there, here it is again https://pastebin.com/5cx9Da2K | 20:51 |
EleventhLast | and yes, this is the full log from bootloop | 20:51 |
T42 | <elros34> it's really hard to guess what you are showing. If you would follow advices from hadk-hot then you will include command prompt in logs and it will be clear. If there is really nothing there than like I sad start dsme manually and see what will happen | 20:54 |
EleventhLast | https://pastebin.com/NeeJ3KfF | 20:57 |
EleventhLast | watchdog. | 20:58 |
EleventhLast | enable in kernel CONFIG_WATCHDOG_NOWAYOUT? | 20:59 |
T42 | <elros34> no | 20:59 |
T42 | <elros34> if you want start some service manually then first check how it's done in /usr/lib/systemd/system/dsme.service | 20:59 |
T42 | <elros34> so in your case probably: /usr/sbin/dsme -- -p /usr/lib/dsme/startup.so | 21:00 |
EleventhLast | DSME 0.84.0 starting up | 21:02 |
EleventhLast | dsme wdd: Could not open any watchdog filesdsme wdd: no WD's opened; WD kicking disabled | 21:02 |
EleventhLast | and that's it, nothing further, it hung | 21:02 |
T42 | <elros34> or just running fine:) | 21:03 |
EleventhLast | hmmm | 21:03 |
EleventhLast | yes.... | 21:03 |
EleventhLast | ahhaha | 21:03 |
EleventhLast | phone unlocked and working | 21:04 |
EleventhLast | I think he worked before, second | 21:05 |
EleventhLast | although no, I had previously watched the service, and it was stopped | 21:05 |
EleventhLast | what am I supposed to do with this crap? | 21:05 |
T42 | <elros34> I still do not understand it so I do not know, clearly PrivateNetwork=true breaks dsme and systemd-hostnamed but fixing it cause bootloop. Without bootloop reason it's hard to guess. maybe /proc/last_kmsg will have something right after such a failure | 21:08 |
T42 | <elros34> or trying disable/enable CONFIG_NET_NS like suggested by mal | 21:09 |
mal | or if NET_NS is already disabled what happens if it's enabled | 21:14 |
EleventhLast | I checked, it was turned on, now it's turned off, I'm collecting it, but are there any telegram clients for this OS? | 21:19 |
T42 | <elros34> too many... | 21:20 |
EleventhLast | well, in the off store I did not find anything | 21:20 |
T42 | <elros34> search in openrepos.net | 21:21 |
EleventhLast | kernel with disabled CONFIG_NET_NS is not built | 21:44 |
EleventhLast | There is sound, the microphone works, but the headphones do not | 21:46 |
mal | headphones needs configuring quite often to get routing working | 21:50 |
EleventhLast | seychas ya navernoye poydu spatʹ , zavtra utrom prodolzheniye now I'll probably go to bed, tomorrow morning continuation | 22:00 |
EleventhLast | thank you all so much for your help | 22:01 |
*** Mister_Magister_ is now known as Mister_Magister | 22:47 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!