X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-hwinfo;h=b5329b38c839cbbc447532b38a78df26b473fa9c;hb=9193fd5e8a11c5e93fcfe5ec47aa7c046b9ba8b3;hp=382594f50299853f8b45596bdfd719eb8184d115;hpb=d77edf4830c5e33b0fa1db808e11e13de135e6fc;p=grml-hwinfo.git diff --git a/grml-hwinfo b/grml-hwinfo index 382594f..b5329b3 100755 --- a/grml-hwinfo +++ b/grml-hwinfo @@ -214,7 +214,18 @@ cd "${OUTDIR}" || exit 1 mdstat meminfo modules mtrr pci uptime version ; do [ -r /proc/$i ] && cat /proc/$i > proc_$i done + + if ! $_opt_quiet ; then + echo "Starting sysdump..." + echo " NOTE: if it seems to be hanging at this stage file a bug report with output of:" + echo " lsof -p \$(pgrep -f "\$\(which sysdump\)")" + fi exectest sysdump && sysdump > ./sysdump 2>./sysdump.error + if ! $_opt_quiet ; then + echo "Execution of sysdump finished." + fi + + exectest cpuid && cpuid > ./cpuid 2>./cpuid.error exectest uptime && uptime > ./uptime 2>./uptime.error @@ -227,6 +238,7 @@ cd "${OUTDIR}" || exit 1 exectest numactl && numactl --hardware > ./numactl exectest x86info && x86info > ./x86info 2>./x86info.error exectest lscpu && lscpu > ./lscpu + exectest lscpu && lscpu -e > ./lscpu_extended # EFI exectest efibootmgr && efibootmgr -v > efibootmgr @@ -243,6 +255,7 @@ cd "${OUTDIR}" || exit 1 exectest ip && ip mroute show > ip_mroute exectest ip && ip mrule show > ip_mrule 2>ip_mrule.error exectest ip && ip neigh show > ip_neigh + exectest ip && ip netconf > ip_netconf exectest ip && ip netns list > ip_netns exectest ip && ip ntable show > ip_ntable exectest ip && ip route show > ip_route