140 lines
5.4 KiB
Text
140 lines
5.4 KiB
Text
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
|
<!ENTITY date "$FreeBSD: www/en/send-pr.sgml,v 1.42 2005/01/05 12:16:14 ceri Exp $">
|
|
<!ENTITY title "Submit a FreeBSD problem report">
|
|
<!ENTITY copyright "This gnats pr-submission mechanism Copyright © 1996
|
|
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
|
|
<!ENTITY footer '<address>&author;<br>&date;</address>'>
|
|
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
|
<!ENTITY bugbusters "bugbusters@FreeBSD.org">
|
|
]>
|
|
|
|
<html>
|
|
&header;
|
|
|
|
<!-- Copyright (c) 1996 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
|
|
|
|
<img src="gifs/bug.jpg" alt="Bugs" align="right" border="0" width="200" height="233">
|
|
|
|
<p>Thank you for taking the time to let us know about a problem with
|
|
FreeBSD. Please fill out the form as completely as possible. Make sure
|
|
you fill in the "Environment" field as requested with the output from
|
|
the machine on which the problem occurred.</p>
|
|
|
|
<p>Before filling out the form, please take the time to read the
|
|
<a href="doc/en_US.ISO8859-1/articles/problem-reports/article.html">
|
|
Writing FreeBSD Problem Reports</a> guidelines, and help us to
|
|
help you. Please note that this page is for submitting
|
|
<b>bugs</b>, and <b>not</b> for general FreeBSD <a
|
|
href="support.html">support</a>.</p>
|
|
|
|
<p>Please note that, unless you explicitly state otherwise, any changes
|
|
you submit to the FreeBSD Project are assumed to be under the same
|
|
license as FreeBSD.</p>
|
|
|
|
<p>Finally, be forewarned that this page requires that you are able
|
|
to view images as a measure against abuse of the system. If you
|
|
are unable to view images for any reason, please accept our
|
|
apologies for the inconvenience and email your problem report to
|
|
the <a href="mailto:&bugbusters;">bugbusters team</a> for submission
|
|
into the bug tracking system.</p>
|
|
|
|
<form action="http://www.FreeBSD.org/cgi/dosendpr.cgi" method="post">
|
|
<input type="hidden" name="submitterid" value="current-users" >
|
|
<input type="hidden" name="confidential" value="no" >
|
|
|
|
<label for="email">Your Electronic Mail Address</label>: <br>
|
|
<input type="text" name="email" id="email" size="40">
|
|
|
|
<br><label for="originator">Your Name</label>:<br>
|
|
<input type="text" name="originator" id="originator" size="40" >
|
|
|
|
<br><label for="organization">Your Organization or Company</label>: <br>
|
|
<input type="text" name="organization" id="organization" size="40" >
|
|
|
|
<br><label for="synopsis">One line summary of the problem:</label> <br>
|
|
<input type="text" name="synopsis" id="synopsis" size="72" >
|
|
|
|
<br><label for="category">Category</label>: <select name="category" id="category">
|
|
<option> advocacy</option>
|
|
<option> alpha</option>
|
|
<option> amd64</option>
|
|
<option> bin</option>
|
|
<option> conf</option>
|
|
<option> docs</option>
|
|
<option> gnu</option>
|
|
<option> i386</option>
|
|
<option> ia64</option>
|
|
<option> java</option>
|
|
<option> kern</option>
|
|
<option selected> misc</option>
|
|
<option> ports</option>
|
|
<option> powerpc</option>
|
|
<option> sparc64</option>
|
|
<option> standards</option>
|
|
<option> threads</option>
|
|
<option> usb</option>
|
|
<option> www</option>
|
|
</select>
|
|
|
|
<br><label for="severity">Severity</label>: <select name="severity" id="severity">
|
|
<option> non-critical</option>
|
|
<option> serious</option>
|
|
<option> critical</option>
|
|
</select>
|
|
|
|
<br><label for="priority">Priority</label>: <select name="priority" id="priority">
|
|
<option> low</option>
|
|
<option> medium</option>
|
|
<option> high</option>
|
|
</select>
|
|
|
|
<br><label for="class">Class:</label> <select name="class" id="class">
|
|
<option> sw-bug</option>
|
|
<option> doc-bug</option>
|
|
<option> change-request</option>
|
|
<option> update</option>
|
|
<option> maintainer-update</option>
|
|
</select>
|
|
|
|
<br><label for="release">Which FreeBSD Release You Are Using</label>: <br>
|
|
<input type="text" name="release" id="release" size="40" >
|
|
|
|
<br><label for="environment">Environment (output of "uname -a" on the problem machine)</label>:
|
|
<br>
|
|
<textarea name="environment" id="environment" rows="3" cols="72"></textarea><br>
|
|
|
|
<label for="description">Full Description</label>: <br>
|
|
<textarea name="description" id="description" rows="6" cols="72"></textarea><br>
|
|
|
|
<label for="howtorepeat">How to repeat the problem</label>: <br>
|
|
<textarea name="howtorepeat" id="howtorepeat" rows="6" cols="72"></textarea><br>
|
|
|
|
<label for="fix">Fix to the problem if known</label>: <br>
|
|
<textarea name="fix" id="fix" rows="6" cols="72"></textarea><br>
|
|
|
|
<label for="code-confirm">Finally, please enter the code from the image below to prove
|
|
you're not a robot: <br>
|
|
<img src="http://www.FreeBSD.org/cgi/sendpr-code.cgi?dummy=1"
|
|
alt="Random text; if you cannot see the image, please email &bugbusters;"
|
|
border="0" height="24"></label>
|
|
<input type="text" name="code-confirm" id="code-confirm" size="8"><br>
|
|
|
|
<input type="submit" value="Submit Problem Report" >
|
|
<input type="reset" value="Reset" >
|
|
</form>
|
|
|
|
<p><b>Note</b>: copy/paste will destroy TABs and spacing, and this web
|
|
form should not be used to submit code as plain text.</p>
|
|
|
|
&footer;
|
|
</body>
|
|
</html>
|
|
|
|
<!--
|
|
Local Variables:
|
|
mode: sgml
|
|
sgml-indent-data: t
|
|
sgml-omittag: nil
|
|
sgml-always-quote-attributes: t
|
|
End:
|
|
-->
|