summaryrefslogtreecommitdiff
path: root/functions/tech-support
AgeCommit message (Collapse)Author
2011-06-16Bugfix 7124: make 'show tech-support save' have a .txt at the end of the ↵John Southworth
file name. Make the script show the proper config path '/config/support' instead of '/opt/vyatta/etc/config/support'
2011-05-06bug fix - 6592: Include Quagga config in show tech-support output.Deepti Kulkarni
2011-03-01Use lscpu in show tech supportStephen Hemminger
lscpu gives more concise and readable output
2010-11-16bug fix for 6192 - enhancement to add "iptables-save" to "showDeepti Kulkarni
tech-support" command.
2010-08-18change tech-support to use shell API directlyAn-Cheng Huang
2010-08-18Allow non-root user extract root's bash history. Added "sudo".Deepti Kulkarni
(cherry picked from commit 8d3eed868fee96d79ad044f10365c1e328fbf823)
2010-08-16remove low-level config dir usageAn-Cheng Huang
2010-08-16fix typo in tech-support scriptAn-Cheng Huang
(cherry picked from commit 0f2d5e4e6cc39c085c0f84ce13f08e208abe356d)
2010-07-06Added 'show system image' commands to 'show tech-support'.Deepti Kulkarni
2010-07-06Changed to save 100 log files instead of 10.Deepti Kulkarni
2010-06-24Blocked user operator from using show tech-support.Deepti Kulkarni
Added new show commands.
2010-06-23Revert "Added new command to print PCI device information."Deepti Kulkarni
This reverts commit e2562dc79c8077f8a8c1a136bb5939f2cad93ec4.
2010-06-22Added new command to print PCI device information.Deepti Kulkarni
2010-06-16Changes to read policy and vrrp configuration for show tech-support.Deepti Kulkarni
2010-06-04Show tech-support Larkspur enhancements.Deepti Kulkarni
2009-08-12Remove show tech-support bug related to interfacesStephen Hemminger
Show more in show-tech support.
2009-08-12Add ethtool output to show tech-supportStephen Hemminger
More useful debugging information for network device issues.
2009-05-28Make tech-support show more PCI infoStephen Hemminger
Need more info to know exact model of hardware causing problems.
2009-05-26Show more detail about interfaces in show tech-supportStephen Hemminger
What to see error and dropped counters. Bug 4420
2009-03-11Fix lsof options in tech-supportStephen Hemminger
-i option is positional (command doesn't use standard syntax) so need to do lsof -P -n -i
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