Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
Re: [hylafax-users] ps2fax hanging on Linux
Carl Perry wrote:
> Well, after much fighting with HylaFAX I believe I have found a bug.
> Looking at the debugging output of FaxQueuer shows the following:
>
> CONVERT DOCUMENT: bin/ps2fax -o docq/doc1.ps;00 -r 98 -w 1728 -l 297 -m
> 4294967295 -1 docq/doc1.ps.1
>
> Which looks fine, but that semicolon is a problem. /bin/sh is seeing
> that when the command runs and it's trying to run 00 and then is
> hanging. So, what do I need to do to either:
> 1) Escape the ; with a \
> 2) Replace the ; with somthing else
> 3) quote the whole filename ( eg "docq/doc1.ps;00" )
ps2fax.gs do last one:
-o) shift; out="$1" ;;
...
"-sOutputFile=$out" \
Where (ps2fax.dps, ps2fax.imp or ps2fax.gs) bin/ps2fax linked to?
____________________ HylaFAX(tm) Users Mailing List _______________________
To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null