ON the home LAN I have 2 boxes. 'zulu' (192.168.1.101) the print server which can print just fine. The other box 'cromag' (192.168.1.100) cannot print to zulu with this error:
lpr -P
http://192.168.1.101:631/printers/HP file.txt
lpr: unable to print file: client-error-not-found
Network printing was working just fine until I did an apt-get upgrade (SID) on zulu.
Here's the relevant part of /etc/cups/cupsd.conf which was also working fine and was not overwritten during the upgrade BTW:
## Restrict access to local domain
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.1.100
#Encryption Required
</Location>
/etc/printcap
# This file was automatically generated by cupsd(8) from the
# /etc/cups/printers.conf file. All changes to this file
# will be lost.
HP|HP:rm=zulu:rp=HP:
glenn@cromag:~$ lpstat -h zulu -p
printer HP is idle. enabled since Jan 01 00:00
I'm at a complete loss as to what to do next. Any ideas are very welcome. Thanks.