Re: nested virtualization with vmm on hyper-v

2021-10-30 Thread Mike Larkin
On Sat, Oct 30, 2021 at 02:25:44PM +0200, Peter J. Philipp wrote: > Hi, > > I'm a little confused by this. I have an old Xeon e3-1275v3 computer that > runs windows server 2019 essentials natively. It shares half it's RAM and > 2 cores with OpenBSD as a hyper-v guest. > > So after a long time of

[patch] sioctl_open.3 - sioctl_onval return type

2021-10-30 Thread Carlin Bingham
sioctl_onval(3) returns int not void 138 int 139 sioctl_onval(struct sioctl_hdl *hdl, 140 void (*cb)(void *, unsigned int, unsigned int), void *arg) 141 { 142 hdl->ctl_cb = cb; 143 hdl->ctl_arg = arg; 144 return hdl->ops->onctl(hdl); 145 } diff --git

Re: Dhcp client configuration in 7.0

2021-10-30 Thread Sebastian Benoit
Arnoud Otten(arn...@beekberg.nl) on 2021.10.30 22:18:09 +0200: > Hi, > > Maybe i am wrong and do not understand this right, but wat should the > ???ignore dns??? option do when used in the dhcpleased .conf config file? > Here @xs4all our IPTV network on a separate vlan also gets an ip address

Re: boot error: 'entry point at 0xffffffff81001000'

2021-10-30 Thread J Dragu
It turned out to be a problem with the hardware, not the OS. My apologies. Thank you very much for your help. On 10/28/21 10:01 PM, Mike Larkin wrote: On Thu, Oct 28, 2021 at 09:26:33PM -0500, J Dragu wrote: Trying with a snapshot returned the same error. Here's what it tells me when I check

Re: Dhcp client configuration in 7.0

2021-10-30 Thread Arnoud Otten
Hi, Maybe i am wrong and do not understand this right, but wat should the “ignore dns” option do when used in the dhcpleased .conf config file? Here @xs4all our IPTV network on a separate vlan also gets an ip address and the dhcp offer also sends a dns server which should be ignored. I also

Re: Dhcp client configuration in 7.0

2021-10-30 Thread Sebastian Benoit
Z?? Loff(zel...@zeloff.org) on 2021.10.29 18:30:29 +0100: > On Fri, Oct 29, 2021 at 03:37:56PM +0300, Samarul Meu wrote: > > Hello to you all! > > > > Prior to 7.0 I was using this line in /etc/dhclient.conf > > supersede domain-name-servers 127.0.0.1; > > so that I do not get the DNS from the

Re: Please recommend wifi 6 card which supports OpenBSD

2021-10-30 Thread Stuart Henderson
On 2021-10-30, Vilnius wrote: > Dear OpenBSD Community, > > > I hope you are all doing well. > > I'm thinking about building OBSD based home router with wifi access point, > but I'm not sure which card I should pickup which would provide best > compatibility with OBSD. I'm looking with dual

Re: Please recommend wifi 6 card which supports OpenBSD

2021-10-30 Thread Zé Loff
On Sat, Oct 30, 2021 at 11:17:31AM +, Vilnius wrote: > Dear OpenBSD Community, > > > I hope you are all doing well. > > I'm thinking about building OBSD based home router with wifi access > point, but I'm not sure which card I should pickup which would provide > best compatibility with

nested virtualization with vmm on hyper-v

2021-10-30 Thread Peter J. Philipp
Hi, I'm a little confused by this. I have an old Xeon e3-1275v3 computer that runs windows server 2019 essentials natively. It shares half it's RAM and 2 cores with OpenBSD as a hyper-v guest. So after a long time of not looking into this I asked someone how they did virtualization nesting and

Re: Dhcp client configuration in 7.0

2021-10-30 Thread Samarul Meu
sâm., 30 oct. 2021, 03:10 Zé Loff a scris: > On Fri, Oct 29, 2021 at 09:57:26PM +0300, Samarul Meu wrote: > > On Fri, Oct 29, 2021 at 8:30 PM Zé Loff wrote: > > > > > This works for me: > > > > > > > > > /etc/hostname.em0: > > > > > > inet autoconf > > > > > > > > > /etc/resolv.conf: > > >