[Bacula-users] Re: dir daemon won't start

2006-03-15 Thread Mark Nienberg
Mark Nienberg wrote: > I build and installed the rpms for bacula on fedora core 4 x86. The file daemon and storage daemon start up properly, but the directory does not. [EMAIL PROTECTED] log]# rpm -qa | grep bacula bacula-mysql-1.38.5-4 bacula-debuginfo-1.38.5-4 [EMAIL PROTECTED] log]# servi

[Bacula-users] dir daemon won't start

2006-03-15 Thread Mark Nienberg
Apologies if this is a double post. I wasn't subscribed when I first posted. I build and installed the rpms for bacula on fedora core 4 x86. The file daemon and storage daemon start up properly, but the directory does not. [EMAIL PROTECTED] log]# rpm -qa | grep bacula bacula-mysql-1.38.5-4

Re: [Bacula-users] CYGWIN and win32 Bacula.

2006-03-15 Thread Erik P. Olsen
Erik P. Olsen wrote: Arno Lehmann wrote: Hello, On 3/15/2006 11:29 AM, Erik P. Olsen wrote: Arno Lehmann wrote: On 3/15/2006 8:00 AM, Erik P. Olsen wrote: If you don't use DNS for resolving, you can either use the IP address - like 10.2.3.4 - or you put the IP-name-relationship into the

Re: [Bacula-users] CYGWIN and win32 Bacula.

2006-03-15 Thread Erik P. Olsen
Arno Lehmann wrote: Hello, On 3/15/2006 11:29 AM, Erik P. Olsen wrote: Arno Lehmann wrote: On 3/15/2006 8:00 AM, Erik P. Olsen wrote: ... Windows' firewall settings and any firewall in between the FD and SD might be involved here, and of course the whole name resolution stuff. You can t

Re: [Bacula-users] Pruning bug in 1.38.5?

2006-03-15 Thread Martin Simmons
> On Wed, 15 Mar 2006 08:48:48 -0500, Ryan Novosielski <[EMAIL PROTECTED]> > said: > > Some weeks ago I was going to ask the exact same thing, but what I > settled on was keeping job records as long as I'd need to keep the job, > file records about the same time (since my retention peri

Re: [Bacula-users] BackupCatalog

