Re: vmm support for QEMU possible (planned)?

2018-02-01 Thread Denis
Mike, Does it work currently? Can I enable vmm for QEMU on 6.2amd64 release to test acceleration? Which command parameters I have to write to run it? Denis On 2/1/2018 9:16 PM, Mike Larkin wrote: > On Thu, Feb 01, 2018 at 11:32:11AM +0300, Denis wrote: >> Mike, >> >> Do you know where to find p

Re: "vmctl stop" causing disk image corruption with OpenBSD 6.2-stable VM

2018-02-01 Thread Mike Larkin
On Fri, Feb 02, 2018 at 05:36:16AM +, openbsd2012 wrote: > I've been testing out vmd with a single OpenBSD VM for about a week. > > > Running "vmctl stop 1" from the vmd host often causes the VM on reboot to > output "WARNING: / was not properly unmounted", or in some cases the VM will > lo

"vmctl stop" causing disk image corruption with OpenBSD 6.2-stable VM

2018-02-01 Thread openbsd2012
I've been testing out vmd with a single OpenBSD VM for about a week. Running "vmctl stop 1" from the vmd host often causes the VM on reboot to output "WARNING: / was not properly unmounted", or in some cases the VM will loop infinitely at the boot prompt. I can avoid disk image corruption by

Re: acme-client No registration exists matching provided key

2018-02-01 Thread Predrag Punosevac
Jordan Geoghegan wrote: > Hi, > > I recently dealt with this issue as well and the solution was quite > silly. The problem is that acme-client is failing due to the agreement > url being out of date; there is a new agreement v1.2. acme-client has > been patched in current I believe to fix thi

Re: acme-client No registration exists matching provided key

2018-02-01 Thread Jordan Geoghegan
Hi, I recently dealt with this issue as well and the solution was quite silly. The problem is that acme-client is failing due to the agreement url being out of date; there is a new agreement v1.2. acme-client has been patched in current I believe to fix this issue and automatically update the

acme-client No registration exists matching provided key

2018-02-01 Thread Predrag Punosevac
Hi Misc, I have done this half dozen times in the past but I am having helluva time using acme-client to sign certificate for a domain. Any clues? Please see below machine, acme-client.conf and httpd.conf files # uname -a OpenBSD mcba.autonlab.org 6.2 GENERIC.MP#2 amd64 # more /etc/acme-client.c

OBSD 6.2 AMD64 can't get keydisk crypto softraid boot going neither with UEFI (nor MBR), is it even supported yet?

2018-02-01 Thread tinkr
Hi, This is experiences from an upgrade from 6.0 to 6.2. I know MBR USB keydisk boot worked on 6.0. This is an attempt to upgrade to 6.2 with UEFI. A potential error source I have is that that I'm also switching boot medium from SATA to NVME. NVME as boot medium does not affect the OpenBSD insta

OBSD 6.2 AMD64 can't get keydisk crypto softraid boot going neither with UEFI (nor MBR), is it even supported?

2018-02-01 Thread tinkr
Hi,   When upgrading from AMD64 6.0 to 6.2, I stumbled into an issue with booting from a USB keydisk crypto softraid.   I know USB keydisk crypto softraid boot worked on MBR disks in 6.0. This is an attempt to upgrade to 6.2 and to go with GPT/UEFI partitioning and boot.   The issue is that the mac

OBSD 6.2 AMD64 can't get keydisk crypto softraid boot going neither with UEFI (nor MBR), is it even supported?

2018-02-01 Thread tinkr
Hi, When upgrading from AMD64 6.0 to 6.2, I stumbled into an issue with booting from a USB keydisk crypto softraid. I know USB keydisk crypto softraid boot worked on MBR disks in 6.0. This is an attempt to upgrade to 6.2 and to go with GPT/UEFI partitioning and boot. The issue is that the machin

Re: How make boot loader or kernel on USB stick use another device as root FS, e.g. a BIOS-unsupported PCIe NVME SSD?

2018-02-01 Thread tinkr
>> Wait what does KARL mean here? > > The random kernel re-linking done before first boot and after each > boot (also used as the basis for syspatch kernel updates). Ah of course. >> And what's the kernel compile time setting, would this be a patch or >> is there some define somewhere? > > It's

Re: missing /var/db

