]> git.sur5r.net Git - bacula/docs/blob - docs/home-page/pages/support.php
Doc updates
[bacula/docs] / docs / home-page / pages / support.php
1 <? require_once("inc/header.php"); ?>
2 <table>
3 <tr>
4    <td class="contentTopic"> Support for Bacula </td>
5 </tr>
6 <tr>
7    <td class="content">
8
9    Please keep in mind that we are not getting paid for this.
10    Nevertheless, our desire is to see as many people using
11    <b>Bacula</b> as possible. So we are very willing to
12    provide a reasonable level of email support.
13
14    <p>Before asking for help, it could be useful to check against the
15    email archive as often solution to your problem has been discussed
16    or a patch has been released. Please see:
17    <a href="http://news.gmane.org/search.php?match=bacula">
18    http://news.gmane.org/search.php?match=bacula</a>.
19
20    <p>For support, send an email to
21    <b>bacula-users at lists.sourceforge.net</b>, and if you are
22    specific enough, some kind Bacula user will help you. The
23    previous address was modified to prevent easy use by spammers.
24    To use it, you must replace the <b>at</b> with an @ symbol. Due
25    to the increasing volumes of spam on the list, you must 
26    be subscribed to it to be able to send and email to it.  The
27    link to your left entitled <b>Email Lists</b> provides links
28    to where you can subscribe to each of the Bacula email lists.
29     
30    The users constantly monitor this list and will generally provide
31    support. Please see <b>Information Needed</b> below for what to
32    include in your support request. If you don't supply the necessary
33    information, it will take longer to respond to your request, and
34    users may be afraid to try to respond,
35    if your request is too complicated or not well formulated.
36
37
38    <p>I (Kern) get a number of &quot;off-list&quot; emails sent
39    directly to me. Unfortunately, I am no longer able to provide
40    direct user support. However, I do read all the email sent and
41    occasionally provide a tip or two. If you do send email to me,
42    please always copy the appropriate list, if you
43    do not copy the list, I may not answer you, or I will answer by copying
44    the list. If you <em>really</em> have something confidential,
45    please clearly indicate it.</p>
46
47    <p>If you are looking for live-suppport you might check out our irc-channel
48    in the <a href="http://www.freenode.net">Freenode</a> net, called #bacula.
49
50 <h3>Information Needed</h3>
51 For us to respond to a bug report, we normally need the following
52 as the minimum information, which you can enter into the appropriate
53 fields of the bug reporting system:
54 <ul>
55 <li>Your operating system</li>
56 <li>The version of Bacula you are using</li>
57 <li>A <a href="http://www.chiark.greenend.org.uk/~sgtatham/bugs.html">clear and concise</a> description of the problem</li>
58 <li>If you say &quot;it crashes&quot;, &quot;it doesn't work&quot; or something
59   similar, you should include some output from Bacula that shows this.</li>
60 </ul>
61 If you are having tape problems, please include:
62 <ul>
63  <li>The kind of tape drive you have </li>
64  <li>Have you run the <b>btape</b> &quot;test&quot; command?</li>
65
66 </ul>
67 The first two of these items can be fulfilled by sending
68 us a copy of your <b>config.out</b> file, which is in the
69 main <b>Bacula</b> source directory after you have done
70 your <b>./configure</b>.
71 <p>In addition, we will sometimes need a copy of your Bacula
72 configuration files (especially bacula-dir.conf). If you
73 think it is a configuration problem, please don't hesitate
74 to send them if necessary.</td>
75 </tr>
76 <tr>
77    <td style="font-size: 14px; padding: 0px 20px 0px 20px">
78    Please read that little Bug-Report-<a href="http://www.chiark.greenend.org.uk/~sgtatham/bugs.html">HowTo</a> as well.
79    </td>
80 </tr>
81
82 </table>
83 <? require_once("inc/footer.php"); ?>