I am trying to print from an old OS2 machine through a linux machine running Cups. It was working when I use using lprng on the linux machine. The following is what my configuration files look like:
/etc/cups/printer.conf:
--------------------------
------
# Printer configuration file for CUPS v1.1.22rc1
# Written by cupsd on Tue 15 Jan 2008 03:04:37 PM MST
<DefaultPrinter lp>
Info Created by redhat-config-printer 0.6.x
DeviceURI lpd://172.20.242.22/lp
Location network
State Idle
Accepting Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
</Printer>
<Printer lp2>
Info Created by redhat-config-printer 0.6.x
DeviceURI parallel:/dev/lp0
Location local printer
State Idle
Accepting Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
</Printer>
--------------------------
------
/etc/cups/cupsd.conf:
--------------------------
------
Printcap /etc/printcap
<Location />
Order Deny,Allow
Deny From None
Allow From 127.0.0.1
Allow From All
</Location>
#
# End of "$Id: cupsd.conf.in,v 1.16 2004/08/18 17:53:47 mike Exp $".
#
# Lines below are automatically generated - DO NOT EDIT
<Location /printers/lp>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
Allow from All
</Location>
<Location /printers/lp2>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
</Location>
Browsing On
BrowseProtocols cups
BrowseOrder Deny,Allow
BrowseAllow from @LOCAL
BrowseAddress 255.255.255.255
Listen *:631
--------------------------
------
I am able to print from the linux machine running cupsd but not from the OS2 machine to the linux machine.
I get the following message in /var/log/messages when trying to print from the OS2 machine:
--------------------------
-
Jan 18 09:38:38 cam cups-lpd[10440]: Connection from 10.200.10.11 (10.200.1
0.11)
Jan 18 09:38:38 cam cups-lpd[10440]: Receive print job for lp
Jan 18 09:38:38 cam cups-lpd[10440]: Closing connection
--------------------------
-
So I know cups is seeing the job but it is not printing. Any ideas?
Start Free Trial