Re: [Bacula-users] Big problems with my Bacula.....

2005-09-07 Thread preissler thomas
Hello, Am 07.09.2005 schrieb Philipp Steinkrueger: > Hi Kern, > > > >Perhaps it didn't drop the database but it did drop each table -- > >otherwise, how can the example from the Catalog Maintenance chapter of the > >manual work? > > > >mysqldump -f --opt bacula > bacula.sql > >mysql bacula < b

Re: [Bacula-users] Big problems with my Bacula.....

2005-09-06 Thread preissler thomas
Hello, Am 06.09.2005 schrieb Arno Lehmann: > Hi, > > Masopust Christian wrote: > > >Hello all, > > > >my configuration is as follows: > > > > - Director and Storage at FedoraCore 3 system, Database Mysql 4.1.12, > > Backup to Disk (2 RAIDs with 2.6TB) > > - Clients are Linux, SUNs, Windows > >

[Bacula-users] Only restore fails with "unable to open device /dev/st0"

2005-08-17 Thread preissler thomas
Hello, I user bacula 1.32f - yeah I know, that this is quite old, but it is really working fine for long now. Everythings was ok, backup is running every day, no errors, everything is fine. Now I wanted to restore a file. But I always get the same error: 17-Aug-2005 16:25 SERVER-sd: RestoreFile

Re: [Bacula-users] Amazon"s patent

2005-07-12 Thread preissler thomas
Am 12.07.2005 schrieb Frédéric PIERROT: > Hi, > > > >Hello, > > > > There is a demonstration in Strasbourg tomorrow. > > I"ll be there. > > > > Ludovic. > > > > > >http://wiki.noepatents.eu.org/index.php/StbDemo050604 > > > > Kern Sibbald a é

Re: [Bacula-users] Autochanger not working / Cant mount tapes

2005-05-24 Thread preissler thomas
Hello, [Description of error "Unable to open device /dev/st0" after update from 1.32f to 1.36.2] So I downgraded to -1.32f again and everything is/was working again, except that btape ios segfaulting, but - that is only a nice-to-have-feature. ;-)) Greets, Thomas -

[Bacula-users] Autochanger not working / Cant mount tapes

2005-05-24 Thread preissler thomas
Hello, I upgraded my bacula from 1.32f to 1.36.2, Debian unstable. After adapting the configuration (filesets), no more tapes cant be mounted. *mount Automatically selected Storage: Tape 3901 open device failed: ERR=dev.c:289 stored: unable to open device /dev/st0: ERR=Input/output error

[Bacula-users] btape issues, output needed and segfaulting

2005-05-23 Thread preissler thomas
Hello, I have two issues with btape (Version: 1.32f-4 (24 Jan 2004)) I know, it is quite old, but everything is working very properly. Yeah, nearly properly except a segfaulting btape. 1) First I want to use the output of the readlabel command of btape. But when I use ">file 2>&1", "file" is empt

Re: [Bacula-users] Using output of "btape /dev/st0"

2005-04-22 Thread preissler thomas
Hello, Am 22.04.2005 schrieb Arno Lehmann: > Hi. > > preissler thomas wrote: > > >Hello, > > > >I wonna use the output of > > > > echo "readlabel" | btape /dev/st0 > > > >for analyze purposes. But when I do a ">/tmp/btape

[Bacula-users] Using output of "btape /dev/st0"

2005-04-22 Thread preissler thomas
Hello, I wonna use the output of echo "readlabel" | btape /dev/st0 for analyze purposes. But when I do a ">/tmp/btape-output 2>&1" that file is empty. Whats going on? Or is there another way to find out, which pool is in drive? Greets, Thomas ---