ChanServ changed the topic of #kisslinux to: Unnofficial KISS Linux community channel | https://kisscommunity.org | post logs or else | song of the day: http://yewtu.be/M0SnXBV1LJA
Jason123santaOnI has quit [Read error: Connection reset by peer]
progenyx has quit [Quit: progenyx]
<testuser[m]> Hi
j0hnny has quit [K-Lined]
j0hnny has joined #kisslinux
vlpn is now known as vulpine
an3223 has quit [Remote host closed the connection]
an3223 has joined #kisslinux
<acheam> hi
compstudy has joined #kisslinux
<compstudy> @bibliocar_ I'm not sure exactly what I've done differently but I've got the kernel booting now...
<compstudy> Read through this: http://files.kroah.com/lkn/lkn_pdf/ch07.pdf
<compstudy> Also read through this which may have solved it: https://www.linuxfromscratch.org/blfs/view/11.0/postlfs/grub-setup.html#uefi-kernel
<dilyn> that book is pretty neat :o
<compstudy> yeah ikr
<compstudy> had no idea what I was doing before reading this stuff... originally followed a youtube tutorial for kiss which just said to use make localyesconfig until there's no errors
<compstudy> question for anyone re: the repos
<compstudy> "ERROR xkeyboard-config Failed to download https://alpine.global.ssl.fastly.net/alpine/edge/main/x86_64/libx11-1.7.2-r0.apk"
<compstudy> what's the best way of fixing this issue? I'm assuming the source is no longer available?
<compstudy> trying to build/install sway from the wayland repo
<testuser[m]> extract to ~/.cache/kiss/sources and verify checksums
<compstudy> thanks!
chadwb[m] has quit [Quit: Client limit exceeded: 20000]
<testuser[m]> bruh
bibliocar has joined #kisslinux
<bibliocar> Yay, I'm glad to hear it.
chadwb[m] has joined #kisslinux
bibliocar has quit [Client Quit]
compstudy has quit [Ping timeout: 256 seconds]
compstudy has joined #kisslinux
compstudy has quit [Ping timeout: 256 seconds]
progenyx has joined #kisslinux
compstudy has joined #kisslinux
illiliti has joined #kisslinux
<illiliti> is there an editorconfig implementation that doesn't require cmake?
<testuser[m]> what
<testuser[m]> isnt editorconfig a file
<testuser[m]> just `cc src/*.c` it?
<testuser[m]> seems small enough
<illiliti> not that simple
<testuser[m]> hmm
<testuser[m]> what do u need it for btw? heard of editorconfig but never saw anyone adopt it
<illiliti> just wanted to try it and realized it requires cmake. there's also a go implementation, but go is no go for me
<illiliti> well, looks like i have to hack this to drop cmake dep
an3223 has quit [Ping timeout: 276 seconds]
an3223 has joined #kisslinux
compstudy has quit [Remote host closed the connection]
compstudy has joined #kisslinux
Anonymouz has joined #kisslinux
<Anonymouz> Hi
<illiliti> hi
<Anonymouz> When I updated the openssl package (installing gkisslinux), it failed
<Anonymouz> Please tell me what I'm doing wrong?
<illiliti> well your system is messed up because curl is dynamically linked against openssl
<illiliti> testuser[m]:
<illiliti> Anonymouz: try to downgrade openssl
<Anonymouz> Okay, I'll try it now
<illiliti> hmm
<illiliti> not good
<illiliti> curl *must* be statically linked because it is essential component of the system
<testuser[m]> glibc vro
<testuser[m]> It requires shared libs at runtime
<testuser[m]> So it wouldn't work either way i think
<dilyn> busybox in gkiss comes with wget, no?
<testuser[m]> Its same as normal kiss has
<illiliti> does it work with https?
<dilyn> pretty sure
<testuser[m]> Anonymouz: just rebuild curl
<dilyn> toybox's doesn't but busybox's should
<testuser[m]> The post install script was for downloading new certs
<testuser[m]> That invokes curl so it failed
<testuser[m]> But openssl was installed
<testuser[m]> Also worst case if u don't have the curl tarball, download it with netcat
<Anonymouz> Thank you so much, it worked
<testuser[m]> nice
<Anonymouz> I downgraded openssl, upgraded curl, upgraded openssl and that's it
<testuser[m]> wouldnt u have the same problem though that way
<testuser[m]> cuz curl was built against old openssl
<Anonymouz> Seems to be working
<testuser[m]> kiss l openssl says 3.0.0?
<Anonymouz> Yes
<Anonymouz> 3.0.0.0 7
<Anonymouz> ;)
<illiliti> run ldd /bin/curl
compstudy has quit [Ping timeout: 256 seconds]
<testuser[m]> wat
<testuser[m]> the soname for libssl is .3
<illiliti> kiss l curl
<Anonymouz> curl 7.80.0-1
<illiliti> readlink -f /lib/libssl.so.1.1
<testuser[m]> readlink -f /lib/libssl.so too
Anonymouz has quit [Quit: Client closed]
Anonymouz has joined #kisslinux
<Anonymouz> Hmm. For some reason the message is not being sent through web.libera.chat
<Anonymouz> O
<Anonymouz> `/usr/lib/libssl.so.1.1`
<Anonymouz> and readlink -f /lib/libssl.so:
<Anonymouz> `/usr/lib/libssl.so.3`
<illiliti> i think kiss preserved /lib/libssl.so.1.1 during upgrade for some reason
<testuser[m]> bruh
<testuser[m]> wtf
<testuser[m]> kiss owns /usr/lib/libssl.so.1.1
<dilyn> :thinking:
<Anonymouz> I forgot to write that I updated curl via kiss b curl and downgraded openssl manually, without kiss
<illiliti> Anonymouz: rebuild curl and reinstall openssl
<Anonymouz> Nice, the system updated without errors
<Anonymouz> illiliti: okay
<Anonymouz> Everything came together without errors, I ran these commands:
<Anonymouz> `kiss b curl` and `kiss b openssl`
<Anonymouz> Oh, that translator.....
<testuser[m]> no
<testuser[m]> first run kiss b openssl
<testuser[m]> then do kiss b curl
<testuser[m]> now do kiss b curl
<Anonymouz> Ok
<Anonymouz> Executed, without errors
<Anonymouz> curl works
<testuser[m]> ldd /usr/bin/curl
<testuser[m]> ok
<testuser[m]> rm /usr/lib/libssl.so.1.1
<testuser[m]> u got residue in ur system
<testuser[m]> of old openssl
<Anonymouz> Thank you, I will now continue to install, hopefully the sway will work :)
<Anonymouz> testuser[m]: a
<illiliti> testuser[m]: consider adding help message to post-install about how to recover from these errors
<testuser[m]> ok
ella-0 has joined #kisslinux
ella-0_ has quit [Ping timeout: 240 seconds]
progenyx has quit [Quit: progenyx]
Anonymouz has quit [Quit: Client closed]
<illiliti> we need pro-capitalist license that would force corporations to pay
<dilyn> brb relicensing all my stuff
<illiliti> xd
progenyx has joined #kisslinux
Anonymouz has joined #kisslinux
<Anonymouz> Hmm. There seems to be a broken link to pigz in the kisslinux repository:
Anonymouz has quit [Client Quit]
<dilyn> that link probably only points to the latest release and the older versions are archived somewhere else
<dilyn> dylan has over a hundred commits in the last week but *only* to private repositories. what is this mad lad doing...
<testuser[m]> Soon
<dilyn> tm
mahmutov_ has joined #kisslinux
illiliti has quit [Quit: leaving]
mahmutov_ has quit [Ping timeout: 256 seconds]
mahmutov_ has joined #kisslinux
mahmutov_ has quit [Ping timeout: 250 seconds]