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}
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
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}
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}
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
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}