> From [EMAIL PROTECTED] Mon Aug 21 01:00:02 2000
> Date: Mon, 21 Aug 2000 11:08:25 +0530 (IST)
> From: "Ms. Sree Lakshmi" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: LPRng: phaser 550
>
>
> Hi all
>
> I have got HP Laser Jet printers and Tektronix Phaser 550 printer
> configured on LPRNG/IFHP combination. With accounting enabled, I am
> getting satisfactory results from HP Laser Jet printers.
>
> But, with Phaser 550, we are not getting job end record ('end'
> and 'Jobend' records), and job is not getting removed from the queue as
> the filter reports status as 'busy'.
>
> Printcap entries follow:
>
> tek:\
> :sd=/var/spool/lpd/tek:\
> :lp=/dev/null:\
> :if=/usr/local/libexec/filters/ifhp
> -Tdev=102.1.1.4%9100,model=phaser:\
> :of=/usr/local/libexec/filters/ifhp
> -Tdev=102.1.1.4%9100,model=phaser:\
> :ifhp=config=/usr/local/etc/ifhp.conf:\
> :lf=log:af=acct
>
> Request your kind help in sorting the issue.
>
> Thanks.....
> Chinnu.
Try running just the filter in standalone mode and see what
status you get. This is pretty verbose, but it will help.
Here is a test script I use as a starting point.
#!/bin/sh
IP=10.0.0.14
cp /dev/null /tmp/out
#IP=132.170.209.11
#./ifhp -Tdev=$IP%9100,trace,debug=4 </tmp/one.ps 2>&1 | tee /tmp/log
#./ifhp -Tdev=$IP%9100,trace,debug=2 </tmp/one.ps 2>&1 | tee /tmp/log
#./ifhp -Tdev=$IP%9100,trace,model=ps,appsocket,debug=2 </tmp/one.ps 2>&1 | tee
/tmp/log
#./ifhp -Tdev=/tmp/out,trace,debug=4 </tmp/one.ps 2>&1 | tee /tmp/log
ifhp -Tdev=$IP%9100,trace,debug=2,model=phaser </tmp/one.ps 2>&1 | tee /tmp/log
Patrick Powell Astart Technologies,
[EMAIL PROTECTED] 9475 Chesapeake Drive, Suite D,
Network and System San Diego, CA 92123
Consulting 858-874-6543 FAX 858-279-8424
LPRng - Print Spooler (http://www.astart.com)
-----------------------------------------------------------------------------
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.
-----------------------------------------------------------------------------