Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Tiger server — CUPS error message…. #361908
    KevinS
    Participant

    [QUOTE BY= MacTroll] If you have a clean installed server, and an upgraded one, you want to check out the files in /etc/cups. This is most likely something in /etc/cups/cupsd.conf that didn’t get changed during the upgrade like it should have.[/QUOTE]
    Wow, it’s beyond just something, a diff on the two files shows a major amount of changes. Apple’s changed the locations of the certificates now, I suspect this was part of the problem. In any case, so far, the errors have gone away. This was on a clean install of Panther (all security updates and dot releases applied) upgraded to Tiger. No modifications were made at all, so if you have printer services or have modified your cupsd.conf you’ll probably need to copy over the cupsd.conf.default to cupsd.conf and redo your changes. It appears servermgrd wasn’t the culprit since putting in the .default has made the errors go away.


    # diff cupsd.conf.upgrade cupsd.conf.default
    2c2
    < # "$Id: cupsd.conf,v 1.30.4.1 2003/11/19 21:39:48 jlovell Exp $"

    > # “$Id: cupsd.conf,v 1.47 2005/02/16 17:58:01 jlovell Exp $”
    7c7
    < # Copyright 1997-2003 by Easy Software Products, all rights reserved.

    > # Copyright 1997-2005 by Easy Software Products, all rights reserved.
    19c19
    < # Hollywood, Maryland 20636-3111 USA

    > # Hollywood, Maryland 20636 USA
    21c21
    < # Voice: (301) 373-9603

    > # Voice: (301) 373-9600
    308a309,331
    > #
    > # AppleQuotas: Use the Apple XServe quota library
    > # /usr/lib/libPrintServiceQuota.dylib to enforce quotas.
    > # Enabled by default.
    > #
    >
    > #AppleQuotas On
    >
    > #
    > # ServerTokens: specifies what information in provided in the Server
    > # header of HTTP responses. The default is Minor.
    > #
    > # ServerTokens None
    > # ServerTokens ProductOnly CUPS
    > # ServerTokens Major CUPS/1
    > # ServerTokens Minor CUPS/1.1
    > # ServerTokens Minimal CUPS/1.1.23
    > # ServerTokens OS CUPS/1.1.23 (uname)
    > # ServerTokens Full CUPS/1.1.23 (uname) IPP/1.1
    > #
    >
    > #ServerTokens Minor
    >
    335c358
    < # Defaults to "/private/etc/cups/ssl/server.crt".

    > # Defaults to “/Library/Keychains/System.keychain”.
    338c361
    < #ServerCertificate /private/etc/cups/ssl/server.crt

    > #ServerCertificate /Library/Keychains/System.keychain
    342c365
    < # Defaults to "/private/etc/cups/ssl/server.key".

    > # Defaults to “/Library/Keychains/System.keychain”.
    345c368
    < #ServerKey /private/etc/cups/ssl/server.key

    > #ServerKey /Library/Keychains/System.keychain
    400a424,426
    > # If Unix domain socket support is enabled the full path of the socket
    > # may also be used.
    > #
    410a437
    > # Listen /private/var/run/cupsd
    415a443,446
    > # NOTE 2: In order for the command-line and web interfaces to work, you
    > # must have at least one Port or Listen line that allows access from the
    > # local loopback address (localhost).
    > #
    420a452
    > Listen /private/var/run/cupsd
    448c480
    < MaxClients 500

    > #MaxClients 100
    457c489
    < MaxClientsPerHost 100

    > #MaxClientsPerHost 0
    490a523
    > # dnssd – Use the DNS Service Discovery (aka Bonjour) protocol.
    503a537,553
    > # BrowseLocalProtocols: controls the sending/registration of local
    > # printers. Can be any of the protocols listed in BrowseProtocols.
    > #
    > # The default is “cups dnssd”.
    >
    > #BrowseLocalProtocols cups dnssd
    >
    > #
    > # BrowseRemoteProtocols: controls the receipt/discovery/listening
    > # for remote printers. Can be any of the protocols listed in
    > # BrowseProtocols.
    > #
    > # The default is “cups”.
    >
    > #BrowseRemoteProtocols cups
    >
    > #
    670a721,729
    > #
    > # DefaultShared: the default printer-is-shared value if not
    > # specified when printer is created.
    > #
    > # On by default.
    > #
    >
    > #DefaultShared On
    >
    682c741
    < SystemGroup lp,admin

    > SystemGroup admin
    834c893,894
    <
    >
    >
    837a898,914
    >
    >
    >
    >
    > AuthType None
    > AuthClass Anonymous
    >
    > ## Restrict access to local domain
    > Order Deny,Allow
    > Deny From All
    > Allow From 127.0.0.1
    >
    > > AuthType Basic
    > AuthClass System
    >
    >
    841c918
    < # End of "$Id: cupsd.conf,v 1.30.4.1 2003/11/19 21:39:48 jlovell Exp $".

    > # End of “$Id: cupsd.conf,v 1.47 2005/02/16 17:58:01 jlovell Exp $”.

    in reply to: Tiger server — CUPS error message…. #361814
    KevinS
    Participant

    I’m seeing this too, even 10.4.1 hasn’t stopped it. Like Spectrum I had no print services active before or after the upgrade from 10.3.9.

    Is anyone seeing this in clean installs of Tiger? Right now I’m trying to determine if I should wait for 10.4.2 to see if this is fixed or go to the trouble of exporting all my users from Open Directory and just do a clean install (which would be a real pain…)

Viewing 2 posts - 1 through 2 (of 2 total)