>>>>> On Wed, 5 Dec 2007 13:46:26 -0500 (EST), Steve Thompson said:
> 
> On Wed, 5 Dec 2007, Dan Langille wrote:
> 
> > My first idea: different versions of SD and FD, with one trying to use a 
> > command the other does not recognize.
> > What version is each of: bacula-dir, bacula-fd, bacula-sd
> 
> They are all the same at 2.2.4. It happens even in the case where 
> bacula-dir, bacula-fd and bacula-sd are running on the same machine. 
> Everything was rebuilt from source by myself, and installed on a clean 
> O/S, but I have had this problem with every single version of bacula since 
> 1.38.

The SD must be failing to pass the error message back to the Director.

Do you see messages any from the SD in your logs (e.g. about recycling)?  If
not, check that the SD's Messages resource is configured correctly, e.g. if
your bacula-sd.conf contains

Director {
  Name = foo-bar
  ...
}

then use

Messages {
  Name = Standard
  director = foo-bar = all
}

If that is OK, then I suggest running the SD with debug level 200, which might
give us a clue where the error occurs.

__Martin

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to