acheam changed the topic of #kisslinux to: Unnofficial KISS Linux community channel | https://kisscommunity.bvnf.space | post logs or else | song of the day https://vid.puffyan.us/HL_3D4b3UZM
chomwitt has quit [Ping timeout: 268 seconds]
pbsds has quit [Ping timeout: 252 seconds]
pbsds has joined #kisslinux
Torr has quit [Ping timeout: 268 seconds]
Torr has joined #kisslinux
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
<Torr> See ya
Torr has quit [Quit: leaving]
ella-0 has joined #kisslinux
ella-0_ has quit [Read error: Connection reset by peer]
claudia has quit [Remote host closed the connection]
claudia has joined #kisslinux
ehawkvu has quit [Remote host closed the connection]
sad_plan has quit [Quit: nyaa~]
<wael[m]> is there a yt-dlp alternative that isnt in python?
<wael[m]> i don't think i can get yt-dlp because of ModuleNotFoundError: No module named '_ssl
<testuser[m]12> Hi
<wael[m]> o/
chomwitt has joined #kisslinux
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
<Ogromny> Hi
<wael[m]> \o
chomwitt has quit [Ping timeout: 268 seconds]
chomwitt has joined #kisslinux
acheam has quit [Ping timeout: 255 seconds]
acheam has joined #kisslinux
fitrh has joined #kisslinux
phinxy has quit [Quit: WeeChat 3.5-dev]
phinxy has joined #kisslinux
chomwitt has quit [Ping timeout: 268 seconds]
<Ogromny> Does any of you use GKiss and know how to not strip glibc ?
<Ogromny> I need to test a executable with valgrind but valgrind complains about stripped glibc
<testuser[m]12> :>nostrip at start of file
fitrh has quit [Ping timeout: 268 seconds]
<testuser[m]12> Does anyone know how to bootstrap a 32 bit gcc without stealing binaries?
<Ogromny> Ty <3
sad_plan has joined #kisslinux
<sad_plan> wael[m]: did you build python statically? if so, you need a patch for it.
ejjdhfjsu has joined #kisslinux
ejjdhfjsu has quit [Remote host closed the connection]
chomwitt has joined #kisslinux
chomwitt has quit [Ping timeout: 268 seconds]
chomwitt has joined #kisslinux
chomwitt has quit [Remote host closed the connection]
chomwitt has joined #kisslinux
fitrh has joined #kisslinux
chomwitt has quit [Ping timeout: 268 seconds]
rohan has quit [Ping timeout: 268 seconds]
rohan has joined #kisslinux
phinxy has quit [Quit: WeeChat 3.5-dev]
phinxy has joined #kisslinux
fitrh has quit [Quit: fitrh]
sad_plan has quit [Quit: nyaa~]
midfavila has quit [Remote host closed the connection]
midfavila has joined #kisslinux
chomwitt has joined #kisslinux
chomwitt has quit [Ping timeout: 268 seconds]
<wael[m]> no i dont think i have
<wael[m]> testuser: doesnt gcc have bootstrap mode?
<wael[m]> gcc requires 32-bit stub to make 32-bit compiler
<wael[m]> 32-bit stub provided by glibc requires 32-bit compiler
<testuser[m]12> wael: i don't think that would work for multilib
<wael[m]> well what is possible to do then
<testuser[m]12> That's what i asked
<wael[m]> hmmmmmmmmmm
<testuser[m]12> Ok
<testuser[m]12> U can build a cross compiler without having bin for that arch
sad_plan has joined #kisslinux
<sad_plan> wael[m]: did you do anything in particular to python? it seems that the ssl module atleast did not load. which yt-dlp depends on
<testuser[m]12> sad_plan: he built with libressl without python patch
<sad_plan> ah, so python just by itself built without ssl
<sad_plan> when he rebuilt with libressl
acheam has quit [Quit: Konversation terminated!]
<sad_plan> else python will be built without ssl module, thus making yt-dlp aswell as other stuff depending on the ssl module stop working
soliwilos_ has joined #kisslinux
soliwilos has quit [Remote host closed the connection]
soliwilos_ is now known as soliwilos
soliwilos has quit [Read error: Connection reset by peer]
soliwilos has joined #kisslinux
<wael[m]> sad_plan: the patch is in place
<wael[m]> already
midfavila has quit [Remote host closed the connection]
midfavila has joined #kisslinux
<testuser[m]12> u didn't apply it then
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
<wael[m]> yep youre right, its not in sources or checksums
<wael[m]> mfw yt-dlp works
<sad_plan> always happy to help C:
ioraff has joined #kisslinux
<rohan> yo
<rohan> kernel 5.19 still need Nash?
<rohan> bash
<illiliti> yeah
<illiliti> maintainer resists to merge patch
chomwitt has joined #kisslinux
<ioraff> I hadn't realized that script really only matters for modules. there's apparently a pretty big performance hit with the patch.
fitrh has joined #kisslinux
<sad_plan> wasnt it a performance benefit with the patch? I seem to recall that someone mentioning that
<sad_plan> or if it was you. cant recall tbh
<ioraff> I thought so, but the build I tested it with didn't have any modules. the maintainer tested it with a default x86_64 config and there's quite a performance hit.
<illiliti> try awk
<illiliti> rewrite script in awk and build with mawk for extra performance points. should be much faster
midfavila has quit [Quit: Leaving.]
fitrh has quit [Quit: fitrh]
midfavila has joined #kisslinux
midfavila has quit [Remote host closed the connection]
midfavila has joined #kisslinux
midfavila has quit [Client Quit]
midfavila has joined #kisslinux
midfavila has quit [Client Quit]
midfavila has joined #kisslinux
<wael[m]> is there dmesg -w in busybox/toybox/ubase ?
<ioraff> not it busybox
<ioraff> in*
<wael[m]> aw what what can I do as a workaround then
<illiliti> cat /proc/kmsg
<illiliti> nvm
<illiliti> it works only once
<wael[m]> tail -f
<wael[m]> yes thank you!
<sad_plan> whats the -w flag for?
<wael[m]> continue reading
<wael[m]> like tail -f
<sad_plan> cant you just.. pipe to less?
<wael[m]> wut
<sad_plan> dmesg | less. and you can read the whole damn thing. if you feel like you need those things that came after you ran dmesg, rerun it
<wael[m]> why do I need to rerun it I want to see it in realtime
<sad_plan> I dunno. I usually use it that way, and it works for me. never really had the need to see it in realtime
sad_plan has quit [Quit: bye]
rohan has quit [Ping timeout: 268 seconds]
chomwitt has quit [Ping timeout: 268 seconds]