I was trying to diagnose a certificate validation failure in Ruby's
openssl extension tests with LibreSSL 3.2.2, and it was made more
difficult because the verification error type was dropped, resulting
in a SSL_R_CERTIFICATE_VERIFY_FAILED error where
SSL_get_verify_result returned X509_V_OK.
I th
On Thu, Oct 22, 2020 at 04:34:11PM +0200, Robert Nagy wrote:
> The diff below makes azalia(4) work on my new shiny chromium build box:
You have a 17-31-00 epyc or threadripper?
This id also shows up on
B550, Ryzen 9 3900X 17-71-00
X570, Ryzen 5 3600 17-71-00
The other two 17h/3xh ids also show u
I have a working T2000 partitioned to have a primary and seven guest
domains,
all running obsd6.7. It has been running live with 5 of the guests live for
several
months with OBSD 6.7. Each guest has two vdisks with the OS on one and app
specific data on the other.
I decided to try out 6.8 on one o
Hi,
Andras Farkas wrote on Wed, Oct 21, 2020 at 09:19:43PM -0400:
> While reading 68.html I noticed some of the man page links pointed to
> the man pages in the wrong section of the manual. (at least, given the
> manual section numbers listed next to them in the 68.html text)
> I decided to fix t
The diff below makes azalia(4) work on my new shiny chromium build box:
Index: dev/pci/azalia_codec.c
===
RCS file: /cvs/src/sys/dev/pci/azalia_codec.c,v
retrieving revision 1.178
diff -u -p -u -r1.178 azalia_codec.c
--- dev/pci/azali
On Thu, Oct 22, 2020 at 07:08:08AM +, Mikolaj Kucharski wrote:
> Hi,
>
> Diff fixes reference to one of the functions. There is no ug_err(), but
> I guess it should be just err(). Discovered via small typo in an URL.
Committed, thanks
Hi,
Diff fixes reference to one of the functions. There is no ug_err(), but
I guess it should be just err(). Discovered via small typo in an URL.
Before:
# sysupgrade -s file:/var/cache/openbsd
/usr/sbin/sysupgrade[112]: ug_err: not found
After:
# sysupgrade -s file:/var/cache/openbsd
sysupgrade