💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2022-01-24.txt captured on 2024-06-16 at 13:37:57.

View Raw

More Information

⬅️ Previous capture (2022-03-01)

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

[2022-01-24T02:37:54Z] <testuser[m]> Hi
[2022-01-24T03:47:56Z] <acheam> hi
[2022-01-24T06:26:02Z] <compstudy> @bibliocar_ I'm not sure exactly what I've done differently but I've got the kernel booting now...
[2022-01-24T06:27:04Z] <compstudy> Read through this: http://files.kroah.com/lkn/lkn_pdf/ch07.pdf
[2022-01-24T06:28:33Z] <compstudy> Also read through this which may have solved it: https://www.linuxfromscratch.org/blfs/view/11.0/postlfs/grub-setup.html#uefi-kernel
[2022-01-24T06:29:33Z] <dilyn> that book is pretty neat :o
[2022-01-24T06:29:56Z] <compstudy> yeah ikr
[2022-01-24T06:31:25Z] <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
[2022-01-24T06:33:30Z] <compstudy> question for anyone re: the repos
[2022-01-24T06:33:46Z] <compstudy> "ERROR xkeyboard-config Failed to download https://alpine.global.ssl.fastly.net/alpine/edge/main/x86_64/libx11-1.7.2-r0.apk"
[2022-01-24T06:34:33Z] <compstudy> what's the best way of fixing this issue? I'm assuming the source is no longer available?
[2022-01-24T06:35:10Z] <compstudy> trying to build/install sway from the wayland repo
[2022-01-24T06:37:23Z] <testuser[m]> http://0x0.st/oowR.tar
[2022-01-24T06:37:50Z] <testuser[m]> extract to ~/.cache/kiss/sources and verify checksums
[2022-01-24T06:38:16Z] <compstudy> thanks!
[2022-01-24T06:53:53Z] <testuser[m]> https://nitter.snopyta.org/moyix/status/1485437264603852807
[2022-01-24T06:54:09Z] <testuser[m]> bruh
[2022-01-24T07:25:59Z] <bibliocar> Yay, I'm glad to hear it.
[2022-01-24T12:55:21Z] <illiliti> is there an editorconfig implementation that doesn't require cmake?
[2022-01-24T12:55:56Z] <testuser[m]> what
[2022-01-24T12:55:56Z] <testuser[m]> isnt editorconfig a file
[2022-01-24T12:56:20Z] <illiliti> https://github.com/editorconfig/editorconfig-core-c
[2022-01-24T12:57:13Z] <testuser[m]> just `cc src/*.c` it?
[2022-01-24T12:57:15Z] <testuser[m]> seems small enough
[2022-01-24T13:06:12Z] <illiliti> not that simple
[2022-01-24T13:08:09Z] <testuser[m]> hmm
[2022-01-24T13:08:29Z] <testuser[m]> what do u need it for btw? heard of editorconfig but never saw anyone adopt it
[2022-01-24T13:10:05Z] <illiliti> just wanted to try it and realized it requires cmake. there's also a go implementation, but go is no go for me
[2022-01-24T13:10:59Z] <illiliti> well, looks like i have to hack this to drop cmake dep
[2022-01-24T14:04:49Z] <Anonymouz> Hi
[2022-01-24T14:07:05Z] <illiliti> hi
[2022-01-24T14:07:16Z] <Anonymouz> When I updated the openssl package (installing gkisslinux), it failed
[2022-01-24T14:07:19Z] <Anonymouz> https://0x0.st/ooY8.png
[2022-01-24T14:07:23Z] <Anonymouz> Please tell me what I'm doing wrong?
[2022-01-24T14:09:59Z] <illiliti> well your system is messed up because curl is dynamically linked against openssl
[2022-01-24T14:10:43Z] <illiliti> testuser[m]: 
[2022-01-24T14:13:18Z] <illiliti> Anonymouz: try to downgrade openssl
[2022-01-24T14:13:42Z] <Anonymouz> Okay, I'll try it now
[2022-01-24T14:17:33Z] <illiliti> https://github.com/gkisslinux/grepo/commit/d4e272e538c05853b54f6886e03e6f5440ad4af4
[2022-01-24T14:17:37Z] <illiliti> hmm
[2022-01-24T14:17:44Z] <illiliti> not good
[2022-01-24T14:18:21Z] <illiliti> curl *must* be statically linked because it is essential component of the system
[2022-01-24T14:18:37Z] <testuser[m]> glibc vro
[2022-01-24T14:18:50Z] <testuser[m]> It requires shared libs at runtime
[2022-01-24T14:19:29Z] <testuser[m]> So it wouldn't work either way i think
[2022-01-24T14:19:35Z] <dilyn> busybox in gkiss comes with wget, no?
[2022-01-24T14:19:52Z] <testuser[m]> Its same as normal kiss has
[2022-01-24T14:20:01Z] <illiliti> does it work with https?
[2022-01-24T14:20:11Z] <dilyn> pretty sure
[2022-01-24T14:20:12Z] <testuser[m]> Anonymouz: just rebuild curl
[2022-01-24T14:20:17Z] <dilyn> toybox's doesn't but busybox's should
[2022-01-24T14:20:25Z] <testuser[m]> The post install script was for downloading new certs
[2022-01-24T14:21:33Z] <testuser[m]> That invokes curl so it failed
[2022-01-24T14:21:38Z] <testuser[m]> But openssl was installed
[2022-01-24T14:22:22Z] <testuser[m]> Also worst case if u don't have the curl tarball, download it with netcat
[2022-01-24T14:25:55Z] <Anonymouz> Thank you so much, it worked
[2022-01-24T14:26:16Z] <testuser[m]> nice
[2022-01-24T14:26:30Z] <Anonymouz> I downgraded openssl, upgraded curl, upgraded openssl and that's it
[2022-01-24T14:26:49Z] <testuser[m]> wouldnt u have the same problem though that way
[2022-01-24T14:26:54Z] <testuser[m]> cuz curl was built against old openssl
[2022-01-24T14:27:20Z] <Anonymouz> Seems to be working
[2022-01-24T14:27:34Z] <testuser[m]> kiss l openssl says 3.0.0?
[2022-01-24T14:27:58Z] <Anonymouz> Yes
[2022-01-24T14:28:08Z] <Anonymouz> 3.0.0.0 7
[2022-01-24T14:28:13Z] <Anonymouz> ;)
[2022-01-24T14:28:21Z] <illiliti> run ldd /bin/curl
[2022-01-24T14:29:17Z] <Anonymouz> https://0x0.st/ooYM.txt
[2022-01-24T14:29:48Z] <testuser[m]> wat
[2022-01-24T14:29:54Z] <testuser[m]> the soname for libssl is .3
[2022-01-24T14:30:20Z] <illiliti> kiss l curl
[2022-01-24T14:30:26Z] <Anonymouz> curl 7.80.0-1
[2022-01-24T14:35:40Z] <illiliti> readlink -f /lib/libssl.so.1.1
[2022-01-24T14:36:38Z] <testuser[m]> readlink -f /lib/libssl.so too
[2022-01-24T14:38:40Z] <Anonymouz> Hmm. For some reason the message is not being sent through web.libera.chat
[2022-01-24T14:38:58Z] <Anonymouz> O
[2022-01-24T14:39:47Z] <Anonymouz> `/usr/lib/libssl.so.1.1`
[2022-01-24T14:39:56Z] <Anonymouz> and readlink -f /lib/libssl.so:
[2022-01-24T14:40:06Z] <Anonymouz> `/usr/lib/libssl.so.3`
[2022-01-24T14:40:41Z] <illiliti> i think kiss preserved /lib/libssl.so.1.1 during upgrade for some reason
[2022-01-24T14:40:41Z] <testuser[m]> bruh
[2022-01-24T14:40:44Z] <testuser[m]> wtf
[2022-01-24T14:40:57Z] <testuser[m]> kiss owns /usr/lib/libssl.so.1.1
[2022-01-24T14:41:48Z] <dilyn> :thinking:
[2022-01-24T14:43:51Z] <Anonymouz> I forgot to write that I updated curl via kiss b curl and downgraded openssl manually, without kiss
[2022-01-24T14:44:34Z] <illiliti> Anonymouz: rebuild curl and reinstall openssl
[2022-01-24T14:45:14Z] <Anonymouz> Nice, the system updated without errors
[2022-01-24T14:45:19Z] <Anonymouz> illiliti: okay
[2022-01-24T14:47:55Z] <Anonymouz> Everything came together without errors, I ran these commands:
[2022-01-24T14:48:01Z] <Anonymouz> `kiss b curl` and `kiss b openssl`
[2022-01-24T14:48:20Z] <Anonymouz> Oh, that translator.....
[2022-01-24T14:48:25Z] <testuser[m]> no
[2022-01-24T14:48:28Z] <testuser[m]> first run kiss b openssl
[2022-01-24T14:48:31Z] <testuser[m]> then do kiss b curl
[2022-01-24T14:48:33Z] <testuser[m]> now do kiss b curl
[2022-01-24T14:48:37Z] <Anonymouz> Ok
[2022-01-24T14:49:33Z] <Anonymouz> Executed, without errors
[2022-01-24T14:49:42Z] <Anonymouz> curl works
[2022-01-24T14:50:36Z] <testuser[m]> ldd /usr/bin/curl
[2022-01-24T14:51:08Z] <Anonymouz> https://0x0.st/ooYW.txt
[2022-01-24T14:51:42Z] <testuser[m]> ok
[2022-01-24T14:51:44Z] <testuser[m]> rm /usr/lib/libssl.so.1.1
[2022-01-24T14:52:26Z] <testuser[m]> u got residue in ur system
[2022-01-24T14:52:29Z] <testuser[m]> of old openssl
[2022-01-24T14:52:36Z] <Anonymouz> Thank you, I will now continue to install, hopefully the sway will work :)
[2022-01-24T14:53:14Z] <Anonymouz> testuser[m]: a
[2022-01-24T14:57:04Z] <illiliti> testuser[m]: consider adding help message to post-install about how to recover from these errors
[2022-01-24T14:57:58Z] <testuser[m]> ok
[2022-01-24T16:38:06Z] <illiliti> https://anticapitalist.software/
[2022-01-24T16:38:18Z] <illiliti> we need pro-capitalist license that would force corporations to pay
[2022-01-24T16:52:33Z] <dilyn> brb relicensing all my stuff
[2022-01-24T16:53:17Z] <illiliti> xd
[2022-01-24T16:58:42Z] <illiliti> https://plusnigger.autism.exposed/
[2022-01-24T18:31:29Z] <Anonymouz> Hmm. There seems to be a broken link to pigz in the kisslinux repository:
[2022-01-24T18:31:34Z] <Anonymouz> https://zlib.net/pigz/pigz-2.6.tar.gz
[2022-01-24T19:03:37Z] <dilyn> that link probably only points to the latest release and the older versions are archived somewhere else
[2022-01-24T19:04:19Z] <dilyn> dylan has over a hundred commits in the last week but *only* to private repositories. what is this mad lad doing...
[2022-01-24T19:06:38Z] <testuser[m]> Soon
[2022-01-24T19:17:48Z] <dilyn> tm