Re: VMs not rebooting

2023-12-12 Thread Stuart Henderson
On 2023-12-12, Steve Litt wrote: > I've been told by some that OpenBSD has no hardware-assisted VMs, and That has been wrong since around 2012 when ldomd was added (on sparc64). On amd64, vmm(4) was added in ~2015. (_qemu_ on OpenBSD does not have hw virtualisation support, but that is not the

Re: VMs not rebooting

2023-12-10 Thread Robert B. Carleton
Dave Voutila writes: > "Robert B. Carleton" writes: > >> I have a number virtual machines, and I've noticed that they power off >> instead of rebooting when using "shutdown -r now" on the guest. This is >> the general form for a configuration in the /etc/vm.conf: >> >> vm "batch2" { >>

Re: VMs not rebooting

2023-12-10 Thread Dave Voutila
"Robert B. Carleton" writes: > I have a number virtual machines, and I've noticed that they power off > instead of rebooting when using "shutdown -r now" on the guest. This is > the general form for a configuration in the /etc/vm.conf: > > vm "batch2" { > memory 2G > enable >

Re: VMs not rebooting

2023-12-10 Thread Robert B. Carleton
Mike Larkin writes: > On Sun, Dec 10, 2023 at 03:16:22PM -0600, Robert B. Carleton wrote: >> Mike Larkin writes: >> >> > On Sun, Dec 10, 2023 at 01:03:27PM -0600, Robert B. Carleton wrote: >> >> I have a number virtual machines, and I've noticed that they power off >> >> instead of rebooting

Re: VMs not rebooting

2023-12-10 Thread Mike Larkin
On Sun, Dec 10, 2023 at 03:16:22PM -0600, Robert B. Carleton wrote: > Mike Larkin writes: > > > On Sun, Dec 10, 2023 at 01:03:27PM -0600, Robert B. Carleton wrote: > >> I have a number virtual machines, and I've noticed that they power off > >> instead of rebooting when using "shutdown -r now" on

Re: VMs not rebooting

2023-12-10 Thread Robert B. Carleton
Mike Larkin writes: > On Sun, Dec 10, 2023 at 01:03:27PM -0600, Robert B. Carleton wrote: >> I have a number virtual machines, and I've noticed that they power off >> instead of rebooting when using "shutdown -r now" on the guest. This is >> the general form for a configuration in the

Re: VMs not rebooting

2023-12-10 Thread Mike Larkin
On Sun, Dec 10, 2023 at 01:03:27PM -0600, Robert B. Carleton wrote: > I have a number virtual machines, and I've noticed that they power off > instead of rebooting when using "shutdown -r now" on the guest. This is > the general form for a configuration in the /etc/vm.conf: > > vm "batch2" { >

VMs not rebooting

2023-12-10 Thread Robert B. Carleton
I have a number virtual machines, and I've noticed that they power off instead of rebooting when using "shutdown -r now" on the guest. This is the general form for a configuration in the /etc/vm.conf: vm "batch2" { memory 2G enable cdrom /home/ISO/OpenBSD/7.4/install74.iso