💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-12-12.txt captured on 2024-05-12 at 16:06:59.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

-=-=-=-=-=-=-

2020-12-12T00:12:17 #kisslinux <claudia02> soliwilos : re rdrview: the sandboxing issue was musl related and is now fixed.
2020-12-12T00:13:23 #kisslinux <soliwilos> claudia02: Ah, nice!
2020-12-12T00:15:09 #kisslinux <soliwilos> Do you like it?
2020-12-12T00:22:41 #kisslinux <claudia02> Yes. I use it for news sites and it renders good and pretty quickly. Much faster then the nodejs alternative.
2020-12-12T00:23:52 #kisslinux <claudia02> Also I keeping nodejs just for rendering stuff for a cli browsers does not make sens (:
2020-12-12T11:58:58 #kisslinux <onodera> dlerror: Error relocating /lib/libamdocl64.so: _ZTTNSt7__cxx1119basic_istringstreamIcSt11char_traitsIcESaIcEEE: initial-exec TLS resolves to dynamic definition in /lib/libamdocl64.so
2020-12-12T11:59:12 #kisslinux <onodera> someone ever saw an error like this? I don't really know where to look
2020-12-12T12:00:03 #kisslinux <onodera> seems like it might be a musl thing
2020-12-12T12:02:07 #kisslinux <testuser[m]> What are you trying to build?
2020-12-12T12:04:05 #kisslinux <onodera> https://packages.gentoo.org/packages/dev-libs/rocm-opencl-runtime
2020-12-12T12:04:24 #kisslinux <onodera> its something im porting myself
2020-12-12T17:05:10 #kisslinux <dilyn> onodera: how are you building it?
2020-12-12T17:13:38 #kisslinux <dilyn> this may or may not be slightly relevant? https://bugs.freedesktop.org/show_bug.cgi?id=35268
2020-12-12T17:14:55 #kisslinux <dilyn> granted it's mesa-related but rich chimes in and the issue seems... tangentially related. might give you a place to look in the source tree
2020-12-12T18:36:54 #kisslinux <micr0> I think sls is messing with permissions when installing stuff, or something changed in kiss
2020-12-12T18:37:05 #kisslinux <micr0> the symptom is `kiss manifest` doesnt work, but `sls kiss manifest` does
2020-12-12T18:40:44 #kisslinux <testuser[m]> Does kiss manifest fail cuz of permissions or just blank output?
2020-12-12T18:40:54 #kisslinux <testuser[m]> Maybe you messed up perms on /var/db/kiss
2020-12-12T18:41:17 #kisslinux <micr0> testuser[m] doesnt show a permissions error, but i assume thats what it is
2020-12-12T18:41:52 #kisslinux <micr0> so /var/db/kiss is owned by root, and looks like 755
2020-12-12T19:09:05 #kisslinux <onodera> a bit of a noob question, but how do i start a kernel module at boot
2020-12-12T19:13:25 #kisslinux <dilyn> once::/usr/bin/modprobe $modname in /etc/inittab
2020-12-12T19:13:52 #kisslinux <dilyn> or modprobe $modname in /etc/rc.d/modules.boot
2020-12-12T19:14:52 #kisslinux <onodera> i don't use inittab
2020-12-12T19:14:56 #kisslinux <onodera> the second one seems nice
2020-12-12T19:15:01 #kisslinux <onodera> thanks