00:03:13 GeoBarRod: base generally isn't on the bleeding edge of OpenSSL for a lot of reasons. 00:04:48 One such is that it'd mean a lot of more churn of the tree, since OpenSSL is a big thing to pull in, but another is that it's a lot of work to integrate properly, with things like ossl(4) further complicating things. 00:05:16 Also, 3.1 has an EOL _before_ 3.0.. So, you know, that's probably not unimportant too. :D 00:07:26 Everything in base that'll benefit from OpenSSL probably won't benefit too much from the things noted in the release notes of OpenSSL 3.1, and everything in ports can sumably be custom-built if you're willing to put in the effort using security/openssl31. 00:07:39 presumably* 00:25:20 @debdrup Thanks for the quick reply. Certainly stability is the most important thing. So I'll keep the ports with security/openssl31. Have a great day! :D 01:12:40 GeoBarRod: So, you're already using OpenSSL 3.1 then? I'm just curious about your question, honestly. 01:13:20 I'd assume if you're using the port version of OpenSSL, all your other ports will also be linked to that (provided pkgconf hasn't broken it.) 01:13:45 Is this ask specifically about base OpenSSL? 05:17:42 heya how's 14 running? 05:18:49 * kevans braces for a punchline 05:24:32 no jc 05:24:48 sometimes major versions can be kinda rough launch 07:42:37 im sort of mixing oss and pulse randomly and none of the mixers are pikcing up on applications themselves (i can only adjust volume for the whole system), is there a big picture thing im missing (i3 with startx, dbus enabled) 12:21:08 Seems like 14 is not swapping out firefox processes, causing my system to be practically unusable with more than a handful of firefox tabs open 12:21:21 kernel+userland is 14 but firefox packages are built for 13 - not that this should matter 13:45:47 ek: Funny you mention that. pkgconf is currently breaking it, pending https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273961 13:45:49 Title: 273961 – devel/pkgconf: unconditionally prioritises base system libraries 13:58:27 vkarlsen: Yep. That's exactly why I mentioned it. 13:58:40 :) 14:26:38 what is the correct way to automatically decrypt and mount a geli partition on a software raid1 at boottime? i asked in the forum but i am too impatient to wait for answers so i ask here too 15:37:31 @ek So, you're already using OpenSSL 3.1 then? I'm just curious about your question, honestly. Yes it's. I use OpenSSL 3.1 right now via port. 18:32:44 https://uno.m2m.pm/freebsdbug.jpg looks like i just stumbled upon a bug in the installer. 18:33:24 any pointer? known? good to report? 18:37:34 armin: which version exactly? 18:38:03 https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/13.2/FreeBSD-13.2-RELEASE-amd64-bootonly.iso 18:38:19 yuripv: ^ 18:38:55 armin: nice yamaha mixer;) 18:39:20 plasma: oh that's my mx-16gu, the only reason is that after over 10 years i got tired of re-plugging things. :D 18:39:29 bootonly does not contain any distributions, but it should not report failure like *that* 18:39:57 armin: ;) 18:40:10 yuripv: that's a dialog usage error. it expects 3 arguments, and gets 7. that should definitely not happen, no matter the installation image. 18:40:52 yuripv: admittedly, my hardware is very likely questionable or even broken, so i assume nobody hit that bug before. 18:41:52 yuripv: this is a thinclient i got for free, i don't expect that thing to work. :) 18:44:25 I mean it tried to report legitimate error, but did it wrong, yes; probably something not updated when switching over to bsddialog 18:48:18 oh! 18:51:45 yuripv: any pointer what the filename of that script that utilizes dialog is? i'm trying to find it through the github web interface so i don't have to clone hundreds of megabytes just to check. 19:00:02 usr.sbin/bsdinstall/distextract/distextract.c 19:00:20 search for "Error while extracting" 19:00:44 perfect! thanks! 19:13:20 i'm on a ryzen 9 with 32gb of ram, the web interface is basically completely useless 19:13:37 it's so slow that when i click on something i have to wait several seconds for the browser to update the content 19:14:43 ok that makes absolutely zero sense, i'll have to use a plain terminal window for that. 19:27:39 does our RPi image come with UFS or ZFS? 19:42:34 antranigv: with ufs by default, zfs as a module 19:45:08 otis I wonder if I can use ZFS on Root for the RPi, now that mkimg supports it 19:45:46 antranigv: i can't answer that question (i'm not sure whether loader on rpi supports it, but i'd say yes) 19:46:08 last resort would be using something like truncate 19:54:43 antranigv: I have ZFS Root on a RPi 4 with /bootfs as UFS, and /boot as a symlink to /bootfs/boot. Or were you thinking of ZFS Root without a separate /bootfs? 19:55:14 tmp_ I'm okay with separate bootfs, as long as I can have ZFS without truncate on UFS 19:55:23 tmp_ can you point me to a guide to setup? :) 19:55:55 I adapted a lot from setting up 9.x and 10.x on PowerPC way back when. 19:56:13 I'm not sure I have anything specific. 19:57:48 tmp_ lemme ask it in a different way. did you build the setup yourself or was it possible to do with bsdinstall and base tools? 19:58:34 Oh, wait, my notes refer to pages in the Wiki: https://wiki.freebsd.org/RootOnZFS/UFSBoot 19:58:35 Title: RootOnZFS/UFSBoot - FreeBSD Wiki 20:01:50 I'm pretty sure I booted from a default image written to one SD card, then used an adapter to prepare the actual SD card I made into the system. 20:04:45 Next week I'll have the parts to start setting up another RPi 4, I may try booting bsdinstall from a USB stick, if that works. 20:05:49 do we know what are the very minimum options for llvm to build mesa successfuly? 20:06:17 plz dont tell me i need MLIR or openmp