-
sfox
eeby
-
jb1277976
Fixed my issue used Intel instead of Nvidia and modesetting
-
jb1277976
Using Intel
-
antranigv
what's the link to the poudriere server that builds packages every Wednesday? I can't find it
-
sidh
Greetings
-
sfox
Greetings
-
sfox
a fellow scientist
-
sfox
Did you eat all the donuts?
-
debdrup
antranigv: there isn't one specific server, it's a whole bunch of servers - there's a status page that links to them individually, on
pkg-status.freebsd.org
-
OwlWizard
hi, if i am mostly using bin packages but want a few ports installed is it recommended to stick those into a jail?
-
llua
OwlWizard: i don't see the correlation
-
gh00p
Hi folks. Trying to get DKIM going, and I understand it starts a daemon to keep the milter open (I'm using sendmail), but I don't see an rc.d file to handle starts. Am I supposed to run it manually? Is there some other tool that is recommended?
-
rwp
gh00p, Which DKIM daemon are you setting up?
-
rwp
OpenDKIM which I am familiar with has a port/pkg and it comes with /usr/local/etc/rc.d/milter-opendkim therefore I deduce you are using a different DKIM milter?
-
sidh
bugs.freebsd.org/bugzilla/show_bug.cgi?id=280303 , have you heard/read of any update of this one ?
-
kevans
neither of the two reports from this feel particularly credible
-
kevans
are you hitting this?
-
sidh
yes
-
kevans
what do you get from `readelf -n /lib/libcxxrt.so.1` and `readelf -n /lib/libc++.so.1`?
-
kevans
just the "ABI tag:" line, preferably
-
sidh
ABI tag: 1400097
-
sidh
ABI tag: 1401000
-
kevans
that would be a problem
-
kevans
your libcxxrt.so.1 is from a 14.0 build for some reason, while libc++.so.1 is from a 14.1 build
-
kevans
was this installed 14.0 then upgraded to 14.1?
-
sidh
yes pfctl -sr gives : Assertion failed: (elems <= maxelems), function pf_nvuint_32_array, file /usr/src/lib/libpfctl/libpfctl.c, line 147. Abort (core dumped)
-
sidh
but pf seems to be running
-
sidh
yes
-
kevans
ok, so for some reason the upgrade from 14.0 -> 14.1 was wrong
-
sidh
on this system , I was running 12.3-RR and import a raw image of 14.1p4 boot environment, but I checked on the source host that has been upgraded from 12.3, 13.3, 14.0, and 14.1, and I confirm the problem too
-
sidh
s/12.3-RR/12.3-R
-
sidh
from what I read 14.1p0 didn't have this problem
-
sidh
kevans: from a fresh install from 14.1 iso, we have the correct libs
-
kevans
i don't think it would be too surprising if the recent libc++ changes only just made the mismatch relevant
-
kevans
i.e. this was almost certainly just a ticking timebomb and people have gotten lucky
-
kevans
I'd be curious to see if there's anything else in /{,usr/}lib{,exec} /{,usr/}{s,}bin with a 14.0 ABI tag
-
kevans
this feels like a pretty clear freebsd-update problem, though
-
sidh
tbh, here the problem is considered seriously, as it rises pfctl result with nagios checks
-
sidh
kevans: in /lib only 4 lib*.so.* are in ABI tag 1401000
-
sidh
and 70 in 1400097
-
sidh
in /usr/lib 17 are in ABI tag 1401000
-
sidh
337 are in in 1400097
-
kevans
so the vast majority of your system libraries are still 14.0
-
kevans
do any of the binaries fare any better?
-
sidh
fare ?
-
kevans
are the majority of them 14.1, or 14.0?
-
sidh
majority is 14.0
-
sidh
by far
-
kevans
ok, thanks
-
kevans
i'm throwing this transcript into the PR
-
sidh
thank you very much
-
kevans
sidh: is it possible that this machine didn't complete the full freebsd-update procedure going to 14.1?
-
kevans
there's something like three install invocations needed for that kind of upgrade
-
gh00p
rwp, sorry, my irc client disconnected. Thanks for taking an interest. I've installed opendkim, but I didn't see that startup script. I do now, thanks. :) I also haven't configured sendmail to use it yet...