💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2022-04-30.txt captured on 2022-06-04 at 00:37:58.

View Raw

More Information

-=-=-=-=-=-=-

[2022-04-30T02:00:05Z] <rohan> hey guys
[2022-04-30T02:00:15Z] <rohan> someone can build efivars?
[2022-04-30T02:00:22Z] <rohan> last update wont build in mine
[2022-04-30T03:33:00Z] <testuser[m]> Hi
[2022-04-30T08:36:51Z] <testuser[m]> noocsharp: should waycopy/paste be symlinked to wl-copy and paste
[2022-04-30T10:25:35Z] <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?
[2022-04-30T10:26:05Z] <crymcth> I tried changing the HTTP/SSL backend to openssl but that didn't worked that well.
[2022-04-30T11:04:56Z] <crymcth> jedavies: need some help with your distro, trying to fix certificate issue with git
[2022-04-30T11:10:03Z] <testuser[m]> https://libera.irclog.whitequark.org/kisslinux/2022-04-17#32104102
[2022-04-30T11:10:53Z] <crymcth> oh, TYVM!
[2022-04-30T11:12:27Z] <jedavies> Will release new tarballs to fix this
[2022-04-30T11:23:55Z] <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
[2022-04-30T14:47:45Z] <phoebos> rohan: you could just do `sh -c "mpv $(waypaste)"` in bemenu
[2022-04-30T14:47:49Z] <phoebos> it just execvps
[2022-04-30T15:06:47Z] <sad_plan> hi
[2022-04-30T16:58:44Z] <noocsharp> testuser[m]: no, it doesn't support all the wl-clipboard flags
[2022-04-30T16:59:42Z] <noocsharp> rohan: you could also manually paste with C-y
[2022-04-30T17:01:10Z] <ioraff> rohan: can you send a log of the efivar build failing?
[2022-04-30T17:08:48Z] <sad_plan> rohan: just use efistub man, and no need for anything at all. no grub, no efibootmgr, nothing. just the kernel
[2022-04-30T18:37:01Z] <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
[2022-04-30T18:38:48Z] <voiduser> i use tinyramfs and with linux5.4 tinyramfs works fine but when i try load linux5.10 i cant boot
[2022-04-30T18:49:02Z] <illiliti> have you generated initramfs image for 5.10?
[2022-04-30T18:54:35Z] <voiduser> yes
[2022-04-30T18:55:19Z] <voiduser> maybe kernel config wrong
[2022-04-30T19:05:01Z] <illiliti_> diff configs
[2022-04-30T19:05:22Z] <illiliti_> also check `make oldconfig`, it is intended to easily migrate configs between kernels
[2022-04-30T19:06:05Z] <sad_plan> ^ this. really usefull when upgrading the kernel
[2022-04-30T19:06:23Z] <voiduser> thanks! i try recompile kernel
[2022-04-30T20:32:02Z] <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"
[2022-04-30T20:32:06Z] <crymcth> You are building kernel with non-retpoline compiler.
[2022-04-30T20:32:06Z] <crymcth> Please update your compiler.
[2022-04-30T20:32:07Z] <crymcth> make: *** [arch/x86/Makefile:313: checkbin] Error 1
[2022-04-30T20:32:07Z] <crymcth> make: *** Waiting for unfinished jobs....
[2022-04-30T22:15:37Z] <phoebos> crymcth: sounds like you need to update your compiler :p
[2022-04-30T22:15:59Z] <phoebos> or CONF_G_RETPOLINE=n
[2022-04-30T22:16:04Z] <phoebos> s/_/i/
[2022-04-30T22:16:09Z] <phoebos> s/i/I/