💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-10-17.txt captured on 2024-06-16 at 13:47:04.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

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

2020-10-17T07:34:08 #kisslinux <kciN> cfg80211: failed to load regulatory.db
2020-10-17T07:34:48 #kisslinux <kciN> when I search for it with find / nothing shows up either
2020-10-17T07:36:57 #kisslinux <kciN> also, my boot process is getting stuck for 1000 milliseconds after i915 0000:00:02.0: [drm] DMC firmware homepage: ...
2020-10-17T07:37:32 #kisslinux <kciN> oh, it fails to load DMC firmware
2020-10-17T07:49:59 #kisslinux <kciN> but most importantly I get sit0@NONE instead of wlan0
2020-10-17T07:51:17 #kisslinux <kciN> ls /sys/class/net gives enp3s0 lo sit0
2020-10-17T10:00:38 #kisslinux <kciN> hell! why on earth is wlan0 not showing up?
2020-10-17T10:02:07 #kisslinux <kciN> what program is responsible for creating those symlinks in /sys/class/net, udev?
2020-10-17T10:06:28 #kisslinux <kciN> ethernet is working, wireless not even showing up ffs.
2020-10-17T10:09:28 #kisslinux <kciN> nvm got it to work
2020-10-17T10:10:27 #kisslinux <kciN> but one question remains, how do I get nice lspci output like in other distros?
2020-10-17T10:11:07 #kisslinux <sh4rm4^bnc> you gotta use util-linux instead of busybox
2020-10-17T10:11:27 #kisslinux <kciN> I have both installed
2020-10-17T10:11:35 #kisslinux <sh4rm4^bnc> and which one is used?
2020-10-17T10:11:40 #kisslinux <kciN> busybox
2020-10-17T10:11:59 #kisslinux <kciN> how do I swap
2020-10-17T10:12:24 #kisslinux <sh4rm4^bnc> with some kiss command i dont remember
2020-10-17T10:13:07 #kisslinux <kciN> kiss a lspci errors lspci not installed
2020-10-17T10:13:20 #kisslinux <sh4rm4^bnc> kiss a util-linux maybe ?
2020-10-17T10:13:45 #kisslinux <kciN> alternative util-linux does not exist
2020-10-17T10:16:00 #kisslinux <kciN> same for kiss a busybox
2020-10-17T10:17:11 #kisslinux <soliwilos> If you write "kiss a" it will list all alternatives.
2020-10-17T10:17:55 #kisslinux <kciN> I dont see lspci there :(
2020-10-17T10:19:20 #kisslinux <soliwilos> You can type "kiss manifest util-linux", will show all it's files, lspci isn't there.
2020-10-17T10:21:21 #kisslinux <kciN> sad
2020-10-17T10:22:53 #kisslinux <soliwilos> I just checked on one of my gentoo systems, there it's part of a pciutils package.
2020-10-17T10:23:36 #kisslinux <soliwilos> You can do kiss b pciutils && kiss i pciutils
2020-10-17T10:23:38 #kisslinux <kciN> soliwilos danke ;*
2020-10-17T10:24:10 #kisslinux <soliwilos> Enjoy. :D
2020-10-17T10:27:16 #kisslinux <kciN> great, kernel reconfiguration instantly got 10 times easier
2020-10-17T12:48:50 #kisslinux <periish> Hi, there's a checksum mismatch with the kiss 6.0.0 packae
2020-10-17T13:11:59 #kisslinux <kciN> Hey, guys! My kernel is hangin out for quarter of a second at 'Loading compiled-in X.509 certificates'. Do you have any idea how to disable this pseudo-security bullshoot?
2020-10-17T13:14:06 #kisslinux <kciN> As I understand It is caused by CONFIG_SYSTEM_TRUSTED_KEYRING, which is marked '-*-' when I open up nconfig and can't change it.
2020-10-17T13:14:36 #kisslinux <M4R10zM0113R> look for what it got selected by
2020-10-17T13:14:55 #kisslinux <M4R10zM0113R> the help section mentions such
2020-10-17T13:20:36 #kisslinux <kciN> It's getting selected by cfg80211. Will it break stuff if I manually edit that key thing to n in Kconfig?
2020-10-17T13:22:44 #kisslinux <kciN> I want my system to boot under 1 second :)
2020-10-17T13:26:49 #kisslinux <periish> Christ, qemu has a #include <sys/signal.h> in every file
2020-10-17T13:27:08 #kisslinux <periish> Which always gets corrected to #include <signal.h>
2020-10-17T14:25:17 #kisslinux <kciN> I might be missing something silly here, but when I set my KISS_TMPDIR to "tmpfs" it creates directory called "tmpfs" instead of building in ram
2020-10-17T14:28:25 #kisslinux <soliwilos> I'm guessing that envvar just sets a directory, so you'd want to point it to a directory on a tmpfs you've already mounted. Not sure, since I'm somewhat new here as well.
2020-10-17T14:28:40 #kisslinux <dilynm> Tmpfs should be mounted to tmp, no?
2020-10-17T14:29:22 #kisslinux <kciN> should I have entry for tmpfs in my fstab?
2020-10-17T14:29:34 #kisslinux <dilynm> Regulatory db is something you'd have to find somewhere, manually editing the config is probably a bad idea. But you should try, for science
2020-10-17T14:29:52 #kisslinux <dilynm> It should have one in the baselayout pkgs fstab
2020-10-17T14:30:21 #kisslinux <dilynm> https://github.com/dilyn-corner/dotfiles/blob/master/.system/etc/fstab
2020-10-17T14:30:26 #kisslinux <dilynm> Otherwise refer to that
2020-10-17T14:31:30 #kisslinux <kciN> thanks, I deleted tmpfs entry from my fstab for some reason
2020-10-17T14:35:06 #kisslinux <kciN> also, shouldn't / be 0 1 ?
2020-10-17T14:35:59 #kisslinux <kciN> as per fstab(5)
2020-10-17T14:41:21 #kisslinux <dilynm> It should, that's also an old file xD
2020-10-17T16:59:34 #kisslinux <kciN> Xorg segfaults. Running integrated intel graphics.
2020-10-17T18:17:00 #kisslinux <kciN> dmesg output: http://ix.io/2B3k
2020-10-17T18:18:27 #kisslinux <kciN> Xorg.1.log: http://ix.io/2B3l
2020-10-17T18:19:31 #kisslinux <kciN> kernel config: http://ix.io/2B3m
2020-10-17T18:20:14 #kisslinux <kciN> lspci -k output: https://ix.io/2B3n
2020-10-17T18:20:36 #kisslinux <kciN> any help will be much appreciated
2020-10-17T18:23:49 #kisslinux <merakor> Do you have xf86-video-intel
2020-10-17T18:23:58 #kisslinux <kciN> kiss l output: http://ix.io/2B3q
2020-10-17T18:24:38 #kisslinux <kciN> merakor yes
2020-10-17T18:24:58 #kisslinux <merakor> Install xf86-video-intel that should fix your problems
2020-10-17T18:25:14 #kisslinux <merakor> It doesn't seem to be installed
2020-10-17T18:26:03 #kisslinux <kciN> I tried with and without it, didnt help
2020-10-17T18:26:20 #kisslinux <kciN> Just installed it again, same segfault
2020-10-17T18:26:50 #kisslinux <merakor> Oh, I forgot to read the segfault part
2020-10-17T18:27:34 #kisslinux <merakor> I am not exactly knowledgable about the packaging of kiss anymore
2020-10-17T18:28:20 #kisslinux <kciN> I had same problem on alpine, where there setup-xorg-base helped the sotuation
2020-10-17T18:28:49 #kisslinux <kciN> https://gitlab.alpinelinux.org/alpine/alpine-conf/-/blob/master/setup-xorg-base.in
2020-10-17T18:28:55 #kisslinux <kciN> this is the script
2020-10-17T18:29:19 #kisslinux <kciN> it seems that I have everything already installed from there
2020-10-17T18:29:33 #kisslinux <kciN> this is so frustrating
2020-10-17T18:29:54 #kisslinux <merakor> Are you in the video group?
2020-10-17T18:30:05 #kisslinux <kciN> I am running as root
2020-10-17T18:31:30 #kisslinux <kciN> btw when I try running sx as a normal user it gives me screen not found error
2020-10-17T18:31:59 #kisslinux <kciN> and when I run with doas or as a root it segfaults
2020-10-17T18:38:22 #kisslinux <kciN> guess I will be reinstalling everything again...
2020-10-17T21:43:54 #kisslinux <muevoid> I am trying to help my gf get her computer updated however she is trying to update and it says meson no version file found but I confirmed it was there in the repo in KISS_PATH
2020-10-17T21:45:04 #kisslinux <sh4rm4^bnc> shouldn't she be using ubuntu?
2020-10-17T21:45:18 #kisslinux <muevoid> She likes kiss :P
2020-10-17T21:45:21 #kisslinux <sh4rm4^bnc> the only distro i know girls can manage
2020-10-17T21:45:30 #kisslinux <muevoid> Thats kind of sexist dont you think
2020-10-17T21:45:46 #kisslinux <sh4rm4^bnc> (apart from ex-guys calling themselfes girls now)
2020-10-17T21:46:24 #kisslinux <sh4rm4^bnc> yeah, i'm a sexist
2020-10-17T21:46:38 #kisslinux <sh4rm4^bnc> or sex realist, rather
2020-10-17T21:48:09 #kisslinux <sh4rm4^bnc> http://www.lagriffedulion.f2s.com/math.htm
2020-10-17T21:49:44 #kisslinux <muevoid> Is this your only input? Couldn't have kept those comments to yourself? If i wouldve omitted the fact she was a girl you mightve given actual assistance to the issue. Am I incompetent cause I couldn't figute out the issue either? I think that's a real asshole thing to do personally.
2020-10-17T21:51:21 #kisslinux <sh4rm4^bnc> alright, let's debug
2020-10-17T21:51:39 #kisslinux <sh4rm4^bnc> did you run strace on the command that gave this message?
2020-10-17T21:52:31 #kisslinux <muevoid> It was from the kiss pkg manager
2020-10-17T21:52:42 #kisslinux <sh4rm4^bnc> then that's what should be straced
2020-10-17T21:53:00 #kisslinux <sh4rm4^bnc> since strace -f will show you which file name lookup gave ENOENT
2020-10-17T21:53:05 #kisslinux <muevoid> Kiss is in shell that cant be straced can it?
2020-10-17T21:53:18 #kisslinux <sh4rm4^bnc> it can, use strace -f kiss -foo -bar
2020-10-17T21:53:48 #kisslinux <muevoid> kk one second
2020-10-17T22:01:47 #kisslinux <muevoid> Yeah we found where it cant find version but not sure why it manages to find meson in the right repo looking at the tracelog but returns ENOENT for "version" despite a version file being in the meson directory.
2020-10-17T22:04:08 #kisslinux <sh4rm4^bnc> what's the full path to the file it can't find ?
2020-10-17T22:04:19 #kisslinux <muevoid> it literally just says "version"
2020-10-17T22:04:49 #kisslinux <sh4rm4^bnc> the kernel doesn't lie...
2020-10-17T22:05:26 #kisslinux <sh4rm4^bnc> can you pastebin the line with approx 5 lines leading to it ?
2020-10-17T22:05:39 #kisslinux <muevoid> yes one second
2020-10-17T22:08:18 #kisslinux <muevoid> https://termbin.com/o23n1
2020-10-17T22:09:05 #kisslinux <sh4rm4^bnc> you have /meson/version ?
2020-10-17T22:09:24 #kisslinux <sh4rm4^bnc> 10091 chdir("/meson")                   = 0
2020-10-17T22:09:32 #kisslinux <sh4rm4^bnc> 10091 open("version", O_RDONLY)         = -1 ENOENT (No such file or directory)
2020-10-17T22:10:00 #kisslinux <muevoid> yes we have confirmed I can send a screenshot
2020-10-17T22:11:23 #kisslinux <sh4rm4^bnc> if it really exists, may it be a symlink that points to nirvana ?
2020-10-17T22:13:08 #kisslinux <muevoid> just made sure with ls -al version and it is not a symlink
2020-10-17T22:13:17 #kisslinux <muevoid> and it contains the correct version
2020-10-17T22:13:41 #kisslinux <sh4rm4^bnc> o.0
2020-10-17T22:13:55 #kisslinux <sh4rm4^bnc> is the command running in some sort of chroot ?
2020-10-17T22:14:12 #kisslinux <muevoid> Im not sure how the kiss pkg manager works exactly but afaik no
2020-10-17T22:14:15 #kisslinux <sh4rm4^bnc> also i find it odd that there's a directory /meson
2020-10-17T22:14:32 #kisslinux <sh4rm4^bnc> that would be a strict no-go on my distro
2020-10-17T22:14:59 #kisslinux <sh4rm4^bnc> is there a line with chroot in the strace log ?
2020-10-17T22:15:10 #kisslinux <muevoid> will check
2020-10-17T22:16:06 #kisslinux <muevoid> i dont see any lines that indicate a chroot
2020-10-17T22:19:47 #kisslinux <sh4rm4^bnc> is there a call to unshare ?
2020-10-17T22:20:16 #kisslinux <muevoid> nope
2020-10-17T22:20:23 #kisslinux <muevoid> just checked with grep
2020-10-17T22:21:54 #kisslinux <sh4rm4^bnc> that's really mysterious then
2020-10-17T22:22:05 #kisslinux <muevoid> yeah im not sure whats going on
2020-10-17T22:22:18 #kisslinux <muevoid> ill probably open up an issue on github later
2020-10-17T22:22:31 #kisslinux <sh4rm4^bnc> i guess you could try re-installing meson
2020-10-17T22:22:44 #kisslinux <muevoid> I tried that didnt seem to help
2020-10-17T22:22:53 #kisslinux <muevoid> also tried reinstalling the pkg manager and downgrading
2020-10-17T22:23:51 #kisslinux <sh4rm4^bnc> it also seems quirky that meson first does a chdir then an open rather than using an absolute path
2020-10-17T22:26:06 #kisslinux <muevoid> yeah again im not sure