💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-08-19.txt captured on 2024-05-26 at 16:22:54.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

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

2020-08-19T09:42:14 #kisslinux <cat_marin> i can't figure out what's causing this lol
2020-08-19T09:42:49 #kisslinux <cat_marin> it's still not creating directories like /etc/udev or /etc/udev/hwdb.d when i install eudev
2020-08-19T09:42:55 #kisslinux <cat_marin> or other packages
2020-08-19T09:43:11 #kisslinux <cat_marin> it just fails to cp files or create symlinks
2020-08-19T09:44:36 #kisslinux <spageen> I've been promised that wayland is the future since 2011
2020-08-19T09:47:07 #kisslinux <cat_marin> has anybody else even seen this? i mean i know i've been asking for days but if kiss isn't making directories that can't possibly be something i'm doing wrong
2020-08-19T09:47:31 #kisslinux <cat_marin> especially since prior to this i was able to install successfully
2020-08-19T09:51:39 #kisslinux <cat_marin> welp, gentoo it is i guess
2020-08-19T09:52:05 #kisslinux <j`ey> cat_marin: maybe make an issue with all the steps youre taking
2020-08-19T10:54:44 #kisslinux <jedavies> cat_marin: is this when you do "kiss i ..."?  Do you get an error message?
2020-08-19T10:55:09 #kisslinux <cat_marin> yeah
2020-08-19T10:55:24 #kisslinux <cat_marin> it thinks it's successfuly installed but it's spitting out cp and ln errors
2020-08-19T10:55:32 #kisslinux <cat_marin> directories aren't being created
2020-08-19T10:59:00 #kisslinux <jedavies> Can you post what you're seeing in pastebin etc?
2020-08-19T11:11:42 #kisslinux <cat_marin> jedavies: https://f.jmarin.xyz/log.txt
2020-08-19T11:15:54 #kisslinux <jedavies> Is your KISS_ROOT env set to / ? Also what's the permission/owner of /etc, /etc/udev ?
2020-08-19T11:18:42 #kisslinux <cat_marin> KISS_ROOT is empty
2020-08-19T11:18:51 #kisslinux <cat_marin> and /etc is drwxr-xr-x and root:root
2020-08-19T11:18:58 #kisslinux <cat_marin> /etc/udev doesn't exist
2020-08-19T11:19:03 #kisslinux <cat_marin> that's what i was saying
2020-08-19T11:25:28 #kisslinux <jedavies> Can you try setting KISS_ROOT=/ ?
2020-08-19T11:26:01 #kisslinux <cat_marin> still not creating directories
2020-08-19T11:30:21 #kisslinux <cat_marin> i do find it concerning that it's not creating directories and still passing as if it's successfuly installed
2020-08-19T11:30:37 #kisslinux <cat_marin> like its not making /etc/sv/udevd for example
2020-08-19T11:32:12 #kisslinux <j`ey> cat_marin: can you 'tar tf' to confirm the tarball has those dirs
2020-08-19T11:33:16 #kisslinux <cat_marin> well it wouldn't
2020-08-19T11:33:23 #kisslinux <cat_marin> it uses mdev by default doesn't it?
2020-08-19T11:33:34 #kisslinux <j`ey> sorry I meant the eudev tarball
2020-08-19T11:35:25 #kisslinux <j`ey> ok, I get the same issue with eude
2020-08-19T11:35:26 #kisslinux <j`ey> v
2020-08-19T11:35:55 #kisslinux <cat_marin> i knew it wasn't me!
2020-08-19T11:36:45 #kisslinux <cat_marin> the tarball doesn't have those directories, and no and it shouldn't have /etc/sv
2020-08-19T11:37:29 #kisslinux <cat_marin> /etc/udev though, probably? at the very least kiss should be making them
2020-08-19T11:37:37 #kisslinux <j`ey> mine has /etc/sv
2020-08-19T11:37:45 #kisslinux <j`ey> the eudev tarball
2020-08-19T11:38:48 #kisslinux <cat_marin> oh i was looking at the wrong one
2020-08-19T11:38:51 #kisslinux <cat_marin> source tarball
2020-08-19T11:41:09 #kisslinux <j`ey> I dunno what this line does in shell: "case $line in /etc/*) ;;"
2020-08-19T11:43:55 #kisslinux <j`ey> the pkg install stuff hasn't change for months
2020-08-19T11:51:47 #kisslinux <j`ey> oh.. I think that might be bad formatting :/
2020-08-19T11:52:30 #kisslinux <j`ey> that /etc/*);; should be on a new line
2020-08-19T11:53:14 #kisslinux <cat_marin> huh?
2020-08-19T11:53:16 #kisslinux <cat_marin> no
2020-08-19T11:55:18 #kisslinux <cat_marin> shouldn't matter
2020-08-19T11:56:03 #kisslinux <j`ey> shouldn't matter, but I think it's more confusing as written
2020-08-19T11:57:19 #kisslinux <j`ey> cat_marin: anyway I found the reason: https://github.com/kisslinux/kiss/commit/fecf4995f8b580714a2517d9dab6521876c27bd2#diff-4188679c1d8a284ccc41a6b601869e05L980
2020-08-19T11:57:23 #kisslinux <j`ey> this broke things
2020-08-19T11:57:52 #kisslinux <j`ey> before it cd'd into the pkg and found all etc dirs and made them..
2020-08-19T11:58:02 #kisslinux <j`ey> now it cds into KISS_ROOT.. and finds the etcs in that dir
2020-08-19T11:58:11 #kisslinux <j`ey> which is the ones that are already there
2020-08-19T11:58:41 #kisslinux <cat_marin> but i was able to do this not two days ago..?
2020-08-19T11:58:46 #kisslinux <cat_marin> this change is 7 days old
2020-08-19T11:59:07 #kisslinux <j`ey> did you update since then?
2020-08-19T11:59:39 #kisslinux <j`ey> https://github.com/kisslinux/repo/commit/e2efc8db9562935efed20b14a82cba4e7c9ab896 is the update to kiss in the repos
2020-08-19T12:00:30 #kisslinux <j`ey> I just confirmed that changing those few lines back fixes it
2020-08-19T12:01:10 #kisslinux <cat_marin> i'll try not updating lul
2020-08-19T12:01:23 #kisslinux <j`ey> dylanaraps: these lines break etc, for example eudev
2020-08-19T12:01:29 #kisslinux <j`ey> dylanaraps: https://github.com/kisslinux/kiss/commit/fecf4995f8b580714a2517d9dab6521876c27bd2#diff-4188679c1d8a284ccc41a6b601869e05L980-L985
2020-08-19T12:01:49 #kisslinux <j`ey> dylanaraps: because you first cd into KISS_ROOT and then run find.. but you want to find etc from the package, not KISS_ROOT
2020-08-19T12:23:24 #kisslinux <cat_marin> god damn
2020-08-19T12:23:27 #kisslinux <cat_marin> it works
2020-08-19T12:23:28 #kisslinux <cat_marin> thanks
2020-08-19T12:23:39 #kisslinux <cat_marin> i take it i'll have to wait until this is fixed to update though
2020-08-19T12:23:48 #kisslinux <j`ey> hopefully dylan sees it soon
2020-08-19T12:24:50 #kisslinux <cat_marin> i wonder if anyone's made a pr fixing it
2020-08-19T12:27:08 #kisslinux <j`ey> nope
2020-08-19T12:27:13 #kisslinux <j`ey> nor any issues
2020-08-19T12:35:52 #kisslinux <muevoid> Not sure if this issue is me alone, however in firefox it crashes whenever trying to access my webcam.
2020-08-19T12:37:08 #kisslinux <cat_marin> do you have uvcvideo?
2020-08-19T12:37:22 #kisslinux <cat_marin> muevoid:
2020-08-19T12:37:25 #kisslinux <muevoid> Nope didn't know that was needed. My bad
2020-08-19T12:38:01 #kisslinux <muevoid> Is it packaged in the community repo?
2020-08-19T12:38:10 #kisslinux <muevoid> Or wait
2020-08-19T12:38:13 #kisslinux <muevoid> its a kernel module
2020-08-19T12:38:14 #kisslinux <muevoid> isnt it
2020-08-19T12:38:26 #kisslinux <muevoid> Yes i'm pretty sure let me check
2020-08-19T12:38:37 #kisslinux <cat_marin> yeah you have to build your kernel with support for it
2020-08-19T12:38:43 #kisslinux <cat_marin> build it into your kernel
2020-08-19T12:38:55 #kisslinux <muevoid> Yes it is built into my kernel
2020-08-19T12:39:18 #kisslinux <cat_marin> hm
2020-08-19T12:41:30 #kisslinux <muevoid> Yeah its strange
2020-08-19T12:42:03 #kisslinux <cat_marin> are you sure its actually built in? and not just built as a module?
2020-08-19T12:42:48 #kisslinux <muevoid> Yes my kernel is monolithic(everything built in no modules)
2020-08-19T12:43:01 #kisslinux <cat_marin> alright well that's weird
2020-08-19T12:43:51 #kisslinux <muevoid> Just to make sure I dont have the wrong option selected it would be CONFIG_USB_VIDEO_CLASS=y correct?
2020-08-19T12:45:40 #kisslinux <muevoid> Yeah, with ffmpeg my webcam works fine
2020-08-19T12:46:06 #kisslinux <cat_marin> are you using firefox-bin?
2020-08-19T12:46:16 #kisslinux <muevoid> Currently yes
2020-08-19T12:46:24 #kisslinux <cat_marin> maybe try building it yourself against your current system?
2020-08-19T12:46:30 #kisslinux <muevoid> Yeah I can do that
2020-08-19T12:46:42 #kisslinux <cat_marin> depending on your cpu it shouldn't take too too long
2020-08-19T12:46:51 #kisslinux <cat_marin> if you have a beefy one maybe 19-20 minutes
2020-08-19T12:47:07 #kisslinux <muevoid> Itll take a little while cause i've avoided rust up to this point
2020-08-19T16:34:17 #kisslinux <claudia02> E5ten: do you maintain 'libvlc' in the aur?
2020-08-19T17:07:37 #kisslinux <E5ten> claudia02: I added that ages ago, and it's a shit package that I should probably delete lol
2020-08-19T17:08:01 #kisslinux <E5ten> doesn't even build vlc, it just copies the libs from the arch package cuz the arch vlc package is monolithic even though some stuff uses libvlc without needing the actual player
2020-08-19T17:11:16 #kisslinux <claudia02> Yeah, this package should be added to kiss-games to avoid the whole vlc-player. I was asking because of the versioning difference between Vlc is 3.11 and libvlc 5.6. Repology tracks 5.6 as right version.
2020-08-19T17:29:14 #kisslinux <E5ten> @freenode_dylanaraps:matrix.org: do you know of a way to silence shellcheck when I do "read -r var < file" where var is the same word as file?
2020-08-19T17:29:21 #kisslinux <E5ten> because it gives "SC2094: Make sure not to read and write the same file in the same pipeline"
2020-08-19T22:19:28 #kisslinux <cat_marin> alright i just logged into my bouncer, did dylan ever see what was wrong?
2020-08-19T22:24:37 #kisslinux <j`ey> cat_marin: no hasnt been online
2020-08-19T22:25:42 #kisslinux <mcpcpc[m]> err i also think it’s 1:24am Dylan time =S? so might be a while (unless he is pulling another all-nighter).
2020-08-19T22:26:05 #kisslinux <cat_marin> damn
2020-08-19T22:26:30 #kisslinux <cat_marin> its dylan, of course he's pulling an all nighter