summaryrefslogtreecommitdiff
path: root/functions/tech-support
AgeCommit message (Collapse)Author
2009-02-11Don't resolve hostnames in show tech-supportStephen Hemminger
Bug 3961 Add -n to lsof as suggested.
2008-12-02Get rid of reference to OFRStephen Hemminger
Remove reference to old name
2008-10-09Revert insecure method of displaying configurationStephen Hemminger
The change: Fix Bug 3763 Configuration is not available to operator in "show tech-support" introduces unnecessary insecure functionality.
2008-10-07Fix Bug 3763 Configuration is not available to operator in "show tech-support"Mohit Mehta
2008-10-02Fix Bug 3609 "show tech-support" does not display open file information for ↵Mohit Mehta
operator level user - use sudo for lsof to work as an operator
2008-10-01Fix 2881: "show tech-support" should limit the output of "show ip route"Stig Thormodsrud
2008-09-30Bugfix: 3333Bob Gilligan
Ensure that wanpipe stats commands executed by "show tech-support" work when the command is executed by an "operator" level user.
2008-09-30Bugfix: 1725Bob Gilligan
Provide partitioning information for all disk drives in "show tech-support".
2008-07-10fix for bug 3451: add messages outputAn-Cheng Huang
2008-04-28Bugfix: 2858Bob Gilligan
Add "last -ix" to "show techsupport" output.
2008-03-06Bugfix: 2879Bob Gilligan
Add output from /var/log/dmesg to show techsupport command.
2008-03-03tech-support is a shell scriptStephen Hemminger
Change mode to reflect fact it is executable.
2008-02-29remove root requirementStephen Hemminger
By using vyatta-show-dmi and the operator/sudoers this script can now be run without being root.
2008-02-25Revert "remove usage of sudo in tech-support script"Stephen Hemminger
This reverts commit 61ed2bab2adb0b26627bbfc4fe45c23d5032c6c7.
2008-02-25remove usage of sudo in tech-support scriptStephen Hemminger
No longer need to be root for this: 1. iptable -L no longer needs root access 2. Use /sys/class/dmi rather than dmidecode 3. Silently ignore dumping ipsec.secrets if not readable
2008-02-19Bugfix: 2634Bob Gilligan
Add troubleshooting commands for WAN interfaces.
2008-01-18fix for bug 2669: show ipsec.secretsdebian/0.1An-Cheng Huang
2007-12-10fix for bug 2526: show user's history file and add needed packages forAn-Cheng Huang
tech-support.
2007-12-05use right permissions for tech-support savesAn-Cheng Huang
2007-12-05fix "show tech-support" for "users"An-Cheng Huang
2007-11-27add tech-support commandAn-Cheng Huang