]> git.sur5r.net Git - bacula/docs/commitdiff
Final changes
authorKern Sibbald <kern@sibbald.com>
Thu, 4 May 2006 13:20:12 +0000 (13:20 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 4 May 2006 13:20:12 +0000 (13:20 +0000)
docs/manual/install.tex
docs/manual/tapetesting.tex

index 317c130538286ef96a7ec4c1f7f1549c966c2ead..b0b45a45bb9bec986e035432ead05e3a732530cb 100644 (file)
@@ -253,6 +253,9 @@ machine to another. If the {\bf make distclean} fails,  just ignore it and
 continue on.  
 
 \item make  
+\begin{verbatim}
+
+\end{verbatim}
    If you get errors while linking in the Storage daemon directory
    (src/stored), it is probably because you have not loaded the static
    libraries on your system.  I noticed this problem on a Solaris system.
@@ -283,7 +286,9 @@ continue on.
    can be done after you have Bacula up and running.  Please take care when
    modifying passwords, which were randomly generated, and the {\bf Name}s
    as the passwords and names must agree between the configuration files
-   for security reasons.  \item Create the Bacula MySQL database and tables
+   for security reasons.  
+
+\item Create the Bacula MySQL database and tables
    (if using MySQL)
       \ilink{Installing and Configuring MySQL Phase II}{mysql_phase2} or 
       create the Bacula PostgreSQL database and tables  
@@ -303,6 +308,7 @@ continue on.
    heavy modifications to the  configuration files so that you are sure that
    Bacula works  and are familiar with it. After that changing the conf files 
    will be easier.  
+
 \item If after installing Bacula, you decide to "move it", that is  to
    install it in a different set of directories, proceed  as follows:  
 
index 0988b28ae263fbd7cfdfc650d9b5e9cf1a370e16..faede97ab076caa61ea5f5d1de9772fb00549383 100644 (file)
@@ -900,14 +900,11 @@ Device {
 \normalsize
 
 
-\subsubsection*{Determining What Tape Drives and Autochangers You Have on
-FreeBSD}
-\index[general]{FreeBSD!Determining What Tape Drives and Autochangers You Have
-}
-\index[general]{Determining What Tape Drives and Autochangers You Have on
-FreeBSD}
-\addcontentsline{toc}{subsubsection}{Determining What Tape Drives and
-Autochangers You Have on FreeBSD}
+\subsubsection*{Finding your Tape Drives and Autochangers on FreeBSD}
+\index[general]{FreeBSD!Finding your Tape Drives and Autochangers}
+\index[general]{Finding your Tape Drives and Autochangers on FreeBSD}
+\addcontentsline{toc}{subsubsection}{Finding your Tape Drives and
+Autochangers on FreeBSD}
 
 On FreeBSD, you can do a {\bf camcontrol devlist} as root to determine what
 drives and autochangers you have. For example, 
@@ -1186,3 +1183,26 @@ your Storage daemon can access the device. You need to ensure that you
 all access to the proper control device, and if you don't have any
 SCSI disk drives (including SATA drives), you might want to change
 the permissions on /dev/sg*.
+
+\subsection*{Syslog Errors}
+\index[general]{Errors!Syslog}
+\index[general]{Syslog Errors}
+\addcontentsline{toc}{subsection}{Syslog Errors}
+
+If you are getting errors such as:
+
+\footnotesize
+\begin{verbatim}
+: kernel: st0: MTSETDRVBUFFER only allowed for root
+\end{verbatim}
+\normalsize
+
+you are most likely running your Storage daemon as non-root, and
+Bacula is attempting to set the correct OS buffering to correspond
+to your Device resource. Most OSes allow only root to issue this
+ioctl command. In general, the message can be ignored providing 
+you are sure that your OS parameters are properly configured as
+described earlier in this manual.  If you are running your Storage daemon 
+as root, you should not be getting these system log messages, and if
+you are, something is probably wrong.
+