HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Convert Document: exit status 0x100 (II)
This is step to step the probe made:
This is what happened:
<-------
sendfax -n -d 5640506 filetext
------->
The command finish with no error reported.
However, I will receive email said
<-------
Your facsimile job to 5640506 was not sent because document conversion
to facsimile failed. The output from the converter program was:
Error: /typecheck in --restore--
Operand stack:
-savetype- /Courier-Bold
Execution stack:
%interp_exit --nostringval-- --nostringval-- --nostringval-- false
--nostringval-- --nost
ringval-- --nostringval--
Dictionary stack:
537/547 0/20 6/200
Ghostscript: Unrecoverable error, exit code 1
Check any PostScript documents for non-standard fonts and invalid
constructs.
------->
Up to this point, I think there is problem with the ghostscript.
Then I try the following :
<------
/usr/local/HylaFAX-v4.0/slib/textfmt -B -f Courier-Bold -p 11 -s default >
temporal < filetext
gs -q -sDEVICE=tiffg3 -dNOPAUSE -dSAFER=true -sPAPERSIZE=a4 -r204x98
-sOutputFile=salida temporal
sendfax -n -d 2337266 salida
------>
NOW, THE FAX WAS SUCCESSFULLY BEING SENT...
By the way, I shall mention that when I manually generate the salida file
with gs command, I did get the error from gs as following. So, I think
this error stop the sendfax to go any futher. But I also found that the
salida file was generated.
<------
Error: /typecheck in --restore--
Operand stack:
-savetype- /Courier
Execution stack:
%interp_exit --nostringval-- --nostringval-- --nostringval-- false
--nostringval-- --nostringval-- false --nostringval-- --nostringval--
--nostringval--
Dictionary stack:
537/547 0/20 6/200
Current file position is 7123
GS<2>quit
------->
Another problem is when i get the "salida" file and prube the faxsend
command with then next sintax:
faxsend -m tty2A -c sessiontracing:0x4f salida
in my syslog file appear the next message:
Jun 21 10:00:00 access FaxSend[20042]: Error parsing "+FTM" query response:
"OK"
Jun 21 10:00:00 access FaxSend[20042]: Unable to setup modem on /dev/tty2A;
giving up after 2 attempts.
Jun 21 10:00:00 access FaxSend[20042]: Modem /dev/tty2A appears to be
wedget
I don't know is wrong, pleace Help me
Thankyou.
Luis Martin Rivera