2018-02-01 Thread lists
Thu, 1 Feb 2018 08:28:36 -0600 Ultramedia Libertad > [...] > accidentally and stupidly I lost some sections of /var as /var/db so now I > try to verify the install and uninstall packages but I can not go away > /var/db/pkg Hi meloadik, I'd recommend you see if package tools could help you out, s

Re: How make boot loader or kernel on USB stick use another device as root FS, e.g. a BIOS-unsupported PCIe NVME SSD?

2018-02-01 Thread tinkr
Hi Stuart, thanks a lot for responding - The most relevant followup question is probably the one about why not using boot.conf would work out, at the bottom. > On 2018-02-01, ti...@openmailbox.org wrote: >> Hi, so, this question sprung from the previous email however it's a big >> one and so des

Re: vmm support for QEMU possible (planned)?

2018-02-01 Thread Mike Larkin
On Thu, Feb 01, 2018 at 11:32:11AM +0300, Denis wrote: > Mike, > > Do you know where to find project working tree git or svn? > What was developed was already committed. It was part of the memory management bits. -ml > Denis > > On 1/30/2018 8:46 PM, Mike Larkin wrote: > > On Tue, Jan 23, 201

Re: Unexpected security(8) output

2018-02-01 Thread Craig Skinner
Hi folks, On Fri, 26 Jan 2018 11:30:56 -0700 Andrew Hewus Fresh wrote: > ... > You could add your home directory to the SUIDSKIP environment variable > in /etc/daily.local to avoid searching there if this message keeps > annoying you and you don't care about devices and suid changes there. > > ht

Re: missing /var/db

2018-02-01 Thread Kenneth Gober
On Thu, Feb 1, 2018 at 9:28 AM, Ultramedia Libertad wrote: > the disk with the partition /var to dead then we have replaced it, but > accidentally and stupidly I lost some sections of /var as /var/db so now I > try to verify the install and uninstall packages but I can not go away > /var/db/pkg T

Re: How make boot loader or kernel on USB stick use another device as root FS, e.g. a BIOS-unsupported PCIe NVME SSD?

2018-02-01 Thread Stuart Henderson
On 2018/02/01 14:34, ti...@openmailbox.org wrote: > Hi Stuart, thanks a lot for responding - > > The most relevant followup question is probably the one about > why not using boot.conf would work out, at the bottom. > > > On 2018-02-01, ti...@openmailbox.org wrote: > >> Hi, so, this question spr

Re: How make boot loader or kernel on USB stick use another device as root FS, e.g. a BIOS-unsupported PCIe NVME SSD?

2018-02-01 Thread edgar
On Feb 1, 2018 7:59 AM, Stuart Henderson wrote: > > On 2018-02-01, ti...@openmailbox.org wrote: > > Hi, so, this question sprung from the previous email however it's a big > > one and so deserves to be addressed separately: > > > > If a machine's BIOS does not support booting from a particular b

missing /var/db

2018-02-01 Thread Ultramedia Libertad
Hi guys I have two hard drives of 3tb in one is the installation of OpenBSD 6.2 and in the other the partition /var the disk with the partition /var to dead then we have replaced it, but accidentally and stupidly I lost some sections of /var as /var/db so now I try to verify the install and unins

Re: How make boot loader or kernel on USB stick use another device as root FS, e.g. a BIOS-unsupported PCIe NVME SSD?

2018-02-01 Thread Stuart Henderson
On 2018-02-01, ti...@openmailbox.org wrote: > Hi, so, this question sprung from the previous email however it's a big > one and so deserves to be addressed separately: > > If a machine's BIOS does not support booting from a particular boot > medium where OpenBSD is installed, e.g. my BIOS does may

How make boot loader or kernel on USB stick use another device as root FS, e.g. a BIOS-unsupported PCIe NVME SSD?

2018-02-01 Thread tinkr
Hi, so, this question sprung from the previous email however it's a big one and so deserves to be addressed separately: If a machine's BIOS does not support booting from a particular boot medium where OpenBSD is installed, e.g. my BIOS does maybe not supporting booting from PCIe NVME SSD:s, but it

Re: vmm support for QEMU possible (planned)?

2018-02-01 Thread Denis
Mike, Do you know where to find project working tree git or svn? Denis On 1/30/2018 8:46 PM, Mike Larkin wrote: > On Tue, Jan 23, 2018 at 12:04:36PM +0300, Denis wrote: >> I'am interesting how to accelerate extremely slow QEMU software >> emulation with vmm driver if was possible right now of in