-
endrift
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
-
endrift
procstat -k shows lots of `vdbatch_process vdropl vput_final`
-
endrift
I have no idea where to even begin
-
endrift
I thiiiink I was on 13.2 before I upgraded to 14.2 so it might not be that new
-
psionic
Whats with the rdomain for interfaces in freebsd?
-
psionic
Was this removed?
-
psionic
I keep getting rdomain bad value whatever i chose
-
psionic
afaik this should get autocreated if i specify a non-existent one
-
ketas
isn't this the obsd feature
-
psionic
freebsd should have something equivalent then...
-
psionic
i see there are these fibs
-
ketas
yes
-
psionic
so how do you tell an app which rtable to use?
-
psionic
with obsd you put it into rc.conf app_rtable=""
-
ketas
setfib
-
ketas
or *_fib=""
-
[tj]
psionic: you need to set a number of rdomains as a sysctl at boot
-
mzar
it's now runtime setting
-
[tj]
great
-
[tj]
sysctl net.fibs
-
[tj]
they are called fibs!
-
dch
any recommendations for a music player (ideally video) that allows me to loop and/or change speed?
-
dch
mpv doesn't do the former AFAICT and I need precise control to do my music lesson practice
-
dch
just too a ection
-
dch
just to a section
-
[tj]
vlc
-
[tj]
cvlc might be the right bit
-
[tj]
ffmpeg | something might be a shout too
-
[tj]
ffpmeg "flags" | ffplay could do it
-
[tj]
anything is possible with gstreamer
-
la_mettrie
vlc's video player is going to work again one day?
-
dch
oho lol
-
dch
mpv *does* support this, its called AB looping but I mis-read the "l" as "1"
-
andmars
hi, I need to download the realtek kmod since I have no internet access otherwise. This link is outdated and doesn't work anymore.
pkg.freebsd.org/FreeBSD:13:amd64/qu…y/All/realtek-re-kmod-v196.04_2.txz
-
andmars
how do I get the latest one if I can't get access to All/ ?
-
ridcully
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
-
nimaje
andmars: I think you want to download packagesite.txz and get the current version from that
-
dch
RhodiumToad: lang/guile-aclocal tarball seems to have disappeared from gnu mirrors, any quick ideas where it might have gone?
-
dch
-
dch
I haven't found it in
ftp.gnu.org/gnu but I'm not really sure what I'm looking for
-
Ltning
Is anyone running FreeBSD (current, drm66) on the latest framework 13"? My colleague is trying but kldload never returns, and graphics doesn't work.
-
[tj]
I'm really far behind, I have heard others suffering deadlock on current with drm-kmod
-
Ltning
Weird thing is that while kldload never returns, the machine is still usable (in console, of course)
-
Hecate
how quaint
-
mzar
Ltning: has the coleague built drm-kmod from port tree or installed pkg ?
-
Ltning
The 6.6 branch, since that's the only one supporting the Intel gfx in the latest framework13
-
Ltning
(so built from source, and against correct kernel sources)
-
mzar
I recommend the former
-
mzar
OK
-
vkarlsen
Can you truss it?
-
Ltning
Will do so when we get out of the current bushfire here. :)
-
jbo
Ltning, is 6.6 working out well for you? I ordered an Intel Arc B580 earlier today
-
jbo
ah... I guess the scroll-back log says it all
-
ke5c2fin
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')
-
Ltning
jbo: I am not actually using it myself at the moment
-
mzar
ke5c2fin: there is rather narrow support for libressl, we tend to use openssl
-
nimaje
well, openssl changed the api there too "Many structures have been made opaque in OpenSSL 3.0."
docs.openssl.org/3.0/man7/migration_guide/#upgrading-from-openssl-102
-
mzar
anyway, zeek builts fine with openssl 3.0
-
ke5c2fin
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)
-
ke5c2fin
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?
-
nimaje
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)
-
phips
,w
-
phips
Oops *face palm*
-
mzar
ke5c2fin: probably the port need patch to build correctly with LibreSSL
-
psionic
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?
-
rockmechanic
does profanity xmpp work for anyone?
-
rtprio
psionic: it's not a kernel module, is it?