💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-08-05.txt captured on 2023-01-29 at 04:01:23.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

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

2020-08-05T00:13:15 #kisslinux <himmalerin> I imagine most of you are happy on musl but if you have the time to help my debug my attempts at getting glibc kiss working I'd really appreciate it. https://github.com/gkiss-linux/grepo/issues/8
2020-08-05T00:13:22 #kisslinux <himmalerin> The issue (as far as I can tell) is something is going wrong with mounting a tempfs at /tmp
2020-08-05T00:19:02 #kisslinux <illiliti> what version of mount do you use ? busybox, util-linux, toybox, ubase ?
2020-08-05T00:26:49 #kisslinux <himmalerin> illiliti: busybox's
2020-08-05T00:30:00 #kisslinux <himmalerin> I switched from busybox to util-linux, The error is more slightly descriptive now: "mount: /tmp: wrong fs type, bad option, bad superblock on tmpfs, missing codepage or helper program, or other error"
2020-08-05T00:37:31 #kisslinux <illiliti> try to manually mount tmpfs from emergency shell
2020-08-05T00:37:50 #kisslinux <illiliti> with -v flag
2020-08-05T00:40:39 #kisslinux <illiliti> something like that: mount -v -o defaults,nosuid,nodev -t tmpfs tmpfs /tmp
2020-08-05T00:42:44 #kisslinux <himmalerin> That gives me the same thing as above, 'mount -v tmpfs /tmp' gives me 'mount: /tmp: special devicetmpfs does not exist'. Maybe I messed something up when I was partitioning or something? I've never seen anything like this
2020-08-05T00:45:43 #kisslinux <illiliti> try: mount -v -o nosuid,nodev -t tmpfs tmpfs /tmp
2020-08-05T00:50:11 #kisslinux <himmalerin> Same as the first error. dropping the '-t tmpfs' part gives me the second error
2020-08-05T01:04:58 #kisslinux <illiliti> hmm, that's odd
2020-08-05T01:06:06 #kisslinux <illiliti> did you enable CONFIG_TMPFS in kernel ?
2020-08-05T01:09:08 #kisslinux <xzcvczx> claudia02: have you got the sad little i5?
2020-08-05T01:21:10 #kisslinux <claudia02> xzcvczx: y.
2020-08-05T01:24:50 #kisslinux <xzcvczx> i wonder if that is at fault then i have the strong big powerful i7
2020-08-05T02:44:39 #kisslinux <himmalerin> illiliti: Well I'm feeling a bit stupid, I had 'CONFIG_DEVTMPFS=y' in the kernel but not 'CONFIG_TMPFS=y'. After setting that it boots up fine
2020-08-05T02:44:48 #kisslinux <himmalerin> of course it was something so simple lmao
2020-08-05T02:47:40 #kisslinux <illiliti> nice
2020-08-05T05:35:20 #kisslinux <aosync> konimex: bspwm updated 3 days ago (https://github.com/baskerville/bspwm/releases/tag/0.9.10)
2020-08-05T05:43:22 #kisslinux <dylanaraps> E5ten: Nice suggestions. Thanks
2020-08-05T07:19:52 #kisslinux <smoke790> Has anyone encountered any problems with compliling qt-webengine (for falkon)? My build has failed recently, trying again with "-O2" flag, though I'm not sure if it will help with anything.
2020-08-05T07:47:16 #kisslinux <dylanaraps> Possibly: https://github.com/kisslinux/community/issues/1096
2020-08-05T07:47:38 #kisslinux <dylanaraps> Though this was fixed here: https://github.com/kisslinux/community/commit/41c2124165e19cc6b4ec42abfaacb53bf8f25cab
2020-08-05T07:47:46 #kisslinux <dylanaraps> What's the error message? Send a log
2020-08-05T07:53:32 #kisslinux <smoke790> https://termbin.com/k2y0 Here's the error, I had to pipe it with "tail -n 200" because the file was too long for termbin
2020-08-05T08:16:07 #kisslinux <smoke790> If it fails second time then I'm probably gonna use firefox-bin for the time being, brb, I'll let you know if it succeeded
2020-08-05T08:17:23 #kisslinux <dylanaraps> > /usr/include/c++/10.2.0/bits/hashtable.h:1278:42: internal compiler error: Segmentation fault
2020-08-05T08:17:29 #kisslinux <dylanaraps> Well that's a new one.
2020-08-05T08:18:03 #kisslinux <dylanaraps> Send the output of 'env' as well if possible
2020-08-05T10:18:02 #kisslinux <smoke790> Here's my "env" output http://termbin.com/4cfu
2020-08-05T10:18:56 #kisslinux <smoke790> Also here we go again with another fail: http://termbin.com/drcb
2020-08-05T10:26:09 #kisslinux <smoke790> Don't bother too much, just giving a sign that such issue exists
2020-08-05T11:16:40 #kisslinux <claudia02> smoke790: Your last error is python related. This is kind of _random_ and happens sometimes. Just do again.
2020-08-05T11:44:12 #kisslinux <smoke790> Alright, thanks
2020-08-05T11:57:49 #kisslinux <dylanaraps> ccache is helpful here
2020-08-05T11:58:07 #kisslinux <dylanaraps> read the post-install information for setup, it's really easy.
2020-08-05T12:40:53 #kisslinux <dilynm> We probably should just be building all qt5 stuff with -silent it would make troubleshooting builds so much easier xD
2020-08-05T14:14:24 #kisslinux <xzcvczx> err how do you force remove?
2020-08-05T14:15:04 #kisslinux <xzcvczx> (a package not kiss)
2020-08-05T14:28:40 #kisslinux <dan[m]1> sorry to ask again, but could anyone help me with getting kiss working on an nvidia card? or even outputting the intel graphics through the nvidia card.
2020-08-05T14:29:05 #kisslinux <xzcvczx> as far as i know that is not possible
2020-08-05T14:29:13 #kisslinux <xzcvczx> what are you stuck on?
2020-08-05T14:30:29 #kisslinux <admicos> working on something interesting: https://ebc.li/pnmp
2020-08-05T14:31:10 #kisslinux <dan[m]1> <xzcvczx "what are you stuck on?"> when the system boots with nouveau enaled, it gets to "switching to nouveau from efi vga" and then it freezes. when trying with modesetting drivers, using the gpu or igpu through the gpu, xorg starts but no picture is shown with no errors in the logs
2020-08-05T14:31:32 #kisslinux <xzcvczx> what nvidia card?
2020-08-05T14:31:40 #kisslinux <dan[m]1> 1070ti, gp104
2020-08-05T14:32:49 #kisslinux <dan[m]1> i have seen vague mentions that i should be including firmware somewhere, but i cant find any difinitive answers online. i have also tried copying a different kernel config
2020-08-05T14:36:07 #kisslinux <xzcvczx> you tried reading through https://wiki.archlinux.org/index.php/Nouveau ?
2020-08-05T14:36:07 #kisslinux <dylanaraps> See: https://k1ss.org/wiki/kernel/firmware
2020-08-05T14:36:24 #kisslinux <xzcvczx> my link for generic nouveau stuff
2020-08-05T14:36:29 #kisslinux * dan[m]1 sent a long message:  < https://matrix.org/_matrix/media/r0/download/matrix.org/iBevdOpGBZToxzQNMRabOSBn >
2020-08-05T14:38:36 #kisslinux <dan[m]1> <xzcvczx "my link for generic nouveau stuf"> thanks, ive already looked through it. is the early kms stuff actually required, and does that mean ill need to make an initramfs
2020-08-05T14:42:47 #kisslinux <xzcvczx> doesn't look like it
2020-08-05T14:43:12 #kisslinux <xzcvczx> does dmesg show anything useful?
2020-08-05T14:43:23 #kisslinux <xzcvczx> specifically when its loading noveau
2020-08-05T14:44:12 #kisslinux <dan[m]1> i cant go do dmesg, all i know is that when loading the kernel in recovery / verbose mode, it just freezes on that line about switching from vga to nouveau
2020-08-05T15:19:32 #kisslinux <claudia02> dan[m]1: you can watch out for himmalerin. I think they have provided support for nvidia stuff before.
2020-08-05T15:22:15 #kisslinux <claudia02> dan[m]1: Nuvou was also yesterday topic. Check the logs.
2020-08-05T15:55:28 #kisslinux <dan[m]1> thank you
2020-08-05T15:59:29 #kisslinux <dan[m]1> huh, my firefox has a bug where if you paste something into the address bar and press enter really fast it goes to what you pasted + .com
2020-08-05T15:59:54 #kisslinux <dan[m]1> nvm its just if you press ctrl + enter
2020-08-05T16:00:07 #kisslinux <dan[m]1> why is that even a feature
2020-08-05T16:10:42 #kisslinux <dan[m]1> to get nouveau working, extract the linux-firmware nvidia folder to /lib/firmware or wherever, then run https://raw.githubusercontent.com/nbsdx/nvfw-finder/master/get-kernel-config.sh (needs editing a bit to work, bash tag at top incorrect and codename and firmware dir)
2020-08-05T16:25:51 #kisslinux <claudia02> dan[m]1: It might be also worth to search the logs for 'nouveau' or however people mispronounce this word.
2020-08-05T16:26:27 #kisslinux <dan[m]1> <claudia02 "dan: It might be also worth to s"> yeah i have it now, thanks :)
2020-08-05T16:47:52 #kisslinux <admicos> so, anyone want to experiment with some use flags on kiss? tried to make a gentoo ebuild and got frustrated, so i just decided to port the use flag concept into kiss where building packages are actually easier
2020-08-05T16:47:54 #kisslinux <admicos> https://github.com/Admicos/kiss-repo/blob/kuse/custom/kuse/files/docs/kuse.txt
2020-08-05T16:48:16 #kisslinux <admicos> (it's currently in a separate branch as to keep it semi-private while i make sure it will actually work)
2020-08-05T19:17:35 #kisslinux <ctb0> admicos: that's really cool!
2020-08-05T20:21:42 #kisslinux <himmalerin> Are there known issues building firefox with rust 1.45.0?
2020-08-05T20:21:52 #kisslinux <himmalerin> It fails on compiling gkrust
2020-08-05T20:23:53 #kisslinux <xzcvczx> himmalerin: iirc dylanaraps was moaning about firefox+rust the other day
2020-08-05T20:24:14 #kisslinux <himmalerin> "error: options '-C embed-bitcode=no' and '-C lto' are incompatible" is the actual error
2020-08-05T20:24:18 #kisslinux <himmalerin> gotcha, I'll check the logs
2020-08-05T20:38:57 #kisslinux <himmalerin> Alright, compiling rust 1.45.2 and then I'll give ff a try again
2020-08-05T21:32:50 #kisslinux <himmalerin> why are browsers so /big/
2020-08-05T21:35:03 #kisslinux <admicos> because the internet must be able to access raw usb data
2020-08-05T21:35:28 #kisslinux <admicos> because otherwise how can chrome os be a viable competitor
2020-08-05T21:43:42 #kisslinux <himmalerin> good point, using the browser as your os is a fantastic idea
2020-08-05T21:44:17 #kisslinux <himmalerin> anyway, gkrust fails for me on rust 1.45.2 with the same error so I guess I'll try rolling back to 1.44
2020-08-05T21:44:22 #kisslinux <admicos> it's always funny to me to look at the draft spec of yet another web standard and see @google.com emails there
2020-08-05T21:52:28 #kisslinux <himmalerin> rust takes way too long to compile as well
2020-08-05T21:53:02 #kisslinux <himmalerin> if they're going to break things every release they could slim it down so it's less of a pain to compile each time
2020-08-05T22:09:16 #kisslinux <xzcvczx> admicos: hey at least they are standardising it and not just implementing it in chrome and sticking the middle finger up to any non-chrome based browsers
2020-08-05T22:11:39 #kisslinux <admicos> xzcvczx: Their standards might as well be just "copy what chrome does right now". They don't wait for the thing to be standardized
2020-08-05T22:11:53 #kisslinux <admicos> see: The selection anchor thing with #:~
2020-08-05T22:12:41 #kisslinux <admicos> I mean, it's better than nothing, but that's a really low bar to be proud of
2020-08-05T22:14:07 #kisslinux <xzcvczx> and yet is a good way to completely cripple the competition
2020-08-05T22:48:05 #kisslinux <periish> > his POSIX shell version abuses the main() function's argument list to store the current list of files. :P
2020-08-05T22:48:21 #kisslinux <periish> I actually tried to do this for a line editor in POSIX sh.
2020-08-05T22:48:28 #kisslinux <periish> Hasn't turned out well.
2020-08-05T22:48:45 #kisslinux <periish> You can't easily save "$@".
2020-08-05T23:01:06 #kisslinux <himmalerin> Finally firefox has compiled. Had to go back to Rust 1.44, 1.45 wouldn't work for me