Package: bacula-sd
Version: 1.36.2-2
Severity: important
Tags: patch

All autochanger operations dont work because /usr/sbin/mtx is not found
when it is called from daemon running as user "bacula".
Solution: Apply the attached patch


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-md1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages bacula-sd depends on:
ii  bacula-common               1.36.2-2     Network backup, recovery and verif
ii  debconf                     1.4.30.13    Debian configuration management sy
ii  libacl1                     2.2.23-1     Access control list shared library
ii  libc6                       2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libcomerr2                  1.37-2       common error description library
ii  libgcc1                     1:3.4.3-12   GCC support library
ii  libkrb53                    1.3.6-2      MIT Kerberos runtime libraries
ii  libpq3                      7.4.7-6      PostgreSQL C client library
ii  libssl0.9.7                 0.9.7e-3     SSL shared libraries
ii  libstdc++5                  1:3.3.5-12   The GNU Standard C++ Library v3
ii  libwrap0                    7.6.dbs-8    Wietse Venema's TCP wrappers libra
ii  zlib1g                      1:1.2.2-4    compression library - runtime

-- no debconf information
--- /etc/bacula/scripts/mtx-changer.org 2004-12-09 18:56:57.000000000 +0100
+++ /etc/bacula/scripts/mtx-changer     2005-04-05 18:11:13.000000000 +0200
@@ -27,7 +27,7 @@
 #   exit code, Bacula will assume the request failed.
 #
 
-MTX=mtx
+MTX=/usr/sbin/mtx
 
 #
 # The purpose of this function to wait a maximum 

Reply via email to