00:51
Jason123santaOnI has quit [Read error: Connection reset by peer]
01:52
progenyx has quit [Quit: progenyx]
02:46
j0hnny has quit [K-Lined]
02:50
j0hnny has joined #kisslinux
02:52
vlpn is now known as vulpine
03:05
an3223 has quit [Remote host closed the connection]
03:05
an3223 has joined #kisslinux
06:24
compstudy has joined #kisslinux
06:26
<
compstudy >
@bibliocar_ I'm not sure exactly what I've done differently but I've got the kernel booting now...
06:29
<
dilyn >
that book is pretty neat :o
06:29
<
compstudy >
yeah ikr
06:31
<
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
06:33
<
compstudy >
question for anyone re: the repos
06:34
<
compstudy >
what's the best way of fixing this issue? I'm assuming the source is no longer available?
06:35
<
compstudy >
trying to build/install sway from the wayland repo
06:37
<
testuser[m] >
extract to ~/.cache/kiss/sources and verify checksums
06:38
<
compstudy >
thanks!
06:53
chadwb[m] has quit [Quit: Client limit exceeded: 20000]
07:24
bibliocar has joined #kisslinux
07:25
<
bibliocar >
Yay, I'm glad to hear it.
07:26
chadwb[m] has joined #kisslinux
07:26
bibliocar has quit [Client Quit]
07:30
compstudy has quit [Ping timeout: 256 seconds]
10:13
compstudy has joined #kisslinux
10:34
compstudy has quit [Ping timeout: 256 seconds]
11:10
progenyx has joined #kisslinux
12:38
compstudy has joined #kisslinux
12:50
illiliti has joined #kisslinux
12:55
<
illiliti >
is there an editorconfig implementation that doesn't require cmake?
12:55
<
testuser[m] >
isnt editorconfig a file
12:57
<
testuser[m] >
just `cc src/*.c` it?
12:57
<
testuser[m] >
seems small enough
13:06
<
illiliti >
not that simple
13:08
<
testuser[m] >
what do u need it for btw? heard of editorconfig but never saw anyone adopt it
13:10
<
illiliti >
just wanted to try it and realized it requires cmake. there's also a go implementation, but go is no go for me
13:10
<
illiliti >
well, looks like i have to hack this to drop cmake dep
13:37
an3223 has quit [Ping timeout: 276 seconds]
13:38
an3223 has joined #kisslinux
13:50
compstudy has quit [Remote host closed the connection]
13:50
compstudy has joined #kisslinux
14:04
Anonymouz has joined #kisslinux
14:07
<
Anonymouz >
When I updated the openssl package (installing gkisslinux), it failed
14:07
<
Anonymouz >
Please tell me what I'm doing wrong?
14:10
<
illiliti >
well your system is messed up because curl is dynamically linked against openssl
14:10
<
illiliti >
testuser[m]:
14:13
<
illiliti >
Anonymouz: try to downgrade openssl
14:13
<
Anonymouz >
Okay, I'll try it now
14:17
<
illiliti >
not good
14:18
<
illiliti >
curl
*must* be statically linked because it is essential component of the system
14:18
<
testuser[m] >
glibc vro
14:18
<
testuser[m] >
It requires shared libs at runtime
14:19
<
testuser[m] >
So it wouldn't work either way i think
14:19
<
dilyn >
busybox in gkiss comes with wget, no?
14:19
<
testuser[m] >
Its same as normal kiss has
14:20
<
illiliti >
does it work with https?
14:20
<
dilyn >
pretty sure
14:20
<
testuser[m] >
Anonymouz: just rebuild curl
14:20
<
dilyn >
toybox's doesn't but busybox's should
14:20
<
testuser[m] >
The post install script was for downloading new certs
14:21
<
testuser[m] >
That invokes curl so it failed
14:21
<
testuser[m] >
But openssl was installed
14:22
<
testuser[m] >
Also worst case if u don't have the curl tarball, download it with netcat
14:25
<
Anonymouz >
Thank you so much, it worked
14:26
<
Anonymouz >
I downgraded openssl, upgraded curl, upgraded openssl and that's it
14:26
<
testuser[m] >
wouldnt u have the same problem though that way
14:26
<
testuser[m] >
cuz curl was built against old openssl
14:27
<
Anonymouz >
Seems to be working
14:27
<
testuser[m] >
kiss l openssl says 3.0.0?
14:28
<
Anonymouz >
3.0.0.0 7
14:28
<
illiliti >
run ldd /bin/curl
14:29
compstudy has quit [Ping timeout: 256 seconds]
14:29
<
testuser[m] >
the soname for libssl is .3
14:30
<
illiliti >
kiss l curl
14:30
<
Anonymouz >
curl 7.80.0-1
14:35
<
illiliti >
readlink -f /lib/libssl.so.1.1
14:36
<
testuser[m] >
readlink -f /lib/libssl.so too
14:37
Anonymouz has quit [Quit: Client closed]
14:37
Anonymouz has joined #kisslinux
14:38
<
Anonymouz >
Hmm. For some reason the message is not being sent through web.libera.chat
14:39
<
Anonymouz >
`/usr/lib/libssl.so.1.1`
14:39
<
Anonymouz >
and readlink -f /lib/libssl.so:
14:40
<
Anonymouz >
`/usr/lib/libssl.so.3`
14:40
<
illiliti >
i think kiss preserved /lib/libssl.so.1.1 during upgrade for some reason
14:40
<
testuser[m] >
kiss owns /usr/lib/libssl.so.1.1
14:43
<
Anonymouz >
I forgot to write that I updated curl via kiss b curl and downgraded openssl manually, without kiss
14:44
<
illiliti >
Anonymouz: rebuild curl and reinstall openssl
14:45
<
Anonymouz >
Nice, the system updated without errors
14:45
<
Anonymouz >
illiliti: okay
14:47
<
Anonymouz >
Everything came together without errors, I ran these commands:
14:48
<
Anonymouz >
`kiss b curl` and `kiss b openssl`
14:48
<
Anonymouz >
Oh, that translator.....
14:48
<
testuser[m] >
first run kiss b openssl
14:48
<
testuser[m] >
then do kiss b curl
14:48
<
testuser[m] >
now do kiss b curl
14:49
<
Anonymouz >
Executed, without errors
14:49
<
Anonymouz >
curl works
14:50
<
testuser[m] >
ldd /usr/bin/curl
14:51
<
testuser[m] >
rm /usr/lib/libssl.so.1.1
14:52
<
testuser[m] >
u got residue in ur system
14:52
<
testuser[m] >
of old openssl
14:52
<
Anonymouz >
Thank you, I will now continue to install, hopefully the sway will work :)
14:53
<
Anonymouz >
testuser[m]: a
14:57
<
illiliti >
testuser[m]: consider adding help message to post-install about how to recover from these errors
15:17
ella-0 has joined #kisslinux
15:18
ella-0_ has quit [Ping timeout: 240 seconds]
15:59
progenyx has quit [Quit: progenyx]
16:04
Anonymouz has quit [Quit: Client closed]
16:38
<
illiliti >
we need pro-capitalist license that would force corporations to pay
16:52
<
dilyn >
brb relicensing all my stuff
17:19
progenyx has joined #kisslinux
18:29
Anonymouz has joined #kisslinux
18:31
<
Anonymouz >
Hmm. There seems to be a broken link to pigz in the kisslinux repository:
18:34
Anonymouz has quit [Client Quit]
19:03
<
dilyn >
that link probably only points to the latest release and the older versions are archived somewhere else
19:04
<
dilyn >
dylan has over a hundred commits in the last week but
*only* to private repositories. what is this mad lad doing...
19:27
mahmutov_ has joined #kisslinux
19:54
illiliti has quit [Quit: leaving]
20:51
mahmutov_ has quit [Ping timeout: 256 seconds]
20:51
mahmutov_ has joined #kisslinux
21:14
mahmutov_ has quit [Ping timeout: 250 seconds]