[2022-02-11T00:47:25Z] hi [2022-02-11T00:47:48Z] wheres the equivalent of $scrpkgs in kiss? [2022-02-11T00:48:01Z] for the build file [2022-02-11T00:50:47Z] wrong name [2022-02-11T00:50:55Z] i mean $srcdir [2022-02-11T01:19:17Z] https://kisslinux.org/wiki/package-system#001 [2022-02-11T01:19:30Z] build file is run in the source directory [2022-02-11T01:38:10Z] so wheres the alternative to [2022-02-11T01:39:15Z] install -Dm644 -t "$1/etc" "$srcdir"/file? [2022-02-11T01:39:32Z] alpine use $srcdir [2022-02-11T01:39:53Z] i used a package in alpine as guide [2022-02-11T02:42:46Z] rohan: install -Dm644 -t "$1/etc" "./file" [2022-02-11T02:42:53Z] but consider not using install(1) [2022-02-11T02:43:25Z] what use instead? [2022-02-11T02:46:58Z] cp, chmod [2022-02-11T02:47:02Z] okay [2022-02-11T03:24:18Z] Hi [2022-02-11T07:08:22Z] illiliti: you dont need a patch for that. Your just missing a library in ldflag. [2022-02-11T07:10:32Z] It was like that on 2.35.0 aswell. [2022-02-11T07:11:08Z] https://github.com/hovercats/kiss-somethingsomethingstatic/commit/a5c1b2c5d04602d3b3682f4f3542495da393673e.patch [2022-02-11T07:11:26Z] Just add the libreftable to the ldflags like that, and youre set [2022-02-11T09:29:48Z] I was reading about libudev-zero because I really want to run sway (which uses libinput) with mdev instead of eudev on my Alpine installation [2022-02-11T09:29:54Z] But I don't quite get it [2022-02-11T09:30:45Z] Do I really need libudev-zero or can I just configure mdev to set the perms on the input devices correctly [2022-02-11T09:39:11Z] No, I checked my mdev.conf and it does cover all input devices... [2022-02-11T09:39:20Z] Well, I think I'll go to #alpinelinux [2022-02-11T09:42:54Z] Okay, libudev-zero was just plug and play then! [2022-02-11T09:42:56Z] Thanks!!! [2022-02-11T09:43:09Z] I somehow feared it needs more configuration [2022-02-11T09:50:29Z] dang, but I don't want to compile pipewire with libudev-zero compatibility patch even though the patch is so simple even I understand it [2022-02-11T09:50:44Z] There is just no point when you cannot rely on distro packages [2022-02-11T11:00:01Z] What [2022-02-11T12:33:26Z] sad_plan: your patch works too, thanks! [2022-02-11T12:33:41Z] no problem :D [2022-02-11T12:35:12Z] Im pondering on formatting all the drives on my desktop. it got 3 drives, what would you suggest be the best way of handling them? its 1 128gb ssd, on 3tb sata hdd, and one really old ~90gb hdd. [2022-02-11T12:35:17Z] raid possibly? [2022-02-11T12:35:41Z] zfs? [2022-02-11T12:36:00Z] never used it before. isnt that just a filesystem? [2022-02-11T12:36:37Z] it's not just filesystem [2022-02-11T12:37:10Z] huh, ok, Ill look into it :D [2022-02-11T12:37:13Z] do you use zfs? [2022-02-11T12:37:29Z] yep [2022-02-11T12:37:54Z] nice. isnt dilyn using zfs too? [2022-02-11T12:38:21Z] basically, it's systemd of filesystems since it does more than just simple fs would do [2022-02-11T12:38:25Z] maybe [2022-02-11T12:38:47Z] i use zfs because it doesn't depend on lvm2 [2022-02-11T12:38:57Z] for encryption support [2022-02-11T12:39:13Z] aah, so you could pool together drives or something? I always thought raid was the go to solution for multidisk [2022-02-11T12:39:14Z] nice [2022-02-11T12:46:37Z] testuser[m]: btw, i forgot to mention that firefox doesn't support ipv6 at all. i have to use chromium because of that [2022-02-11T13:26:17Z] illiliti: firefox doesn't support ipv6? [2022-02-11T13:36:00Z] on musl, yes [2022-02-11T13:36:32Z] on glibc, i can force ipv6 via /etc/gai.conf [2022-02-11T13:36:46Z] musl doesn't have gai.conf [2022-02-11T16:12:26Z] Afternoon, everyone. [2022-02-11T16:12:49Z] Hi laptop [2022-02-11T16:12:56Z] = w= [2022-02-11T17:45:23Z] hi guys anyone have a kiss linux kernel for VM? [2022-02-11T17:45:50Z] or ever run kiss in VM? [2022-02-11T17:46:09Z] i need for a guy in my project to port a package for kiss [2022-02-11T17:51:18Z] i have run kiss in virtualbox, theres some others too if you search the logs [2022-02-11T18:15:11Z] is kiss-live not maintained any more? [2022-02-11T18:30:15Z] omanom: have some script or something? [2022-02-11T18:41:10Z] nope, not really. the install is the same as a physical machine. [2022-02-11T18:46:56Z] omanom: but about graphics and CPU? [2022-02-11T18:47:18Z] this things change in virtual machine [2022-02-11T19:12:13Z] for virtualbox, i set the VM's graphics controller to "VBoxVGA" and made sure the vboxvideo driver was built in the kernel (CONFIG_DRM_VBOXVIDEO) [2022-02-11T19:15:21Z] you could look into just using a chroot [2022-02-11T19:40:21Z] okay [2022-02-11T19:40:23Z] thanks [2022-02-11T20:07:30Z] midfavila-laptop: I was considering forking it, but I'd rather see it on kiss-community's github [2022-02-11T20:09:15Z] Ah. [2022-02-11T20:49:22Z] btw [2022-02-11T20:49:30Z] regarding kiss-encryption, i would like to transfer it to kiss-community [2022-02-11T20:49:38Z] is that possible? [2022-02-11T20:49:48Z] i also think i need to rename it to init-hooks or smth [2022-02-11T20:49:55Z] so people can contribute their hooks [2022-02-11T20:50:08Z] you mean transfer the repo? [2022-02-11T20:50:14Z] yep [2022-02-11T20:50:21Z] we can also create kiss-hooks repo where everyone can share their kiss hooks [2022-02-11T20:50:26Z] shouldnt be no problem [2022-02-11T20:50:39Z] that would be great. Im sure there are lots of neat hooks out there for people to enjoy [2022-02-11T20:50:47Z] yeah [2022-02-11T20:51:17Z] init-hooks for init and kiss-hooks for kiss [2022-02-11T20:53:23Z] nice [2022-02-11T20:53:47Z] in any case, heres some docs on transfering repos to other users/orgs https://docs.github.com/en/repositories/creating-and-managing-repositories/transferring-a-repository [2022-02-11T20:57:04Z] seems rather straight forward if you ask me