]> git.sur5r.net Git - bacula/docs/blob - docs/home-page/en/pages/bugs.php
Update new features
[bacula/docs] / docs / home-page / en / pages / bugs.php
1 <? require_once("inc/header.php"); ?>
2 <table>
3 <tr>
4         <td class="contentTopic">
5         Bug Reporting
6         </td>
7 </tr>
8 <tr>
9     <td class="content">
10     Before reporting a bug, please be sure it is a bug and
11     not a request for support (see the Support tab to
12     the left).
13     <p>
14     Bacula now has a Mantis bug reporting system
15     implemented by Dan Langille and hosted on his computer. It is web based,
16     easy to use, and we recommend you give it a try.  However, before
17     visiting our bugs database, please carefully read the following:
18
19
20 To view the bug reports, you can login as user <b>anonymous</b> and
21 password <b>anonymous</b>. The advantage of actually being subscribed
22 is that you will be notified by email of any serious bugs and their
23 resolution.
24
25 To submit bug reports, you must create an account.  You must also use a
26 browser running a US ASCII code page or UTF-8.  Some users running Win32
27 IE with Windows Eastern European code pages have experienced problems
28 interfacing with the system.
29
30 <p>
31 Most Bacula problems are questions of support, so if you are not
32 sure if a problem you are having is a bug, see the support page
33 on this site for links to the email lists.  However, once you have
34 determined that a problem is a bug, you must either submit a bug
35 report to the bugs database or send an email to the bacula-devel
36 list, otherwise it is possible that the developers will never know
37 about your bug and thus it will not get fixed.
38
39 You should expect two things to be slightly different in our Bugs
40 handling than many other Open Source projects.  First, we unfortunately
41 cannot give support or handle feature requests via the bugs database,
42 and second, we close bugs very quickly to avoid being overwhelmed.
43 Please don't take this personally.  If you want to add a note to the bug
44 report after it is closed, you can do so by reopening the bug, adding a
45 bug note, then closing the bug report again, or for really simple
46 matters, you can send an email to the bacula-devel email list.  If a
47 developer closes a bug report and after everything considered, you are
48 convinced there really *is* a bug and you have new information, you can
49 always reopen the bug report.
50
51 <h3>Information Needed in a Bug Report</h3>
52 For us to respond to a bug report, we normally need the following
53 as the minimum information, which you should enter into the appropriate
54 fields of the bug reporting system:
55 <ul>
56 <li>Your operating system</li>
57 <li>The version of Bacula you are using</li>
58 <li>A <a href="http://www.chiark.greenend.org.uk/~sgtatham/bugs.html">clear and concise</a> description of the problem</li>
59 <li>If you say &quot;it crashes&quot;, &quot;it doesn't work&quot; or something
60   similar, you should include some output from Bacula that shows this.</li>
61 </ul>
62 If you are having tape problems, please include:
63 <ul>
64  <li>The kind of tape drive you have </li>
65  <li>Have you run the <b>btape</b> &quot;test&quot; command?</li>
66
67 </ul>
68 The first two of these items can be fulfilled by sending us a copy of
69 your <b>config.out</b> file, which is in the main <b>Bacula</b> source
70 directory after you have done your <b>./configure</b>.
71
72 <p>In addition, we will sometimes need a copy of your Bacula
73 configuration files (especially bacula-dir.conf).  If you think it is a
74 configuration problem, please don't hesitate to send them if
75 necessary.</td>
76 </tr>
77 <tr>
78    <td style="font-size: 14px; padding: 0px 20px 0px 20px">
79    Please read that little Bug-Report-<a href="http://www.chiark.greenend.org.uk/~sgtatham/bugs.html">HowTo</a> as well.
80    </td>
81 </tr>
82
83 You can submit a bug or review the list of open or closed bugs by going to:
84
85 <p style="text-align: center; font-size: 24px">
86         <a href="http://bugs.bacula.org">http://bugs.bacula.org</a>
87 </p>
88
89
90 </table>
91 <? require_once("inc/footer.php"); ?>