-
jfqd1
jperkin: I do have issues with the pyzor package (which is used by amavisd/spamassasin). To fix the issue I am using the following three sed-commands:
-
jfqd1
sed -i -e "s/iteritems()/items()/g" /opt/local/bin/pyzor
-
jfqd1
sed -i -e "s/iteritems()/items()/g" /opt/local/lib/python3.11/site-packages/pyzor/client.py
-
jfqd1
sed -i -e "s/xrange(length)/range(length)/g" /opt/local/lib/python3.11/site-packages/pyzor/digest.py
-
jfqd1
-
jfqd1
Would it be possible to include the fix in the pyzor-package directly?
-
jperkin
crumbs, last release in 2014
-
jfqd1
jperkin: yeah, with python2 support ;-)
-
jfqd1
jperkin: I also have a deprecation fix for spamassasin:
-
jfqd1
sed -i -e "s/size(\$udp_payload_size)/UDPsize(\$udp_payload_size)/" /opt/local/lib/perl5/vendor_perl/5.38.0/Mail/SpamAssassin/DnsResolver.pm
-
jperkin
looks like they've added a bunch of fixes though, so we can just build against master
-
jfqd1
If it lands in trunk I am able to test
-
rnkn
hello
-
rnkn
what's the connection between smartOS/MNX cloud/Triton and pkgsrc?
-
jperkin
SmartOS is the OS, Triton is the OS + services that provide a full data center management platform, MNX Cloud is an implementation of Triton by MNX who employ the core Triton people, and pkgsrc is the package manager for SmartOS (and lots of other OS)
-
rnkn
jperkin: thank you :)
-
rnkn
I understand the macOS binaries used to be provided by Joyent, but no longer?
-
rnkn
sorry if this is off-topic for the channel
-
jperkin
Joyent sold the Triton business to MNX, so yes we now provide them instead, hence the move over to pkgsrc.smartos.org (we're slowly removing Joyent from various repositories but it's obviously quite entrenched)
-
rnkn
ah cool
-
jperkin
otherwise it's identical
-
rnkn
is MNX cloud building macOS 14 Sonoma binaries yet?
-
rnkn
final question I swear
-
jperkin
I currently build on Ventura, but I target 11.3 as the macOS deployment target so that the binaries are compatible across all OS from then on
-
jperkin
there's not much point targetting Sonoma as it doesn't get any additional features but means people can't install the binaries on older releases
-
rnkn
ah brilliant, thank you
-
jperkin
so generally just grab the macos packages and go, they should work on any host from the last few years (and for older unsupported stuff there's always the archive)
-
pjustice
danmcd: What's the current state of support for the Broadcom 3808?
-
danmcd
Good question. Nexenta has something in their public repo (of questionable provenance) and this email:
-
danmcd
-
pjustice
Drat. Guess I better rethink that server config I just generated.
-
pjustice
Glad I noticed _now_.
-
danmcd
I'm actually going to take Stuart's untested diffs and build a PI, if you'd like.
-
pjustice
The hardware isn't ordered yet, and will presumably take some time to arrive, so (a) I can't test now; and (b) I'd have to wing it and hope it worked out when the thing arrives.
-
pjustice
I.e. I'm probably not much help here, sorry.
-
danmcd
Thanks for asking... I restarted the thread on illumos-developer. I'm spinning a PI with it anyway, just in case anyone IS interested.
-
danmcd
Also it needed updating, because the "mpi" headers got refactored in -gate.
-
pjustice
I suspect there will be people who would find it useful. I would too, were I not behind a budget and time wall.
-
pjustice
Really appreciate the way you folks go above and beyond, doing things like this!
-
danmcd
The tooling in SmartOS, plus even a small-to-production-but-big-to-dev resource like Kebecloud allows relatively rapid spin-up, IF THE PATCH IS GOOD. (Testing RTIs, etc. can be easy if things are in place.)
-
danmcd