Re: when does a server need to use SSL_CTX_set_client_CA_list()?

2020-03-16 Thread Alexander Leidinger
Quoting Rick Macklem (from Sun, 15 Mar 2020 23:27:58 +): As such, it stills seems to be a bit of a mystery to me, but it seems that putting all the certificates in a CAfile and not using a CApath directory is the simpler way to go. If you have multiple CAs in the file, the code need

Re: when does a server need to use SSL_CTX_set_client_CA_list()?

2020-03-16 Thread Rick Macklem
Alexander Leidinger wrote: >Quoting Rick Macklem (from Sun, 15 Mar 2020  >23:27:58 +): > >> As such, it stills seems to be a bit of a mystery to me, but it  >> seems that putting >> all the certificates in a CAfile and not using a CApath directory is  >> the simpler >> way to go. > >If you

Re: Build failed compiling ittnotify_static.pico

2020-03-16 Thread Mark Millard
On 2020-Mar-13, at 16:01, Mark Millard wrote: > Bob Willcox bob at immure.com wrote on > Fri Mar 13 21:08:16 UTC 2020 : > >> My 13.0-current system (just updated about 2 hours ago) that is failing with >> this >> error when trying to do a 'make makeworld' >> >> --- ittnotify_static.pico ---

what 3rd party boot mgr is required to boot multiple freebsd versions?

2020-03-16 Thread Chris
I'm attempting to boot multiple versions of FreeBSD. I started with an install of older 11 with a (u)efi boot partition installed. I then grabbed an current 11 usbstick, and installed that. Which stated it needed to install a (u)efi boot partition. I let it do it. But the new (additional) install

Re: what 3rd party boot mgr is required to boot multiple freebsd versions?

2020-03-16 Thread Karl Denninger
On 3/16/2020 17:23, Chris wrote: > I'm attempting to boot multiple versions of FreeBSD. > I started with an install of older 11 with a (u)efi > boot partition installed. I then grabbed an current 11 > usbstick, and installed that. Which stated it needed to > install a (u)efi boot partition. I let i

Re: what 3rd party boot mgr is required to boot multiple freebsd versions?

2020-03-16 Thread Andrey Fesenko
On Tue, Mar 17, 2020 at 1:24 AM Chris wrote: > > I'm attempting to boot multiple versions of FreeBSD. > I started with an install of older 11 with a (u)efi > boot partition installed. I then grabbed an current 11 > usbstick, and installed that. Which stated it needed to > install a (u)efi boot par

Re: what 3rd party boot mgr is required to boot multiple freebsd versions?

2020-03-16 Thread Chris
On Mon, 16 Mar 2020 17:24:24 -0500 Karl Denninger k...@denninger.net said On 3/16/2020 17:23, Chris wrote: > I'm attempting to boot multiple versions of FreeBSD. > I started with an install of older 11 with a (u)efi > boot partition installed. I then grabbed an current 11 > usbstick, and install

link_elf_obj: symbol bcmp undefined

2020-03-16 Thread John D Groenveld
# uname -U 1300084 # pkg info | grep virtualbox virtualbox-ose-additions-5.2.34_2 VirtualBox additions for FreeBSD guests # kldload vboxvfs kldload: an error occurred while loading module vboxvfs. Please check dmesg(8) for more details. # dmesg | tail -2 link_elf_obj: symbol bcmp undefined linker_

Re: what 3rd party boot mgr is required to boot multiple freebsd versions?

2020-03-16 Thread Karl Denninger
On 3/16/2020 17:33, Chris wrote: > On Mon, 16 Mar 2020 17:24:24 -0500 Karl Denninger k...@denninger.net said > >> On 3/16/2020 17:23, Chris wrote: >> > I'm attempting to boot multiple versions of FreeBSD. >> > I started with an install of older 11 with a (u)efi >> > boot partition installed. I the