Re: OpenBSD 7.3 found a process with PID 0

2023-09-26 Thread Alessandro Baggi
Il 26/09/23 17:13, Andreas Kähäri ha scritto: On Tue, Sep 26, 2023 at 04:59:22PM +0200, Alessandro Baggi wrote: Hi list, running this python3 script: #!/usr/bin/env python3 import psutil pids = psutil.pids() for i in pids: p = psutil.Process(i) with p.oneshot(): print(str(i

Re: Panic during 7.3 installation on VM

2023-09-26 Thread Alessandro Baggi
Il 26/09/23 13:50, Dave Voutila ha scritto: Alessandro Baggi writes: Hi list, I'm trying to install OpenBSD 7.3 on a VM (Linux KVM) but when it starts to install sets I got panic and "syncing disk... 8 8 8 8 ..." until it reboot automatically. Can you share the panic and

Checking OpenBSD host type

2023-09-19 Thread Alessandro Baggi
Hi list, there is a way to check if OpenBSD runs on VM or physical hardware? Something like in sysctl or similar. Thank you in advance.

Re: Checking OpenBSD host type

2023-09-19 Thread Alessandro Baggi
Il 19/09/23 16:51, Denis Fondras ha scritto: Le Tue, Sep 19, 2023 at 03:13:21PM +0200, Alessandro Baggi a écrit : Hi list, there is a way to check if OpenBSD runs on VM or physical hardware? Something like in sysctl or similar. Thank you in advance. You may want to check the `hw

<    1   2