2020-10-17T07:34:08 #kisslinux cfg80211: failed to load regulatory.db
2020-10-17T07:34:48 #kisslinux when I search for it with find / nothing shows up either
2020-10-17T07:36:57 #kisslinux 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 oh, it fails to load DMC firmware
2020-10-17T07:49:59 #kisslinux but most importantly I get sit0@NONE instead of wlan0
2020-10-17T07:51:17 #kisslinux ls /sys/class/net gives enp3s0 lo sit0
2020-10-17T10:00:38 #kisslinux hell! why on earth is wlan0 not showing up?
2020-10-17T10:02:07 #kisslinux what program is responsible for creating those symlinks in /sys/class/net, udev?
2020-10-17T10:06:28 #kisslinux ethernet is working, wireless not even showing up ffs.
2020-10-17T10:09:28 #kisslinux nvm got it to work
2020-10-17T10:10:27 #kisslinux 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 I have both installed
2020-10-17T10:11:35 #kisslinux <sh4rm4^bnc> and which one is used?
2020-10-17T10:11:40 #kisslinux busybox
2020-10-17T10:11:59 #kisslinux 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 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 alternative util-linux does not exist
2020-10-17T10:16:00 #kisslinux same for kiss a busybox
2020-10-17T10:17:11 #kisslinux If you write "kiss a" it will list all alternatives.
2020-10-17T10:17:55 #kisslinux I dont see lspci there :(
2020-10-17T10:19:20 #kisslinux You can type "kiss manifest util-linux", will show all it's files, lspci isn't there.
2020-10-17T10:21:21 #kisslinux sad
2020-10-17T10:22:53 #kisslinux I just checked on one of my gentoo systems, there it's part of a pciutils package.
2020-10-17T10:23:36 #kisslinux You can do kiss b pciutils && kiss i pciutils
2020-10-17T10:23:38 #kisslinux soliwilos danke ;*
2020-10-17T10:24:10 #kisslinux Enjoy. :D
2020-10-17T10:27:16 #kisslinux great, kernel reconfiguration instantly got 10 times easier
2020-10-17T12:48:50 #kisslinux Hi, there's a checksum mismatch with the kiss 6.0.0 packae
2020-10-17T13:11:59 #kisslinux 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 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 look for what it got selected by
2020-10-17T13:14:55 #kisslinux the help section mentions such
2020-10-17T13:20:36 #kisslinux 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 I want my system to boot under 1 second :)
2020-10-17T13:26:49 #kisslinux Christ, qemu has a #include <sys/signal.h> in every file
2020-10-17T13:27:08 #kisslinux Which always gets corrected to #include <signal.h>
2020-10-17T14:25:17 #kisslinux 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 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 Tmpfs should be mounted to tmp, no?
2020-10-17T14:29:22 #kisslinux should I have entry for tmpfs in my fstab?
2020-10-17T14:29:34 #kisslinux 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 It should have one in the baselayout pkgs fstab
2020-10-17T14:30:21 #kisslinux https://github.com/dilyn-corner/dotfiles/blob/master/.system/etc/fstab
2020-10-17T14:30:26 #kisslinux Otherwise refer to that
2020-10-17T14:31:30 #kisslinux thanks, I deleted tmpfs entry from my fstab for some reason
2020-10-17T14:35:06 #kisslinux also, shouldn't / be 0 1 ?
2020-10-17T14:35:59 #kisslinux as per fstab(5)
2020-10-17T14:41:21 #kisslinux It should, that's also an old file xD
2020-10-17T16:59:34 #kisslinux Xorg segfaults. Running integrated intel graphics.
2020-10-17T18:17:00 #kisslinux dmesg output: http://ix.io/2B3k
2020-10-17T18:18:27 #kisslinux Xorg.1.log: http://ix.io/2B3l
2020-10-17T18:19:31 #kisslinux kernel config: http://ix.io/2B3m
2020-10-17T18:20:14 #kisslinux lspci -k output: https://ix.io/2B3n
2020-10-17T18:20:36 #kisslinux any help will be much appreciated
2020-10-17T18:23:49 #kisslinux Do you have xf86-video-intel
2020-10-17T18:23:58 #kisslinux kiss l output: http://ix.io/2B3q
2020-10-17T18:24:38 #kisslinux merakor yes
2020-10-17T18:24:58 #kisslinux Install xf86-video-intel that should fix your problems
2020-10-17T18:25:14 #kisslinux It doesn't seem to be installed
2020-10-17T18:26:03 #kisslinux I tried with and without it, didnt help
2020-10-17T18:26:20 #kisslinux Just installed it again, same segfault
2020-10-17T18:26:50 #kisslinux Oh, I forgot to read the segfault part
2020-10-17T18:27:34 #kisslinux I am not exactly knowledgable about the packaging of kiss anymore
2020-10-17T18:28:20 #kisslinux I had same problem on alpine, where there setup-xorg-base helped the sotuation
2020-10-17T18:28:49 #kisslinux https://gitlab.alpinelinux.org/alpine/alpine-conf/-/blob/master/setup-xorg-base.in
2020-10-17T18:28:55 #kisslinux this is the script
2020-10-17T18:29:19 #kisslinux it seems that I have everything already installed from there
2020-10-17T18:29:33 #kisslinux this is so frustrating
2020-10-17T18:29:54 #kisslinux Are you in the video group?
2020-10-17T18:30:05 #kisslinux I am running as root
2020-10-17T18:31:30 #kisslinux btw when I try running sx as a normal user it gives me screen not found error
2020-10-17T18:31:59 #kisslinux and when I run with doas or as a root it segfaults
2020-10-17T18:38:22 #kisslinux guess I will be reinstalling everything again...
2020-10-17T21:43:54 #kisslinux 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 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 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 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 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 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 kk one second
2020-10-17T22:01:47 #kisslinux 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 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 yes one second
2020-10-17T22:08:18 #kisslinux 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 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 just made sure with ls -al version and it is not a symlink
2020-10-17T22:13:17 #kisslinux 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 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 will check
2020-10-17T22:16:06 #kisslinux 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 nope
2020-10-17T22:20:23 #kisslinux just checked with grep
2020-10-17T22:21:54 #kisslinux <sh4rm4^bnc> that's really mysterious then
2020-10-17T22:22:05 #kisslinux yeah im not sure whats going on
2020-10-17T22:22:18 #kisslinux 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 I tried that didnt seem to help
2020-10-17T22:22:53 #kisslinux 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 yeah again im not sure
text/plain; charset=utf-8
This content has been proxied by September (3851b).