On Thu, 22 Feb 2007, Andreas wrote:

> I'm getting the errors "Could not ready device "FileStorage" (/tmp/fifo)
> for append." and "Bad response to Append Data command. Wanted 3000 OK data,
> got 3903 Error append data" when trying it.

Is there a program listening for the FIFO data?

"In addition to a tape device name or a directory name, Bacula will accept 
the name of a FIFO. A FIFO is a special kind of file that connects two 
programs via kernel memory. If a FIFO device is specified for a backup 
operation, you must have a program that reads what Bacula writes into the 
FIFO. When the Storage daemon starts the job, it will wait for 
MaximumOpenWait seconds for the read program to start reading, and then 
time it out and terminate the job. As a consequence, it is best to start 
the read program at the beginning of the job perhaps with the RunBeforeJob 
directive. For this kind of device, you never want to specify AlwaysOpen, 
because you want the Storage daemon to open it only when a job starts, so 
you must explicitly set it to No. Since a FIFO is a one way device, Bacula 
will not attempt to read a label of a FIFO device, but will simply write 
on it."

-- D

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to