[Pkg-cups-devel] Bug#374946: cupsys: 1.2.1-3 does not work: CUPS-Get-Classes client-error-not-found

Michael Meskes meskes at debian.org
Sun Jul 30 11:07:08 UTC 2006


On Fri, Jul 28, 2006 at 09:48:29AM +0900, Kenshi Muto wrote:
> I'm sorry for delay, but I couldn't find a problem from your
> configuration. I understood all of your printers were taken by using
> network browsing.

Yes, that's correct.

> - Could you try to update cups to 1.2.2-1?

Did but to no avail unfortunately.

> - If you still have a problem, please set LogLevel debug in
>   cupsd.conf and restart. Is there any message in
>   /var/log/cups/error_log?

The file is attached.

> - Please send me your /etc/cups/cupd.conf after the update.

Also attached.

Michael

-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes at jabber.org
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!
-------------- next part --------------
#
#
#   Sample configuration file for the Common UNIX Printing System (CUPS)
#   scheduler.  See "man cupsd.conf" for a complete description of this
#   file.
#

# Log general information in error_log - change "info" to "debug" for
# troubleshooting...
LogLevel debug

# Administrator user group...
SystemGroup lpadmin

# Only listen for connections from the local machine.
# These settings are configured in /etc/cups/cups.d/ports.conf so that
# changing them does not require to change this file.
# Listen localhost:631
# Listen /var/run/cups/cups.sock

# Show shared printers on the local network.
# The 'Browsing' setting is configured in /etc/cups/cups.d/browse.conf
# so that changing it does not require to change this file.
# Browsing Off
BrowseOrder allow,deny
BrowseAllow @LOCAL
BrowseAddress @LOCAL

# Default authentication type, when authentication is required...
DefaultAuthType Basic

# Restrict access to the server...
<Location />
  Order allow,deny
  Allow localhost
</Location>

# Restrict access to the admin pages...
<Location /admin>
  Encryption Required
  Order allow,deny
  Allow localhost
</Location>

# Restrict access to configuration files...
<Location /admin/conf>
  AuthType Basic
  Require user @SYSTEM
  Order allow,deny
  Allow localhost
</Location>

# Set the default printer/job policies...
<Policy default>
  # Job-related operations must be done by the owner or an adminstrator...
  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>

  # All administration operations require an adminstrator to authenticate...
  <Limit Pause-Printer Resume-Printer Set-Printer-Attributes Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Add-Printer CUPS-Delete-Printer CUPS-Add-Class CUPS-Delete-Class CUPS-Accept-Jobs CUPS-Reject-Jobs CUPS-Set-Default>
    AuthType Basic
    Require user @SYSTEM
    Order deny,allow
  </Limit>

  # Only the owner or an administrator can cancel or authenticate a job...
  <Limit Cancel-Job CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>

  <Limit All>
    Order deny,allow
  </Limit>
</Policy>

# Include files in /etc/cups/conf.d
Port 631

Browsing on


#
#


