phoebos changed the topic of #kisslinux to: Unofficial KISS Linux community channel | https://kisscommunity.bvnf.space | post logs or else | song of the day https://yewtu.be/watch?v=S81bNIK4MaE
avs_origami has joined #kisslinux
<midfavila> hmm
<midfavila> for my little hobby distro using `pm` i might separate docs, bins, and headers...
<midfavila> so like, user and admin docs go with bins, but then specs and header details and such go with headers
<midfavila> or maybe a dedicated doc package idk
<midfavila> oh huh
<midfavila> apparently fuchsia uses sbase
<riteo> oh that's interesting
<riteo> re separating packages: if the package system allows it, I'd go for them
<midfavila> yeah no reason it wouldn't. `pm` packs are really simple
<riteo> tbf I've been wondering of a pretty way of handling them in my dream distro
<midfavila> also lets me put a lot of gnu implementations of tools into extra packs
<midfavila> replace the core ones with simpler alternatives
<midfavila> like qm4 instead of gm4
<riteo> headsup, liburing's sources don't work anymore
<riteo> like, cgit complains that tar.gz's are not supported???
<riteo> so I had to fork and switch to native git sources
<riteo> as in, git+whatever
<midfavila> rip
<midfavila> ngl im probably gonna pivot away from using git to manage repos
<midfavila> at least on the user side
<midfavila> anyone here know if suckless' tar is still busted on large tarchives?
<midfavila> reminds me to try and patch pm(1) to support compress(1)...
zlg has quit [Ping timeout: 245 seconds]
avs_origami has quit [Remote host closed the connection]
op_4 has quit [Remote host closed the connection]
op_4 has joined #kisslinux
pbsds3 has quit [Quit: The Lounge - https://thelounge.chat]
pbsds3 has joined #kisslinux
fitrh has joined #kisslinux
fitrh has quit [Remote host closed the connection]
fitrh has joined #kisslinux
fitrh has quit [Remote host closed the connection]
fultilt has quit [Quit: Leaving]
<vova> midfavila: what you will switch to, to manage repos ?
<vova> honestly quite sad to admit this but, if the kiss package manager was written in bash it'd have been cleaner (`local` variables)
so has quit [Remote host closed the connection]
so has joined #kisslinux
avs_origami has joined #kisslinux
<sad_plan> vova: his own. but he has to make it first though. pm doesnt have any repos, besides z3bras, which uses mk. they also havent been updated in a really long time now, so theyd probably need some package bumps.
<vova> hmm
<vova> why does busybox from kiss doesn't include udhcpd ?
<vova> also what do you use for configuring interfaces ?
<vova> (I know jack shit about networking) I'm used to /etc/network/interfaces on alpine
<vova> I guess I can create a file /etc/rc.d/interfaces.boot and put something like `ip link set eth0 up && dhcpcd eth0` in it
cem has joined #kisslinux
<ukky> vova: if you use dhcpcd, then you don't need `ip link set eth0 up`. My /etc/runit/sv/run has this: exec /sbin/dhcpcd -B -4 -t 0 -M
<ukky> You might need to adjust /etc/dhcpcd/dhcpcd.conf
<vova> Thanks !
<ukky> you are welcome
avs_origami has quit [Remote host closed the connection]
<sewn> vova: bash? really?
<sewn> just say busybox ash (has local)
<sewn> alternatively: sdhcp (rejected from upstream because dhcpcd)
<vova> I know but
<vova> idk
<vova> anyone successfully compiled river for kiss ?
<vova> I get a segfault...
<vova> sewn: I know you tried to do it back in the days, any success ?
<sewn> when i was using kiss i was a dwl fan
<sewn> segfault.. any logs..
<vova> Sad
<vova> everything is working perfectly except river...
<vova> I guess I'll just take the bin from alpine for it
fultilt has joined #kisslinux
<sewn> vova: remember, you still didnt send any logs
<sewn> or make any bug report
<sewn> just "oh no its broken"
<vova> I did 2 years ago
<vova> but at that time I did a dirty switch from musl to glibc so I thought that was the issue
<vova> turns out it was not
<vova> guess I'll just make a new issue tomorrow
<sewn> i dont remember having this issue
<sewn> which i abruptly closed cuz i was tired of zig
<sewn> definitely will be a problem again if i do get back into kiss
<sewn> lmk how it goes
<vova> also
<vova> wasn't zig in the community repo back in the days ?
<vova> now there's only zig-bin
<vova> why
so has quit [Remote host closed the connection]
so has joined #kisslinux