Re: [Bacula-users] Auto-reuse

2007-05-11 Thread Andy Collyer
I want to *always* automatically re-use my tapes. I can achieve this manually by using bconsole's SQL query mode and updating the Media table: update Media set VolStatus = Recycle [ WHERE ... ]; However, once the Volume is used, the Media table entry is re-set to Append, so next

Re: [Bacula-users] Auto-reuse

2007-05-11 Thread Andy Collyer
Hello, On 5/11/2007 10:54 AM, Andy Collyer wrote: I want to *always* automatically re-use my tapes. I can achieve this manually by using bconsole's SQL query mode and updating the Media table: update Media set VolStatus = Recycle [ WHERE ... ]; However, once the Volume is

Re: [Bacula-users] Auto-reuse

2007-05-11 Thread Jarrod Meyer
Were the volumes created with these defaults? If not, have you run the 'update volume' command? If the volumes carry the same values as these defaults, then I see the only problem being that your volumes are not marked as used/full once written (they are left as append and thus not

Re: [Bacula-users] Auto-reuse

2007-05-11 Thread Arno Lehmann
Hello, On 5/11/2007 10:54 AM, Andy Collyer wrote: I want to *always* automatically re-use my tapes. I can achieve this manually by using bconsole's SQL query mode and updating the Media table: update Media set VolStatus = Recycle [ WHERE ... ]; However, once the Volume is used, the

[Bacula-users] Volume recycling/pruning

2007-05-11 Thread luket
Good morning I am currently running bacula on a CentOS machine with no problems. I am waiting to install a tape drive (problem sourcing the connector to the server) I am having a problem with clearing out data over a certain length of time. I have had a look through FAQ's and also through

Re: [Bacula-users] Volume recycling/pruning

2007-05-11 Thread Arno Lehmann
Hello, On 5/11/2007 11:37 AM, luket wrote: Good morning I am currently running bacula on a CentOS machine with no problems. I am waiting to install a tape drive (problem sourcing the connector to the server) I am having a problem with clearing out data over a certain length of time.

[Bacula-users] That's why it shouldn't work.

2007-05-11 Thread alejandro lencina
Hello. I'm really not a guru (I actually am a newbie) but I think you must set TLS Enable = yes in you bconsole.conf (the documentation says TLS Require is ignored if TLS Enable is set to no) You are right, and that's the behavior I'm expecting. If you realize I have set TLS Required = yes in

Re: [Bacula-users] HFS+ Resource Forks Support

2007-05-11 Thread Justin Lott
On May 10, 2007, at 4:21 PM, Jorj Bauer wrote: That was one of the first things I considered. The Finder itself, however, does take RSRC data into account when reporting file sizes. Anyway, here is the output you were referring to: [EMAIL PROTECTED]: /System/Library/Fonts # ls -l Times\

[Bacula-users] Database version problem after upgrade

2007-05-11 Thread Yuri T
Hi, I just upgraded to 2.0.3 from 1.38.11 on a debian system. When the director tries to start I get this error. Starting Bacula Director: 11-May 09:11 bacula-dir: Fatal error: Version error for database bacula. Wanted 10, got 9 11-May 09:11 bacula-dir: Fatal error: Could not open Catalog

Re: [Bacula-users] Database version problem after upgrade

2007-05-11 Thread tom.boyda
Hello, Is there a tool to upgrade the database version? Yes. In the etc directory of your installation should be the following script update-bacula-table which should call the correct database update script. Run that command and you should be good to go. Tom. Thomas Boyda Consultant,

Re: [Bacula-users] [Bacula-devel] disaster recovery with data encryption

2007-05-11 Thread massano jerome
Just more info that could help : Bacula 2.0.3 compiled form sources on a SMEserver (linux distribution based on CentOS) with Mysql. Le vendredi 11 mai 2007 à 15:26 +0200, massano jerome a écrit : Hello. Thank you for your answer. Ok. I did what you told me, but it doesn't work : here is the

Re: [Bacula-users] [Bacula-devel] disaster recovery with data encryption

2007-05-11 Thread massano jerome
Last info about my problem : after a failed restore (with the master keypair), the File Daemon is shut down. Le vendredi 11 mai 2007 à 15:34 +0200, massano jerome a écrit : Just more info that could help : Bacula 2.0.3 compiled form sources on a SMEserver (linux distribution based on CentOS)

Re: [Bacula-users] Autochanger problem

2007-05-11 Thread Mike Vasquez
I ran mt -f /dev/nst0 status as the bacula user and got the following: /dev/nst0: Input/output error Then I ran mtx -f /dev/nst0 inquire as root and got the following: cannot open SCSI device '/dev/nst0' - Input/output error Mike Arno Lehmann wrote: Hi, On 5/11/2007 12:04 AM, Mike

Re: [Bacula-users] HFS+ Resource Forks Support

2007-05-11 Thread Justin Lott
On May 11, 2007, at 7:20 AM, Justin Lott wrote: On May 10, 2007, at 4:21 PM, Jorj Bauer wrote: That was one of the first things I considered. The Finder itself, however, does take RSRC data into account when reporting file sizes. Anyway, here is the output you were referring to: [EMAIL

Re: [Bacula-users] HFS+ Resource Forks Support

2007-05-11 Thread Jorj Bauer
I think I've figured this out. What clue'd me in was you saying in a simple test without PKI :-) My test yesterday was without PKI. I was thinking about your setup, not mine. :) But I didn't have ACL support turned on. Here's my fileset from yesterday's test, which did back up and restore