-------------- next part --------------
I [30/Jul/2006:13:03:18 +0200] Listening to :::631 (IPv6)
I [30/Jul/2006:13:03:18 +0200] Listening to 0.0.0.0:631 (IPv4)
I [30/Jul/2006:13:03:18 +0200] Loaded configuration file "/etc/cups/cupsd.conf"
I [30/Jul/2006:13:03:18 +0200] Cleaning out old temporary files in "/var/spool/cups/tmp"...
I [30/Jul/2006:13:03:18 +0200] Configured for up to 100 clients.
I [30/Jul/2006:13:03:18 +0200] Allowing up to 100 client connections per host.
I [30/Jul/2006:13:03:18 +0200] Using policy "default" as the default!
I [30/Jul/2006:13:03:18 +0200] Full reload is required.
I [30/Jul/2006:13:03:18 +0200] Loaded MIME database from '/etc/cups': 34 types, 39 filters...
D [30/Jul/2006:13:03:18 +0200] cupsdLoadRemoteCache: Loading printer DeskJet...
D [30/Jul/2006:13:03:18 +0200] cupsdLoadRemoteCache: Loading printer LaserJet...
I [30/Jul/2006:13:03:18 +0200] Loading job cache file "/var/cache/cups/job.cache"...
I [30/Jul/2006:13:03:18 +0200] Full reload complete.
I [30/Jul/2006:13:03:18 +0200] Listening to :::631 on fd 2...
I [30/Jul/2006:13:03:18 +0200] Listening to 0.0.0.0:631 on fd 3...
D [30/Jul/2006:13:03:31 +0200] cupsdNetIFUpdate: "lo" = localhost...
D [30/Jul/2006:13:03:31 +0200] cupsdNetIFUpdate: "eth0" = 172.31.14.3...
D [30/Jul/2006:13:03:31 +0200] cupsdNetIFUpdate: "vmnet8" = 172.26.14.1...
D [30/Jul/2006:13:03:31 +0200] cupsdNetIFUpdate: "lo" = localhost...
D [30/Jul/2006:13:03:31 +0200] cupsdNetIFUpdate: "eth0" = fe80::208:dff:fe79:9667%eth0...
D [30/Jul/2006:13:03:31 +0200] cupsdNetIFUpdate: "vmnet8" = fe80::250:56ff:fec0:8%vmnet8...
D [30/Jul/2006:13:03:57 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [30/Jul/2006:13:03:57 +0200] cupsdAcceptClient: 8 from localhost:631 (IPv4)
D [30/Jul/2006:13:03:57 +0200] cupsdCloseClient: 7
D [30/Jul/2006:13:03:57 +0200] cupsdReadClient: 8 POST /printers/ HTTP/1.1
D [30/Jul/2006:13:03:57 +0200] cupsdAuthorize: No authentication data provided.
D [30/Jul/2006:13:03:57 +0200] CUPS-Get-Printers
D [30/Jul/2006:13:03:57 +0200] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [30/Jul/2006:13:03:57 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [30/Jul/2006:13:03:57 +0200] cupsdCloseClient: 8
D [30/Jul/2006:13:03:57 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [30/Jul/2006:13:03:57 +0200] cupsdAuthorize: No authentication data provided.
D [30/Jul/2006:13:03:57 +0200] CUPS-Get-Printers
D [30/Jul/2006:13:03:57 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [30/Jul/2006:13:03:57 +0200] cupsdAcceptClient: 8 from localhost:631 (IPv4)
D [30/Jul/2006:13:03:57 +0200] cupsdCloseClient: 7
D [30/Jul/2006:13:03:57 +0200] cupsdReadClient: 8 POST /classes/ HTTP/1.1
D [30/Jul/2006:13:03:57 +0200] cupsdAuthorize: No authentication data provided.
D [30/Jul/2006:13:03:57 +0200] CUPS-Get-Classes
D [30/Jul/2006:13:03:57 +0200] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [30/Jul/2006:13:03:57 +0200] cupsdAcceptClient: 9 from localhost:631 (IPv4)
D [30/Jul/2006:13:03:57 +0200] cupsdCloseClient: 8
D [30/Jul/2006:13:03:57 +0200] cupsdReadClient: 9 POST /printers/ HTTP/1.1
D [30/Jul/2006:13:03:57 +0200] cupsdAuthorize: No authentication data provided.
D [30/Jul/2006:13:03:57 +0200] CUPS-Get-Default
D [30/Jul/2006:13:03:57 +0200] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [30/Jul/2006:13:03:57 +0200] cupsdCloseClient: 9
D [30/Jul/2006:13:03:57 +0200] cupsdAcceptClient: 8 from localhost:631 (IPv4)
D [30/Jul/2006:13:03:57 +0200] cupsdReadClient: 8 POST /printers/ HTTP/1.1
D [30/Jul/2006:13:03:57 +0200] cupsdAuthorize: No authentication data provided.
D [30/Jul/2006:13:03:57 +0200] Get-Printer-Attributes ipp://dune.fam-meskes.de:631/printers/LaserJet
D [30/Jul/2006:13:03:57 +0200] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [30/Jul/2006:13:03:57 +0200] cupsdCloseClient: 8
D [30/Jul/2006:13:03:58 +0200] cupsdAcceptClient: 8 from localhost:631 (IPv4)
D [30/Jul/2006:13:03:58 +0200] cupsdReadClient: 8 POST / HTTP/1.1
D [30/Jul/2006:13:03:58 +0200] cupsdAuthorize: No authentication data provided.
D [30/Jul/2006:13:03:58 +0200] Get-Printer-Attributes ipp://localhost/printers/LaserJet
D [30/Jul/2006:13:03:58 +0200] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [30/Jul/2006:13:03:59 +0200] cupsdAcceptClient: 9 from localhost:631 (IPv4)
D [30/Jul/2006:13:03:59 +0200] cupsdReadClient: 9 POST /printers/LaserJet HTTP/1.1
D [30/Jul/2006:13:03:59 +0200] cupsdAuthorize: No authentication data provided.
D [30/Jul/2006:13:03:59 +0200] Print-Job ipp://localhost/printers/LaserJet
D [30/Jul/2006:13:03:59 +0200] print_job: auto-typing file...
D [30/Jul/2006:13:03:59 +0200] print_job: request file type is application/postscript.
D [30/Jul/2006:13:03:59 +0200] add_job: requesting-user-name="michael"
D [30/Jul/2006:13:03:59 +0200] Discarding unused job-created event...
I [30/Jul/2006:13:03:59 +0200] Job 174 queued on "LaserJet" by "michael".
D [30/Jul/2006:13:03:59 +0200] Job 174 hold_until = 0
D [30/Jul/2006:13:03:59 +0200] [Job 174] Sending job to queue tagged as raw...
D [30/Jul/2006:13:03:59 +0200] No job-sheets attribute.
D [30/Jul/2006:13:03:59 +0200] ... but someone added one without setting job_sheets!
D [30/Jul/2006:13:03:59 +0200] banner_page = 0
D [30/Jul/2006:13:03:59 +0200] [Job 174] argv[0]="LaserJet"
D [30/Jul/2006:13:03:59 +0200] [Job 174] argv[1]="174"
D [30/Jul/2006:13:03:59 +0200] [Job 174] argv[2]="michael"
D [30/Jul/2006:13:03:59 +0200] [Job 174] argv[3]="file:///"
D [30/Jul/2006:13:03:59 +0200] [Job 174] argv[4]="1"
D [30/Jul/2006:13:03:59 +0200] [Job 174] argv[5]="multiple-document-handling=separate-documents-collated-copies orientation-requested=3 job-priority=50 job-uuid=urn:uuid:ef4c6f5c-46b8-384e-7876-61b30a566217 job-sheets=none,none lease-duration=300 job-hold-until=no-hold"
D [30/Jul/2006:13:03:59 +0200] [Job 174] argv[6]="/var/spool/cups/d00174-001"
D [30/Jul/2006:13:03:59 +0200] [Job 174] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [30/Jul/2006:13:03:59 +0200] [Job 174] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [30/Jul/2006:13:03:59 +0200] [Job 174] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc-root"
D [30/Jul/2006:13:03:59 +0200] [Job 174] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [30/Jul/2006:13:03:59 +0200] [Job 174] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [30/Jul/2006:13:03:59 +0200] [Job 174] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
D [30/Jul/2006:13:03:59 +0200] [Job 174] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [30/Jul/2006:13:03:59 +0200] [Job 174] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [30/Jul/2006:13:03:59 +0200] [Job 174] envp[8]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [30/Jul/2006:13:03:59 +0200] [Job 174] envp[9]="SERVER_ADMIN=root at feivel"
D [30/Jul/2006:13:03:59 +0200] [Job 174] envp[10]="SOFTWARE=CUPS/1.2.2"
D [30/Jul/2006:13:03:59 +0200] [Job 174] envp[11]="TMPDIR=/var/spool/cups/tmp"
D [30/Jul/2006:13:03:59 +0200] [Job 174] envp[12]="TZ=Europe/Berlin"
D [30/Jul/2006:13:03:59 +0200] [Job 174] envp[13]="USER=root"
D [30/Jul/2006:13:03:59 +0200] [Job 174] envp[14]="CUPS_SERVER=localhost"
D [30/Jul/2006:13:03:59 +0200] [Job 174] envp[15]="CUPS_ENCRYPTION=IfRequested"
D [30/Jul/2006:13:03:59 +0200] [Job 174] envp[16]="IPP_PORT=631"
D [30/Jul/2006:13:03:59 +0200] [Job 174] envp[17]="CHARSET=utf-8"
D [30/Jul/2006:13:03:59 +0200] [Job 174] envp[18]="LANG=de_DE"
D [30/Jul/2006:13:03:59 +0200] [Job 174] envp[19]="PPD=/etc/cups/ppd/LaserJet.ppd"
D [30/Jul/2006:13:03:59 +0200] [Job 174] envp[20]="RIP_MAX_CACHE=8m"
D [30/Jul/2006:13:03:59 +0200] [Job 174] envp[21]="CONTENT_TYPE=application/postscript"
D [30/Jul/2006:13:03:59 +0200] [Job 174] envp[22]="DEVICE_URI=ipp://dune.fam-meskes.de:631/printers/LaserJet"
D [30/Jul/2006:13:03:59 +0200] [Job 174] envp[23]="PRINTER=LaserJet"
I [30/Jul/2006:13:03:59 +0200] Started backend /usr/lib/cups/backend/ipp (PID 9506) for job 174.
D [30/Jul/2006:13:03:59 +0200] Discarding unused job-state event...
D [30/Jul/2006:13:03:59 +0200] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [30/Jul/2006:13:03:59 +0200] [Job 174] 1 files to send in job...
D [30/Jul/2006:13:03:59 +0200] cupsdCloseClient: 9
D [30/Jul/2006:13:04:03 +0200] cupsdAcceptClient: 9 from localhost:631 (IPv4)
D [30/Jul/2006:13:04:03 +0200] cupsdReadClient: 9 POST /printers/ HTTP/1.1
D [30/Jul/2006:13:04:03 +0200] cupsdAuthorize: No authentication data provided.
D [30/Jul/2006:13:04:03 +0200] CUPS-Get-Printers
D [30/Jul/2006:13:04:03 +0200] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [30/Jul/2006:13:04:03 +0200] cupsdCloseClient: 9
D [30/Jul/2006:13:04:03 +0200] cupsdAcceptClient: 9 from localhost:631 (IPv4)
D [30/Jul/2006:13:04:03 +0200] cupsdReadClient: 9 POST /classes/ HTTP/1.1
D [30/Jul/2006:13:04:03 +0200] cupsdAuthorize: No authentication data provided.
D [30/Jul/2006:13:04:03 +0200] CUPS-Get-Classes
D [30/Jul/2006:13:04:03 +0200] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [30/Jul/2006:13:04:03 +0200] cupsdAcceptClient: 11 from localhost:631 (IPv4)
D [30/Jul/2006:13:04:03 +0200] cupsdCloseClient: 9
D [30/Jul/2006:13:04:03 +0200] cupsdReadClient: 11 POST /printers/ HTTP/1.1
D [30/Jul/2006:13:04:03 +0200] cupsdAuthorize: No authentication data provided.
D [30/Jul/2006:13:04:03 +0200] CUPS-Get-Default
D [30/Jul/2006:13:04:03 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [30/Jul/2006:13:04:03 +0200] cupsdAcceptClient: 9 from localhost:631 (IPv4)
D [30/Jul/2006:13:04:03 +0200] cupsdCloseClient: 11
D [30/Jul/2006:13:04:03 +0200] cupsdReadClient: 9 POST / HTTP/1.1
D [30/Jul/2006:13:04:03 +0200] cupsdAuthorize: No authentication data provided.
D [30/Jul/2006:13:04:03 +0200] Get-Jobs ipp://dune.fam-meskes.de:631/printers/LaserJet
D [30/Jul/2006:13:04:03 +0200] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [30/Jul/2006:13:04:03 +0200] cupsdCloseClient: 9


More information about the Pkg-cups-devel mailing list