Re: rpki-client patch submission

2019-10-22 Thread Theo Buehler
On Wed, Oct 23, 2019 at 08:04:26AM +0200, Claudio Jeker wrote: > On Wed, Oct 16, 2019 at 10:47:25PM +0200, Claudio Jeker wrote: > > On Wed, Oct 16, 2019 at 07:26:25AM -0300, Alexandre Hamada wrote: > > > Hi Tech, > > > I would like to suggest to use UTC functions on all date/time convertions, > > >

Re: ppppoe octeon kernel panic .6.6

2019-10-22 Thread Peter J. Philipp
On Wed, Oct 23, 2019 at 08:21:50AM +0200, Holger Glaess wrote: > hi > > > here the traceback , i hope ;) Hi Holger & Tech, I have made my octeon router work again and I have a patch. But I'm not an openbsd developer, nor is this patch official in any way. It was a lot of debugging and refacto

Re: rpki-client patch submission

2019-10-22 Thread Claudio Jeker
On Wed, Oct 16, 2019 at 10:47:25PM +0200, Claudio Jeker wrote: > On Wed, Oct 16, 2019 at 07:26:25AM -0300, Alexandre Hamada wrote: > > Hi Tech, > > I would like to suggest to use UTC functions on all date/time convertions, > > to avoid some clock drift errors. > > > > Kind regards, > > Alexandre H

Re: OpenBSD 6.x and wxallowed

2019-10-22 Thread Matthias Kilian
Hi, On Mon, Oct 21, 2019 at 09:57:24AM +0100, Stuart Henderson wrote: > > $ grep -rHI USE_WXNEEDED /usr/ports/ | wc > > 64 2013827 > > This ignores ports where USE_WXNEEDED is set by a module, this is a better > number: > > $ sqlite3 /usr/local/share/sqlports "select count(fullpkgp

Re: vmm(4) question: unneeded vmclear() in vcpu_readregs_vmx()?

2019-10-22 Thread Mike Larkin
On Tue, Oct 22, 2019 at 06:57:32PM +0900, Iori YONEJI wrote: > On Tue, Oct 22, 2019 at 11:17 AM Mike Larkin wrote: > > > > On Mon, Oct 21, 2019 at 03:52:52AM +0900, Iori YONEJI wrote: > > > Hello tech@, > > > > > > I have a question (or maybe a suggestion) about vmm(4). > > > > > > I'm writing a s

use pluart(4) as console on rpi

2019-10-22 Thread Jonathan Gray
Use the pl011 as console uart instead of the 'mini uart' a quirky 8250 alike. By default the pl011 is used for bluetooth. When com(4) takes over the console with the mini uart on rpi3 I see a bunch of noise before output resumes and can't interact with the console after it has booted. With pluar

Re: vmm(4) question: unneeded vmclear() in vcpu_readregs_vmx()?

2019-10-22 Thread Iori怀YONEJI
On Tue, Oct 22, 2019 at 11:17 AM Mike Larkin wrote: > > On Mon, Oct 21, 2019 at 03:52:52AM +0900, Iori YONEJI wrote: > > Hello tech@, > > > > I have a question (or maybe a suggestion) about vmm(4). > > > > I'm writing a small additional feature to sys/arch/amd64/amd64/vmm.c > > and found a seeming

Re: ssh-keygen.1 fixes regarding new -Y flag

2019-10-22 Thread Jason McIntyre
On Sat, Oct 19, 2019 at 03:10:40PM +, Lucas wrote: > Hello tech@, > > Find a patch fixing some details in ssh-keygen.1 regarding the new -Y > flag for signing and verifying signatures. > > Precisely: > - Include a missing 'returning a zero exit status' in `-Y verify` > paragraph. > - Don't