[Bacula-users] Different Files Retention

2008-01-23 Thread Diego Roccia
Hi guys,
I need to implement the following solution:
Sunday - Full Backup (Retention= 15Days)
Monday-Friday - Differential (Retention= 4 Days)

I need Full backups to be avaiable for 15 days and Differential ones to
be pruned after 4 days. the user will be able to restore:
1- Files from last 3 days
2- Files from last 2 Sundays' backup

Next, full backups from 1st and 3rd sunday of the month will marked
permanent (is it possible?)

I implemented it using different pools, as follows:
Pool {
  Name = db-daily
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Label Format = db-daily-
  Volume Retention = 4 days
  Maximum Volume Bytes= 53687091200
}

Pool {
  Name = db-weekly
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Label Format = db-weekly-
  Volume Retention = 15 days
  Maximum Volume jobs = 1
}

Schedule {
  Name = WeeklyCycle
  Run = Level=Full Pool=db-weekly sun at 00:05
  Run = Level=Differential Pool=db-daily mon-sat at 00:05
}


but I'm not sure this is the correct way. I'd like to configure job
retention (is this better or does my way works right?), but I didn't
find how to set it different depending on job Level (Full or
differential). In schedule resource I can overwrite Level settings on a
day basis, but I don't know if I can do the same for retention

thanks
Diego

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] update to 2.2.6: Job X wants Pool=X but have Pool=Y

2008-01-23 Thread Rudolph Bott
Hey list,

on monday I updated to bacula 2.2.6 (from 1.3.38) and started off with a clean 
database. Apparently I didn't have to change a thing and was able to use the 
old config (~15-20 clients with nightly backups to File Storage). Everything 
went fine on Monday (using the Pool Monday), but yesterday the 
backup did not work at all - the SD storage status did output something like:

Job XX wants Pool=Tuesday but have Pool=Monday..

I know the setup might be a bit strange but it works (or rather: worked) this 
way quite fine for almost three years:

There is one disk mounted for each day:
/bacula/monday
/bacula/tuesday
/bacula/wednesday...

Each folder/disk represents its own pool - volumes are automatically 
created/recycled with a max. size by bacula (5GB each, maximum of 46 Volumes) 
with the scheme monday-001, monday-002 and so on.

The Bacula SD only has one Storage defined, namely /bacula/backup. This folder 
contains some hundred pre-created symlinks:

lrwxrwxrwx 1 bacula bacula 16 Dec 10  2006 monday - ../monday/monday
lrwxrwxrwx 1 bacula bacula 21 Dec  8  2006 monday-0001 - ../monday/monday-0001
lrwxrwxrwx 1 bacula bacula 21 Dec  8  2006 monday-0002 - ../monday/monday-0002
lrwxrwxrwx 1 bacula bacula 21 Dec  8  2006 monday-0003 - ../monday/monday-0003
lrwxrwxrwx 1 bacula bacula 21 Dec  8  2006 monday-0004 - ../monday/monday-0004
lrwxrwxrwx 1 bacula bacula 21 Dec  8  2006 monday-0005 - ../monday/monday-0005
lrwxrwxrwx 1 bacula bacula 21 Dec  8  2006 monday-0006 - ../monday/monday-0006
lrwxrwxrwx 1 bacula bacula 21 Dec  8  2006 monday-0007 - ../monday/monday-0007
[...]


this is the SD definition:

Device {
   Name = FileStorage
   Media Type = File
   Archive Device = /bacula/backup
   LabelMedia = yes;   # lets Bacula label unlabeled media
   Random Access = yes;
   AutomaticMount = yes;   # when device opened, read it
   RemovableMedia = no;
   AlwaysOpen = no;
}


these are the pools:

# Default pool definition
Pool {
   Name = Default
   Pool Type = Backup
}

Pool {
   Name = monday
   Pool Type = Backup
   Recycle = yes
   Auto Prune = yes
   Volume Retention = 6d
   Volume Use Duration = 23 hours
   Maximum Volume Bytes = 5368709120
   Maximum Volumes = 46
   Label Format = montag-
}

Pool {
   Name = tuesday
   PoolType = Backup
   Recycle = yes
   Auto Prune = yes
   Volume Retention = 6d
   Volume Use Duration = 23 hours
   Maximum Volume Bytes = 5368709120
   Maximum Volumes = 46
   Label Format = dienstag-
}

[and so on for monday, tuesday, wednesday etc.]

the schedule definition is:

Schedule {
   Name = Daily
   Run = Level=Full Pool=monday Storage=File Monday at 20:00
   Run = Level=Full Pool=tuesday Storage=File Tuesday at 20:00
   Run = Level=Full Pool=wednesday Storage=File Wednesday at 20:00
   Run = Level=Full Pool=thursday Storage=File Thursday at 20:00
   Run = Level=Full Pool=friday Storage=File Friday at 20:00
   Run = Level=Full Pool=saturday Storage=File Saturday at 20:00
}

the default job config is:

JobDefs {
   Name = DefaultJob
   Type = Backup
   FileSet = LFHS-V3-src
   Level = Full
   Storage = File
   Messages = Standard
   Pool = Default
   Priority = 10
   Prune Jobs = yes
   Prune Files = yes
   Prune Volumes = yes
}

A sample Job definition is:

Job {
   Name = somehost.com
   JobDefs = DefaultJob
   Client = someclient.com
   Schedule = Daily
   Write Bootstrap = /var/lib/bacula/somehost.com.bsr
   FileSet = LFHS-V3-src
}




Mit freundlichen Grüßen / with kind regards

Rudolph Bott
-- 
Megabit Informationstechnik GmbH
Karstr.25  41068 Moenchengladbach  Tel:02161/30898-0  Fax:-18
AG MG HRB 10141, GF: Dipl.-Ing. Thomas Tillig, Michael Benten

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] [Bacula-Users] Full bacula system on tru64

2008-01-23 Thread Juan Luis
Hiya.

I'm working on a AlphaServer 1200, by now i'm managing everything with
Debian, but i am having so many troubles with a DEC DLT892, linux
doesn't recognize the device. So we decide to go back to Tru64 if bacula
could be installed on; then the DTL Library will be available. 

But i've realized  that is quite difficult. Does anybody has good
experiences compiling Bacula on Tru64? the Director and de Storage
daemon would be on tru.  

Thanks

My best regards


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] update to 2.2.6: Job X wants Pool=X but have Pool=Y

2008-01-23 Thread Mattias Twedmark
Hi Rudolph,

I spent two days recently with the exact same problem trying to use one 
storage and on device for multiple clients and jobs. My conclusion was 
that the Storage Device can only keep one pool open at a time and 
therefore are you getting the Job XX wants Pool=Tuesday but have 
Pool=Monday since ther Device is reading the Monday pool on another 
Job.

We solved it by creating one Device {} in bacula-sd.conf for each job.  

/M

