Re: CUPS Server Error

From: Richard Lyons (richard_at_the-place.net)
Date: 11/30/04

  • Next message: Chris Lale: "Re: creating images"
    Date: Tue, 30 Nov 2004 18:13:54 +0000
    To: debian-user@lists.debian.org
    
    

    On Tue, Nov 30, 2004 at 09:29:23AM -0500, Noah Durell wrote:

    > Here it is:

    Well, I asked for it, so I had better say something. I'd better come
    clean and admit that I am no expert. It looks alright to my untutored
    eye. There are rather a lot of comment lines so a bit of help from
    sed gives:
    sed -e 's/#.*//' -e 's/[ ^I]*$//' -e '/^$/ d' durell
    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>

    --which is the normal default setup, I suspect.

    Can you ping localhost? Is
       127.0.0.1 localhost loopback
    in your /etc/hosts? I'm groping in the dark. Wait for someone
    more knowledgeable than me for real help.

    -- 
    richard.
    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Chris Lale: "Re: creating images"

    Relevant Pages

    • Re: CUPS? Printer.
      ... The same here, except for the BrowsePoll, because the server is in another ... Deny From All ... > LogLevel info ... > AuthClass User ...
      (Debian-User)
    • Re: CUPS? Printer.
      ... > Deny From All ... >> LogLevel info ... >> AuthClass User ... >> AuthClass System ...
      (Debian-User)
    • Re: CUPS? Printer.
      ... Printcap /var/run/cups/printcap ... Port 631 ... Deny From All ... AuthClass User ...
      (Debian-User)
    • ipfw breakage in 5.2
      ... ruleset in effect: ... # ipfw l ... 00200 deny ip from any to 127.0.0.0/8 ... PING localhost: 56 data bytes ...
      (freebsd-current)