2020-03-18T10:19:21 #kisslinux ax: Killing X is fine. 2020-03-18T10:19:29 #kisslinux ax: What's the btrfs issue? 2020-03-18T10:31:36 #kisslinux dylanaraps: good morning, i have rootfs in btrfs and it work but there is this error http://termbin.com/50rev 2020-03-18T10:37:38 #kisslinux probable eudev problem https://gitlab.alpinelinux.org/alpine/aports/issues/10070 2020-03-18T12:40:29 #kisslinux ax: Fixed the issue. Thanks 2020-03-18T12:54:41 #kisslinux dylanaraps when i use kiss-link after a kiss-fork it links the file to the file itself 2020-03-18T12:56:14 #kisslinux this happens when i use this two scripts on my own repository, but when i do a kiss-fork and a kiss-link in another place they say: ""ln: version: File exists"" 2020-03-18T12:58:41 #kisslinux eudaldgr: I'll take a look 2020-03-18T13:07:23 #kisslinux dylanaraps: thank you. Now test! its avaiable on repo? 2020-03-18T13:11:47 #kisslinux eudaldgr: thank you for share your rc.d/keymap.boot , solved the arcane 2020-03-18T13:12:16 #kisslinux ax: 'kiss u' then 'kiss b eudev && kiss i eudev' 2020-03-18T13:27:30 #kisslinux dylanaraps: yeha! it work. perfect. 2020-03-18T15:15:44 #kisslinux icyphox how do you made this 2bwm rounded corners? 2020-03-18T15:15:51 #kisslinux @ax 2020-03-18T15:16:06 #kisslinux ax thanks to you! 2020-03-18T15:16:12 #kisslinux eudaldgr: I'm using sdhand/compton. 2020-03-18T15:16:58 #kisslinux https://github.com/sdhand/compton 2020-03-18T15:17:08 #kisslinux yeah but with Dylan patch to not use libxdg-basedir? 2020-03-18T15:17:18 #kisslinux or without 2020-03-18T15:17:25 #kisslinux Uh, without. 2020-03-18T15:17:32 #kisslinux okey 2020-03-18T15:17:32 #kisslinux I didn't know that patch existed. 2020-03-18T15:17:48 #kisslinux it's on the kiss repo i think 2020-03-18T15:18:03 #kisslinux to build picom 2020-03-18T15:18:10 #kisslinux Oh 2020-03-18T15:18:20 #kisslinux But picom != sdhand/compton. 2020-03-18T15:18:23 #kisslinux Right? 2020-03-18T15:18:35 #kisslinux it's not exactly the same 2020-03-18T15:18:43 #kisslinux The number of compton forks makes my head spins. 2020-03-18T15:18:46 #kisslinux spin* 2020-03-18T15:18:47 #kisslinux but the patch works with sdhand/compton 2020-03-18T15:18:55 #kisslinux XD 2020-03-18T15:18:59 #kisslinux I see. I'll check it out -- thanks. 2020-03-18T15:19:07 #kisslinux thanks to you 2020-03-18T15:19:19 #kisslinux Someone should package it. Perhaps I will. 2020-03-18T15:19:23 #kisslinux Laterinos. 2020-03-18T15:19:55 #kisslinux and sdhand/compton have opened a PR to yshui/picom to make it with rounded corners 2020-03-18T15:20:16 #kisslinux i will try to mix it all 2020-03-18T15:20:22 #kisslinux Oh cool. 2020-03-18T15:20:32 #kisslinux toghether 2020-03-18T15:20:51 #kisslinux Don't make another fork. D: 2020-03-18T15:20:58 #kisslinux no thanks !! 2020-03-18T15:32:08 #kisslinux I noticed that xorg works with udev without setuid bit, mdev not 2020-03-18T15:32:48 #kisslinux I get permission denied to open tty1 2020-03-18T15:33:51 #kisslinux I don't know why, yet. 2020-03-18T16:15:43 #kisslinux Xf86OpenConsele permission denied, any help? using mdev 2020-03-18T16:53:23 #kisslinux where I can find patch which replaced perl with shell script for kernel build? 2020-03-18T17:27:53 #kisslinux so I found out why with mdev I can't startx, because current tty ownership is not changed with mdev but eudev change them when I login..but how? I don't know yet. 2020-03-18T19:31:51 #kisslinux mps: iirc it's linked in the install guide on the kiss site? 2020-03-18T19:32:06 #kisslinux I should get around to actually submitting it upstream 2020-03-18T20:00:22 #kisslinux Hello, xorg started with mdev successfully. 2020-03-18T20:00:23 #kisslinux No sound now. Any tip is appreciated. 2020-03-18T20:03:52 #kisslinux E5ten: found it on install guide. thanks! 2020-03-18T20:17:11 #kisslinux Ok solved alsa no sound, by building alsa-utils 2020-03-18T20:25:15 #kisslinux E5ten: nice, it works. next thing is to remove rsync deps for linux-headers 2020-03-18T20:27:34 #kisslinux linux-headers requires rsync? 2020-03-18T20:28:50 #kisslinux yes, Makefile line 1181 2020-03-18T20:29:04 #kisslinux 5.4 and up 2020-03-18T20:29:31 #kisslinux wild 2020-03-18T20:29:42 #kisslinux actually I noticed it with 5.4, maybe it was there before 2020-03-18T20:31:14 #kisslinux this is for Alpine linux, line in make package: make headers_install ARCH="${_carch}" INSTALL_HDR_PATH="$pkgdir/usr" 2020-03-18T20:33:06 #kisslinux this is kernel git commit 59b2bd05f5f4dc62979c2e82ddd384f07e8f10bc 2020-03-18T20:33:44 #kisslinux + rsync -mrl --include='*/' --include='*.h' --exclude='*' + usr/include $(INSTALL_HDR_PATH) 2020-03-18T20:37:40 #kisslinux and found when the rsync deps is introduced to kernel. commit id is 59b2bd05f5f4dc62979c2e82ddd384f07e8f10bc 2020-03-18T20:45:04 #kisslinux evening 2020-03-18T20:51:00 #kisslinux sorry guys, pull request clarification for new package 2020-03-18T20:54:06 #kisslinux i build new package , i update its on my github account after clone and add * and send request for commit but 2020-03-18T20:54:38 #kisslinux remote: Permission to kisslinux/community.git denied to aicsx. 2020-03-18T20:54:40 #kisslinux fatal: unable to access 'https://github.com/kisslinux/community.git/': The requested URL returned error: 403 2020-03-18T21:25:18 #kisslinux you've got to push it to your personal fork; you can then send a pull request from the github website. 2020-03-18T21:45:30 #kisslinux anyone know who was the previous maintainer of ripgrep? 2020-03-18T22:14:58 #kisslinux kiedtl: thank you! 2020-03-18T22:24:23 #kisslinux dylanaraps: is filling in the `manifest` section of the PR template when updating an existing package necessary? gemini://gemini.ctrl-c.club/~phoebos/logs/freenode-kisslinux-2020-03-18.txt

-- Leo's gemini proxy

-- Connecting to gemini.ctrl-c.club:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/plain; charset=utf-8

-- Response ended

-- Page fetched on Sun Jun 2 09:52:33 2024