acheam changed the topic of #kisslinux to: Unnofficial KISS Linux community channel | https://kisscommunity.org | post logs or else | song of the day https://vid.puffyan.us/1IDZb7xrjPU
zlg has quit [Quit: WeeChat 2.8]
ejjdhfjsu has joined #kisslinux
zlg has joined #kisslinux
rohan has joined #kisslinux
<rohan> hey guys
<rohan> someone can build efivars?
<rohan> last update wont build in mine
rohan has quit [Read error: Connection reset by peer]
<testuser[m]> Hi
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
<testuser[m]> noocsharp: should waycopy/paste be symlinked to wl-copy and paste
ejjdhfjsu has quit [Remote host closed the connection]
illiliti has joined #kisslinux
crymcth has joined #kisslinux
<crymcth> trying to install glasnost linux here and because It's K1SS I might get some help, I am trying to clone the repository but it errors out and says "fatal: unable to access 'https://github.com/glasnostlinux/glasnost/': SSL certificate problem: unable to get local issuer certificate". What should I do?
<crymcth> I tried changing the HTTP/SSL backend to openssl but that didn't worked that well.
ylwyvkbjpislibps has quit [Quit: ZNC - https://znc.in]
<crymcth> jedavies: need some help with your distro, trying to fix certificate issue with git
<crymcth> oh, TYVM!
<jedavies> Will release new tarballs to fix this
<crymcth> I guess some packages are also out-to-dated, "cp: can't stat '/var/db/kiss/glasnost/extra/gnupg1/README': No such file or directory" It is trying to stat a removed README file
illiliti has quit [Read error: Connection reset by peer]
crymcth has quit [Ping timeout: 252 seconds]
illiliti has joined #kisslinux
mahmutov has joined #kisslinux
ella-0 has quit [Quit: ZNC 1.8.2 - https://znc.in]
<phoebos> rohan: you could just do `sh -c "mpv $(waypaste)"` in bemenu
<phoebos> it just execvps
ella-0 has joined #kisslinux
sad_plan has joined #kisslinux
<sad_plan> hi
ioraff has joined #kisslinux
<noocsharp> testuser[m]: no, it doesn't support all the wl-clipboard flags
<noocsharp> rohan: you could also manually paste with C-y
<ioraff> rohan: can you send a log of the efivar build failing?
<sad_plan> rohan: just use efistub man, and no need for anything at all. no grub, no efibootmgr, nothing. just the kernel
feta has quit [Quit: Reconnecting]
feta has joined #kisslinux
sad_plan has quit [Quit: nyaa~]
voiduser has joined #kisslinux
<voiduser> hi dudes, i install linux5.10 and get this message - failed to lookup partition /dev/disk/by-uuid/*diskUUID* but with linux5.4 all works fine
<voiduser> i use tinyramfs and with linux5.4 tinyramfs works fine but when i try load linux5.10 i cant boot
<illiliti> have you generated initramfs image for 5.10?
<voiduser> yes
<voiduser> maybe kernel config wrong
sad_plan has joined #kisslinux
illiliti_ has joined #kisslinux
illiliti has quit [Quit: Reconnecting]
<illiliti_> diff configs
<illiliti_> also check `make oldconfig`, it is intended to easily migrate configs between kernels
<sad_plan> ^ this. really usefull when upgrading the kernel
<voiduser> thanks! i try recompile kernel
voiduser has quit [Quit: voiduser]
sad_plan has quit [Quit: nyaa~]
crymcth has joined #kisslinux
<crymcth> jedavies: I'm trying to make my kernel with the LLVM/Clang toolchain but I get this error when trying to compile it using "make YACC=yacc CC=cc HOSTCC=cc -j4"
<crymcth> You are building kernel with non-retpoline compiler.
<crymcth> Please update your compiler.
<crymcth> make: *** [arch/x86/Makefile:313: checkbin] Error 1
<crymcth> make: *** Waiting for unfinished jobs....
illiliti_ has quit [Quit: leaving]
barpthewire_ has quit [Ping timeout: 260 seconds]
ioraff has quit [Quit: ioraff]
crymcth has quit [Quit: Client closed]
mahmutov has quit [Ping timeout: 276 seconds]
<phoebos> crymcth: sounds like you need to update your compiler :p
<phoebos> or CONF_G_RETPOLINE=n
<phoebos> s/_/i/
<phoebos> s/i/I/