On Thu, Mar 11, 2010 at 03:43:45PM +0100, Thierry Carrez wrote: > If anyone spots other issues, please add them to this thread :)
I asked on the ubuntu-doc list if there was any specific reason why there was no documentation about how to report bugs in the server guide and elsewhere and got no response. Given that we ensured that apport is installed by default on ubuntu-server in Karmic and that Chuck Short has been working to add apport package hooks for server packages this cycle, I thought it would be useful to have some documentation in the server guide about how to file bugs with ubuntu-bug (and that you don't need a desktop environment/X to do so). Attached is my attempt at drafting such a section; I added it as an Appendix to the server guide. Feedback welcome! -- Steve Beattie <[email protected]> http://NxNW.org/~steve/
# Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: [email protected] # target_branch: bzr+ssh://bazaar.launchpad.net/~ubuntu-core-\ # doc/ubuntu-docs/lucid/ # testament_sha1: e098dbd8093eb1b45052c27d16f791abb9d84bc8 # timestamp: 2010-03-12 00:00:55 -0800 # base_revision_id: [email protected]\ # admur3do82n0gazx # # Begin patch === added file 'serverguide/C/reporting-bugs.xml' --- serverguide/C/reporting-bugs.xml 1970-01-01 00:00:00 +0000 +++ serverguide/C/reporting-bugs.xml 2010-03-12 07:50:03 +0000 @@ -0,0 +1,310 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" + "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ +<!ENTITY % globalent SYSTEM "../../libs/global.ent"> +%globalent; +<!ENTITY % gnome-menus-C SYSTEM "../../libs/gnome-menus-C.ent"> +%gnome-menus-C; +<!ENTITY % xinclude SYSTEM "../../libs/xinclude.mod"> +%xinclude; +<!ENTITY language "&EnglishAmerican;"> +]> +<appendix id="reporting-bugs" status="review"> + <title id="reporting-bugs-server">Reporting Bugs in Ubuntu Server Edition</title> + + <para> + While the Ubuntu Project attempts to release software with as few + bugs as possible, they do occur. You can help fix these bugs by + reporting ones that you find to the project. The Ubuntu Project + uses <ulink url="https://launchpad.net/">Launchpad</ulink> + to track its bug reports. In order to file a bug + about Ubuntu Server on Launchpad, you will need to + <ulink url="https://help.launchpad.net/YourAccount/NewAccount">create + an account</ulink>. + </para> + + <sect2 id="reporting-bugs-ubuntu-bug" status="review"> + <title>Reporting Bugs With ubuntu-bug</title> + + <para> + The preferred way to report a bug is with the + <application>ubuntu-bug</application> command. The ubuntu-bug + tool gathers information about the system useful to developers in + diagnosing the reported problem that will then be included in the + bug report filed on Launchpad. Bug reports in Ubuntu need to be + filed against a specific software package, thus the name of the + package that the bug occurs in needs to be given to ubuntu-bug: + </para> + +<screen> +<command>ubuntu-bug PACKAGENAME</command> +</screen> + + <para> + For example, to file a bug against the openssh-server package, you would do: + </para> + +<screen> +<command>ubuntu-bug openssh-server</command> +</screen> + + <para> + You can specify either a binary package or the source package + for ubuntu-bug. Again using openssh-server as an example, + you could also generate the report against the source package + for openssh-server, openssh: + </para> + +<screen> +<command>ubuntu-bug openssh</command> +</screen> + + <note> + See <xref linkend="package-management"/> + for more information about packages in Ubuntu. + </note> + + <para> + The ubuntu-bug command will gather information about the system in + question, possibly including information specific to the specified + package, and then ask you what you would like to do with collected + information: + </para> + +<screen> +<command>ubuntu-bug postgresql</command> + +*** Collecting problem information + +The collected information can be sent to the developers to improve the +application. This might take a few minutes. +.......... + +*** Send problem report to the developers? + +After the problem report has been sent, please fill out the form in the +automatically opened web browser. + +What would you like to do? Your options are: + S: Send report (1.7 KiB) + V: View report + K: Keep report file for sending later or copying to somewhere else + C: Cancel +Please choose (S/V/K/C): +</screen> + + <para> + The options available are: + </para> + + <para> + <itemizedlist> + <listitem> + <para><emphasis role="bold">Send Report</emphasis> Selecting + Send Report submits the collected information to Launchpad as + part of the the process of filing a bug report. You will be + given the opportunity to describe the situation that led up to + the occurrance of the bug. + </para> + +<screen> +*** Uploading problem information + +The collected information is being sent to the bug tracking system. +This might take a few minutes. +91% + +*** To continue, you must visit the following URL: + + https://bugs.launchpad.net/ubuntu/+source/postgresql-8.4/+filebug/kc6eSnTLnLxF8u0t3e56EukFeqJ? + +You can launch a browser now, or copy this URL into a browser on another +computer. + +Choices: + 1: Launch a browser now + C: Cancel +Please choose (1/C): +</screen> + + <para> + If you choose to start a browser, by default the text based web + browser <application>w3m</application> will be used to finish filing + the bug report. Alternately, you can copy the given URL to a + currently running web browser. + </para> + </listitem> + + <listitem> + <para> + <emphasis role="bold">View Report</emphasis> Selecting View + Report causes the collected information to be displayed to + the terminal for review. + </para> + +<screen> +Package: postgresql 8.4.2-2 +PackageArchitecture: all +Tags: lucid +ProblemType: Bug +ProcEnviron: + LANG=en_US.UTF-8 + SHELL=/bin/bash +Uname: Linux 2.6.32-16-server x86_64 +Dependencies: + adduser 3.112ubuntu1 + base-files 5.0.0ubuntu10 + base-passwd 3.5.22 + coreutils 7.4-2ubuntu2 +... +</screen> + + <para> + After viewing the report, you will be brought back to the same + menu asking what you would like to do with the report. + </para> + </listitem> + + <listitem> + <para> + <emphasis role="bold">Keep Report File</emphasis> Selecting Keep + Report File causes the gathered information to be written to + a file. This file can then be used to later file a bug report + or transferred to a different Ubuntu system for reporting. + To submit the report file, simply give it as an argument to + the ubuntu-bug command: + </para> + +<screen> +What would you like to do? Your options are: + S: Send report (1.7 KiB) + V: View report + K: Keep report file for sending later or copying to somewhere else + C: Cancel +Please choose (S/V/K/C): <userinput>k</userinput> +Problem report file: /tmp/apport.postgresql.v4MQas.apport + +<command>ubuntu-bug /tmp/apport.postgresql.v4MQas.apport</command> + +*** Send problem report to the developers? +... +</screen> + </listitem> + + <listitem> + <para> + <emphasis role="bold">Cancel</emphasis> Selecting + Cancel causes the collected information to be discarded. + </para> + </listitem> + </itemizedlist> + </para> + </sect2> + + <sect2 id="apport-crash-catching" status="review"> + <title>Reporting Application Crashes</title> + + <para> + The software package that provides the ubuntu-bug utility, + <application>apport</application>, can be configured to trigger + when applications crash. This is disabled by default, as capturing + a crash can be resource intensive depending on how much memory + the application that crashed was using as apport captures and + processes the core dump. + </para> + + <para> + Configuring apport to capture information about + crashing applications requires a couple of steps. First, + <application>gdb</application> needs to be installed; it is not + installed by default in Ubuntu Server Edition. + </para> + +<screen> +<command>sudo apt-get install gdb</command> +</screen> + + <para> + See <xref linkend="package-management"/> + for more information about managing packages in Ubuntu. + </para> + + <para> + Once you have ensured that gdb is installed, open the file + <filename>/etc/default/apport</filename> in your text editor, + and change the <emphasis>enabled</emphasis> setting to be + <emphasis role="bold">1</emphasis> like so: + </para> + +<programlisting> +# set this to 0 to disable apport, or to 1 to enable it +# you can temporarily override this with +# sudo service apport start force_start=1 +enabled=<userinput>1</userinput> + +# set maximum core dump file size (default: 209715200 bytes == 200 MB) +maxsize=209715200 +</programlisting> + + <para> + Once you have completed editing + <filename>/etc/default/apport</filename>, + start the apport service: + </para> + +<screen> +<command>sudo start apport</command> +</screen> + + <para> + After an application crashes, use the + <application>apport-cli</application> command to search for the + existing saved crash report information: + </para> + +<screen> +<command>apport-cli</command> + +*** dash closed unexpectedly on 2010-03-11 at 21:40:59. + +If you were not doing anything confidential (entering passwords or other +private information), you can help to improve the application by +reporting +the problem. + +What would you like to do? Your options are: + R: Report Problem... + I: Cancel and ignore future crashes of this program version + C: Cancel +Please choose (R/I/C): +</screen> + + <para> + Selecting <emphasis>Report Problem</emphasis> will walk you through + similar steps as when using ubuntu-bug. One important difference + is that a crash report will be marked as private when filed on + Launchpad, meaning that it will be visible to only a limited set + of bug triagers. These triagers will review the gathered data for private + information before making the bug report publicly visible. + </para> + + <!-- Include a bit here on using apport-retrace for generating a + full stack trace locally, for situations when the application + does contain confidential information that should not be + submitted to launchpad? --> + + </sect2> + + <sect2 id="reporting-bugs-resources" status="review"> + <title>Resources</title> + <itemizedlist> + <listitem> + <para> + See the <ulink url="https://help.ubuntu.com/community/ReportingBugs">Reporting + Bugs</ulink> Ubuntu wiki page. + </para> + </listitem> + </itemizedlist> + </sect2> + +</appendix> === modified file 'serverguide/C/serverguide.xml' --- serverguide/C/serverguide.xml 2009-08-04 02:53:02 +0000 +++ serverguide/C/serverguide.xml 2010-03-12 07:50:03 +0000 @@ -45,4 +45,5 @@ <xi:include href="clustering.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <xi:include href="vpn.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <xi:include href="other-apps.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> + <xi:include href="reporting-bugs.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> </book> # Begin bundle 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
signature.asc
Description: Digital signature
-- ubuntu-server mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-server More info: https://wiki.ubuntu.com/ServerTeam
