X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-hwinfo;h=ab2b295e45ba09ca3fe136ba737383be03719a50;hb=42ab70c32a767273425f2f4c95076e31d3f94eed;hp=bb20182abf9b1ce040d3fefb377ea39cc59c9414;hpb=8a97e68acd834cea831fb531e38ccb4e472332eb;p=grml-hwinfo.git diff --git a/grml-hwinfo b/grml-hwinfo index bb20182..ab2b295 100755 --- a/grml-hwinfo +++ b/grml-hwinfo @@ -214,7 +214,16 @@ 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 @@ -252,7 +261,7 @@ cd "${OUTDIR}" || exit 1 exectest ip && ip route show > ip_route exectest ip && if [ -r /etc/iproute2/rt_tables ] ; then grep -v '^#' /etc/iproute2/rt_tables | while read table _ ; do - ip route show table "${table}" > "ip_route_table_${table}" + ip route show table "${table}" > "ip_route_table_${table}" 2> "ip_route_table_${table}".error done fi exectest ip && ip rule show > ip_rule