Re: [Bacula-devel] [Bacula-users] No slots in changer to scan.

2008-09-04 Thread Kern Sibbald
Hello Bob, OK. I think the easiest thing for me to do is to update the depkgs to the 1.3.12 version, and hopefully that will resolve the problems people are seeing. Thanks for the help and details. Best regards, Kern On Thursday 04 September 2008 20:44:50 Bob Hetzel wrote: > Kern, > > The

Re: [Bacula-devel] [Bacula-users] No slots in changer to scan.

2008-09-04 Thread Bob Hetzel
Kern, The MTX version (1.3.11) I was using that had that problem is the same one found in depkgs-22Feb08.tar.gz Here's the explanation the mtx programmer put in the release notes for the newer version "Release 1.3.12 of the stable version of MTX fixes a problem when UNIT ATTENTION is pending w

Re: [Bacula-devel] small mysql patch

2008-09-04 Thread Yuri Timofeev
Hi Some time ago I received a problem - dbcheck does not work with options: 8) Check for orphaned File records 9) Check for orphaned Path records dbcheck worked 3 days and nothing is done. I stopped dbcheck (ctrl+c) and restart MySQL. I explain what I need dbcheck: If you do not have enough sp

Re: [Bacula-devel] [Bacula-users] No slots in changer to scan.

2008-09-04 Thread Kern Sibbald
Hello, Are you saying that this is a bug in mtx? If so, do you know what versions have the problem and in which version it is fixed? Having the version information is rather important because I imagine that most people such as myself use the version that is installed by the distribution. Al

Re: [Bacula-devel] Virtual backup

2008-09-04 Thread Kern Sibbald
On Thursday 04 September 2008 17:01:55 Josh Fisher wrote: > In find_next_volume_for_append() in next_vol.c, there is a check to make > sure the volume selected has not expired. Would it be possible to also > add a check to make sure the volume is not in jcr->VolList? Assuming the > list of input vo

Re: [Bacula-devel] Bacula config generator/parser?

2008-09-04 Thread Kern Sibbald
Hello, >From what you have written, it is a bit hard to understand what you are trying to do. It sounds like you are mixing or confusing the Bacula database and the various daemon conf files. There is no direct relation between the two. The data that is available in the Bacula conf files for

Re: [Bacula-devel] Virtual backup

2008-09-04 Thread Josh Fisher
In find_next_volume_for_append() in next_vol.c, there is a check to make sure the volume selected has not expired. Would it be possible to also add a check to make sure the volume is not in jcr->VolList? Assuming the list of input volumes for a virtual full job is in jcr->VolList and has been b

Re: [Bacula-devel] [Bacula-users] No slots in changer to scan.

2008-09-04 Thread Bob Hetzel
Previously, "Vladislav Korotkov" <[EMAIL PROTECTED]> said > Sometimes after I issue `update slots' command I get: > > No slots in changer to scan. > > When I run the command once (twice) again , everything is fine, the > slots' status is updated: > > *update slots > > Automatically selected C

Re: [Bacula-devel] Bacula config generator/parser?

2008-09-04 Thread Dan Langille
Stefan Sorin Nicolin wrote: > Hi folks, > > I am working on a webbased configuration tool for Bacula written in > Ruby on Rails. As I am at the point where I have to generate a valid > configuration file and I am a bit clueless I thought I'd ask here for > some advice. FYI, I use Nagios. F

[Bacula-devel] Bacula config generator/parser?

2008-09-04 Thread Stefan Sorin Nicolin
Hi folks, I am working on a webbased configuration tool for Bacula written in Ruby on Rails. As I am at the point where I have to generate a valid configuration file and I am a bit clueless I thought I'd ask here for some advice. Did someone else had a go at generating (and preferably import