💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-05-19.txt captured on 2024-06-16 at 13:49:52.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

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

2020-05-19T00:32:35 #kisslinux <E5ten> I don't know why, but I dislike it when scripts do boolean variables like var=true and var=false, and then check them by running $var, I much prefer setting them to 0 or 1, and then using [ to check if they're 0 or not
2020-05-19T07:11:33 #kisslinux <dylan01> So you guys are having boot issues? onodera: dilynm:
2020-05-19T09:33:28 #kisslinux <dylan01> E5ten: https://github.com/kisslinux/kiss/commit/f5c27777870d3962ebd05b408e8aa17186823059
2020-05-19T10:56:21 #kisslinux <kisslinuxuser> hmm boot hangs at "boot stage completed in xs"
2020-05-19T11:04:07 #kisslinux <kisslinuxuser> quick fix: change tty2 to tty1 then it works again
2020-05-19T11:35:07 #kisslinux <konimex> illiliti: I simply prefer 0 as starting point for rel since "arrays start at 0" and all that, but some of my pkgs use either 0 or 1 as starting rel, I need to get it consistent...
2020-05-19T11:41:07 #kisslinux <dylan02> Thanks for the PR konimex:
2020-05-19T11:41:13 #kisslinux <dylan02> kisslinuxuser: Thanks for figuring out the issue
2020-05-19T12:41:44 #kisslinux <sirtomato> hello
2020-05-19T12:41:53 #kisslinux <sirtomato> im back
2020-05-19T13:38:27 #kisslinux <Thvle> Hi guys. After installing xorg, should i install xf86-intel-driver for 2D acceleration?
2020-05-19T13:50:33 #kisslinux <sirtomato> if you have intel igfx
2020-05-19T13:52:00 #kisslinux <Thvle> Of course I have kaby lake igpu
2020-05-19T13:52:41 #kisslinux <sirtomato> then yes
2020-05-19T13:54:16 #kisslinux <Thvle> Something missing in this distro is the GPU acceleration support in Firefox ... As I understand it, Firefox only supports it under Wayland, and Chromium needs the VAAPI patch to work ... But of course, this browser is missing at KISS.
2020-05-19T15:02:48 #kisslinux <onodera_> Thvle: this is not true I think
2020-05-19T15:02:59 #kisslinux <onodera_> you can enable gpu accelaration through about:config
2020-05-19T15:31:48 #kisslinux <dylan02> onodera_: It's about hardware decoding of video/audio through the browser.
2020-05-19T15:32:08 #kisslinux <dylan02> Thvle: There's a wayland repository with Firefox/vaapi, etc.
2020-05-19T15:32:57 #kisslinux <dylan02> Thvle: You don't need xf86-video-intel really. The generic video driver works perfectly with Intel iGPUs. If you use TearFree, you'll need the package though.
2020-05-19T15:33:04 #kisslinux <dylan02> sirtomato: o.
2020-05-19T15:33:07 #kisslinux <dylan02> sirtomato: o/ *
2020-05-19T15:52:45 #kisslinux <sirtomato> what's up nerds
2020-05-19T15:52:52 #kisslinux <sirtomato> i'm having a problem booting kiss
2020-05-19T15:53:07 #kisslinux <sirtomato> its's a fresh install and i just see a text cursor when i hit enter in grub
2020-05-19T15:53:13 #kisslinux <sirtomato> i have verified that
2020-05-19T15:53:20 #kisslinux <sirtomato> 1. grub uses proper kernel
2020-05-19T15:53:31 #kisslinux <sirtomato> 2. kernel and system.map have the same suffix
2020-05-19T15:53:40 #kisslinux <sirtomato> 3. baseinit is installed
2020-05-19T16:11:34 #kisslinux <dylan02> sirtomato: Contents of /etc/inittab?
2020-05-19T16:11:50 #kisslinux <dylan02> Also see: https://k1ss.org/news/20200509a
2020-05-19T16:12:09 #kisslinux <dylan02> Try this /etc/inittab as well: https://github.com/kisslinux/init/blob/master/etc/inittab
2020-05-19T16:19:19 #kisslinux <E5ten> dylan02: Nice on the tab removal
2020-05-19T16:20:57 #kisslinux <dylan02> Yeah... How did we not think of using 'set'?
2020-05-19T16:36:05 #kisslinux <dilynm> 1) use ccache. 2) -no-widgets flag. 3) remove -no-widgets flag. 4. Profit
2020-05-19T16:36:19 #kisslinux <dilynm> What a dumb workaround?
2020-05-19T16:36:38 #kisslinux <dilynm> "if it works". But now we can move on!
2020-05-19T16:59:44 #kisslinux <onodera_> endless problems
2020-05-19T16:59:55 #kisslinux <onodera_> my lilo is now stuck at "booting... LIL"
2020-05-19T17:04:16 #kisslinux <E5ten> dylan02: I have no idea lol, it's one of the most obvious "split into words" things, can't believe we missed that, but good job remembering it
2020-05-19T18:53:51 #kisslinux <E5ten> dylan02: if you wanna make kiss work on solaris, from what I can tell from online docs, the provided sha256 generation command is "digest -a sha256" which seems to output just the hash, nothing else
2020-05-19T19:49:26 #kisslinux <sirtomato> hey guys, i accidentally left after i asked my last question
2020-05-19T19:50:23 #kisslinux <sirtomato> kiss won't boot for me
2020-05-19T19:50:36 #kisslinux <sirtomato> when i hit enter in grub, i just get a text cursor
2020-05-19T19:50:44 #kisslinux <sirtomato> i have confirmed that
2020-05-19T19:50:53 #kisslinux <sirtomato> a) grub detects the kernel correctly
2020-05-19T19:51:01 #kisslinux <sirtomato> b) kernel and system.map have the same suffix
2020-05-19T19:51:17 #kisslinux <sirtomato> c) i have baseinit installed
2020-05-19T19:51:28 #kisslinux <sirtomato> anyone know what's up?
2020-05-19T19:57:18 #kisslinux <claudia> sirtomato: dylan wrote something. check logs
2020-05-19T19:58:13 #kisslinux <claudia> also: did you check in the install guide the part with "UUID"?
2020-05-19T20:06:43 #kisslinux <illiliti> ohh what the mess. openvpn broken with latest libressl(and openssh seems too). thanks to god i can compile openvpn against mbedtls
2020-05-19T20:07:47 #kisslinux <illiliti> btw, openvpn compiled with mbedtls is faster than openvpn compiled with libressl
2020-05-19T20:12:05 #kisslinux <aarng> `ERROR Package 'yasm' not in any repository`
2020-05-19T20:12:26 #kisslinux <aarng> I'm trying to upgrade, any1 an idea?
2020-05-19T20:12:32 #kisslinux <dilynm> We dropped it
2020-05-19T20:12:52 #kisslinux <dilynm> The only package that needed it was Firefox and the build script builds its own just for that and then removes it
2020-05-19T20:15:45 #kisslinux <aarng> oh my bad, it was one of my overlayed packages
2020-05-19T20:16:14 #kisslinux <aarng> ffmpeg actually
2020-05-19T20:23:43 #kisslinux <E5ten> ffmpeg can use nasm instead I think
2020-05-19T20:24:55 #kisslinux <sirtomato> sorry, forgot some important details
2020-05-19T20:25:09 #kisslinux <sirtomato> it boots fine without the ro boot flag
2020-05-19T20:25:21 #kisslinux <sirtomato> there, it gets stuck on switching to nouveau
2020-05-19T20:25:28 #kisslinux <sirtomato> nomodeset fixes that
2020-05-19T20:31:09 #kisslinux <aarng> I guess ffmpeg simply dropped yasm?
2020-05-19T20:31:35 #kisslinux <aarng> it was just my overlayed depends file having yasm in it
2020-05-19T20:32:20 #kisslinux <E5ten> it can use either yasm or nasm
2020-05-19T20:33:52 #kisslinux <aarng> aye, I should really update my depends file
2020-05-19T20:37:44 #kisslinux <onodera_> i have been fighting with bootloaders for 24 hours now
2020-05-19T20:37:49 #kisslinux <onodera_> dying...
2020-05-19T20:37:59 #kisslinux <onodera_> grub worked, now it doesn't work out of the blue
2020-05-19T20:45:42 #kisslinux <aarng> btw E5ten, I prefer setting variables to true/false then using them as a command
2020-05-19T20:46:26 #kisslinux <aarng> it's shorter and for me it falls into the same category as if you would test $? instead of using the return value of commands/functions directly
2020-05-19T21:25:05 #kisslinux <onodera_> |   Create an /etc/fstab by UUID and additionally pass the      |
2020-05-19T21:25:06 #kisslinux <onodera_> |   PARTUUID as a kernel parameter.
2020-05-19T21:25:08 #kisslinux <onodera_> how do i do this
2020-05-19T21:32:29 #kisslinux <dilynm> ls -l /dev/disk/by-uuid can tell you the UUIDS
2020-05-19T21:33:10 #kisslinux <dilynm> Put them in an fstab like so ix.io/2mKJ
2020-05-19T21:33:32 #kisslinux <onodera_> thanks
2020-05-19T21:33:38 #kisslinux <onodera_> i did so but grub is still now working
2020-05-19T21:33:44 #kisslinux <onodera_> do i have to do soething with grub
2020-05-19T21:37:34 #kisslinux <dilynm> shouldn't have to do anything special besides grub-mkconfig -o /boot/grub/grub.cfg
2020-05-19T21:37:43 #kisslinux <dilynm> Or w/e; I always used it with EFI
2020-05-19T21:38:56 #kisslinux <onodera_> alright
2020-05-19T21:39:02 #kisslinux <onodera_> i don't know what the hell is going wrong
2020-05-19T21:39:08 #kisslinux <onodera_> on crux i can just run "lilo"
2020-05-19T21:39:18 #kisslinux <onodera_> here I have been debugging for a literal day
2020-05-19T21:39:42 #kisslinux <claudia> onodera_: I have aditionaly PARTUUID in /etc/default/grub
2020-05-19T21:40:10 #kisslinux <claudia> GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet root=PARTUUID=c24fa20f-01"
2020-05-19T21:41:04 #kisslinux <claudia> but this is also something I did 6 months ago, and Iam happy to dont mess with it (:
2020-05-19T21:41:52 #kisslinux <claudia> I think after adding this you have to rebuild your grub cfg
2020-05-19T21:47:25 #kisslinux <onodera_> thanks
2020-05-19T21:47:30 #kisslinux <onodera_> but still no luck
2020-05-19T21:47:42 #kisslinux <onodera_> when i boot it just exits, not even a log or error message
2020-05-19T21:54:25 #kisslinux <himmalerin> was there ever a fix for "Checksum mismatch" if the checksum actually _does_ match?
2020-05-19T21:54:33 #kisslinux <himmalerin> 'Cause I'm getting it again
2020-05-19T21:57:08 #kisslinux <claudia> himmalerin: fork the package an run "kiss c" inside. maybe contact maintainer
2020-05-19T21:57:37 #kisslinux <himmalerin> It's a package I wrote myself, but I can try from a different directory?
2020-05-19T21:58:24 #kisslinux <himmalerin> I've checked the checksum like five times and I'm certain the checksum kiss says to use, the checksum I get from running sha256sum, and the checksum in the file all match
2020-05-19T21:58:49 #kisslinux <claudia> when its yours, run "kiss c" again inside your personal repo
2020-05-19T21:59:22 #kisslinux <dilynm> Delete the cached source file
2020-05-19T21:59:29 #kisslinux <dilynm> Then rerun kiss c
2020-05-19T22:00:43 #kisslinux <E5ten> konimex: http://ix.io/2mKR this should make opendoas build with bmake
2020-05-19T22:02:19 #kisslinux <himmalerin> Running kiss c and then re-adding the contents of the sources and checksums files (are they supposed to be wiped?) seems to have worked, thanks to both of you!
2020-05-19T22:09:54 #kisslinux <claudia> himmalerin: Usually not, but when you have problems is this a switch you can use.
2020-05-19T22:39:03 #kisslinux <sirtomato> hello
2020-05-19T22:39:55 #kisslinux <thvle> Hi. I have a question, mounting a tmpfs to compile shorten the time considerably?
2020-05-19T22:40:51 #kisslinux <sirtomato> probably not
2020-05-19T22:40:58 #kisslinux <sirtomato> go ahead and try it
2020-05-19T22:59:42 #kisslinux <dilynm> https://www.reddit.com/r/archlinux/comments/gmwnih/systemdhomed_too_frequent_unsuccessful_login/?utm_medium=android_app&utm_source=share
2020-05-19T22:59:55 #kisslinux <dilynm> homed is locking people out of their accounts lmao
2020-05-19T23:18:59 #kisslinux <sirtomato> here is my inittab: https://termbin.com/vihp
2020-05-19T23:19:43 #kisslinux <sirtomato> it boots fine without the 'ro' boot option
2020-05-19T23:20:15 #kisslinux <sirtomato> then it hangs at "switching to nouveaufb from EFI Framebuffer"
2020-05-19T23:20:25 #kisslinux <sirtomato> so that's a nouveau thing
2020-05-19T23:20:31 #kisslinux <sirtomato> but not sure how to fix that
2020-05-19T23:20:38 #kisslinux <sirtomato> google has not proved helpful
2020-05-19T23:23:55 #kisslinux <sirtomato> ill be checking logs as i cannot stay on irc atm