2020-06-10T01:36:54 #kisslinux dilynm: I patched a few things in node so builds on Linux don't pass -latomic 2020-06-10T01:41:25 #kisslinux https://github.com/wyvertux/wyverkiss/blob/f92c880a1674013536fb07672a7e9333eb9241b1/extra/nodejs/build#L14 2020-06-10T03:11:17 #kisslinux rircB16BA: Fixed, thanks. 2020-06-10T03:27:49 #kisslinux konimex1: nice! From what I know that's basically all that would have to change 2020-06-10T03:46:00 #kisslinux E5ten: Thoughts? https://github.com/kisslinux/kiss/commit/5d92df7a8b0f627837181bef2218c4aff1518922 This is working perfectly thus far. I'll test it against every package I have built too. 2020-06-10T04:44:19 #kisslinux Hello everyone. There's something that bugs me. Since Kiss doesn't work with initramfs, what do I write in grub to init the system? 2020-06-10T04:45:16 #kisslinux I can't stop thinking about it. The kernel image is there to add to GRUB, but how about actually initializing the system? 2020-06-10T04:54:23 #kisslinux I don't use a bootloader at all by the way! The kernel is capable of booting itself via an EFISTUB. 2020-06-10T04:54:48 #kisslinux It should be as simple as: 'grub-mkconfig -o /boot/grub/grub.cfg' once Grub is installed. 2020-06-10T04:54:58 #kisslinux This same command will update an existing grub.cfg. 2020-06-10T05:08:09 #kisslinux dylan02: I assume cp -fP there is preserving the owner? 2020-06-10T05:09:03 #kisslinux If it is then yeah I see no issue with that, nice 2020-06-10T05:13:48 #kisslinux no no. -P is: Take actions on any symbolic link specified as a source_file operand or any symbolic link encountered during traversal of a file hierarchy. 2020-06-10T05:14:06 #kisslinux Ownership is still fine though. 2020-06-10T05:52:34 #kisslinux I just meant I assume the whole command is preserving ownership not that specifically one of the flags is 2020-06-10T05:55:06 #kisslinux Yup 2020-06-10T05:55:18 #kisslinux Works fine in my testing so far. 2020-06-10T06:02:51 #kisslinux dylan02, ok. I'll try it next time I have a chance. 2020-06-10T06:02:55 #kisslinux Thanks 2020-06-10T10:43:27 #kisslinux does anyone elses spacemacs/emacs randomly freeze no matter what system they are on? 2020-06-10T14:54:54 #kisslinux Hey. I'm stuck in the installation-phase. 2020-06-10T14:55:28 #kisslinux When I try to chroot into /mnt, on which my partition is mounted ( and tar extracted ), I get the following error: 2020-06-10T14:56:15 #kisslinux "chroot: Failed to run command /usr/bin/env: No such file or directory" 2020-06-10T14:56:36 #kisslinux Does anyone have any clues?n :) 2020-06-10T14:56:55 #kisslinux arch live os btw 2020-06-10T14:57:13 #kisslinux ls /mnt 2020-06-10T14:57:14 #kisslinux ? 2020-06-10T14:57:38 #kisslinux dev etc mnt 2020-06-10T14:57:46 #kisslinux I added proc and sys since it complained about it 2020-06-10T14:58:12 #kisslinux Wait is that all that's there?? 2020-06-10T14:58:17 #kisslinux Hol'up 2020-06-10T14:58:20 #kisslinux Sounds like it didn't extract properly 2020-06-10T14:58:32 #kisslinux I forgot to mention a crucial part lmao 2020-06-10T14:58:47 #kisslinux tar: Unexpected EOF in archive 2020-06-10T14:58:54 #kisslinux when extracting it 2020-06-10T14:58:57 #kisslinux Did you verify the archive 2020-06-10T14:59:10 #kisslinux I did not. Is it necessary? 2020-06-10T14:59:14 #kisslinux I'd try redownloading and verifying it 2020-06-10T14:59:27 #kisslinux Sounds like your download got corrupted/partially downloaded 2020-06-10T14:59:50 #kisslinux Alright, thanks. I'll try 2020-06-10T14:59:52 #kisslinux It's not necessary but it might have caught this problem (assuming I'm correct) 2020-06-10T14:59:56 #kisslinux I'll come back if problems remain 2020-06-10T15:00:10 #kisslinux Yeah let me verify it now so that we can see, for future reference 2020-06-10T15:03:34 #kisslinux You're right. checksum failed 2020-06-10T15:03:37 #kisslinux thanks 2020-06-10T15:04:34 #kisslinux Of course! 2020-06-10T15:53:38 #kisslinux anyone here using eiwd + openresolv? been perusing the arch/gentoo wiki articles on iwd... and i cant determine if i need additional configuration after install. i bring the interface the up (e.g. ip link set dev eno1 up). an ip address appears be assigned. but no connectivity :( 2020-06-10T15:57:03 #kisslinux You only need a really minimal iwd config to get it working unless you use a more exotic setup (EAP) 2020-06-10T15:58:07 #kisslinux https://jlk.fjfi.cvut.cz/arch/manpages/man/iwd.config.5 2020-06-10T15:58:07 #kisslinux iwd uses a lot of sane defaults 2020-06-10T15:59:25 #kisslinux Iirc I needed to enable EnableNeteorkConfiguration, NamResolvingService, and RoutePriorityOffset 2020-06-10T15:59:59 #kisslinux Then I just used eiwd_passphrase to generate a network config for my SSID, ran eiwd to connect and it 'just worked' 2020-06-10T16:00:05 #kisslinux ahh. cool. thanks! 2020-06-10T16:12:52 #kisslinux ix.io/2oPn 2020-06-10T16:13:05 #kisslinux A curious build error with clang and qt5 2020-06-10T16:41:48 #kisslinux Oops. ix.io/2oPJ 2020-06-10T16:42:05 #kisslinux Currently configuring the kernel. Do you have any gotchas that I should keep in mind? 2020-06-10T16:42:20 #kisslinux For example, I'm guessing I can disable "Initial RAM filesystem and RAM disk support" 2020-06-10T16:42:31 #kisslinux wifi cards and i2c for trackpads 2020-06-10T16:42:55 #kisslinux press 'h' on everything, thats what i did to get mine 2020-06-10T16:44:33 #kisslinux Alright, thanks man 2020-06-10T16:48:36 #kisslinux My biggest gotcha was forgetting defconfig doesn't enable nvme support 2020-06-10T16:54:58 #kisslinux Oh saved me there dilyn 2020-06-10T18:57:10 #kisslinux djt3[m]1: Regarding tuitube in community: Is this patch really needed? Since mpv can stream with youtube-dl when, I think luajit is there. I am asking because with the patch modification my mpv just quits out when there is not enough buffer, which is anoying. The url with just mpv invoked works much better, atleast at my end. 2020-06-10T18:58:11 #kisslinux oh right, on my kiss linux install it just wouldnt open without the yt-dl bit, i just assumed that it was compiled without support for something 2020-06-10T18:58:54 #kisslinux Y, I think the way is to have luajit installed and then rebuild mpv. 2020-06-10T18:59:07 #kisslinux then mpv should be able to open a yt url 2020-06-10T18:59:19 #kisslinux oh right, but is there any way to make sure that mpv is built with luajit tho 2020-06-10T18:59:26 #kisslinux this can be suggested in a post install (: 2020-06-10T18:59:32 #kisslinux * oh right, but is there any way to make sure that mpv is built with luajit tho with the dependancies, 2020-06-10T18:59:46 #kisslinux hmm yeah 2020-06-10T19:00:09 #kisslinux idk how to handle that then, dylan might be able to give some advice 2020-06-10T19:00:15 #kisslinux maybe this can finds its place somehwere in the wiki, for tips and tricks 2020-06-10T19:00:43 #kisslinux yeah that would be good 2020-06-10T19:00:58 #kisslinux The post install is there for some messages you want to provide 2020-06-10T19:01:17 #kisslinux There should be no problem to fix mpv after tuitube install, no? 2020-06-10T19:01:38 #kisslinux Install tuitube && install luajit && install mpv 2020-06-10T19:01:49 #kisslinux when needed 2020-06-10T19:02:02 #kisslinux wouldnt you have to specify a rebuild for mpv and not just install 2020-06-10T19:02:27 #kisslinux Tuitube could pull install youtube-dl in 2020-06-10T19:02:45 #kisslinux and then advises to install luajit and rebuild mpv per post install 2020-06-10T19:02:54 #kisslinux then everything should be there 2020-06-10T19:04:01 #kisslinux right 2020-06-10T19:05:30 #kisslinux actually, i could change the config to have a play command and a fallback command, so that it can detect if mpv doesnt have support, warn about it, but still play the video using youtube-dl 2020-06-10T19:06:37 #kisslinux Thats also nice. So at least it works. 2020-06-10T19:07:38 #kisslinux But the behavoiur to just quit out when the buffer is to low, is a bad thing and gives a bad shine on tuitube IMO. 2020-06-10T19:10:24 #kisslinux Thanks for adding the list feature so fast btw. Now its pretty much feature complete for my usecase. 2020-06-10T19:14:47 #kisslinux good to hear 🙂 its great to have made something that i and other people use on the daily 2020-06-10T19:15:16 #kisslinux yeah thanks for letting me know, i wasnt aware of the problem at all before, or why mpv wasn't working with video links 2020-06-10T19:24:14 #kisslinux djt3[m]1: Your welcome. Thanks for making sane programs for insance aplications ;) 2020-06-10T19:24:29 #kisslinux :) 2020-06-10T19:24:33 #kisslinux Have you been settling back on KISS yet or are you still traveling? 2020-06-10T19:25:25 #kisslinux me? i switched to arch after 3 months kiss, since i couldnt build smb support for kiss, however i now use nfs for my network drive so i am gonna reinstall kiss some time soon 2020-06-10T19:26:24 #kisslinux and keep any feature requests coming, i cant think of anything else to change with tuitube. and let me know if there are any other tui programs i could make, since i need a new project to work on. 2020-06-10T19:30:49 #kisslinux 1. nice 2. I will let you know. What I can think of is some clean up for the keys UI becuase there are now many and feature for download or copying the url could be nice, since there is youtube-dl. 2020-06-10T19:31:54 #kisslinux Maybe just copying out and let the user do. 2020-06-10T19:31:58 #kisslinux thats a good ideaj 2020-06-10T19:32:01 #kisslinux > <@freenode_claudia02:matrix.org> 1. nice 2. I will let you know. What I can think of is some clean up for the keys UI becuase there are now many and feature for download or copying the url could be nice, since there is youtube-dl. 2020-06-10T19:32:01 #kisslinux * thats a good idea 2020-06-10T19:33:31 #kisslinux Since you are interested, I will make a new issue soon to get my ideas in a better way lined up. 2020-06-10T19:33:41 #kisslinux cool 2020-06-10T19:35:29 #kisslinux nice one, thanks again