Sunday, 2021-11-21

T42<hacker12455> now it says no nv name again00:07
T42<hacker12455> maybe I needed to keep that modules.conf?00:09
T42<elros34> in your latest log you have initialization other way around than in that systemd service. At 11s module is loaded and at 19s wcnss_wlan is touched00:12
T42<hacker12455> except I tried that the correct way around now and it does not work00:13
T42<hacker12455> let me make that modules.conf file again00:13
T42<elros34> so maybe wcnss service timing is also important provided you have such a process00:14
malmaybe the module needs to be loaded early and then touch to wcnss_wlan later00:15
malalso note that you either have modules.conf or you modprobe, you don't do both00:15
T42<hacker12455> don't ask me how but I need both00:18
malthen one of those is not doing anything00:19
malbecause you can't load the same module a second time if didn't unload it first00:20
T42<hacker12455> just saying what I'm seeing00:21
malso you have tried manually doing on different boots: first touch and then modprobe, and on another boot modprobe then touch, is there any difference? both without modules.conf00:40
maland by manually I mean you disable the systemd service also00:40
Thaodanshouldnt loading modules be done in /usr/lib/modules-load.d?01:05
T42<hacker12455> will try that in the morning (re @SailfishFreenodeIRCBridgeBot: <mal>so you have tri...)01:08
Mister_Magistermal: still here or you going to sleep?01:59
T42<diablo765> I have a question, in some repositories of my device there is only the kernel and the sell, there is no ice, I have a question, in some repositories of my device there is only the kernel and the I sell, there is no devicw ... It is necessary17:20
T42<b100dian> what's sell, vendor?17:21
malMister_Magister: is there some help you need?17:55
Mister_Magistermal: yeah with selinux i believe18:04
Mister_Magistermal: i booted my 17.1 port but if i start dhi it reboots18:04
Mister_Magisternot even kernel panic, just reboot18:04
Mister_Magisterill give u journal in a sec18:07
Mister_Magistermal: like for example i can't execute bootctl because selinux prevents me18:09
malMister_Magister: so you have selinux enabled and the configs correctly in /etc/selinux/ ?18:20
Mister_Magistermal: yep i even replaced symlinks with actual files18:22
Mister_Magistermal: https://paste.opensuse.org/9344383018:30
Mister_Magisteralso there's a ton of binder: 3496:3496 transaction failed 29189/-22, size 32-0 line 311518:30
Mister_Magistercouldn't find any solution for that in logs18:30
malwhere are the selinux errors?18:34
malMister_Magister: did you make selinux permissive in kernel command line?18:35
Mister_Magistermal: i did selinux=118:37
Mister_Magisterrcupdate.rcu_expedited=1 androidboot.hardware=qcom androidboot.console=ttyMSM0 video=vfb:640x400,bpp=32,memsize=3072000 msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 service_locator.enable=1 swiotlb=2048 androidboot.configfs=true androidboot.usbcontroller=a600000.dwc3 firmware_class.path=/vendor/firmware_mnt/image loop.max_part=7 selinux=1 androidboot.verifiedbootstate=orange androidboot.keymaster=118:37
Mister_Magisterroot=PARTUUID=80ab3dd7-e98f-a937-c4d7-fb9148a77547 androidboot.bootdevice=1d84000.ufshc androidboot.serialno=J8AZB7606537CBZ SB=Y androidboot.baseband=msm LCD=535C86D5 LCD_ID1=61 StageID=A2 PanelOverride=0 msm_drm.dsi_display0=dsi_panel_AUO_H618DAX01_video_display: dbg=n klog=n PRJ=ZS620KL HW=MP RF=TW CPU=0x00A2008B UNLOCKED=Y RDUNLOCK=Y bat_reload_cond=0 androidboot.slot_suffix=_a skip_initramfs rootwait ro init=/init18:37
Mister_Magisterandroidboot.dtbo_idx=30 androidboot.dtb_idx=418:37
Mister_Magisterits somewhere in there18:37
Mister_Magistermal: the audit thingies in log18:38
malMister_Magister: I mean androidboot.selinux=permissive18:38
Mister_Magisteroh18:38
malaudit things are not errors, you can silence those with audit=0 in kernel commandline18:38
Mister_Magister"Do not disable selinux, set it to 1 from kernel cmdline and make it permissive"18:39
Mister_Magisteri didn't get the "make it permissive"18:39
Mister_Magisterrebuilding kernal18:43
T42<b100dian> what is the usual way to 'serialize' a systemd service after an android one?19:01
T42<b100dian> I am sometimes having ofono starting before qcrild19:02
T42<b100dian> and I believe that makes ril initialization fail. How would one wait for an android service to be up in systemd?19:02
T42<b100dian> here's my take: https://github.com/sailfishos-on-tucana/droid-config-tucana/commit/b18d831b43b0db6a032cb1e1c4673d7a44bbdfff19:06
Mister_Magisterdelay hack19:10
Mister_Magister:D19:10
T42<diablo765> A question, at the time of initializing the repository of the device is necessary, the device in vendor and the kernel, because in some the vendor does not appear19:10
T42<diablo765> ?19:10
Mister_Magister@b100dian i would say good enough19:11
Mister_Magisterif it works it works19:11
T42<b100dian> Actually I think ConditionPathExists was to be in [Unit], re-trying. It may have worked accidentally19:12
Mister_Magister@b100dian well ye you lack unit and installs, you might add Before=ofono.service too19:12
T42<b100dian> Mister_Magister do you have experience with a such delay initialization in another port?19:13
Mister_Magisterye we been delay hacking for some time now19:13
Mister_Magisterlet me see if i can find something19:13
T42<b100dian> but not just 'sleep', that I think I have for pulse:P but waiting on something like a file being present19:14
Mister_Magisteryou add soemthing like this https://github.com/VerdandiTeam/droid-config-titan/blob/master/sparse/usr/lib/systemd/system/sensors-delay-hack.service19:14
Mister_Magisterbeforer ofono.service19:15
Mister_Magisterbut like i said if yours work then its good enough19:16
Mister_Magisterits hack anywy19:16
Mister_Magisterdoesn't matter how you make it19:16
Mister_Magisterthere is not proper way of hacking it19:16
T42<b100dian> No, it doesn't:) I did make a link to it in ofono.service.wants/ but I am not getting to a proper way to wait for a file to be present..19:18
Mister_Magisterah its because you lack installs probably19:19
Mister_Magistersee the [Install], add wanted by the same target that ofono uses19:19
Mister_Magisterand add before ofono.service19:20
Mister_Magistermal: should i worry about 3412:3412 transaction failed 29189/-22?19:20
Mister_Magisteralso mal current status of systemctl https://paste.opensuse.org/9da28bab19:21
Mister_Magistermal: and selinux still prevents me from executing /usr/libexec/droid-hybris/system/bin/bootctl19:21
Mister_Magisterkeymaster is segfaulting hmm19:22
Mister_Magisterbut hey its not rebooting since i added permissive19:23
Mister_Magisterprogress :)19:23
Mister_Magisterbut ye i think next step is fixing keymaster19:23
Mister_Magisteri remember having issues with keymaster on 16.0 but bloody hell i can't remember what it was19:25
Mister_Magisterhmm i think it lacked the os verrsion and patch level in kernel but i have them and they match vendor i think19:26
Mister_Magisterso that shouldn't be an issue19:26
Mister_Magisterlol i rebooted phoen and got ui19:34
Mister_Magistermagic :D i just unmasked dhi19:34
Mister_Magisteryou love to see it19:35
Mister_Magisterfingerprint works, ofono works, bluetooth works, love it19:36
Mister_Magistermal: think i can handle it from here on out but i'll call you if i need you :D19:37
Mister_Magistermal: oh ye still can't execute droid-bootctl19:37
malhmm19:38
Mister_Magistermal: oh wait no my bad i can execute it20:03
Mister_Magisterbut i have Error marking as having booted successfully: Operation not permitted20:04
T42<Rebecca Rogers> Ellen you're a real lady of your world I just received $15,000 dollar in my wallet account and all process has been done thank you very much greeting.21:55
T42<Rebecca Rogers> 👇👇👇👇21:55
T42<Rebecca Rogers> https://t.me/joinchat/iq2D-3fjMAwyZGI021:55
T42<adampigg> Mal: i assume on the groundsy laptop has completely stopped responding, its now trying to build hidl-gen22:20
mal@adampigg even ubuntu has hidl-gen packaged, not sure which distro you use22:28
T42<adampigg> Mal: trying proper version from android build system22:28

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