]> git.sur5r.net Git - bacula/docs/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Fri, 28 Oct 2005 10:24:46 +0000 (10:24 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 28 Oct 2005 10:24:46 +0000 (10:24 +0000)
docs/manual-de/install.tex
docs/manual-de/state.tex
docs/manual/install.tex
docs/manual/state.tex

index 6f2ca07711d73cea530fb9807b53218886e14f3d..cdabb1202cc6dd4e1eb54f5f2787be41ec388750 100644 (file)
@@ -857,6 +857,12 @@ CFLAGS="-g -Wall" ./configure \
 Note, Bacula assumes that /var/bacula, /var/run, and /var/loc/subsys exist so
 it will not automatically create them during the install process. 
 
+Note, with gcc (GCC) 4.0.1 20050727 (Red Hat 4.0.1-5) on
+an AMD64 CPU running 64 bit CentOS4, there is a compiler bug that generates
+bad code that causes Bacula to segment fault.  Typically you will see this
+in the Storage daemon first.  The solution is to compile Bacula ensuring
+that no optimization is turned on (normally it is -O2).
+
 \subsection*{Solaris}
 \index[general]{Solaris }
 \addcontentsline{toc}{subsection}{Solaris}
index b8af271b0e1cea9b3201e3e6ccec41bbb5992b80..d44c8e420cbbfff64f4dfdc17adfa2665265436e 100644 (file)
@@ -78,6 +78,7 @@ In other words, what is and what is not currently implemented and functional.
    barcodes.  
 \item Automatic support for multiple autochanger magazines either using
    barcodes or by reading the tapes.  
+\item Support for multiple drive autochangers.
 \item Raw device backup/restore. Restore must be to the same device. 
 \item All Volume blocks (approx 64K bytes) contain a data checksum.  
 \item Access control lists for Consoles that permit restricting user access
@@ -200,4 +201,7 @@ In other words, what is and what is not currently implemented and functional.
    configuration files are limited to a fixed number of characters.  Currently
    the limit is defined as 127 characters. Note, this does  not apply to
    filenames, which may be arbitrarily long. 
+\item On Win32 machines filenames are limited by the non-Unicode Windows
+   API that we use to 260 characters.  This is planned to be corrected in
+   a future version by switching to the Unicode API.
 \end{itemize}
index 6f2ca07711d73cea530fb9807b53218886e14f3d..cdabb1202cc6dd4e1eb54f5f2787be41ec388750 100644 (file)
@@ -857,6 +857,12 @@ CFLAGS="-g -Wall" ./configure \
 Note, Bacula assumes that /var/bacula, /var/run, and /var/loc/subsys exist so
 it will not automatically create them during the install process. 
 
+Note, with gcc (GCC) 4.0.1 20050727 (Red Hat 4.0.1-5) on
+an AMD64 CPU running 64 bit CentOS4, there is a compiler bug that generates
+bad code that causes Bacula to segment fault.  Typically you will see this
+in the Storage daemon first.  The solution is to compile Bacula ensuring
+that no optimization is turned on (normally it is -O2).
+
 \subsection*{Solaris}
 \index[general]{Solaris }
 \addcontentsline{toc}{subsection}{Solaris}
index b8af271b0e1cea9b3201e3e6ccec41bbb5992b80..d44c8e420cbbfff64f4dfdc17adfa2665265436e 100644 (file)
@@ -78,6 +78,7 @@ In other words, what is and what is not currently implemented and functional.
    barcodes.  
 \item Automatic support for multiple autochanger magazines either using
    barcodes or by reading the tapes.  
+\item Support for multiple drive autochangers.
 \item Raw device backup/restore. Restore must be to the same device. 
 \item All Volume blocks (approx 64K bytes) contain a data checksum.  
 \item Access control lists for Consoles that permit restricting user access
@@ -200,4 +201,7 @@ In other words, what is and what is not currently implemented and functional.
    configuration files are limited to a fixed number of characters.  Currently
    the limit is defined as 127 characters. Note, this does  not apply to
    filenames, which may be arbitrarily long. 
+\item On Win32 machines filenames are limited by the non-Unicode Windows
+   API that we use to 260 characters.  This is planned to be corrected in
+   a future version by switching to the Unicode API.
 \end{itemize}