💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-07-25.txt captured on 2024-06-16 at 13:48:39.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

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

2020-07-25T05:47:17 #kisslinux <dylanaraps> o/
2020-07-25T05:49:49 #kisslinux <rohan2020> hi what are the desktop environment I can use on kiss
2020-07-25T05:57:49 #kisslinux <dylanaraps> rohan2020: XFCE4 (https://github.com/periish/kiss-all), KDE (https://github.com/dilyn-corner/KISS-kde), LXQT (https://github.com/eudaldgr/kiss-repo/tree/master/lxqt)
2020-07-25T06:16:37 #kisslinux <xzcvczx> dylanaraps: any hints at to what to look at as to why .profile isn't being sourced?
2020-07-25T06:27:03 #kisslinux <dylanaraps> Where is .profile stored? '$HOME'?
2020-07-25T06:27:34 #kisslinux <xzcvczx> yes
2020-07-25T06:28:06 #kisslinux <xzcvczx> https://termbin.com/3po9
2020-07-25T06:31:06 #kisslinux <dylanaraps> Mine has these permissions: -rwxr-xr-x
2020-07-25T06:32:32 #kisslinux <xzcvczx> ok will try that, doubt it will help though
2020-07-25T06:33:24 #kisslinux <xzcvczx> whats your /etc/profile?
2020-07-25T10:38:34 #kisslinux <dylanaraps> xzcvczx: This is my /etc/profile https://termbin.com/znkd
2020-07-25T11:08:28 #kisslinux <claudia02> o/
2020-07-25T14:19:48 #kisslinux <periish> Hola!
2020-07-25T14:20:23 #kisslinux <konimex> sup
2020-07-25T14:21:57 #kisslinux <periish> trying to get iwd working :<
2020-07-25T14:22:40 #kisslinux <periish> I’ve got all the kernel options, got a /var/lib/iwd/SSID.psk with the passphrase, and I’ve enabled it with runsv
2020-07-25T14:23:54 #kisslinux <periish> Do we need the bssid specifically?
2020-07-25T14:25:04 #kisslinux <claudia02> I only have 'Passphare' and 'PresSharedKey' in mine.
2020-07-25T14:26:14 #kisslinux <periish> Is your /var/lib/iwd/*.psk named after the BSSID(MAC address?) or the SSID?
2020-07-25T14:26:51 #kisslinux <claudia02> .psk is named after the ssid it connects to.
2020-07-25T14:27:51 #kisslinux <claudia02> Do you have iwd configured to use openresolv for dhcp?
2020-07-25T14:28:25 #kisslinux <periish> Aye
2020-07-25T14:28:29 #kisslinux <claudia02> https://termbin.com/4ay4
2020-07-25T14:28:48 #kisslinux <claudia02> Once I got the kernel stuff right, it always worked for me.
2020-07-25T14:29:49 #kisslinux <mcpcpc[m]> <claudia02 "Once I got the kernel stuff righ"> same.  you might want to check the gentoo wiki for the correct kernerl options.  not sure if the kiss wiki article lists them all (my bad!)
2020-07-25T14:30:32 #kisslinux <periish> Hm
2020-07-25T14:30:47 #kisslinux <periish> I’ll add MD4, it complained about that one
2020-07-25T14:44:11 #kisslinux <j`ey> are there other packages, apart from gcc that have mutliple tarballs?
2020-07-25T14:44:21 #kisslinux <j`ey> (in sources)
2020-07-25T14:45:51 #kisslinux <claudia02> I think I did ma last iwd setup after our wiki.
2020-07-25T14:45:59 #kisslinux <claudia02> *my
2020-07-25T14:53:19 #kisslinux <periish> Last question: Anyone know what’s wrong with my doas.conf? https://termbin.com/gh54
2020-07-25T14:53:58 #kisslinux <periish> Shutdown and reboot both work
2020-07-25T14:54:34 #kisslinux <periish> But not other commands
2020-07-25T16:18:53 #kisslinux <randomuser> hello world!
2020-07-25T16:20:31 #kisslinux <randomuser> does anyone know the process by which an initramfs is generated via tinyramfs?
2020-07-25T16:20:49 #kisslinux <randomuser> (i'm trying to do encryption, btw)
2020-07-25T16:22:08 #kisslinux <j`ey> start here I guess https://github.com/illiliti/tinyramfs/blob/master/tinyramfs
2020-07-25T16:22:48 #kisslinux <randomuser> yeah
2020-07-25T16:22:50 #kisslinux <randomuser> I did
2020-07-25T16:23:22 #kisslinux <randomuser> do you know when tinyramfs should be run?
2020-07-25T16:23:28 #kisslinux <randomuser> in the install process
2020-07-25T16:23:49 #kisslinux <randomuser> ideally after the kernel build, right?
2020-07-25T16:24:20 #kisslinux <randomuser> my internet's going down
2020-07-25T16:24:22 #kisslinux <randomuser> hold on
2020-07-25T16:24:56 #kisslinux <randomuser> nvm
2020-07-25T16:25:35 #kisslinux <randomuser> according to arch linux install (https://wiki.archlinux.org/index.php/Installation_guide), it seems that an initramfs is generated
2020-07-25T18:27:49 #kisslinux <dilynm> `strace wayfire` returns:
2020-07-25T18:27:49 #kisslinux <dilynm> execve("/usr/bin/wayfire", ["wayfire"], 0x7ffd8315b360 /* 25 vars *//home/dilyn -> ) = -1 ENOEXEC (Exec format error). And then strace exits, and the system freezes
2020-07-25T18:27:55 #kisslinux <dilynm> Hm hm hm
2020-07-25T18:34:22 #kisslinux <j`ey> what does `file /usr/bin/wayfire` show?
2020-07-25T18:56:42 #kisslinux <dilynm> Nothing strange for an executable
2020-07-25T18:57:54 #kisslinux <dilynm> Okay. Strange.
2020-07-25T18:58:05 #kisslinux <dilynm> Rebooting and running file again returns... Nothing
2020-07-25T18:58:41 #kisslinux <dilynm> Running file on anything returns nothing
2020-07-25T18:58:45 #kisslinux <dilynm> What on earth
2020-07-25T19:00:08 #kisslinux <j`ey> you can ls it?
2020-07-25T19:00:10 #kisslinux <dilynm> Things seem dangerously broken
2020-07-25T19:00:23 #kisslinux <dilynm> I can use all my regular commands, but strange things are broken
2020-07-25T19:00:41 #kisslinux <dilynm> Nothing appears wrong with /usr/bin/wayfire; permissions and ownership are all right...
2020-07-25T19:01:05 #kisslinux <dilynm> kiss b file returns checksum mismatch, even though it literally just built perfectly fine five minutes ago?
2020-07-25T19:01:50 #kisslinux <dilynm> kiss c file && kiss b file results in a gzip error: skipping: <stdin> empty
2020-07-25T19:03:14 #kisslinux <j`ey> memtest?
2020-07-25T19:03:39 #kisslinux <periish> (mind if I repost my above issue?)
2020-07-25T19:04:09 #kisslinux <dilynm> kiss r file runs without error but it still exists in /var/db/kiss/installed/file with an empty manifest!
2020-07-25T19:04:11 #kisslinux <dilynm> Memtest it is
2020-07-25T19:08:13 #kisslinux <periish> I’ve been getting an authorisation failed error with opendoas when I try to run any command, with this config
2020-07-25T19:08:17 #kisslinux <periish> https://termbin.com/gh54
2020-07-25T19:08:30 #kisslinux <periish> Shutdown and reboot work fine, however
2020-07-25T19:09:13 #kisslinux <dilynm> I have "permit persist :wheel" and my user works fine
2020-07-25T19:09:38 #kisslinux <dilynm> 'as root' is assumed, isn't it?
2020-07-25T19:15:33 #kisslinux <periish> Yup, it is. More weird stuff seems to have happened.
2020-07-25T19:15:44 #kisslinux <periish> permit nopass works fine for my user
2020-07-25T19:15:58 #kisslinux <periish> persist just says authorisation failed
2020-07-25T19:19:03 #kisslinux <periish> `permit eris as root` also says that
2020-07-25T19:20:54 #kisslinux <periish> Nopass works with `permit nopass eris`
2020-07-25T19:20:56 #kisslinux <periish> What’s going on here?
2020-07-25T19:27:13 #kisslinux <xzcvczx> anyone packaged a cross gcc toolchain on kiss?
2020-07-25T19:30:51 #kisslinux <dilynm> Maybe doas assumes that if you specify a user you have to also specify a command?
2020-07-25T19:37:47 #kisslinux <perish> Maybe
2020-07-25T19:37:58 #kisslinux <perish> My user isn’t in wheel
2020-07-25T19:40:23 #kisslinux <xzcvczx> lol that would cause annoyances
2020-07-25T21:21:30 #kisslinux <protonesso> ax: hi bro
2020-07-25T22:49:11 #kisslinux <E5ten> so since that /proc usage was removed, is there anything in kiss that seems to be linux-specific?
2020-07-25T22:55:38 #kisslinux <j`ey> E5ten: what was proc used for?
2020-07-25T22:57:08 #kisslinux <E5ten> https://github.com/kisslinux/kiss/commit/a92cb9567336b7860986f61443acb50bea08a80b
2020-07-25T23:00:44 #kisslinux <j`ey> oh yeah, I saw that but didn't see "Fixes a portability issue by removing usage of /proc."
2020-07-25T23:01:13 #kisslinux <j`ey> and was also surprised when things in .cache were automatically cleaned up due to it
2020-07-25T23:28:23 #kisslinux <claudia02> Backtracing libudev-zero: This is my buildfile now https://termbin.com/lp67 . Gdb says its reading debug symbols from /lib/libudev.so.1 but no more output than yesterday.
2020-07-25T23:44:14 #kisslinux <E5ten> Still no function names or anything?
2020-07-25T23:46:04 #kisslinux <claudia02> No. its still like this whicht slightly changed numbers : https://termbin.com/kpt8
2020-07-25T23:46:16 #kisslinux <claudia02> 4 lines
2020-07-25T23:46:30 #kisslinux <claudia02> Both for root and user process
2020-07-25T23:47:38 #kisslinux <claudia02> Maybe I am still missing something
2020-07-25T23:48:53 #kisslinux <claudia02> I run 'while ! pidof sway; do :; done && gdb -p $(pidof (one of the sway processes) -ex "continue"
2020-07-25T23:49:50 #kisslinux <claudia02> 'continue without pager' (c)  ->  pkill sway on my machine --> bt full on ssh machine