On Sunday 01 September 2002 15:33, you wrote:
SNIP---
>  I've also tried to send a print job via "lp -dhp960c test.txt" and it
> doesn't do anything either.
SNIP---

I use the following from apps at home:
lpr -PEpson
and it seems to work.  I have also used the GTK front end 
and it helps set options before sending the job to the printer (color vs. 
black and white settings and resolution and what not.)

Just install gtklp:
http://www.stud.uni-hannover.de/~sirtobi/gtklp/
For a pretty dialog when printing to Cups.

Kelly Black
KB0GBJ
-----------------------------------------------------
URL from google that may help you: 
 http://linux-sxs.org/pipermail/linux-users/2002-June/005095.html

Aw, why not paste it here:
-----------------------------------------------------
Can't access printer - Never mind edj  linux-users at linux-sxs.org 
 Mon, 24 Jun 2002 10:06:22 -0400 

 Previous message: Can't access printer - Never mind Next message: Can't 
access printer - Never mindMessages sorted by: [ date ] [ thread ] [ subject 
] [ author ] On Sun June 23 2002 02:36 pm, Net Llama! wrote:
> Care to elaborate how, so that others might benefit in the future?
>
> edj wrote:
> > Sorry to have posted.  Solved with lpadmin.

/etc/cups/printers.conf had "AllowUser All".  I thought that was good 
enough.  After many vain attempts at reconfiguring, I was willing to take 
a stab at anything.  So, I ran:

lpadmin -p ps1 -u allow:root,edj, <added all other users here>

That is, I added every user manually, rather than relying on "All". That 
did it.  Humming along perfectly now.  Go figure.  Whoever is not listed 
will not print, even root.

-- 
Ed Jabbour
=================================================================
I had written:

Anyone with a hint why I can't print?  CUPS 1.1.10-3, HP 812C printer, ESP 
Ghostscript 7.05-2.  /var/log/cups/errors.log:


d [23/Jun/2002:12:21:27 -0500] ProcessIPPRequest(0x402c1008[3]): 
operation_id = 0002

d [23/Jun/2002:12:21:27 -0500] print_job(0x402c1008[3], 
ipp://localhost:631/printers/ps1)

D [23/Jun/2002:12:21:27 -0500] print_job: auto-typing file...

D [23/Jun/2002:12:21:27 -0500] print_job: request file type is text/plain.

d [23/Jun/2002:12:21:27 -0500] check_quotas(0x402c1008[3], 0x8093940[ps1])

D [23/Jun/2002:12:21:27 -0500] check_quotas: requesting-user-name = 'edj'

I [23/Jun/2002:12:21:27 -0500] Denying user "edj" access to printer  
"ps1"  <------------------------

d [23/Jun/2002:12:21:27 -0500] send_ipp_error(0x402c1008[3], 404) <--------

D [23/Jun/2002:12:21:27 -0500] Sending error: client-error-not-possible

Port 631 is open and listening; why the 404??  Where can I get myself acces 
to my printer??  Thanks for any help.