|
[Solved] Help configuring lpd and printcap
I am running RH 6.2 and I am having a problem getting lpd to print to a HP networked printer.
I think it may be permissions related and as far as I know cups is not being used (ps aux |grep cup returns nothing).
The printcap file looks like this:
##PRINTTOOL3## REMOTE TEXT NAxNA a4 {} TextPrinter Default {}
Q5:\
:lp=:\
:sd=/var/spool/lpd/Q5:\
:rm=10.1.1.12:\
:rp=text:\
:mx#0:\
:sh:
lpd looks to be running as root (ps aux returns root in the first column)
The spooler directory permission (var/spool/lpd/Q5) is 777 root:lp
The files that are created in that queue have: 660 bin:lp or 660 root:lp
lpc status returns:
Q5:
queuing is enabled
printing enabled
12 entires in spool area
waiting for 10.1.1.12 to come up
The printer (which is a HP with a DirectJet built-in) is confirmed to be on-line with paper loaded.
A windows workstation can print to the printer through the network.
If I submit a job with lpr -P Q5 text.txt is just adds to the queue.
/var/log/messages doesn't show up any errors...
Is there anywhere else I can look for clues in resolving this?
Thanks in advance.
N.
Last edited by Nabu; 12-17-2008 at 01:36 AM.
Reason: Solved
|