ChanServ changed the topic of #kisslinux to: Unnofficial KISS Linux community channel | https://kisscommunity.org | post logs or else | "Seek simplicity but distrust it" -- Alfred North Whitehead
jason123onirc has quit [Quit: leaving]
akira01 has quit [Ping timeout: 240 seconds]
<testuser[m]> Hi
rlittl01 has joined #kisslinux
phinxy has joined #kisslinux
<phinxy> Does kiss store a cache of built binaries somewhere that can be found after `kiss remove bluez` ?
<phinxy> cp ~/.cache/kiss/bin/bluez@4.101-1.tar.gz ~/
<phinxy> thanks!!
<phinxy> Bluez5 wouldnt compile a tool his2hci without udev even though it's not really depending on it, just supposed to launch from udev
Featyre has quit [Read error: Connection reset by peer]
phinxy has quit [Ping timeout: 256 seconds]
an3223 has quit [Quit: WeeChat 3.3]
an3223 has joined #kisslinux
phinxy has joined #kisslinux
phinxy has quit [Quit: Client closed]
trunc88 has joined #kisslinux
<trunc88> kiss linux changed my life
<testuser[m]> same
Featyre has joined #kisslinux
phinxy has joined #kisslinux
phinxy has quit [Quit: leaving]
<Featyre> Trying to use initramfs is a nightmare
<testuser[m]> wat do u need it for
<Featyre> Using tinyramfs just couldn't get it load my lvm
<Featyre> And yeah it's behind luks
<Featyre> Ok I mean lvm on luks
illiliti has joined #kisslinux
<illiliti> Featyre: post your config
<Featyre> Yeah hold on
<Featyre> Hope that's right
<illiliti> you don't need lvm_name and lvm_group unless you have multi-lvm setup. also post output of blkid
<Featyre> 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
<illiliti> hmm, everything should be ok. what's the error message?
<Featyre> It's just saying volume group not found
<Featyre> And there is no insert password thing
<illiliti> aha. so the setup is: luks->lvm->root ?
<illiliti> or lvm->luks->root ?
<illiliti> the order of the `hooks` matters
<illiliti> first always goes device manager if you need/have one
<Featyre> Oh yeah forgot about that
<Featyre> Let me try and see if there's any problems
<Featyre> Btw is there anyway to enable swap after
<illiliti> you can do this in /etc/fstab on your host system
<illiliti> afaik
<Featyre> Oh yeah
<Featyre> I forgot about fstab too
<illiliti> forgot to mention that `lvm_config` usually isn't needed too
<Featyre> Alright, there's a no such file or directory error
<illiliti> at boot time?
<Featyre> Yep
<illiliti> try to boot with rddebug kernel param
<illiliti> to understand what command fails
<illiliti> \vmlinuz initrd=\initramfs_img rddebug
<Featyre> Nothing interesting
<illiliti> are you sure? it should print where the flow stuck
<illiliti> rddebug enables set -x
<illiliti> remove `quiet` from kernel params if you have it
<Featyre> Now there's something
<Featyre> Error allocating crypto tfm
<Featyre> I think it might have to do with the kernel
<illiliti> yeah
<illiliti> hang on
<Featyre> 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
<illiliti> i recall i have a guide about which kernel options should be enabled to make cryptsetup work
<illiliti> i can't find it :(
<Featyre> Sad because I have to figure it out myself now
<Featyre> A bit of exploring wouldn't hurt anyone, right?
illiliti has quit [Read error: Connection reset by peer]
illiliti_ has joined #kisslinux
illiliti_ is now known as illiliti
<Featyre> Oh thanks
<Featyre> I finally have done it
<Featyre> I installed KISS with Full Disk Encryption
<Featyre> I might make a guide who knows
<illiliti> congrats
<Featyre> And thank you ig
humky has joined #kisslinux
barpthewire has joined #kisslinux
<Featyre> Also I pushed my own repo to GitHub that has updated cryptsetup now so ig
<illiliti> link?
sereg has joined #kisslinux
mahmutov has joined #kisslinux
ella-0_ has joined #kisslinux
ella-0 has quit [Ping timeout: 256 seconds]
mahmutov_ has joined #kisslinux
mahmutov has quit [Ping timeout: 256 seconds]
mahmutov has joined #kisslinux
mahmutov_ has quit [Ping timeout: 256 seconds]
<Featyre> It's kinda rushed, I haven't made a readme yet
sereg has quit [Ping timeout: 240 seconds]
<noocsharp> i wouldn't call it kiss-community - it refers to the canonical community repository
sereg has joined #kisslinux
<Featyre> Well I could renamed it to repo-community
<Featyre> Bc it's a separate repo to be used by everyone that needs these
<noocsharp> that's essentially what personal repos are as well in the context of kiss
<noocsharp> but of course you're free to do what you want
barpthewire has quit [Remote host closed the connection]
barpthewire has joined #kisslinux
<illiliti> is there an age implementation in C?
<illiliti> don't want to deal with Go
<illiliti> shit language with dumb rules
humky has quit [Quit: Leaving]
humky has joined #kisslinux
humky has quit [Client Quit]
zorkmed has joined #kisslinux
humky has joined #kisslinux
sereg has quit [Ping timeout: 256 seconds]
dilyn has quit [Quit: Connection closed]
humky has quit [Remote host closed the connection]
zorkmed has quit [Quit: ]
<phoebos> i've never come across one :( stuck with pgp
akira01 has joined #kisslinux
<noocsharp> monocypher could be used to easily implement something like age
akira01 has quit [Ping timeout: 252 seconds]
mahmutov has quit [Ping timeout: 240 seconds]
<acheam> there is a rust implementation
<acheam> but yeah, a c one would be real nice
<acheam> wow monocypher looks really cool
<acheam> I wonder why its not more popular
<noocsharp> libsodium probably fits better for most applications
<noocsharp> uses SIMD and assembly for speed at the cost of size
<acheam> yeah
<acheam> but for my kind of projects it seems perfect
<acheam> just drop in a .c and .h file and you're set
<noocsharp> i used it for my password manager
<acheam> unlike libsodium which uses autotools and stuff
<acheam> why'd you switch from argon2? just complexity?
<noocsharp> monocypher has a much smaller implementation of argon2
<noocsharp> monocypher was exactly what i was looking for from the beginning, but didn't know about
akira01 has joined #kisslinux