💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-04-24.txt captured on 2024-05-12 at 16:08:39.
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
2020-04-24T00:02:58 #kisslinux <claudia> muevoid: do you have working vaapi with webkit2? 2020-04-24T00:03:20 #kisslinux <muevoid> I havent tested it 2020-04-24T00:05:41 #kisslinux <muevoid> I believe that would take getting wpe_renderer flag working I can test it in a bit 2020-04-24T00:07:06 #kisslinux <claudia> nice 2020-04-24T00:50:32 #kisslinux <deeve> hello, can I get some help with an issue? 2020-04-24T00:51:21 #kisslinux <claudia> dont ask to ask. just ask 2020-04-24T00:54:20 #kisslinux <deeve> okay, I am trying to compile the glib from the extra repo. when it gets to the json-glib part of the build, meson build gives an error of runtime dependency gobject 2.0 not found (tried pkgconfig and cmake). What can I do to fix it? 2020-04-24T00:57:19 #kisslinux <claudia> the package was recently changed 2020-04-24T00:57:43 #kisslinux <claudia> best is to post log. dylan will read then 2020-04-24T00:58:27 #kisslinux <deeve> will do. I'll post it on the github 2020-04-24T01:52:35 #kisslinux <Claire1> yo 2020-04-24T03:32:54 #kisslinux <deeve> down graded the glib and that fixed the issue 2020-04-24T03:45:57 #kisslinux <dilyn> on a mission to simply remove device managers from my life because I don't really use that many 2020-04-24T03:46:14 #kisslinux <dilyn> what special voodoo magic do i have to do for my sound card 2020-04-24T03:47:18 #kisslinux <dilyn> mpv attempts playback but 'cannot open audio device /dev/dsp', which doesn't exist; /dev/dsp1 does tho. a symlink fixes this issue, but it persists for falkon 2020-04-24T03:50:26 #kisslinux <deeve> so sound works except for falkon? 2020-04-24T03:50:49 #kisslinux <dilyn> i mean i only play sound through mpv and falkon 2020-04-24T03:51:06 #kisslinux <dilyn> i don't like the symlink idea because i have to redo it every bootup and i would prefer a more elegant way 2020-04-24T03:51:14 #kisslinux <dilyn> and i think if i fix that, the falkon issue will go away too 2020-04-24T04:27:54 #kisslinux <dilyn> a log of the specifics for those interested: http://ix.io/2jin 2020-04-24T06:57:41 #kisslinux <MueVoid> I get an error for building glib gobject2 package no found maybe I messed up somewhere in the way reinstalling kiss 2020-04-24T07:08:08 #kisslinux <MueVoid> Its actually for json-glib which is now packaged with glib 2020-04-24T07:13:34 #kisslinux <MueVoid> dylan02 dylan03 dylan01 I believe there is an issue with glib for new installs since they are in the same package now I fixed this by manually doing the glib portion of the build script then re running kiss b glib 2020-04-24T08:14:56 #kisslinux <MueVoid> Is there a way to package perl modules 2020-04-24T08:50:23 #kisslinux <muevoid> Would anyone be interested in netsurf? If so I might pull up a pull request on the community repo if not ill just keep it in my personal video 2020-04-24T08:54:45 #kisslinux <konimex> iirc netsurf was packaged before, it's removed though 2020-04-24T08:56:02 #kisslinux <muevoid> is it because the last maintainer stopped maintaing or dylan didn't want it in the community repos? 2020-04-24T08:57:09 #kisslinux <konimex> the former 2020-04-24T08:57:43 #kisslinux <konimex> oh wait 2020-04-24T08:57:44 #kisslinux <konimex> nevermind 2020-04-24T08:57:55 #kisslinux <konimex> it was never packaged in the first place 2020-04-24T08:57:56 #kisslinux <konimex> my bad 2020-04-24T08:58:00 #kisslinux <muevoid> Oh it wasn't? 2020-04-24T08:58:03 #kisslinux <muevoid> Hmmm 2020-04-24T08:58:20 #kisslinux <muevoid> I may open a pull request if anybody is interested I may make a post on reddit 2020-04-24T08:58:26 #kisslinux <muevoid> I am now using it as my main browser 2020-04-24T08:58:35 #kisslinux <muevoid> The compile times are wonderful 2020-04-24T08:58:57 #kisslinux <muevoid> I'm hoping html5 and css3 will be available some time in the near future however 2020-04-24T09:52:42 #kisslinux <dylan01> Fixed glib 2020-04-24T09:57:33 #kisslinux <konimex> dylan: for rust 1.43.0 (and LLVM 10), you need this patch: https://raw.githubusercontent.com/wyvertux/wyverkiss/master/testing/rust/patches/llvm10.patch 2020-04-24T09:57:45 #kisslinux <dylan01> Thanks 2020-04-24T09:57:53 #kisslinux <dylan01> I'm actually doing the build now 2020-04-24T10:24:24 #kisslinux <muevoid> I just got mpv working with youtube so I am officially now using netsurf full time as my browser :) 2020-04-24T10:25:56 #kisslinux <dylan01> Nice 2020-04-24T10:26:02 #kisslinux <dylan01> Let me know how it goes 2020-04-24T10:28:05 #kisslinux <muevoid> I actually enjoy it a lot so far using netsurf. I also don't do much in the browser though. The most demanding thing I did was watch yt which is now handled by mpv+youtube-dl. Otherwise the main websites I go on are k1ss.org,old.reddit.com,github.com,linuxquestions.org and some other various websites that are quite small. The only problem is some websites buttons dont work due to JS support. However it 2020-04-24T10:28:11 #kisslinux <muevoid> may work if you were to compile netsurf with js but personally I dont mind. 2020-04-24T10:29:57 #kisslinux <muevoid> Also just out of curosity is there a reason ffmpeg is compiled with --enable-gpl it disables compiling certain things that are still open source however may not be compatiable with the gpl. In this case it was libtls 2020-04-24T10:35:52 #kisslinux <dylan01> I'll look into ffmpeg 2020-04-24T10:36:32 #kisslinux <muevoid> No worries was just curious im glad to keep it in my own repo if it is a problem. 2020-04-24T11:10:37 #kisslinux <muevoid> Hey dylan01 there may be a problem with glib 2020-04-24T11:10:50 #kisslinux <muevoid> Oh nv 2020-04-24T11:10:51 #kisslinux <muevoid> nvm 2020-04-24T11:11:00 #kisslinux <muevoid> Seems like u have already updated it 2020-04-24T11:11:26 #kisslinux <muevoid> On irc do you get messages from when u were offline if someone pings you? 2020-04-24T11:30:04 #kisslinux <dylan01> I do 2020-04-24T11:30:11 #kisslinux <dylan01> Not through VNC 2020-04-24T11:30:16 #kisslinux <dylan01> I just read the public logs 2020-04-24T11:30:19 #kisslinux <muevoid> Ah gotcha 2020-04-24T11:30:21 #kisslinux <dylan01> I read everything 2020-04-24T11:30:30 #kisslinux <muevoid> I didn't even know you could do that lol 2020-04-24T11:30:31 #kisslinux <dylan01> So, you don't even need to mention my name 2020-04-24T11:30:44 #kisslinux <muevoid> Kk 2020-04-24T11:30:48 #kisslinux <dylan01> https://freenode.logbot.info/kisslinux/ 2020-04-24T11:30:57 #kisslinux <muevoid> I wasnt sure I havent been using irc for an extremely long time 2020-04-24T11:31:15 #kisslinux <dylan01> This is via an open source bot by someone at Mozilla 2020-04-24T11:31:25 #kisslinux <dylan01> It does logging for free 2020-04-24T11:31:29 #kisslinux <dylan01> and hosting for the logs 2020-04-24T11:31:31 #kisslinux <muevoid> Oh awesome 2020-04-24T11:31:40 #kisslinux <dylan01> https://termbin.com/ksl4 2020-04-24T11:31:46 #kisslinux <dylan01> I use this script to read the logs in the terminal 2020-04-24T11:31:54 #kisslinux <muevoid> Some websites look really good for no html5 or css3 2020-04-24T11:32:13 #kisslinux <muevoid> Thats really simple 2020-04-24T11:33:33 #kisslinux <muevoid> Im having an issue with netsurf where none of the icons show up properly in the ui 2020-04-24T11:34:04 #kisslinux <muevoid> Actually it may be since I dont have librsvg installed 2020-04-24T11:41:07 #kisslinux <onodera> did you get any further with flatpak dylan01 2020-04-24T11:41:32 #kisslinux <onodera> I did some research and found this: https://github.com/flatpak/flatpak/issues/3390 2020-04-24T11:41:37 #kisslinux <onodera> but it doesn't seem to work 2020-04-24T11:42:08 #kisslinux <onodera> apulse also doesn't work because of the whole sandboxing thing or whatever 2020-04-24T11:43:23 #kisslinux <dylan01> I've tried apulse (also disabling the sandbox) 2020-04-24T11:43:41 #kisslinux <dylan01> There's a PR huh 2020-04-24T11:44:02 #kisslinux <onodera> though this just adds a more limited version of --device 2020-04-24T11:44:12 #kisslinux <onodera> but even --device=all didn't work for me 2020-04-24T11:44:17 #kisslinux <dylan01> Neither 2020-04-24T11:46:52 #kisslinux <dylan01> I'll apply this patch regardless as it'll be handy once we do solve the real issue 2020-04-24T11:49:38 #kisslinux <dylan01> This is the last bit of output we see (minus the systemd warning) https://github.com/flatpak/flatpak/blob/4b28611ab6e4c144af0599c39c5aedfb15a25a4c/common/flatpak-run.c#L568 2020-04-24T11:52:41 #kisslinux <dylan01> I'm guessing that apulse doesn't work as there's no real pulse server for flatpak to connect to (no socket) 2020-04-24T11:57:50 #kisslinux <dylan01> I can get all of the pulseaudio errors to go away 2020-04-24T11:58:02 #kisslinux <dylan01> Without the use of apulse 2020-04-24T11:58:08 #kisslinux <dylan01> Still crashes on open though 2020-04-24T11:58:17 #kisslinux <dylan01> > export PULSE_SERVER=unix:/run/user/1000/pulse; flatpak run -v --user org.libreoffice.LibreOffice 2020-04-24T11:58:24 #kisslinux <dylan01> 1000 is $(id -u) for my user 2020-04-24T11:58:32 #kisslinux <dylan01> Make sure this dir exists and your user can write to it 2020-04-24T11:58:41 #kisslinux <dylan01> your user must also be the owner 2020-04-24T11:58:52 #kisslinux <dylan01> This removes all messages about pulse 2020-04-24T12:01:43 #kisslinux <dylan01> Firefox says: Audio Backend (remote error) 2020-04-24T12:01:52 #kisslinux <dylan01> (In about:support under Audio) 2020-04-24T12:02:57 #kisslinux <dylan01> I get this too: failed to init cubeb: file /builds/worker/checkouts/gecko/dom/media/AudioStream.cpp, line 328 2020-04-24T12:04:08 #kisslinux <onodera> dylan01: that's true about apulse: https://github.com/i-rinat/apulse/issues/109#issuecomment-601753311 2020-04-24T12:06:00 #kisslinux <dylan01> Great 2020-04-24T12:06:11 #kisslinux <dylan01> I still think we can get this working though 2020-04-24T12:07:42 #kisslinux <dylan01> First error from Firefox: https://dxr.mozilla.org/mozilla-central/source/dom/media/AudioStream.cpp#328 2020-04-24T12:07:55 #kisslinux <dylan01> Libreoffice is the one which crashes on open but it has no --verbose or anything 2020-04-24T12:08:02 #kisslinux <dylan01> Literally zero output 2020-04-24T12:08:10 #kisslinux <dylan01> You're expected to use gdb 2020-04-24T12:08:23 #kisslinux <dylan01> Which is difficult when dealing with a release build + flatpak 2020-04-24T12:09:56 #kisslinux <dylan01> cubeb_stream_init() (Which causes the error message) seems to be from Rust code 2020-04-24T12:10:38 #kisslinux <dylan01> nvm 2020-04-24T12:10:39 #kisslinux <dylan01> https://dxr.mozilla.org/mozilla-central/source/media/libcubeb/src/cubeb.c#314 2020-04-24T12:20:44 #kisslinux <dylan01> > Flatpak changes app distribution for the better. Advantages include: 2020-04-24T12:20:47 #kisslinux <dylan01> > Build for every distro 2020-04-24T12:20:49 #kisslinux <dylan01> :( 2020-04-24T12:42:48 #kisslinux <dilynm> qq 2020-04-24T12:56:49 #kisslinux <dylan01> I may have a minecraft/libreoffice solution 2020-04-24T13:14:19 #kisslinux <dylan01> https://github.com/alsa-project/alsa-oss 2020-04-24T13:14:29 #kisslinux <dylan01> Think of this as apulse but for oss 2020-04-24T13:14:44 #kisslinux <dylan01> This should work with flatpaks 2020-04-24T13:14:51 #kisslinux <dylan01> The only issue is that it won't compile for musl 2020-04-24T13:14:56 #kisslinux <dylan01> The code is well... 2020-04-24T13:15:27 #kisslinux <dylan01> https://termbin.com/51s5 2020-04-24T13:15:51 #kisslinux <dylan01> Look for "error:" 2020-04-24T13:48:27 #kisslinux <uhohpinnocio> Hello? 2020-04-24T13:49:38 #kisslinux <eudaldgr> hello 2020-04-24T13:50:15 #kisslinux <uhohpinnocio> I am having a bit of an issue with my KISS install, not sure if anyone can help 2020-04-24T13:51:04 #kisslinux <eudaldgr> what kind of issue? 2020-04-24T13:51:08 #kisslinux <uhohpinnocio> Mid build of the x stuff (xorg-server xinit xf86-input-libinput) the liveusb crashed 2020-04-24T13:51:25 #kisslinux <uhohpinnocio> I'm currently running the build again 2020-04-24T13:51:57 #kisslinux <uhohpinnocio> But before I booted the libeusb, I decided to boot into my KISS, and there was no wireless device found at all when I ran ip a 2020-04-24T13:52:47 #kisslinux <eudaldgr> have you installed wpa_supplicant? 2020-04-24T13:52:50 #kisslinux <uhohpinnocio> I'm on a thinkpad x1 carbon 3rd gen. And I've included the iwlwifi-7265D-29.ucode 2020-04-24T13:52:51 #kisslinux <uhohpinnocio> Yes 2020-04-24T13:52:58 #kisslinux <uhohpinnocio> in the firmware loader 2020-04-24T13:53:12 #kisslinux <uhohpinnocio> But when I ran dmesg, nothing about iwlwifi came up 2020-04-24T13:53:58 #kisslinux <uhohpinnocio> Not even one line 2020-04-24T13:54:14 #kisslinux <dylan01> It's a kernel driver issue 2020-04-24T13:54:27 #kisslinux <dylan01> You'll have to post your kernel .config as well as information about your hardware 2020-04-24T13:56:43 #kisslinux <uhohpinnocio> Hey dylan01 how should I go about doing this? would a pastebin suffice? 2020-04-24T14:17:46 #kisslinux <k1ss> dylan01: config files should only be in /etc right? not /usr/etc or /usr/local/etc 2020-04-24T14:28:59 #kisslinux <konimex> yes 2020-04-24T14:56:59 #kisslinux <dylan01> uhohpinnocio: Yeah 2020-04-24T14:57:03 #kisslinux <dylan01> Whatever is easiest for you 2020-04-24T14:59:19 #kisslinux <uhohpinnocio> dylan01 https://pastebin.com/aFnB6emd 2020-04-24T14:59:25 #kisslinux <uhohpinnocio> There it is 2020-04-24T15:02:32 #kisslinux <dylan01> Change these: CONFIG_IWLWIFI=m CONFIG_IWLDVM=m CONFIG_IWLMVM=m to =y 2020-04-24T15:02:58 #kisslinux <dylan01> You could just replace all =m with =y to be sure 2020-04-24T15:05:12 #kisslinux <uhohpinnocio> Ah okay, let me try that. Currently building the x stuff 2020-04-24T15:05:36 #kisslinux <uhohpinnocio> What does that change actually do then? Loads iwlwifi into kernel rather than as a module? 2020-04-24T15:09:06 #kisslinux <konimex> depends, if you bake in iwlwifi, then you can =y it 2020-04-24T15:09:09 #kisslinux <konimex> otherwise, you have to use =m 2020-04-24T15:09:50 #kisslinux <uhohpinnocio> Alright thanks konimex 2020-04-24T15:31:02 #kisslinux <uhohpinnocio> Okay rebuilt kernel 2020-04-24T15:31:17 #kisslinux <uhohpinnocio> Still no iwlwifi in dmesg and ip a shows no wireless card :/ 2020-04-24T15:32:12 #kisslinux <dylan01> You may be missing some options 2020-04-24T15:32:20 #kisslinux <dylan01> What's the exact wifi card called? 2020-04-24T15:33:25 #kisslinux <uhohpinnocio> Ah hold on 2020-04-24T15:33:29 #kisslinux <uhohpinnocio> just did modprobe iwlwifi 2020-04-24T15:33:42 #kisslinux <uhohpinnocio> and wlan0 has appeared 2020-04-24T15:34:29 #kisslinux <dylan01> That's odd 2020-04-24T15:34:36 #kisslinux <dylan01> as you did =y for everything no? 2020-04-24T15:34:39 #kisslinux <uhohpinnocio> Yep 2020-04-24T15:34:42 #kisslinux <uhohpinnocio> All with a y 2020-04-24T15:34:49 #kisslinux <uhohpinnocio> let me reboot once more to check 2020-04-24T15:35:52 #kisslinux <uhohpinnocio> Ah I didnt notice this before but I am getting "init system encountered an error, starting emergency shell" 2020-04-24T15:35:57 #kisslinux <uhohpinnocio> Something to do with my swap 2020-04-24T15:36:10 #kisslinux <uhohpinnocio> I thinks its the UUID isn't right 2020-04-24T15:36:14 #kisslinux <dylan01> Ah 2020-04-24T15:37:12 #kisslinux <uhohpinnocio> Yeah 2020-04-24T15:37:14 #kisslinux <uhohpinnocio> Same thing 2020-04-24T15:37:21 #kisslinux <uhohpinnocio> Nothing until I did `modprobe iwlwifi` 2020-04-24T15:40:38 #kisslinux <konimex> you need to start it manually, just add it to your /etc/inittab 2020-04-24T15:40:45 #kisslinux <uhohpinnocio> And after wpa_supplicant and dhcpcd reporting success, getting "ping: bad address" 2020-04-24T15:40:46 #kisslinux <konimex> ::once:/bin/modprobe iwlwifi iirc 2020-04-24T15:40:54 #kisslinux <konimex> ...now that I don't know 2020-04-24T15:41:47 #kisslinux <uhohpinnocio> Let me reboot with that in the inittab 2020-04-24T15:42:06 #kisslinux <uhohpinnocio> Yep thats fixed the modprobe stuff 2020-04-24T15:42:10 #kisslinux <uhohpinnocio> Thanks konimex 2020-04-24T15:44:46 #kisslinux <uhohpinnocio> Changed the uuid and now theres no emergency shell or swap warning now 2020-04-24T15:46:16 #kisslinux <uhohpinnocio> Ah but there is something interesting now 2020-04-24T15:46:28 #kisslinux <uhohpinnocio> Getting "no such user dhcpcd" when running dhcpcd 2020-04-24T15:47:07 #kisslinux <dylan01> Interesting 2020-04-24T15:47:40 #kisslinux <uhohpinnocio> Never had that before haha 2020-04-24T15:47:54 #kisslinux <dylan01> Neither 2020-04-24T15:48:06 #kisslinux <dylan01> Does dhcpcd require a user now (as of a recent update_? 2020-04-24T15:48:19 #kisslinux <uhohpinnocio> I'll check 2020-04-24T15:49:54 #kisslinux <dylan01> I found i 2020-04-24T15:49:56 #kisslinux <dylan01> it* 2020-04-24T15:50:13 #kisslinux <dylan01> > echo "No suitable user found for Priviledge Separation!" 2020-04-24T15:50:40 #kisslinux <uhohpinnocio> What's that? 2020-04-24T15:50:42 #kisslinux <dylan01> During ./configure it checks for a user named 'dhcpcd', if it finds one it uses it at runtime. If not, it uses root. 2020-04-24T15:51:47 #kisslinux <dylan01> Fixed 2020-04-24T15:51:57 #kisslinux <dylan01> Run 'kiss u' and then 'kiss b dhcpcd; kiss i dhcpcd' 2020-04-24T15:52:19 #kisslinux <uhohpinnocio> yeah just loading the liveusb to get net then i'll run that :) 2020-04-24T15:52:57 #kisslinux <dylan01> Awesome 2020-04-24T15:53:15 #kisslinux <dylan01> Interesting Wayland compositor: https://hikari.acmelabs.space/ 2020-04-24T16:00:07 #kisslinux <uhohpinnocio> Oh my god 2020-04-24T16:00:24 #kisslinux <uhohpinnocio> I just realised there was a typo in my wpa_supplicant.conf :O 2020-04-24T16:00:52 #kisslinux <uhohpinnocio> But still getting "ping: bad address" 2020-04-24T16:01:02 #kisslinux <uhohpinnocio> after the update and rebuild and config change 2020-04-24T16:04:21 #kisslinux <dylan01> Are you connected? 2020-04-24T16:04:34 #kisslinux <dylan01> You can check `dmesg`. There _should_ be something there 2020-04-24T16:08:56 #kisslinux <uhohpinnocio> Wait 2020-04-24T16:09:26 #kisslinux <uhohpinnocio> dhcpcd says "main: control_open: Connection refused" 2020-04-24T16:12:14 #kisslinux <uhohpinnocio> but only sometimew 2020-04-24T16:12:34 #kisslinux <uhohpinnocio> rebooted it, tried it again and no message but still "ping: bad address" 2020-04-24T16:13:31 #kisslinux <konimex> > based on wlroots 2020-04-24T16:13:32 #kisslinux <konimex> ah fuck 2020-04-24T16:17:26 #kisslinux <dylan01> Are you sure that wpa_supplicant connected to the network and that dhcp has a valid an IP? 2020-04-24T16:22:09 #kisslinux <uhohpinnocio> let me try 2020-04-24T16:22:47 #kisslinux <uhohpinnocio> Ah ok 2020-04-24T16:22:54 #kisslinux <uhohpinnocio> So I've been running it with -B 2020-04-24T16:23:23 #kisslinux <dylan01> konimex: https://github.com/void-linux/void-infrastructure/issues/67 2020-04-24T16:23:44 #kisslinux <uhohpinnocio> but without that, I get "n180211: could not set interface 'p2p-dev-wlan0' UP" 2020-04-24T16:25:20 #kisslinux <dylan01> Try rfkill 2020-04-24T16:25:25 #kisslinux <dylan01> Maybe the device is rfkill blocked 2020-04-24T16:25:43 #kisslinux <konimex> wew, now that's a new drama 2020-04-24T16:26:23 #kisslinux <eudaldgr> wtf is going on with void xd 2020-04-24T16:26:24 #kisslinux <uhohpinnocio> Never used rfkill before 2020-04-24T16:26:52 #kisslinux <konimex> so, what caused it behind the scenes 2020-04-24T16:27:24 #kisslinux <konimex> no news yet on /r/linux though 2020-04-24T16:29:31 #kisslinux <uhohpinnocio> okay 2020-04-24T16:29:37 #kisslinux <uhohpinnocio> so `rfkill list` 2020-04-24T16:29:53 #kisslinux <dylan01> Should say "unblocked unblocked" or similar 2020-04-24T16:30:05 #kisslinux <uhohpinnocio> is giving me: "0: phy0: wlan Soft blocked: no Hard blocked: no" 2020-04-24T16:30:13 #kisslinux <dylan01> Yeah 2020-04-24T16:30:16 #kisslinux <dylan01> That's good 2020-04-24T16:30:40 #kisslinux <uhohpinnocio> Oh okay 2020-04-24T16:31:47 #kisslinux <uhohpinnocio> To be honest, I wanted to use iwd/eiwd 2020-04-24T16:32:07 #kisslinux <uhohpinnocio> As I was using iwd on gentoo 2020-04-24T16:32:47 #kisslinux <uhohpinnocio> But I noticed that after installing eiwd on KISS, there's no iwctl yet? Is it just config files for now? 2020-04-24T16:33:03 #kisslinux <dylan01> Yeah 2020-04-24T16:33:08 #kisslinux <dylan01> Exactly that 2020-04-24T16:34:35 #kisslinux <dylan01> konimex: https://github.com/void-linux/void-infrastructure/pull/68 2020-04-24T16:35:30 #kisslinux <E5ten> but that was in reference to the original issue wasn't it? 2020-04-24T16:35:44 #kisslinux <dylan01> uhohpinnocio: I have a lot of work to do before iwctl (or something like it) can be shipped with eiwd. 2020-04-24T16:35:55 #kisslinux <dylan01> E5ten: My first link, yeah 2020-04-24T16:37:27 #kisslinux <konimex> didn't know one can make a "draft" pull request 2020-04-24T16:37:30 #kisslinux <konimex> is that new? 2020-04-24T16:38:26 #kisslinux <konimex> > Though xtr's behavior towards other project members, uncoordinated pushes to glibc and musl packages, general disregard for breaking users, and other similar actions in the project qualify for immediate removal as a malicious actor. I believe its in everyone's best interests, including yours xtraeme, to let this sit for a week. 2020-04-24T16:38:32 #kisslinux <konimex> from the first link, just minutes ago 2020-04-24T16:40:32 #kisslinux <E5ten> so much shit always going wrong with void's leadership... 2020-04-24T16:40:46 #kisslinux <E5ten> didn't the project leader just disappear at one point for like either ever or a really long time? 2020-04-24T16:41:55 #kisslinux <konimex> yep, was around 2-3 years ago I believe 2020-04-24T17:02:28 #kisslinux <uhohpinoccio> ahh I still don't know whats wrong :( 2020-04-24T17:02:40 #kisslinux <uhohpinoccio> Can't seem to find anything on it either 2020-04-24T17:04:19 #kisslinux <E5ten> oh it's the same leader, he reappeared a few months ago 2020-04-24T17:09:37 #kisslinux <dylan01> uhohpinnocio: Send logs from wpa_supplicant and dhcpcd. Also, dmesg. (To pastebin or wherever) 2020-04-24T17:09:52 #kisslinux <dylan01> Need as much info as possible 2020-04-24T17:10:03 #kisslinux <dylan01> Also the model name of your wifi card 2020-04-24T18:12:16 #kisslinux <uhohpinoccio> Okay will do 2020-04-24T18:46:03 #kisslinux <uhohpinoccio> Okay dylan01 2020-04-24T18:46:45 #kisslinux <uhohpinoccio> dhcpcd: https://pastebin.com/QVnnHsRc 2020-04-24T18:48:37 #kisslinux <uhohpinoccio> wpa_supplicant: https://pastebin.com/WW0qEekU 2020-04-24T18:50:04 #kisslinux <uhohpinoccio> dmesg: https://pastebin.com/B7XFBFnv 2020-04-24T18:50:58 #kisslinux <dilynm> "Apr 24 18:25:18 [397]: enp0s25: waiting for carrier" 2020-04-24T18:50:58 #kisslinux <dilynm> Dhcpcd thinks your wireless card is an Ethernet interface 2020-04-24T18:51:20 #kisslinux <dilynm> How did you run dhcpcd? 2020-04-24T18:51:32 #kisslinux <uhohpinoccio> 'dhcpcd' 2020-04-24T18:51:46 #kisslinux <dilynm> Try dhcpcd wlan0 2020-04-24T18:52:00 #kisslinux <dilynm> Assuming wlan0 is the name that shows up when you enter ip link 2020-04-24T18:52:09 #kisslinux <uhohpinoccio> Thanks dilynm i'll give that a go 2020-04-24T18:55:41 #kisslinux <dilynm> Dylan there's a typo in the wpa supplicant will page. It doesn't actually specify an interface name with the -i flag 2020-04-24T18:55:44 #kisslinux <uhohpinoccio> :O 2020-04-24T18:55:50 #kisslinux <uhohpinoccio> dilynm That worked :D 2020-04-24T18:55:56 #kisslinux <dilynm> s/will/wiki 2020-04-24T18:55:58 #kisslinux <uhohpinoccio> Thankyou for that 2020-04-24T18:55:59 #kisslinux <dilynm> Yay! 2020-04-24T18:56:20 #kisslinux <uhohpinoccio> Many thanks <3 2020-04-24T18:56:29 #kisslinux <uhohpinoccio> I need to now learn how to use eiwd configs 2020-04-24T18:56:37 #kisslinux <uhohpinoccio> Because I just used iwctl before on gentoo 2020-04-24T18:56:43 #kisslinux <dilynm> Wifi is one of the things I've spent the most time on with Linux lol. Been a hastle since 2006 2020-04-24T18:57:15 #kisslinux <uhohpinoccio> Aha yeah glad I ran into some of the ucode stuff before so didn't need to hassle you all too much on that. Really appreciate the help so far though ;) 2020-04-24T18:57:20 #kisslinux <dilynm> The Arch will should be relatively up to date on iwd config files. The official docs are pretty short and easy to read tho 2020-04-24T18:57:32 #kisslinux <uhohpinoccio> Ah okay i'll look into it :) 2020-04-24T18:58:05 #kisslinux <dilynm> Only thing about eiwd is you have to background it yourself but it works very well 2020-04-24T18:59:20 #kisslinux <uhohpinoccio> Oh okay 2020-04-24T18:59:31 #kisslinux <dylan01> What's the correct flag for wpa_supplicant? 2020-04-24T18:59:45 #kisslinux <dylan01> So I can fix the wiki page 2020-04-24T19:00:20 #kisslinux <dilynm> It's -i $interface 2020-04-24T19:00:33 #kisslinux <dilynm> Probably should do the same for dhcpcd 2020-04-24T19:01:03 #kisslinux <dylan01> Same for dhcpcd? '-i'? 2020-04-24T19:01:32 #kisslinux <dylan01> The Wiki page seems fine. wpa commands have '-i <interface>' and dhcpcd has '<interface>' 2020-04-24T19:02:43 #kisslinux <dilynm> Nah that should just be dhcpcd $interface 2020-04-24T19:04:56 #kisslinux <dylan01> Yeah 2020-04-24T19:05:01 #kisslinux <dylan01> They're like this already 2020-04-24T19:05:15 #kisslinux <dilynm> Is it? 2020-04-24T19:05:19 #kisslinux <dylan01> 'dhcpcd <interface>' and 'wpa_supplicant -B -i <interface> bla bla' 2020-04-24T19:05:20 #kisslinux <dylan01> Yeah 2020-04-24T19:05:28 #kisslinux <dilynm> It's blank on both my phone and laptop 2020-04-24T19:05:32 #kisslinux <dylan01> I just pulled the website sources 2020-04-24T19:05:36 #kisslinux <dilynm> The whole thing is missing an interface name 2020-04-24T19:05:51 #kisslinux <dylan01> lol 2020-04-24T19:05:52 #kisslinux <dylan01> Oh 2020-04-24T19:05:56 #kisslinux <dylan01> It thinks it's html 2020-04-24T19:05:59 #kisslinux <dylan01> Thanks web 2020-04-24T19:06:03 #kisslinux <dilynm> f 2020-04-24T19:06:31 #kisslinux <dylan01> See (as .txt) https://k1ss.org/wiki/WiFi-connection-with-wpa_supplicant.txt 2020-04-24T19:06:53 #kisslinux <k1ss> dylan01: the this week posts still goin? 2020-04-24T19:06:59 #kisslinux <dylan01> Yes 2020-04-24T19:07:05 #kisslinux <dylan01> I'll have it done tomorrow 2020-04-24T19:07:10 #kisslinux <dilynm> Yeah I just downloaded the page and it says <interface> 2020-04-24T19:07:12 #kisslinux <k1ss> awesome I really like to read them 2020-04-24T19:07:31 #kisslinux <dilynm> Man I hate the internet 2020-04-24T19:07:33 #kisslinux <dylan01> I'm glad you enjoy them! 2020-04-24T19:07:40 #kisslinux <dylan01> dilynm: As do I 2020-04-24T19:08:12 #kisslinux <k1ss> dylan01: hows gcc? would it be a good idea to rebuild every package with gcc10 now? 2020-04-24T19:08:35 #kisslinux <dylan01> I've already tested all packages with GCC 10 2020-04-24T19:08:41 #kisslinux <dylan01> Just waiting for release 2020-04-24T19:09:02 #kisslinux <dylan01> (Tested with snapshot releases) 2020-04-24T19:36:59 #kisslinux <constptr> Hey there 2020-04-24T19:37:11 #kisslinux <uhohpinoccio> Hello 2020-04-24T19:37:12 #kisslinux <constptr> Is runit available as init system ? 2020-04-24T19:37:53 #kisslinux <uhohpinoccio> Yep 2020-04-24T19:37:59 #kisslinux <uhohpinoccio> available in the community repository 2020-04-24T19:39:17 #kisslinux <constptr> Ok, i will try kiss soon 2020-04-24T19:39:25 #kisslinux <constptr> Hope that i can contribute to it 2020-04-24T19:40:37 #kisslinux <uhohpinoccio> Okay nice ;) I only just installed it 2020-04-24T19:44:53 #kisslinux <constptr> So, how to use runit? 2020-04-24T19:45:03 #kisslinux <constptr> Are init scripts be useful for it? 2020-04-24T19:45:17 #kisslinux <constptr> Or should i write my own scripts? 2020-04-24T19:45:59 #kisslinux <k1ss> a runit guide would be cool, afaik you have to write your own scripts, if there arent any in community yet. 2020-04-24T19:55:18 #kisslinux <ominous_anonymou> https://www.mikeperham.com/2014/07/07/use-runit/ 2020-04-24T19:57:37 #kisslinux <ominous_anonymou> the default is to use busybox init: https://k1ss.org/wiki/Managing-Services 2020-04-24T19:58:50 #kisslinux <constptr> Busybox runit --> it's runit itself isn't it? 2020-04-24T19:59:20 #kisslinux <constptr> Using busybox init for init 2020-04-24T19:59:34 #kisslinux <constptr> And runit for system supervision 2020-04-24T19:59:38 #kisslinux <constptr> Am i wrong? 2020-04-24T20:00:46 #kisslinux <constptr> And Dylan, can you make website little more like before? 2020-04-24T20:00:56 #kisslinux <constptr> New one looks small on my screen 2020-04-24T20:05:06 #kisslinux <tankf33der> https://wiki.voidlinux.org/Runit 2020-04-24T20:06:23 #kisslinux <constptr> tankf33der, thanks . I know runit,but asked whether k1ss supports it officially 2020-04-24T20:06:45 #kisslinux <tankf33der> constptr: ok 2020-04-24T20:06:51 #kisslinux <ominous_anonymou> yes 2020-04-24T20:33:12 #kisslinux <PlasmaStrike> does kiss support s6 init? 2020-04-24T21:02:21 #kisslinux <konimex> ah fuck too bad void irc has no logging 2020-04-24T21:02:33 #kisslinux <dilynm> That'd be a wild ride 2020-04-24T21:03:22 #kisslinux <konimex> I should've joined the channel when dylan posted the github issue just to monitor what was really happening 2020-04-24T21:03:29 #kisslinux <ominous_anonymou> PlasmaStrike have you tried building it? 2020-04-24T21:04:00 #kisslinux <k1ss> konimex: just check xtraemeat twitter 2020-04-24T21:12:28 #kisslinux <E5ten> dylan01: remind me, do you use st? 2020-04-24T21:17:16 #kisslinux <konimex> k1ss: that was actually enough to give some background 2020-04-24T21:23:32 #kisslinux <ominous_anonymou> @konimex i self-host thelounge (https://thelounge.chat/) which keeps history for me and acts as my irc client from any browser 2020-04-24T21:23:49 #kisslinux <ominous_anonymou> i run it on a digitalocean droplet so it's always up 2020-04-24T21:24:06 #kisslinux <claudia> dylan01: ostree fails to build without bison 2020-04-24T21:33:48 #kisslinux <kiedtl> ehlo 2020-04-24T21:36:03 #kisslinux <claudia> So for context of this on this void topic: The creater of xbps was kicked out and voidlinux will maybe loose xbps because of licensing?(i flew over xtremeat twitter) 2020-04-24T21:38:06 #kisslinux <konimex> some package update changes https://github.com/void-linux/void-packages/issues/21299 2020-04-24T21:48:50 #kisslinux <claudia> thanks, i will have a read 2020-04-24T22:03:18 #kisslinux <dilynm> I was just listening to a podcast where Tim pope was proselytizing for irc and the lounge. Good stuff 2020-04-24T22:03:43 #kisslinux <dilynm> This void hullabaloo is amazing. Weren't they the ones switching to BSD? 2020-04-24T22:19:07 #kisslinux <ominous_anonymou> https://old.reddit.com/r/linux/comments/g7co35/void_linux_creator_resigns_from_the_void_linux/ 2020-04-24T22:23:16 #kisslinux <ominous_anonymou> I don't know, it's a shame the creator is going through whatever he's going through. He really hurt Void when he just up and disappeared. 2020-04-24T22:54:25 #kisslinux <kiedtl> btw, dylan, do you have any plans on adding a second core maintainer who can temporarily take over management of KISS in case of your absence?