> On 19 Aug 2007 at 22:52, James Harper wrote: > > > Disregard. Found the problem. There is something about posting a request > > to a mailing list for help which speeds up the process of me finding the > > bug... mysterious forces are at work! > > And what was the problem? >
Hmmm... yes... that was a bit rude of me :) Apparantly when fd is sending data to sd, it has to send the 'header packet' (eg '1 1 0') as a distinct packet, rather than just as a stream of data. I wasn't flushing out the stream (which in my bacula stream class writes a packet) after the header, so it was just running into the file attributes data. This didn't fuss the sd in any way, other than that it just didn't pass the attributes data onto the director. It's still not quite working... something (sd or dir) doesn't like something about the attributes and complains, but only at the very end of the job (so it mostly works). James ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
