Monday, 2022-08-08

EleventhLasthttps://pastebin.com/ve1w8G4e05:45
EleventhLastsystemd[1]: Failed to determine whether /sys is a mount point: Bad file descriptor05:46
EleventhLastand /dev /proc05: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.IpMultimediaSystem09:43
T42<adampigg> flypig^09:43
T42<adampigg> what provides that interface for ofono09: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.210:37
T42<adampigg> Ofono modem switcher plugin 1.0.210:43
*** Sailor3217 is now known as moghn11:01
mal@adampigg how about binder plugin?11:42
T42<adampigg> Mal: 1.2.6-1.4.211:54
mal@adampigg ? so that is ofono-ril-binder-plugin not ofono-binder-plugin?12:06
malthe latter one is needed for ims12:08
T42<adampigg> Mal ah ok, thx12:30
T42<adampigg> mal..getting further, registration set to auto but not registering12:54
T42<adampigg> will look at logs later12:55
EleventhLastand so, the problem is this, the graphics turn off with such logs, by the way, the kernel from another version of lineage helped19:22
EleventhLasthttps://pastebin.com/VTN9xXjL19:22
EleventhLastthe same logs in logcat19:25
EleventhLasthttps://pastebin.com/uBC08SQN19:26
T42<elros34> what you are trying to fix because there is no single error in your logs?19:28
EleventhLastthe graphics itself disappears, and no longer turn on, now I will give a full log19:29
EleventhLasthttps://pastebin.com/twsQMcNh19:32
EleventhLast[ 153.482250] at this point the screen turned off and the white LED started to glow19:33
EleventhLasthttps://pastebin.com/Tpde1CYL19:35
EleventhLastlogcat19: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
EleventhLastI seem to understand that the phone does not perceive touching, and turns off the screen by timeout, but why.19:45
EleventhLastOn 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 key19:47
EleventhLasthttps://pastebin.com/31GtZJcv19: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
EleventhLastthe touchscreen is working, here is the full log19:53
EleventhLasthttps://pastebin.com/rVUxhSWu19:53
EleventhLastvolume buttons in the system work19:56
EleventhLastand then he will turn himself off https://pastebin.com/0cg3SBKk19: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 reboot20:04
EleventhLastafter done i got bootloop20:08
T42<elros34> did you edit it correctly? cat /etc/systemd/system/dsme*/*20:09
EleventhLastdata/.stowaways/sailfishos # cat etc/systemd/system/dsme*/* [Service] PrivateNetwork=false20:11
EleventhLastat the end of 2 separate lines20: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 previously20:12
EleventhLasthttps://pastebin.com/BRseXpc520:13
EleventhLastit's so clear what's in there20:13
T42<elros34> hm, add also 'StartLimitAction=none'20:18
EleventhLastnow the phone does not turn on the modem mode, and still the same bootloop20: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 bootloop20:21
EleventhLastinformative https://pastebin.com/E3T5p0bk20:25
T42<elros34> but what this is? What changes you did?20:28
EleventhLasthere is the log after our changes. everything crashed after starting dsme https://pastebin.com/5cx9Da2K20:36
EleventhLastand with the hm, add also 'StartLimitAction=none' parameter, the phone stopped rebooting20: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.service20:39
EleventhLastI 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
EleventhLastand what exactly do I need to add to systemd-hostnamed.service?20:44
malI remember having issues with network namespaces on my 3.4 kernel20: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
malwhat happens if you disable CONFIG_NET_NS in kernel defconfig20:46
EleventhLastit is not possible to get the log from bootlup, I just do not have time to connect to the device20:48
T42<elros34> of course it's possible, "persistent logging" in hadk-faq20:49
EleventhLast CONFIG_NET_NS  is not set20:49
EleventhLastpersistent logging is already installed, I showed you the log from there, here it is again https://pastebin.com/5cx9Da2K20:51
EleventhLastand yes, this is the full log from bootloop20: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 happen20:54
EleventhLasthttps://pastebin.com/NeeJ3KfF20:57
EleventhLastwatchdog.20:58
EleventhLastenable in kernel CONFIG_WATCHDOG_NOWAYOUT?20:59
T42<elros34> no20:59
T42<elros34> if you want start some service manually then first check how it's done in /usr/lib/systemd/system/dsme.service20:59
T42<elros34> so in your case probably: /usr/sbin/dsme -- -p /usr/lib/dsme/startup.so21:00
EleventhLastDSME 0.84.0 starting up21:02
EleventhLastdsme wdd: Could not open any watchdog filesdsme wdd: no WD's opened; WD kicking disabled21:02
EleventhLastand that's it, nothing further, it hung21:02
T42<elros34> or just running fine:)21:03
EleventhLasthmmm21:03
EleventhLastyes....21:03
EleventhLastahhaha21:03
EleventhLastphone unlocked and working21:04
EleventhLastI think he worked before, second21:05
EleventhLastalthough no, I had previously watched the service, and it was stopped21:05
EleventhLastwhat 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 failure21:08
T42<elros34> or trying disable/enable CONFIG_NET_NS like suggested by mal21:09
malor if NET_NS is already disabled what happens if it's enabled21:14
EleventhLastI 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
EleventhLastwell, in the off store I did not find anything21:20
T42<elros34> search in openrepos.net21:21
EleventhLastkernel with disabled CONFIG_NET_NS is not built21:44
EleventhLastThere is sound, the microphone works, but the headphones do not21:46
malheadphones needs configuring quite often to get routing working21:50
EleventhLastseychas ya navernoye poydu spatʹ , zavtra utrom prodolzheniye  now I'll probably go to bed, tomorrow morning continuation22:00
EleventhLastthank you all so much for your help22:01
*** Mister_Magister_ is now known as Mister_Magister22:47

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!