From 90075578d43ca5163c53a7a07500a84896573eff Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 3 Jun 2009 10:22:37 -0700 Subject: Add ethtool output to show tech-support Bug 4420 More useful debugging information for network device issues. --- functions/tech-support | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/functions/tech-support b/functions/tech-support index 9f7c198..f7d5c18 100755 --- a/functions/tech-support +++ b/functions/tech-support @@ -84,8 +84,15 @@ header System Info ${vyatta_bindir}/vyatta-show-dmi header Interfaces +show interfaces +echo show interfaces detail +for eth in $(/opt/vyatta/sbin/vyatta-interfaces.pl --show=ethernet) +do header "Ethtool statistics for $eth" + sudo ethtool -S $eth +done + header Devices cat /proc/devices -- cgit v1.2.3 From 314579ad52f2c388637b1e6942d3d265761a0266 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 3 Jun 2009 10:24:07 -0700 Subject: 0.13.18+jenner4 --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 305c376..830c5ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +vyatta-op (0.13.18+jenner4) unstable; urgency=low + + * Ignore ntp.conf server options + * Add ethtool output to show tech-support + + -- Stephen Hemminger Wed, 03 Jun 2009 10:24:06 -0700 + vyatta-op (0.13.18+jenner3) unstable; urgency=low * Revert "Fix completion for vif" -- cgit v1.2.3