<br><div class="gmail_quote">2009/5/31 Przemysław Kulczycki <span dir="ltr"><<a href="mailto:przemekkulczycki@gmail.com">przemekkulczycki@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ubuntu needs a data gathering tool for user support and bug reporting.<br>
Currently when filing bug reports users have to manually run lots of<br>
commands (dmesg, lspci, lsusb, lsmod, alsa-something...) for<br>
troubleshooting their issues.<br>
<br>
Ubuntu should have a tool to gather all necessary system logs for<br>
reporting bugs and asking for support on <a href="http://answers.launchpad.net" target="_blank">answers.launchpad.net</a>.<br>
<br>
I work for Sun and I find their Explorer tool very handy.<br>
It collects many system logs and outputs of system commands to show the<br>
system configuration and issues to the support team. It also has some<br>
options to skip some logs when the customer feels if it will violate his<br>
privacy.<br>
Red Hat has something similar, though not as developed as Explorer.<br>
Their sos (son of sysreport) tool is GPLed and could be tweaked to run<br>
on Debian/Ubuntu.<br>
<br>
Suse used to have Siga, now they have supportconfig, but I'm not<br>
familiar with it.<br>
<br>
There is also an independent distro-agnostic tool called Linux Explorer<br>
but it may be a bit outdated now.<br>
<br>
Having an explorer-like tool in Ubuntu would benefit both desktop and<br>
server users.<br>
Bugreporting would be much easier. You would only have to run one<br>
command, maybe with some options, to provide all the data needed for the<br>
bug troubleshooters.<br>
Example options could be:<br>
toolname -audio<br>
toolname -usb<br>
toolname -kernel<br>
toolname -all<br>
toolname -xorg<br>
toolname -network<br>
<br>
Appropriate options would be used for relevant problem types (ie. -audio<br>
for sound problems).<br>
<br>
Links:<br>
Red Hat: sosreport, earlier: sysreport<br>
<a href="https://hosted.fedoraproject.org/sos/" target="_blank">https://hosted.fedoraproject.org/sos/</a><br>
Suse: supportconfig, earlier: Siga<br>
<a href="http://en.opensuse.org/Supportutils%0ASun/Solaris" target="_blank">http://en.opensuse.org/Supportutils<br>
Sun/Solaris</a>: Explorer<br>
<a href="http://sunsolve.sun.com/explorer" target="_blank">http://sunsolve.sun.com/explorer</a><br>
Independently developed Explorer-clone for Linux:<br>
<a href="http://www.unix-consultants.co.uk/examples/scripts/linux/linux-explorer/" target="_blank">http://www.unix-consultants.co.uk/examples/scripts/linux/linux-explorer/</a><br>
<br>
Check out the Explorer page and its documentation to see how it's useful.<br>
<a href="http://sunsolve.sun.com/search/document.do?assetkey=1-9-82329-1" target="_blank">http://sunsolve.sun.com/search/document.do?assetkey=1-9-82329-1</a><br>
--<br>
## Przemysław Kulczycki <<>> Azrael Nightwalker ##<br>
# jabber: azrael[na]jabster.pl | tlen: azrael29a #<br>
### www: <a href="http://reksio.ftj.agh.edu.pl/%7Eazrael/" target="_blank">http://reksio.ftj.agh.edu.pl/~azrael/</a> ###<br>
<font color="#888888"><br>
--<br>
Ubuntu-devel-discuss mailing list<br>
<a href="mailto:Ubuntu-devel-discuss@lists.ubuntu.com">Ubuntu-devel-discuss@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss</a><br>
</font></blockquote></div><br>I like this suggestion, I think it really makes a lot of sense. Kind of makes me wonder why there isn't one already. Przemysław Kulczycki, I have looked at the Explorer page. I don't see any reason for Ubuntu to not do this as a shell script as well. I am not familiar with actually using the tool, however. Would you be willing to design a little bit more how such a tool should work? The tool should probably have an option to save to a file or to output to screen. The -xorg option should probably also have a -display alias or some such. I don't know all the log files or commands to run for each of these scenarios. If someone could tell me which commands or which log files were necessary for each scenario, I could put something together and try to submit it.<br>
<br>-Joseph<br>