maintainer take for security/globalprotect-openconnect

2024-06-19 Thread Matthias Apitz
I filed an issue: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279853 to take over maintainer for security/globalprotect-openconnect Thanks matthias -- Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pub

Is anyone using libzfs_core on 15-CURRENT?

2024-06-19 Thread David Chisnall
Hi all, I have some code using libzfs_core that works fine on 13, but seems not to on 15-CURRENT. The lzc_snapshot function is failing with exactly the same nv list argument. It is failing with errno 2 (ENOENT) from the ZFS ioctl (and not returning an nvlist of errors). My understanding is t

Re: Is anyone using libzfs_core on 15-CURRENT?

2024-06-19 Thread Shawn Webb
On Wed, Jun 19, 2024 at 06:34:24PM +0100, David Chisnall wrote: > Hi all, > > I have some code using libzfs_core that works fine on 13, but seems not to on > 15-CURRENT. The lzc_snapshot function is failing with exactly the same nv > list argument. It is failing with errno 2 (ENOENT) from the