Re: [Bacula-users] [Bacula-devel] disaster recovery with data encryption

2007-05-11 Thread massano jerome
Hello. Thank you for your answer. Ok. I did what you told me, but it doesn't work : here is the output : The message of the console are in french, I have made a translation of them (between brackets). *messages 11-mai 15:09 nec-dir: Start Restore Job RestoreFiles.2007-05-11_15.09.00

Re: [Bacula-users] [Bacula-devel] disaster recovery with data encryption

2007-05-11 Thread massano jerome
Here is the output of the debug (followed the instructions on the manual to get more debugging infos) : sme-fd: bnet.c:1154 who=client host=192.168.0.1 port=36387 [New Thread -1211208784 (LWP 4619)] sme-fd: find.c:81 init_find_files ff=8e528e0 sme-fd: job.c:232 dird: Hello Director nec-dir

Re: [Bacula-users] HFS+ Resource Forks Support

2007-05-11 Thread Justin Lott
On May 11, 2007, at 10:56 AM, Jorj Bauer wrote: I think I've figured this out. What clue'd me in was you saying in a simple test without PKI :-) My test yesterday was without PKI. I was thinking about your setup, not mine. :) But I didn't have ACL support turned on. Here's my fileset

Re: [Bacula-users] Autochanger problem

2007-05-11 Thread Mike Vasquez
Now I am getting a new error, nmc-sdca-mon1:/etc/bacula# mtx -f /dev/sg0 inquiry mtx: Request Sense: Long Report=yes mtx: Request Sense: Valid Residual=no mtx: Request Sense: Error Code=0 (Unknown?!) mtx: Request Sense: Sense Key=No Sense mtx: Request Sense: FileMark=no mtx: Request Sense:

[Bacula-users] I got the solution

2007-05-11 Thread alejandro lencina
I realized what the problem was. The thing is that Bacula totally ignores the value of the directive 'TLS Enabled'. So if you want to disable tls communications anywhere, you have to comment all the TLS directives. I also realized that I could connect to the FD because in my bacula-dir.conf I

Re: [Bacula-users] Bacula Database Corrupt? What to do?

2007-05-11 Thread Mike Toscano
Thanks! I got it going. Here is what I did for anyone who might need it in the future. I'm using SQLite. Sorry for not posting that before. I did have a missing table, not sure why. I did try dbcheck just for the heck of it but as you said, it didn't work because I did actually have a missing

[Bacula-users] Windows fails to connect to Linux server

2007-05-11 Thread Peter Crighton
I've had Bacula 2.0.3 running for a week on my Centos 4.4 server backing up files on the server successfully. Yesterday I decided to install Bacula on a Windows XP machine as a client. I created a job on the server to backup a test folder on the Windows machine and once I'd sorted the passwords

Re: [Bacula-users] Autochanger problem

2007-05-11 Thread Arno Lehmann
Hi, On 5/11/2007 5:44 PM, Mike Vasquez wrote: Now I am getting a new error, nmc-sdca-mon1:/etc/bacula# mtx -f /dev/sg0 inquiry mtx: Request Sense: Long Report=yes mtx: Request Sense: Valid Residual=no mtx: Request Sense: Error Code=0 (Unknown?!) mtx: Request Sense: Sense Key=No Sense

Re: [Bacula-users] rpm for fc6 in a production environment

2007-05-11 Thread Florian Heigl
Hi. 2007/5/5, [EMAIL PROTECTED] [EMAIL PROTECTED]: i have to compile the last bacula release on a server with a strict security policy (production environment) so on the server there isn't gcc. is there an rpm for fedora core 6 pre build and ready to install? There are prebuilt rpms, so i