[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Cups network printserver protocol.



In setting up a separate box as printserver for my small lan I'm confused 
about the printers.conf file. It is currently configured for the parallel 
port and works fine, but I understand that to comunicate to the other boxes 
it should be set up with the ipp proto.

If I do that print jobs get accepted and queued but never get printed. The 
error log shows no error. The last errorline reads
"Started backend /usr/lib/cups/backend/ipp (PID 902) for job 19" but nothing 
gets passed to the printer until the the configuration is reverted to the
parallel proto.

Cups documentation simply says that everything just works and I can't get 
clear references from Google.

Attached here is the bare bones of my various configs for the lan, I get 
error messages from the client boxes like lpstat -v
"get-printers failed server-error-service-unavailable" but not sure which 
end of the connection is responsible.

I must be missing something in the configs but where??

Thanks,
-- 
Cheers

Russ.

Configs on both client machines. 
    Both are running Debian Sid
==========
client.conf
----------
ServerName 192.168.1.0

==========
cupsd.conf
-----------
LogLevel info

Printcap /var/run/cups/printcap

Port 631

BrowseAddress 192.168.1.255

BrowseAllow 192.168.10

<Location />
Order Deny,Allow
Deny From All
Allow From 192.168.1.0
</Location>

<Location /printers/name>
Deny From All
Allow From 192.168.1.0
</Location>

<Location /admin>
AuthType Basic
AuthClass System
Order Deny,Allow
Deny From All
Allow From 192.168.1.0
</Location>
==============
=============
Server machine

# Printer configuration file for CUPS v1.1.14
# Written by cupsd on Sun May 25 09:09:07 2003
<DefaultPrinter hutton>
Info epson
Location 192.168.1.4
DeviceURI parallel:/dev/lp0
State Idle
Accepting Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
</Printer>
========

Reply to: