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