T42 | <dgmarie2> I have this error. Does anyone know how to fix it? (re @mintphin: cp: target '4.14.220...) | 03:24 |
---|---|---|
T42 | <dgmarie2> I can send logs tomorrow but I'm going to bed rn | 03:24 |
T42 | <birdzhang> @dgmarie2 try this patch https://github.com/sailfish-on-ginkgo/droid-hal-device/commit/62a3c6642b7f1231585301178a48255df1419a61 | 03:57 |
rinigus | as a part of an effort to improve disk encryption on SFOS, I composed hwcrypt tool allowing to use hw based (TEE or SE) encryption on hybris based ports | 11:33 |
rinigus | project at https://github.com/rinigus/hwcrypt | 11:33 |
rinigus | see README for reference to Android implementation of disk encryption key storage | 11:34 |
rinigus | proposed LUKS key storage/generation on the basis of user-provided password at https://forum.sailfishos.org/t/rfc-revision-of-home-encryption-on-sfos/7486/23 | 11:34 |
rinigus | now will look into how to make UI for locking (install) and unlocking (on boot) | 11:35 |
piggz | rinigus: interesting! | 11:47 |
rinigus | piggz: I wonder whether it compiles works on different devices (not pinephone, though). so, if you have bit of time, try to see whether it is OK for your devices | 11:48 |
piggz | will do, im fighting trying to get protobuf to build atm! | 11:49 |
rinigus | in AOSP? | 11:49 |
piggz | no, sfos | 11:49 |
rinigus | hmm, we don't have it in chum...? hopefully will work out for you | 11:51 |
piggz | rinigus: yeah, not too far. Based on the fedora spec, just enabling a patch, and it might work | 11:53 |
piggz | i was wondering if i should put it in chum.... | 11:54 |
piggz | its use case for me is very narrow, but maybe useful? | 11:54 |
rinigus | piggz: surely put it in. it could be used by some other libs/apps as well | 11:54 |
rinigus | piggz: but we have protobuf in sfos repos already. As indicated by zypper | 12:05 |
T42 | <bouic> :q | 12:05 |
T42 | <bouic> Hum. Sorry. | 12:05 |
T42 | <bouic> Wrong focused window. D: | 12:05 |
piggz | rinigus: oh | 12:05 |
piggz | saves me some work! | 12:06 |
rinigus | piggz: so no need for it in chum | 12:18 |
piggz | rinigus: can you pull libcrypto and tinyxml2 out of your hat? | 12:48 |
mal | piggz: isn't libcrypto coming from openssl? | 12:52 |
piggz | mal: so it is ... just tinyxml2 to package then | 12:54 |
poetaster | rinigus: I could test hwcrypt on volla, if piggz builds it :) | 13:02 |
poetaster | sorry about the ffmpeg confusion. that was old source from before my time. | 13:03 |
piggz | poetaster: no time, you submit too many apps to chum :D | 13:06 |
poetaster | piggz: only 7 apps to go :0 | 13:09 |
poetaster | was a bit crazy taking of all of tobia code. if no one does coderus patchmanager I'll feel compelled. sigh. | 13:10 |
piggz | it will be good to take coderus packages and put them in chum | 13:11 |
rinigus | piggz: just checked my hat, no tinyxml2 | 13:15 |
rinigus | poetaster: no worries, it helps when someone triest to look into the code with fresh eyes. Even if we just look for binaries | 13:18 |
poetaster | yeah, and I had missed stuff. Still can't find a way to get the imageworks build going. | 13:23 |
poetaster | dcaliste did mention buildrequires libtiff-devel where I have libtiff-4 but I don't know if that's really relevant. | 13:23 |
poetaster | pigzz: sorry, no need to pay mind yet. I'll try a few more builds. | 13:24 |
poetaster | hmmm. is there any way to test spec files on obs without new releases? (I don't believe so). | 13:42 |
rinigus | poetaster: just don't specify release in service file (leave it empty). Every time you trigger rebuild, it will pull latest source | 13:46 |
poetaster | ah! thanks! | 13:47 |
poetaster | Success, thanks rinigus! does mean more work for you, though. | 13:58 |
rinigus | poetaster: no problem, that's easy. I can see that my mailbox is getting full.... Will have to catch up later today | 14:00 |
rinigus | :) | 14:01 |
poetaster | no hurry. | 14:02 |
*** Kabouik_ is now known as kabouik | 14:30 | |
poetaster | damit. now I have obs builds but no longer have aarch64. ah well, need to build those from source. | 14:36 |
poetaster | sorry, build python PIL cpython from source. | 14:37 |
poetaster | rinigus: just because he pinged me: https://forum.sailfishos.org/t/yubikey-support/7406/7 | 15:03 |
poetaster | he's looking at implementing yubikey unlock. | 15:03 |
poetaster | oops, I see you're in the loop | 15:04 |
rinigus | poetaster: one step in a time. I'll start with the HW we have already and adding ability to use any password first. yubikey and similar would be for future - assuming I'll get it working in simpler configs | 15:34 |
poetaster | rinigus: the author had just asked me about build/packaging and I noted, after the fact, that you were aware. I had wrongly assumed you weren't aware. | 15:35 |
rinigus | no problem, it is OK to ping :) | 15:38 |
rinigus | poetaster: ^ | 15:38 |
poetaster | yo! | 15:39 |
T42_ | <dgmarie2> I cannot get the hybris installer to work on my phone. It always fails to decompress the rootfs | 17:37 |
T42_ | <dgmarie2> when i try to manually do it through twrp i get "tar: exec bunzip2: no such file or directory" | 17:38 |
T42_ | <dgmarie2> is there another recovery that has a working tar? im using twrp on davinci | 17:39 |
T42_ | <dgmarie2> fixed it by pushing a new tar binary to /sbin | 18:11 |
T42_ | <dgmarie2> booted directly to fastboot, guessing thats a kernel panic? | 18:30 |
T42_ | <dgmarie2> i had panic_timeout set to -1 in kernel config | 18:31 |
piggz | @dgmarie2 i fixed that by changing all the scripts to pack a .gz ... seems later twrp has dropped bzip2 | 19:08 |
T42_ | <b100dian> @dgmarie2 which kernel? do you have /sys/fs/pstore/console-ramoops in twrp shell? | 19:19 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!