Differences between revisions 52 and 53
Revision 52 as of 2021-09-17 15:58:52
Size: 2764
Editor: ThiagoPezzo
Comment: add TOC and pt_BR link in translation header
Revision 53 as of 2021-09-21 06:36:22
Size: 3072
Comment: made translation header easy to include in translated pages
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[es/reportbug|Español]] - [[fr/reportbug|Français]] - [[it/reportbug|Italiano]] - [[pt_BR/reportbug|Português (Brasil)]] - [[uk/reportbug|Українська]]-~ ##For Translators - to have a constantly up to date translation header in you page, you can just add a line like the following
## <<Include(<PAGENAME>, ,from="^##TAG:TRANSLATION-HEADER-START",to="^##TAG:TRANSLATION-HEADER-END")>>
##TAG:TRANSLATION-HEADER-START
~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: [[reportbug|English]] - [[es/reportbug|Español]] - [[fr/reportbug|Français]] - [[it/reportbug|Italiano]] - [[pt_BR/reportbug|Português (Brasil)]] - [[uk/reportbug|Українська]]-~
##TAG:TRANSLATION-HEADER-END

Translation(s): English - Español - Français - Italiano - Português (Brasil) - Українська


reportbug is a tool designed to make the reporting of bug(s) in Debian and its 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.

Warning: The submit@bugs.debian.org procmail has a rule that silently discards emails from postmaster@<domain>. Combined with the fact that Google G-Suite changes the MAIL FROM address to postmaster@<domain> when the original MAIL FROM is from outside your domain makes your bugs to be silently discarded.

Troubleshooting

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

See also


CategoryBugs | CategorySoftware