Re: OpenSSH issue: 14-Current rejects non-publickey scp/ssh/rsync connectiosn all of the sudden

2021-09-17 Thread FreeBSD User
Am Fri, 10 Sep 2021 09:04:30 -0400
Ed Maste  schrieb:

> On Fri, 10 Sept 2021 at 04:29, Gary Jennejohn  wrote:
> >
> > Was the config.h in the patch the same as the one you committed?  
> 
> No it wasn't - USE_PAM was #defined in config.h after applying the
> patch, while the committed version accidentally did not.
> 

Hello out there,

Just for clarification: after the last patches to the tree regarding openssh 
and recompilation
of the base system, it seemed that everything turned to normal afterwards - in 
my case.

Thanks.

Kind regards,

O. Hartmann

-- 
O. Hartmann



Re: Building ZFS disk images

2021-09-17 Thread David Chisnall

On 05/08/2021 15:06, David Chisnall wrote:

Would poudriere work for you? man poudriere-image


Wow, there's a lot of stuff I didn't know poudriere could do!  It looks 
as if it can produce a GPT partition table with all of the bootable 
bits, or it can produce a ZFS disk image.  I guess it wouldn't be too 
difficult to teach it to do both?


FYI: I have raised a PR[1] that allows me to create a ZFS disk image. 
This allows me to create a ZFS root image that I can boot as a Gen1 or 
Gen2 Hyper-V VM.  I have not yet tried it in Azure, but it should work.


David

[1] https://github.com/freebsd/poudriere/pull/921