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
sad_plan has joined #kisslinux
sad_plan has quit [Quit: nyaa~]
akira01 has joined #kisslinux
<akira01> dilyn: you can merge pulls in graveyard?
<dilyn> sure
<akira01> Can you see the spotifyd pull?
<dilyn> mhm
<dilyn> merged
<akira01> I will make some rm in other dir because there packages in community
<akira01> Will when i fish to port opencolorio and openimagio
<akira01> Finish*
<akira01> Will try to test blender to see if i can package too
dilyn has quit [Quit: Connection closed]
<acheam> hmmmmmmmm
<phoebos> lmao
<phoebos> what does it even mean for workflow to be key
<acheam> hah I didnt even see that
<noocsharp> keep it swollen... stupid
<noocsharp> or keep it swelling stupid
<acheam> keep it super sucky
<noocsharp> i'd probably use mint over fedora tbh
<acheam> but muh kool desktop environment
<acheam> mint is my go-to reccomendation for newbies
<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
mov_eax has joined #kisslinux
<noocsharp> KDE + Fedora + GNU + Linux
<noocsharp> i run XFCE + Arch + GNU + Linux btw
mov_eax has quit [Quit: WeeChat 2.8]
mov_eax has joined #kisslinux
an3223 has quit [Remote host closed the connection]
an3223 has joined #kisslinux
mov_eax has quit [Ping timeout: 252 seconds]
<testuser[m]> Hi
<testuser[m]> Bruh
<testuser[m]> Just allow setting -fuse-ld to anything
Denshi has joined #kisslinux
Denshi has quit [Client Quit]
ejjdhfjsu has joined #kisslinux
ejjdhfjsu has quit [Remote host closed the connection]
soliwilos has quit [Remote host closed the connection]
ella-0_ has joined #kisslinux
ella-0 has quit [Ping timeout: 256 seconds]
<omanom> has anyone used terraform or a similar tool to install kiss?
ella-0 has joined #kisslinux
ella-0- has joined #kisslinux
ella-0_ has quit [Read error: Connection reset by peer]
ella-0 has quit [Ping timeout: 240 seconds]
ella-0 has joined #kisslinux
ella-0- has quit [Ping timeout: 240 seconds]
ella-0_ has joined #kisslinux
ella-0 has quit [Ping timeout: 256 seconds]
ella-0 has joined #kisslinux
ella-0_ has quit [Read error: Connection reset by peer]
ella-0_ has joined #kisslinux
Nuve has joined #kisslinux
ella-0 has quit [Ping timeout: 256 seconds]
ella-0 has joined #kisslinux
ella-0_ has quit [Ping timeout: 260 seconds]
ella-0_ has joined #kisslinux
ella-0 has quit [Ping timeout: 240 seconds]
ella-0 has joined #kisslinux
ella-0_ has quit [Ping timeout: 240 seconds]
soliwilos has joined #kisslinux
dnv has joined #kisslinux
mahmutov has joined #kisslinux
<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
<omanom> well it was getting to the chroot point that i was curious about
<acheam> You can write the commands you need as a shell script and then run "chroot dir script"
<acheam> chroot can run any program, it just defaults to shell
<omanom> and just pass that shell script along to the provisioning tool i guess?
<acheam> sure
<omanom> plus the installation tarball
<acheam> you could probably also pipe into the chroot command but thats messy
<acheam> ye
<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)
<omanom> for kiss linux, this involves all the steps prior to the chroot
Nuve has left #kisslinux [🥀]
vbt has joined #kisslinux
Sarkic has joined #kisslinux
<Sarkic> Hello
ChanServ changed the topic of #kisslinux to: Unnofficial KISS Linux community channel | https://kisscommunity.org | post logs or else | song of the day: https://vid.puffyan.us/ftmNaxTNex4
<acheam> hello
Sarkic has quit [Client Quit]
Sarkic has joined #kisslinux
<Sarkic> Sorry I got disconnected for a second
Sarkic has quit [Client Quit]
dnv has quit [Quit: dnv]
Sarkic has joined #kisslinux
<Sarkic> It keeps disconnecting me
<acheam> I think the webchat does that if you tab away or something
<acheam> it doesnt show up on this end
<Sarkic> Anyway, I'm trying to build a 5.15.12 kernel in Kiss linux with make but it fails to compile
<Sarkic> with default config
<Sarkic> what's gamja?
<acheam> another web client libera hosts
<acheam> post logs please
<Sarkic> Where do I find make logs?
<acheam> make 2>&1 | tee -a logfile
<acheam> then upload that to 0x0.st or similar
<Sarkic> What does the 2>&1 mean?
<acheam> it redirects stderr to stdout so it gets piped into tee
<Sarkic> oh right
<Sarkic> how would I upload to 0x0.st
<acheam> curl -F'file=@logfile' https://0x0.st
Sarkic55 has joined #kisslinux
<Sarkic55> I joined from my computer
<acheam> this is with `make defconfig`?
<Sarkic55> Yeah it is
<Sarkic55> Thats why Im super confused
Sarkic has quit [Ping timeout: 256 seconds]
<acheam> looks to be a somewhat common problem
<Sarkic55> Does it?
<testuser[m]> Sarkic: the fix is in the install wiki
<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
<acheam> I guess consistency is good
<Sarkic55> Oh that thing, I tried to run it but the command is hard to read lol
<testuser[m]> Bruh
<Sarkic55> I think I got it wrong
<acheam> you can also just manually do it... vi tools/objtool/arch/x86/decode.c and add the line
<acheam> #include <linux/stddef.h>
<noocsharp> "Mold's insane performance is attributed to faster algorithms and efficient data structures"
<Sarkic55> alright, apparently I had a space in the wrong place the first time
<Sarkic55> nope same thing im gonna do it manually LOL
<noocsharp> the fact that it takes gold a minute to link chromium is embarrassing
<Sarkic55> Alright! Compiling as normal now, thank you so much acheam, I appreciate it a lot :DD
<acheam> np
<Sarkic55> I'm gonna head out now, trying to spare all the ram I have :p
Sarkic55 has quit [Quit: Client closed]
<testuser[m]> noocsharp: embarrassing for poogle devs or for gnoo devs?
<jgart> Is doas installed by default on any distros?
<acheam> alpine
<noocsharp> gnoo
<noocsharp> and i guess that it's also embarrassing for llvm devs how much faster mold is
<testuser[m]> But mold guy wrote lld so
<noocsharp> like llvm, i'm sure lld has grown fatter and slower over time
Sarkic has joined #kisslinux
<Sarkic> Heyo I'm back
<Sarkic> I'm trying to install grub, but it says it is trying to install for efi but im doing dos
<Sarkic> Wait my livecd might be booted as uefi
<Sarkic> Do I have to restart my install?
akira01 has quit [Ping timeout: 268 seconds]
<jstn> specifying the right target for grub should suffice `grub-install --target=i386-pc /dev/sdX`
Sarkic has quit [Quit: Client closed]
mov_eax has joined #kisslinux
sereg has joined #kisslinux
dnv has joined #kisslinux
dnv has quit [Client Quit]
sereg has quit [Ping timeout: 252 seconds]
Guest59 has joined #kisslinux
mov_eax has quit [Ping timeout: 260 seconds]
mov_eax has joined #kisslinux
<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?
mov_eax has quit [Ping timeout: 240 seconds]
mov_eax has joined #kisslinux
<acheam> looking into the busybox src for it
<acheam> so you can get "bad salt" if the salt is empty or only 1 character long
<acheam> you set a password for root with passwd right?
Guest59 has quit [Ping timeout: 256 seconds]
mahmutov has quit [Ping timeout: 240 seconds]
mov_eax has quit [Ping timeout: 240 seconds]
mov_eax has joined #kisslinux