Re: OpenBSD Guest under QEMU fails with pid 1 signal 11

2018-08-04 Thread Bill Zissimopoulos
Rickard, thanks for your answer and the provided links. I am aware of the install.conf option, but decided to use the expect method to be inline with how I do things on FreeBSD and NetBSD. I believe that FreeBSD has its own method of specifying install configuration which is incompatible with O

Re: OpenBSD Guest under QEMU fails with pid 1 signal 11

2018-08-04 Thread Rickard von Essen
Kind of a side note, but I use a simpler process to automate the installation of OpenBSD than using expect. The installer can read a config file see 1). The install.conf is described in the man page for autoinstall 2). I use Packer to create Vagrant boxes, currently only for VirtualBox, VMware, and

Re: OpenBSD Guest under QEMU fails with pid 1 signal 11

2018-08-03 Thread Bill Zissimopoulos
Mike, thank you for your multiple responses. My intent is to use the produced images for CI on OpenBSD. Despite this issue the images work reasonably well. So I am planning to use them for my intended purpose and hope that the issue gets resolved in the future. Bill On 8/2/18, 7:48 PM, Mike

Re: OpenBSD Guest under QEMU fails with pid 1 signal 11

2018-08-02 Thread Mike Larkin
On Thu, Aug 02, 2018 at 05:59:41PM +, Bill Zissimopoulos wrote: > Mike, thank you for your response. > > On 8/2/18, 9:07 AM, Mike Larkin wrote: > > 1. We've seen this message before (usually on APUs), but only a single > time (eg, > just one of the signal lines gets displayed). And

Re: OpenBSD Guest under QEMU fails with pid 1 signal 11

2018-08-02 Thread Bill Zissimopoulos
Mike, thank you for your response. On 8/2/18, 9:07 AM, Mike Larkin wrote: 1. We've seen this message before (usually on APUs), but only a single time (eg, just one of the signal lines gets displayed). And IIRC it was a different signal. The only other instance of this message that I h

Re: OpenBSD Guest under QEMU fails with pid 1 signal 11

2018-08-02 Thread Mike Larkin
On Thu, Aug 02, 2018 at 05:47:07AM +, Bill Zissimopoulos wrote: > I am trying to create OpenBSD images for use in Google Compute Engine using > an expect script [1]. The expect script is able to drive the OpenBSD > installation process successfully, but the created images fail to boot > clea

OpenBSD Guest under QEMU fails with pid 1 signal 11

2018-08-01 Thread Bill Zissimopoulos
I am trying to create OpenBSD images for use in Google Compute Engine using an expect script [1]. The expect script is able to drive the OpenBSD installation process successfully, but the created images fail to boot cleanly with a long stream of "Process (pid 1) got signal 11". To reproduce try