On 10-10-24 11:16, Konstantin Belousov wrote:
If you can determine not just the number of taken locks, but also the
specific locks that were taken, perhaps you can check that this is
the libc exit lock?
For the moment I've turned off the check for FreeBSD 15 and above.
At present the ExeCo
olce@ reported an issue where the credentials used for mapped
user exports (for the NFS server) could have cr_ngroups == 0.
At first I thought this was a mountd bug, but he pointed out the
exports(5) manpage, which says:
Note that user: should be used to distinguish a credential containing
no grou
On Mon, Oct 14, 2024 at 09:40:38AM +0200, Dag-Erling Smørgrav wrote:
void writes:
Now that we have system tls-cert-store, if one needs to reference
a tls-cert-bundle like provided by ca_root_nss, do we need
to concatenate all of the certs listed in /usr/share/certs/trusted
into, for example cer
void writes:
> Now that we have system tls-cert-store, if one needs to reference
> a tls-cert-bundle like provided by ca_root_nss, do we need
> to concatenate all of the certs listed in /usr/share/certs/trusted
> into, for example cert.pem then symlink /etc/ssl/cert.pem to
> that concatenated file