💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2021-09-27.txt captured on 2022-07-17 at 03:07:54.
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
[2021-09-27T00:02:08Z] <illiliti> ryoshu: you will use udev_monitor to update the tree, right? [2021-09-27T00:04:20Z] <ryoshu> actually a thread with a listener design pattern [2021-09-27T00:05:07Z] <illiliti> sounds good [2021-09-27T00:05:10Z] <ryoshu> i think some kind of rcu is wanted to avoid memory corruption [2021-09-27T00:06:04Z] <ryoshu> once we traverse it we might not care that a device was disconnected a fraction of sec earlier [2021-09-27T00:25:21Z] <illiliti> by memory corruption you mean race condition? [2021-09-27T00:41:13Z] <ryoshu> yes [2021-09-27T00:41:43Z] <ryoshu> like a tree being modified and traversed concurrently [2021-09-27T00:42:12Z] <illiliti> got it [2021-09-27T00:50:20Z] <ryoshu> t [2021-09-27T03:04:12Z] <testuser[m]> Hi [2021-09-27T03:11:05Z] <GalaxyNova> hello! [2021-09-27T04:25:35Z] <tleydxdy[m]> hmm, seems like the busybox build is quite trimmed down [2021-09-27T13:41:19Z] <raph_ael> cryptsetup fails to compile due to missing libssh, does it ring a bell to anyone ? [2021-09-27T14:24:13Z] <guest929> Google, happy birthday! [2021-09-27T14:24:47Z] <testuser[m]> ewwwwwwww [2021-09-27T14:25:15Z] <guest929> Hi testuser ;D [2021-09-27T14:25:22Z] <testuser[m]> hi [2021-09-27T14:25:27Z] <testuser[m]> dont be evil [2021-09-27T14:25:39Z] <guest929> Hahah [2021-09-27T14:29:54Z] <testuser[m]> raph_ael: weird, i dont think libssh was every in any of the kiss repos so it shouldn't be a problem [2021-09-27T14:32:04Z] <raph_ael> strange [2021-09-27T14:39:24Z] <tleydxdy[m]> raph_ael: --disable-ssh-toekn [2021-09-27T14:39:33Z] <tleydxdy[m]> * token [2021-09-27T14:41:59Z] <raph_ael> thanks [2021-09-27T20:31:21Z] <tleydxdy[m]> turns out you do need proper findutil/diffutil if you want to bake initramfs into the kernel [2021-09-27T20:37:13Z] <illiliti> why do you need initramfs? [2021-09-27T20:46:22Z] <tleydxdy[m]> luks [2021-09-27T20:47:57Z] <illiliti> ah [2021-09-27T20:48:12Z] <tleydxdy[m]> also secure boot so I wanted to have them all in the kernel