HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
[hylafax-users] hylafax / faxrcvd script / freebsd
Sorry for the crosspost but I believe this is partly a FreeBSD issue
since it seems to work for Linux users.
After a little digging I have found the place where the bin/faxrcvd
script fails.
The bin/faxrcvd works completely well from the command line, only fails
when called from the hylafax server (excerpt from log below):
RECV FAX: bin/faxrcvd "recvq/fax00035.tif" "cuaa1" "00000067" "" "" ""
here the script fails at line 202:
$PS2PDF -g$GW\x$GL -r$RW\x$RL $FILE.ps $FILE.pdf 2>/dev/null
The "$FILE.ps" is created but not converted to "$FILE.pdf".
This works from the command line issued as:
%ps2pdf -g<size> -r<resolution> recvq/fax00035.tif.ps recvq/fax00035.tif.pdf
Everything in spool area is owned by uucp/dialer
hfaxd, faxgetty and faxq are running as uucp
A "etc/FaxDispatch" file exists with the content:
FILETYPE=pdf;
SENDTO=FaxMaster;
Why is the ps2pdf part not working when bin/faxrcvd is issued from the
hylafax server?
Is there a way I could catch the output sent to bin/faxrcvd?
Why does this work for most Linux users but not FreeBSD 4.7?
____________________ 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@hylafax.org < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*