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 C827B1FF380 for ; Thu, 18 Apr 2024 12:17:16 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 7D7631A3C6; Thu, 18 Apr 2024 12:17:16 +0200 (CEST) Message-ID: Date: Thu, 18 Apr 2024 12:16:42 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: Proxmox VE development discussion , Alexander Zeidler References: <20240418091650.51366-1-a.zeidler@proxmox.com> From: Aaron Lauterer In-Reply-To: <20240418091650.51366-1-a.zeidler@proxmox.com> X-SPAM-LEVEL: Spam detection results: 0 AWL -0.045 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 1/7] report: add kernel command line from current boot 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 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" gave the series a test by creating a system report on my local machine. looks good and contains usefull additional information. The only thing I am not so sure about, is the memory dimm info (patch 6). Reviewed-By: Aaron Lauterer Tested-By: Aaron Lauterer On 2024-04-18 11:16, Alexander Zeidler wrote: > to get a first clue for debugging passthrough and similar issues, when > no dmesg output has been provided yet. > > Signed-off-by: Alexander Zeidler > --- > v2: > * move away from dmesg base > * only print kernel command line (boot times can be added by another patch) > > v1: https://lists.proxmox.com/pipermail/pve-devel/2024-March/062342.html > > > PVE/Report.pm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/PVE/Report.pm b/PVE/Report.pm > index 53ffdcbb..a8c1cab9 100644 > --- a/PVE/Report.pm > +++ b/PVE/Report.pm > @@ -31,6 +31,7 @@ my $init_report_cmds = sub { > cmds => [ > 'hostname', > 'date -R', > + 'cat /proc/cmdline', > 'pveversion --verbose', > 'cat /etc/hosts', > 'pvesubscription get', _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel