From: Kern Sibbald Date: Fri, 28 Oct 2005 10:24:46 +0000 (+0000) Subject: Update X-Git-Tag: Release-1.38.0~20 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6dc1097e6933d39e1016c41bd6175268490750b3;p=bacula%2Fdocs Update --- diff --git a/docs/manual-de/install.tex b/docs/manual-de/install.tex index 6f2ca077..cdabb120 100644 --- a/docs/manual-de/install.tex +++ b/docs/manual-de/install.tex @@ -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} diff --git a/docs/manual-de/state.tex b/docs/manual-de/state.tex index b8af271b..d44c8e42 100644 --- a/docs/manual-de/state.tex +++ b/docs/manual-de/state.tex @@ -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} diff --git a/docs/manual/install.tex b/docs/manual/install.tex index 6f2ca077..cdabb120 100644 --- a/docs/manual/install.tex +++ b/docs/manual/install.tex @@ -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} diff --git a/docs/manual/state.tex b/docs/manual/state.tex index b8af271b..d44c8e42 100644 --- a/docs/manual/state.tex +++ b/docs/manual/state.tex @@ -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}