doc/en_US.ISO8859-1/htdocs/send-pr.xml
2014-05-31 20:07:57 +00:00

162 lines
7.2 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
<!ENTITY title "Submit a FreeBSD problem report">
<!ENTITY copyright "This gnats pr-submission mechanism Copyright &copy; 1996
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
<!ENTITY bugbusters "bugbusters@FreeBSD.org">
]>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>&title;</title>
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
</head>
<body class="navinclude.support">
<h1>Migration in progress</h1>
<h2>Our bug tracking system is OFFLINE.</h2>
<h2>Bug reports can be sent but will be queued for later processing.</h2>
<h2>You will NOT get an immediate response.</h2>
<!-- Copyright (c) 1996 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
<img src="&base;/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.</p>
<p>This form allows you to submit Problem Reports about issues that
you believe are actual bugs in either the source, the documentation,
or the website itself. If you are having problems with initially
installing FreeBSD, or have other questions of the form "why doesn't
<b>foo</b> work" or "does FreeBSD work with <b>bar</b>", please ask
these questions in the appropriate support forums; see the
<a href="support.html">support</a> page for more information.</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. This may save you
time and frustration getting help with your problem. Please
check before submitting if your problem has not already been
<a href="&cgibase;/query-pr-summary.cgi?query">reported</a> or
has been noted in the
<a href="&base;/doc/en_US.ISO8859-1/books/faq/">FAQ</a>.</p>
<p>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><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>
<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. Also, the email address that you use will be
available to the public through the web interface, so you should
already have an effective spam filter in place.</p>
<p>If you are submitting a patch file, note that we only accept
text/* and application/shar content types, and you must therefore ensure that your
browser sends the correct type. If your browser does not like
to do this, a good way to convince it to do so is to ensure that
the file name ends with the string '.txt'.</p>
<p>Finally, be forewarned that this page requires that you are able
to view images as a measure against abuse of the system. We regret
having to have imposed this measure, but it is completely unavoidable.
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>
<p><b>Note</b>: before hitting 'submit', please <b>save your work</b>.
If your browser caches images, or if you take longer than 45
minutes to fill in the form, you may have a stale image shown on
your page, and your submission will be rejected. Depending on your
browser, you might <b>lose work</b> in this case. Help save yourself
from this common frustration.</p>
<form action="http://www.FreeBSD.org/cgi/dosendpr.cgi" method="post"
enctype="multipart/form-data">
<input type="hidden" name="submitterid" value="current-users"/>
<input type="hidden" name="confidential" value="no"/>
<input type="hidden" name="severity" value="non-critical"/>
<input type="hidden" name="priority" value="low"/>
<label for="email">Your Electronic Mail Address</label>: <br/>
<input type="text" name="email" id="email" size="40"/>
<br/><br/><label for="originator">Your Name</label>:<br/>
<input type="text" name="originator" id="originator" size="40"/>
<br/><br/><label for="organization">Your Organization or Company</label>: <br/>
<input type="text" name="organization" id="organization" size="40"/>
<br/><br/><label for="synopsis">Synopsis (One line summary of the problem):</label> <br/>
<input type="text" name="synopsis" id="synopsis" size="60"/>
<br/><br/><label for="category">Category</label>: <select name="category" id="category">
<option> advocacy</option>
<option> amd64</option>
<option> arm</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="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/><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/><br/><label for="release">Which FreeBSD Release You Are Using</label>: <br/>
<input type="text" name="release" id="release" size="40"/>
<br/><br/><label for="environment">Environment (output of "uname -a" on the problem machine)</label>:
<br/>
<textarea name="environment" id="environment" rows="3" cols="80"></textarea><br/><br/>
<label for="description">Full Description</label>: <br/>
<textarea name="description" id="description" rows="20" cols="80"></textarea><br/><br/>
<label for="howtorepeat">How to repeat the problem</label>: <br/>
<textarea name="howtorepeat" id="howtorepeat" rows="10" cols="80"></textarea><br/><br/>
<label for="fix">Fix to the problem if known</label>: <br/>
<textarea name="fix" id="fix" rows="20" cols="80"></textarea><br/><br/>
<label for="patch">And/or patch file (100KB max, .txt extension or
shar file required)</label>:
<input type="file" name="patch" id="patch" maxlength="102400"
accept="text/*"/><br/>
<label for="code-confirm">Finally, please enter the code from the image
below to prove you're not a robot: <br/><br/>
<img src="http://www.FreeBSD.org/cgi/confirm-code.cgi?db=sendpr"
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/><br/>
<input type="submit" value="Submit Problem Report"/>
</form>
</body>
</html>