Differences between revisions 42 and 43
Revision 42 as of 2019-10-20 13:44:58
Size: 2359
Editor: nodiscc
Comment: move see also links to BTS page
Revision 43 as of 2019-10-20 13:46:42
Size: 2235
Editor: nodiscc
Comment: move links to BTS
Deletions are marked like this. Additions are marked like this.
Line 44: Line 44:
 * https://www.chiark.greenend.org.uk/~sgtatham/bugs.html - How to Report Bugs Effectively : generic recommendations for bug reporter
 * https://salsa.debian.org/reportbug-team/reportbug - the reportbug project page
 * [[https://salsa.debian.org/reportbug-team/reportbug|reportbug project page]] on [[Salsa]]

Translation(s): English - Español - Français - Italiano


reportbug is a tool designed to make the reporting of bugs in Debian and derived distributions relatively painless.

This package provides access to the Debian Bug Tracking System, which can be used for both reporting and researching bugs, by a number of interfaces, including email, web, and command-line utilities.

Installation

Install the reportbug package.

Usage

  • Report a bug: reportbug packagename

  • To view bugs for a package: querybts packagename

There is also a robot at control@bugs.debian.org that expects specially-crafted control messages for the Debian Bug Tracking System.

Configuration

Using a custom SMTP server

reportbug is designed to be used on systems with an installed Mail Transport Agent (MTA), like exim or sendmail; however, you can edit the configuration file and send reports using any available mail server. Here is an example using a GMail account:

  1. Run reportbug --configure as your normal user. This creates a ~/.reportbugrc file that stores all the configurations.

  2. Follow the instructions and when asked Do you have a 'mail transport agent' (MTA) configured, choose No

  3. Then enter the SMTP host for gmail: smtp.gmail.com:587

  4. For the user name enter: <username>@gmail.com

  5. For the question Does your SMTP host require TLS authentication?, choose Yes

If you have set up Google's two-factor authentication for your GMail account, you can create an application-specific password to use with reportbug.

Troubleshooting

Warning: unsupported locale setting: This error relates to Locale configuration. To workaround this problem, invoke the program as LANG=C reportbug

See also