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

Re: failure to print



Francesco Pietra <frapietra@alice.it> writes:

> Yes, i was naive enough. Look here:
>
> i forgot to add cupsd.conf:

Try altering your cupsd.conf to be a bit simpler.  For the Location
directives, try:

<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>


If your cupsd.conf is badly written, remove /etc/cups/cupsd.conf and
reinstall cupsys (apt-get --reinstall cupsys) to replace it.  Your
config file was written by a graphical CUPS configuration helper; it's
most likely that this tool was responsible for screwing up the
configuration.  Editing it with a text editor is far safer...


Regards,
Roger

-- 
Roger Leigh
                Printing on GNU/Linux?  http://gutenprint.sourceforge.net/
                Debian GNU/Linux        http://www.debian.org/
                GPG Public Key: 0x25BFB848.  Please sign and encrypt your mail.

Attachment: pgpIc6gv4j59e.pgp
Description: PGP signature


Reply to: