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

Re: CUPS? Printer.



If I execute the following command as root from /etc/cups

egrep -v "^#.*" cupsd.conf | egrep -v "^ *$"

I get the following output

DefaultCharset notused
LogLevel info
Printcap /var/run/cups/printcap
Port 631
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>
<Location /jobs>
AuthType Basic
AuthClass User
</Location>
<Location /admin>
AuthType Basic
AuthClass System
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>


What do you get?

Stephen Queen


On Tue, 24 May 2005, Brendan wrote:

> On Monday 23 May 2005 09:40 pm, David R. Litwin wrote:
> > My print manager will not work. Going to http://localhost:631 does not
> > work: It times out with out doing a thing.
>
> CUPS is a frigging nightmare to just do a simple network install where you
> don't give a rat's a-hole about security and encryption and you just want to
> be able to print from another Linux-box. There are no example cupsd.conf
> around that I saw that helped. Big pain in the A.
>
> I've had it working, but I think it was an accident.
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>



Reply to: