Hello all,
In ifhp-3.3.21's /etc/ifhp.conf there are two lines:
---
## a2ps_converter= [ /usr/bin/a2ps -q -B -1 -M Letter --borders=no -o- ]
## text_converter= \%s{a2ps_converter}
---
This would appear to be syntacically wrong. Uncommenting these and
copying them down to the file_output_match yields the following:
---
file program = '/usr/bin/file -' at 12:38:00.922
started FILE_UTIL- '/usr/bin/file -' at 12:38:00.923
file information = 'c_program_text' at 12:38:00.974
initial job type 'c_program_text' at 12:38:00.975
decoded job type 'PJL' at 12:38:00.975
job type 'PJL', converter '\%s{a2ps_converter}' at 12:38:00.975
started CONVERTER- '\%s{a2ps_converter}' at 12:38:00.976
'CONVERTER' error msg 'execv '\%s{a2ps_converter}' failed' at 12:38:00.979
---
The solution is to define both explicitly, that is:
---
a2ps_converter= [ /usr/bin/a2ps -q -B -1 -M Letter --borders=no -o- ]
text_converter= [ /usr/bin/a2ps -q -B -1 -M Letter --borders=no -o- ]
---
Then it'd seem to work properly.
--
Pekka Savola "Tell me of difficulties surmounted,
[EMAIL PROTECTED] not those you stumble over and fall"
-----------------------------------------------------------------------------
If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body. For the impatient,
to subscribe to a list with name LIST, send mail to [EMAIL PROTECTED]
with: | example:
subscribe LIST <mailaddr> | subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr> | unsubscribe lprng [EMAIL PROTECTED]
If you have major problems, send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------