![]() |
On Tuesday, August 22, 2000, at 11:17:54 AM, Andrew Webb wrote: > I'm running Hylafax 4.0pl2 on a RedHat 6.2 box and my job numbers don't > match up ! We use WHFC as the client, and the job number shown in the window > is different to the job number for the fax in /var/spool/fax/log There is an > offset between the numbers. How do I re-synchronise the numbers ! You can't. :-) The numbers in faxstat, sendfax, and WHFC are *job* numbers. The numbers on the files in /var/spool/fax/log are *communications session numbers*; a job may generate more than one, if, for example, it has to be retried. If you're on the Linux box, and want to see the log for a specific job, you might use this: $ cat /usr/local/bin/faxlog #!/bin/bash JOBNO=$1 LOGDIR=/var/spool/fax/log less `grep -l "JOB $JOBNO" $LOGDIR/*` $ Hope that helps. :-) Cheers, -- jra -- Jay R. Ashworth jra@baylink.com Member of the Technical Staff The Suncoast Freenet Tampa Bay, Florida http://baylink.pitas.com +1 727 804 5015 ____________________ HylaFAX(tm) Users Mailing List _______________________ To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null