| SENDBUG(1) | General Commands Manual | SENDBUG(1) |
sendbug — report a
bug in OpenBSD
sendbug |
[-DEP] |
sendbug is used to submit problem reports
(PRs) to the OpenBSD bugs database. A template PR is
opened in a text editor with some system information already filled in, such
as machine architecture, dmesg(8),
usbdevs(8),
pcidump(8), and
acpidump(8). The
pcidump(8) and
acpidump(8) output are
important for ACPI development and can only be included if
sendbug is run as root.
Fields enclosed in ‘<>’ should be completed by the user. Once the PR is filled out, the user exits the editor and is presented with a choice: a)bort, e)dit, or s)end. If abort is selected, the report is not deleted and the pathname of the report is printed. If edit is selected, the user is given a chance to re-edit the report.
If send is selected, the report is mailed to the bugs database, with a Cc to the author. Any follow up mail to the PR should keep the same mail subject.
The status of bug reports can be followed by checking the bugs@openbsd.org mailing list archive available at https://marc.info/?l=openbsd-bugs.
The options are as follows:
-D-Esendbug to read a PR from the standard input,
decode the files, and write them into the current directory.-PEDITOR,
VISUALEDITOR and
VISUAL are set, VISUAL
takes precedence. If neither EDITOR nor
VISUAL are set, the default is
vi(1).PR_FORMsendbug was written from scratch for the
public domain by Ray Lai
<ray@cyth.net>.
The content of the PR is not confidential; it is sent out to a public mailing list. Sensitive, security related issues should be sent via email to <security@OpenBSD.org>.
| February 18, 2022 | openbsd |