-Ursprungligt meddelande-
Från: Rudolph Bott [mailto:[EMAIL PROTECTED] 
Skickat: den 23 januari 2008 11:46
Till: bacula-users@lists.sourceforge.net
Ämne: [Bacula-users] update to 2.2.6: Job X wants Pool=X but have 
Pool=Y

Hey list,

on monday I updated to bacula 2.2.6 (from 1.3.38) and started off with a 
clean database. Apparently I didn't have to change a thing and was able 
to use the old config (~15-20 clients with nightly backups to File 
Storage). Everything went fine on Monday (using the Pool Monday), but 
yesterday the backup did not work at all - the SD storage status did 
output something like:

Job XX wants Pool=Tuesday but have Pool=Monday..

I know the setup might be a bit strange but it works (or rather: worked) 
this way quite fine for almost three years:

There is one disk mounted for each day:
/bacula/monday
/bacula/tuesday
/bacula/wednesday...

Each folder/disk represents its own pool - volumes are automatically 
created/recycled with a max. size by bacula (5GB each, maximum of 46 
Volumes) with the scheme monday-001, monday-002 and so on.

The Bacula SD only has one Storage defined, namely /bacula/backup. This 
folder contains some hundred pre-created symlinks:

lrwxrwxrwx 1 bacula bacula 16 Dec 10  2006 monday - ../monday/monday 
lrwxrwxrwx 1 bacula bacula 21 Dec  8  2006 monday-0001 - 
../monday/monday-0001 lrwxrwxrwx 1 bacula bacula 21 Dec  8  2006 
monday-0002 - ../monday/monday-0002 lrwxrwxrwx 1 bacula bacula 21 Dec  
8  2006 monday-0003 - ../monday/monday-0003 lrwxrwxrwx 1 bacula bacula 
21 Dec  8  2006 monday-0004 - ../monday/monday-0004 lrwxrwxrwx 1 bacula 
bacula 21 Dec  8  2006 monday-0005 - ../monday/monday-0005 lrwxrwxrwx 1 
bacula bacula 21 Dec  8  2006 monday-0006 - ../monday/monday-0006 
lrwxrwxrwx 1 bacula bacula 21 Dec  8  2006 monday-0007 - 
../monday/monday-0007 [...]


this is the SD definition:

Device {
   Name = FileStorage
   Media Type = File
   Archive Device = /bacula/backup
   LabelMedia = yes;   # lets Bacula label unlabeled 
media
   Random Access = yes;
   AutomaticMount = yes;   # when device opened, read it
   RemovableMedia = no;
   AlwaysOpen = no;
}


these are the pools:

# Default pool definition
Pool {
   Name = Default
   Pool Type = Backup
}

Pool {
   Name = monday
   Pool Type = Backup
   Recycle = yes
   Auto Prune = yes
   Volume Retention = 6d
   Volume Use Duration = 23 hours
   Maximum Volume Bytes = 5368709120
   Maximum Volumes = 46
   Label Format = montag-
}

Pool {
   Name = tuesday
   PoolType = Backup
   Recycle = yes
   Auto Prune = yes
   Volume Retention = 6d
   Volume Use Duration = 23 hours
   Maximum Volume Bytes = 5368709120
   Maximum Volumes = 46
   Label Format = dienstag-
}

[and so on for monday, tuesday, wednesday etc.]

the schedule definition is:

Schedule {
   Name = Daily
   Run = Level=Full Pool=monday Storage=File Monday at 20:00
   Run = Level=Full Pool=tuesday Storage=File Tuesday at 20:00
   Run = Level=Full Pool=wednesday Storage=File Wednesday at 20:00
   Run = Level=Full Pool=thursday Storage=File Thursday at 20:00
   Run = Level=Full Pool=friday Storage=File Friday at 20:00
   Run = Level=Full Pool=saturday Storage=File Saturday at 20:00 }

the default job config is:

JobDefs {
   Name = DefaultJob
   Type = Backup
   FileSet = LFHS-V3-src
   Level = Full
   Storage = File
   Messages = Standard
   Pool = Default
   Priority = 10
   Prune Jobs = yes
   Prune Files = yes
   Prune Volumes = yes
}

A sample Job definition is:

Job {
   Name = somehost.com
   JobDefs = DefaultJob
   Client = someclient.com
   Schedule = Daily
   Write Bootstrap = /var/lib/bacula/somehost.com.bsr
   FileSet = LFHS-V3-src
}




Mit freundlichen Grüßen / with kind regards

Rudolph Bott
--
Megabit Informationstechnik GmbH
Karstr.25  41068 Moenchengladbach  Tel:02161/30898-0  Fax:-18 AG MG HRB 
10141, GF: Dipl.-Ing. Thomas Tillig, Michael Benten


-
This SF.net email is sponsored by: Microsoft Defy all challenges. 
Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users



No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.19.9/1238 - Release Date: 
2008-01-22 20:12
 


Re: [Bacula-users] bacula-director not running, why?

2008-01-23 Thread Matt Brown
Hi Reynier,

 You'll get more information from doing a:

 [pathto]/bacula-dir -t -c [pathto]bacula-dir.conf

 What does that say?

 Nothing, it just run Ok and withouth any errors.

Try adding the debug option

i.e [pathto]/bacula-dir -d 99 -t -c [pathto]bacula-dir.conf

I had a similar problem on Ubuntu (Debian based) and it was down to a  
user and group permissions error, in the end I found that the /var/log/ 
bacula dir was not owned by the correct group and just failed to start  
without any output.

In the init script you probably have something like ARGS=-c /etc/ 
bacula/bacula-dir.conf -u bacula -g bacula

Tis a gotcha :-)

HTH

Matt Brown


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] update to 2.2.6: Job X wants Pool=X but have Pool=Y

2008-01-23 Thread Rudolph Bott
Mattias Twedmark wrote:
 Hi Rudolph,
 
 I spent two days recently with the exact same problem trying to use one 
 storage and on device for multiple clients and jobs. My conclusion was 
 that the Storage Device can only keep one pool open at a time and 
 therefore are you getting the Job XX wants Pool=Tuesday but have 
 Pool=Monday since ther Device is reading the Monday pool on another 
 Job.
 
 We solved it by creating one Device {} in bacula-sd.conf for each job.  

Oh God - that would mean creating 1 device per client per day/pool? That would 
be a nightmare to maintain - right now adding a new client is only a matter of 
copy/paste of the client- and the job-definition..

 
 /M
 
 -Ursprungligt meddelande-
 Från: Rudolph Bott [mailto:[EMAIL PROTECTED] 
 Skickat: den 23 januari 2008 11:46
 Till: bacula-users@lists.sourceforge.net
 Ämne: [Bacula-users] update to 2.2.6: Job X wants Pool=X but have 
 Pool=Y
 
 Hey list,
 
 on monday I updated to bacula 2.2.6 (from 1.3.38) and started off with a 
 clean database. Apparently I didn't have to change a thing and was able 
 to use the old config (~15-20 clients with nightly backups to File 
 Storage). Everything went fine on Monday (using the Pool Monday), but 
 yesterday the backup did not work at all - the SD storage status did 
 output something like:
 
 Job XX wants Pool=Tuesday but have Pool=Monday..
 
 I know the setup might be a bit strange but it works (or rather: worked) 
 this way quite fine for almost three years:
 
 There is one disk mounted for each day:
 /bacula/monday
 /bacula/tuesday
 /bacula/wednesday...
 
 Each folder/disk represents its own pool - volumes are automatically 
 created/recycled with a max. size by bacula (5GB each, maximum of 46 
 Volumes) with the scheme monday-001, monday-002 and so on.
 
 The Bacula SD only has one Storage defined, namely /bacula/backup. This 
 folder contains some hundred pre-created symlinks:
 
 lrwxrwxrwx 1 bacula bacula 16 Dec 10  2006 monday - ../monday/monday 
 lrwxrwxrwx 1 bacula bacula 21 Dec  8  2006 monday-0001 - 
 ../monday/monday-0001 lrwxrwxrwx 1 bacula bacula 21 Dec  8  2006 
 monday-0002 - ../monday/monday-0002 lrwxrwxrwx 1 bacula bacula 21 Dec  
 8  2006 monday-0003 - ../monday/monday-0003 lrwxrwxrwx 1 bacula bacula 
 21 Dec  8  2006 monday-0004 - ../monday/monday-0004 lrwxrwxrwx 1 bacula 
 bacula 21 Dec  8  2006 monday-0005 - ../monday/monday-0005 lrwxrwxrwx 1 
 bacula bacula 21 Dec  8  2006 monday-0006 - ../monday/monday-0006 
 lrwxrwxrwx 1 bacula bacula 21 Dec  8  2006 monday-0007 - 
 ../monday/monday-0007 [...]
 
 
 this is the SD definition:
 
 Device {
Name = FileStorage
Media Type = File
Archive Device = /bacula/backup
LabelMedia = yes;   # lets Bacula label unlabeled 
 media
Random Access = yes;
AutomaticMount = yes;   # when device opened, read it
RemovableMedia = no;
AlwaysOpen = no;
 }
 
 
 these are the pools:
 
 # Default pool definition
 Pool {
Name = Default
Pool Type = Backup
 }
 
 Pool {
Name = monday
Pool Type = Backup
Recycle = yes
Auto Prune = yes
Volume Retention = 6d
Volume Use Duration = 23 hours
Maximum Volume Bytes = 5368709120
Maximum Volumes = 46
Label Format = montag-
 }
 
 Pool {
Name = tuesday
PoolType = Backup
Recycle = yes
Auto Prune = yes
Volume Retention = 6d
Volume Use Duration = 23 hours
Maximum Volume Bytes = 5368709120
Maximum Volumes = 46
Label Format = dienstag-
 }
 
 [and so on for monday, tuesday, wednesday etc.]
 
 the schedule definition is:
 
 Schedule {
Name = Daily
Run = Level=Full Pool=monday Storage=File Monday at 20:00
Run = Level=Full Pool=tuesday Storage=File Tuesday at 20:00
Run = Level=Full Pool=wednesday Storage=File Wednesday at 20:00
Run = Level=Full Pool=thursday Storage=File Thursday at 20:00
Run = Level=Full Pool=friday Storage=File Friday at 20:00
Run = Level=Full Pool=saturday Storage=File Saturday at 20:00 }
 
 the default job config is:
 
 JobDefs {
Name = DefaultJob
Type = Backup
FileSet = LFHS-V3-src
Level = Full
Storage = File
Messages = Standard
Pool = Default
Priority = 10
Prune Jobs = yes
Prune Files = yes
Prune Volumes = yes
 }
 
 A sample Job definition is:
 
 Job {
Name = somehost.com
JobDefs = DefaultJob
Client = someclient.com
Schedule = Daily
Write Bootstrap = /var/lib/bacula/somehost.com.bsr
FileSet = LFHS-V3-src
 }
 
 
 
 
 Mit freundlichen Grüßen / with kind regards
 
 Rudolph Bott
 --
 Megabit Informationstechnik GmbH
 Karstr.25  41068 Moenchengladbach  Tel:02161/30898-0  Fax:-18 AG MG HRB 
 10141, GF: Dipl.-Ing. Thomas Tillig, Michael Benten
 
 
 -
 This SF.net email is sponsored by: Microsoft Defy all challenges. 
 Microsoft(R) Visual Studio 2008.
 

Re: [Bacula-users] Missed tape previous day requested

2008-01-23 Thread John Drescher
  Cancel the previous day job if it is running. You may have to insert
  the blocked tape to continue.
 
  Then insert the next tape and issue the mount command to mount it.
 
  If the previous day job was not running you should be able to mount
  the next days tape even though it asks for the previous.
 
  John
 
 Hi John, I was hoping there was a solution where no manual intervention
 was required but it seems that this is unavoidable. Using the
 combination of Job { Max Start Delay=, Max run Time= } and Pool { Volume
 Use Duration= } I was hoping to avoid manual intervention in this scenario.

 Is there anything I could add or changes I could make to my
 configuration to improve this?

I do not know of any other way but I will forward this to the list
because some one else may have an idea.

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] update to 2.2.6: Job X wants Pool=X but have Pool=Y

