hylafax / faxrcvd script / freebsd

2003-02-16 Thread Per olof Ljungmark
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 se

Re: hylafax / faxrcvd script / freebsd

2003-02-16 Thread Toomas Aas
Hi! > 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" "0067" "" "" "" > here the script fails at line 202: > > $PS2PDF -g$GW\x$GL -r$RW\x$RL $FILE.p

Re: hylafax / faxrcvd script / freebsd

2003-02-16 Thread Per olof Ljungmark
Toomas Aas wrote: Hi! 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" "0067" "" "" "" here the script fails at line 202: $PS2PDF -g$GW\x$GL -r$RW\x$RL

Re: hylafax / faxrcvd script / freebsd

2003-02-16 Thread Matthew Seaman
On Sun, Feb 16, 2003 at 09:57:15PM +0100, Per olof Ljungmark wrote: > > If I knew how to pipe the output to a file when the script is running as > called from Hylafax I could probably solve it, right now I can only do > it separately from the command line... Assuming it's a /bin/sh or work-alik