From 6fc13a0ff44e8a19a944cd83ed0e8e499d99e805 Mon Sep 17 00:00:00 2001 From: Joern Siglen Date: Mon, 21 Oct 2024 16:56:34 +0200 Subject: [PATCH] dbginfo.sh: add overview and crypto update Add "zhypinfo" as an overview on Hypervisor structure in runtime.out Get an overview of all block devices in front of the detailed outputs using "lsblk" into runtime.out Starting OpenSSL3.0 "openssl engine" is deprecated and needs replacement by: "openssl list --providers" (keep "engine" for older versions) Suggested-by: Christian Rund Reviewed-by: Mario Held Signed-off-by: Joern Siglen Signed-off-by: Steffen Eiden --- scripts/dbginfo.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/dbginfo.sh b/scripts/dbginfo.sh index 726d1abe..19aa2028 100755 --- a/scripts/dbginfo.sh +++ b/scripts/dbginfo.sh @@ -471,6 +471,7 @@ CONFIGFILES="\ CMDS="uname -a\ :uptime\ :timedatectl\ + :zhypinfo\ :last\ :lscpu -ae\ :lscpu -ye\ @@ -507,6 +508,7 @@ CMDS="${CMDS}\ # block device and other scsi device commands (in non alphabetical order) # command groups itself have an intentional topical grouping and order CMDS="${CMDS}\ + :lsblk\ :lsdasd\ :lsdasd -u\ :lvdisplay\ @@ -603,7 +605,8 @@ NETWORK_CMDS="ip -br a\ :netstat -s\ :nm-tool\ :nstat -az\ - :openssl engine\ + :openssl engine # deprecated in OpenSSL 3.n\ + :openssl list --providers 2>/dev/null # redirect help on older systems\ :route -n\ "