💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-03-21.txt captured on 2024-06-16 at 13:50:59.
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
2020-03-21T05:58:22 #kisslinux <ioraff> . 2020-03-21T06:04:44 #kisslinux <ioraff> . 2020-03-21T06:19:52 #kisslinux <ioraff> . 2020-03-21T06:42:33 #kisslinux <ioraff> . 2020-03-21T08:15:59 #kisslinux <k1ss> /bin/su doens't accept my root password on a fresh kiss linux install, fixed it by doing 'chmod +s /bin/su' 2020-03-21T08:32:02 #kisslinux <dylanaraps> o/ 2020-03-21T08:32:26 #kisslinux <dylanaraps> Apologies again for being inactive in this channel. 2020-03-21T08:38:50 #kisslinux <dylanaraps> k1ss: Can reproduce. Will fix shortly. 2020-03-21T08:39:50 #kisslinux <dylanaraps> eudaldgr: You can not. Though if your GCC package is in its own repository, documentation can tie them together. 2020-03-21T08:40:16 #kisslinux <dylanaraps> lieu: 'mdev -df' runs 'mdev -s' btw. Also, are you loading any modules post-boot? 2020-03-21T08:40:37 #kisslinux <dylanaraps> lieu: Send a log too. I can't help you otherwise. 2020-03-21T08:41:10 #kisslinux <dylanaraps> gnstaxo: busybox init by default. You can use whatever you like though. No lock-in at all. 2020-03-21T10:08:07 #kisslinux <lieu> dylanaraps: How does one log the boot process? 2020-03-21T10:09:55 #kisslinux <lieu> dylanaraps: No modules. Everything is baked in. I even disabled module loading in the kernel. 2020-03-21T10:47:59 #kisslinux <dylanaraps> 'dmesg' 2020-03-21T10:48:03 #kisslinux <dylanaraps> 'dmesg > file' 2020-03-21T10:48:13 #kisslinux <dylanaraps> Also, a log from Xorg crashing. 2020-03-21T11:18:00 #kisslinux <lieu> dylanaraps: dmesg -> https://termbin.com/qaj6 2020-03-21T11:18:35 #kisslinux <lieu> Xorg.0.log -> https://termbin.com/wgzg 2020-03-21T11:19:35 #kisslinux <lieu> wait, why is dmesg cut, trying again 2020-03-21T11:21:03 #kisslinux <lieu> dmesg -> https://termbin.com/cxs1 2020-03-21T11:22:48 #kisslinux <lieu> maybe `nc` is shit 2020-03-21T11:23:04 #kisslinux <lieu> here you go: https://0x0.st/iauI.txt 2020-03-21T11:24:45 #kisslinux <lieu> dylanaraps: And whenever I add `mdev -s` before || after `mdev -df ...`, Xorg works. 2020-03-21T11:25:41 #kisslinux <dylanaraps> > [ 344.274] (EE) open /dev/dri/card0: Permission denied 2020-03-21T11:25:49 #kisslinux <dylanaraps> That's your issue 2020-03-21T11:26:00 #kisslinux <dylanaraps> Which 'mdev -s' solves for whatever reason. 2020-03-21T11:27:20 #kisslinux <lieu> dylanaraps: Yeah, it's having permission problems ... which should not be happening because everything was set in `mdev.conf`. 2020-03-21T11:29:11 #kisslinux <lieu> But then, after adding `mdev -s` (not really sure whether before or after, whichever is fine though), all permissions are set properly, hence, makes Xorg work. 2020-03-21T11:30:20 #kisslinux <dylanaraps> OK 2020-03-21T11:31:13 #kisslinux <lieu> But I guess it should be after, as `mdev -df` waits for events. 2020-03-21T11:32:33 #kisslinux <dylanaraps> Pushed a fix 2020-03-21T11:32:38 #kisslinux <dylanaraps> (Running it before) 2020-03-21T11:32:43 #kisslinux <dylanaraps> Try it out (kiss u) 2020-03-21T11:32:56 #kisslinux <dylanaraps> 'mdev -df' should already run 'mdev -s' though 2020-03-21T11:33:28 #kisslinux <lieu> dylanaraps: Yeah, saw that in the code as well. 2020-03-21T11:36:09 #kisslinux <dylanaraps> Does it work now? 2020-03-21T11:36:44 #kisslinux <lieu> dylanaraps: Yes, I've tested that before. 2020-03-21T11:37:01 #kisslinux <lieu> btw 2020-03-21T11:37:47 #kisslinux <dylanaraps> ?? 2020-03-21T11:38:11 #kisslinux <lieu> here's my dev list before the fix -> https://0x0.st/iaud.txt 2020-03-21T11:38:24 #kisslinux <lieu> and after -> https://0x0.st/iauk.txt 2020-03-21T11:38:45 #kisslinux <dylanaraps> > drwx------ 2 root root 80 Mar 21 19:31 .mdev-like-a-boss 2020-03-21T11:38:46 #kisslinux <dylanaraps> ??? 2020-03-21T11:39:44 #kisslinux <lieu> dylanaraps: That was from the helper, I suppose. 2020-03-21T11:40:40 #kisslinux <lieu> Everything's the same with or without them anyway. 2020-03-21T11:44:38 #kisslinux <dylanaraps> Alrighty 2020-03-21T11:44:41 #kisslinux <dylanaraps> So long as it works now 2020-03-21T11:44:58 #kisslinux <lieu> In theory, `mdev -df` does not respect the configuration file. 2020-03-21T11:45:14 #kisslinux <dylanaraps> It should 2020-03-21T11:45:19 #kisslinux <dylanaraps> It does on my machine 2020-03-21T11:45:50 #kisslinux <lieu> Interesting 2020-03-21T11:52:33 #kisslinux <lieu> dylanaraps: Have you tried `uevent mdev & mdev -s` instead of the two `mdev` commands? 2020-03-21T11:55:28 #kisslinux <dylanaraps> Not going to use uevent as it's non-portable 2020-03-21T11:55:50 #kisslinux <dylanaraps> It also has more overhead than 'mdev -d'. 2020-03-21T11:56:23 #kisslinux <dylanaraps> If you enable the legacy hotplugger in your kernel you can avoid the mdev service fyi. 2020-03-21T11:59:38 #kisslinux <lieu> dylanaraps: Ah, maybe that's missing from my kernel. 2020-03-21T12:01:10 #kisslinux <lieu> ... as `/proc/sys/kernel/hotplug` is missing, as well. 2020-03-21T12:03:23 #kisslinux <dylanaraps> That's optional really 2020-03-21T12:22:11 #kisslinux <jedavies> konimex: libev currently does not build. Source tarball has moved, new version available. 2020-03-21T13:56:05 #kisslinux <konimex> I'll take a look later 2020-03-21T13:59:58 #kisslinux <konimex> they have an update 2020-03-21T14:29:35 #kisslinux <konimex> hmm.. I can't make a PR to kiss github using that gh tool