2008-01-23 Thread Daniel Betz
Rudolph Bott wrote:
 Mattias Twedmark wrote:
   
 Hi Rudolph,

 I spent two days recently with the exact same problem trying to use one 
 storage and on device for multiple clients and jobs. My conclusion was 
 that the Storage Device can only keep one pool open at a time and 
 therefore are you getting the Job XX wants Pool=Tuesday but have 
 Pool=Monday since ther Device is reading the Monday pool on another 
 Job.

 We solved it by creating one Device {} in bacula-sd.conf for each job.  
 

 Oh God - that would mean creating 1 device per client per day/pool? That 
 would be a nightmare to maintain - right now adding a new client is only a 
 matter of copy/paste of the client- and the job-definition..

   
the easiest way ist to use includes :-)

I have solved it so:

in bacula-dir.conf an include to
@/usr/local/bacula/etc/clients-dir.conf
where are all the clients includes in this file:
@/usr/local/bacula/etc/clients/client1-dir.conf
@/usr/local/bacula/etc/clients/client2-dir.conf

The same in bacula.sd.conf
@/usr/local/bacula/etc/clients-sd.conf

@/usr/local/bacula/etc/clients/client1-sd.conf
@/usr/local/bacula/etc/clients/client1-sd.conf

In the clients folder i just use an simple shell script to duplicate the 
configs:
cat client1-dir | replace client1 client2 --  client2-dir
cat client1-sd | replace client1 client2 --  client2-sd

thats all
hope it helps

Greetings,
Daniel


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Different Files Retention

2008-01-23 Thread John Drescher
On Jan 23, 2008 5:23 AM, Diego Roccia [EMAIL PROTECTED] wrote:
 Hi guys,
 I need to implement the following solution:
 Sunday - Full Backup (Retention= 15Days)
 Monday-Friday - Differential (Retention= 4 Days)

 I need Full backups to be avaiable for 15 days and Differential ones to
 be pruned after 4 days. the user will be able to restore:
 1- Files from last 3 days
 2- Files from last 2 Sundays' backup

 Next, full backups from 1st and 3rd sunday of the month will marked
 permanent (is it possible?)

 I implemented it using different pools, as follows:
 Pool {
   Name = db-daily
   Pool Type = Backup
   Recycle = yes
   AutoPrune = yes
   Label Format = db-daily-
   Volume Retention = 4 days
   Maximum Volume Bytes= 53687091200
 }

 Pool {
   Name = db-weekly
   Pool Type = Backup
   Recycle = yes
   AutoPrune = yes
   Label Format = db-weekly-
   Volume Retention = 15 days
   Maximum Volume jobs = 1
 }

 Schedule {
   Name = WeeklyCycle
   Run = Level=Full Pool=db-weekly sun at 00:05
   Run = Level=Differential Pool=db-daily mon-sat at 00:05
 }


This looks good to me.

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula-Installation problem / libtermcap missing

2008-01-23 Thread Bjoern Witt
Hi list,

My System: Suse 10.3 586

I downloaded bacula-postgresql-2.2.7-1.i586.rpm and want to install it now.
But doing so i get the following error-message:

 error: Failed dependencies:
libtermcap is needed by bacula-postgresql-2.2.7-1.i586

I was looking for libtermcap via locate:

 # locate libtermcap
 /usr/lib/libtermcap.so.2
 /usr/lib/libtermcap.so.2.0.8
 /usr/lib/termcap/libtermcap.a
 /usr/lib/termcap/libtermcap.so

 # rpm -qf /usr/lib/termcap/libtermcap.a
 termcap-2.0.8-951

Searching for libtermcap rpms was without any succsess. Termcap is installed 
without any error and
Now: what should i do / where can i find this package? I have no idea anymore..

Thank you very much!
Best wishes,
Bjoern Witt 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula-director not running, why?

2008-01-23 Thread Reynier Perez Mira
 I had a similar problem on Ubuntu (Debian based) and it was 
 down to a user and group permissions error, in the end I 
 found that the /var/log/ bacula dir was not owned by the 
 correct group and just failed to start without any output.
 
 In the init script you probably have something like ARGS=-c 
 /etc/ bacula/bacula-dir.conf -u bacula -g bacula
 
 Tis a gotcha :-)

Well I run the command and get this:

