💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-09-05.txt captured on 2021-12-17 at 13:26:06.

View Raw

More Information

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

2020-09-05T02:38:46 #kisslinux <midfavila> Hi everyone. I was just wondering if I could ask how you all prefer to run binaries that require glibc under KISS, since some of the programs that I'm quite fond of don't seem to like musl very much during compilation.
2020-09-05T02:39:18 #kisslinux <midfavila> I've heard chroots are popular among the Void crowd, so I figure something similar might work under KISS, but I've got no clue where I'd even look for that info
2020-09-05T02:47:32 #kisslinux <picmyk> some people use an arch chroot
2020-09-05T02:47:40 #kisslinux <picmyk> as talked about in r/kisslinux
2020-09-05T02:47:43 #kisslinux <picmyk> one recommended https://github.com/fsquillace/junest
2020-09-05T02:49:46 #kisslinux <midfavila> Oh, thanks. I peeked at the subreddit for a hot minute, but I don't check it often since I'm not much of a Redditor. Still, junest looks like it could be pretty useful
2020-09-05T02:51:06 #kisslinux <Diegio> indeed it does
2020-09-05T02:51:29 #kisslinux <Diegio> ill most likely go at it when i getkiss.org
2020-09-05T02:51:39 #kisslinux <midfavila> *nod*
2020-09-05T02:52:39 #kisslinux <midfavila> Another thing I might try doing is slapping a barebones CRUX install on top of KISS and using that, since it's what I currently use. Bleh... maybe I'll fork GKISS or something instead, though
2020-09-05T02:53:15 #kisslinux <midfavila> I feel like layering distros atop each other is kinda counterintuitive to KISS' principles. which bugs me a bit
2020-09-05T14:31:57 #kisslinux <bjoernfan> Just had an issue with libcap, failed to build. Failed with "No such file or directory: true" which... yeah, sounds weird. The "true" came from the INDENT variable. I set it to an empty string and the package got built fine.
2020-09-05T14:32:41 #kisslinux <bjoernfan> The command was a long perl line. Line 59 of the package Makefile.
2020-09-05T14:33:10 #kisslinux <bjoernfan> This stopped my kiss update command.
2020-09-05T14:41:51 #kisslinux <bjoernfan> Okay, looks like it requires the indent tool. I'd call this a bug in libcap, I think. It shouldn't pass the string "true" to the command if the indent command isn't available
2020-09-05T14:43:57 #kisslinux <bjoernfan> https://git.kernel.org/pub/scm/libs/libcap/libcap.git/tree/Make.Rules#n81 ... which it kind of doesn't... after reading it a second time. Right?
2020-09-05T16:29:51 #kisslinux <randomuser> does anyone know how to compile multiple firmware blobs in linux?
2020-09-05T16:30:51 #kisslinux <randomuser> i tried CONFIG_EXTRA_FIRMWARE="*"
2020-09-05T16:33:11 #kisslinux <himmalerin> randomuser: CONFIG_EXTRA_FIRMWARE="blob/blob1.bin blob/blob2.bin"
2020-09-05T16:33:32 #kisslinux <himmalerin> just a space seperated list
2020-09-05T16:33:56 #kisslinux <randomuser> oh
2020-09-05T16:33:59 #kisslinux <randomuser> thanks
2020-09-05T16:34:14 #kisslinux <randomuser> so shell globbing doesnt work
2020-09-05T16:34:28 #kisslinux <himmalerin> My firmware line looks like this https://git.himmalerin.net/kiss-himmalerin/file/extra/linux/files/config.html#l1327 and has cpu ucode and gpu firmware
2020-09-05T16:34:46 #kisslinux <himmalerin> Yeah shell globbing doesn't work. It's a bit of a pain
2020-09-05T16:37:22 #kisslinux <randomuser> cool
2020-09-05T16:37:29 #kisslinux <randomuser> im using a x220
2020-09-05T16:37:56 #kisslinux <randomuser> im just copying all the iwlwifi drivers
2020-09-05T16:44:00 #kisslinux <randomuser> wait, cpus need firmware?
2020-09-05T16:50:12 #kisslinux <himmalerin> I don't think they _need_ need it, it's just after-you-purchase fixes for the cpu
2020-09-05T16:50:33 #kisslinux <himmalerin> mainly vunerability fixes I think, but also regular bugs
2020-09-05T17:04:29 #kisslinux <randomuser> oh
2020-09-05T17:04:35 #kisslinux <randomuser> cool
2020-09-05T17:05:17 #kisslinux <randomuser> wel
2020-09-05T17:05:36 #kisslinux <randomuser> time to unscrew my laptop to find the wificard model
2020-09-05T17:12:13 #kisslinux <marijn52> I am currently installing KISS, but I am not sure what is expected of me on step 9.1. Can someone help me?
2020-09-05T17:13:01 #kisslinux <himmalerin> Are you going to be booting with bios or uefi?
2020-09-05T17:13:15 #kisslinux <himmalerin> oh nvm I was looking at 9.2
2020-09-05T17:13:36 #kisslinux <himmalerin> What distro are you installing kiss from?
2020-09-05T17:14:27 #kisslinux <marijn52> I'm installing it from a Artix live CD (usb)
2020-09-05T17:17:16 #kisslinux <himmalerin> I think Arch's utilities should be there, if you run `genfstab -U /mnt` do get a whole bunch of text?
2020-09-05T17:17:31 #kisslinux <himmalerin> from the host, not kiss
2020-09-05T17:20:20 #kisslinux <marijn52> `genfstab: command not found` unfortunately
2020-09-05T17:26:23 #kisslinux <marijn52> Ah, I found out Artix has fstabgen instead of genfstab :)
2020-09-05T17:26:37 #kisslinux <marijn52> Since it does not have arch-install-scripts, but artools-base instead
2020-09-05T17:28:06 #kisslinux <marijn52> himmalerin: If I run `fstabgen /mnt`, I get a generated fstab file. Should I place the result in the `/etc/fstab` on Kiss?
2020-09-05T17:44:10 #kisslinux <himmalerin> marijn52: `fstabgen /mnt >> /mnt/etc/fstab`
2020-09-05T17:44:35 #kisslinux <himmalerin> Don't overwrite the existing file, you want the /tmp line that's already in there
2020-09-05T17:49:18 #kisslinux <marijn52> Okay
2020-09-05T17:52:45 #kisslinux <marijn52> I have successfully installed Kiss :)
2020-09-05T17:57:36 #kisslinux <himmalerin> congrats!