From 6ff73189a102731a6937d8955cab1b6b579bf3a5 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 2 Aug 2009 16:29:55 +0000 Subject: [PATCH] Update catmaintenance + install + git --- docs/home-page/de/inc/header.php | 6 ++--- docs/home-page/en/inc/header.php | 6 ++--- docs/home-page/es/inc/header.php | 13 ++++++----- docs/home-page/fr/inc/header.php | 10 ++++----- docs/manuals/en/catalog/catmaintenance.tex | 26 ++++++++++++++++++++++ docs/manuals/en/install/installation.tex | 18 +++++++-------- docs/manuals/es/catalog/version.tex | 2 +- docs/manuals/es/concepts/version.tex | 2 +- docs/manuals/es/console/version.tex | 2 +- docs/manuals/es/developers/version.tex | 2 +- docs/manuals/es/install/version.tex | 2 +- docs/manuals/es/problems/version.tex | 2 +- docs/manuals/es/utility/version.tex | 2 +- 13 files changed, 59 insertions(+), 34 deletions(-) diff --git a/docs/home-page/de/inc/header.php b/docs/home-page/de/inc/header.php index 18b0dfdf..9b75edb3 100644 --- a/docs/home-page/de/inc/header.php +++ b/docs/home-page/de/inc/header.php @@ -51,7 +51,7 @@ - + @@ -152,7 +152,7 @@ - + @@ -172,7 +172,7 @@ diff --git a/docs/home-page/en/inc/header.php b/docs/home-page/en/inc/header.php index c7b4a5af..2c4d1f27 100644 --- a/docs/home-page/en/inc/header.php +++ b/docs/home-page/en/inc/header.php @@ -51,7 +51,7 @@ - + @@ -155,7 +155,7 @@ - + @@ -175,7 +175,7 @@ diff --git a/docs/home-page/es/inc/header.php b/docs/home-page/es/inc/header.php index 20df1380..2c4d1f27 100644 --- a/docs/home-page/es/inc/header.php +++ b/docs/home-page/es/inc/header.php @@ -65,9 +65,6 @@ Bacula, the Open Source, Enterprise ready, Network Backup Tool for Linux, Unix, Mac and Windows. - Español -     - English     @@ -75,8 +72,12 @@     Deutsch +     + + Español +
@@ -143,7 +144,7 @@ - + @@ -154,7 +155,7 @@ - + @@ -174,7 +175,7 @@ diff --git a/docs/home-page/fr/inc/header.php b/docs/home-page/fr/inc/header.php index 25d1aeca..924645d9 100644 --- a/docs/home-page/fr/inc/header.php +++ b/docs/home-page/fr/inc/header.php @@ -54,7 +54,7 @@ restauration par le réseau"> - + @@ -160,8 +160,7 @@ - @@ -189,9 +188,8 @@ diff --git a/docs/manuals/en/catalog/catmaintenance.tex b/docs/manuals/en/catalog/catmaintenance.tex index 3766c7ae..ee0be08c 100644 --- a/docs/manuals/en/catalog/catmaintenance.tex +++ b/docs/manuals/en/catalog/catmaintenance.tex @@ -271,6 +271,32 @@ the MySQL documentation, which can be found at: \elink{http://dev.mysql.com/doc/refman/5.0/en/gone-away.html} {http://dev.mysql.com/doc/refman/5.0/en/gone-away.html} +\section{MySQL Temporary Tables} +When doing backups with large numbers of files, MySQL creates some +temporary tables. When these tables are small they can be held in +system memory, but as they approach some size, they +spool off to disk. The default location for these temp tables is +/tmp. Once that space fills up, Bacula daemons such as the Storage +daemon doing spooling can get strange errors. E.g. + +\footnotesize +\begin{verbatim} +Fatal error: spool.c:402 Spool data read error. +Fatal error: backup.c:892 Network send error to SD. ERR=Connection reset by +peer +\end{verbatim} +\normalsize + +What you need to do is setup MySQL to use a different (larger) temp +directory, which can be set in the /etc/my.cnf with these variables +set: + +\footnotesize +\begin{verbatim} + tmpdir=/path/to/larger/tmpdir + bdb_tmpdir=/path/to/larger/tmpdir +\end{verbatim} +\normalsize \label{RepairingPSQL} \section{Repairing Your PostgreSQL Database} diff --git a/docs/manuals/en/install/installation.tex b/docs/manuals/en/install/installation.tex index f6a9349a..2a47cd6c 100644 --- a/docs/manuals/en/install/installation.tex +++ b/docs/manuals/en/install/installation.tex @@ -693,15 +693,13 @@ customize your installation. \item [ {-}{-}enable-bat ] \label{enablebat} \index[general]{{-}{-}enable-bat} - If you have Qt4 >= 4.2 installed on your computer including the + If you have Qt4 >= 4.3 installed on your computer including the libqt4 and libqt4-devel (libqt4-dev on Debian) libraries, and you want to use the Bacula Administration Tool (bat) GUI Console interface to Bacula, you must specify this option. Doing so will build everything in the {\bf src/qt-console} directory. The build with enable-bat will work only with a full Bacula build (i.e. it will not work with a client-only - build). In addition to the Qt4 libraries, linking bat requires - the qwt package installed on your system. Please see the next - configure option (with-qwt) for how to build the qwt package. + build). Qt4 is available on OpenSUSE 10.2, CentOS 5, Fedora, and Debian. If it is not available on your system, you can download the {\bf depkgs-qt} @@ -713,8 +711,10 @@ customize your installation. \item [ {-}{-}with-qwt=\lt{}path\gt{} ] \index[general]{{-}{-}with-qwt} - To build bat, you need the qwt graphics package installed on - your system. The path specified must be an absolute path and + The qwt package is a graphics library for Qt. If it is included + during the building of bat, you will get one extra graphical function. + At the current time, we recommend not including this option when + building bat. The path specified must be an absolute path and not relative. The qwt package is available for download from @@ -726,12 +726,12 @@ customize your installation. --with-qwt=/usr/lib/qwt-5.0.2 \end{verbatim} - Alternatively, you can download the Bacula depkgs package (currently - version 11Jul07) and build it, then assuming that you have put it + Alternatively, you can download the Bacula depkgs-qt package (currently + version 28Jul09) and build it, then assuming that you have put it into a directory named bacula, you would specify: \begin{verbatim} - --with-qwt=$HOME/bacula/depkgs/qwt + --with-qwt=$HOME/bacula/depkgs-qt/qwt \end{verbatim} Some packages such as Debian do not adhere to the standard of diff --git a/docs/manuals/es/catalog/version.tex b/docs/manuals/es/catalog/version.tex index c083f51c..f6bbdf67 100644 --- a/docs/manuals/es/catalog/version.tex +++ b/docs/manuals/es/catalog/version.tex @@ -1 +1 @@ -3.0.3 (22 July 2009) +3.0.3 (30 July 2009) diff --git a/docs/manuals/es/concepts/version.tex b/docs/manuals/es/concepts/version.tex index c083f51c..f6bbdf67 100644 --- a/docs/manuals/es/concepts/version.tex +++ b/docs/manuals/es/concepts/version.tex @@ -1 +1 @@ -3.0.3 (22 July 2009) +3.0.3 (30 July 2009) diff --git a/docs/manuals/es/console/version.tex b/docs/manuals/es/console/version.tex index c083f51c..f6bbdf67 100644 --- a/docs/manuals/es/console/version.tex +++ b/docs/manuals/es/console/version.tex @@ -1 +1 @@ -3.0.3 (22 July 2009) +3.0.3 (30 July 2009) diff --git a/docs/manuals/es/developers/version.tex b/docs/manuals/es/developers/version.tex index c083f51c..f6bbdf67 100644 --- a/docs/manuals/es/developers/version.tex +++ b/docs/manuals/es/developers/version.tex @@ -1 +1 @@ -3.0.3 (22 July 2009) +3.0.3 (30 July 2009) diff --git a/docs/manuals/es/install/version.tex b/docs/manuals/es/install/version.tex index c083f51c..f6bbdf67 100644 --- a/docs/manuals/es/install/version.tex +++ b/docs/manuals/es/install/version.tex @@ -1 +1 @@ -3.0.3 (22 July 2009) +3.0.3 (30 July 2009) diff --git a/docs/manuals/es/problems/version.tex b/docs/manuals/es/problems/version.tex index c083f51c..f6bbdf67 100644 --- a/docs/manuals/es/problems/version.tex +++ b/docs/manuals/es/problems/version.tex @@ -1 +1 @@ -3.0.3 (22 July 2009) +3.0.3 (30 July 2009) diff --git a/docs/manuals/es/utility/version.tex b/docs/manuals/es/utility/version.tex index c083f51c..f6bbdf67 100644 --- a/docs/manuals/es/utility/version.tex +++ b/docs/manuals/es/utility/version.tex @@ -1 +1 @@ -3.0.3 (22 July 2009) +3.0.3 (30 July 2009) -- 2.39.2