/etc/bacula# bacula-dir -d 99 -t -c bacula-dir.conf
bacula-dir: dird.c:152 Debug level = 99
bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=1 [A-Z]:/Documents and 
Settings/*/Application Data/*/Profiles/*/*/Cache
bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=2 [A-Z]:/Documents and 
Settings/*/Application Data/*/Profiles/*/*/Cache.Trash
bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=3 [A-Z]:/Documents and 
Settings/*/Cookies
bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=4 [A-Z]:/Documents and 
Settings/*/Recent
bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=5 [A-Z]:/Documents and 
Settings/*/Local Settings/History
bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=6 [A-Z]:/Documents and 
Settings/*/Local Settings/Temp
bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=7 [A-Z]:/Documents and 
Settings/*/Local Settings/Temporary Internet Files
bacula-dir: inc_conf.c:526 set wildfile 80f6c20 size=1 [A-Z]:/Documents and 
Settings/All Users/Application Data/Microsoft/Network/Downloader/qmgr[01].dat
bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=8 [A-Z]:/WINDOWS/Temp
bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=9 [A-Z]:/temp
bacula-dir: inc_conf.c:526 set wildbase 80f6c20 size=1 *.tmp
bacula-dir: inc_conf.c:526 set wildbase 80f6c20 size=2 *.thumb
bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=10 [A-Z]:/RECYCLER
bacula-dir: inc_conf.c:526 set wildfile 80f6c20 size=2 [A-Z]:/pagefile.sys
bacula-dir: mysql.c:159 mysql_init done
bacula-dir: mysql.c:180 mysql_real_connect done
bacula-dir: mysql.c:182 db_user=bacula db_name=bacula db_password=
Pool   Maxsize  Maxused  Inuse
NoPool  2560  0
NAME1300  0
FNAME   2568  4
MSG 5121  0
EMSG   10242  0

But why MySQL appear here If I uninstall all and compile again with PostgreSQL 
support?

Grupo Soporte al Desarrollo - Dirección Técnica
Ing. Reynier Pérez Mira  

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-Installation problem / libtermcap missing

2008-01-23 Thread Drew Bentley
On Jan 23, 2008 7:33 AM, Bjoern Witt [EMAIL PROTECTED] wrote:
 Hi list,

 My System: Suse 10.3 586

 I downloaded bacula-postgresql-2.2.7-1.i586.rpm and want to install it now.
 But doing so i get the following error-message:

  error: Failed dependencies:
 libtermcap is needed by bacula-postgresql-2.2.7-1.i586

 I was looking for libtermcap via locate:

  # locate libtermcap
  /usr/lib/libtermcap.so.2
  /usr/lib/libtermcap.so.2.0.8
  /usr/lib/termcap/libtermcap.a
  /usr/lib/termcap/libtermcap.so

  # rpm -qf /usr/lib/termcap/libtermcap.a
  termcap-2.0.8-951

 Searching for libtermcap rpms was without any succsess. Termcap is installed 
 without any error and
 Now: what should i do / where can i find this package? I have no idea 
 anymore..

 Thank you very much!
 Best wishes,
 Bjoern Witt


From your output it seems you only have termcap installed and not
libtermcap as well. Do this:

rpm -qa | grep termcap

It should display something similiar if you have both installed:

libtermcap-2.0.8-39
termcap-5.4-3

If it only comes back with termcap, you need to install libtermcap as
well, but then again, I'm on CentOS so I'm not sure how Suse might
package termcap and libtermcap.

-Drew

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] network freeze

2008-01-23 Thread Drew Bentley
On Jan 22, 2008 7:56 AM, Vladimir Vasilev [EMAIL PROTECTED] wrote:
 Hi folks

 I want to setup Bacula on qemu. Everithing is fine, but when back-up
 begins, the network freeze. Qemu is running, the shell is alive (when
 running it with SDL), only the network is down. When `/etc/init.d/network
 restart` the network is up and the machine is reachable. Do anyone know
 what could crash the network?

 I've tried on 2 different machines, one was Debian lenny the host, the
 other CentOS 5.1. Also with different virtual OS. And the problem is not
 with bacula, scp also crash.

 Thanks


Well, like you said, problem doesn't seem to be caused by bacula if
other services are causing the network to go unresponsive. Perhaps you
need to get on the mailing lists for whatever virtual software you're
using to seek help. This is a bacula mailing list. ;)

-Drew

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula-director not running, why?

2008-01-23 Thread Matt Brown

 Well I run the command and get this:

 /etc/bacula# bacula-dir -d 99 -t -c bacula-dir.conf
 bacula-dir: dird.c:152 Debug level = 99
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=1 [A-Z]:/ 
 Documents and Settings/*/Application Data/*/Profiles/*/*/Cache
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=2 [A-Z]:/ 
 Documents and Settings/*/Application Data/*/Profiles/*/*/Cache.Trash
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=3 [A-Z]:/ 
 Documents and Settings/*/Cookies
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=4 [A-Z]:/ 
 Documents and Settings/*/Recent
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=5 [A-Z]:/ 
 Documents and Settings/*/Local Settings/History
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=6 [A-Z]:/ 
 Documents and Settings/*/Local Settings/Temp
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=7 [A-Z]:/ 
 Documents and Settings/*/Local Settings/Temporary Internet Files
 bacula-dir: inc_conf.c:526 set wildfile 80f6c20 size=1 [A-Z]:/ 
 Documents and Settings/All Users/Application Data/Microsoft/Network/ 
 Downloader/qmgr[01].dat
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=8 [A-Z]:/WINDOWS/ 
 Temp
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=9 [A-Z]:/temp
 bacula-dir: inc_conf.c:526 set wildbase 80f6c20 size=1 *.tmp
 bacula-dir: inc_conf.c:526 set wildbase 80f6c20 size=2 *.thumb
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=10 [A-Z]:/RECYCLER
 bacula-dir: inc_conf.c:526 set wildfile 80f6c20 size=2 [A-Z]:/ 
 pagefile.sys
 bacula-dir: mysql.c:159 mysql_init done
 bacula-dir: mysql.c:180 mysql_real_connect done
 bacula-dir: mysql.c:182 db_user=bacula db_name=bacula db_password=
 Pool   Maxsize  Maxused  Inuse
 NoPool  2560  0
 NAME1300  0
 FNAME   2568  4
 MSG 5121  0
 EMSG   10242  0

 But why MySQL appear here If I uninstall all and compile again with  
 PostgreSQL support?

Well the Debian/Ubuntu packages use sqlite3 by default, which packages  
did you install ?

In apt-get you should find the following for bacula packages:

bacula - Network backup, recovery and verification (Meta-package)
bacula-client - Network backup, recovery and verification (Client meta- 
package)
bacula-common - Network backup, recovery and verification (Common  
Support files)
bacula-console - Network backup, recovery and verification (Mgmt.  
Console)
bacula-console-gnome - Network backup, recovery and verification  
(Console, Gnome version)
bacula-console-wx - Network backup, recovery and verification  
(Console, Gnome version)
bacula-director-common - Network backup, recovery and verification  
(Director common files)
bacula-director-mysql - Network backup, recovery and verification  
(Director daemon)
bacula-director-pgsql - Network backup, recovery and verification  
(Director daemon)
bacula-director-sqlite - Network backup, recovery and verification  
(Director daemon)
bacula-director-sqlite3 - Network backup, recovery and verification  
(Director daemon)
bacula-doc - Documentation for Bacula
bacula-fd - Network backup, recovery and verification (Filer daemon)
bacula-sd - Network backup, recovery and verification (Storage daemon)
bacula-sd-mysql - Network backup, recovery and verification (SD tools- 
MySQL)
bacula-sd-pgsql - Network backup, recovery and verification (SD tools- 
PostgreSQL)
bacula-sd-sqlite - Network backup, recovery and verification (SD tools- 
SQLite)
bacula-sd-sqlite3 - Network backup, recovery and verification (SD  
tools-SQLite3)
bacula-server - Network backup, recovery and verification (Server meta- 
package)
bacula-traymonitor - Network backup, recovery and verification (Tray  
monitor)

I resorted to compiling from source as the packages were older - 1.3.8  
or something.

I also noticed you had the following in the above output:

bacula-dir: mysql.c:182 db_user=bacula db_name=bacula db_password=

Was this deliberate to hide the password (always a wise thing to do on  
a mailing list) ? or is there no actual password set ? are you running  
mysql ? is the mysql database and tables all setup and with  
appropriate grants so that bacula can access it ?

Regards

Matt Brown

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] job timing

2008-01-23 Thread Bill Szkotnicki

Thank you for that but I am still wondering about this scenario.
1) the client is scheduled for 9AM
2) it arrives on the network at 10AM well within Max Wait Time
3) how long does it take for the scheduled backup to begin? ( i.e. does 
the director check for jobs for clients every 10 minutes or 5 minutes ? 
and is that configurable like a crontab? )



John Drescher wrote:



On Jan 22, 2008 2:26 PM, Bill Szkotnicki [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


I have another question about the timing of things.
If a client job is scheduled for 9AM one day and the client is not
there
at 9AM ( i.e. a notebook )
And then it shows up later ( say noon )
When will the director decide to run the job?
Is there a periodic attempt to contact the client?
Is there a relevant section in the documentation?



The job should  cancel after the max wait time for the job has elapsed.

See
*Max Wait Time

in  the job resource

John
*


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] unnecessary full backup

2008-01-23 Thread Bill Szkotnicki
I have observed the following:
1) The full backup is scheduled for January 1
2) I start initialize and bacula later ( say Jan 15 )
3) So to catch up I forced a run and the usual incremental was upgraded 
to full because no prior full was found.
4) Then when that completed the director finds that the scheduled full 
for January 1 has yet to be completed and starts it.
So I get two fulls in storage and I only really wanted or needed one.

Is there a way to avoid that?


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-Installation problem / libtermcap missing

2008-01-23 Thread Bjoern Witt
Hi Drew,

Thanks for your reply!
I think youre right - i need this libtermcap-package. But: i can't find it for 
Suse! There are rpms for many other distributions.. but not for the suse 10.3 
(or any other suse).

Maybe there's a trick? Am i the only one, who wants to set up a bacula on suse? 
*snif*

Bjoern


 Original-Nachricht 
 Datum: Wed, 23 Jan 2008 07:43:32 -0600
 Von: Drew Bentley [EMAIL PROTECTED]
 An: Bjoern Witt [EMAIL PROTECTED]
 CC: bacula-users@lists.sourceforge.net
 Betreff: Re: [Bacula-users] Bacula-Installation problem / libtermcap missing

 On Jan 23, 2008 7:33 AM, Bjoern Witt [EMAIL PROTECTED] wrote:
  Hi list,
 
  My System: Suse 10.3 586
 
  I downloaded bacula-postgresql-2.2.7-1.i586.rpm and want to install it
 now.
  But doing so i get the following error-message:
 
   error: Failed dependencies:
  libtermcap is needed by bacula-postgresql-2.2.7-1.i586
 
  I was looking for libtermcap via locate:
 
   # locate libtermcap
   /usr/lib/libtermcap.so.2
   /usr/lib/libtermcap.so.2.0.8
   /usr/lib/termcap/libtermcap.a
   /usr/lib/termcap/libtermcap.so
 
   # rpm -qf /usr/lib/termcap/libtermcap.a
   termcap-2.0.8-951
 
  Searching for libtermcap rpms was without any succsess. Termcap is
 installed without any error and
  Now: what should i do / where can i find this package? I have no idea
 anymore..
 
  Thank you very much!
  Best wishes,
  Bjoern Witt
 
 
 From your output it seems you only have termcap installed and not
 libtermcap as well. Do this:
 
 rpm -qa | grep termcap
 
 It should display something similiar if you have both installed:
 
 libtermcap-2.0.8-39
 termcap-5.4-3
 
 If it only comes back with termcap, you need to install libtermcap as
 well, but then again, I'm on CentOS so I'm not sure how Suse might
 package termcap and libtermcap.
 
 -Drew

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Missed tape previous day requested

2008-01-23 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Damian Brasher wrote:
 Ryan Novosielski wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Damian Brasher wrote:
  
 Hi List

 When a tape is missed for one of our weekday sets the next evening
 the previous days, missed, tape is still requested even though the
 job should have expired. I have used Volume Use Duration = 22h see
 below.
 

 The clock starts ticking on the first tape write.

   
 
 Job {Max Start Delay = 22h} should prevent manual intervention then?
 Damian

Keep replies on the list -- you'll get more assistance that way.

That is possible. Seems to me what's actually goofing you up here is
that the backup is hung waiting for a tape, since it wasn't there when
the backup started. The next backup will then wait for that one. A
cancellation should allow the next backup to start anew. It
theoretically want the wrong tape, but as long as your tape is ABLE to
be written, AFAIK, it will be written to when it is presented with that
tape.

- --
  _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer II
 |$| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
 \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHl1qUmb+gadEcsb4RApWMAJoDwErFPVW4eNDOkWPx36IeSfxwLQCghuEl
d/UmeVCeAtvBf9FYMUEjhUE=
=OuOj
-END PGP SIGNATURE-
begin:vcard
fn:Ryan Novosielski
n:Novosielski;Ryan
org:UMDNJ;IST/AST
adr;dom:MSB C630;;185 South Orange Avenue;Newark;NJ;07103
email;internet:[EMAIL PROTECTED]
title:Systems Programmer III
tel;work:(973) 972-0922
tel;fax:(973) 972-7412
tel;pager:(866) 20-UMDNJ
x-mozilla-html:FALSE
version:2.1
end:vcard

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Missed tape previous day requested

2008-01-23 Thread Damian Brasher
Ryan Novosielski wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Damian Brasher wrote:
   
 Ryan Novosielski wrote:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Damian Brasher wrote:
  
   
 Hi List

 When a tape is missed for one of our weekday sets the next evening
 the previous days, missed, tape is still requested even though the
 job should have expired. I have used Volume Use Duration = 22h see
 below.
 
 
 The clock starts ticking on the first tape write.

   
   
 Job {Max Start Delay = 22h} should prevent manual intervention then?
 Damian
 

 Keep replies on the list -- you'll get more assistance that way.
   

Sure - seems like my reply list was incorrect this morning - will check.

 That is possible. Seems to me what's actually goofing you up here is
 that the backup is hung waiting for a tape, since it wasn't there when
 the backup started. The next backup will then wait for that one. A
 cancellation should allow the next backup to start anew. It
 theoretically want the wrong tape, but as long as your tape is ABLE to
 be written, AFAIK, it will be written to when it is presented with that
 tape.

   
A cancellation cleared the job queue, It looks as some intervention is 
unavoidable when a
tape is missed as I have been working through this problem for a while 
now. However some
interventions is required, the tape needs to be changed! so to cancel a 
job is not a huge amount
of extra work. It would be nice if entering the next tape was all an 
untrained user needed to do.

Damian

-- 
Damian Brasher
Systems Admin/Prog
OMII-UK ECS
Southampton University


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Getting an error on many Win32 Backups

2008-01-23 Thread Philip W. Dalrymple III
Our problem turned out to be a network hardware problem, the port that the
SD was plugged into was at 100 not 1000 and maybe the server was at 1000 or the 
duplex was not matched.

- Original Message -
From: Robert LeBlanc [EMAIL PROTECTED]
To: Philip W. Dalrymple III [EMAIL PROTECTED]
Sent: Wednesday, January 23, 2008 9:58:50 AM (GMT-0500) America/New_York
Subject: RE: [Bacula-users] Getting an error on many Win32 Backups

I saw this same problem. It seemed to happen pretty frequently on the
first handful of Windows machines of the day (the most critical ones
too). I found that after I upgraded my SD to 2.2.6 or 2.2.7 that the
problems greatly deminished. I have one every few days now instead of
constantly 5-7 every day or every other day. The Windows FD version has
not changed.

Robert 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Philip
W. Dalrymple III
Sent: Tuesday, January 22, 2008 5:17 AM
To: bacula-users@lists.sourceforge.net
Subject: [Bacula-users] Getting an error on many Win32 Backups

We are getting a common error on a number of backups from Windows
clients, the Linux ones work without problems.

We are running 2.0.3 director from the fedora repros The storage demon
is 2.0.2 (not updated) the fault will happen on Full, Inc. and Diff
backups.
It does not happen at the same number of bytes or time.
The backups where working a few month ago but we had a hardware fault on
the directory and needed to re-build and reload the OS. The Storage
server (different hardware from the director) has not changed nor has
the file daemon.
There is enough space on the File system for spooling (set to 50 Gig
with 87 Gig free). I am not sure why it is spooling data here the Full
should be about 6 Gig and there should be plenty of space (there was no
other job running at the time of the example below but I do run 4 jobs
at a time (and was doing so before when everything works.

This is failing on a number of very different windows hardware and OS
version but working on a number of different Linux hardware an OS
version (mostly the same version of bacula but some differences.

Should I try to set a Heartbeat Interval on either the SD or FD (I did
not need this before)?

the errors look like the following:

21-Jan 22:59 is-net-4-dir: Start Backup JobId 17447,
Job=blue-cdrive.2008-01-21_21.10.28
22-Jan 00:00 is-net-1-sd: Spooling data ...
21-Jan 23:52 blue-fd: blue-cdrive.2008-01-21_21.10.28 Fatal error:
../../filed/backup.c:860 Network send error to SD. ERR=Input/output
error 21-Jan 23:52 blue-fd: blue-cdrive.2008-01-21_21.10.28 Error:
../../lib/bnet.c:406 Write error sending len to Storage
daemon:is-net-1.mdtsoft.com:9103: ERR=Input/output error 21-Jan 23:46
is-net-4-dir: blue-cdrive.2008-01-21_21.10.28 Error: Bacula 2.0.3
(06Mar07): 21-Jan-2008 23:46:06
  JobId:  17447
  Job:blue-cdrive.2008-01-21_21.10.28
  Backup Level:   Full
  Client: blue-fd 2.0.2 (28Jan07)
Linux,Cross-compile,Win32
  FileSet:Cdrive 2007-03-13 13:57:30
  Pool:   BA (From Job resource)
  Storage:is-net-1-sd (From Job resource)
  Scheduled time: 21-Jan-2008 21:10:25
  Start time: 21-Jan-2008 22:59:49
  End time:   21-Jan-2008 23:46:06
  Elapsed time:   46 mins 17 secs
  Priority:   10
  FD Files Written:   20
  SD Files Written:   0
  FD Bytes Written:   140,632,150 (140.6 MB)
  SD Bytes Written:   0 (0 B)
  Rate:   50.6 KB/s
  Software Compression:   None
  VSS:no
  Encryption: no
  Volume name(s): 
  Volume Session Id:  86
  Volume Session Time:1200928349
  Last Volume Bytes:  169,520,909,899 (169.5 GB)
  Non-fatal FD errors:1
  SD Errors:  0
  FD termination status:  Error
  SD termination status:  Error
  Termination:*** Backup Error ***


--
It is MDT, Inc's policy to delete mail containing unsolicited file
attachments.  Please be sure to contact the MDT staff member BEFORE
sending an e-mail with any file attachments; they will be able to
arrange for the files to be received.

This email, and any files transmitted with it, is confidential and
intended solely for the use of the individual or entity to whom they are
addressed.  If you have received this email in error, please advise
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED].

Philip W. Dalrymple III [EMAIL PROTECTED] MDT Software - The Change
Management Company
+1 678 297 1001
Fax +1 678 297 1003



-
This SF.net email is sponsored by: Microsoft Defy all challenges.
Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net

Re: [Bacula-users] bacula-director not running, why?

2008-01-23 Thread John Drescher
On Jan 23, 2008 8:37 AM, Reynier Perez Mira [EMAIL PROTECTED] wrote:
  I had a similar problem on Ubuntu (Debian based) and it was
  down to a user and group permissions error, in the end I
  found that the /var/log/ bacula dir was not owned by the
  correct group and just failed to start without any output.
 
  In the init script you probably have something like ARGS=-c
  /etc/ bacula/bacula-dir.conf -u bacula -g bacula
 
  Tis a gotcha :-)

 Well I run the command and get this:

 /etc/bacula# bacula-dir -d 99 -t -c bacula-dir.conf
 bacula-dir: dird.c:152 Debug level = 99
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=1 [A-Z]:/Documents and 
 Settings/*/Application Data/*/Profiles/*/*/Cache
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=2 [A-Z]:/Documents and 
 Settings/*/Application Data/*/Profiles/*/*/Cache.Trash
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=3 [A-Z]:/Documents and 
 Settings/*/Cookies
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=4 [A-Z]:/Documents and 
 Settings/*/Recent
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=5 [A-Z]:/Documents and 
 Settings/*/Local Settings/History
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=6 [A-Z]:/Documents and 
 Settings/*/Local Settings/Temp
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=7 [A-Z]:/Documents and 
 Settings/*/Local Settings/Temporary Internet Files
 bacula-dir: inc_conf.c:526 set wildfile 80f6c20 size=1 [A-Z]:/Documents and 
 Settings/All Users/Application Data/Microsoft/Network/Downloader/qmgr[01].dat
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=8 [A-Z]:/WINDOWS/Temp
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=9 [A-Z]:/temp
 bacula-dir: inc_conf.c:526 set wildbase 80f6c20 size=1 *.tmp
 bacula-dir: inc_conf.c:526 set wildbase 80f6c20 size=2 *.thumb
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=10 [A-Z]:/RECYCLER
 bacula-dir: inc_conf.c:526 set wildfile 80f6c20 size=2 [A-Z]:/pagefile.sys
 bacula-dir: mysql.c:159 mysql_init done
 bacula-dir: mysql.c:180 mysql_real_connect done
 bacula-dir: mysql.c:182 db_user=bacula db_name=bacula db_password=
 Pool   Maxsize  Maxused  Inuse
 NoPool  2560  0
 NAME1300  0
 FNAME   2568  4
 MSG 5121  0
 EMSG   10242  0

 But why MySQL appear here If I uninstall all and compile again with 
 PostgreSQL support?

Are you sure you have the new executables installed in the proper place?
John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-Installation problem / libtermcap missing

2008-01-23 Thread Jeff Kalchik
Good morning, Bjoern, et al.

I'm running openSuSE 10.0 and 10.2 machines.  I thought I'd built using
termcap on the 10.2 machines, checking YAST2, shows that I didn't have
termcap installed.  Running YAST2/Software Management, termcap installs
easily on 10.2.  After installation, I see /usr/lib/libtermcap.so.2 -
/usr/lib/libtermcap.so.2.0.8 and /usr/lib/termcap.

Jeff


 Hi Drew,

 Thanks for your reply!
 I think youre right - i need this libtermcap-package. But: i can't find it
 for Suse! There are rpms for many other distributions.. but not for the
 suse 10.3 (or any other suse).

 Maybe there's a trick? Am i the only one, who wants to set up a bacula on
 suse? *snif*

 Bjoern


  Original-Nachricht 
 Datum: Wed, 23 Jan 2008 07:43:32 -0600
 Von: Drew Bentley [EMAIL PROTECTED]
 An: Bjoern Witt [EMAIL PROTECTED]
 CC: bacula-users@lists.sourceforge.net
 Betreff: Re: [Bacula-users] Bacula-Installation problem / libtermcap
 missing

 On Jan 23, 2008 7:33 AM, Bjoern Witt [EMAIL PROTECTED] wrote:
  Hi list,
 
  My System: Suse 10.3 586
 
  I downloaded bacula-postgresql-2.2.7-1.i586.rpm and want to install it
 now.
  But doing so i get the following error-message:
 
   error: Failed dependencies:
  libtermcap is needed by bacula-postgresql-2.2.7-1.i586
 
  I was looking for libtermcap via locate:
 
   # locate libtermcap
   /usr/lib/libtermcap.so.2
   /usr/lib/libtermcap.so.2.0.8
   /usr/lib/termcap/libtermcap.a
   /usr/lib/termcap/libtermcap.so
 
   # rpm -qf /usr/lib/termcap/libtermcap.a
   termcap-2.0.8-951
 
  Searching for libtermcap rpms was without any succsess. Termcap is
 installed without any error and
  Now: what should i do / where can i find this package? I have no idea
 anymore..
 
  Thank you very much!
  Best wishes,
  Bjoern Witt
 

 From your output it seems you only have termcap installed and not
 libtermcap as well. Do this:

 rpm -qa | grep termcap

 It should display something similiar if you have both installed:

 libtermcap-2.0.8-39
 termcap-5.4-3

 If it only comes back with termcap, you need to install libtermcap as
 well, but then again, I'm on CentOS so I'm not sure how Suse might
 package termcap and libtermcap.

 -Drew

 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users




-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-Installation problem / libtermcap missing

2008-01-23 Thread Drew Bentley
On Jan 23, 2008 9:07 AM, Bjoern Witt [EMAIL PROTECTED] wrote:
 Hi Drew,

 Thanks for your reply!
 I think youre right - i need this libtermcap-package. But: i can't find it 
 for Suse! There are rpms for many other distributions.. but not for the suse 
 10.3 (or any other suse).

 Maybe there's a trick? Am i the only one, who wants to set up a bacula on 
 suse? *snif*

 Bjoern


First hit from a google/linux search brought found this one built for
i586, which is probably sufficient enough if you're on x86 hardware
and not 64 bit:

ftp://rpmfind.net/linux/opensuse/distribution/10.3/repo/oss/suse/i586/termcap-2.0.8-951.i586.rpm

-Drew

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] job timing

2008-01-23 Thread John Drescher
On Jan 23, 2008 9:12 AM, Bill Szkotnicki [EMAIL PROTECTED] wrote:

  Thank you for that but I am still wondering about this scenario.
  1) the client is scheduled for 9AM
  2) it arrives on the network at 10AM well within Max Wait Time
  3) how long does it take for the scheduled backup to begin? ( i.e. does the
 director check for jobs for clients every 10 minutes or 5 minutes ? and is
 that configurable like a crontab? )

I am not sure. There is also another more configurable way to do this.
This was just discussed in the bacula-devel list although it has not
hit the archives so I will copy a post from Nigel Stepp:

quote

 I'd now like to schedule the backup for 09:00 AM and tell bacula Just retry
 later if it doesn't succeed, that's not a serious problem.

This actually is doable using the current set of configuration
directives.  I have the following in my bacual-dir.conf:

JobDefs {
  Name = LaptopTapeJob
  Type = Backup
  Level = Incremental
  Client = bigiron-fd
  Storage = Tape
  Messages = Standard
  Pool = TapePool
  Priority = 10
  Spool Data = Yes
  Schedule = SemiMonthly
  Rerun Failed Levels = yes
  Reschedule On Error = yes
  Reschedule Interval = 1 hour
  Reschedule Times = 6
}

The last 3 lines are what you want.  Set whatever start time you want,
then if it fails it will try again every hour for 6 hours.
/quote

So in this case you can set the interval to try and the number of
retries for a failed job.

Now the post from Phil Stracchino explains a way to get the job to
instantly fail if the client is down:\

quote
I use a checkhost RunBefore that pings and pokes the client to see if
it's (a) alive and (b) accepting connections on the client port.  It
returns a failure if either of these is false.
/quote

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-Installation problem / libtermcap missing

2008-01-23 Thread Drew Bentley
On Jan 23, 2008 10:44 AM, Drew Bentley [EMAIL PROTECTED] wrote:
 On Jan 23, 2008 9:07 AM, Bjoern Witt [EMAIL PROTECTED] wrote:
  Hi Drew,
 
  Thanks for your reply!
  I think youre right - i need this libtermcap-package. But: i can't find it 
  for Suse! There are rpms for many other distributions.. but not for the 
  suse 10.3 (or any other suse).
 
  Maybe there's a trick? Am i the only one, who wants to set up a bacula on 
  suse? *snif*
 
  Bjoern
 

 First hit from a google/linux search brought found this one built for
 i586, which is probably sufficient enough if you're on x86 hardware
 and not 64 bit:

 ftp://rpmfind.net/linux/opensuse/distribution/10.3/repo/oss/suse/i586/termcap-2.0.8-951.i586.rpm

 -Drew


Crap just noticed, looks like Suse does wrap the lib's in with the
termcap RPM. So it should be there, I'm guessing the Bacula RPM is
doing a search on actual package dependency then. You'll probably be
okay by forcing or using the nodeps option during the installation of
Bacula since that is the only package it's complaining about.

rpm -ivh --nodeps bacula-postgresql-2.2.7-1.i586.rpm

-Drew

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] client restore

2008-01-23 Thread Bill Szkotnicki
Is there a way to allow a client ( in this case a windows laptop )
to initiate restores for their own files and no one else's?


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Tape Library 2 Drives LTO-4 FC

2008-01-23 Thread belen
Hi bacula-users.
Is anyone using a Tape Library witch 2 Drives LTO-4 FC with Bacula?

-- 
 Mª Belén Sánchez de la Piedad 
 Administradora de Sistemas 
 Silice Tecnología y Servicios 
 C/Avda. José Fernández López,44 
 06800 Merida 
 Tfno: 924 31 41 15 Movil: 691 661 326 
 Web: www.silicetelecom.com

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula-fd on HP-UX/AIX

2008-01-23 Thread Dimitri Puzin
Hi all,

I have a huge project integrating bacula into an multi-OS environment at
a big company here in germany (few 100s of servers). So far i've got
windows/linux/solaris fds up and running here.

Do anybody of you have tried building/running bacula-fd on HP-UX
(10..11) and AIX (5.x)? Do any pre-built binaries for these OSes exist?
I'd be interested in exchange of some experience running the fd on these
OSes.

Thanks,

-Dimitri Puzin aka Tristan-777



signature.asc
Description: OpenPGP digital signature
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Need FD for RH8

2008-01-23 Thread Mingus Dew
All,
 I have recently been requested to start backing up a couple of RH8
(Psyche) 2.4.18 kernel systems. I was wondering if anyone out there already
has a bacula-fd for this OS that would be willing to share.

Thanks,
Shon
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula-director not running, why?

2008-01-23 Thread Matt Brown


 Well I run the command and get this:

 /etc/bacula# bacula-dir -d 99 -t -c bacula-dir.conf
 bacula-dir: dird.c:152 Debug level = 99
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=1 [A-Z]:/
 Documents and Settings/*/Application Data/*/Profiles/*/*/Cache
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=2 [A-Z]:/
 Documents and Settings/*/Application Data/*/Profiles/*/*/Cache.Trash
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=3 [A-Z]:/
 Documents and Settings/*/Cookies
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=4 [A-Z]:/
 Documents and Settings/*/Recent
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=5 [A-Z]:/
 Documents and Settings/*/Local Settings/History
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=6 [A-Z]:/
 Documents and Settings/*/Local Settings/Temp
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=7 [A-Z]:/
 Documents and Settings/*/Local Settings/Temporary Internet Files
 bacula-dir: inc_conf.c:526 set wildfile 80f6c20 size=1 [A-Z]:/
 Documents and Settings/All Users/Application Data/Microsoft/Network/
 Downloader/qmgr[01].dat
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=8 [A-Z]:/WINDOWS/
 Temp
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=9 [A-Z]:/temp
 bacula-dir: inc_conf.c:526 set wildbase 80f6c20 size=1 *.tmp
 bacula-dir: inc_conf.c:526 set wildbase 80f6c20 size=2 *.thumb
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=10 [A-Z]:/ 
 RECYCLER
 bacula-dir: inc_conf.c:526 set wildfile 80f6c20 size=2 [A-Z]:/
 pagefile.sys
 bacula-dir: mysql.c:159 mysql_init done
 bacula-dir: mysql.c:180 mysql_real_connect done
 bacula-dir: mysql.c:182 db_user=bacula db_name=bacula db_password=
 Pool   Maxsize  Maxused  Inuse
 NoPool  2560  0
 NAME1300  0
 FNAME   2568  4
 MSG 5121  0
 EMSG   10242  0

 But why MySQL appear here If I uninstall all and compile again with
 PostgreSQL support?

 Well the Debian/Ubuntu packages use sqlite3 by default, which packages
 did you install ?

 In apt-get you should find the following for bacula packages:

snip

Whoops ! I should have taken more time to look over the above, it  
would appear to be a windows install ?

*blush*

Sorry :(

Matt Brown

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-fd on HP-UX/AIX

2008-01-23 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Last I built on HP-UX was 2.0.4. Worked fine, and I'd not expect
anything to have changed since. I ran on HP-UX 11.11 PA-RISC 1.1, and
built with gcc (got that from the HP-UX Porting Centre -- one might try
to get them to carry Bacula binaries, actually).

I'm certain I've seen some success reported with AIX too; check the
list archives.

Dimitri Puzin wrote:
 Hi all,
 
 I have a huge project integrating bacula into an multi-OS environment at
 a big company here in germany (few 100s of servers). So far i've got
 windows/linux/solaris fds up and running here.
 
 Do anybody of you have tried building/running bacula-fd on HP-UX
 (10..11) and AIX (5.x)? Do any pre-built binaries for these OSes exist?
 I'd be interested in exchange of some experience running the fd on these
 OSes.
 
 Thanks,
 
 -Dimitri Puzin aka Tristan-777
 
 
 
 
 
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 
 
 
 
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users


- --
  _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer II
 |$| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
 \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHl5rnmb+gadEcsb4RApEpAJ97o9CbPf5FUEqexahd904V8CFZFwCgh2/K
PUHH27lEjDHatJXTtyLXMjQ=
=PYzW
-END PGP SIGNATURE-
begin:vcard
fn:Ryan Novosielski
n:Novosielski;Ryan
org:UMDNJ;IST/AST
adr;dom:MSB C630;;185 South Orange Avenue;Newark;NJ;07103
email;internet:[EMAIL PROTECTED]
title:Systems Programmer III
tel;work:(973) 972-0922
tel;fax:(973) 972-7412
tel;pager:(866) 20-UMDNJ
x-mozilla-html:FALSE
version:2.1
end:vcard

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula-director not running, why?

2008-01-23 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Matt Brown wrote:
 Well I run the command and get this:

 /etc/bacula# bacula-dir -d 99 -t -c bacula-dir.conf
 bacula-dir: dird.c:152 Debug level = 99
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=1 [A-Z]:/
 Documents and Settings/*/Application Data/*/Profiles/*/*/Cache
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=2 [A-Z]:/
 Documents and Settings/*/Application Data/*/Profiles/*/*/Cache.Trash
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=3 [A-Z]:/
 Documents and Settings/*/Cookies
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=4 [A-Z]:/
 Documents and Settings/*/Recent
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=5 [A-Z]:/
 Documents and Settings/*/Local Settings/History
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=6 [A-Z]:/
 Documents and Settings/*/Local Settings/Temp
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=7 [A-Z]:/
 Documents and Settings/*/Local Settings/Temporary Internet Files
 bacula-dir: inc_conf.c:526 set wildfile 80f6c20 size=1 [A-Z]:/
 Documents and Settings/All Users/Application Data/Microsoft/Network/
 Downloader/qmgr[01].dat
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=8 [A-Z]:/WINDOWS/
 Temp
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=9 [A-Z]:/temp
 bacula-dir: inc_conf.c:526 set wildbase 80f6c20 size=1 *.tmp
 bacula-dir: inc_conf.c:526 set wildbase 80f6c20 size=2 *.thumb
 bacula-dir: inc_conf.c:526 set wilddir 80f6c20 size=10 [A-Z]:/ 
 RECYCLER
 bacula-dir: inc_conf.c:526 set wildfile 80f6c20 size=2 [A-Z]:/
 pagefile.sys
 bacula-dir: mysql.c:159 mysql_init done
 bacula-dir: mysql.c:180 mysql_real_connect done
 bacula-dir: mysql.c:182 db_user=bacula db_name=bacula db_password=
 Pool   Maxsize  Maxused  Inuse
 NoPool  2560  0
 NAME1300  0
 FNAME   2568  4
 MSG 5121  0
 EMSG   10242  0

 But why MySQL appear here If I uninstall all and compile again with
 PostgreSQL support?
 Well the Debian/Ubuntu packages use sqlite3 by default, which packages
 did you install ?

 In apt-get you should find the following for bacula packages:
 
 snip
 
 Whoops ! I should have taken more time to look over the above, it  
 would appear to be a windows install ?
 
 *blush*
 
 Sorry :(
 
 Matt Brown

I'm pretty sure those are the gentleman's filesets, but I could be wrong.

It is no fault of your own, in any case, if you aren't able to follow.
He starts a new thread for every phase of his problem, but provides no
hint of the previous steps involved. I personally have not the time or
energy.


- --
  _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer II
 |$| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
 \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHl5uDmb+gadEcsb4RAhNCAKCc8xCDJ7jDAKLM4R7lQ1mt/4QS4gCgqED4
96H27roU0grtZ9djBjahXog=
=FIJF
-END PGP SIGNATURE-
begin:vcard
fn:Ryan Novosielski
n:Novosielski;Ryan
org:UMDNJ;IST/AST
adr;dom:MSB C630;;185 South Orange Avenue;Newark;NJ;07103
email;internet:[EMAIL PROTECTED]
title:Systems Programmer III
tel;work:(973) 972-0922
tel;fax:(973) 972-7412
tel;pager:(866) 20-UMDNJ
x-mozilla-html:FALSE
version:2.1
end:vcard

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula-director not running, why?

2008-01-23 Thread John Drescher
 Whoops ! I should have taken more time to look over the above, it
 would appear to be a windows install ?

 *blush*

 Sorry :(

I believe it was a linux server with windows clients.

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula-director not running, why?

2008-01-23 Thread John Drescher
 I believe it was a linux server with windows clients.

I forgot to add he is compiling from source. He had originally
compiled for mysql and now wants to use postgresql.

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-fd on HP-UX/AIX

2008-01-23 Thread Hemant Shah
I am also trying to compile it on AIX 5.3 and I am not having any luck.
I would like to replace our veritas netbackup system with bacula. I was
able to make it work on Linux and Windows, but if I cannot make it work
on AIX 5.3 and HP-UX 10 I cannot use it. I have not yet tried it on
HP-UX, it will be next if I am able to compile it on AIX.


--- Dimitri Puzin [EMAIL PROTECTED] wrote:

 Hi all,
 
 I have a huge project integrating bacula into an multi-OS environment
 at
 a big company here in germany (few 100s of servers). So far i've got
 windows/linux/solaris fds up and running here.
 
 Do anybody of you have tried building/running bacula-fd on HP-UX
 (10..11) and AIX (5.x)? Do any pre-built binaries for these OSes
 exist?
 I'd be interested in exchange of some experience running the fd on
 these
 OSes.
 
 Thanks,
 
 -Dimitri Puzin aka Tristan-777
 
 
-
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users
 


Hemant Shah
E-mail: [EMAIL PROTECTED]


  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Ideal configuration for bacula server?

2008-01-23 Thread Hemant Shah
Folks,

  I want to setup a new bacula server (if I can compile bacula client
on AIX and HP-UX) and I am looking server and autochanger
recommendations.

I want to run it on a Linux system preferably RH and a LTO autochanger.
I want to first backup the sytems to the disk and then migrate it to
tape so that the backups run fast. I have various flavors of Linux, Win
NT, Win2k server, WinXP, AIX 5.3 and HP-UX 10.0 systems. Full backup of
the all systems would probably be around 200GB.

What configuration worked best for you?

Thanks.

Hemant Shah
E-mail: [EMAIL PROTECTED]


  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Ideal configuration for bacula server?

2008-01-23 Thread John Drescher
On Jan 23, 2008 3:31 PM, Hemant Shah [EMAIL PROTECTED] wrote:
 Folks,

   I want to setup a new bacula server (if I can compile bacula client
 on AIX and HP-UX) and I am looking server and autochanger
 recommendations.

 I want to run it on a Linux system preferably RH and a LTO autochanger.
 I want to first backup the sytems to the disk and then migrate it to
 tape so that the backups run fast. I have various flavors of Linux, Win
 NT, Win2k server, WinXP, AIX 5.3 and HP-UX 10.0 systems. Full backup of
 the all systems would probably be around 200GB.

 What configuration worked best for you?


I have my bacula director on a dual processor Opteron 248 machine with
4GB of memory running x86_64 gentoo linux. This machine is the main
image fileserver and has 3TB of software raid 6 installed and a single
DLT-IV drive used for backing up user folders for less than 20 users.
My database is a postgres database and it now runs on the main
bacula-sd machine. This machine is also a dual processor opteron 248
with 4GB of memory and it has nearly 1TB of software raid 6 and a 24
slot dual drive LTO2 autochanger. I use the autochanger for all image
backups and system backups. And on top of that some of the 1TB of
space on the main bacula-sd machine for file volumes. We have around
35 clients (windows and linux) and to this date we have run nearly
9000 jobs in the 4.5 years that we have used bacula with currently
15TB of data on tape and a 14GB catalog database.

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Large file question

2008-01-23 Thread Richard Crane
One challenge we face in backup here are large disk images (30+GB  
files).   How does  Bacula handle files of that size?


RSC
---
Haskins Laboratories / (203) 865-6163 X 275 /  FAX (203) 865-8963

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Large file question

2008-01-23 Thread John Drescher
On Jan 23, 2008 3:52 PM, Richard Crane [EMAIL PROTECTED] wrote:
 One challenge we face in backup here are large disk images (30+GB files).
 How does  Bacula handle files of that size?

Just like any other file. There is no special case where only the
diffs are saved. If there are changes the entire file will be saved in
any backup level.

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Python and very large UIDs

2008-01-23 Thread Richard Crane
Some versions of Redhat, and Mac OS X, use 4294967294 as the UID for  
nobody.  This is a problem for Python ( http://bugs.python.org/ 
issue1747858 ) : does this affect Bacula?




RSC
---
Haskins Laboratories / (203) 865-6163 X 275 /  FAX (203) 865-8963

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Large file question

2008-01-23 Thread Dan Langille
Richard Crane wrote:
 One challenge we face in backup here are large disk images (30+GB 
 files).   How does  Bacula handle files of that size? 

Can you elaborate upon the challenge?  What problem/issue are you 
concerned about?

-- 
Dan Langille

BSDCan - The Technical BSD Conference : http://www.bsdcan.org/
PGCon  - The PostgreSQL Conference: http://www.pgcon.org/

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula-director not running, why?

2008-01-23 Thread Reynier Perez Mira
 Well the Debian/Ubuntu packages use sqlite3 by default, which 
 packages did you install ?

I not use Ubuntu packages I compile Bacula from source. Also my configure was:
./configure --with-postgresql
Nothing more.

 I also noticed you had the following in the above output:
 bacula-dir: mysql.c:182 db_user=bacula db_name=bacula db_password=

I noticed this too but known't why happen this. Before compile  install the 
new Bacula I follow this steps:
1. Run the same bacula configure command for old: ./configure 
--enable-bwx-console --enable-tray-monitor --with-mysql
2. Then make
3. Then make uninstall

After that I check the /ect/bacula dir and nothing are here it's empty.

 Was this deliberate to hide the password (always a wise thing 
 to do on a mailing list) ? or is there no actual password set 
 ? are you running mysql ? is the mysql database and tables 
 all setup and with appropriate grants so that bacula can access it ?

I have not problem with that since my PC is in a Intranet and can't be accesed 
from outside my VPN. Actually this MySQL haven't password because this is a 
testing server.
Regards
Grupo Soporte al Desarrollo - Dirección Técnica
Ing. Reynier Pérez Mira  

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula-director not running, why?

2008-01-23 Thread Reynier Perez Mira
 Are you sure you have the new executables installed in the 
 proper place?

What you mean with new executables?

Grupo Soporte al Desarrollo - Dirección Técnica
Ing. Reynier Pérez Mira  


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula-director not running, why?

2008-01-23 Thread Reynier Perez Mira
 I believe it was a linux server with windows clients.

Yes you are right, is a Linux server with one Windows client. 

Grupo Soporte al Desarrollo - Dirección Técnica
Ing. Reynier Pérez Mira  

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Compiling bacula on AIX 5.3 and IBM C compiler V 7.0

2008-01-23 Thread Hemant Shah
I gave up on gcc, but I was able to compile the client using IBM C
compiler. Here is what I did:

cd /tmp
gtar -xzf bacula-2.2.7.tar.gz
cd bacula-2.2.7

# Set path so that xlc, xlC and cpp are in path, IBM cpp is in
/us/ccs/lib
export PATH=/usr/vacpp/bin:/usr/ccs/lib:$PATH

# set C compiler.
export CXX=xlC

# Set C++ compiler
export CC=xlc

# Set compiler flags so that AIX C++ compiler compiles all code as C++
code.
# I am not sure why the C++ code in bacula is name *.c. The IBM C++
compiler
# treats *.c as a C code and fails.
# I set CXXFLAGS but the makefile does not include CXXFLAGS variable. I
# believe that this option should be set using CXXFLAGS, because
# according to the configure --help, CPPFLAGS is used for cpp and
CXXFLAGS
# is used by C++ compiler.
export CPPFLAGS=-+

# Edit src/lib/bsys.c and comment the declaration of initgroups
function
# because it is already defined. You will get error from compiler.

# I had to set --prefix because the default location is /usr, although
# configure --help says that default is /usr/local.
./configure  --enable-largefile --enable-readline --prefix=/usr/local 
--enable-client-only


# Although I specified --enable-largefile and --enable-readline, the
# configure script did not enable the support:
  Large file support: no
  Bacula conio support:   yes -lcurses
  readline support:   no
  TCP Wrappers support:   no
  TLS support:no
  Encryption support: no
  ZLIB support:   yes
  enable-smartalloc:  yes
  bat support:no
  enable-gnome:   no
  enable-bwx-console: no
  enable-tray-monitor:
  client-only:yes
  build-dird: yes
  build-stored:   yes
  ACL support:no
  Python support: no
  Batch insert enabled:   no


# Edit make file and comment the following line, AIX make does not like
it.
.PATH:  .

# Run make command.
make

# Run make install command.
make install

--- shahhe [EMAIL PROTECTED] wrote:

 
 Has anyone compiled bacula client on AIX 5.3 using IBM C compiler?
 
 When I run configure I get following errors:
 
 export CC=xlc;
 export CXX=xlC; 
 ./configure --enable-client-only
 
 I am attaching the output of the command with this post. I uploaded
 the file
 but I cannot see it in my message window, so I am assuming that 
 it will be attached with my post.
 
 I also tried to compile it with gcc but it is an older version
 (3.3.2) that
 was installed when the system was at AIX 5.1 but I am getting 
 different errors.
 
 I would like to build it using AIX C compiler because I also need to
 compile/install client on other AIX 5.3 systems that do not have GNU
 compiler
 but has IBM compiler.
 
 Thanks.
 -- 
 View this message in context:

http://www.nabble.com/Compiling-bacula-on-AIX-5.3-and-IBM-C-compiler-V-7.0-tp14923101p14923101.html
 Sent from the Bacula - Users mailing list archive at Nabble.com.
 
 

-
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users
 


Hemant Shah
E-mail: [EMAIL PROTECTED]


  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula-director not running, why?

2008-01-23 Thread John Drescher
  Are you sure you have the new executables installed in the
  proper place?

 What you mean with new executables?

Yes. I meant are you 100% sure that the executables you compiled with
the postgresql support were installed in the same place any previous
install you may have done on the same computer. I am worried that
possibly an install from rpms may have installed the executables for
bacula in a different location than the install that you just did when
you compiled from source.

I ask because a few months ago something similar happened to me. When
building from source the executable for bacula-dir failed to build
while other executables built and installed so it looked like
everything was ok. I restarted the services and thought I had the
correct executable only to find out a few days later that I had still
been using a previous version of bacula that did not contain an update
to fix a problem I was having with a two drive autochanger.

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users