2006-03-15 Thread Ryan Novosielski
As someone who's had a staff member run "purge all jobs from a client" rather than "purge a volume" on me, I can assure you catalog backups are necessary. ;) You'll be fine without one, but if your shop is any larger than mine was at that time (and it likely is, as I'm backing up 6 times the ma

Re: [Bacula-users] BackupCatalog

2006-03-15 Thread Robert Maerzke
Ryan Novosielski wrote: Maybe, but I think you might have missed the point (not sure as I only interpreted it one way). It looks like he is trying to make this job work. make_catalog_backup (I think, I'm not looking at my system right now, but the name is similar), a RunBefore script, should

Re: [Bacula-users] Problem with File Storage

2006-03-15 Thread Ryan Novosielski
There it is right there -- all of your volumes are in an error state. You can use update them to set them to another status, but you really want to find out why they are set to error. Somewhere along the line, something failed on each of them and left things that way. If you have e-mail reports

Re: [Bacula-users] Problem with File Storage

2006-03-15 Thread Ryan Novosielski
I guess it isn't Storage, then, but Device. What is the path provided? Does it exist, and is it writable, etc.? Mentzell, Jon wrote: Storage { Name = File # Do not use "localhost" here Address = 10.100.102.118# N.B. Use a fully qualified name here SDPort = 9103 Passwo

RE: [Bacula-users] Problem with File Storage

2006-03-15 Thread Mentzell, Jon
Title: RE: [Bacula-users] Problem with File Storage *list pools Using default Catalog name=MyCatalog DB=bacula ++-+-+-+--+-+ | PoolId | Name    | NumVols | MaxVols | PoolType | LabelFormat | ++-+-+-+--

RE: [Bacula-users] Problem with File Storage

2006-03-15 Thread Mentzell, Jon
Title: RE: [Bacula-users] Problem with File Storage Storage {   Name = File # Do not use "localhost" here   Address = 10.100.102.118    # N.B. Use a fully qualified name here   SDPort = 9103   Password = "password"   Device = FileStorage   Media Type = File } -Original Mess

Re: [Bacula-users] Problem with File Storage

2006-03-15 Thread Ryan Novosielski
And as for ripping a volume out from under it, show us your Storage def for FileStorage. This one sounds fishy. Mentzell, Jon wrote: Why are the volumes no longer appendable? Perhaps you have set a volume size limit, or there is a default. - I'd love to know. There's plenty of space on th

Re: [Bacula-users] Problem with File Storage

2006-03-15 Thread Ryan Novosielski
Well, you must have SOME pool, even if it's the default one. "list pools". Show us a "list media" and perhaps an "llist media" -- this will show you any limitations on the volume files themselves. Mentzell, Jon wrote: Why are the volumes no longer appendable? Perhaps you have set a volume s

Re: [Bacula-users] BackupCatalog

2006-03-15 Thread hikari
Robert Maerzke wrote: > I keep receiving the following error message when I try to run > BackupCatalog: Could not stat /var/db/bacula/bacula.sql: ERR=The > system cannot find the path specified. Is it actually there? That file should be created by the make_catalog_backup script in /etc

RE: [Bacula-users] Problem with File Storage

2006-03-15 Thread Mentzell, Jon
Title: RE: [Bacula-users] Problem with File Storage Why are the volumes no longer appendable?  Perhaps you have set a volume size limit, or there is a default. - I'd love to know.  There's plenty of space on the disk physically, and I did not set any volume size limits. If I label a new vol

Re: [Bacula-users] BackupCatalog

2006-03-15 Thread Ryan Novosielski
Maybe, but I think you might have missed the point (not sure as I only interpreted it one way). It looks like he is trying to make this job work. make_catalog_backup (I think, I'm not looking at my system right now, but the name is similar), a RunBefore script, should be creating a file on the

Re: [Bacula-users] Problem with File Storage

2006-03-15 Thread Ryan Novosielski
It's as simple as the e-mail says: there are no appendable volumes. As you're no doubt aware, Bacula uses files to simulate tapes on disk. Not sure how many you have in the pool, but at any rate, none of them are appendable. You'd want to check with list media to see what the statuses of the va

[Bacula-users] CYGWIN and win32 Bacula.

2006-03-15 Thread Erik P. Olsen
I have been under the impression that Bacula as of version 1.34 no longer uses cygwin. However, bacula-fd.exe version 1.35.4 contains lots of cygwin references and when I try to make a back-up of files from windows 2000 I get error messages referring to cygwin files: 14-Mar 23:55 epo-dir: No p

[Bacula-users] Bacula 1.38.5 Crash: Fedora Core 4 / AMD64 SegFault?

2006-03-15 Thread Tim Howland
Hey guys- I'm trying to get bacula up and running. I've been working through the initial tutorial example, so it isn't an issue with a tape drive or autochanger. I can label the new volume, but when I try to actually run the backup, it looks like the storage daemon crashes out. This is the e

Re: [Bacula-users] having to manually load tapes

2006-03-15 Thread Thomas Sturm
Am Montag März 13 2006 17:22 schrieb Thomas Sturm: Hello Beren, is this since you upgraded from a prior version to 1.38.5? I had the same problem (search for "autochanger does not (auto-)load"). The solution for me was just to delete the volume that was needed and then recreate it. I think the

Re: [Bacula-users] having to manually load tapes

2006-03-15 Thread Thomas Sturm
There is also a hint from Arno Lehmann, try this on your bconsole prompt: * update slots scan storage=YourStorage This should update your databases slots records (thanks to Arno for this hint) Am Montag März 13 2006 17:22 schrieb Thomas Sturm: > Hello Beren, > is this since you upgraded from a p

Re: [Bacula-users] having to manually load tapes

2006-03-15 Thread Thomas Sturm
Hello Beren, is this since you upgraded from a prior version to 1.38.5? I had the same problem (search for "autochanger does not (auto-)load"). The solution for me was just to delete the volume that was needed and then recreate it. I think there is a problem with the database. After I recreated o

Re: [Bacula-users] Pruning bug in 1.38.5?

2006-03-15 Thread Kern Sibbald
On Wednesday 15 March 2006 08:27, Patrick Van der Veken wrote: > Kern Sibbald wrote: > > On Tuesday 14 March 2006 22:18, Patrick Van der Veken wrote: > >> Ryan Novosielski wrote: > >>> Are your JOBS set to expire soon enough to recycle the tape? There are > >>> per-job retention periods to contend

Re: [Bacula-users] Running 10 jobs in bacula problems

2006-03-15 Thread Ryan Novosielski
Why have a limit at all? Mine are limited because I want exactly one set of jobs on the tape for a bi-weekly full. If you don't care, setting a limit is just asking for it down the line. david robert wrote: thanks arno spot on answer my Maximum Volume Jobs option set to 3 in pool options that

Re: [Bacula-users] Bacula BETA version 1.38.6-beta5-20060314 released

2006-03-15 Thread Kern Sibbald
On Wednesday 15 March 2006 09:57, David Thurston wrote: > Kern, > > I'm not clear on where to look for the documentation on the new virtual > disk autochanger. I looked at the HTML Developement Manual on the Bacula > site but I was unable to locate "scripts/disk-changer". Look for scripts/disk-cha

Re: [Bacula-users] BackupCatalog

2006-03-15 Thread Brian A. Seklecki
On Wed, 2006-03-15 at 07:58 -0600, Robert Maerzke wrote: > I keep receiving the following error message when I try to run > BackupCatalog: > Could not stat /var/db/bacula/bacula.sql: ERR=The system cannot find the That's one of the default jobs that comes with Bacula. Comment it out. ~BAS > p

RE: [Bacula-users] Problem with File Storage

2006-03-15 Thread Mentzell, Jon
Title: RE: [Bacula-users] Problem with File Storage As a quick addendum, here's the error I get via email: >From [EMAIL PROTECTED] Thu Sep 29 01:05:05 2005 From: (Bacula) [EMAIL PROTECTED] Subject: Bacula: Intervention needed for Client1.2005-09-29_01.05.00 To: [EMAIL PROTECTED] Date: Thu, 2

[Bacula-users] Problem with File Storage

2006-03-15 Thread Mentzell, Jon
Title: Problem with File Storage I'm running bacula on Solaris 8 using file storage as the media. I'm getting the following status on some of my media, even though there is plenty of space left on the device: Device status: Archive "FileStorage" is not open or does not exist. Archive "FileS

[Bacula-users] BackupCatalog

2006-03-15 Thread Robert Maerzke
I keep receiving the following error message when I try to run BackupCatalog: Could not stat /var/db/bacula/bacula.sql: ERR=The system cannot find the path specified. I've tried for about a week to get this working. Does anyone have any ideas? --

Re: [Bacula-users] Pruning bug in 1.38.5?

2006-03-15 Thread Ryan Novosielski
Some weeks ago I was going to ask the exact same thing, but what I settled on was keeping job records as long as I'd need to keep the job, file records about the same time (since my retention periods are short -- 2 weeks of data is the SLA that I have), and volumes just long enough so that they

[Bacula-users] "Could not hard link .." errors?

2006-03-15 Thread Wolfgang Denk
Hi, here is another problem when running restore; this is with 1.38.5 (18 January 2006) on Fedora Core 2 / 4 systems. WHen restoring files (no matter if from a full or from an incremental dump) I get error messages like these: ... 15-Mar 12:13 castor-fd: Restore.2006-03-15_11.31.20 Error:

Re: [Bacula-users] CYGWIN and win32 Bacula.

2006-03-15 Thread Arno Lehmann
Hello, On 3/15/2006 11:29 AM, Erik P. Olsen wrote: Arno Lehmann wrote: On 3/15/2006 8:00 AM, Erik P. Olsen wrote: ... Windows' firewall settings and any firewall in between the FD and SD might be involved here, and of course the whole name resolution stuff. You can try with telnet, from a wi

Re: [Bacula-users] CYGWIN and win32 Bacula.

2006-03-15 Thread Erik P. Olsen
Arno Lehmann wrote: Hello, On 3/15/2006 8:00 AM, Erik P. Olsen wrote: I have been under the impression that Bacula as of version 1.34 no longer uses cygwin. However, bacula-fd.exe version 1.35.4 contains lots of cygwin references and when I try to make a back-up of files from windows 2000 I g

Re: [Bacula-users] CYGWIN and win32 Bacula.

2006-03-15 Thread Erik P. Olsen
Kern Sibbald wrote: On Wednesday 15 March 2006 08:00, Erik P. Olsen wrote: I have been under the impression that Bacula as of version 1.34 no longer uses cygwin. However, bacula-fd.exe version 1.35.4 contains lots of cygwin references and when I try to make a back-up of files from windows 2000

[Bacula-users] ssh-tunnel RunBeforeJob

2006-03-15 Thread ola Lindergård
Hello I´m new at Bacula I get this message when I use "RunBeforeJob" in bacula. I try to steup ssh-tunnel using ssh-tunnel.sh to a remote client 15-Mar 11:47 europa-dir: RunBefore: Starting SSH-tunnel to xxx.xxx.xxx.xxx 15-Mar 11:47 europa-dir: Client1.2006-03-15_11.47.26 Fatal error: RunBeforeJo

[Bacula-users] Virtual Disk Autochager

2006-03-15 Thread David Thurston
Arno, Thanks for the reply. cvs: bacula/bacula/scripts/disk-changer.in Is this what I should be looking at? I'll be setting up a 4-disk hot swappable external SATA enclosure with 1+ Tb of storage to backup all our graphics files. I'm not sure if I should set it up RAID 5 and treat it as one

Re: [Bacula-users] Running 10 jobs in bacula problems

2006-03-15 Thread david robert
thanks arno spot on answer my Maximum Volume Jobs option set to 3 in pool options that is why it is giving the error so now i have increased to 15 and it should work nowArno Lehmann <[EMAIL PROTECTED]> wrote: Hello,On 3/15/2006 10:11 AM, david robert wrote:> Hi,> > I ma running 10 jobs in bacula

Re: [Bacula-users] Running 10 jobs in bacula problems

2006-03-15 Thread Arno Lehmann
Hello, On 3/15/2006 10:11 AM, david robert wrote: Hi, I ma running 10 jobs in bacula this is giving me a lot of problems.I have inserted the correct tape with the correct labelled one.Two or three jobs will run properly and this is giving the error * NightlySave.2006-03-15_03.10.00 is wait

[Bacula-users] Running 10 jobs in bacula problems

2006-03-15 Thread david robert
Hi,   I ma running 10 jobs in bacula this is giving me a lot of problems.I have inserted the correct tape with the correct labelled one.Two or three jobs will run properly and this is giving the error    NightlySave.2006-03-15_03.10.00 is waiting for an appendable Volume   this could be becau

Re: [Bacula-users] Bacula BETA version 1.38.6-beta5-20060314 released

2006-03-15 Thread Arno Lehmann
Hello, On 3/15/2006 9:57 AM, David Thurston wrote: Kern, ok, I'm not Kern... I'm not clear on where to look for the documentation on the new virtual disk autochanger. I looked at the HTML Developement Manual on the Bacula site but I was unable to locate "scripts/disk-changer". I couldn't

RE: [Bacula-users] Bacula BETA version 1.38.6-beta5-20060314 released

2006-03-15 Thread David Thurston
Kern, I'm not clear on where to look for the documentation on the new virtual disk autochanger. I looked at the HTML Developement Manual on the Bacula site but I was unable to locate "scripts/disk-changer". Thanks, David Thurston Hello, I have released the source tar file for Bacula BE

Re: [Bacula-users] (no subject)

2006-03-15 Thread Arno Lehmann
Hello, On 3/14/2006 11:53 PM, Meidal, Knut wrote: Will it work to explicitly restore by jobID, and do it in 2 different restore sessions, one for the latest full and one for all the incr after the latest full? I cannot test this myself, as I don't have a bacula environment at this time. Conc

Re: [Bacula-users] (no subject)

2006-03-15 Thread Arno Lehmann
Hello, On 3/14/2006 11:42 PM, Wolfgang Denk wrote: Hello, I do full and differential backups on SLR100 tape, but incremental ones on DDS-3; when trying to restore a full set I get this: Warning, the JobIds that you selected refer to more than one MediaType. Restore is not po

Re: [Bacula-users] CYGWIN and win32 Bacula.

2006-03-15 Thread Arno Lehmann
Hello, On 3/15/2006 8:00 AM, Erik P. Olsen wrote: I have been under the impression that Bacula as of version 1.34 no longer uses cygwin. However, bacula-fd.exe version 1.35.4 contains lots of cygwin references and when I try to make a back-up of files from windows 2000 I get error messages re

Re: [Bacula-users] CYGWIN and win32 Bacula.

2006-03-15 Thread Kern Sibbald
On Wednesday 15 March 2006 08:00, Erik P. Olsen wrote: > I have been under the impression that Bacula as of version 1.34 no longer > uses cygwin. However, bacula-fd.exe version 1.35.4 contains lots of cygwin > references and when I try to make a back-up of files from windows 2000 I > get error mess

Re: [Bacula-users] Pruning bug in 1.38.5?

2006-03-15 Thread Kern Sibbald
On Tuesday 14 March 2006 22:30, Patrick Van der Veken wrote: > Kern Sibbald wrote: > > On Tuesday 14 March 2006 18:35, Patrick Van der Veken wrote: > >> Kern Sibbald wrote: > >>> On Tuesday 14 March 2006 15:34, Ryan Novosielski wrote: > Wanted to chime in here because after a long period of ti

[Bacula-users] Bacula BETA version 1.38.6-beta5-20060314 released

2006-03-15 Thread Kern Sibbald
Hello, I have released the source tar file for Bacula BETA version 1.38.6-beta5-20060314 to the bacula-beta package area of the Bacula project on Source Forge. If you are wondering where beta4 is, it was a partial diff file that I uploaded to fix a bug report. This beta version has a number o