HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] Save TIFFs generated
I needto look at the original files generated.
So, this is what I did.
I noticed that the "temporary" tiff files were being placed in
the /var/spool/fax/docq directory in the form docnnnn.ps;71 or similar.
My input files to sendfax are .ps or .txt files.
Anyway, I wrote a "very" lame script that simply copied the files to another
directory so I could look at them. This allowed faxcron to remain unmodified
and do its job.
I ran the following script from the ../docq directory
(No flames please....It was late in the evening)
#!/bin/bash
# Save TIFFs to another directory for debug purposes
#
while :
do
sleep 5
for FILES in `find -iname '*.*;*' `
do
cp -f ${FILES} ../tiffs
done
done
This seemed to do the trick. Now I get to wade through about 7500 tiffs
generated on the
system in the last 12 hours!
Regards,
-Jeff H.
At 11:55 AM 11/9/01 +0100, Giulio Orsero wrote:
>On Wed, 07 Nov 2001 15:42:45 -0500, you wrote:
>
> >I appear to be brain dead. Where does HylaFAX save the TIFF
> >files generated during the send process...I need to save these
> >files for some debugging I'm doing.
>I think they are not saved (if you send in a format other than tif, that
>is), they are there for the time needed to send them. You can always
>remake them with ps2fax (the temporary tiff do not include tag line).
>
>--
>giulioo@pobox.com
>
>
>____________________ HylaFAX(tm) Users Mailing List _______________________
> To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null
--------------------------------------
Jeff Herring / jeffh@sldsi.com
Seacoast Laboratory Data Systems, Inc.
Voice: 603 431 4114 x14
FAX: 603 431 2112
--------------------------------------
____________________ HylaFAX(tm) Users Mailing List _______________________
To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null