<midfavila>
you know, recently i've been thinking about how nice it would be to have a modernized take on "The UNIX Programming Environment"
<midfavila>
but in many ways it's difficult to imagine what it would expand upon, aside from updating stuff about directories
<midfavila>
maybe provide an intro to sockets, X/Wayland, etc
<midfavila>
brief intro to POSIX using its equivalents of kernel system calls
<midfavila>
that kinda thing
<Torr>
How much Pdp11 was in Unix back when this was released, eh.
<Torr>
And how much still there...
<midfavila>
i don't think there was much if any when it was released
<midfavila>
pretty sure research iii or iv was around the time the entire kernel was C
<midfavila>
might be wrong though
<midfavila>
...heh, i might print myself an "Ed, man! !man ed" t-shirt at some point
<midfavila>
that would be kinda funny
<phoebos>
lol
phinxy has quit [Quit: WeeChat 3.5-dev]
phinxy has joined #kisslinux
Torr has quit [Quit: leaving]
<wael[m]>
Hi
<testuser[m]>
Hi
trunc88 has quit [Quit: reboot]
<virutalmachineus>
Hi
trunc88 has joined #kisslinux
<wael[m]>
illiliti: btw the pr doesnt work with lzma or bzip2 or xz
<wael[m]>
they are still single-threadeed
<wael[m]>
testuser: is verbose building commands needed? for example when manually extracting or copying files is verbosity preferred
<testuser[m]>
no
<wael[m]>
how come? wouldn't it be more transparent that way
fitrh has joined #kisslinux
<testuser[m]>
It's irrelevant most of the times
<testuser[m]>
Except debuggin
chomwitt has joined #kisslinux
aelspire has joined #kisslinux
<aelspire>
Hi, I'm playing with automatic kernel module loading via mdevd rule like in mdev-like-a-boss. I've added line with modrpobe to /etc/mdev.conf and /etc/mdevd.conf and noticed that nothing is loaded untill I add "-C" flag to mdevd/run somehow "mdevd-coldplug" in /lib/init/rc.boot looks like doing something (I've changed modprobe to echo to see what is happening) but it's not loading required modules somehow?
<aelspire>
I've tried changing "mdevd-coldplug" to "-C" flag in /lib/init/rc.boot but it didn't helped
<aelspire>
but "-C" flag in mdevd/run service's file works
<aelspire>
Any ideas what I'm doing wrong?
<testuser[m]>
illiliti:
<aelspire>
more info: I've sound "card" that require sof-firmware and wanted to load required modules after boot so kernel will grab fw from /lib/firmware
<aelspire>
ok, I probably found cause
<aelspire>
mdevd is killed too quicky in rc script
<aelspire>
I've added slepp 10 after mdevd-coldplug and now lsmod shows modules
<aelspire>
but this is not solution, from what I see mdevd-coldplug has -o option for synchronous coldbplug
<aelspire>
but I'm still investigating how to use it
fitrh has quit [Read error: Connection reset by peer]
<aelspire>
using "-O 4" as flag for both mdevd and mdevd-coldplug works