💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-07-24.txt captured on 2024-06-16 at 13:48:40.
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
2020-07-24T00:04:56 #kisslinux <claudia02> dilynm: Have you copied a hikari.conf? 2020-07-24T00:05:37 #kisslinux <dilynm> Yeah I pulled one from the source 2020-07-24T00:08:48 #kisslinux <claudia02> When you have qt-setup and want to avoid glib, wayfire is your best friend 2020-07-24T00:15:59 #kisslinux <claudia02> dilynm: I can reproduce. Maybe try an older version of wlroots. I have not tested the last version 2020-07-24T00:19:39 #kisslinux <claudia02> I think about dropping the wayland repository as my interest in the wlroots stuff shrunk. 2020-07-24T00:23:35 #kisslinux <dilynm> I suppose I'll try wayfire 2020-07-24T00:23:46 #kisslinux <dilynm> I just don't want a tiling wm :X 2020-07-24T00:24:31 #kisslinux <claudia02> Then wayfire is good. You can pretty much disable every 'module' to have just a basic floater. 2020-07-24T00:25:21 #kisslinux <claudia02> Have a look at my thinned out config https://termbin.com/gjvvn 2020-07-24T00:27:32 #kisslinux <dilynm> That looks v nice 2020-07-24T00:27:38 #kisslinux <dilynm> I'll let you know how it goes :) 2020-07-24T00:30:09 #kisslinux <claudia02> ye 2020-07-24T00:31:38 #kisslinux <claudia02> You can use swaybg for wallpaper and build it without gdk-pixbuf to avoid glib in the end 2020-07-24T00:32:52 #kisslinux <claudia02> Better: you can build swaybg without everything which pulls in glib :P 2020-07-24T00:35:35 #kisslinux <claudia02> With this script you can type 'wp goose' to put a goose as wp ;) https://termbin.com/lr71 2020-07-24T00:45:57 #kisslinux <dilynm> This is everything I could have ever hoped for 2020-07-24T00:58:11 #kisslinux <dilynm> wayfire required libexecinfo? That seems... Extraneous 2020-07-24T01:41:10 #kisslinux <dilynm> Can't launch wayfire either... 2020-07-24T01:41:17 #kisslinux <dilynm> I CAN launch sway. So... Hm 2020-07-24T02:42:45 #kisslinux <illiliti> termbin.com/pr8g 2020-07-24T02:42:51 #kisslinux <illiliti> close() - 3.163849 2020-07-24T07:39:13 #kisslinux <Jinna> can anyone help me on how to install c6 in ssd 2020-07-24T07:48:32 #kisslinux <xzcvczx> >_< dammit .profile not being sourced into st 2020-07-24T07:49:19 #kisslinux <Evil_Bob> you mean the shell 2020-07-24T07:50:25 #kisslinux <xzcvczx> well i was more clarifying that when running st 2020-07-24T12:26:55 #kisslinux <j`ey> anyone had luck running kisslinux in qemu? 2020-07-24T12:27:15 #kisslinux <j`ey> I download the kiss-chroot tarball, kiss-chrooted into it, and also installed baseinit 2020-07-24T12:27:58 #kisslinux <j`ey> I then packaged that up with cpio, and Im running qemu -kernel /path/to/kernel -initrd path/to/rootfs.cpio.gz, the init scripts run,but I dont seem to get a login screen 2020-07-24T12:44:39 #kisslinux <jedavies> Did you pass the root filesystem to the kernel? -append "root=/dev/sdXY" 2020-07-24T12:45:42 #kisslinux <j`ey> I dont have one, just trying to run from the initramfs 2020-07-24T12:46:54 #kisslinux <j`ey> it gets all the way to 'boot stage completed' 2020-07-24T13:32:13 #kisslinux <j`ey> I had to start getty on ttyS0 not tty1 2020-07-24T14:41:34 #kisslinux <j`ey> if I do KISS_DEBUG kiss b, and the build fails, it seems to still run the other steps and make a tarball 2020-07-24T14:42:18 #kisslinux <j`ey> (KISS_DEBUG=1 I mean) 2020-07-24T14:49:49 #kisslinux <dylanaraps> I can reproduce this issue. 2020-07-24T14:50:12 #kisslinux <dylanaraps> Which is rather odd. 2020-07-24T14:51:47 #kisslinux <dylanaraps> OK. Bug fixed. Thanks for reporting. 2020-07-24T14:53:43 #kisslinux <j`ey> also: kiss i, why does that need the full path? 2020-07-24T14:54:08 #kisslinux <j`ey> aka kiss i .cache/... doesnt work, but kiss i /home/blah/.cache.. does 2020-07-24T14:58:32 #kisslinux <dylanaraps> This is due to the current working directory being set to a different value. 2020-07-24T14:58:51 #kisslinux <dylanaraps> I'll push out a fix. 2020-07-24T14:59:23 #kisslinux <j`ey> Ah, it's not a huge deal, the error just looks confusing because it says that file doesnt exist 2020-07-24T14:59:39 #kisslinux <j`ey> "/usr/bin/kiss: line 95: can't open .cache/kiss/bin..." 2020-07-24T14:59:51 #kisslinux <dylanaraps> Yeah 2020-07-24T15:16:52 #kisslinux <j`ey> hm, I can't seem to execute anything (that isnt statically linked I guess) 2020-07-24T15:19:58 #kisslinux <j`ey> (and I can't execute ldd either :() 2020-07-24T15:24:38 #kisslinux <j`ey> for some reason the symlink from ld-musl-x86_64.so.1 is missing 2020-07-24T15:28:55 #kisslinux <dylanaraps> That's very odd. 2020-07-24T15:29:42 #kisslinux <j`ey> the other symlinks, like busybox, were created fine 2020-07-24T15:29:49 #kisslinux <xzcvczx> dylanaraps: is there something special one has to do to get their .profile loaded with st? 2020-07-24T15:30:08 #kisslinux <j`ey> isnt that the shells job? 2020-07-24T15:31:57 #kisslinux <xzcvczx> yeah but i shell is running in st 2020-07-24T15:32:36 #kisslinux <j`ey> i shell? 2020-07-24T15:32:56 #kisslinux <xzcvczx> s/ i // 2020-07-24T15:36:55 #kisslinux <dylanaraps> You shouldn't need to do anything special. 2020-07-24T15:39:09 #kisslinux <j`ey> hmm, I have /usr/lib/libncursesw.so.6.2, but htop (I built it locally didnt see it in community) links to .6 without the .2 2020-07-24T15:40:10 #kisslinux <dylanaraps> j`ey: In the next version of the package manager, absolute paths are supported. I've also made the error messages clearer. 2020-07-24T15:40:31 #kisslinux <j`ey> awesome 2020-07-24T15:40:37 #kisslinux <j`ey> I'm looking at the changes 2020-07-24T15:40:48 #kisslinux <dylanaraps> The .6 is a symlink to .6.2 2020-07-24T15:40:52 #kisslinux <dylanaraps> (Regarding ncurses) 2020-07-24T15:40:57 #kisslinux <konimex> j`ey: /usr/lib/libncursesw.so.6 should exist, no? 2020-07-24T15:41:22 #kisslinux <konimex> and that's a good thing if it links to the major soname instead of minor, less soname bumps, less package rebuilds 2020-07-24T15:41:42 #kisslinux <j`ey> I'll paste 2020-07-24T15:42:00 #kisslinux <j`ey> https://pasta.cx/9.txt 2020-07-24T15:42:11 #kisslinux <j`ey> this might just be another missing symlink issues 2020-07-24T15:42:44 #kisslinux <konimex> kiss-manifest ncurses output? 2020-07-24T15:43:16 #kisslinux <j`ey> Im my rootfs (pre-packaged) I see the .6 file too 2020-07-24T15:43:45 #kisslinux <j`ey> just like ld-musl*-.so was missing a symlink, this is too 2020-07-24T15:44:07 #kisslinux <dylanaraps> That's very odd. I cannot reproduce sadly.. 2020-07-24T15:44:35 #kisslinux <j`ey> I'll see if I can figure it out 2020-07-24T15:44:56 #kisslinux <dylanaraps> The ld-musl.so file /is/ included in the latest root-fs tarball. 2020-07-24T15:45:00 #kisslinux <dylanaraps> So that's not the issue. 2020-07-24T15:48:12 #kisslinux <j`ey> yup, I have kiss-chroot-dir/lib/ld-musl-x86_64.so.1 -> libc.so 2020-07-24T15:54:36 #kisslinux <j`ey> find . | cpio -o -H newc | gzip > ../kiss-rootfs.cpio.gz, is what I'm running 2020-07-24T16:07:23 #kisslinux <j`ey> having trouble running htop: Error opening terminal: vt102., I set TERM=linux, and now Error opening terminal: linux. 2020-07-24T16:07:36 #kisslinux <j`ey> I guess its an issue with ncurses/terminfo 2020-07-24T16:08:00 #kisslinux <xzcvczx> what about TERM=xterm-256color 2020-07-24T16:08:07 #kisslinux <xzcvczx> even though they mispelt colour 2020-07-24T16:09:00 #kisslinux <j`ey> I agree about the spelling 2020-07-24T16:10:07 #kisslinux <j`ey> ok, seems to be more missing content :/ 2020-07-24T16:10:21 #kisslinux <j`ey> usr/lib/terminfo points to usr/share.. which doesnt exist 2020-07-24T16:12:58 #kisslinux <xzcvczx> which terminal are you using? 2020-07-24T16:13:28 #kisslinux <j`ey> I think I need to first figure out why my rootfs is missing symlinks and files 2020-07-24T16:13:37 #kisslinux <xzcvczx> ah probably would help 2020-07-24T16:47:51 #kisslinux <j`ey> heh I get the emergency shell messgaes in output, but the boot just continues fine :D 2020-07-24T17:34:03 #kisslinux <j`ey> ok, figured out the issue... my qemu didn't have enough ram to unpack everything :| 2020-07-24T18:06:30 #kisslinux <claudia02> xzcvczx: Have you fixed your shell / .profile issue? 2020-07-24T18:36:46 #kisslinux <xzcvczx> nope 2020-07-24T18:36:50 #kisslinux <xzcvczx> nfi what the problem is 2020-07-24T18:40:16 #kisslinux <claudia02> I lunch my e.g 'st -e sh -l' to launch it witch a loginshell 2020-07-24T18:40:35 #kisslinux <claudia02> Dont know if thats what u want 2020-07-24T18:40:46 #kisslinux <xzcvczx> that would work, seems rather excessive though 2020-07-24T18:40:49 #kisslinux <xzcvczx> and not really fixing the issue 2020-07-24T18:40:59 #kisslinux <xzcvczx> as it seems to work normally for dylanaraps 2020-07-24T18:41:41 #kisslinux <claudia02> Otherwise I would have the same issue you describe. 2020-07-24T18:42:28 #kisslinux <xzcvczx> claudia02: do you autostart x? 2020-07-24T18:43:07 #kisslinux <xzcvczx> as in is -z $dislay && .... tty1..... && exec sx/startx in your .profile? 2020-07-24T18:43:08 #kisslinux <claudia02> I have a script for xinitrc copied from dylan 2020-07-24T18:43:14 #kisslinux <claudia02> no 2020-07-24T18:43:24 #kisslinux <xzcvczx> haha oh wait 2020-07-24T18:43:31 #kisslinux <xzcvczx> ah no nvm 2020-07-24T18:44:46 #kisslinux <claudia02> I have made my tty a nice font I want to enjoy ;) 2020-07-24T20:26:27 #kisslinux <lowercasename> Hi! 2020-07-24T20:27:31 #kisslinux <lowercasename> I'm attempting to install Kiss and am stuck on building Perl 2020-07-24T20:27:54 #kisslinux <lowercasename> It's erroring out with 'Checksum mismatch' 2020-07-24T20:28:28 #kisslinux <lowercasename> I thought it might be a problem with the download but I also can't work out how to clear the cache to re-download the files 2020-07-24T20:29:19 #kisslinux <lowercasename> Any help would be appreciated :) 2020-07-24T20:34:22 #kisslinux <lowercasename> Oh, I ran 'kiss checksums perl' and then 'kiss b perl' again and now it's working, if anyone can explain what I did that would be great (did I just overwrite the existing checksum with my own??) 2020-07-24T20:35:42 #kisslinux <mcpcpc[m]> <lowercasename "Oh, I ran 'kiss checksums perl' "> just a shot... someone may know more specifically what your issue is, but `kiss d` and `kiss c` are your friends. so try regenerating a new checksum (e.g. `kiss c perl`) 2020-07-24T20:37:23 #kisslinux <mcpcpc[m]> ah. i replied a little too late :) 2020-07-24T20:40:35 #kisslinux <mcpcpc[m]> correct.. `kiss c` generates a new checksum for the target package. no idea how the original one broke tho. src: https://k1ss.org/package-manager 2020-07-24T20:41:00 #kisslinux <lowercasename> Well I'm glad I figured out the right solution, and not a terrible one 2020-07-24T20:43:11 #kisslinux <lowercasename> I'm up to the kernel config now (for the second time, I had to abandon my first install), wish me luck :P 2020-07-24T20:43:31 #kisslinux <mcpcpc[m]> gl!