Monday, 2026-07-13

*** n2klb_ is now known as n2klb02:03
T42<elros34> @nightishaman just curious how usb => uart will help you debug your issue better? It's not like don't have acces to logs now06:20
T42<nightishaman> @elros34 Kernel gdb maybe to get more infos07:01
T42<elros34> ok never used it07:01
sharksOH YEAH! I downgraded pulseaudio-modules-droid to 14.2.106 and pulseaudio woudn't start, "Failed to parse module arguments". My old arguments were `rate=48000 hw_volume=false use_legacy_stream_set_parameters=true`. I removed the legacy_stream_set_parameters argument and we've got audio in calls!!! The Xperia 10 IV is a working phone again!07:06
sharksThankyou again mal, I've said it before but you're a legend among men07:07
T42<TheVancedGamer> replace find_get_pid with `get_pid(find_pid_ns(nr, &init_pid_ns));` (re @nightishaman: mal: I can maybe fix...)07:09
T42<nightishaman> @TheVancedGamer thanks07:10
T42<TheVancedGamer> fwiw you can also grab a USB-C breakout board, it's what I use for uart on my pixel07:10
sharksOkay now things are getting scary, I have a basically fully functioning port so I would like to get jolla store access etc... but reading hadk-faq I need to get OBS first? however I don't know what I am doing fully, and some things eg. sledges name, links for https://webhook.merproject.org/webhook are out of date, so not sure if the guide is fully reliable. Anyone willing to walk me through it?07:29
T42<elros34> more info about obs in hadk-hot -< that one which nobody is reading07:32
sharksThanks elros, I'll read up on what I can see there. Either way seems like first step is to contact @Keto so hopefully they spot this sometime07:34
T42<elros34> yeah you need account first07:35
sharksNot really worth releasing my port to the public without jolla store so yeah I'll have to work out how to set that up07:37
T42<adampigg> simple, you ping keto with some config (re @SailfishFreenodeIRCBridgeBot: <sharks>Not really w...)07:40
sharks@adampigg is this for jolla store or for OBS? I need to give keto the output of `ssu s` for jolla store but not before I've got OBS according to hadk-faq07:42
T42<adampigg> ah ok07:42
sharksSo I guess I just have to wait until it's a reasonable hour of the day in Sweden07:43
sharksDoes anyone have an official Xperia 10 IV in their drawer at the minute? What are the chances the output of `ssu s` is the same and I've already got jolla store access? haha08:11
Ketoxqcc54?09:21
sharksHey - `ssu s` spits out "Device model: Xperia 10 IV (pdx225 / pdx225)" on my build. My phone in particular is XQ-CC72 but I presume it will work on XQ-CC52 as well09:22
sharksI think 54 is 10V09:23
sharksI have not ported that09:23
Ketothat pdx225 is probably slightly wrong value to use for the model/variant... but I'm not sure09:29
sharksDrat, I wouldn't know how to change it now! It's worked up until now!09:30
sharksIt's the value all the LineageOS people used so I assumed I could use it too09:30
sharksSo do I need to come back another day after I've worked out how to change that value to XQ-CC72?09:36
Ketoafaik pdx225 is common X10IV platform, but then there are different xqcc* variants, which may require slighlty different configuration09:36
Ketothe official Jolla images are for xqcc5409:38
sharksHmm, I used Jolla official SFOS for 1.5yrs which was "supposed" to be for XQ-CC54, and it never had any problem. And as I say the Lineage people refer to the both of them as pdx225 and offer identical images for either 54 or 72.09:38
sharksIt appears I was wrong, it is 54 not 52 but points still stand09:39
sharksSee eg. https://wiki.lineageos.org/devices/pdx225/install/09:40
Ketoyeah, it probably works, I don't know what are the differences in those variants. but we just haven't had 72 device to test it09:41
sharksThe difference AFAIK is esim vs. second physical sim, but otherwise identical. But as I say I've used your image on a 72 device for a long time and have observed no apparent differences between that and a 54 device09:42
sharksAnyway if you want me to go back and change it to XQ-CC72 I guess I can work out how to do that and come back again another day?09:45
sharksI also wondered if it should be "murray" instead of "pdx225" but as I say, I have used pdx225 the whole time. Also fixup-mountpoints already used pdx225 which was another reason I was relatively confident that was a reasonable decision09:48
Ketoyes, that probably would be better. also we might need to think a bit how we name and identify these when there is a "official" and "community" port for the same device09:49
sharksSorry - what would be better? murray or XQ-CC72?09:50
Ketoxqcc7209:50
sharksOkay, and people who have a 54 will hopefully not be affected09:51
Ketoyes09:51
sharksI will try and work out how to change it tonight I guess and ping you again tomorrow09:51
sharksI agree we need some distinction between this and the official port, to be honest I thought Jolla might have a plan seeing as they have floated the idea of a community port a few times! But happy to work with you there.09:52
Ketounfortunately can't help you more right now, as I don't remember/know all the details09:56
sharksNo worries, as I say I'll try to figure out what I can in the next hour or two and ping you same time tomorrow if that works09:56
sharksWorst case I start all over again with xqcc72 instead of pdx225 and just make all the same changes I guess!09:58
sharksOh no I have to rebuild everything and I'm failing on the first hurdle10:21
sharks`breakfast $DEVICE` doesn't work when Android thinks the device is pdx225 but sailfish wants xqcc7210:21
sharksI'm not entirely convinced this is a good idea10:22
T42<BigChadCat> Couldn't you do something with init that sets the value to xqcc72 on runtime and let the codename remain pdx22510:26
sharksIs that an option? I'm just a guy sitting in front of a keyboard. @Keto or @mal can you please weigh in on this?10:27
T42<BigChadCat> I mean I'm more of an AOSP engineer and not SF, but we do this quite a lot of times10:29
sharksOh? Do you have an example I can look at in a device repo somewhere?10:30
T42<BigChadCat> github.com/xiaomi-sm615010:31
T42<BigChadCat> 10:31
T42<BigChadCat> You just want to change a property, right?10:31
T42<BigChadCat> Where is that property read from?10:31
T42<BigChadCat> https://github.com/xiaomi-sm6150/android_device_xiaomi_phoenix/blob/lineage-23.2/init/init_phoenix.cpp10:32
T42<BigChadCat> this is what I meant10:32
T42<BigChadCat> It runs on boot, and it detects a property to differentiate between global and CN variant of the device, and depending on that, sets SKU props10:32
sharksI don't know enough about Sailfish to know if I can do that10:33
sharksI would love it if I could10:34
T42<BigChadCat> same tbh, but it's worth a thought10:35
T42<BigChadCat> wish they sold these devices in IN10:35
malsharks: HABUILD_DEVICE env var10:35
sharksSorry mal, can you elaborate? I do not have that env var set in platformsdk or habuild. Do I set it in both, then run `breakfast $HABUILD_DEVICE`, then `make hybris-hal droidmedia etc` and it will output these to "./out/target/product/$DEVICE/" rather than "./out/target/product/$HABUILD_DEVICE/" so the `build_packages.sh` scripts are happy?10:38
sharksI just don't want to sit here for two hours while hybris-hal builds if that's not going to work10:39
malmake hybris-hal will output to whatever android think it wants to do, the HABUILD_DEVICE is for packaging part10:40
mali.e. build_packages.sh to find things correctly10:40
sharksso I ran `export HABUILD_DEVICE=pdx225` then `rpm/dhd/helpers/build_packages.sh --droid-hal`, and it fails because "Can't open ./out/target/product/xqcc72/obj/KERNEL_OBJ/.config: No such file or directory"10:41
sharksbecause it's in "./out/target/product/pdx225/..."10:42
sharksI could maybe just rename the directory but surely that will break something else10:42
malexport DEVICE=xqcc5410:42
malexport HABUILD_DEVICE=pdx22510:42
malI use those in my builds10:43
sharksI hate to say it but that is 100% not working here10:43
sharksOh that's why10:50
sharksrpm/droid-hal-xqcc72.spec should be rpm/droid-hal-pdx225.spec still10:51
sharksthis is going to get messy10:51
malyeah, if I remember correctly sony people said same image could be used with xqcc54 and xqcc7210:52
sharksYeah I can confirm that firsthand like I said10:53
sharksChanging the spec filename didn't fix it, I guess there's a lot more things like that where I don't know if I should be using $DEVICE or $HABUILD_DEVICE10:53
sharksWhy does `build_packages.sh --droid-hal` verify the kernel config, and where does it get the idea that the kernel config is at "./out/target/product/$DEVICE/..."?10:57
sharksright, "%define device" in rpm/droid-hal-pdx225.spec has to still also be pdx225, not xqcc7211:03
sharkswoo, built dhd, let's see if I can keep going11:04
sharksdang, stuck again at mw, "No provider of 'droid-hal-xqcc72-devel' found."11:09
sharkstime to grep logs11:09
sharksoh is it because I made a new target?11:10
sharksyeah totally is, okay gotta run build_packages with no params first i guess11:11
sharkshmm even then I still get it11:14
sharksAh, droid-configs/rpm/droid-config-xqcc72.spec is still supposed to have device pdx225 but also rpm_device xqcc5411:30
sharksor xqcc72 rather11:31
sharkssimilar story for droid-hal-version11:34
sharksno that didn't fix it11:36
sharkswhy is it looking for droid-hal-xqcc72-devel? I have in droid-local-repo droid-hal-pdx225-devel11:36
sharksoh there's a FAMILY variable11:38
sharksGreat, `export FAMILY=pdx225` did it11:40
malsharks: patterns need to be adjusted for the new spec naming11:45
sharksThat one I've worked out ahead of time, yet to be seen if I have done it right though11:45
sharksbuilding the mic now so should know shortly11:46
sharksAh crap I forgot parse-android-dynparts and things11:46
sharksshould have read my own notes11:46
sharksheh, there goes the phone. Nearly time to flash and see if it works11:56
sharkswell it booted12:04
sharksseems to work12:05
sharks`ssu s` now says "Device model: Xperia 10 IV (xqcc72 / xqcc72)"12:06
sharksSo I think I was successful12:06
sharksI will commit changes and go to bed. @Keto are you around sometime in the morning UTC tomorrow to talk about OBS things?12:08
Ketowhat kind of OBS things?12:10
sharksI am following hadk-faq & hadk-hot, it says in order to have jolla store access I should have OBS set up, and in order to do that I need an account, which I need to ping you about12:11
Ketook12:13
sharksThanks12:13
T42<nightishaman> @TheVancedGamer nr doesnt exist I substited for kctx tgid13:15
T42<nightishaman> https://github.com/maltesermailo/android_kernel_google_gs-6.1_google-modules/blob/lineage-23.2/gpu/mali_kbase/platform/pixel/pixel_gpu_dvfs_metrics.c#L28013:17
T42<b100dian> @NotKit the waydroid-ATV is not currently built for HALIUM, is that right? One needs to at least build that vendor image13:33
T42<b100dian> (halium is the waydroid way of working with hybris no?)13:33
T42<NotKit> @b100dian right. There are some patches at waydroid_vendor updated for 1613:34
T42<b100dian> thank you13:35
T42<nightishaman> @NotKit I saw u were working on official waydroid a16, is that usable?13:41
T42<nightishaman> the dev/lineage-23.2 branch13:42
T42<NotKit> still WIP, but you can try building it13:42
T42<nightishaman> @b100dian should I try ATV A14, A16 or official dev A16?13:43
T42<b100dian> well I've just heard of the waydroid-ATV project, so I don't know either. But it sounds like it also hosts non-ATV targets. If you're currently porting for android 16 then go directly for that, no?13:45
T42<nightishaman> just wanna make sure nagara can use it13:45
T42<nightishaman> @NotKit https://pastebin.com/S0u3Mt2P getting these, sed error is: sed: -e expression #1, character 2: extra characters after the command13:51
T42<nightishaman> did: wget -O - https://raw.githubusercontent.com/waydroid/android_vendor_waydroid/refs/heads/dev/lineage-23.2/manifest_scripts/generate-manifest.sh | bash13:51
T42<NotKit> which distro sed is this?13:54
T42<nightishaman> fedora13:54
T42<nightishaman> 4313:54
T42<NotKit> and `repo init -u https://github.com/LineageOS/android.git -b lineage-23.2 --git-lfs`?13:57
T42<nightishaman> yes13:58
T42<nightishaman> wait13:58
T42<nightishaman> lemme check13:58
T42<nightishaman> ok it was broken somehow14:00
T42<nightishaman> now it works14:00
T42<nightishaman> syncing is gonna take an hour now14:00
T42<nightishaman> mal: I cant get it to work again even with pr-testing. I did git clean in libhybris and submodule,  but trusty still crashes14:27
T42<nightishaman> is there some stale cache i dont know about?14:28
T42<nightishaman> ah its storageproxyd crashing14:50
rinigusb100dian: would be good to have reference snapshots - that way we can check the differences and also have a way to reproduce earlier builds.15:00
T42<nightishaman> @NotKit What is the correct lunch command? list-releases doesnt work and it needs a triple15:32
T42<nightishaman> lineage_waydroid_arm64-userdebug is not enough15:33
T42<nightishaman> nvm got it15:36
T42<nightishaman> bp2a15:36
Mister_Magistermal: I'm trying to run mic but i'm getting this, am i supposed to just change in tokenmap RELEASE:5.1.0.11 to RELEASEMAJORMINOR:5.1?16:33
Mister_MagisterURLGrabber error: https://repo.sailfishos.org/obs/nemo:/testing:/hw:/motorola:/titan/sailfishos_@RELEASEMAJORMINOR@/repodata/repomd.xml16:33
malexport RELEASE=5.1.0.1116:36
malexport RELEASEMAJORMINOR=5.116:36
Mister_Magisteri added RELEASEMAJORMINOR16:36
Mister_Magisteryeah export won't work for me xd16:36
malis platform sdk up to date?16:37
Mister_Magisterdon't worry, I added RELEASEMAJORMINOR16:37
Mister_Magisternow i just need to fix jenkins build script to extract that from the main version16:38
T42<nightishaman> mal: Did you see my problem?16:57
T42<nightishaman> Recompiling libhybris didnt yield any results, trusty still crashes. I dont know if there is a stale cache16:58
T42<nightishaman> Alternatively LLM suggested disabling storageproxyd17:02
Mister_Magistermal: I've updated G2 (titan) to 5.1 after adding the rfkill and the jb2q and both wifi and audio seems to be working, i'm still working on G2 LTE (thea, basically same device but has LTE) because on image I've built and flashed both were still broken17:50
Mister_Magisterthere's also third 3.4 device that i'll be updating now17:59
Mister_Magistermal: turns out i built image before obs finished building, okay so audio works on both, wifi turns on on both, but wifi cannot find any wifi on both18:02
rinigusb100dian: as lvm2 version is the same as in 5.1 and libaio is a part of 5.1, I have dropped them in devel:nagara18:06
Mister_Magisteroh, now BT is broken, probably adding RFKILL broke it18:09
T42<b100dian> rinigus: good18:11
T42<b100dian> rinigus: back to the manifest snapshot, I didn't understand if you imagine uploading it somewhere18:11
Mister_MagisterFM radio forwards microphone to headphones lol18:11
T42<nightishaman> @b100dian a16 image is compiling at 72%, another hour18:12
T42<nightishaman> for waydroid18:12
T42<b100dian> Mister_Magister: karaoke mode18:12
Mister_Magisterdelay is insane18:12
rinigusb100dian: sorry, forgot to mention - https://github.com/sailfishos-sony-nagara/manifest-snapshot18:12
T42<b100dian> Ah, now it makes sense18:12
rinigusI have also updated our hadk to show how to work with it. local_manifests were updated too18:13
Mister_Magisterye lol fmradio forwards microphone xd18:13
Mister_Magisterman 5.1 is nothing but bugs upon bugs18:13
Mister_Magisterfmradio has been working fine for years but suddenly there's an issue18:14
T42<b100dian> @nightishaman fingerscrossed18:15
Mister_Magisterstill cannot start sshd18:15
T42<NotKit> bp4a (re @nightishaman: bp2a)18:15
T42<b100dian> oops18:15
Mister_Magistertracker still has issue https://paste.opensuse.org/pastes/24916f041c9c18:16
Mister_Magisterand wpa_supplicant experiences exact same issue minus the RFKILL info https://paste.opensuse.org/pastes/26727570cde518:16
rinigusb100dian: just pushed updated pdx223 hal to devel. now, before the update, I better fix webengine build on 5.1. otherwise angelfish will not work there18:19
Mister_Magisterwhen i try to manually run localsearch-extractor-3 https://paste.opensuse.org/pastes/0ebea143d46518:29
malhmm, haven't yet tested fm radio on fp218:31
Mister_Magisterany idea about all the other issues? xd18:33
Mister_Magistersshd complains about PRNG is not seeded18:33
Mister_MagisterI'll revert the RFKILL change so that bluetooth works again18:34
malquite odd that the device had rfkill disabled18:34
malanything in logs when you try to use bluetooth18:35
Mister_Magisterwell bluetooth is least of our worries, sshd doesn't work neither does wifi18:35
Mister_Magisternor tracker18:35
Mister_Magisteri'd rather fix the sshd and wifi first18:35
Mister_Magisterwould simplify further debugging a lot18:36
Mister_Magisterthe rfkill did not help wifi at all so it's not like we need it at all18:38
malwhat are the permissions of the /dev/*random nodes?18:38
Mister_Magisterhttps://paste.opensuse.org/pastes/df68054cc39918:39
Mister_Magisteri tried running sshd manually as root18:39
maldoes that hwrng exist? and permissions of it18:39
Mister_Magisteryes it does and it has same permissions as the rest18:40
maldo those work?18:41
Mister_Magisteryeah18:42
malso cat of those returns something18:42
Mister_Magisteryes18:43
malsame permissions etc on my devices18:43
Mister_Magisteryeah, and it hasn't been an issue in 5.018:44
Mister_MagisterI'm updating my third 3.4 device maybe that one will work18:46
Mister_MagisterI see that we're both out of ideas xd18:50
Mister_Magisterit's a tough nut to crack18:51
malssh works fine on fp218:51
Mister_MagisterI mean, cool, but doesn't work here :D18:52
malwas that a new image?18:52
Mister_Magisteryes18:52
malare groups ok for defaultuser?18:52
Mister_Magisterwhat do you mean by that?18:53
Mister_Magisterhttps://paste.opensuse.org/pastes/c96eed97b92d18:53
Mister_Magistersshd is ran by root no?18:53
malseems reasonable18:54
mal15803 root     sshd-session: nemo [priv]18:54
mal15804 root     [sshd]18:54
mal15814 nemo     sshd-session: nemo@pts/118:54
malI have those when connected via ssh18:55
Mister_Magisteryeah but sshd doesn't start for me18:55
Mister_Magisterhttps://paste.opensuse.org/pastes/86aa838283af18:55
Mister_Magisterit just spits that and exists18:55
malstrace?18:56
Mister_Magisterhttps://paste.opensuse.org/pastes/2222c1f677be18:56
Mister_Magisterhere's that TLS thingy again18:57
Mister_Magisterokay x2 (the third 3.4 device) wifi seems to be working fine18:59
Mister_Magisterbut sshd is also dead19:00
Mister_Magisterah no, i can start sshd it just wasn't started by default for some reason19:00
Mister_Magisterbut i cannot ssh to device because something crashes19:01
malssh only starts when needed19:02
Mister_Magisterwell it's enabled in developer settings so it should be started on boot19:02
malnope, I meant it only starts when you connect to the device19:02
Mister_Magisternot in my experience but i'm not gonna argue19:03
malif I close the ssh connection those processes disappear19:03
malon sailfish at least19:04
Mister_Magisternot in my experience19:04
Mister_Magisterhmm on x2 there seems to be an issue with DNS19:04
Mister_Magisterit's set to 127.0.0.5319:04
maldo you have any custom connman configs or something on any of those devices?19:04
Mister_Magisterhttps://github.com/verdandiTeam/droid-config-titan https://github.com/VerdandiTeam/droid-config-thea/ https://github.com/VerdandiTeam/droid-config-victara/19:05
Mister_Magisteranswer is no19:05
maldo you have any CONFIG_HW_RANDOM* enabled in kernel?19:08
Mister_Magisteryes and _msm19:09
Mister_Magisterthat's the hwrng i think19:09
malso those are the same also then19:09
malanything in dmesg when you try starting sshd?19:10
Mister_Magisternope19:11
Mister_Magisterthere's init: Failed to open /dev/hw_random: Too many symbolic links encountered but not sure if that helps19:15
T42<elros34> I think I remember that message on sfos <5 , it may be common and harmless19:16
Mister_Magisteryeah i think so too19:17
T42<b100dian> rinigus: nice of you if you could fix webengine on 5.1. I am not familiar with the problem, but hopefuly it's OBS not you build machines this time?19:25
T42<b100dian> ringius: one thing to watch out for in 5.1 after update: I'd be curious if you also have a longer boot time19:27
Mister_Magistermal: x2 has exact same issue with tracker as titan/thea (g2 [lte])19:38
Mister_Magistercan you verify your fp2 doesn't have it in journalctl -f?19:38
malwhich issue?19:41
Mister_Magisterhttps://paste.opensuse.org/pastes/24916f041c9c19:42
malno message like that seen, I cleared localsearch database and it generated without issues19:44
Mister_Magisterlemme try that19:45
Mister_Magistertho it's fresh image19:45
malI use an old image19:45
malwhich still has nemo user, it's that old19:45
Mister_Magisteryeah i know i also have old install on x2 and titan (g2)19:45
Mister_Magisteri only flashed fresh image on thea (g2 lte)19:46
Mister_Magisternope clearing database did not help19:46
malI can try with new image on another fp2 maybe tomorrow if I have time19:47
malbut you have issues on those old installation also?19:47
Mister_Magisteryes19:47
Mister_Magisterexact same as on new install (on titan vs thea)19:47
malall have broken ssh?19:48
Mister_Magisteryeah but x2 in different way19:48
Mister_Magisteron x2 dns doesn't work, tracker doesn't work and sshd doesn't work19:48
malwhat could be so different in those compared to fp219:48
Mister_Magisterwell biggest difference is that they're made by motorola and not fairphone xd19:49
Mister_Magistermal: mind giving me your config from device just as a reference?19:51
Mister_Magisterand strace of sshd if you wouldn't mind19:51
malhttps://pastebin.com/QEuBa3PZ19:52
malas nemo or root?19:52
Mister_Magistersshd is ran as root19:53
maland maybe full command to run it?19:53
Mister_Magister /usr/sbin/sshd19:53
Mister_Magisteroh and if you wouldn't mind, link to your kernel :)19:55
malhttps://github.com/mlehtima/android_kernel_fairphone_fp2/tree/hybris-21.08.1-rel19:57
malmissing couple of recent defconfig changes19:57
Mister_Magisterso like strace /usr/sbin/sshd is what i need :)19:58
malhttps://pastebin.com/bD0gs9EU20:01
Mister_Magisterlooks deleted, maybe copy fail?20:02
malit got removed20:02
malno idea why20:02
Mister_Magisteruse paste.opensuse.org then :)20:03
malhttp://sailfish-fairphone.dy.fi/ssh.txt20:03
Mister_Magisterstubborn you xd20:04
Mister_Magisterhmm you DO have getrandom syscall, does "grep getrandom /proc/kallsyms 2>/dev/null" return anything?20:05
malyes20:05
mal00000000 T sys_getrandom20:06
Mister_Magisterdang, neither of my devices have that syscall20:06
Mister_Magisterit's weird that i cannot find it in your kernel repo20:06
Mister_Magisterhttps://github.com/mlehtima/android_kernel_fairphone_fp2/commit/8738d0dbb48d8ab4a077711cc8ff9de8e6863c2220:07
Mister_Magisterimma yoink that20:07
malwas just about to paste that20:07
Mister_Magisteri wonder if it will help, i'll try on x2 as x2 has working wifi20:08
Mister_Magisterhmm I don't have seccomp syscall, that's interesting20:13
Mister_MagisterI'm not yet sure if it's worrying20:13
malmaybe check for other backports20:14
Mister_MagisterI mean i have seccomp just not the syscall20:16
Mister_Magisterbecause i was backporting seccomp i member20:16
Mister_MagisterI added the seccomp syscalls while I was at it because why not20:18
Mister_MagisterI have strong feeling all those issues are related to something missing in kernel20:19
Mister_Magistermal: jolla 2 uses camera1 api still right?20:25
T42<nightishaman> mal: Okay I cant disable storageproxyd, its defined in init.gs201.rc but it crashes trusty20:28
T42<nightishaman> https://gist.github.com/maltesermailo/bf7b0dd47a44b8bd110f713c9defc1ee20:38
Mister_Magisterokay implementing getrandom did not fix ssh on x2 (but ssh had different issue anyway)20:38
Mister_Magisterfor x2 it seems like the child nemo process crashes20:39
Mister_Magisterso like sshd-session: nemo in your example20:39
Mister_Magisterdns still broken20:39
T42<nightishaman> @elros34 Do you have any idea why trusty crashes?20:48
mal@nightishaman you can disable any service you like this way https://github.com/mer-hybris/droid-hal-configs/blob/master/sparse-16/usr/libexec/droid-hybris/system/etc/init/disabled_services.rc so add a new file to that folder with the service line and append _HYBRIS_DISABLED to the binary name (make sure the .rc you add has permission 644)20:49
malMister_Magister: yes, still some things to finish in camera220:49
Mister_Magisterthought so :P20:49
malbut it's quite close afaik20:50
Mister_Magisteron miami video recording was totally broken20:51
T42<nightishaman> service storageproxyd /vendor/bin/storageproxyd_HYBRIS_DISABLED i used this line20:51
T42<elros34> @nightishaman wrong guy, that is not my level. BUt didn't you have boot without trusty carsh or I am mixing something20:52
T42<nightishaman> I did but now its reoccuring with both libhybris master and pr-testing20:52
T42<elros34> did you remember about tls-padding?20:54
T42<nightishaman> yes20:54
T42<nightishaman> mal: Would you agree to disable storageproxyd or do you think its something else that crashes trusty? Or maybe a stale cache on libhybris?20:55
T42<nightishaman> very frustrating it is20:59
maldifficult to say21:05
malthere should not be any cache that could affect it21:05
T42<nightishaman> ok no reboot rn21:06
T42<nightishaman> now lipstick doesnt run again :(21:13
T42<nightishaman> linkerconfig again argh21:14
T42<nightishaman> mal: how did we fix linkerconfig again?21:15
T42<nightishaman> didnt u fix that with a patch?21:21
T42<nightishaman> yeah i got the patch why doesnt it work then again21:25
T42<nightishaman> manually doing linkerconfig worked21:27
T42<nightishaman> but why doesnt it on startup21:27

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