Wednesday, 2023-02-22

T42<Herrie1982> Node takes forever nowadays to build, we have the same on LuneOS side (re @b100dian: oops sorry I also le...)05:57
malMister_Magister: I noticed you added 4.5.0.16 targets to some device project, you should go directly to 4.5.0.1811:59
Mister_Magisterdidn't know .18 existed12:07
Mister_Magisterwhoa thea update went massively wrong for some reason, while titan went smoothly (they're basically same device), but hey at least minimedia starts13:34
Mister_Magisterokay what the hell I started lipstick by hand and its working fine but service won't start and systemd doesn't log user13:47
Mister_Magisterhmm what is /usr/lib/systemd/user/lipstick.service.d/50-compositor.conf13:49
Mister_Magistercause "unrecognized option '--hwc-restart'"13:49
Mister_Magisterand i suspect it fails because of that13:49
Mister_Magisteryep that was it13:50
Mister_Magisterhttps://github.com/mer-hybris/droid-hal-configs/blob/eec74bfc7bbcb6d1ad682fe50d24e52b60e93c22/sparse/usr/lib/systemd/user/lipstick.service.d/50-compositor.conf13:51
Mister_Magisteruhh mce provides /usr/sbin/dummy_compositor13:52
malyou can use delete_file.list in config repo if there are problematic files in the submodule13:53
Mister_Magisterthe issue is that why is it there if mce doesn't havet hat parameter13:54
Mister_Magisteri want answers not workaround xd13:54
malwhich version of mce do you have installed? maybe you used too new submodule?13:55
Mister_Magisteri'm on 4.5.0.18 so how could i use too new13:55
Mister_Magisterthe available mce is 1.11413:56
malMister_Magister: you know we have a thing called devel version internally13:56
Mister_Magisteri'm aware13:56
Mister_Magisterokay then13:56
Mister_Magisteri'll rollback the version13:56
maluse d6cb0880d60afe0fbc60b502b1743a5ac0ec8a01 for config submodule13:56
malMister_Magister: ^13:57
Mister_Magisterthanks13:57
malusually a good hint is to check the official device config repo like this https://github.com/mer-hybris/droid-config-sony-lena/tree/upgrade-4.5.013:57
Mister_Magisterhuh thanks13:58
malI usually sync my fp2 config repo submodules to match those13:58
Mister_Magisterunderstood13:58
Mister_Magistermal: any idea why would minimedia not start? i have hard time fiding anything in logs14:11
Mister_Magisteralso correct me if i'm worng but i think zypper dup doesn't schedule kernel update as opposed to version --dup14:32
Mister_Magisterohh14:51
malafaik it should15:02
Mister_Magisterhuh15:06
Mister_Magistermaaan i need to update and fix 5z15:07
Mister_Magisterbut thats gonna be paaaaaaain15:08
malisn't the kernel update scheduling done in %post?15:08
malhttps://github.com/mer-hybris/droid-hal-device/blob/master/droid-hal-device.inc#L92215:08
Mister_Magisteridk it didn't schedule for me15:12
Mister_Magistermal: do i need to add have_custom_img_boot or enable_kernel_update?15:14
Mister_Magisteroh ye15:17
Mister_Magisterthea has enable_kernel_update15:17
Mister_Magistertitan doesn't15:17
Mister_Magisteri wonder when was it added15:18
Mister_Magister8 years ago15:18
Mister_Magisteri should have it lol15:18
Mister_Magisteri added enable_kernel_update like in thea15:21
malyeah, that explains it15:23
malI was going to ask if you have enable_kernel_update15:23
Mister_Magistermaybe i removed it by mistake at some point15:24
Mister_Magisterlol i had 5 years break in dhd commits xd15:25
Mister_Magisternah i guess i never added it, interesting15:26
Mister_Magisteradd-preinit-oneshot: /etc/oneshot.d/preinit/flash-bootimg.sh - job saved OK ayyy it werks15:39
Mister_Magisteri'm so confused, for the longest time i was preloading libOmxVdec.so but now with it preloaded camera doesn't work but without it it does15:44
Mister_Magisteri'm so confused15:44
Mister_Magisterbut on thea which also preloads libOmxVdec it works15:45
Mister_Magisteroke thea works without libOmxVdec so imma yeet it15:50
Mister_Magisternow it doesn't work with or without preload wtf16:01
Mister_Magisternow without minimedia in logcat its not even asking for minimedia16:14
Mister_Magisterno such element factory "droideglsink"!16:15
Mister_Magisterthe hell happened to gstdroid16:16
Mister_Magisterfor some reason it doesn't load droid plugin at all16:21
malMister_Magister: it got blacklisted probably16:33
Mister_Magistermal: elaborate please16:33
Mister_Magisteri'm running out of ideas16:33
maltry removing ~/.cache/gstreamer*16:34
malif something fails then gstreamer blacklists plugins16:34
Mister_Magisterahhh16:35
Mister_Magisteri forgot about that path16:35
Mister_Magisterunfortunately "device or resource busy" lol16:36
Mister_Magisterayyy it works thanks mal you're lifesaver16:50
Mister_Magistermal: any fix for that yet? https://github.com/sailfishos/tracker-miners/compare/master...Michal-Szczepaniak:tracker-miners:master16:51
Mister_Magisteri'm trying to patch in seccomp filters xd17:07
malhmm, why does it return ECANCELED instead of EINVAL17:40
malMister_Magister: why haven't you made a PR to the repo for that?17:41
Mister_Magistermal: double no idea17:41
malI didn't even remember there was such an issue17:41
Mister_Magisterwhere's libseccomp source?17:42
Mister_Magistermal: https://github.com/seccomp/libseccomp/blob/96989965042a515a3cbcb50e9b98243b9b7d4c37/doc/man/man3/seccomp_attr_set.3#L130 maybe this?17:44
Mister_MagisterIdeally the seccomp wouldn't fail17:45
Mister_Magistermal: i thinkā€¦ without seccomp-bpf in kernel, the seccomp call only takes 1 parameter instead of two and something something libseccomp fails because it sends two? totally guessing17:53
Mister_Magisterbut that would explain newer kernels working17:53
Mister_Magisteri've patched in the seccomp-bpf but it doesn't want to enable17:54
Mister_Magisterahh fixed18:00
malMister_Magister: did you also sync other adaptation packages to match latest release? I just did here https://build.merproject.org/project/show/nemo:devel:hw:fairphone:fp2-sibon18:26
Mister_Magisterthey might be off as i just got latest18:48
Mister_Magisterbut other stuff is working fine18:48
Mister_Magistermal: ^18:48
malyeah, usually not much issues with those18:57
Mister_Magisterayy i finally patched fully seccomp-bpf lets see if it helps18:58
Mister_Magistermal: call me madman but i've fixed it19:01
Mister_Magisterthat was the issue, i didn't have seccomp-bpf in kernel19:01
maloh19:01
Mister_Magisterif you want you can merge the change but i myself won't use it from now on19:04
Mister_MagisterIn case someone else has this issue https://github.com/VerdandiTeam/android_kernel_motorola_msm8226/commit/d67367035329001e5e0026c6e59db077ca3ea8ea19:04
T42<Efeisot> #notes19:05
Mister_Magister^ issue with gallery or trackers not working due to seccomp bpf19:05
Mister_Magisterthat should be enough keywords xd19:05
T42<Mister_Magister> /save tracker-miners-seccomp (re @SailfishFreenodeIRCBridgeBot: <Mister_Magister>In ...)19:08
T42<Mister_Magister> i forgot i'm admin here xd19:08
Mister_Magistermal: i wanna update my 5z, could you tell me if i don't need some package from here? https://build.merproject.org/project/show/nemo:testing:hw:asus:5z19:59
malMister_Magister: you shouldn't need libgbinder, libgbinder-radio, sensorfw-qt5-binder, dummy_netd, ofono-ril-binder-plugin, not sure why you have that settings package there21:49
malalso bluebinder is not needed21:50

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