Re: [Bacula-users] Fifo Device

2007-02-24 Thread Eric Bollengier
> I found the reason for that error in the source code: > in file dev.c at line 385 bacula tries to rewind the fifo Thanks, it's ok in 2.0.x and 2.1.x now. > But now I face the next problem. Restore by the fifo device doesn't work. I > can restore when I use a file device. Therefore I backup

Re: [Bacula-users] Fifo Device

2007-02-23 Thread Andreas
I found the reason for that error in the source code: in file dev.c at line 385 bacula tries to rewind the fifo naturally this won't work. When changing this line to something like "if( 1 == 2)" bacula backsup to the fifo. But now I face the next problem. Restore by the fifo device doesn't w

Re: [Bacula-users] Fifo Device

2007-02-22 Thread Andreas
>> 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? Yes it is. I tested it with a "cat /tmp/fifo

Re: [Bacula-users] Fifo Device

2007-02-22 Thread David Romerstein
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