On Wednesday 05 May 2004 12:14, Chris Glover wrote:
Two commands are your friend lpq and lprm
lpq -P<printername>
will list all the jobs in the queue and show their job number. You don't need the -P if you only have one printer installed.
lprm -P<printername> <jobno>
will remove offending job from the queue.
As for not being able to access the printer from a windows machine, it's a windows bug. W2K and XP need to have admin rights on a remote printer before they will print to it.
In the [printers] section of your smb.conf add the line
printer admin = <user1> <user2> etc then restart samba.
HTH
Chris
Thanks for the info, but the printer is still listed as access denied. I assume <user> has to be named in smbpasswd. Note: There are two sections in smb.conf: [printers] and [print$]. What do these mean?
-- G