From e0852b8b37cca30293b622ce906ebd2145c4245f Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 20 Jan 2010 10:21:25 +0100 Subject: [PATCH] Add chapters Spanish translated chapters --- docs/manuals/es/main/main.kilepr | 25 ++- docs/manuals/es/main/requirements.tex | 113 ++++++------ docs/manuals/es/main/supporteddrives.tex | 208 +++++++++++------------ docs/manuals/es/main/supportedoses.tex | 145 ++++++++-------- 4 files changed, 241 insertions(+), 250 deletions(-) diff --git a/docs/manuals/es/main/main.kilepr b/docs/manuals/es/main/main.kilepr index 7b053a4b..b2ddf82f 100644 --- a/docs/manuals/es/main/main.kilepr +++ b/docs/manuals/es/main/main.kilepr @@ -150,6 +150,15 @@ line=0 open=false order=-1 +[item:main.tex] +archive=true +column=0 +encoding=UTF-8 +highlight=LaTeX +line=0 +open=false +order=-1 + [item:migration.tex] archive=true column=2147483647 @@ -165,7 +174,7 @@ column=12 encoding=UTF-8 highlight=LaTeX line=341 -open=true +open=false order=0 [item:pools.tex] @@ -206,9 +215,9 @@ order=-1 [item:requirements.tex] archive=true -column=7864421 +column=2 encoding= -highlight= +highlight=LaTeX line=0 open=false order=-1 @@ -287,10 +296,10 @@ order=-1 [item:supportedoses.tex] archive=true -column=0 -encoding= -highlight= -line=0 +column=77 +encoding=UTF-8 +highlight=LaTeX +line=74 open=false order=-1 @@ -345,7 +354,7 @@ column=0 encoding= highlight=LaTeX line=0 -open=true +open=false order=1 [item:win32.tex] diff --git a/docs/manuals/es/main/requirements.tex b/docs/manuals/es/main/requirements.tex index 9dbeed98..9e00fcd0 100644 --- a/docs/manuals/es/main/requirements.tex +++ b/docs/manuals/es/main/requirements.tex @@ -1,67 +1,60 @@ %% %% -\chapter{System Requirements} -\label{SysReqs} -\index[general]{System Requirements } -\index[general]{Requirements!System } +\chapter{Requerimientos del sistema} \label{SysReqs} \index{Requerimientos del sistema} +\index{Requerimientos del!Sistema} \begin{itemize} -\item {\bf Bacula} has been compiled and run on OpenSuSE Linux, FreeBSD, and - Solaris systems. -\item It requires GNU C++ version 2.95 or higher to compile. You can try with - other compilers and older versions, but you are on your own. We have - successfully compiled and used Bacula using GNU C++ version 4.1.3. - Note, in general GNU C++ is a separate package (e.g. RPM) from GNU C, so you - need them both loaded. On Red Hat systems, the C++ compiler is part of the - {\bf gcc-c++} rpm package. -\item There are certain third party packages that Bacula may need. Except for - MySQL and PostgreSQL, they can all be found in the {\bf depkgs} and {\bf - depkgs1} releases. However, most current Linux and FreeBSD systems - provide these as system packages. -\item The minimum versions for each of the databases supported by Bacula - are: +\item \textbf{Bacula} ha sido compilado y corre en sistemas OpenSuse Linux, FreeBSD +y Solaris. +\item Requiere GNU C++, en la versión 2.95 o superior para compilar. En general, el +paquete GNU C++ es adicional al paquete de GNU C, y se necesita que ambos estén +instalados. En sistemas Red Hat, el compilador de C++ es parte del paquete rpm +\textbf{gcc-c++}. +\item Hay algunos paquetes de terceros que Bacula puede necesitar. A excepción de +MySQL y PostgreSQL que pueden ser hallados en los releases \textbf{depkgs} y +\textbf{depkgs1}. Sin embargo, la mayoría de los sistemas Linux y FreeBSD los +suministran como paquetes del sistema. +\item Las versiones mínimas para cada una de las bases de datos soportadas son las +siguientes: - \begin{itemize} - \item MySQL 4.1 - \item PostgreSQL 7.4 - \item SQLite 2.8.16 or SQLite 3 - \end{itemize} - -\item If you want to build the Win32 binaries, please see the - README.mingw32 file in the src/win32 directory. We cross-compile the - Win32 release on Linux. We provide documentation on building the Win32 - version, but due to the complexity, you are pretty much on your own - if you want to build it yourself. -\item {\bf Bacula} requires a good implementation of pthreads to work. This - is not the case on some of the BSD systems. -\item The source code has been written with portability in mind and is mostly - POSIX compatible. Thus porting to any POSIX compatible operating system - should be relatively easy. -\item The GNOME Console program is developed and tested under GNOME 2.x. - GNOME 1.4 is no longer supported. -\item The wxWidgets Console program is developed and tested with the latest - stable ANSI or Unicode version of - \elink{wxWidgets}{\url{http://www.wxwidgets.org/}} (2.6.1). It works fine with the - Windows and GTK+-2.x version of wxWidgets, and should also work on other - platforms supported by wxWidgets. -\item The Tray Monitor program is developed for GTK+-2.x. It needs GNOME less - or equal to 2.2, KDE greater or equal to 3.1 or any window manager supporting - the - \elink{ FreeDesktop system tray - standard}{\url{http://www.freedesktop.org/Standards/systemtray-spec}}. -\item If you want to enable command line editing and history, you will need - to have /usr/include/termcap.h and either the termcap or the ncurses library - loaded (libtermcap-devel or ncurses-devel). -\item If you want to use DVD as backup medium, you will need to download the - \elink{dvd+rw-tools 5.21.4.10.8}{\url{http://fy.chalmers.se/~appro/linux/DVD+RW/}}, - apply the patch that is in the {\bf patches} directory of the main - source tree - to make these tools compatible with Bacula, then compile and install them. - There is also a patch for dvd+rw-tools version 6.1, and we hope that the - patch is integrated into a later version. - Do not use the dvd+rw-tools provided by your distribution, unless you - are sure it contains the patch. dvd+rw-tools without the patch will not - work with Bacula. DVD media is not recommended for serious or important - backups because of its low reliability. +\begin{itemize} +\item MySQL 4.1 +\item PostgreSQL 7.4 +\item SQLite 2.8.16 o SQLite 3 +\end{itemize} +\item Si usted desea generar sus propios binarios Win32, por favor revise el archivo +README.mingw32 en el directorio src/win32. El proyecto Bacula realizo una compilación +cruzada del release de Win32 en Linux. De igual manera, se suministra documentación +para la construcción de la versión para Win32, sin embargo, aunque este proceso +puede resultar complejo, esta es de mucha ayuda en este proceso de desarrollo. +\item \textbf{Bacula} requiere una buena implementación de pthreads (\url{http://en.wikipedia.org/wiki/POSIX_Threads}) +para trabajar. Esto no es el caso para algunos de los sistemas BSD. +\item El código fuente ha sido escrito pensando en la portabilidad y la mayor parte +es compatible con POSIX. Asi, la instalación en cualquier sistema operativo +compatible con POSIX es muy sencilla. +\item El programa de consola en GNOME fue desarrollado y probado en GNOME 2.x. La +versión de GNOME 1.4 no está soportada por completo. +\item El programa de consola de wxWidgets fue desarrollado y probado con la ultima +versión estable ANSI o UNICODE de \elink{wxWidgets}{\url{http://www.wxwidgets.org/}} +(2.6.1). Esta aplicación trabaja muy bien con la versión de Windows y GTK+\_2.x +de wxWidgets, y debería funcionar en otras plataformas soportadas por wxWidgets. +\item El programa de Tray Monitor fue desarrollado en GTK+-2.x. Necesita la versión +de GNOME menor o igual a 2.2, KDE mayor o igual a 3.1 o cualquier manejador +de ventanas que soporte el sistema de bandeja estándar para \elink{ FreeDesktop}{\url{http://www.freedesktop.org/Standards/systemtray-spec}}. +\item Si se desea activar la edición de linea de comandos y el historial, se necesita +/usr/include/termcap.h y el paquete termcap o la librería ncurses instalada +(libtermcap-devel o ncurses-devel). +\item Si se desea utilizar DVDs como medios de respaldo, se necesita descargar el +paquete \elink{dvd+rw-tools +5.21.4.10.8}{\url{http://fy.chalmers.se/~appro/linux/DVD+RW/}}, +aplicar el patch, ubicado en el directorio \textbf{patches} del árbol de fuentes +original, para hacer que estas herramientas sean compatibles con Bacula, luego +se debe compilarlas e instalarlas. Hay un patch de dvd+rw-tools con versión +6.1, y se espera que el mismo esté integrado en la ultima versión. Se recomienda +no utilizar el utilitario de dvd+rw-tols suministrado con la distribución, a +menos que este seguro que la misma contenga el patch. Las herramientas de dvd+rw-tools +sin el patch instalado, no trabajarán con Bacula. Para finalizar, los dispositivos +de DVD no se recomiendan para respaldos importantes y críticos, debido a su +baja confiabilidad. \end{itemize} diff --git a/docs/manuals/es/main/supporteddrives.tex b/docs/manuals/es/main/supporteddrives.tex index 005ba405..ea0b5539 100644 --- a/docs/manuals/es/main/supporteddrives.tex +++ b/docs/manuals/es/main/supporteddrives.tex @@ -1,49 +1,48 @@ %% %% -\chapter{Supported Tape Drives} -\label{SupportedDrives} -\index[general]{Drives!Supported Tape } -\index[general]{Supported Tape Drives } - -Bacula uses standard operating system calls (read, write, ioctl) to -interface to tape drives. As a consequence, it relies on having a -correctly written OS tape driver. Bacula is known to work perfectly well -with SCSI tape drivers on FreeBSD, Linux, Solaris, and Windows machines, -and it may work on other *nix machines, but we have not tested it. -Recently there are many new drives that use IDE, ATAPI, or -SATA interfaces rather than SCSI. On Linux the OnStream drive, which uses -the OSST driver is one such -example, and it is known to work with Bacula. In addition a number of such -tape drives (i.e. OS drivers) seem to work on Windows systems. However, -non-SCSI tape drives (other than the OnStream) that use ide-scis, ide-tape, -or other non-scsi drivers do not function correctly with Bacula (or any -other demanding tape application) as of today (April 2007). If you -have purchased a non-SCSI tape drive for use with Bacula on Linux, there -is a good chance that it will not work. We are working with the kernel -developers to rectify this situation, but it will not be resolved in the -near future. - -Even if your drive is on the list below, please check the -\ilink{Tape Testing Chapter}{btape1} of this manual for -procedures that you can use to verify if your tape drive will work with -Bacula. If your drive is in fixed block mode, it may appear to work with -Bacula until you attempt to do a restore and Bacula wants to position the -tape. You can be sure only by following the procedures suggested above and -testing. - -It is very difficult to supply a list of supported tape drives, or drives that -are known to work with Bacula because of limited feedback (so if you use -Bacula on a different drive, please let us know). Based on user feedback, the -following drives are known to work with Bacula. A dash in a column means -unknown: - -\addcontentsline{lot}{table}{Supported Tape Drives} +\chapter{Unidades de Tape Soportadas} +\label{DrivesSoportados} +\index{Unidades! de Tape Soportadas} +\index{Unidades de Tape Soportadas} + +Bacula utiliza llamadas estándar al sistema operativo (read,write, ioctl) para interactuar +con las unidades de tape. Como consecuencia de esto, es necesario contar con el driver +de tape adecuado y desarrollado para el sistema operativo seleccionado. Bacula trabaja +perfectamente bien con unidades de tape SCSI en equipos FreeBSD, Linux, Solaris y +Windows, y puede funcionar en otras máquinas UNIX, sin embargo, esto no se ha probado +todavía. Recientemente, han surgido nuevos drives que utilizan interfaces IDE, ATAPI +o SATA, en vez de SCSI. En Linux, el drive de OnStream, que utiliza el driver OSST +es uno de estos ejemplos, es renocido que trabaja con Bacula. En adición, un gran +número de unidades de cinta (es decir, OS drivers) se ha visto que trabajan en sistemas +Windows. Sin embargo, las unidades de tape no-SCSI (diferentes a OnStream) que utilizan +drivers ide-scis, ide-tape o no-scsi, no funcionan de manera correcta con Bacula +(o cualquier otra aplicación que demande una unidad de tape) hasta hoy (abril 2007). +Si ha seleccionado un tape drive no-SCSI para utilizar con Bacula, hay una gran probabilidad +que la misma no funcione. El equipo de desarrollo de Bacula, está trabajando en conjunto +con los programadores del kernel para rectificar esta situación, sin embargo, esto +no se resolverá en un futuro cercano. + +Incluso, si su drive aparece en el listado siguiente, por favor, chequee el capítulo +\ilink{Probando el Tape}{btape1} de este manual, para revisar los procedimientos +que se pueden utilizar para verificar si la unidad de cinta trabajará con Bacula. +Si su drive está en un modo de bloque fijo, este puede aparentar que trabaja con +Bacula, hasta que se intenta realizar una restauración y Bacula necesita posicionarse +en el tape. Solo se puede estar seguro, siguiendo los procedimientos sugeridos anteriormente +y probar. + +Es muy difícil suministrar una lista de unidades de tape soportados, o drives conocidos +para trabajar con Bacula, debido al limitado feedback de los usuarios (por lo tanto, si +usted utiliza Bacula en un drive diferente, por favor, permitanos conocer su experiencia). +Basado en dicho feedback, los siguiente drives son conocidos que trabajan con +Bacula. Un signo menos \{''-''\} en la columna, significa desconocido. + +\addcontentsline{lot}{table}{Unidades de Tape Soportadas} \begin{longtable}{|p{2.0in}|l|l|p{2.5in}|l|} \hline -\multicolumn{1}{|c| }{\bf OS } & \multicolumn{1}{c| }{\bf Man. } & -\multicolumn{1}{c| }{\bf Media } & \multicolumn{1}{c| }{\bf Model } & -\multicolumn{1}{c| }{\bf Capacity } \\ +\multicolumn{1}{|c| }{\bf SO } & \multicolumn{1}{c| }{\bf Man. } & +\multicolumn{1}{c| }{\bf Media } & \multicolumn{1}{c| }{\bf Modelo } & +\multicolumn{1}{c| }{\bf Capacidad } \\ \hline {- } & {ADIC } & {DLT } & {Adic Scalar 100 DLT } & {100GB } \\ \hline {- } & {ADIC } & {DLT } & {Adic Fastor 22 DLT } & {- } \\ \hline {FreeBSD 5.4-RELEASE-p1 amd64 } & {Certance} & {LTO } & {AdicCertance CL400 LTO Ultrium 2 } & {200GB } \\ @@ -72,71 +71,72 @@ unknown: \end{longtable} -There is a list of \ilink{supported autochangers}{Models} in the Supported -Autochangers chapter of this document, where you will find other tape drives -that work with Bacula. - -\section{Unsupported Tape Drives} -\label{UnSupportedDrives} -\index[general]{Unsupported Tape Drives } -\index[general]{Drives!Unsupported Tape } - -Previously OnStream IDE-SCSI tape drives did not work with Bacula. As of -Bacula version 1.33 and the osst kernel driver version 0.9.14 or later, they -now work. Please see the testing chapter as you must set a fixed block size. - -QIC tapes are known to have a number of particularities (fixed block size, and -one EOF rather than two to terminate the tape). As a consequence, you will -need to take a lot of care in configuring them to make them work correctly -with Bacula. - -\section{FreeBSD Users Be Aware!!!} -\index[general]{FreeBSD Users Be Aware } -\index[general]{Aware!FreeBSD Users Be } - -Unless you have patched the pthreads library on FreeBSD 4.11 systems, you will -lose data when Bacula spans tapes. This is because the unpatched pthreads -library fails to return a warning status to Bacula that the end of the tape is -near. This problem is fixed in FreeBSD systems released after 4.11. Please see the -\ilink{Tape Testing Chapter}{FreeBSDTapes} of this manual for -{\bf important} information on how to configure your tape drive for -compatibility with Bacula. - -\section{Supported Autochangers} -\index[general]{Autochangers!Supported } -\index[general]{Supported Autochangers } - -For information on supported autochangers, please see the -\ilink{Autochangers Known to Work with Bacula}{Models} -section of the Supported Autochangers chapter of this manual. - -\section{Tape Specifications} -\index[general]{Specifications!Tape} -\index[general]{Tape Specifications} -If you want to know what tape drive to buy that will work with Bacula, -we really cannot tell you. However, we can say that if you are going -to buy a drive, you should try to avoid DDS drives. The technology is -rather old and DDS tape drives need frequent cleaning. DLT drives are -generally much better (newer technology) and do not need frequent -cleaning. - -Below, you will find a table of DLT and LTO tape specifications that will -give you some idea of the capacity and speed of modern tapes. The -capacities that are listed are the native tape capacity without compression. -All modern drives have hardware compression, and manufacturers often list -compressed capacity using a compression ration of 2:1. The actual compression -ratio will depend mostly on the data you have to backup, but I find that -1.5:1 is a much more reasonable number (i.e. multiply the value shown in -the table by 1.5 to get a rough average of what you will probably see). -The transfer rates are rounded to the nearest GB/hr. All values are provided -by various manufacturers. - -The Media Type is what is designated by the manufacturers and you are not -required to use (but you may) the same name in your Bacula conf resources. - +Hay una lista de \ilink{librerías de cintas con recambio automático soportadas}{Modelos}, +en el capítulo de Autochangers Soportados de este documento, se pueden ubicar otras +unidades de tape que trabajan con Bacula. + +\section{Unidades de Tape No Soportadas} +\label{DrivesNoSoportados} +\index[general]{Unidades de Tape No Soportadas} +\index[general]{Unidades! de Tape No Soportados } + +Anteriormente, las unidades de tape OnStream IDE-SCSI no trabajaban con Bacula. Desde +la versión 1.33 y la versión de driver de kernel de osst 0.9.14 o superior, ahora +se puede trabajar. Por favor, revise el capítulo de pruebas para definir un tamaño +de bloque fijo. + +Los tapes QIC son conocidos por tener un conjunto de particularidades (tamaño fijo +de bloque y una marca de EOF en vez de dos para terminar la cinta). Como consecuencia +de esto, se necesitan tomar algunas consideraciones para configurarlas y hacer que +las mismas trabajen correctamente con Bacula. + +\section{Los usuarios FreeBSD deben tener precaución!!!} +\index[general]{Los usuarios FreeBSD deben tener precaución!!!} +\index[general]{Precaución!Los usuarios FreeBSD deben tener } + +A menos que se haya aplicado el patch de las librerías pthreads en los sistemas FreeBSD +en versiones 4.11, se perderá data cuando Bacula se extienda sobre varios tapes. +Esto se debe a que las librerías que no cuentan con el patch, presentan errores para +retornar un status de advertencia a Bacula, cuando el fin de la cinta está próximo. +Este problema está corregido en los sistemas FreeBSD liberados después de la versión +4.11. Por favor, revise el capítulo \ilink{Probando el Tape}{FreeBSDTapes} de +este manual, para obtener información \textbf{importante} acerca de cómo configurar +su unidad de cinta, de manera que sea compatible con Bacula. + +\section{Autochangers Soportados} +\index[general]{Autochangers!Soportados } +\index[general]{Autochangers Soportados} + +Para mayor información acerca de los autochangers soportados, por favor vea la sección +\ilink{Autochangers conocidos que trabajan con Bacula}{Modelos}, de este manual. + +\section{Especificaciones de Tape} +\index[general]{Especificaciones!deTape} +\index[general]{Especificaciones de Tape} + +Si usted quiere conocer qué unidad de tape debe comprar para trabajar con Bacula, +realmente no se lo podemos decir. Sin embargo, podemos indicarle si usted va a comprar +un drive, debe evitar los drives DDS. La tecnología es más vieja y las unidades de +tape DDS necesitan limpieza frecuente. Los drives DLT, generalmente son mejores (tecnología +más nueva) y no requieren una limpieza tan frecuente. + +A continuación, encontrará una tabla con las especificaciones de tapes DLT y LTO +que le darán una idea de la capacidad y velocidad de las cintas modernas. Las capacidades +listadas están en la capacidad nativa del tape, sin compresión. Todos los drives +modernos cuentan con compresión de hardware, y los fabricantes, generalmente, muestran +las capacidades utilizando una razón de compresión de 2:1. La razón de compresión +actual, en mayor parte, depende de la data a la cual se le hace respaldo, pero una +razón de 1.5:1 es un número mas razonable (es decir, multiplique el valor mostrado +por 1.5, para obtener un promedio bruto de lo que usted probablemente observará). +Las ratas de transferencia son redondeadas a los GB/hr mas cercanos. Todos los +valores son suministrados por varios fabricantes. + +El tipo de media (Media Type), representa como está diseñado por el fabricante, y +usted no requiere utilizar (pero podría) el mismo nombre en sus recursos de configuración +de Bacula. \begin{tabular}{|c|c|c|c} -Media Type & Drive Type & Media Capacity & Transfer Rate \\ \hline +Tipo de Media & Tipo de Drive & Capacidad de la Media & Rata de Transferencia \\ \hline DDS-1 & DAT & 2 GB & ?? GB/hr \\ \hline DDS-2 & DAT & 4 GB & ?? GB/hr \\ \hline DDS-3 & DAT & 12 GB & 5.4 GB/hr \\ \hline diff --git a/docs/manuals/es/main/supportedoses.tex b/docs/manuals/es/main/supportedoses.tex index bf4d9376..4adecf12 100644 --- a/docs/manuals/es/main/supportedoses.tex +++ b/docs/manuals/es/main/supportedoses.tex @@ -1,90 +1,79 @@ %% %% -\chapter{Supported Operating Systems} -\label{SupportedOSes} -\index[general]{Systems!Supported Operating } -\index[general]{Supported Operating Systems } - +\chapter{Sistemas Operativos Soportados} \label{SupportedOSes} \index{Sistemas!Operativos Soportados} +\index{Sistemas Operativos Soportados} \begin{itemize} -\item[X] Fully supported -\item[$\star$] The are reported to work in many cases. However they are NOT - supported by the bacula's project. +\item [X] Soportado completamente +\item [$\star$] se ha reportado que trabaja en muchos sistemas, sin embargo, esto +no está garantizado por el proyecto de bacula. \end{itemize} - - -\begin{tabular}[h]{|l|l|c|c|c|} - \hline - Operating Systems & Version & Client \small{Daemon} & Director \small{Daemon} & Storage \small{Daemon} \\ - \hline - \hline - GNU/Linux - & All & X & X & X \\ - \hline - FreeBSD & $\geq$ 5.0 & X & X & X - \\ - \hline - Solaris & $\geq$ 8 & X & X & X \\ - \hline - OpenSolaris & ~ & X & X & X \\ - \hline - \hline - MS Windows 32bit& Win98/Me & X & ~ & ~ \\ - \hline - ~ & WinNT/2K & X & $\star$ & $\star$ \\ - \hline - ~ & XP & X & $\star$ & $\star$ \\ - ~ & 2008/Vista & X & $\star$ & $\star$ \\ - MS Windows 64bit& 2008/Vista & X & ~ & ~ \\ - \hline - \hline - MacOS X/Darwin & ~ & X & ~ & ~ \\ - \hline - OpenBSD & ~ & X & $\star$ & ~ \\ - \hline - NetBSD & ~ & X & $\star$ & ~ \\ - \hline - Irix & ~ & $\star$ & ~ & ~ \\ - \hline - True64 & ~ & $\star$ & ~ & ~ \\ - \hline - AIX & $\geq$ 4.3 & $\star$ & ~ & ~ \\ - \hline - BSDI & ~ & $\star$ & ~ & ~ \\ - \hline - HPUX & ~ & $\star$ & ~ & ~ \\ - \hline +\begin{tabular}{|l|l|c|c|c|} +\hline +Sistemas Operativos & Versión & Cliente {\small {Demonio} } & Director {\small {Demonio} } & Storage {\small {Demonio} }\tabularnewline +\hline +\hline +GNU/Linux & All & X & X & X \tabularnewline +\hline +FreeBSD & $\geq$ 5.0 & X & X & X \tabularnewline +\hline +Solaris & $\geq$ 8 & X & X & X \tabularnewline +\hline +OpenSolaris & ~ & X & X & X \tabularnewline +\hline +\hline +MS Windows 32bit & Win98/Me & X & ~ & ~ \tabularnewline +\hline +~ & WinNT/2K & X & $\star$ & $\star$ \tabularnewline +\hline +~ & XP & X & $\star$ & $\star$ \tabularnewline +~ & 2008/Vista & X & $\star$ & $\star$ \tabularnewline +MS Windows 64bit & 2008/Vista & X & ~ & ~ \tabularnewline +\hline +\hline +MacOS X/Darwin & ~ & X & ~ & ~ \tabularnewline +\hline +OpenBSD & ~ & X & $\star$ & ~ \tabularnewline +\hline +NetBSD & ~ & X & $\star$ & ~ \tabularnewline +\hline +Irix & ~ & $\star$ & ~ & ~ \tabularnewline +\hline +True64 & ~ & $\star$ & ~ & ~ \tabularnewline +\hline +AIX & $\geq$ 4.3 & $\star$ & ~ & ~ \tabularnewline +\hline +BSDI & ~ & $\star$ & ~ & ~ \tabularnewline +\hline +HPUX & ~ & $\star$ & ~ & ~ \tabularnewline +\hline \end{tabular} -\section*{Important notes} +\section*{Notas importantes} \begin{itemize} -\item By GNU/Linux, we mean 32/64bit Gentoo, Red Hat, Fedora, Mandriva, - Debian, OpenSuSE, Ubuntu, Kubuntu, \dots - -\item For FreeBSD older than version 5.0, - please see some {\bf important} considerations in the - \ilink{ Tape Modes on FreeBSD}{FreeBSDTapes} section of the - Tape Testing chapter of this manual. - -\item MS Windows Director and Storage daemon are available - in the binary Client installer - -\item For MacOSX see \elink{http://fink.sourceforge.net/ for obtaining the packages}{http://fink.sourceforge.net/} +\item Cuando se hace referencia a GNU/Linux, significa las versiones de 32/64 bits +para Gentoo, Red Hat, Fedora, Mandriva, Debian, OpenSUSE, Ubuntu, Kubuntu, {\ldots{}} +\item Para versiones menores a la 5.0 de FreeBSD, se deben tomar algunas consideraciones +\textbf{importantes} en los modos para la unidad de tape, descritos en la sección +\ilink{Modos de Tape en FreeBSD} {FreeBSDTapes} del capítulo de Probando +el Tape de este manual. +\item Los paquetes de director y storage para MS Windows están disponibles como un +programa binario de instalación. +\item Para MacOSX revisar \elink{http://fink.sourceforge.net/ para obtener los paquetes}{http://fink.sourceforge.net/} \end{itemize} +Revise el capítulo de Portabilidad en la guia de Desarrolladores para Bacula, +para obtener información acerca de la portabilidad a otros sistemas. -See the Porting chapter of the Bacula Developer's Guide for information on -porting to other systems. - -If you have a older Red Hat Linux system running the 2.4.x kernel and you have -the directory {\bf /lib/tls} installed on your system (normally by default), -bacula will {\bf NOT} run. This is the new pthreads library and it is -defective. You must remove this directory prior to running Bacula, or you can -simply change the name to {\bf /lib/tls-broken}) then you must reboot your -machine (one of the few times Linux must be rebooted). If you are not able to -remove/rename /lib/tls, an alternative is to set the environment variable -"LD\_ASSUME\_KERNEL=2.4.19" prior to executing Bacula. For this option, you do -not need to reboot, and all programs other than Bacula will continue to use -/lib/tls. -The above mentioned {\bf /lib/tls} problem does not occur with Linux 2.6 kernels. +Si se cuenta con una versión de sistema operativo de Red Hat con kernel de 2.4.x +y se tiene el directorio \textbf{/lib/tls} instalado en el equipo (por defecto), +bacula \textbf{no} correrá. Esto es nuevo para la librería de pthreads y constituye +un defecto. Para correrlo, se debe remover el directorio antes de la ejecución +de bacula, o simplemente, se puede cambiar el nombre a \textbf{/lib/tls-broken}, +y luego reiniciar el sistema (una de las pocas veces que Linux debe reiniciarse). +Si no se puede eliminar o renombrar el directorio /lib/tls, un método alternativo +consiste en definir la variable de ambiente \textbf{LD\_ASSUME\_KERNEL=2.4.19}, +previo a la ejecución de bacula. Con esta opción, no es necesario el reinicio +y todos los programas, distintos a bacula, continuarán utilizando \textbf{/lib/tls}. +Este problema no ocurre con versiones de kernel 2.6 de Linux. -- 2.39.5