Re: TLS certificates for NFS-over-TLS floating client

2020-03-19 Thread Russell L. Carter
So ok, it's good to code to RFCs. OTOH, state actors are a thing now. Alice & Bob's protocols need to be perfect. State actors watch for mistakes. Here I commit heresy, by A) top posting, and B) by just saying, why not make it easy, first, to tunnel NFSv4 sessions through e.g. net/wireguard

Re: VirtualBox segmentation fault, FreeBSD-CURRENT r359068

2020-03-19 Thread Kyle Evans
On Thu, Mar 19, 2020 at 12:11 PM Graham Perrin wrote: > > Is this maybe related to > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244847 or should I > make a separate bug report? > Please throw a tentative "Me too" on that PR; I'm investigating it, then we'll see if they're related or

Re: TLS certificates for NFS-over-TLS floating client

2020-03-19 Thread Rick Macklem
John-Mark Gurney wrote: >Rick Macklem wrote this message on Wed, Mar 04, 2020 at 03:15 +: >> I am slowly trying to understand TLS certificates and am trying to figure >> out how to do the following: >> -> For an /etc/exports file with... >> /home -tls -network 192.168.1.0 -mask 255.255.255.0

Re: HOWTO donate CPU to the fight against the Corona-virus

2020-03-19 Thread Mateusz Piotrowski
Hi! On 3/19/20 11:04 PM, Mateusz Piotrowski wrote: On 3/19/20 8:57 AM, Alexander Leidinger via freebsd-stable wrote: if someone wants to donate some FreeBSD based CPU resources to the fight against the Corona-virus, here is a quick HOWTO in terms of installing the Folding@Home client on

Re: HOWTO donate CPU to the fight against the Corona-virus

2020-03-19 Thread Mateusz Piotrowski
Hi, On 3/19/20 8:57 AM, Alexander Leidinger via freebsd-stable wrote: Hi, if someone wants to donate some FreeBSD based CPU resources to the fight against the Corona-virus, here is a quick HOWTO in terms of installing the Folding@Home client on FreeBSD:

Re: TLS certificates for NFS-over-TLS floating client

2020-03-19 Thread John-Mark Gurney
Rick Macklem wrote this message on Wed, Mar 04, 2020 at 03:15 +: > I am slowly trying to understand TLS certificates and am trying to figure > out how to do the following: > -> For an /etc/exports file with... > /home -tls -network 192.168.1.0 -mask 255.255.255.0 > /home -tlscert Are you

Re: head -r538966 on OrangePi+ 2ed: boot loader crashes when USB drive is present at power-on/boot: its a misaligned access by code from -r354746

2020-03-19 Thread Mark Millard
On 2020-Mar-19, at 02:00, Toomas Soome wrote: > I think this should fix it. We need to create copy of dos partition array, so > we will get proper alignment. > > > tsoome@freebsd-2:/usr/src % svn diff stand/common/part.c > Index: stand/common/part.c >

Re: TLS certificates for NFS-over-TLS floating client

2020-03-19 Thread Miroslav Lachman
Rick Macklem wrote on 2020/03/19 03:09: Miroslav Lachman wrote: [...] NFS (or any other server) should check list of revoked certificates too. Otherwise you will not be able to deny access to user which you no longer want to have an access. Yes, good point. I won't claim to understand

Re: head -r538966 on OrangePi+ 2ed: boot loader crashes when USB drive is present at power-on/boot: its a misaligned access by code from -r354746

2020-03-19 Thread Toomas Soome
I think this should fix it. We need to create copy of dos partition array, so we will get proper alignment. tsoome@freebsd-2:/usr/src % svn diff stand/common/part.c Index: stand/common/part.c === --- stand/common/part.c (revision

Re: head -r538966 on OrangePi+ 2ed: boot loader crashes when USB drive is present at power-on/boot: its a misaligned access by code from -r354746

2020-03-19 Thread Mark Millard
[I built with -DDEBUG -DDISK_DEBUG -DPART_DEBUG and show with some extra output as well. It shows that a misaligned access causes the crash. The access in question is from head -r354746 code additions.] On 2020-Mar-18, at 13:36, Mark Millard wrote: > Without a USB drive present at power-on or >

HOWTO donate CPU to the fight against the Corona-virus

2020-03-19 Thread Alexander Leidinger
Hi, if someone wants to donate some FreeBSD based CPU resources to the fight against the Corona-virus, here is a quick HOWTO in terms of installing the Folding@Home client on FreeBSD: https://www.leidinger.net/blog/2020/03/19/fighting-the-coronavirus-with-freebsd-foldinghome/ I tested