[2021-12-21T03:57:10Z] Hi [2021-12-21T04:16:08Z] Does kiss store a cache of built binaries somewhere that can be found after `kiss remove bluez` ? [2021-12-21T04:18:25Z] cp ~/.cache/kiss/bin/bluez@4.101-1.tar.gz ~/ [2021-12-21T04:18:33Z] thanks!! [2021-12-21T04:19:15Z] Bluez5 wouldnt compile a tool his2hci without udev even though it's not really depending on it, just supposed to launch from udev [2021-12-21T08:10:16Z] kiss linux changed my life [2021-12-21T08:10:25Z] same [2021-12-21T09:38:29Z] Trying to use initramfs is a nightmare [2021-12-21T09:38:56Z] wat do u need it for [2021-12-21T09:39:04Z] Using tinyramfs just couldn't get it load my lvm [2021-12-21T09:39:44Z] And yeah it's behind luks [2021-12-21T09:40:06Z] Ok I mean lvm on luks [2021-12-21T10:18:14Z] Featyre: post your config [2021-12-21T10:19:10Z] Yeah hold on [2021-12-21T10:24:17Z] https://dpaste.com/6RCXB455U.txt [2021-12-21T10:24:23Z] Hope that's right [2021-12-21T10:26:59Z] you don't need lvm_name and lvm_group unless you have multi-lvm setup. also post output of blkid [2021-12-21T10:29:56Z] https://dpaste.com/962KUZD8T.txt I cutted down some partitions and I don't know if having two logical volumes counts as multi-lvm setup. Ask me if you need full output [2021-12-21T10:34:42Z] hmm, everything should be ok. what's the error message? [2021-12-21T10:35:19Z] It's just saying volume group not found [2021-12-21T10:35:53Z] And there is no insert password thing [2021-12-21T10:37:28Z] aha. so the setup is: luks->lvm->root ? [2021-12-21T10:37:35Z] or lvm->luks->root ? [2021-12-21T10:38:49Z] the order of the `hooks` matters [2021-12-21T10:39:21Z] first always goes device manager if you need/have one [2021-12-21T10:39:31Z] Oh yeah forgot about that [2021-12-21T10:40:02Z] Let me try and see if there's any problems [2021-12-21T10:41:55Z] https://termbin.com/eu9k [2021-12-21T10:43:28Z] Btw is there anyway to enable swap after [2021-12-21T10:43:58Z] you can do this in /etc/fstab on your host system [2021-12-21T10:44:11Z] afaik [2021-12-21T10:44:14Z] Oh yeah [2021-12-21T10:44:23Z] I forgot about fstab too [2021-12-21T10:54:33Z] forgot to mention that `lvm_config` usually isn't needed too [2021-12-21T10:55:37Z] Alright, there's a no such file or directory error [2021-12-21T10:56:20Z] at boot time? [2021-12-21T10:56:29Z] Yep [2021-12-21T10:58:33Z] try to boot with rddebug kernel param [2021-12-21T10:59:15Z] to understand what command fails [2021-12-21T11:00:15Z] \vmlinuz initrd=\initramfs_img rddebug [2021-12-21T11:03:40Z] Nothing interesting [2021-12-21T11:06:00Z] are you sure? it should print where the flow stuck [2021-12-21T11:06:25Z] rddebug enables set -x [2021-12-21T11:07:02Z] remove `quiet` from kernel params if you have it [2021-12-21T11:08:16Z] Now there's something [2021-12-21T11:08:25Z] Error allocating crypto tfm [2021-12-21T11:08:34Z] I think it might have to do with the kernel [2021-12-21T11:08:41Z] yeah [2021-12-21T11:09:21Z] hang on [2021-12-21T11:09:45Z] Well I used localyesconfig while building and I have got rid of most of the CONFIG not found things and those final ones I don't know where do I even fix so I just left them [2021-12-21T11:13:45Z] i recall i have a guide about which kernel options should be enabled to make cryptsetup work [2021-12-21T11:13:55Z] i can't find it :( [2021-12-21T11:14:43Z] Sad because I have to figure it out myself now [2021-12-21T11:15:44Z] A bit of exploring wouldn't hurt anyone, right? [2021-12-21T11:23:18Z] https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-fs/cryptsetup/cryptsetup-2.4.2-r1.ebuild#n51 [2021-12-21T11:23:45Z] https://www.linuxfromscratch.org/blfs/view/cvs/postlfs/cryptsetup.html [2021-12-21T11:42:35Z] Oh thanks [2021-12-21T11:59:51Z] I finally have done it [2021-12-21T12:00:19Z] I installed KISS with Full Disk Encryption [2021-12-21T12:00:40Z] I might make a guide who knows [2021-12-21T12:00:55Z] congrats [2021-12-21T12:01:02Z] And thank you ig [2021-12-21T14:39:03Z] Also I pushed my own repo to GitHub that has updated cryptsetup now so ig [2021-12-21T15:29:14Z] link? [2021-12-21T17:12:42Z] illiliti: https://github.com/Featyre/kiss-community [2021-12-21T17:12:42Z] It's kinda rushed, I haven't made a readme yet [2021-12-21T17:27:51Z] i wouldn't call it kiss-community - it refers to the canonical community repository [2021-12-21T17:50:40Z] Well I could renamed it to repo-community [2021-12-21T17:51:00Z] Bc it's a separate repo to be used by everyone that needs these [2021-12-21T18:09:02Z] that's essentially what personal repos are as well in the context of kiss [2021-12-21T18:11:07Z] but of course you're free to do what you want [2021-12-21T18:16:14Z] is there an age implementation in C? [2021-12-21T18:16:31Z] don't want to deal with Go [2021-12-21T18:16:33Z] shit language with dumb rules [2021-12-21T20:37:30Z] i've never come across one :( stuck with pgp [2021-12-21T20:38:47Z] monocypher could be used to easily implement something like age [2021-12-21T23:02:19Z] there is a rust implementation [2021-12-21T23:02:27Z] but yeah, a c one would be real nice [2021-12-21T23:03:58Z] wow monocypher looks really cool [2021-12-21T23:05:15Z] I wonder why its not more popular [2021-12-21T23:26:35Z] libsodium probably fits better for most applications [2021-12-21T23:27:40Z] uses SIMD and assembly for speed at the cost of size [2021-12-21T23:29:02Z] yeah [2021-12-21T23:29:07Z] but for my kind of projects it seems perfect [2021-12-21T23:29:13Z] just drop in a .c and .h file and you're set [2021-12-21T23:29:26Z] i used it for my password manager [2021-12-21T23:29:27Z] unlike libsodium which uses autotools and stuff [2021-12-21T23:30:08Z] why'd you switch from argon2? just complexity? [2021-12-21T23:30:41Z] monocypher has a much smaller implementation of argon2 [2021-12-21T23:31:31Z] monocypher was exactly what i was looking for from the beginning, but didn't know about