On Sun, 4 Mar 2001, Theo Brinkman wrote:
- I'm having a bit of trouble getting my printer set up properly using
- CUPS. The printer in question is an HP 855c running off the parallel
- port attached to my server. I've used this same machine as a print
- server in the past with lpr, and I can currently print FROM the server,
- but I can't seem to print THROUGH the server, and I'm not sure what I'm
- missing configuration-wise.
Are the clients Windows or UNIX? If Windows then add to smb.conf a share
something like:
[HL-1240]
path = /var/spool/samba
browseable = yes
guest ok = yes
writable = no
printable = yes
create mode = 0700
print command = lpr-cups -r -P lp -o raw %s
lprm command = cancel %p-%j
If the clients are UNIX then check that the <Location> in
/etc/cups/cupsd.conf allows the clients access. Example:
<Location />
Order Deny,Allow
Allow From 192.168.1.*
Deny From All
</Location>
--
--Stephen Carville
http://www.heronforge.net/~stephen/gnupgkey.txt
==============================================================
Government is like burning witches: After years of burning young women
failed to solve any of society's problems, the solution was to burn more
young women.
==============================================================