![]() |
I would recommend just doing it at the end of the script - then you will have the files as soon as they are ready, as opposed to just on the half hour. You also don't have to check for files in use; Files are not "in use" except when actively being written to. -Siri Vias -----Original Message----- From: hylafax-users-bounce@xxxxxxxxxxx [mailto:hylafax-users-bounce@xxxxxxxxxxx] On Behalf Of Carlos Alvarez Sent: Monday, August 11, 2008 9:49 AM To: hylafax-users@xxxxxxxxxxx Subject: Re: [hylafax-users] Fax error, but fax file seems fine On Aug 11, 2008, at 9:25 AM, Siri Vias Khalsa wrote: > Did you make any modification to the faxrcvd or FaxDispatch scripts? > Specifically, I've seen similar errors when you move the tiff file > before the scripts finish processing it. By glancing through the log > you I have an external script to move and post-process the files, which is kicked off by cron every hour/half-hour. They are not being e- mailed. The script is supposed to check for open files and only copy files which are not open. for f in /var/spool/hylafax/recvq/*.tif;do fuser "$f">/dev/null 2>&1|| mv "$f" /var/spool/hylafax/temp/;done Maybe this is failing to detect some open files, but then I wonder why the image would be perfect? I should be missing random parts, no? > If you do need to move the file, I would suggest that you do it at the > end of the faxrcvd script, to avoid errors like that. You can even > set a > variable if you need to take action based on where the fax goes > through > the script, and then act on it at the end. That's probably the best method. Since I'm comfortable with shell script I did it that way, but I guess I should learn how to do it in the "official" file. ____________________ HylaFAX(tm) Users Mailing List _______________________ To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null *To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx* ____________________ HylaFAX(tm) Users Mailing List _______________________ To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null *To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*