From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 73077711DE for ; Fri, 17 Jun 2022 12:24:22 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 620AABDA6 for ; Fri, 17 Jun 2022 12:23:52 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id BD069BD99 for ; Fri, 17 Jun 2022 12:23:50 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 91EF042EFF; Fri, 17 Jun 2022 12:23:50 +0200 (CEST) Date: Fri, 17 Jun 2022 12:23:49 +0200 From: Stoiko Ivanov To: Jan Vlach Cc: Proxmox VE user list Message-ID: <20220617122349.469c6622@rosa.proxmox.com> In-Reply-To: <6ADCA2A1-2A0C-4E95-90BB-C1B7723B04B5@volny.cz> References: <6ADCA2A1-2A0C-4E95-90BB-C1B7723B04B5@volny.cz> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.196 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record T_SCC_BODY_TEXT_LINE -0.01 - URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [proxmox.com] Subject: Re: [PVE-User] OpenBSD VM boots for 1h with pve-kernel-5.15, works with 5.13 just fine X-BeenThere: pve-user@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE user list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2022 10:24:22 -0000 Hi, On Wed, 15 Jun 2022 22:26:09 +0200 Jan Vlach wrote: > Hi pve-user list, > > I've upgraded old 6.2 install to 7.2. With latest and default kernel (pve-kernel-5.15) my OpenBSD VMs spin up CPUs and boot takes very long. Rebooting into 5.13 fixes things for me and the VM is up instantly - When I go to webui, log-in and select console, there's login: already. Anything in the PVE-nodes journal that might indicate where the error is happening? (`journalctl -b` gives you the journal since boot) which version of OpenBSD are you running? > > Hardware is: HPE ProLiant DL20 Gen10/ProLiant DL20 Gen10, BIOS U43 04/04/2019 check out the known-issues part of the 7.2 release notes - a few changes to kernel-configuration can result in your machine needing to set some kernel commandline parameter (try all of the mentioned ones): https://pve.proxmox.com/wiki/Roadmap#7.2-known-issues Also make sure to install the latest available BIOS for the machine (don't know what the version for the g10 is - but 2019 seems a bit old) I hope this helps! stoiko