Re: [Bacula-users] BackupCatalog waiting to reserve a device

2007-01-04 Thread Alan Brown
On Thu, 4 Jan 2007, Chris Rodgers wrote: > > Effectively the same thing. > > Do you mean that Bacula has opened a file with a particular name in that > directory ("mounted a tape") and is stuck writing to that one file??? Kind of The wedged jobs are effectively causing the same thine. >>> Ba

Re: [Bacula-users] BackupCatalog waiting to reserve a device

2007-01-04 Thread Chris Rodgers
Alan Brown wrote: >>> "waiting to reserve a device" means that all available tape drives are >>> in use by jobs using other Pools. >> >> >> What does it mean when the "tape device" is actually a hard disk >> directory with different files in there, one for each "tape"? > > > Effectively the same

Re: [Bacula-users] BackupCatalog waiting to reserve a device

2007-01-04 Thread Chris Rodgers
Alan Brown wrote: >> You might configure concurrent jobs as a solution. > > > It won't help in this situation and the message tends to indicate > concurrent jobs are setup. I don't think they are. My config file (http://laplace.chem.ox.ac.uk/b/bacula-dir.conf) contains this block: Director {

Re: [Bacula-users] BackupCatalog waiting to reserve a device

2007-01-04 Thread Alan Brown
On Wed, 3 Jan 2007, Erich Prinz wrote: > > You might configure concurrent jobs as a solution. It won't help in this situation and the message tends to indicate concurrent jobs are setup. "waiting to reserve a device" means that all available tape drives are in use by jobs using other Pools. In

Re: [Bacula-users] BackupCatalog waiting to reserve a device

2007-01-04 Thread Chris Rodgers
Chris Rodgers wrote: > Chris Rodgers wrote: > >>Does anyone have any ideas what is causing bacula to jam up like this? >> >>I'm sorry if I have provided too much information, but I don't have any >>real idea which parts of the configuration/etc. may be to blame. > > > That's what used to happen

Re: [Bacula-users] BackupCatalog waiting to reserve a device

2007-01-04 Thread Chris Rodgers
Chris Rodgers wrote: > Does anyone have any ideas what is causing bacula to jam up like this? > > I'm sorry if I have provided too much information, but I don't have any > real idea which parts of the configuration/etc. may be to blame. That's what used to happen before I added the line # Timeo

Re: [Bacula-users] BackupCatalog waiting to reserve a device

2007-01-03 Thread Erich Prinz
You might configure concurrent jobs as a solution. That way, if one client is off-line, it doesn't hold up the whole show for the other jobs. Otherwise, the jobs will queue and wait patiently for the device to become available. Erich On Jan 3, 2007, at 11:38 AM, Chris Rodgers wrote: > Does

Re: [Bacula-users] BackupCatalog waiting to reserve a device

2007-01-03 Thread Chris Rodgers
Does anyone have any ideas what is causing bacula to jam up like this? I'm sorry if I have provided too much information, but I don't have any real idea which parts of the configuration/etc. may be to blame. Thanks, Chris. ---