<testuser[m]12>
dbus is needed by some flatpaks but most of them should work without it, and those that dont can probably be fooled by making dummy socket
<illiliti>
should be ok then
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
soliwilos has quit [Read error: Connection reset by peer]
soliwilos has joined #kisslinux
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
an3223 has quit [Remote host closed the connection]
<testuser[m]12>
illiliti: what about using dirname of elf interpreter as non-rpath library path?
<testuser[m]12>
Nvm
<testuser[m]12>
$CC $CFLAGS a dummy file that links to required library and ldd gives path lol
soliwilos has quit [Quit: zzz]
vulpine has quit [Read error: Connection reset by peer]
vulpine has joined #kisslinux
soliwilos has joined #kisslinux
<virutalmachineus>
is kiss fsf approved
geekthattweaks has quit [Quit: Connection closed for inactivity]
<midfavila>
no because the FSF has better things to do than review every obscure distro under the sun
<midfavila>
anyway kiss isn't really a distro in the traditional sense
<midfavila>
so it wouldn't make sense for the fsf to have much of an opinion on it
<noocsharp>
you could make a free system using kiss if you have the right hardware
<midfavila>
man, speaking of hardware
<midfavila>
i wish matrox still had open source drivers and firmware
<midfavila>
i only learned they were still around the other day
<midfavila>
ig they sell mainly to businesses now
<midfavila>
they have some pretty awesome aand affordable cards
<midfavila>
s/aand/and/
<midfavila>
heck
sad_plan has joined #kisslinux
<sad_plan>
hi
Denshi has joined #kisslinux
<sad_plan>
what controls the permissions in /dev? is it the kernel? my permissins seems to be completelty borked on my kiss install for some reason...
<sad_plan>
i.e. /dev/null and /dev/urandom and others gives me permission denied for several things
Denshi has quit [Client Quit]
<soliwilos>
sad_plan: It's either your kernel or your dev manager or both? CONFIG_DEVTMPFS and CONFIG_DEVTMPFS_MOUNT
<sad_plan>
hm. I just built mdevd instead, to check. but I too thought about the kernel. lemme check the kernel configs you mentioned
<soliwilos>
An initramfs may do things with /dev as well.
<sad_plan>
I dont use initramfs though
<sad_plan>
theyre all enabled in the kernel
<soliwilos>
I have them enabled as well.
<soliwilos>
There is also CONFIG_DEVTMPFS_SAFE which sets some mount options for the /dev filesystem, mine is disabled.
<sad_plan>
mine is also disabled. I did thought about that one, as I recalled it being added recently
<soliwilos>
I'm using mdevd, though.
<sad_plan>
yeah, as I said, I just built it. Im going to reboot, maybe mdev was the issue.
sad_plan has quit [Quit: brb]
<soliwilos>
Maybe need to look at /etc/mdev.conf
sad_plan has joined #kisslinux
<sad_plan>
nope, didnt work :')
<soliwilos>
Could copy mdev.conf from alpine and try that?
sad_plan has quit [Read error: Connection reset by peer]
<soliwilos>
Though, that one uses some external scripts.
sad_plan has joined #kisslinux
<sad_plan>
laptop froze when trying to launch tinyx. hm.
<sad_plan>
if it uses separate scripts, I probably have to tinker even more with it. I mean, the current mdev conf should initially work. it just does not currently for some reason.
<sad_plan>
Im pretty sure this has something to do with me trying to use toybox instead. not sure how rebuilding the system doesnt fix the issue though..