From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id BD2391FF173 for ; Mon, 25 Nov 2024 10:46:29 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 05DF4EA99; Mon, 25 Nov 2024 10:46:39 +0100 (CET) From: Daniel Herzig To: Aaron Lauterer In-Reply-To: <20241122143817.352143-1-a.lauterer@proxmox.com> (Aaron Lauterer's message of "Fri, 22 Nov 2024 15:38:17 +0100") References: <20241122143817.352143-1-a.lauterer@proxmox.com> Date: Mon, 25 Nov 2024 10:46:33 +0100 Message-ID: <87cyijprwm.fsf@proxmox.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.052 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy 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 Subject: Re: [pve-devel] [PATCH manager] proxy: ui: vm console: autodetect novnc or xtermjs X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Cc: pve-devel@lists.proxmox.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" I tested this patch a try with two guests: + debian bookworm (added a serial port, left display as default, mods from cyberciti.biz as below): + /etc/default/grub + ~GRUB_CMDLINE_LINUX='console=tty0 console=ttyS0,19200n8'~ + ~GRUB_TERMINAL=serial~ + ~GRUB_SERIAL_COMMAND="serial --speed=19200 --unit=0 --word=8 --parity=no --stop=1"~ + /etc/inittab + ~T0:23:respawn:/sbin/getty -L ttyS0 19200 vt100~ + /etc/securetty + ~ttyS0~ + debian bookworm (fresh installation, using ~Serial Terminal 0~ as graphiccard, using non-graphical installer, startup mods from infosecworrier.dk as below): + replace ~quiet~ with ~console=ttyS0,115200n81~ A rough edge I could think of would be, that if one merely adds a serial port to the hardware configuration on a OS that does not autosetup serial consoles, one would lose graphical connectivity. On the setups above this works like a charm! Tested-by: Daniel Herzig _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel