Debian Bug Reporting

From FreekiWiki
Revision as of 16:58, 27 December 2006 by Vagrant (talk | contribs) (beginnings of a bug reporting class)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Debian Bug Reporting class should give a basic understanding of how to report bugs on debian systems.

background

prerequisites

terms

tips for working environment

  • keep a web browser pointed to this page
  • open several terminal windows
  • don't forget to use the "man" command, or -h and --help
  • commandline reminders
    • remember to use tab completion.
    • hit tab twice, fast.
    • hit tab again!
    • remember to use the up arrow to re-do a previous command
    • keep hitting tab!

topics covered

http://bugs.debian.org

http://bugs.debian.org/PACKAGENAME

http://bugs.debian.org/src:PACKAGENAME

http://bugs.debian.org/BUGNUMBER

reportbug

reportbug is a helper utility to faciliate good bug reporting. it will help you browse the currently reported bugs, and facilitate providing additional information, or report new bugs.

apt-get install reportbug
  • when you know what package is broken:
reportbug PACKAGE
  • when you know what program, but not what package:
reportbug -f FILENAME
  • without a working mail system (use FILE as a template for your email):
reportbug -o FILE
reportbug --no-check-available

additional and related topics

This is a stub. Please feel free to give this article love and attention if you know more about this topic than we have here.