ChanServ changed the topic of #kisslinux to: Unnofficial KISS Linux community channel | https://kisscommunity.org | post logs or else | song of the day: http://yewtu.be/fG0xfGZSmR4
<Rohan> hi
<Rohan> wheres the equivalent of $scrpkgs in kiss?
<Rohan> for the build file
<Rohan> wrong name
<Rohan> i mean $srcdir
<noocsharp> build file is run in the source directory
<Rohan> so wheres the alternative to
<Rohan> install -Dm644 -t "$1/etc" "$srcdir"/file?
<Rohan> alpine use $srcdir
<Rohan> i used a package in alpine as guide
ella-0 has joined #kisslinux
ella-0_ has quit [Read error: Connection reset by peer]
<acheam> rohan: install -Dm644 -t "$1/etc" "./file"
<acheam> but consider not using install(1)
<Rohan> what use instead?
<acheam> cp, chmod
<Rohan> okay
<testuser[m]> Hi
ehawkvu[m] has quit [Read error: Connection reset by peer]
ehawkvu[m] has joined #kisslinux
ehawkvu[m] has quit [Read error: Connection reset by peer]
ehawkvu[m] has joined #kisslinux
ehawkvu[m] has quit [Ping timeout: 256 seconds]
ehawkvu[m] has joined #kisslinux
progenyx has quit [Ping timeout: 260 seconds]
ehawkvu[m] has quit [Ping timeout: 250 seconds]
ehawkvu[m] has joined #kisslinux
ehawkvu[m] has quit [Read error: Connection reset by peer]
ehawkvu[m] has joined #kisslinux
progenyx has joined #kisslinux
ehawkvu has joined #kisslinux
ehawkvu has quit [Remote host closed the connection]
sad_plan has joined #kisslinux
<sad_plan> illiliti: you dont need a patch for that. Your just missing a library in ldflag.
<sad_plan> It was like that on 2.35.0 aswell.
<sad_plan> Just add the libreftable to the ldflags like that, and youre set
sad_plan has quit [Quit: Client closed]
soliwilos has quit [Remote host closed the connection]
gustafla has joined #kisslinux
<gustafla> 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
<gustafla> But I don't quite get it
<gustafla> Do I really need libudev-zero or can I just configure mdev to set the perms on the input devices correctly
<gustafla> No, I checked my mdev.conf and it does cover all input devices...
<gustafla> Well, I think I'll go to #alpinelinux
<gustafla> Okay, libudev-zero was just plug and play then!
<gustafla> Thanks!!!
<gustafla> I somehow feared it needs more configuration
<gustafla> 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
<gustafla> There is just no point when you cannot rely on distro packages
gustafla has quit [Quit: leaving]
soliwilos has joined #kisslinux
<testuser[m]> What
artisan has joined #kisslinux
artisan has quit [Client Quit]
sad_plan has joined #kisslinux
illiliti has joined #kisslinux
<illiliti> sad_plan: your patch works too, thanks!
<sad_plan> no problem :D
<sad_plan> 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.
<sad_plan> raid possibly?
<illiliti> zfs?
<sad_plan> never used it before. isnt that just a filesystem?
<illiliti> it's not just filesystem
<sad_plan> huh, ok, Ill look into it :D
<sad_plan> do you use zfs?
<illiliti> yep
<sad_plan> nice. isnt dilyn using zfs too?
<illiliti> basically, it's systemd of filesystems since it does more than just simple fs would do
<illiliti> maybe
<illiliti> i use zfs because it doesn't depend on lvm2
<illiliti> for encryption support
<sad_plan> aah, so you could pool together drives or something? I always thought raid was the go to solution for multidisk
<sad_plan> nice
<illiliti> testuser[m]: btw, i forgot to mention that firefox doesn't support ipv6 at all. i have to use chromium because of that
dnv has joined #kisslinux
sad_plan has quit [Quit: nyaa~]
carbsbot has joined #kisslinux
dnv has quit [Quit: dnv]
<cem> illiliti: firefox doesn't support ipv6?
<illiliti> on musl, yes
<illiliti> on glibc, i can force ipv6 via /etc/gai.conf
<illiliti> musl doesn't have gai.conf
mobinmob has joined #kisslinux
ehawkvu[m] has quit [Ping timeout: 250 seconds]
ehawkvu[m] has joined #kisslinux
ehawkvu[m] has quit [Read error: Connection reset by peer]
ehawkvu[m] has joined #kisslinux
illiliti has quit [Read error: Connection reset by peer]
illiliti has joined #kisslinux
midfavila-laptop has joined #kisslinux
<midfavila-laptop> Afternoon, everyone.
<testuser[m]> Hi laptop
<midfavila-laptop> = w=
mobinmob has quit [Quit: Connection closed for inactivity]
<Rohan> hi guys anyone have a kiss linux kernel for VM?
<Rohan> or ever run kiss in VM?
<Rohan> i need for a guy in my project to port a package for kiss
mobinmob has joined #kisslinux
<omanom> i have run kiss in virtualbox, theres some others too if you search the logs
<midfavila-laptop> is kiss-live not maintained any more?
<Rohan> omanom: have some script or something?
<omanom> nope, not really. the install is the same as a physical machine.
ehawkvu[m] has quit [Ping timeout: 240 seconds]
ehawkvu[m] has joined #kisslinux
<Rohan> omanom: but about graphics and CPU?
<Rohan> this things change in virtual machine
ehawkvu[m] has quit [Read error: Connection reset by peer]
ehawkvu[m] has joined #kisslinux
<omanom> 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)
<omanom> you could look into just using a chroot
<Rohan> okay
ehawkvu[m] has quit [Read error: Connection reset by peer]
<Rohan> thanks
ehawkvu[m] has joined #kisslinux
ehawkvu[m] has quit [Read error: Connection reset by peer]
ehawkvu[m] has joined #kisslinux
ehawkvu[m] has quit [Read error: Connection reset by peer]
ehawkvu[m] has joined #kisslinux
mobinmob has quit [Quit: Connection closed for inactivity]
mobinmob has joined #kisslinux
<ehawkvu[m]> midfavila-laptop: I was considering forking it, but I'd rather see it on kiss-community's github
<midfavila-laptop> Ah.
sad_plan has joined #kisslinux
<illiliti> btw
<illiliti> regarding kiss-encryption, i would like to transfer it to kiss-community
<illiliti> is that possible?
<illiliti> i also think i need to rename it to init-hooks or smth
<illiliti> so people can contribute their hooks
<sad_plan> you mean transfer the repo?
<illiliti> yep
<illiliti> we can also create kiss-hooks repo where everyone can share their kiss hooks
<sad_plan> shouldnt be no problem
<sad_plan> that would be great. Im sure there are lots of neat hooks out there for people to enjoy
<illiliti> yeah
<illiliti> init-hooks for init and kiss-hooks for kiss
<sad_plan> nice
<sad_plan> 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
<sad_plan> seems rather straight forward if you ask me
sad_plan has quit [Quit: nyaa~]
mobinmob has quit [Quit: Connection closed for inactivity]
mahmutov has joined #kisslinux
midfavila-laptop has quit [Remote host closed the connection]
ehawkvu[m] has quit [Ping timeout: 256 seconds]
ehawkvu[m] has joined #kisslinux
ehawkvu[m] has quit [Read error: Connection reset by peer]
ehawkvu[m] has joined #kisslinux
ehawkvu[m] has quit [Ping timeout: 250 seconds]
ehawkvu[m] has joined #kisslinux
ehawkvu[m] has quit [Read error: Connection reset by peer]
ehawkvu[m] has joined #kisslinux
ehawkvu[m] has quit [Read error: Connection reset by peer]
ehawkvu[m] has joined #kisslinux
ehawkvu[m] has quit [Read error: Connection reset by peer]
ehawkvu[m] has joined #kisslinux
ehawkvu[m] has quit [Ping timeout: 256 seconds]
ehawkvu[m] has joined #kisslinux
ehawkvu[m] has quit [Read error: Connection reset by peer]
ehawkvu[m] has joined #kisslinux
illiliti has quit [Quit: leaving]