💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2021-12-30.txt captured on 2024-05-26 at 16:11:22.

View Raw

More Information

⬅️ Previous capture (2022-01-08)

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

[2021-12-30T00:56:07Z] <akira01> dilyn: you can merge pulls in graveyard?
[2021-12-30T00:56:40Z] <dilyn> sure
[2021-12-30T00:56:51Z] <akira01> Can you see the spotifyd pull?
[2021-12-30T00:57:03Z] <dilyn> mhm
[2021-12-30T00:57:05Z] <dilyn> merged
[2021-12-30T00:57:16Z] <akira01> I will make some rm in other dir because there packages in community
[2021-12-30T00:57:31Z] <akira01> Will when i fish to port opencolorio and openimagio
[2021-12-30T00:58:35Z] <akira01> Finish*
[2021-12-30T00:59:20Z] <akira01> Will try to test blender to see if i can package too
[2021-12-30T02:58:12Z] <acheam> https://l.armaanb.net/Capture.PNG
[2021-12-30T02:58:13Z] <acheam> hmmmmmmmm
[2021-12-30T02:59:30Z] <phoebos> lmao
[2021-12-30T02:59:40Z] <phoebos> what does it even mean for workflow to be key
[2021-12-30T03:00:32Z] <acheam> hah I didnt even see that
[2021-12-30T03:33:59Z] <noocsharp> keep it swollen... stupid
[2021-12-30T03:34:24Z] <noocsharp> or keep it swelling stupid
[2021-12-30T03:42:05Z] <acheam> keep it super sucky
[2021-12-30T03:46:39Z] <noocsharp> i'd probably use mint over fedora tbh
[2021-12-30T03:48:08Z] <acheam> but muh kool desktop environment
[2021-12-30T03:48:28Z] <acheam> mint is my go-to reccomendation for newbies
[2021-12-30T03:49:08Z] <acheam> unless I know they'd like KDE, in which case its Fedora/KDE, or as I've recently taken to calling it, Fedora + KDE
[2021-12-30T03:54:14Z] <noocsharp> KDE + Fedora + GNU + Linux
[2021-12-30T03:55:09Z] <noocsharp> i run XFCE + Arch + GNU + Linux btw
[2021-12-30T05:22:02Z] <testuser[m]> Hi
[2021-12-30T06:13:26Z] <testuser[m]> https://www.phoronix.com/scan.php?page=news_item&px=GCC-12-Mold-Linker
[2021-12-30T06:13:27Z] <testuser[m]> Bruh
[2021-12-30T06:13:31Z] <testuser[m]> Just allow setting -fuse-ld to anything
[2021-12-30T14:10:38Z] <omanom> has anyone used terraform or a similar tool to install kiss?
[2021-12-30T16:51:43Z] <acheam> omanom: no but I can't imagine that it would be too too hard? You'd just need to stay in the chroot longer and not reboot until all setup is done
[2021-12-30T16:56:09Z] <omanom> well it was getting to the chroot point that i was curious about
[2021-12-30T16:56:55Z] <acheam> You can write the commands you need as a shell script and then run "chroot dir script"
[2021-12-30T16:57:17Z] <acheam> chroot can run any program, it just defaults to shell
[2021-12-30T16:57:22Z] <omanom> and just pass that shell script along to the provisioning tool i guess?
[2021-12-30T16:57:28Z] <acheam> sure
[2021-12-30T16:57:39Z] <omanom> plus the installation tarball
[2021-12-30T16:57:41Z] <acheam> you could probably also pipe into the chroot command but thats messy
[2021-12-30T16:57:44Z] <acheam> ye
[2021-12-30T17:00:13Z] <omanom> my goal is a reproducible install without me having to manually go through all the different steps (assuming same hardware and stuff so kernel config wouldn't change)
[2021-12-30T17:01:20Z] <omanom> for kiss linux, this involves all the steps prior to the chroot
[2021-12-30T18:09:58Z] <Sarkic> Hello
[2021-12-30T18:10:31Z] <acheam> hello
[2021-12-30T18:14:04Z] <Sarkic> Sorry I got disconnected for a second
[2021-12-30T18:18:16Z] <Sarkic> It keeps disconnecting me
[2021-12-30T18:18:49Z] <acheam> I think the webchat does that if you tab away or something
[2021-12-30T18:18:52Z] <acheam> it doesnt show up on this end
[2021-12-30T18:19:00Z] <acheam> try http://web.libera.chat/gamja
[2021-12-30T18:19:07Z] <Sarkic> Anyway, I'm trying to build a 5.15.12 kernel in Kiss linux with make but it fails to compile
[2021-12-30T18:19:12Z] <Sarkic> with default config
[2021-12-30T18:19:17Z] <Sarkic> what's gamja?
[2021-12-30T18:19:27Z] <acheam> another web client libera hosts
[2021-12-30T18:19:38Z] <acheam> post logs please
[2021-12-30T18:19:57Z] <Sarkic> Where do I find make logs?
[2021-12-30T18:21:14Z] <acheam> make 2>&1 | tee -a logfile
[2021-12-30T18:21:32Z] <acheam> then upload that to 0x0.st or similar
[2021-12-30T18:21:38Z] <Sarkic> What does the 2>&1 mean?
[2021-12-30T18:22:23Z] <acheam> it redirects stderr to stdout so it gets piped into tee
[2021-12-30T18:22:34Z] <Sarkic> oh right
[2021-12-30T18:24:40Z] <Sarkic> how would I upload to 0x0.st
[2021-12-30T18:25:58Z] <acheam>     curl -F'file=@logfile' https://0x0.st
[2021-12-30T18:26:18Z] <Sarkic55> https://pastebin.com/1nZrJgBe
[2021-12-30T18:26:27Z] <Sarkic55> I joined from my computer
[2021-12-30T18:30:00Z] <acheam> this is with `make defconfig`?
[2021-12-30T18:30:04Z] <Sarkic55> Yeah it is
[2021-12-30T18:30:34Z] <Sarkic55> Thats why Im super confused
[2021-12-30T18:36:03Z] <acheam> looks to be a somewhat common problem 
[2021-12-30T18:36:15Z] <Sarkic55> Does it?
[2021-12-30T18:36:38Z] <acheam> https://bugs.gentoo.org/791364
[2021-12-30T18:36:56Z] <testuser[m]> Sarkic: the fix is in the install wiki
[2021-12-30T18:37:25Z] <acheam> https://kisslinux.org/install#024
[2021-12-30T18:38:11Z] <acheam> weird that dylan removed sed -i usage in the install guide given that the busybox sed has -i and thats what a newly-chrooted install would have
[2021-12-30T18:38:14Z] <acheam> I guess consistency is good
[2021-12-30T18:38:27Z] <Sarkic55> Oh that thing, I tried to run it but the command is hard to read lol
[2021-12-30T18:38:35Z] <testuser[m]> Bruh
[2021-12-30T18:38:43Z] <Sarkic55> I think I got it wrong
[2021-12-30T18:39:22Z] <acheam> you can also just manually do it... vi tools/objtool/arch/x86/decode.c and add the line
[2021-12-30T18:39:32Z] <acheam> #include <linux/stddef.h>
[2021-12-30T18:41:33Z] <noocsharp> "Mold's insane performance is attributed to faster algorithms and efficient data structures"
[2021-12-30T18:41:39Z] <Sarkic55> alright, apparently I had a space in the wrong place the first time
[2021-12-30T18:42:09Z] <Sarkic55> nope same thing im gonna do it manually LOL
[2021-12-30T18:46:09Z] <noocsharp> the fact that it takes gold a minute to link chromium is embarrassing
[2021-12-30T18:47:11Z] <Sarkic55> Alright! Compiling as normal now, thank you so much acheam, I appreciate it a lot :DD
[2021-12-30T18:47:40Z] <acheam> np
[2021-12-30T18:48:42Z] <Sarkic55> I'm gonna head out now, trying to spare all the ram I have :p
[2021-12-30T18:56:06Z] <testuser[m]> noocsharp: embarrassing for poogle devs or for gnoo devs?
[2021-12-30T19:01:00Z] <jgart> Is doas installed by default on any distros?
[2021-12-30T19:05:32Z] <acheam> alpine
[2021-12-30T19:11:17Z] <noocsharp> gnoo
[2021-12-30T19:11:35Z] <noocsharp> and i guess that it's also embarrassing for llvm devs how much faster mold is
[2021-12-30T19:12:28Z] <testuser[m]> But mold guy wrote lld so
[2021-12-30T19:13:44Z] <noocsharp> like llvm, i'm sure lld has grown fatter and slower over time
[2021-12-30T19:45:18Z] <Sarkic> Heyo I'm back
[2021-12-30T19:46:03Z] <Sarkic> I'm trying to install grub, but it says it is trying to install for efi but im doing dos
[2021-12-30T19:46:31Z] <Sarkic> Wait my livecd might be booted as uefi
[2021-12-30T19:46:41Z] <Sarkic> Do I have to restart my install?
[2021-12-30T20:00:14Z] <jstn> specifying the right target for grub should suffice `grub-install --target=i386-pc /dev/sdX`
[2021-12-30T22:21:39Z] <Guest59> Installed first time, got a successful boot to login prompt but get `bad salt` error when logging in as root. Anyone seen this before?
[2021-12-30T22:33:39Z] <acheam> looking into the busybox src for it
[2021-12-30T22:34:05Z] <acheam> so you can get "bad salt" if the salt is empty or only 1 character long
[2021-12-30T22:34:40Z] <acheam> you set a password for root with passwd right?