đŸ Archived View for gemini.ctrl-c.club âș ~phoebos âș logs âș freenode-kisslinux-2020-02-23.txt captured on 2024-05-26 at 16:27:03.
âŹ ïž Previous capture (2021-12-17)
-=-=-=-=-=-=-
2020-02-23T00:34:33 #kisslinux <kiwi_97> @hmhb: UEFI install from the install guide. It's ONE line... grub-install --target=x86_64-efi --efi-directory=boot --bootloader-id=kiss 2020-02-23T00:35:30 #kisslinux <kiwi_97> That's what you are entering? 2020-02-23T01:20:48 #kisslinux <OneSubtractOne_> If you want to use grub, then yes you have to build and install grub. I don't think efibootmgr pulls it in as a dependency. 2020-02-23T03:00:27 #kisslinux <adamantium[m]> sup fam 2020-02-23T03:07:25 #kisslinux <ioraff> adamantium[m]: trying to build samba/cifs-utils in a way that can actually mount the smb I need access to 2020-02-23T03:09:39 #kisslinux <ioraff> even considering switching back to Void due to this ass pain. 2020-02-23T03:41:41 #kisslinux <xcko> quick question, does the kiss pkg manager handle user patches by default ala portage? Or does the pkg build script need to be modified and changes persisted manually across updates? 2020-02-23T03:49:25 #kisslinux <ioraff> xcko: if by "user patches" you mean custom patches added to the patches directory, it depends. The build script may already handle multiple patches by assuming they are as *.patch. But in general, this is not the case. 2020-02-23T03:50:51 #kisslinux <xcko> if the build script did assume '*.patch', do the checksums need to be re-created after adding custom patches to the patches directory? 2020-02-23T03:51:02 #kisslinux <ioraff> yes 2020-02-23T03:52:55 #kisslinux <ioraff> if the build script has something like `for patch in *.patch; do patch -p1 < "$patch"; done`, it needs no modification, otherwise it does. 2020-02-23T03:54:32 #kisslinux <xcko> hmm how does kiss determine which files need a checksum and which do not? If a file is named in the build script then it needs a checksum otherwise it doesn't? 2020-02-23T03:56:42 #kisslinux <ioraff> if you want to the file to be in the build directory, it needs a checksum. every file in files/, in patches/, or pulled remotely (i.e. every file declared in the sources file) needs a checksum 2020-02-23T03:56:43 #kisslinux <dilyn> Probably based on the contents of the sources file 2020-02-23T03:59:11 #kisslinux <xcko> gotcha thanks 2020-02-23T04:59:11 #kisslinux <hmhb> Guys I canât get kiss to run,failed 5 times in the last 2 days at efibootmgr and grub installation 2020-02-23T04:59:35 #kisslinux <hmhb> âIâve literally read 50 threads and nothing fixed it,idk I gave up 2020-02-23T05:03:23 #kisslinux <xcko> hmhb: whats the issue you're running into? 2020-02-23T05:04:05 #kisslinux <hmhb> Efibootmgr failed to find directory 2020-02-23T05:04:30 #kisslinux <hmhb> grub-install error something with efi variables 2020-02-23T05:04:48 #kisslinux <hmhb> tried mounting efivars variables says it doesnt exist 2020-02-23T05:05:12 #kisslinux <hmhb> idk whatâs going on,read a shit ton of links and nothing fixed it 2020-02-23T05:05:39 #kisslinux <xcko> do you have efi setup in the kernel? 2020-02-23T05:06:19 #kisslinux <hmhb> Didnt look into the kernel and efi 2020-02-23T05:06:27 #kisslinux <hmhb> could be the issue 2020-02-23T05:06:40 #kisslinux <hmhb> where would that be located? 2020-02-23T05:10:15 #kisslinux <xcko> it's been a minute since I setup an efi system, CONFIG_EFI, CONFIG_EFI_VARS, CONFIG_EFI_PARTITION, CONFIG_EFIVAR_FS and maybe a few others 2020-02-23T05:14:12 #kisslinux <dilyn> I mean 2020-02-23T05:15:14 #kisslinux <dilyn> Are you sure you're booted with UEFI? 2020-02-23T05:15:18 #kisslinux <dilyn> What's the host system 2020-02-23T05:15:31 #kisslinux <hmhb> Yep,rechecked that 5 times 2020-02-23T05:15:44 #kisslinux <hmhb> arch 2020-02-23T05:15:56 #kisslinux <hmhb> maybe archlinux is the issue? 2020-02-23T05:16:07 #kisslinux <dilyn> Nah 2020-02-23T05:16:21 #kisslinux <dilyn> I did it on an Arch install and an Arch live CD 2020-02-23T05:17:39 #kisslinux <xcko> can you use efibootmgr from arch? 2020-02-23T05:18:30 #kisslinux <xcko> if it's only in a chroot that you can't use it, then I suggest manually mounting efivarfs before entering the chroot 2020-02-23T05:18:44 #kisslinux <hmhb> to clarify one thing...i backed up my stuff to github,put a arch img on my usb and wiped my nvme ssd...put in the usb and made the partiotions,mounted everything nicely and than i start with wget âdownload kisslinuxâ 2020-02-23T05:18:49 #kisslinux <hmhb> is that my fuck up 2020-02-23T05:19:11 #kisslinux <hmhb> do i need to instal completely first and then reboot into live cd? 2020-02-23T05:19:38 #kisslinux <dilyn> Nah nah nah 2020-02-23T05:19:46 #kisslinux <xcko> no. 2020-02-23T05:19:55 #kisslinux <dilyn> Did you ensure the efivars existed before you chrooted in? 2020-02-23T05:20:28 #kisslinux <dilyn> They wouldnt mount if they didn't exist in the live environment 2020-02-23T05:20:32 #kisslinux <hmhb> Made the partitions root,swap and /boot/EFI 2020-02-23T05:20:53 #kisslinux <hmhb> Mounted everything and then i started with the kiss tut 2020-02-23T05:21:15 #kisslinux <hmhb> fuck maybe thatâs it 2020-02-23T05:21:43 #kisslinux <hmhb> ill install archlinux tmr and the reboot into the live cd via usb and start from there? 2020-02-23T05:21:59 #kisslinux <dilyn> How did you make your USB? 2020-02-23T05:22:09 #kisslinux <hmhb> Etcher 2020-02-23T05:22:50 #kisslinux <hmhb> downloaded when i was on my bspwm,put the image on the usb wiped the ssd for a fresh install and booted into the img 2020-02-23T05:23:20 #kisslinux <dilyn> Etcher never worked for me, but that might just be me 2020-02-23T05:23:21 #kisslinux <icyphox> Just 'dd' it. 2020-02-23T05:23:34 #kisslinux <dilyn> ^ dd has always worked for me 2020-02-23T05:23:35 #kisslinux <xcko> it doesn't matter, the live usb boots 2020-02-23T05:23:45 #kisslinux <hmhb> What is dd? 2020-02-23T05:24:05 #kisslinux <dilyn> But if it doesn't boot with UEFI, he'd never get efibootmgr to work *and* explains why the cars don't mount 2020-02-23T05:24:37 #kisslinux <hmhb> iâll explain my steps to clarify 2020-02-23T05:24:48 #kisslinux <hmhb> 1st wiped my nvme ssd 2020-02-23T05:24:52 #kisslinux <icyphox> The disk destroyer -- dd. 2020-02-23T05:25:05 #kisslinux <hmhb> 2nd booted into usb with archlinux 2020-02-23T05:25:20 #kisslinux <hmhb> 3rd set up the partitions and mount points 2020-02-23T05:25:33 #kisslinux <hmhb> 4th start with kisslinux tut and download 2020-02-23T05:25:47 #kisslinux <hmhb> works perfect till i get to grub and efibootmgr 2020-02-23T05:26:35 #kisslinux <dilyn> And when you attempted to install efibootmgr, what happened 2020-02-23T05:26:48 #kisslinux <hmhb> Went fine like grub 2020-02-23T05:27:00 #kisslinux <hmhb> just the grub-install âtarget etc.... 2020-02-23T05:27:04 #kisslinux <hmhb> is the issue 2020-02-23T05:27:34 #kisslinux <hmhb> thatâs where efi cant find directory 2020-02-23T05:28:00 #kisslinux <xcko> if you are outside the chroot, does this exist: /sys/firmware/efi/efivars 2020-02-23T05:28:08 #kisslinux <hmhb> No 2020-02-23T05:28:12 #kisslinux <dilyn> What did you mark as --efi-directory 2020-02-23T05:28:15 #kisslinux <hmhb> no such directory 2020-02-23T05:28:17 #kisslinux <xcko> mount -t efivarfs efivarfs /sys/firmware/efi/efivars 2020-02-23T05:28:36 #kisslinux <hmhb> tried that cant find directory and no such file 2020-02-23T05:28:44 #kisslinux <hmhb> i tried everything 2020-02-23T05:28:45 #kisslinux <xcko> modprobe efivarfs 2020-02-23T05:28:56 #kisslinux <hmhb> same nothing 2020-02-23T05:29:01 #kisslinux <hmhb> no directory 2020-02-23T05:29:14 #kisslinux <dilyn> Then you didn't boot with UEFI 2020-02-23T05:29:36 #kisslinux <hmhb> 100% did because i rechecked 10x 2020-02-23T05:29:40 #kisslinux <xcko> if this is from the arch usb environment, (before chroot) then you didn't boot in UEFI 2020-02-23T05:29:44 #kisslinux <hmhb> uefi on all partitions 2020-02-23T05:30:03 #kisslinux <dilyn> I mean, if the cars don't exist them you aren't in UEFI mode 2020-02-23T05:30:06 #kisslinux <dilyn> How are you checking? 2020-02-23T05:30:14 #kisslinux <hmhb> i can set boot from legacy or boot first from uefi,so i set it to uefi 2020-02-23T05:30:32 #kisslinux <hmhb> saved and then i start 2020-02-23T05:30:33 #kisslinux <dilyn> In BIOS? 2020-02-23T05:30:37 #kisslinux <hmhb> Yes 2020-02-23T05:30:39 #kisslinux <hmhb> bios 2020-02-23T05:30:55 #kisslinux <hmhb> want a pic 2020-02-23T05:30:59 #kisslinux <hmhb> give me a sec 2020-02-23T05:31:11 #kisslinux <dilyn> Probably doesn't guarantee a UEFI boot, only ensures you could if the boot media allowed it 2020-02-23T05:32:21 #kisslinux <xcko> mmm on my x220 if I set EFI only it won't boot off a bios disk 2020-02-23T05:33:11 #kisslinux <dilyn> A lot of UEFI implementations are borked because motherboard manufacturers demand compatibility over progress 2020-02-23T05:33:47 #kisslinux <hmhb> https://imgur.com/a/hGpCz22 2020-02-23T05:34:05 #kisslinux <hmhb> Img of my bios setup 2020-02-23T05:34:33 #kisslinux <dilyn> That sounds like it would always fallback to legacy of UEFI failed 2020-02-23T05:34:48 #kisslinux <dilyn> Which would be why you can boot and /sys/firmware/EFI/efivars doesn't exist 2020-02-23T05:35:37 #kisslinux <hmhb> In the pick where you see âboot device controlâ i have 2020-02-23T05:35:52 #kisslinux <hmhb> option for both,legacy oprom only or uefi only 2020-02-23T05:36:11 #kisslinux <hmhb> mine is at uefi and legacy oprom 2020-02-23T05:36:35 #kisslinux <xcko> I would disable csm entirely 2020-02-23T05:37:26 #kisslinux <dilyn> None of those say UEFI only 2020-02-23T05:37:31 #kisslinux <dilyn> Only UEFI first 2020-02-23T05:37:33 #kisslinux <xcko> https://wiki.archlinux.org/index.php/Unified_Extensible_Firmware_Interface#UEFI_variables discusses csm 2020-02-23T05:37:35 #kisslinux <hmhb> Then i dont have any options everything goes away 2020-02-23T05:38:03 #kisslinux <xcko> does it boot though? 2020-02-23T05:38:09 #kisslinux <hmhb> the âboot device controlâ has option for uefi only 2020-02-23T05:39:17 #kisslinux <hmhb> disabled csm and it booted into the live usb 2020-02-23T05:40:13 #kisslinux <hmhb> https://imgur.com/a/AEhs83i 2020-02-23T05:40:24 #kisslinux <hmhb> that my lsblk 2020-02-23T05:40:36 #kisslinux <hmhb> i partition the nvme0n1 2020-02-23T05:40:45 #kisslinux <hmhb> thatâs my ssd 2020-02-23T05:42:45 #kisslinux <hmhb> Nvme0n1p1 is /boot/EFI and nvme0n1p2 is root 2020-02-23T05:44:31 #kisslinux <xcko> does /sys/firmware/efi/efivars exist 2020-02-23T05:45:24 #kisslinux <hmhb> Yes 2020-02-23T05:46:30 #kisslinux <xcko> mount your partitions, run kiss-chroot and check again 2020-02-23T05:52:16 #kisslinux <xcko> if it exists, then you should be good to go. Otherwise, mount -t efivarfs none /sys/firmware/efi/efivars from inside the chroot and continue with the kiss install 2020-02-23T05:56:59 #kisslinux <hmhb> Went out of chroot did /sys/firmware/efi/efivars 2020-02-23T05:57:03 #kisslinux <hmhb> its there 2020-02-23T05:57:16 #kisslinux <hmhb> but i always did it like this 2020-02-23T05:57:33 #kisslinux <hmhb> should i do the mount -t etc....to be sure? 2020-02-23T05:58:59 #kisslinux <xcko> does /sys/firmware/efi/efivars exist inside the chroot? 2020-02-23T05:59:49 #kisslinux <hmhb> Permission denied 2020-02-23T06:00:29 #kisslinux <xcko> what was the command that said permission denied? 2020-02-23T06:01:32 #kisslinux <hmhb> Itâs /sys/firmware/efi/efivars 2020-02-23T06:02:17 #kisslinux <hmhb> Says /bin/sh: /sys/firmware/efi/efivars: permission denied 2020-02-23T06:02:17 #kisslinux <xcko> if you run `ls /sys/firmware/efi/efivars` what is the output? 2020-02-23T06:02:52 #kisslinux <hmhb> Nothing just goes down to next imput 2020-02-23T06:04:36 #kisslinux <xcko> that's a good sign. do you have efibootmgr installed in the kiss chroot? 2020-02-23T06:05:44 #kisslinux <xcko> or do `kiss b efivar; kiss i efivar; efivar --list` 2020-02-23T06:06:07 #kisslinux <hmhb> Ok ill do that now 2020-02-23T06:06:42 #kisslinux <hmhb> Hmmmm 2020-02-23T06:07:12 #kisslinux <hmhb> installed successfuly but then efivar âlist gives error 2020-02-23T06:07:24 #kisslinux <xcko> what's the exact error? 2020-02-23T06:07:27 #kisslinux <hmhb> efivar:error listing variables 2020-02-23T06:07:37 #kisslinux <hmhb> function not implemented 2020-02-23T06:07:51 #kisslinux <hmhb> do the mount -t thing now? 2020-02-23T06:09:09 #kisslinux <xcko> you can run `mount` without any options and it will show what is mounted. what happens if you run `efibootmgr` with no options? 2020-02-23T06:10:04 #kisslinux <hmhb> Mount ânot foundâ 2020-02-23T06:10:13 #kisslinux <hmhb> efibootmgr ânot foundâ 2020-02-23T06:10:45 #kisslinux <xcko> `kiss b efibootmgr; kiss i efibootmgr; efibootmgr` 2020-02-23T06:11:39 #kisslinux <hmhb> efi variables are not supported on this system 2020-02-23T06:12:01 #kisslinux <hmhb> when i installed efibootmgr and did then run efibootmgr 2020-02-23T06:13:08 #kisslinux <xcko> what is the output from efibootmgr? 2020-02-23T06:13:19 #kisslinux <hmhb> I wrote it 2020-02-23T06:13:39 #kisslinux <hmhb> EFI variables are not supported on this system 2020-02-23T06:13:53 #kisslinux <xcko> oh sorry I missed it, yeah try to mount the efivarfs 2020-02-23T06:14:27 #kisslinux <xcko> but you may need to install a pkg first if mount isn't alreay installed 2020-02-23T06:16:02 #kisslinux <hmhb> Mount not found after running mount -t efivars none /sys/etc... 2020-02-23T06:16:13 #kisslinux <xcko> `kiss b util-linux; kiss i util-linux;` 2020-02-23T06:16:19 #kisslinux <hmhb> Which pkg is that I need? 2020-02-23T06:16:41 #kisslinux <xcko> util-linux 2020-02-23T06:17:01 #kisslinux <hmhb> Doing it now 2020-02-23T06:17:48 #kisslinux <hmhb> After the util install it gives me this output 2020-02-23T06:18:21 #kisslinux <hmhb> mount: /sys/firmware/efi/efivars: unknown filesystem type âefivarsâ 2020-02-23T06:19:03 #kisslinux <xcko> the command is `mount -t efivarfs ...` not `mount -t efivars ...` 2020-02-23T06:19:21 #kisslinux <xcko> https://www.kernel.org/doc/Documentation/filesystems/efivarfs.txt 2020-02-23T06:19:48 #kisslinux <hmhb> Yes now just went to new imput 2020-02-23T06:19:58 #kisslinux <hmhb> seems itâs mounted then? 2020-02-23T06:20:04 #kisslinux <xcko> then `efibootmgr` 2020-02-23T06:20:04 #kisslinux <hmhb> my bad because of typo 2020-02-23T06:20:15 #kisslinux <xcko> no worries, it's confusing 2020-02-23T06:21:10 #kisslinux <hmhb> Efibootmgr output is 2020-02-23T06:21:13 #kisslinux <hmhb> https://imgur.com/a/jtVOKFR 2020-02-23T06:21:47 #kisslinux <xcko> perfect 2020-02-23T06:22:26 #kisslinux <hmhb> Should I continue with the tut? 2020-02-23T06:22:32 #kisslinux <xcko> yup! 2020-02-23T06:22:55 #kisslinux <xcko> this time, there should be no errors when you get the grub setup 2020-02-23T06:23:02 #kisslinux <hmhb> When i get to bootloader,do i install grub? 2020-02-23T06:23:42 #kisslinux <xcko> unless you know you don't want it, then yes. 2020-02-23T06:24:33 #kisslinux <hmhb> i dont care about grub tbh,so dont install grub and just skip that step? 2020-02-23T06:25:33 #kisslinux <xcko> If you know how to setup a different bootloader, that is your decision. But if you just skip installing grub without setting up any bootloader the your system won't boot 2020-02-23T06:27:41 #kisslinux <hmhb> Ok,grub it is them lol 2020-02-23T06:40:00 #kisslinux <xcko> If you want to experiment in the future, efistub is fun setup. There is a page in the kiss wiki about setting it up 2020-02-23T06:45:00 #kisslinux <hmhb> Yes,first i want to try to get kiss installed then iâll start playing around 2020-02-23T06:45:41 #kisslinux <hmhb> Once i figure out how to install this (hopefully you fixed my efibootmgr issue) i can always get it installed 2020-02-23T07:00:47 #kisslinux <hmhb> Lol now it doesnt want to download the kernel 2020-02-23T07:01:04 #kisslinux <hmhb> just goes down to new input 2020-02-23T07:01:50 #kisslinux <hmhb> Itâs so frustrating,something so simple yet utterly hard to get setup 2020-02-23T07:25:14 #kisslinux <hmhb> xcko Thank you so much đ 2020-02-23T07:25:39 #kisslinux <hmhb> The grub install was perfect,no issues 2020-02-23T12:27:14 #kisslinux <illiliti> how take variables from file but not overwrite existing? - https://termbin.com/1wdq 2020-02-23T13:15:04 #kisslinux <aarng> illiliti, write `: ${var:=toor}` to the file 2020-02-23T13:32:44 #kisslinux <paper_> why doesn't kiss cache the sources it downloads? 2020-02-23T13:44:09 #kisslinux <aarng> paper_: it does in ~/.cache/kiss/sources/* 2020-02-23T13:45:12 #kisslinux <paper_> I was rebuilding the system and it downloaded all the sources again. weird 2020-02-23T13:51:56 #kisslinux <aarng> if you run kiss as root user, the cached files will be in /root/... 2020-02-23T13:52:39 #kisslinux <aarng> so maybe you ran it under different users who have different sources cached 2020-02-23T14:06:36 #kisslinux <paper_> that's possible 2020-02-23T14:46:29 #kisslinux <icyphox> Evening. 2020-02-23T14:48:50 #kisslinux <fehawen> hi ya 2020-02-23T14:50:46 #kisslinux <fehawen> just moved from kitty to simple terminal 2020-02-23T14:50:52 #kisslinux <fehawen> Gee. st is fast 2020-02-23T14:53:01 #kisslinux <paper_> why tf is /usr/share/man/man1/kiss.1 executable? 2020-02-23T14:58:49 #kisslinux <aarng> paper_: good catch 2020-02-23T14:58:57 #kisslinux <aarng> I'd open an issue here -> https://github.com/kisslinux/kiss 2020-02-23T15:32:14 #kisslinux <paper_> in the repo it isn't marked as executable 2020-02-23T15:34:37 #kisslinux <illiliti> https://github.com/kisslinux/repo/blob/master/core/kiss/build#L5 << 'install' by default set '+x' on file if '-m' option not specified 2020-02-23T15:35:19 #kisslinux <paper_> ah, thx 2020-02-23T17:53:15 #kisslinux <fehawen> /q 2020-02-23T18:29:49 #kisslinux <paper_> llvm build uses only one core 2020-02-23T18:30:17 #kisslinux <paper_> why? 2020-02-23T20:42:57 #kisslinux <dylanaraps> Got the charger working 2020-02-23T20:43:22 #kisslinux <dylanaraps> Thanks tape 2020-02-23T20:44:03 #kisslinux <dylanaraps> I even got my hands on a torx screwdriver to open the laptop and reset the battery 2020-02-23T20:44:18 #kisslinux <dylanaraps> New charger arrives tomorrow or Tuesday 2020-02-23T21:06:21 #kisslinux <paper_> thanks dylanaraps for fixing it 2020-02-23T21:08:16 #kisslinux <dylanaraps> No problem 2020-02-23T21:08:31 #kisslinux <dylanaraps> > 9% [Charging] 2020-02-23T21:08:32 #kisslinux <dylanaraps> wew 2020-02-23T21:16:20 #kisslinux <kiedtl> hello 2020-02-23T21:16:30 #kisslinux <dylanaraps> ello 2020-02-23T21:22:53 #kisslinux <dylanaraps> kiedtl: Putting your scrot up now 2020-02-23T21:23:10 #kisslinux <kiedtl> oh, ok 2020-02-23T21:23:12 #kisslinux <kiedtl> thanks 2020-02-23T21:28:30 #kisslinux <dylanaraps> It's up 2020-02-23T21:32:02 #kisslinux <kiedtl> thanks for spelling my name correctly ;) 2020-02-23T21:32:11 #kisslinux <dylanaraps> np 2020-02-23T21:32:13 #kisslinux <E5ten> lmao neofetch in the shame list 2020-02-23T21:32:15 #kisslinux <kiedtl> almost no one spells my name correctly 2020-02-23T21:32:23 #kisslinux <kiedtl> E5ten: and pywal 2020-02-23T21:32:37 #kisslinux <kiedtl> dylanaraps, clutter-home is joke, right? 2020-02-23T21:33:13 #kisslinux <paper_> dylanaraps: look in your mail ;) 2020-02-23T21:33:39 #kisslinux <dylanaraps> kiedtl: Yes 2020-02-23T21:33:46 #kisslinux <kiedtl> good 2020-02-23T21:33:49 #kisslinux <dylanaraps> Of course 2020-02-23T21:33:52 #kisslinux <kiedtl> :) 2020-02-23T21:34:00 #kisslinux <dylanaraps> I'd be worried if anyone took it seriously 2020-02-23T21:34:18 #kisslinux <kiedtl> i wouldn't be surprised if someone did though 2020-02-23T21:34:20 #kisslinux <dylanaraps> paper_: The forward from Viz? 2020-02-23T21:34:27 #kisslinux <paper_> yup 2020-02-23T21:34:39 #kisslinux <dylanaraps> Just saw it 2020-02-23T21:43:53 #kisslinux <E5ten> what's a good low-dep thing for screenshots? 2020-02-23T21:44:22 #kisslinux <dylanaraps> ffmpeg if you use mpv or a browser which pulls it in anyway 2020-02-23T21:44:45 #kisslinux <dylanaraps> Example: https://termbin.com/bfdb 2020-02-23T21:45:17 #kisslinux <E5ten> I have ffmpeg, but I was hoping for something where I could like select a segment of my screen using my mouse 2020-02-23T21:45:25 #kisslinux <dylanaraps> imagemagick supports it 2020-02-23T21:45:29 #kisslinux <dylanaraps> imlib2 also probably 2020-02-23T21:46:02 #kisslinux <j3s[m]> how bout scrot? 2020-02-23T21:46:23 #kisslinux <dylanaraps> scrot uses imlib2 underneath 2020-02-23T21:46:39 #kisslinux <dylanaraps> imlib2 offers a utility called imlib2_grab anyway 2020-02-23T21:46:46 #kisslinux <j3s[m]> ah interesting 2020-02-23T21:46:53 #kisslinux <E5ten> holy shit how did I not realize mpv is the only thing I have that uses ffmpeg lol 2020-02-23T21:47:14 #kisslinux <dylanaraps> Usage: imlib2_grab [-v] [-id <drawable id>] [-width <width>] [-height <height>] [-noshape] <output file> 2020-02-23T21:49:12 #kisslinux <kiedtl> is imagemagick's import an option? 2020-02-23T21:49:49 #kisslinux <dylanaraps> I used to use it. It'll do everything you ask. Selection, per window, full screen, etc. 2020-02-23T22:04:06 #kisslinux <fehawen> /msg nickserv identify BananRepubliken 2020-02-23T22:04:19 #kisslinux <fehawen> hah 2020-02-23T22:04:25 #kisslinux <fehawen> that's not even a typo 2020-02-23T22:04:29 #kisslinux <fehawen> weird 2020-02-23T22:08:16 #kisslinux <konimex> time to change your irc password 2020-02-23T22:08:28 #kisslinux <fehawen> done it 2020-02-23T22:08:41 #kisslinux <fehawen> but that was weird, right? 2020-02-23T22:09:15 #kisslinux <fehawen> There's no typo in there? 2020-02-23T22:20:03 #kisslinux <konimex> I can see some characters before your /msg command 2020-02-23T22:21:35 #kisslinux <fehawen> konimex: You can? Weird. I don't 2020-02-23T22:22:03 #kisslinux <fehawen> Just switched terminal from kitty to st on this machine though. Must be something going on there 2020-02-23T22:22:08 #kisslinux <kiedtl> yep 2020-02-23T22:22:15 #kisslinux <kiedtl> http://0x0.st/iNff.png 2020-02-23T22:22:23 #kisslinux <kiedtl> a bunch of whitespace and question marks 2020-02-23T22:22:55 #kisslinux <fehawen> That's odd 2020-02-23T22:23:49 #kisslinux <fehawen> brb, wanna see if the same thing happens again 2020-02-23T22:25:15 #kisslinux <fehawen> nope 2020-02-23T22:25:41 #kisslinux <fehawen> but opening st from another terminal (kitty) shows some errors 2020-02-23T22:26:32 #kisslinux <kiedtl> something like "erresc: unknown str ESC]*"? 2020-02-23T22:26:35 #kisslinux <fehawen> anyone know hat this means lol?: https://termbin.com/me8p 2020-02-23T22:26:38 #kisslinux <fehawen> yes exactly 2020-02-23T22:26:49 #kisslinux <kiedtl> yeah 2020-02-23T22:27:00 #kisslinux <kiedtl> st doesn't fully support escape sequences 2020-02-23T22:27:36 #kisslinux <kiedtl> most likely pywal is trying to set the terminal's background with escape sequences or something 2020-02-23T22:27:51 #kisslinux <kiedtl> check your ~/.${SHELL}rc 2020-02-23T22:28:01 #kisslinux <dylanaraps> Just ignore the sequence 2020-02-23T22:28:06 #kisslinux <j3s[m]> anybody know of a lightweight notification system? is dunst the way? 2020-02-23T22:28:09 #kisslinux <kiedtl> I think it's harmless 2020-02-23T22:28:13 #kisslinux <dylanaraps> Yup 2020-02-23T22:28:18 #kisslinux <fehawen> dylanaraps: oh hey, guess you received your new charger? 2020-02-23T22:28:21 #kisslinux <dylanaraps> No no 2020-02-23T22:28:26 #kisslinux <dylanaraps> I used a lot of tape on this one 2020-02-23T22:28:42 #kisslinux <dylanaraps> It should arrive tomorrow or the next day though 2020-02-23T22:28:49 #kisslinux <fehawen> Alright 2020-02-23T22:29:18 #kisslinux <fehawen> damn nickserv happening again lol, not sure what the whitespace and questionsmarks came from. 2020-02-23T22:30:10 #kisslinux <kiedtl> I don't see anything this time 2020-02-23T22:30:47 #kisslinux <dylanaraps> Neither 2020-02-23T22:30:50 #kisslinux <fehawen> No I mean't first time :P 2020-02-23T22:31:06 #kisslinux <fehawen> Just not sure what caused it 2020-02-23T22:31:54 #kisslinux <dylanaraps> I spent today in search of a T5 torx screwdriver 2020-02-23T22:32:02 #kisslinux <fehawen> No need emailing the admin again if it's only random passwords used only for irc, right? 2020-02-23T22:32:04 #kisslinux <dylanaraps> Someone came and brought me one around 6PM 2020-02-23T22:32:15 #kisslinux <fehawen> Apart from people reading the logs finding out im an idiot heh 2020-02-23T22:32:24 #kisslinux <fehawen> T5? 2020-02-23T22:32:26 #kisslinux <dylanaraps> fehawen: Unless you care about it, I wouldn't bother 2020-02-23T22:32:32 #kisslinux <fehawen> that's the one for e.g. laptop cases? 2020-02-23T22:32:44 #kisslinux <dylanaraps> It's for opening things you shouldn't ;) 2020-02-23T22:33:07 #kisslinux <dylanaraps> Head looks like this: https://beetstech.com/wp-content/uploads/products/opt_2386-u00_00_wcom.png 2020-02-23T22:33:55 #kisslinux <fehawen> Yep, pretty sure I have those on my old macbook 2020-02-23T22:34:08 #kisslinux <dylanaraps> So. It's Sunday and everything was closed 2020-02-23T22:34:30 #kisslinux <dylanaraps> Went to a cafe, told an old man I know 2020-02-23T22:34:35 #kisslinux <dylanaraps> His cousin repairs watches 2020-02-23T22:34:58 #kisslinux <dylanaraps> His cousin had the screwdriver 2020-02-23T22:35:06 #kisslinux <dylanaraps> So he went to his house and brought me it 2020-02-23T22:35:46 #kisslinux <fehawen> What a hassle, but thankfully there are helpful people when you need them 2020-02-23T22:35:54 #kisslinux <dylanaraps> I opened the laptop (I managed to remove half the screws with a butter knife beforehand) 2020-02-23T22:36:07 #kisslinux <fehawen> Ouch.. 2020-02-23T22:36:11 #kisslinux <dylanaraps> I unplugged the battery and put it back in 2020-02-23T22:36:14 #kisslinux <dylanaraps> Nothing 2020-02-23T22:36:33 #kisslinux <dylanaraps> I was about to go to sleep and started twisting the cord every which way 2020-02-23T22:36:41 #kisslinux <dylanaraps> Noticed the charge light turn on for a split second 2020-02-23T22:37:08 #kisslinux <dylanaraps> So I found the exact amount of mangled twist it needed to work 2020-02-23T22:37:21 #kisslinux <dylanaraps> and in comes a fuck ton of tape to hold it there 2020-02-23T22:37:28 #kisslinux <dylanaraps> 51% [Charging] 2020-02-23T22:37:30 #kisslinux <dylanaraps> Tada 2020-02-23T22:37:44 #kisslinux <fehawen> Congrats :P 2020-02-23T22:37:56 #kisslinux <fehawen> But why take out the battery? 2020-02-23T22:38:04 #kisslinux <dylanaraps> I've got the charger coming as well as a kit of tools if I have to open this thing again 2020-02-23T22:38:09 #kisslinux <fehawen> Or you weren't sure which was broke, bat or charger? 2020-02-23T22:38:14 #kisslinux <dylanaraps> This laptop has electrical issues 2020-02-23T22:38:18 #kisslinux <dylanaraps> It's known for them 2020-02-23T22:38:27 #kisslinux <fehawen> What laptop's that? 2020-02-23T22:38:33 #kisslinux <dylanaraps> Lenovo Yoga 900 2020-02-23T22:38:46 #kisslinux <fehawen> Ah 2020-02-23T22:38:48 #kisslinux <dylanaraps> The battery unplug/replug is a widely known fix for these issues 2020-02-23T22:39:01 #kisslinux <dylanaraps> Issue is I can't test the charger in any other device 2020-02-23T22:39:16 #kisslinux <dylanaraps> So I couldn't discern where the issue was 2020-02-23T22:41:19 #kisslinux <fehawen> Lenovo trying to make a "hip" laptop for the kidz and fails? Thinkpads are rock solid, no? 2020-02-23T22:42:05 #kisslinux <fehawen> hold on, brb 2020-02-23T22:42:07 #kisslinux <dylanaraps> This has been reliable minus this charging issue every 6 months or so 2020-02-23T22:43:46 #kisslinux <konimex> ah, the yoga series, had a lot of monitor issues back when I used it 2020-02-23T22:46:43 #kisslinux <dylanaraps> The charger was 50 euros and that's cheap for it 2020-02-23T22:46:55 #kisslinux <dylanaraps> Typical price is 70-90 euros 2020-02-23T22:47:00 #kisslinux <dylanaraps> God knows why 2020-02-23T22:48:12 #kisslinux <speaknspell> i think dunst has a dbus dependency though.. 2020-02-23T22:48:42 #kisslinux <dylanaraps> It does 2020-02-23T22:50:46 #kisslinux <konimex> I'll need to take a look again at busybox, man that thing is a goddamn pain in segfaults 2020-02-23T22:51:13 #kisslinux <hmhb> Guys I managed with the help of @xcko to get grub and efibootmgr installed...so I finished the further steps rebooted and get to this screen. I can login in with psswd,but what do I do now? 2020-02-23T22:51:27 #kisslinux <konimex> what screen? 2020-02-23T22:51:27 #kisslinux <hmhb> https://imgur.com/a/HzCXlGf 2020-02-23T22:51:34 #kisslinux <hmhb> Just posted 2020-02-23T22:52:13 #kisslinux <konimex> well, welcome aboard then 2020-02-23T22:52:34 #kisslinux <konimex> what do you do next is up to you 2020-02-23T22:53:10 #kisslinux <hmhb> I tried installing âkiss b sowmâ and some other stuff but if fails,wont start the download 2020-02-23T22:53:26 #kisslinux <hmhb> Idk how to get it started,thise last 5% 2020-02-23T22:53:40 #kisslinux <kiedtl> set up internet 2020-02-23T22:53:58 #kisslinux <hmhb> Btw thank you,following you on github,you got some nice stuff konimex 2020-02-23T22:54:15 #kisslinux <kiedtl> what error does it give when it wont start the download? 2020-02-23T22:54:56 #kisslinux <kiedtl> names 2020-02-23T22:55:01 #kisslinux <hmhb> @kietdtl that makes sense đ,i was tired because I had to install kiss 5 times over again till xcko helped me with grub and efi 2020-02-23T22:55:11 #kisslinux <hmhb> Wait a sec 2020-02-23T22:56:08 #kisslinux <hmhb> Error is 2020-02-23T22:56:24 #kisslinux <hmhb> Failed to download https....etc... 2020-02-23T22:56:36 #kisslinux <hmhb> Kiss b sowm was the input 2020-02-23T22:56:43 #kisslinux <konimex> you'll need internet, you have ethernet or wifi? 2020-02-23T22:57:01 #kisslinux <hmhb> Ethernet 2020-02-23T22:57:11 #kisslinux <aarng> fehawen, if it helps, the characters where x05 (^E) and x19 (^Y) 2020-02-23T22:57:12 #kisslinux <kiedtl> what's your ethernet interface? 2020-02-23T22:57:16 #kisslinux <hmhb> Iâll check the arch wiki 2020-02-23T22:57:24 #kisslinux <kiedtl> do `ip l` 2020-02-23T22:57:46 #kisslinux <kiedtl> your interface will be something like `enp3s0f1 2020-02-23T22:58:02 #kisslinux <hmhb> Nope i dont have internet 2020-02-23T22:58:07 #kisslinux <fehawen> aarng: As in... mousewheel up/down? 2020-02-23T22:58:13 #kisslinux <hmhb> Iâll have to get that running 2020-02-23T22:58:40 #kisslinux <kiedtl> fehawen, yep 2020-02-23T22:58:51 #kisslinux <fehawen> thanks 2020-02-23T22:59:13 #kisslinux <fehawen> but weird, I'm on laptop using trackpad, can't reproduce.. 2020-02-23T22:59:41 #kisslinux <kiedtl> hmhb: if you have ethernet cable plugged in, you can just set it up with "ip l set <INTERFACE> up && dhcpcd" 2020-02-23T22:59:48 #kisslinux <fehawen> mousewheel up/down in st with my mouse gives me those characters, but no idea how to do that with trackpad 2020-02-23T23:00:40 #kisslinux <konimex> trackpads usually have them on right hand side don't they 2020-02-23T23:01:07 #kisslinux <hmhb> I canât remember my interface 2020-02-23T23:01:20 #kisslinux <konimex> just look at ip link 2020-02-23T23:01:31 #kisslinux <kiedtl> hmhb, what's the output of `ip l`? 2020-02-23T23:01:36 #kisslinux <konimex> and set it from there 2020-02-23T23:01:56 #kisslinux <kiedtl> hmhb: find an entry that looks like `enp3s0f1`. 2020-02-23T23:01:57 #kisslinux <aarng> also regarding screenshot tool. There was a specialized program to draw selections in X and get the dimensions on stdout 2020-02-23T23:02:08 #kisslinux <kiedtl> aarng, xselrect? 2020-02-23T23:02:10 #kisslinux <aarng> might be a fun project to pair that with ffmpeg :) 2020-02-23T23:02:10 #kisslinux <fehawen> konimex: normally yes, but trying it with any number of fingers and key combinations. can't reproduce. weird 2020-02-23T23:02:17 #kisslinux <kiedtl> lol 2020-02-23T23:02:17 #kisslinux <aarng> I guess, kiedtl 2020-02-23T23:02:25 #kisslinux <hmhb> https://imgur.com/a/6XTa1Bu 2020-02-23T23:02:31 #kisslinux <kiedtl> fehawen, I get lot's of gibberish now :) 2020-02-23T23:02:32 #kisslinux <hmhb> Ip l output 2020-02-23T23:03:00 #kisslinux <aarng> could even pair the script with a tool which gets windows dimensions 2020-02-23T23:03:08 #kisslinux <aarng> easy posix sh scrot clone 2020-02-23T23:03:19 #kisslinux <fehawen> What? I was testing it in st in another workspace :O 2020-02-23T23:03:19 #kisslinux <hmhb> kiedtl thats the output,there is no enp3s... 2020-02-23T23:04:24 #kisslinux <kiedtl> hmhb, heh it looks like you have to recompile your kernel with modules for your ethernet :) 2020-02-23T23:05:19 #kisslinux <dylanaraps> And or WiFi if required 2020-02-23T23:05:44 #kisslinux <fehawen> kiedtl: hmm, I think I misunderstood you perhaps :P 2020-02-23T23:06:00 #kisslinux <hmhb> Hmmm damn,in which section is that in menuconfig if you know by any chance? 2020-02-23T23:06:09 #kisslinux <dylanaraps> It depends on your hardware 2020-02-23T23:06:30 #kisslinux <kiedtl> hmhb, once you get the name of you're wifi hardware, you can search within menuconfig. 2020-02-23T23:06:40 #kisslinux <kiedtl> fehawen, http://0x0.st/iNON.png 2020-02-23T23:07:09 #kisslinux <dylanaraps> Heh 2020-02-23T23:07:15 #kisslinux <dylanaraps> My client hides all that 2020-02-23T23:07:23 #kisslinux <fehawen> kiedtl: Thanks, I read the logs in both ST and Kitty and saw nothing, then read in the browser and saw it. 2020-02-23T23:07:55 #kisslinux <hmhb> How do i get into menuconfig again in this screen? 2020-02-23T23:08:02 #kisslinux <hmhb> So i can fix it 2020-02-23T23:08:18 #kisslinux <kiedtl> go to the directory where you built the kernel 2020-02-23T23:08:28 #kisslinux <kiedtl> and run `make menuconfig` 2020-02-23T23:08:51 #kisslinux <dylanaraps> Then run 'make'. 2020-02-23T23:09:02 #kisslinux <dylanaraps> Should only compile new/what has changed afterwards 2020-02-23T23:09:13 #kisslinux <kiedtl> and then `make install`. 2020-02-23T23:09:18 #kisslinux <kiedtl> and 2020-02-23T23:09:26 #kisslinux <dylanaraps> I'm off to bed. It's late. Cia 2020-02-23T23:09:26 #kisslinux <dylanaraps> o 2020-02-23T23:09:31 #kisslinux <kiedtl> bye 2020-02-23T23:09:45 #kisslinux <fehawen> 2020-02-23T23:09:47 #kisslinux <fehawen> 2020-02-23T23:09:49 #kisslinux <fehawen> 2020-02-23T23:09:52 #kisslinux <kiedtl> hmhb, ensure that you enable the hardware drivers as embedded, not modules. 2020-02-23T23:10:28 #kisslinux <fehawen> kiedtl: Okay, so birch is capturing mousescroll/trackpad gestures as input 2020-02-23T23:10:50 #kisslinux <kiedtl> you use birch? 2020-02-23T23:10:56 #kisslinux <fehawen> yes 2020-02-23T23:11:09 #kisslinux <kiedtl> ah 2020-02-23T23:11:15 #kisslinux <fehawen> Actually it must be st, didn't have this issue when use kitty terminal 2020-02-23T23:11:44 #kisslinux <kiedtl> so bc st doesn't have builtin scrollback support, it doesn't capture ^E and ^Y inputs, which means birch captures it instead I guess 2020-02-23T23:11:57 #kisslinux <aarng> kiedtl: I fail to find xselrect 2020-02-23T23:11:57 #kisslinux <fehawen> Yep 2020-02-23T23:12:03 #kisslinux <kiedtl> or rather bash's `read` 2020-02-23T23:12:23 #kisslinux <hmhb> https://imgur.com/a/7i2yvMd 2020-02-23T23:12:33 #kisslinux <fehawen> Can I make st ignore ^E and ^Y? 2020-02-23T23:12:38 #kisslinux <hmhb> I cant enter make menuconfig 2020-02-23T23:13:32 #kisslinux <kiedtl> fehawen, I dont' use st, but I guess you could add ctrl+e and ctrl+y to st's config.h with some dummy action 2020-02-23T23:13:48 #kisslinux <kiedtl> hmhb, why? 2020-02-23T23:14:04 #kisslinux <kiedtl> are those keys missing from your keyboard? 2020-02-23T23:14:06 #kisslinux <kiedtl> :P 2020-02-23T23:15:04 #kisslinux <hmhb> Has 2 errors 2020-02-23T23:15:12 #kisslinux <aarng> xrectsel, kiedtl! 2020-02-23T23:15:12 #kisslinux <kiedtl> what errors? 2020-02-23T23:15:13 #kisslinux <hmhb> https://imgur.com/a/7i2yvMd 2020-02-23T23:15:14 #kisslinux <aarng> close enough :D 2020-02-23T23:17:40 #kisslinux <hmhb> Any idea how to enter make menuconfig again? 2020-02-23T23:18:46 #kisslinux <kiedtl> run the command as root. 2020-02-23T23:20:11 #kisslinux <hmhb> How do i enter root here,i am logged in with passwd 2020-02-23T23:20:20 #kisslinux <hmhb> Whatâs root for kiss? 2020-02-23T23:20:33 #kisslinux <kiedtl> if sudo is installed, us it. 2020-02-23T23:20:41 #kisslinux <kiedtl> otherwise, log out and then log back in as root 2020-02-23T23:20:48 #kisslinux <hmhb> Sudo not found 2020-02-23T23:20:57 #kisslinux <hmhb> Ill log back in 2020-02-23T23:21:46 #kisslinux <hmhb> Thanks login fixed it 2020-02-23T23:23:11 #kisslinux <hmhb> There are a shit ton of options in networking 2020-02-23T23:23:23 #kisslinux <hmhb> Any idea which is for ethenet? 2020-02-23T23:23:23 #kisslinux <fehawen> 2020-02-23T23:23:24 #kisslinux <fehawen> 2020-02-23T23:23:40 #kisslinux <fehawen> Ah crap, still not fixed. 2020-02-23T23:23:44 #kisslinux <fehawen> brb 2020-02-23T23:28:10 #kisslinux <dilyn> Best bet would be trying lspci to find your hardware information 2020-02-23T23:30:10 #kisslinux <dilyn> mforney: attempted to reproduce my earlier issues with sbase. Couldn't reproduce. So... Probably a user error. Either way, it seems to work now 2020-02-23T23:37:48 #kisslinux <hmhb> Cant find how to setup internet 2020-02-23T23:38:11 #kisslinux <hmhb> Arch wiki doesnt show anything helpful when you dont have internet 2020-02-23T23:38:43 #kisslinux <hmhb> Lscpi -k doesnt show anything meaningful that resembles IP address 2020-02-23T23:39:50 #kisslinux <kiedtl> maybe you should try a prebuilt kernel(?) 2020-02-23T23:40:01 #kisslinux <kiedtl> from Arch Linux, maybe(?) 2020-02-23T23:40:30 #kisslinux <hmhb> How do you set that up running now 2020-02-23T23:40:33 #kisslinux <kiedtl> assuming of course that this is an issue with your kernel 2020-02-23T23:40:43 #kisslinux <kiedtl> hmhb: ÂŻ_(ă)_/ÂŻ 2020-02-23T23:40:46 #kisslinux <hmhb> I installed linux-5.5.5 kernel 2020-02-23T23:40:59 #kisslinux <kiedtl> what matters is not the kernel version 2020-02-23T23:41:05 #kisslinux <kiedtl> but how you built the kernel 2020-02-23T23:41:31 #kisslinux <kiedtl> are you trying to set up wifi or ethernet? 2020-02-23T23:41:50 #kisslinux <hmhb> Ethernet 2020-02-23T23:42:01 #kisslinux <hmhb> I use it on my pc not laptop 2020-02-23T23:42:53 #kisslinux <hmhb> All you have on the internet is some one tip info,if that doesnt work nothings explained 2020-02-23T23:43:26 #kisslinux <fehawen> 2020-02-23T23:43:55 #kisslinux <kiedtl> arch linux wiki isn't a good place for information on this kind of a problem 2020-02-23T23:44:04 #kisslinux <kiedtl> I think GEntoo wiki would be better source of information 2020-02-23T23:44:25 #kisslinux <hmhb> The complete internet is crap on how to build the kernel honestly 2020-02-23T23:44:37 #kisslinux <kiedtl> did you try reconfiguring, rebuilding, and reinstalling your kernel? 2020-02-23T23:44:53 #kisslinux <hmhb> You have to be an expert to figure out to get ethernet running 2020-02-23T23:45:01 #kisslinux <hmhb> Yes i did kiedtl 2020-02-23T23:45:04 #kisslinux <fehawen> kiedtl: I solved it now, thanks. Disabled st from reading Button4 and Button5 2020-02-23T23:45:07 #kisslinux <hmhb> Still nothing 2020-02-23T23:45:10 #kisslinux <kiedtl> did you reboot? 2020-02-23T23:45:16 #kisslinux <hmhb> Yes 2020-02-23T23:45:29 #kisslinux <kiedtl> fehawen, last time you logged in a minute ago I got some more gibberish :) 2020-02-23T23:45:51 #kisslinux <fehawen> kiedtl: Rebuilt st and forgot to spawn a new instance :P 2020-02-23T23:46:19 #kisslinux <kiedtl> hehe 2020-02-23T23:48:39 #kisslinux <fehawen> kiedtl: But now I can't scroll at all lol, so need to find a way to have st only read Button4/5 only for page scrolling somehow. hmm... 2020-02-23T23:48:58 #kisslinux <kiedtl> wait, was st built with scrollback patch? 2020-02-23T23:49:24 #kisslinux <fehawen> No no, I didn't apply any patches 2020-02-23T23:49:36 #kisslinux <kiedtl> st 2020-02-23T23:49:39 #kisslinux <kiedtl> doesn't 2020-02-23T23:49:41 #kisslinux <kiedtl> come 2020-02-23T23:49:43 #kisslinux <kiedtl> with 2020-02-23T23:49:45 #kisslinux <kiedtl> scrollback 2020-02-23T23:50:04 #kisslinux <kiedtl> which is why I never use st 2020-02-23T23:50:12 #kisslinux <kiedtl> fast but all the needed features are missing 2020-02-23T23:50:24 #kisslinux <kiedtl> what's the point of being bloat free if it's unusable 2020-02-23T23:50:26 #kisslinux <fehawen> But I could scroll in i.e. vim or if I cat a file etc 2020-02-23T23:50:34 #kisslinux <kiedtl> ??? 2020-02-23T23:51:43 #kisslinux <fehawen> But I coludn't scroll the content of e.g. "ls -l" if the output extended the window height 2020-02-23T23:52:59 #kisslinux <kiedtl> fehawen, are you sure no patches were applied? 2020-02-23T23:53:12 #kisslinux <kiedtl> I've cloned a new instance of st and built it, I can't scroll at all 2020-02-23T23:53:41 #kisslinux <kiedtl> fehawen, vim's scrollback is independent of the terminal' 2020-02-23T23:53:47 #kisslinux <kiedtl> s scrollback I believe 2020-02-23T23:53:52 #kisslinux <kiedtl> though I could be wrong 2020-02-23T23:57:16 #kisslinux <Guest4358> hmhb: did you make kernel from make defconfig? 2020-02-23T23:57:40 #kisslinux <fehawen> kiedtl: No, you're right, but since I now mapped scroll to a dummy function in st it completely ignores any croll 2020-02-23T23:58:02 #kisslinux <Guest4358> i used lukesmiths st on github. Has scrollback and some other patches applied 2020-02-23T23:58:06 #kisslinux <kiedtl> ah 2020-02-23T23:58:39 #kisslinux <kiedtl> lol, I hope he didn't do that :) 2020-02-23T23:59:22 #kisslinux <dilyn> Maybe we should just recommend people new to kernel compilation use make allyesconfig and then they can pare it down later 2020-02-23T23:59:22 #kisslinux <Guest4358> well, make defconfig worked for me out of the box 2020-02-23T23:59:55 #kisslinux <Guest4358> turned off a bit of stuff tho :D