💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2022-05-02.txt captured on 2022-07-17 at 03:01:49.

View Raw

More Information

⬅️ Previous capture (2022-06-04)

-=-=-=-=-=-=-

[2022-05-02T02:37:34Z] <rohan> https://termbin.com/eii1
[2022-05-02T02:39:41Z] <rohan> efivar log
[2022-05-02T02:40:49Z] <rohan> if it needs mandoc
[2022-05-02T02:40:55Z] <rohan> why is not in dependa?
[2022-05-02T02:41:03Z] <rohan> depends
[2022-05-02T03:06:41Z] <ioraff> fixed
[2022-05-02T07:27:33Z] <testuser[m]> Hi
[2022-05-02T10:27:57Z] <testuser[m]> rio6: can u bump sdl to 2.0.22
[2022-05-02T10:36:27Z] <phoebos> lol efivar uses mandoc to convert mdoc into man, it's unnecessary
[2022-05-02T11:20:11Z] <phoebos> dilyn, testuser[m]: https://tmp.bvnf.space/0001-neomutt-bump-to-20220429.patch
[2022-05-02T11:50:47Z] <rio6> I'll bump it today
[2022-05-02T13:28:00Z] <nerditup> o/
[2022-05-02T15:55:52Z] <illiliti> The requested URL returned error: 404
[2022-05-02T15:55:55Z] <illiliti> xkeyboard-config Failed to download https://alpine.global.ssl.fastly.net/alpine/edge/main/x86_64/libx11-1.7.3.1-r0.apk
[2022-05-02T17:48:38Z] <noocsharp> well, now that wayclip actually has users, i think i will move it to sr.ht
[2022-05-02T18:00:05Z] <pomekon> Does anyone know thats the best way to go if i want a minimal/secure kernel? Hardened linux? Has anyone some practise in that field? Its time to build my kernel and id like to do it in a way that feels right to me...
[2022-05-02T18:00:37Z] <jslick> sources file accepts parameter for extract directory name?  https://github.com/kiss-community/community/blob/main/community/pciutils/sources
[2022-05-02T18:05:19Z] <illiliti> jslick: yes
[2022-05-02T18:05:27Z] <illiliti> https://kisslinux.org/wiki/package-system#004
[2022-05-02T18:06:27Z] <jslick> huh, thanks.  I don't think I had seen it before
[2022-05-02T18:15:09Z] <rohan> yo
[2022-05-02T18:15:14Z] <rohan> how is best
[2022-05-02T18:15:41Z] <rohan> clone repo in home and send to dir with root owner
[2022-05-02T18:15:53Z] <rohan> or just clone in the root dir with su
[2022-05-02T18:20:34Z] <testuser[m]> clone in home as unprivileged user is  better in case git has a vulnerability
[2022-05-02T18:20:59Z] <testuser[m]> But the repo will be constantly pulled anyway
[2022-05-02T18:21:11Z] <testuser[m]> Just chown it to your user and put it in a root owned dir?
[2022-05-02T19:18:46Z] <rohan> yeah
[2022-05-02T19:18:55Z] <rohan> the owner is my user
[2022-05-02T19:19:17Z] <rohan> and the repo is in /var/db/kiss
[2022-05-02T19:19:33Z] <rohan> just wondering if is better clone with root or my user
[2022-05-02T19:19:44Z] <rohan> and will have no effect 
[2022-05-02T19:41:51Z] <illiliti> guys, could you post output of this command: grep 'Libs.private' /usr/lib/pkgconfig/libtls.pc
[2022-05-02T20:16:35Z] <soliwilos> illiliti: If it helps, mine says: 'Libs.private: -lbearssl'
[2022-05-02T20:18:42Z] <ioraff> rohan: worth noting this https://github.com/kiss-community/repo/issues/61
[2022-05-02T20:19:27Z] <ioraff> illiliti: Libs.private:  
[2022-05-02T20:19:32Z] <ioraff> with libressl
[2022-05-02T20:22:05Z] <illiliti> looks like you guys don't use kiss defaults at all xd
[2022-05-02T20:34:42Z] <ioraff> illiliti: https://0x0.st/oAJN.diff
[2022-05-02T20:35:12Z] <illiliti> i have this for example: Libs.private: -L/root/.cache/kiss/proc/11959/pkg/openssl/usr/lib -lssl -lcrypto
[2022-05-02T20:35:19Z] <illiliti> doesn't look good as you see
[2022-05-02T20:36:04Z] <illiliti> ioraff: yeah i know thanks. i already submitted fix to the muon ML
[2022-05-02T20:36:39Z] <illiliti> https://lists.sr.ht/~lattis/muon/patches/31831
[2022-05-02T20:44:25Z] <ioraff> ah
[2022-05-02T20:59:00Z] <dilyn> crymcth: if you still come around; you can use LLVM=1 instead of CC/HOSTCC when building the kernel
[2022-05-02T20:59:10Z] <dilyn> (for sufficiently new kernels)
[2022-05-02T20:59:43Z] <dilyn> illiliti: that seems busted, but my libtls doesn't even have an entry for private libs :eyes:
[2022-05-02T23:01:27Z] <phoebos> illiliti: nice find
[2022-05-02T23:01:59Z] <phoebos> another thing that would be simpler if libretls wasn't hidden inside openssl