01:44:33 hrmmm having some weird perf issues the past few weeks. Possibly started when I upgraded to 14.2. IO-heavy processes are just stalling in the kernel for extended periods of time 01:44:57 procstat -k shows lots of `vdbatch_process vdropl vput_final` 01:45:06 I have no idea where to even begin 01:45:59 I thiiiink I was on 13.2 before I upgraded to 14.2 so it might not be that new 07:39:52 Whats with the rdomain for interfaces in freebsd? 07:39:55 Was this removed? 07:40:35 I keep getting rdomain bad value whatever i chose 07:40:52 afaik this should get autocreated if i specify a non-existent one 07:47:02 isn't this the obsd feature 07:47:59 freebsd should have something equivalent then... 07:48:04 i see there are these fibs 07:48:44 yes 08:10:38 so how do you tell an app which rtable to use? 08:11:03 with obsd you put it into rc.conf app_rtable="" 08:21:00 setfib 08:21:44 or *_fib="" 08:41:18 <[tj]> psionic: you need to set a number of rdomains as a sysctl at boot 09:01:11 it's now runtime setting 09:01:26 <[tj]> great 09:02:33 <[tj]> sysctl net.fibs 09:02:43 <[tj]> they are called fibs! 11:21:50 any recommendations for a music player (ideally video) that allows me to loop and/or change speed? 11:22:25 mpv doesn't do the former AFAICT and I need precise control to do my music lesson practice 11:22:48 just too a ection 11:23:15 just to a section 11:24:28 <[tj]> vlc 11:24:41 <[tj]> cvlc might be the right bit 11:24:54 <[tj]> ffmpeg | something might be a shout too 11:25:02 <[tj]> ffpmeg "flags" | ffplay could do it 11:25:10 <[tj]> anything is possible with gstreamer 11:34:15 vlc's video player is going to work again one day? 11:34:54 oho lol 11:35:35 mpv *does* support this, its called AB looping but I mis-read the "l" as "1" 11:58:20 hi, I need to download the realtek kmod since I have no internet access otherwise. This link is outdated and doesn't work anymore. https://pkg.freebsd.org/FreeBSD:13:amd64/quarterly/All/realtek-re-kmod-v196.04_2.txz 11:58:41 how do I get the latest one if I can't get access to All/ ? 12:08:20 dch: looping you found yourself. and speed is `[` and `]`. also in the console is ab-loop; and passing times for a/b from command line is possible too 12:18:24 andmars: I think you want to download packagesite.txz and get the current version from that 13:44:46 RhodiumToad: lang/guile-aclocal tarball seems to have disappeared from gnu mirrors, any quick ideas where it might have gone? 13:44:47 https://ftp.gnu.org/gnu/guile-aclocal/guile-3.0.10.tar.lz: Not Found 13:45:06 I haven't found it in https://ftp.gnu.org/gnu/ but I'm not really sure what I'm looking for 14:09:55 Is anyone running FreeBSD (current, drm66) on the latest framework 13"? My colleague is trying but kldload never returns, and graphics doesn't work. 14:11:07 <[tj]> I'm really far behind, I have heard others suffering deadlock on current with drm-kmod 14:11:36 Weird thing is that while kldload never returns, the machine is still usable (in console, of course) 14:13:29 how quaint 14:18:00 Ltning: has the coleague built drm-kmod from port tree or installed pkg ? 14:18:22 The 6.6 branch, since that's the only one supporting the Intel gfx in the latest framework13 14:18:32 (so built from source, and against correct kernel sources) 14:18:51 I recommend the former 14:19:12 OK 14:20:18 Can you truss it? 14:20:35 Will do so when we get out of the current bushfire here. :) 16:34:36 Ltning, is 6.6 working out well for you? I ordered an Intel Arc B580 earlier today 16:35:04 ah... I guess the scroll-back log says it all 18:07:46 Getting this error trying to build zeek via portmaster security/zeek, anyone have any thoughts? I am buidling with security/libressl-devel -- /usr/ports/security/zeek/work/zeek-7.0.5/src/OpaqueVal.cc:32:68: error: member access into incomplete type 'const EVP_MD_CTX' (aka 'const evp_md_ctx_st') 18:51:46 jbo: I am not actually using it myself at the moment 19:55:38 ke5c2fin: there is rather narrow support for libressl, we tend to use openssl 20:47:05 well, openssl changed the api there too "Many structures have been made opaque in OpenSSL 3.0." https://docs.openssl.org/3.0/man7/migration_guide/#upgrading-from-openssl-102 20:53:21 anyway, zeek builts fine with openssl 3.0 21:03:43 mzar: Thank you. I was wanting to use libressl, partly becuase zeek says it supports it. This is the block in OpaqueVal.cc where the error happens #if ( OPENSSL_VERSION_NUMBER < 0x10100000L ) || defined(LIBRESSL_VERSION_NUMBER) 21:07:04 So, my C is not great. But it's checking if i'm running either old openssl, or libressl, and if so trying to load the opaque struct but doesn't know where the rest of it is? 21:10:34 you probably have to change the later part to || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < …) but no idea where to figure out what the correct version number there is (and that assumes openssl and libressl use the same api with those opaque types there) 22:29:19 ,w 22:29:58 Oops *face palm* 22:35:02 ke5c2fin: probably the port need patch to build correctly with LibreSSL 23:07:24 If I set the securelevel from sysctl conf to 2 or 3 firewall dies completely /dev/pf gone and it does not functions either why? 23:12:53 does profanity xmpp work for anyone? 23:53:43 psionic: it's not a kernel module, is it?