You are not logged in.

#1 2004-08-10 12:40:09

onami
Member
From: Romania
Registered: 2004-05-05
Posts: 197

arch is going down from my computer

yes, after almost 6 month of usage, I am determined to kill arch. I can not manage without my printer working, and arch just can't do that. My printer freezes, even as root I can't hold cups printing jobs :client-error-forbidden. What is this windows ?
I don't have all the time in the world right now to try and solve any itsy bitsy major problem I encounter!!!!


Forever newbie !!!

Offline

#2 2004-08-10 13:16:57

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: arch is going down from my computer

perhaps you have misconfigured cups
as root it should definitly work post your /etc/cupsd.conf

Offline

#3 2004-08-10 13:31:11

Bobonov
Member
From: Roma - Italy
Registered: 2003-05-07
Posts: 295

Re: arch is going down from my computer

or may be is a problem with ghostscript/foomatic etc etc, it is good if you set debug level messages in cups.conf, try to print and take a look at your cups.log

Offline

#4 2004-08-10 14:25:30

onami
Member
From: Romania
Registered: 2004-05-05
Posts: 197

Re: arch is going down from my computer

#
# "$Id: cupsd.conf.in,v 1.13 2003/04/10 20:14:04 mike Exp $"
#
#   Sample configuration file for the Common UNIX Printing System (CUPS)
#   scheduler.
#
#   Copyright 1997-2003 by Easy Software Products, all rights reserved.
#
#   These coded instructions, statements, and computer programs are the
#   property of Easy Software Products and are protected by Federal
#   copyright law.  Distribution and use rights are outlined in the file
#   "LICENSE.txt" which should have been included with this file.  If this
#   file is missing or damaged please contact Easy Software Products
#   at:
#
#       Attn: CUPS Licensing Information
#       Easy Software Products
#       44141 Airport View Drive, Suite 204
#       Hollywood, Maryland 20636-3111 USA
#
#       Voice: (301) 373-9603
#       EMail: cups-info@cups.org
#         WWW: http://www.cups.org
#

########################################################################
#                                                                      #
# This is the CUPS configuration file.  If you are familiar with       #
# Apache or any of the other popular web servers, we've followed the   #
# same format.  Any configuration variable used here has the same      #
# semantics as the corresponding variable in Apache.  If we need       #
# different functionality then a different name is used to avoid       #
# confusion...                                                         #
#                                                                      #
########################################################################


########
######## Server Identity
########

#
# ServerName: the hostname of your server, as advertised to the world.
# By default CUPS will use the hostname of the system.
#
# To set the default server used by clients, see the client.conf file.
#

#ServerName myhost.domain.com

#
# ServerAdmin: the email address to send all complaints/problems to.
# By default CUPS will use "root@hostname".
#

#ServerAdmin root@your.domain.com


########
######## Server Options
########

#
# AccessLog: the access log file; if this does not start with a leading /
# then it is assumed to be relative to ServerRoot.  By default set to
# "/var/log/cups/access_log"
#
# You can also use the special name "syslog" to send the output to the
# syslog file or daemon.
#

#AccessLog /var/log/cups/access_log

#
# Classification: the classification level of the server.  If set, this
# classification is displayed on all pages, and raw printing is disabled.
# The default is the empty string.
#

#Classification classified
#Classification confidential
#Classification secret
#Classification topsecret
#Classification unclassified

#
# ClassifyOverride: whether to allow users to override the classification
# on printouts. If enabled, users can limit banner pages to before or
# after the job, and can change the classification of a job, but cannot
# completely eliminate the classification or banners.
#
# The default is off.
#

#ClassifyOverride off

#
# DataDir: the root directory for the CUPS data files.
# By default "/usr/share/cups".
#

#DataDir /usr/share/cups

#
# DefaultCharset: the default character set to use. If not specified,
# defaults to "utf-8".  Note that this can also be overridden in
# HTML documents...
#

#DefaultCharset utf-8

#
# DefaultLanguage: the default language if not specified by the browser.
# If not specified, the current locale is used.
#

#DefaultLanguage en

#
# DocumentRoot: the root directory for HTTP documents that are served.
# By default "/usr/share/cups/doc".
#

#DocumentRoot /usr/share/cups/doc

#
# ErrorLog: the error log file; if this does not start with a leading /
# then it is assumed to be relative to ServerRoot.  By default set to
# "/var/log/cups/error_log"
#
# You can also use the special name "syslog" to send the output to the
# syslog file or daemon.
#

#ErrorLog /var/log/cups/error_log

#
# FileDevice: determines whether the scheduler will allow new printers
# to be added using device URIs of the form "file:/foo/bar". The default
# is not to allow file devices due to the potential security vulnerability
# and due to the fact that file devices do not support raw printing.
#

#FileDevice No


#
# FontPath: the path to locate all font files (currently only for pstoraster)
# By default "/usr/share/cups/fonts".
#

#FontPath /usr/share/cups/fonts

#
# LogLevel: controls the number of messages logged to the ErrorLog
# file and can be one of the following:
#
#     debug2    Log everything.
#     debug    Log almost everything.
#     info      Log all requests and state changes.
#     warn      Log errors and warnings.
#     error     Log only errors.
#     none      Log nothing.
#

LogLevel info

#
# MaxLogSize: controls the maximum size of each log file before they are
# rotated.  Defaults to 1048576 (1MB).  Set to 0 to disable log rotating.
#

#MaxLogSize 0

#
# PageLog: the page log file; if this does not start with a leading /
# then it is assumed to be relative to ServerRoot.  By default set to
# "/var/log/cups/page_log"
#
# You can also use the special name "syslog" to send the output to the
# syslog file or daemon.
#

#PageLog /var/log/cups/page_log

#
# PreserveJobHistory: whether or not to preserve the job history after a
# job is completed, cancelled, or stopped.  Default is Yes.
#

#PreserveJobHistory Yes

#
# PreserveJobFiles: whether or not to preserve the job files after a
# job is completed, cancelled, or stopped.  Default is No.
#

#PreserveJobFiles No

#
# AutoPurgeJobs: automatically purge jobs when not needed for quotas.
# Default is No.
#

#AutoPurgeJobs No

#
# MaxCopies: maximum number of copies that a user can request. Default is
# 100.
#

#MaxCopies 100

#
# MaxJobs: maximum number of jobs to keep in memory (active and completed.)
# Default is 500; the value 0 is used for no limit.
#

#MaxJobs 500

#
# MaxJobsPerPrinter: maximum number of active jobs per printer. The default
# is 0 for no limit.
#

#MaxJobsPerPrinter 0

#
# MaxJobsPerUser: maximum number of active jobs per user. The default
# is 0 for no limit.
#

#MaxJobsPerUser 0

#
# MaxPrinterHistory: controls the maximum number of history collections
# in the printer-state-history attribute.  Set to 0 to disable history
# data.
#

#MaxPrinterHistory 10

#
# Printcap: the name of the printcap file.  Default is /etc/printcap.
# Leave blank to disable printcap file generation.
#

#Printcap /etc/printcap

#
# PrintcapFormat: the format of the printcap file, currently either
# BSD or Solaris.  The default is "BSD".
#

#PrintcapFormat BSD
#PrintcapFormat Solaris

#
# PrintcapGUI: the name of the GUI options panel program to associate
# with print queues under IRIX.  The default is "/usr/bin/glpoptions"
# from ESP Print Pro.
#
# This option is only used under IRIX; the options panel program
# must accept the "-d printer" and "-o options" options and write
# the selected printer options back to stdout on completion.
#

#PrintcapGUI /usr/bin/glpoptions

#
# RequestRoot: the directory where request files are stored.
# By default "/var/spool/cups".
#

#RequestRoot /var/spool/cups

#
# RemoteRoot: the name of the user assigned to unauthenticated accesses
# from remote systems.  By default "remroot".
#

#RemoteRoot remroot

#
# ServerBin: the root directory for the scheduler executables.
# By default "/usr/lib/cups".
#

#ServerBin /usr/lib/cups

#
# ServerRoot: the root directory for the scheduler.
# By default "/etc/cups".
#

#ServerRoot /etc/cups


########
######## Fax Support
########

#
# FaxRetryLimit: the number of times a fax job is retried.
# The default is 5 times.
#

#FaxRetryLimit 5

#
# FaxRetryInterval: the number of seconds between fax job retries.
# The default is 300 seconds/5 minutes.
#

#FaxRetryInterval 300


########
######## Encryption Support
########

#
# ServerCertificate: the file to read containing the server's certificate.
# Defaults to "/etc/cups/ssl/server.crt".
#

#ServerCertificate /etc/cups/ssl/server.crt

#
# ServerKey: the file to read containing the server's key.
# Defaults to "/etc/cups/ssl/server.key".
#

#ServerKey /etc/cups/ssl/server.key


########
######## Filter Options
########

#
# User/Group: the user and group the server runs under.  Normally this
# must be daemon and daemon, however you can configure things for another
# user or group as needed.
#
# Note: the server must be run initially as root to support the
# default IPP port of 631.  It changes users whenever an external
# program is run, or if the RunAsUser directive is specified...
#

#User daemon
#Group daemon

#
# RIPCache: the amount of memory that each RIP should use to cache
# bitmaps.  The value can be any real number followed by "k" for
# kilobytes, "m" for megabytes, "g" for gigabytes, or "t" for tiles
# (1 tile = 256x256 pixels.)  Defaults to "8m" (8 megabytes).
#

#RIPCache 8m

#
# TempDir: the directory to put temporary files in.  This directory must be
# writable by the user defined above!  Defaults to "/var/spool/cups/tmp" or
# the value of the TMPDIR environment variable.
#

#TempDir /var/spool/cups/tmp

#
# FilterLimit: sets the maximum cost of all job filters that can be run
# at the same time.  A limit of 0 means no limit.  A typical job may need
# a filter limit of at least 200; limits less than the minimum required
# by a job force a single job to be printed at any time.
#
# The default limit is 0 (unlimited).
#

#FilterLimit 0

########
######## Network Options
########

#
# Ports/addresses that we listen to.  The default port 631 is reserved
# for the Internet Printing Protocol (IPP) and is what we use here.
#
# You can have multiple Port/Listen lines to listen to more than one
# port or address, or to restrict access:
#
#    Port 80
#    Port 631
#    Listen hostname
#    Listen hostname:80
#    Listen hostname:631
#    Listen 1.2.3.4
#    Listen 1.2.3.4:631
#
# NOTE: Unfortunately, most web browsers don't support TLS or HTTP Upgrades
# for encryption.  If you want to support web-based encryption you'll
# probably need to listen on port 443 (the "https" port...)
#

#Port 80
#Port 443
Port 631

#
# HostNameLookups: whether or not to do lookups on IP addresses to get a
# fully-qualified hostname.  This defaults to Off for performance reasons...
#

#HostNameLookups On

#
# KeepAlive: whether or not to support the Keep-Alive connection
# option.  Default is on.
#

#KeepAlive On

#
# KeepAliveTimeout: the timeout before Keep-Alive connections are
# automatically closed.  Default is 60 seconds.
#

#KeepAliveTimeout 60

#
# MaxClients: controls the maximum number of simultaneous clients that
# will be handled.  Defaults to 100.
#

#MaxClients 100

#
# MaxClientsPerHost: controls the maximum number of simultaneous clients that
# will be handled from a specific host.  Defaults to 10 or 1/10th of the
# MaxClients setting, whichever is larger.  A value of 0 specifies the
# automatic (10 or 1/10th) setting.
#

#MaxClientsPerHost 0

#
# MaxRequestSize: controls the maximum size of HTTP requests and print files.
# Set to 0 to disable this feature (defaults to 0.)
#

#MaxRequestSize 0

#
# Timeout: the timeout before requests time out.  Default is 300 seconds.
#

#Timeout 300


########
######## Browsing Options
########

#
# Browsing: whether or not to broadcast and/or listen for CUPS printer
# information on the network.  Enabled by default.
#

#Browsing On

#
# BrowseProtocols: which protocols to use for browsing.  Can be
# any of the following separated by whitespace and/or commas:
#
#     all  - Use all supported protocols.
#     cups - Use the CUPS browse protocol.
#     slp  - Use the SLPv2 protocol.
#
# The default is "cups".
#
# NOTE: If you choose to use SLPv2, it is *strongly* recommended that
#       you have at least one SLP Directory Agent (DA) on your
#       network.  Otherwise, browse updates can take several seconds,
#       during which the scheduler will not respond to client
#       requests.
#

#BrowseProtocols cups

#
# BrowseAddress: specifies a broadcast address to be used.  By
# default browsing information is not sent!
#
# Note: HP-UX does not properly handle broadcast unless you have a
# Class A, B, C, or D netmask (i.e. no CIDR support).
#
# Note: Using the "global" broadcast address (255.255.255.255) will
# activate a Linux demand-dial link with the default configuration.
# If you have a LAN as well as the dial-up link, use the LAN's
# broadcast address.
#
# The @LOCAL address broadcasts to all non point-to-point interfaces.
# For example, if you have a LAN and a dial-up link, @LOCAL would
# send printer updates to the LAN but not to the dial-up link.
# Similarly, the @IF(name) address sends to the named network
# interface, e.g. @IF(eth0) under Linux.  Interfaces are refreshed
# automatically (no more than once every 60 seconds), so they can
# be used on dynamically-configured interfaces, e.g. PPP, 802.11, etc.
#

#BrowseAddress x.y.z.255
#BrowseAddress x.y.255.255
#BrowseAddress x.255.255.255
#BrowseAddress 255.255.255.255
#BrowseAddress @LOCAL
#BrowseAddress @IF(name)

#
# BrowseShortNames: whether or not to use "short" names for remote printers
# when possible (e.g. "printer" instead of "printer@host".)  Enabled by
# default.
#

#BrowseShortNames Yes

#
# BrowseAllow: specifies an address mask to allow for incoming browser
# packets. The default is to allow packets from all addresses.
#
# BrowseDeny: specifies an address mask to deny for incoming browser
# packets. The default is to deny packets from no addresses.
#
# Both "BrowseAllow" and "BrowseDeny" accept the following notations for
# addresses:
#
#     All
#     None
#     *.domain.com
#     .domain.com
#     host.domain.com
#     nnn.*
#     nnn.nnn.*
#     nnn.nnn.nnn.*
#     nnn.nnn.nnn.nnn
#     nnn.nnn.nnn.nnn/mm
#     nnn.nnn.nnn.nnn/mmm.mmm.mmm.mmm
#     @LOCAL
#     @IF(name)
#
# The hostname/domainname restrictions only work if you have turned hostname
# lookups on!
#

#BrowseAllow address
#BrowseDeny address

#
# BrowseInterval: the time between browsing updates in seconds.  Default
# is 30 seconds.
#
# Note that browsing information is sent whenever a printer's state changes
# as well, so this represents the maximum time between updates.
#
# Set this to 0 to disable outgoing broadcasts so your local printers are
# not advertised but you can still see printers on other hosts.
#

#BrowseInterval 30

#
# BrowseOrder: specifies the order of BrowseAllow/BrowseDeny comparisons.
#

#BrowseOrder allow,deny
#BrowseOrder deny,allow

#
# BrowsePoll: poll the named server(s) for printers
#

#BrowsePoll address:port

#
# BrowsePort: the port used for UDP broadcasts.  By default this is
# the IPP port; if you change this you need to do it on all servers.
# Only one BrowsePort is recognized.
#

#BrowsePort 631

#
# BrowseRelay: relay browser packets from one address/network to another.
#

#BrowseRelay source-address destination-address
#BrowseRelay @IF(src) @IF(dst)

#
# BrowseTimeout: the timeout for network printers - if we don't
# get an update within this time the printer will be removed
# from the printer list.  This number definitely should not be
# less the BrowseInterval value for obvious reasons.  Defaults
# to 300 seconds.
#

#BrowseTimeout 300

#
# ImplicitClasses: whether or not to use implicit classes.
#
# Printer classes can be specified explicitly in the classes.conf
# file, implicitly based upon the printers available on the LAN, or
# both.
#
# When ImplicitClasses is On, printers on the LAN with the same name
# (e.g. Acme-LaserPrint-1000) will be put into a class with the same
# name. This allows you to setup multiple redundant queues on a LAN
# without a lot of administrative difficulties.  If a user sends a
# job to Acme-LaserPrint-1000, the job will go to the first available
# queue.
#
# Enabled by default.
#

#ImplicitClasses On

#
# ImplicitAnyClasses: whether or not to create "AnyPrinter" implicit
# classes.
#
# When ImplicitAnyClasses is On and a local queue of the same name
# exists, e.g. "printer", "printer@server1", "printer@server1", then
# an implicit class called "Anyprinter" is created instead.
#
# When ImplicitAnyClasses is Off, implicit classes are not created
# when there is a local queue of the same name.
#
# Disabled by default.
#

#ImplicitAnyCLasses Off

#
# HideImplicitMembers: whether or not to show the members of an
# implicit class.
#
# When HideImplicitMembers is On, any remote printers that are
# part of an implicit class are hidden from the user, who will
# then only see a single queue even though many queues will be
# supporting the implicit class.
#
# Enabled by default.
#

#HideImplicitMembers On


########
######## Security Options
########

#
# SystemGroup: the group name for "System" (printer administration)
# access.  The default varies depending on the operating system, but
# will be "sys", "system", or "root" (checked for in that order.)
#

#SystemGroup daemon

#
# RootCertDuration: How frequently the root certificate is regenerated.
# Defaults to 300 seconds.
#

#RootCertDuration 300

#
# Access permissions for each directory served by the scheduler.
# Locations are relative to DocumentRoot...
#
# AuthType: the authorization to use:
#
#    None   - Perform no authentication
#    Basic  - Perform authentication using the HTTP Basic method.
#    Digest - Perform authentication using the HTTP Digest method.
#
#    (Note: local certificate authentication can be substituted by
#           the client for Basic or Digest when connecting to the
#           localhost interface)
#
# AuthClass: the authorization class; currently only "Anonymous", "User",
# "System" (valid user belonging to group SystemGroup), and "Group"
# (valid user belonging to the specified group) are supported.
#
# AuthGroupName: the group name for "Group" authorization.
#
# Order: the order of Allow/Deny processing.
#
# Allow: allows access from the specified hostname, domain, IP address,
# network, or interface.
#
# Deny: denies access from the specified hostname, domain, IP address,
# network, or interface.
#
# Both "Allow" and "Deny" accept the following notations for addresses:
#
#     All
#     None
#     *.domain.com
#     .domain.com
#     host.domain.com
#     nnn.*
#     nnn.nnn.*
#     nnn.nnn.nnn.*
#     nnn.nnn.nnn.nnn
#     nnn.nnn.nnn.nnn/mm
#     nnn.nnn.nnn.nnn/mmm.mmm.mmm.mmm
#     @LOCAL
#     @IF(name)
#
# The host and domain address require that you enable hostname lookups
# with "HostNameLookups On" above.
#
# The @LOCAL address allows or denies from all non point-to-point
# interfaces.  For example, if you have a LAN and a dial-up link,
# @LOCAL could allow connections from the LAN but not from the dial-up
# link.  Similarly, the @IF(name) address allows or denies from the
# named network interface, e.g. @IF(eth0) under Linux.  Interfaces are
# refreshed automatically (no more than once every 60 seconds), so
# they can be used on dynamically-configured interfaces, e.g. PPP,
# 802.11, etc.
#
# Encryption: whether or not to use encryption; this depends on having
# the OpenSSL library linked into the CUPS library and scheduler.
#
# Possible values:
#
#     Always       - Always use encryption (SSL)
#     Never        - Never use encryption
#     Required     - Use TLS encryption upgrade
#     IfRequested  - Use encryption if the server requests it
#
# The default value is "IfRequested".
#

<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>

#<Location /classes>
#
# You may wish to limit access to printers and classes, either with Allow
# and Deny lines, or by requiring a username and password.
#
#</Location>

#<Location /classes/name>
#
# You may wish to limit access to printers and classes, either with Allow
# and Deny lines, or by requiring a username and password.
#
#</Location>

#<Location /jobs>
#
# You may wish to limit access to job operations, either with Allow
# and Deny lines, or by requiring a username and password.
#
#</Location>

#<Location /printers>
#
# You may wish to limit access to printers and classes, either with Allow
# and Deny lines, or by requiring a username and password.
#
#</Location>

#<Location /printers/name>
#
# You may wish to limit access to printers and classes, either with Allow
# and Deny lines, or by requiring a username and password.
#

## Anonymous access (default)
#AuthType None

## Require a username and password (Basic authentication)
#AuthType Basic
#AuthClass User

## Require a username and password (Digest/MD5 authentication)
#AuthType Digest
#AuthClass User

## Restrict access to local domain
#Order Deny,Allow
#Deny From All
#Allow From .mydomain.com
#</Location>

<Location /admin>
#
# You definitely will want to limit access to the administration functions.
# The default configuration requires a local connection from a user who
# is a member of the system group to do any admin tasks.  You can change
# the group name using the SystemGroup directive.
#

AuthType Basic
AuthClass System

## Restrict access to local domain
Order Deny,Allow
Deny From All
Allow From 127.0.0.1

#Encryption Required
</Location>

#
# End of "$Id: cupsd.conf.in,v 1.13 2003/04/10 20:14:04 mike Exp $".
#


Forever newbie !!!

Offline

#5 2004-08-10 14:29:51

afu
Member
From: Tuscalooser, Alabummer
Registered: 2004-02-19
Posts: 155

Re: arch is going down from my computer

Or like I had - a classic early warning that my motherboard was failing. Not likely, but happened to me.

Offline

#6 2004-08-10 14:31:24

onami
Member
From: Romania
Registered: 2004-05-05
Posts: 197

Re: arch is going down from my computer

today :

/var/log/cups/error_log


I [10/Aug/2004:10:19:08 +0300] Listening to 0:631
I [10/Aug/2004:10:19:08 +0300] Loaded configuration file "/etc/cups/cupsd.conf"
I [10/Aug/2004:10:19:08 +0300] Configured for up to 100 clients.
I [10/Aug/2004:10:19:08 +0300] Allowing up to 100 client connections per host.
I [10/Aug/2004:10:19:08 +0300] Full reload is required.
I [10/Aug/2004:10:19:10 +0300] LoadPPDs: Read "/etc/cups/ppds.dat", 533 PPDs...
I [10/Aug/2004:10:19:10 +0300] LoadPPDs: No new or changed PPDs...
I [10/Aug/2004:10:19:10 +0300] Full reload complete.
I [10/Aug/2004:10:29:33 +0300] Adding start banner page "none" to job 5.
I [10/Aug/2004:10:29:33 +0300] Adding end banner page "none" to job 5.
I [10/Aug/2004:10:29:33 +0300] Job 5 queued on 'asdf' by 'alina'.
I [10/Aug/2004:10:29:33 +0300] Started filter /usr/lib/cups/filter/pstops (PID 1363) for job 5.
I [10/Aug/2004:10:29:33 +0300] Started filter /usr/lib/cups/filter/foomatic-rip (PID 1364) for job 5.
I [10/Aug/2004:10:29:33 +0300] Started backend /usr/lib/cups/backend/usb (PID 1365) for job 5.
W [10/Aug/2004:10:29:33 +0300] [Job 5] Media tray empty!
E [10/Aug/2004:10:32:50 +0300] [Job 5] Unable to send print file to printer: No such device
E [10/Aug/2004:10:33:19 +0300] PID 1364 stopped with status 9!
I [10/Aug/2004:10:33:19 +0300] Hint: Try setting the LogLevel to "debug" to find out more.
I [10/Aug/2004:10:34:19 +0300] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=1515)
I [10/Aug/2004:10:34:27 +0300] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=1516)
I [10/Aug/2004:10:34:30 +0300] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=1517)
I [10/Aug/2004:10:34:31 +0300] Printer 'asdf' deleted by 'root'.
I [10/Aug/2004:10:34:31 +0300] Saving printers.conf...
I [10/Aug/2004:10:37:15 +0300] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=1611)
I [10/Aug/2004:10:37:18 +0300] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=1612)
I [10/Aug/2004:10:37:21 +0300] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=1613)
I [10/Aug/2004:10:37:27 +0300] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=1617)
I [10/Aug/2004:10:37:37 +0300] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=1620)
I [10/Aug/2004:10:38:01 +0300] Scheduler shutting down normally.
I [10/Aug/2004:10:38:46 +0300] Listening to 0:631
I [10/Aug/2004:10:38:46 +0300] Loaded configuration file "/etc/cups/cupsd.conf"
I [10/Aug/2004:10:38:46 +0300] Configured for up to 100 clients.
I [10/Aug/2004:10:38:46 +0300] Allowing up to 100 client connections per host.
I [10/Aug/2004:10:38:46 +0300] Full reload is required.
I [10/Aug/2004:10:38:48 +0300] LoadPPDs: Read "/etc/cups/ppds.dat", 533 PPDs...
I [10/Aug/2004:10:38:49 +0300] LoadPPDs: No new or changed PPDs...
I [10/Aug/2004:10:38:49 +0300] Full reload complete.
I [10/Aug/2004:10:58:05 +0300] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=1977)
I [10/Aug/2004:10:58:10 +0300] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=1978)
I [10/Aug/2004:10:58:15 +0300] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=1982)
I [10/Aug/2004:10:58:20 +0300] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=1984)
I [10/Aug/2004:10:58:23 +0300] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=1985)
I [10/Aug/2004:10:58:45 +0300] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=1988)
I [10/Aug/2004:10:58:46 +0300] Setting zxc device-uri to "usb://hp/deskjet%203320" (was "file:/dev/null".)
I [10/Aug/2004:10:58:46 +0300] Setting zxc printer-is-accepting-jobs to 1 (was 0.)
I [10/Aug/2004:10:58:46 +0300] Setting zxc printer-state to 3 (was 5.)
I [10/Aug/2004:10:58:46 +0300] Saving printers.conf...
I [10/Aug/2004:10:58:46 +0300] New printer 'zxc' added by 'root'.
I [10/Aug/2004:10:58:52 +0300] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=1989)
I [10/Aug/2004:10:58:54 +0300] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=1990)
I [10/Aug/2004:10:59:03 +0300] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=1991)
I [10/Aug/2004:10:59:04 +0300] Saving printers.conf...
I [10/Aug/2004:10:59:04 +0300] Printer 'zxc' modified by 'root'.
I [10/Aug/2004:11:01:24 +0300] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=2050)
I [10/Aug/2004:11:01:31 +0300] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=2054)
I [10/Aug/2004:11:01:38 +0300] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=2058)
I [10/Aug/2004:11:01:39 +0300] Saving printers.conf...
I [10/Aug/2004:11:01:39 +0300] Printer 'zxc' modified by 'root'.
I [10/Aug/2004:11:02:19 +0300] Adding start banner page "none" to job 1.
I [10/Aug/2004:11:02:19 +0300] Adding end banner page "none" to job 1.
I [10/Aug/2004:11:02:19 +0300] Job 1 queued on 'zxc' by 'alina'.
I [10/Aug/2004:11:02:19 +0300] Started filter /usr/lib/cups/filter/pstops (PID 2068) for job 1.
I [10/Aug/2004:11:02:19 +0300] Started filter /usr/lib/cups/filter/foomatic-rip (PID 2069) for job 1.
I [10/Aug/2004:11:02:19 +0300] Started backend /usr/lib/cups/backend/usb (PID 2070) for job 1.
W [10/Aug/2004:11:02:19 +0300] [Job 1] Media tray empty!
I [10/Aug/2004:14:19:34 +0300] Scheduler shutting down normally.
I [10/Aug/2004:14:30:05 +0300] Listening to 0:631
I [10/Aug/2004:14:30:05 +0300] Loaded configuration file "/etc/cups/cupsd.conf"
I [10/Aug/2004:14:30:05 +0300] Configured for up to 100 clients.
I [10/Aug/2004:14:30:05 +0300] Allowing up to 100 client connections per host.
I [10/Aug/2004:14:30:05 +0300] Full reload is required.
I [10/Aug/2004:14:30:07 +0300] LoadPPDs: Read "/etc/cups/ppds.dat", 533 PPDs...
I [10/Aug/2004:14:30:08 +0300] LoadPPDs: No new or changed PPDs...
I [10/Aug/2004:14:30:08 +0300] Full reload complete.
I [10/Aug/2004:14:30:08 +0300] Started filter /usr/lib/cups/filter/pstops (PID 818) for job 1.
I [10/Aug/2004:14:30:08 +0300] Started filter /usr/lib/cups/filter/foomatic-rip (PID 819) for job 1.
I [10/Aug/2004:14:30:08 +0300] Started backend /usr/lib/cups/backend/usb (PID 820) for job 1.
W [10/Aug/2004:14:30:08 +0300] [Job 1] Media tray empty!
E [10/Aug/2004:14:30:45 +0300] [Job 1] Unable to send print file to printer: No such device
E [10/Aug/2004:14:31:01 +0300] PID 819 stopped with status 9!
I [10/Aug/2004:14:31:01 +0300] Hint: Try setting the LogLevel to "debug" to find out more.
I [10/Aug/2004:14:56:52 +0300] Scheduler shutting down normally.
I [10/Aug/2004:15:05:00 +0300] Listening to 0:631
I [10/Aug/2004:15:05:00 +0300] Loaded configuration file "/etc/cups/cupsd.conf"
I [10/Aug/2004:15:05:00 +0300] Configured for up to 100 clients.
I [10/Aug/2004:15:05:00 +0300] Allowing up to 100 client connections per host.
I [10/Aug/2004:15:05:00 +0300] Full reload is required.
I [10/Aug/2004:15:05:02 +0300] LoadPPDs: Read "/etc/cups/ppds.dat", 533 PPDs...
I [10/Aug/2004:15:05:02 +0300] LoadPPDs: No new or changed PPDs...
I [10/Aug/2004:15:05:02 +0300] Full reload complete.
I [10/Aug/2004:15:16:53 +0300] Scheduler shutting down normally.
I [10/Aug/2004:15:19:17 +0300] Listening to 0:631
I [10/Aug/2004:15:19:17 +0300] Loaded configuration file "/etc/cups/cupsd.conf"
I [10/Aug/2004:15:19:17 +0300] Configured for up to 100 clients.
I [10/Aug/2004:15:19:17 +0300] Allowing up to 100 client connections per host.
I [10/Aug/2004:15:19:17 +0300] Full reload is required.
I [10/Aug/2004:15:19:19 +0300] LoadPPDs: Read "/etc/cups/ppds.dat", 533 PPDs...
I [10/Aug/2004:15:19:20 +0300] LoadPPDs: No new or changed PPDs...
I [10/Aug/2004:15:19:20 +0300] Full reload complete.
I [10/Aug/2004:15:24:42 +0300] Adding start banner page "none" to job 2.
I [10/Aug/2004:15:24:42 +0300] Adding end banner page "none" to job 2.
I [10/Aug/2004:15:24:42 +0300] Job 2 queued on 'zxc' by 'alina'.
I [10/Aug/2004:15:24:42 +0300] Started filter /usr/lib/cups/filter/pstops (PID 1270) for job 2.
I [10/Aug/2004:15:24:42 +0300] Started filter /usr/lib/cups/filter/foomatic-rip (PID 1271) for job 2.
I [10/Aug/2004:15:24:42 +0300] Started backend /usr/lib/cups/backend/usb (PID 1272) for job 2.
W [10/Aug/2004:15:24:42 +0300] [Job 2] Media tray empty!
I [10/Aug/2004:15:27:12 +0300] Adding start banner page "none" to job 3.
I [10/Aug/2004:15:27:12 +0300] Adding end banner page "none" to job 3.
I [10/Aug/2004:15:27:12 +0300] Job 3 queued on 'zxc' by 'alina'.
I [10/Aug/2004:15:27:12 +0300] Started filter /usr/lib/cups/filter/pstops (PID 1296) for job 3.
I [10/Aug/2004:15:27:12 +0300] Started filter /usr/lib/cups/filter/foomatic-rip (PID 1297) for job 3.
I [10/Aug/2004:15:27:12 +0300] Started backend /usr/lib/cups/backend/usb (PID 1298) for job 3.
W [10/Aug/2004:15:27:12 +0300] [Job 3] Media tray empty!
I [10/Aug/2004:15:28:52 +0300] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=1353)
I [10/Aug/2004:15:28:57 +0300] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=1355)
I [10/Aug/2004:15:29:04 +0300] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=1362)
I [10/Aug/2004:15:29:05 +0300] Saving printers.conf...
I [10/Aug/2004:15:29:05 +0300] Printer 'zxc' modified by 'root'.
I [10/Aug/2004:15:30:12 +0300] Adding start banner page "none" to job 4.
I [10/Aug/2004:15:30:12 +0300] Adding end banner page "none" to job 4.
I [10/Aug/2004:15:30:12 +0300] Job 4 queued on 'zxc' by 'alina'.
I [10/Aug/2004:15:30:12 +0300] Started filter /usr/lib/cups/filter/pstops (PID 1384) for job 4.
I [10/Aug/2004:15:30:12 +0300] Started filter /usr/lib/cups/filter/foomatic-rip (PID 1385) for job 4.
I [10/Aug/2004:15:30:12 +0300] Started backend /usr/lib/cups/backend/usb (PID 1386) for job 4.
W [10/Aug/2004:15:30:12 +0300] [Job 4] Media tray empty!
I [10/Aug/2004:15:30:58 +0300] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=1427)
I [10/Aug/2004:15:31:01 +0300] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=1428)
E [10/Aug/2004:15:31:01 +0300] Unable to open /etc/cups/passwd.md5 - No such file or directory
E [10/Aug/2004:15:31:01 +0300] hold_job: "" not authorized to hold job id 4 owned by "alina"!
I [10/Aug/2004:15:31:04 +0300] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=1429)
I [10/Aug/2004:15:31:09 +0300] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=1430)
I [10/Aug/2004:15:31:12 +0300] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=1432)
I [10/Aug/2004:15:31:16 +0300] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=1433)
I [10/Aug/2004:15:31:19 +0300] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=1434)
E [10/Aug/2004:15:31:19 +0300] Unable to open /etc/cups/passwd.md5 - No such file or directory
E [10/Aug/2004:15:31:19 +0300] hold_job: "" not authorized to hold job id 4 owned by "alina"!
I [10/Aug/2004:15:31:23 +0300] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=1435)
I [10/Aug/2004:15:31:25 +0300] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=1437)
E [10/Aug/2004:15:31:25 +0300] Unable to open /etc/cups/passwd.md5 - No such file or directory
E [10/Aug/2004:15:31:25 +0300] cancel_job: "" not authorized to delete job id 4 owned by "alina"!
I [10/Aug/2004:15:32:50 +0300] Adding start banner page "none" to job 5.
I [10/Aug/2004:15:32:50 +0300] Adding end banner page "none" to job 5.
I [10/Aug/2004:15:32:50 +0300] Job 5 queued on 'zxc' by 'alina'.
I [10/Aug/2004:15:34:55 +0300] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=1495)
I [10/Aug/2004:15:34:58 +0300] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=1497)
E [10/Aug/2004:15:34:58 +0300] Unable to open /etc/cups/passwd.md5 - No such file or directory
E [10/Aug/2004:15:34:58 +0300] hold_job: "" not authorized to hold job id 5 owned by "alina"!
I [10/Aug/2004:15:35:48 +0300] Scheduler shutting down normally.
I [10/Aug/2004:15:35:50 +0300] Listening to 0:631
I [10/Aug/2004:15:35:50 +0300] Loaded configuration file "/etc/cups/cupsd.conf"
I [10/Aug/2004:15:35:50 +0300] Configured for up to 100 clients.
I [10/Aug/2004:15:35:50 +0300] Allowing up to 100 client connections per host.
I [10/Aug/2004:15:35:50 +0300] Full reload is required.
I [10/Aug/2004:15:35:55 +0300] LoadPPDs: Read "/etc/cups/ppds.dat", 533 PPDs...
I [10/Aug/2004:15:35:55 +0300] LoadPPDs: No new or changed PPDs...
I [10/Aug/2004:15:35:55 +0300] Full reload complete.
I [10/Aug/2004:15:35:55 +0300] Started filter /usr/lib/cups/filter/pstops (PID 1702) for job 4.
I [10/Aug/2004:15:35:55 +0300] Started filter /usr/lib/cups/filter/foomatic-rip (PID 1703) for job 4.
I [10/Aug/2004:15:35:55 +0300] Started backend /usr/lib/cups/backend/usb (PID 1704) for job 4.
I [10/Aug/2004:15:36:12 +0300] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=1745)
I [10/Aug/2004:15:36:16 +0300] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=1746)
E [10/Aug/2004:15:36:16 +0300] Unable to open /etc/cups/passwd.md5 - No such file or directory
E [10/Aug/2004:15:36:16 +0300] hold_job: "" not authorized to hold job id 4 owned by "alina"!
I [10/Aug/2004:15:36:19 +0300] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=1748)
E [10/Aug/2004:15:36:51 +0300] [Job 4] Unable to send print file to printer: No such device
I [10/Aug/2004:15:36:57 +0300] Started filter /usr/lib/cups/filter/pstops (PID 1811) for job 5.
I [10/Aug/2004:15:36:57 +0300] Started filter /usr/lib/cups/filter/foomatic-rip (PID 1812) for job 5.
I [10/Aug/2004:15:36:57 +0300] Started backend /usr/lib/cups/backend/usb (PID 1813) for job 5.
E [10/Aug/2004:15:36:57 +0300] PID 1703 stopped with status 9!
I [10/Aug/2004:15:36:57 +0300] Hint: Try setting the LogLevel to "debug" to find out more.
E [10/Aug/2004:15:36:58 +0300] [Job 5] Unable to open USB device "usb://hp/deskjet%203320": No such device
E [10/Aug/2004:15:36:58 +0300] PID 1813 stopped with status 1!
I [10/Aug/2004:15:36:58 +0300] Hint: Try setting the LogLevel to "debug" to find out more.
I [10/Aug/2004:15:37:10 +0300] Saving printers.conf...
E [10/Aug/2004:15:37:10 +0300] PID 1812 stopped with status 9!
I [10/Aug/2004:15:37:10 +0300] Hint: Try setting the LogLevel to "debug" to find out more.
I [10/Aug/2004:15:40:49 +0300] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=1861)
I [10/Aug/2004:15:40:51 +0300] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=1862)
I [10/Aug/2004:15:40:56 +0300] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=1865)
I [10/Aug/2004:15:40:58 +0300] Saving printers.conf...
I [10/Aug/2004:15:40:58 +0300] Printer 'zxc' started by 'root'.
I [10/Aug/2004:15:40:58 +0300] Started filter /usr/lib/cups/filter/pstops (PID 1866) for job 5.
I [10/Aug/2004:15:40:58 +0300] Started filter /usr/lib/cups/filter/foomatic-rip (PID 1867) for job 5.
I [10/Aug/2004:15:40:58 +0300] Started backend /usr/lib/cups/backend/usb (PID 1868) for job 5.
E [10/Aug/2004:15:40:59 +0300] [Job 5] Unable to open USB device "usb://hp/deskjet%203320": No such device
E [10/Aug/2004:15:40:59 +0300] PID 1868 stopped with status 1!
I [10/Aug/2004:15:40:59 +0300] Hint: Try setting the LogLevel to "debug" to find out more.
I [10/Aug/2004:15:41:00 +0300] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=1895)
I [10/Aug/2004:15:41:03 +0300] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=1897)
E [10/Aug/2004:15:41:03 +0300] Unable to open /etc/cups/passwd.md5 - No such file or directory
E [10/Aug/2004:15:41:03 +0300] hold_job: "" not authorized to hold job id 5 owned by "alina"!
I [10/Aug/2004:15:41:14 +0300] Saving printers.conf...
E [10/Aug/2004:15:41:14 +0300] PID 1867 stopped with status 9!
I [10/Aug/2004:15:41:14 +0300] Hint: Try setting the LogLevel to "debug" to find out more.
I [10/Aug/2004:15:42:33 +0300] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=1907)
I [10/Aug/2004:15:42:37 +0300] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=1909)
I [10/Aug/2004:15:42:39 +0300] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=1910)
I [10/Aug/2004:15:42:39 +0300] Job 5 was held by 'root'.


Forever newbie !!!

Offline

#7 2004-08-10 15:14:37

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: arch is going down from my computer

onami wrote:

yes, after almost 6 month of usage, I am determined to kill arch. I can not manage without my printer working, and arch just can't do that. My printer freezes, even as root I can't hold cups printing jobs :client-error-forbidden. What is this windows ?
I don't have all the time in the world right now to try and solve any itsy bitsy major problem I encounter!!!!

Would help if we knew what printer you are using.....how its connected... etc..

Linux only works for people who do not give up....


Mr Green

Offline

#8 2004-08-10 15:54:46

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: arch is going down from my computer

Mr. Green has an even 1000 posts!

as for the printer, did it ever work under any other distribution (a live CD might be a quick way to check). Some hardware just doesn't work with Linux.

If it does work under another distro, you may be able to copy the configuration across.

Dusty

Offline

#9 2004-08-10 17:00:41

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: arch is going down from my computer

i assume you wanted to delete a print job by a user right?
try adding this to cupsd.conf:
<Location /jobs>
AuthType Basic
AuthClass User

then you will be asked for the user and password

Offline

#10 2004-08-10 17:07:49

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: arch is going down from my computer

next one
you have an usb printer
did you load usblp in rc.conf's modules list?
else it will not recognize the printer if it's turned on before booting
plug out and replug should solve the problem after booting
or insert usblp to rc.conf's modules list
that's a coldplug problem

for other drivers:
there is gimp-print too with a lot of printer drivers

turboprint is also an option but it's commercial
get trial under http://www.turboprint.de

hope it helps and stay with arch

Offline

#11 2004-08-10 21:02:02

onami
Member
From: Romania
Registered: 2004-05-05
Posts: 197

Re: arch is going down from my computer

hp deskjet 3320 , connected through usb. archlinux 0.7 "wombat", kernel 2.6.7


works perfect with knoppix, mandrake 9.1, winshit xp.
after modprobe usblp the first thing I did was to add usblp in the modules section of rc.conf.

I tried to cancel and hold the jobs that froze my printer, first as a normal user than as root, not all the times worked, errors apperared

gimp-print does not support it .

I've installed the same printer on another similar computer a few month ago in arch 0.6 and it worked fine.

Mr. Green is right, but I have to study very hard for some very bitchy exams (there are 6 of them and the first in 01.09.2004) and I don't have time to strugle right now. If we solve this arch stays (And I will be very pleased because I am very fond of my Archlinux based computer- my girlfriend now has arch on her's since July).

This couldn't have come in a worst moment !!!!


Forever newbie !!!

Offline

#12 2004-08-10 23:08:36

schome1
Member
Registered: 2004-02-15
Posts: 61

Re: arch is going down from my computer

I haven't read the whole post, but I have created a document for printing to a Windows shared printer.  If this is the case, please go to

http://www.schome.net/arch_linux_post_i … ith%20CUPS

Sorry if this is not the case, I saw the post, but am in a hurry - thought I'd try to lend a hand.

Offline

#13 2004-08-10 23:18:13

kakabaratruskia
Member
From: Santiago, Chile
Registered: 2003-08-24
Posts: 596

Re: arch is going down from my computer

I have the exact same printer, working fine on arch. This is my cupsd.conf

#
# "$Id: cupsd.conf.in,v 1.13 2003/04/10 20:14:04 mike Exp $"
#
#   Sample configuration file for the Common UNIX Printing System (CUPS)
#   scheduler.
#
#   Copyright 1997-2003 by Easy Software Products, all rights reserved.
#
#   These coded instructions, statements, and computer programs are the
#   property of Easy Software Products and are protected by Federal
#   copyright law.  Distribution and use rights are outlined in the file
#   "LICENSE.txt" which should have been included with this file.  If this
#   file is missing or damaged please contact Easy Software Products
#   at:
#
#       Attn: CUPS Licensing Information
#       Easy Software Products
#       44141 Airport View Drive, Suite 204
#       Hollywood, Maryland 20636-3111 USA
#
#       Voice: (301) 373-9603
#       EMail: cups-info@cups.org
#         WWW: http://www.cups.org
#

########################################################################
#                                                                      #
# This is the CUPS configuration file.  If you are familiar with       #
# Apache or any of the other popular web servers, we've followed the   #
# same format.  Any configuration variable used here has the same      #
# semantics as the corresponding variable in Apache.  If we need       #
# different functionality then a different name is used to avoid       #
# confusion...                                                         #
#                                                                      #
########################################################################


########
######## Server Identity
########

#
# ServerName: the hostname of your server, as advertised to the world.
# By default CUPS will use the hostname of the system.
#
# To set the default server used by clients, see the client.conf file.
#

#ServerName myhost.domain.com

#
# ServerAdmin: the email address to send all complaints/problems to.
# By default CUPS will use "root@hostname".
#

#ServerAdmin root@your.domain.com


########
######## Server Options
########

#
# AccessLog: the access log file; if this does not start with a leading /
# then it is assumed to be relative to ServerRoot.  By default set to
# "/var/log/cups/access_log"
#
# You can also use the special name "syslog" to send the output to the
# syslog file or daemon.
#

AccessLog /var/log/cups/access_log

#
# Classification: the classification level of the server.  If set, this
# classification is displayed on all pages, and raw printing is disabled.
# The default is the empty string.
#

#Classification classified
#Classification confidential
#Classification secret
#Classification topsecret
#Classification unclassified

#
# ClassifyOverride: whether to allow users to override the classification
# on printouts. If enabled, users can limit banner pages to before or
# after the job, and can change the classification of a job, but cannot
# completely eliminate the classification or banners.
#
# The default is off.
#

#ClassifyOverride off

#
# DataDir: the root directory for the CUPS data files.
# By default "/usr/share/cups".
#

#DataDir /usr/share/cups

#
# DefaultCharset: the default character set to use. If not specified,
# defaults to "utf-8".  Note that this can also be overridden in
# HTML documents...
#

#DefaultCharset utf-8

#
# DefaultLanguage: the default language if not specified by the browser.
# If not specified, the current locale is used.
#

#DefaultLanguage en

#
# DocumentRoot: the root directory for HTTP documents that are served.
# By default "/usr/share/cups/doc".
#

#DocumentRoot /usr/share/cups/doc

#
# ErrorLog: the error log file; if this does not start with a leading /
# then it is assumed to be relative to ServerRoot.  By default set to
# "/var/log/cups/error_log"
#
# You can also use the special name "syslog" to send the output to the
# syslog file or daemon.
#

#ErrorLog /var/log/cups/error_log

#
# FileDevice: determines whether the scheduler will allow new printers
# to be added using device URIs of the form "file:/foo/bar". The default
# is not to allow file devices due to the potential security vulnerability
# and due to the fact that file devices do not support raw printing.
#

#FileDevice No


#
# FontPath: the path to locate all font files (currently only for pstoraster)
# By default "/usr/share/cups/fonts".
#

#FontPath /usr/share/cups/fonts

#
# LogLevel: controls the number of messages logged to the ErrorLog
# file and can be one of the following:
#
#     debug2    Log everything.
#     debug    Log almost everything.
#     info      Log all requests and state changes.
#     warn      Log errors and warnings.
#     error     Log only errors.
#     none      Log nothing.
#

LogLevel debug2

#
# MaxLogSize: controls the maximum size of each log file before they are
# rotated.  Defaults to 1048576 (1MB).  Set to 0 to disable log rotating.
#

#MaxLogSize 0

#
# PageLog: the page log file; if this does not start with a leading /
# then it is assumed to be relative to ServerRoot.  By default set to
# "/var/log/cups/page_log"
#
# You can also use the special name "syslog" to send the output to the
# syslog file or daemon.
#

#PageLog /var/log/cups/page_log

#
# PreserveJobHistory: whether or not to preserve the job history after a
# job is completed, cancelled, or stopped.  Default is Yes.
#

#PreserveJobHistory Yes

#
# PreserveJobFiles: whether or not to preserve the job files after a
# job is completed, cancelled, or stopped.  Default is No.
#

#PreserveJobFiles No

#
# AutoPurgeJobs: automatically purge jobs when not needed for quotas.
# Default is No.
#

#AutoPurgeJobs No

#
# MaxCopies: maximum number of copies that a user can request. Default is
# 100.
#

#MaxCopies 100

#
# MaxJobs: maximum number of jobs to keep in memory (active and completed.)
# Default is 500; the value 0 is used for no limit.
#

#MaxJobs 500

#
# MaxJobsPerPrinter: maximum number of active jobs per printer. The default
# is 0 for no limit.
#

#MaxJobsPerPrinter 0

#
# MaxJobsPerUser: maximum number of active jobs per user. The default
# is 0 for no limit.
#

#MaxJobsPerUser 0

#
# MaxPrinterHistory: controls the maximum number of history collections
# in the printer-state-history attribute.  Set to 0 to disable history
# data.
#

#MaxPrinterHistory 10

#
# Printcap: the name of the printcap file.  Default is /etc/printcap.
# Leave blank to disable printcap file generation.
#

#Printcap /etc/printcap

#
# PrintcapFormat: the format of the printcap file, currently either
# BSD or Solaris.  The default is "BSD".
#

#PrintcapFormat BSD
#PrintcapFormat Solaris

#
# PrintcapGUI: the name of the GUI options panel program to associate
# with print queues under IRIX.  The default is "/usr/bin/glpoptions"
# from ESP Print Pro.
#
# This option is only used under IRIX; the options panel program
# must accept the "-d printer" and "-o options" options and write
# the selected printer options back to stdout on completion.
#

#PrintcapGUI /usr/bin/glpoptions

#
# RequestRoot: the directory where request files are stored.
# By default "/var/spool/cups".
#

#RequestRoot /var/spool/cups

#
# RemoteRoot: the name of the user assigned to unauthenticated accesses
# from remote systems.  By default "remroot".
#

#RemoteRoot remroot

#
# ServerBin: the root directory for the scheduler executables.
# By default "/usr/lib/cups".
#

#ServerBin /usr/lib/cups

#
# ServerRoot: the root directory for the scheduler.
# By default "/etc/cups".
#

#ServerRoot /etc/cups


########
######## Fax Support
########

#
# FaxRetryLimit: the number of times a fax job is retried.
# The default is 5 times.
#

#FaxRetryLimit 5

#
# FaxRetryInterval: the number of seconds between fax job retries.
# The default is 300 seconds/5 minutes.
#

#FaxRetryInterval 300


########
######## Encryption Support
########

#
# ServerCertificate: the file to read containing the server's certificate.
# Defaults to "/etc/cups/ssl/server.crt".
#

#ServerCertificate /etc/cups/ssl/server.crt

#
# ServerKey: the file to read containing the server's key.
# Defaults to "/etc/cups/ssl/server.key".
#

#ServerKey /etc/cups/ssl/server.key


########
######## Filter Options
########

#
# User/Group: the user and group the server runs under.  Normally this
# must be daemon and daemon, however you can configure things for another
# user or group as needed.
#
# Note: the server must be run initially as root to support the
# default IPP port of 631.  It changes users whenever an external
# program is run, or if the RunAsUser directive is specified...
#

#User daemon
#Group daemon

#
# RIPCache: the amount of memory that each RIP should use to cache
# bitmaps.  The value can be any real number followed by "k" for
# kilobytes, "m" for megabytes, "g" for gigabytes, or "t" for tiles
# (1 tile = 256x256 pixels.)  Defaults to "8m" (8 megabytes).
#

#RIPCache 8m

#
# TempDir: the directory to put temporary files in.  This directory must be
# writable by the user defined above!  Defaults to "/var/spool/cups/tmp" or
# the value of the TMPDIR environment variable.
#

#TempDir /var/spool/cups/tmp

#
# FilterLimit: sets the maximum cost of all job filters that can be run
# at the same time.  A limit of 0 means no limit.  A typical job may need
# a filter limit of at least 200; limits less than the minimum required
# by a job force a single job to be printed at any time.
#
# The default limit is 0 (unlimited).
#

#FilterLimit 0

########
######## Network Options
########

#
# Ports/addresses that we listen to.  The default port 631 is reserved
# for the Internet Printing Protocol (IPP) and is what we use here.
#
# You can have multiple Port/Listen lines to listen to more than one
# port or address, or to restrict access:
#
#    Port 80
#    Port 631
#    Listen hostname
#    Listen hostname:80
#    Listen hostname:631
#    Listen 1.2.3.4
#    Listen 1.2.3.4:631
# 
# NOTE: Unfortunately, most web browsers don't support TLS or HTTP Upgrades
# for encryption.  If you want to support web-based encryption you'll
# probably need to listen on port 443 (the "https" port...)
#

#Port 80
#Port 443
Port 631

#
# HostNameLookups: whether or not to do lookups on IP addresses to get a
# fully-qualified hostname.  This defaults to Off for performance reasons...
#

#HostNameLookups On

#
# KeepAlive: whether or not to support the Keep-Alive connection
# option.  Default is on.
#

#KeepAlive On

#
# KeepAliveTimeout: the timeout before Keep-Alive connections are
# automatically closed.  Default is 60 seconds.
#

#KeepAliveTimeout 60

#
# MaxClients: controls the maximum number of simultaneous clients that
# will be handled.  Defaults to 100.
#

#MaxClients 100

#
# MaxClientsPerHost: controls the maximum number of simultaneous clients that
# will be handled from a specific host.  Defaults to 10 or 1/10th of the
# MaxClients setting, whichever is larger.  A value of 0 specifies the
# automatic (10 or 1/10th) setting.
#

#MaxClientsPerHost 0

#
# MaxRequestSize: controls the maximum size of HTTP requests and print files.
# Set to 0 to disable this feature (defaults to 0.)
#

#MaxRequestSize 0

#
# Timeout: the timeout before requests time out.  Default is 300 seconds.
#

#Timeout 300


########
######## Browsing Options
########

#
# Browsing: whether or not to broadcast and/or listen for CUPS printer
# information on the network.  Enabled by default.
#

#Browsing On

#
# BrowseProtocols: which protocols to use for browsing.  Can be
# any of the following separated by whitespace and/or commas:
#
#     all  - Use all supported protocols.
#     cups - Use the CUPS browse protocol.
#     slp  - Use the SLPv2 protocol.
#
# The default is "cups".
#
# NOTE: If you choose to use SLPv2, it is *strongly* recommended that
#       you have at least one SLP Directory Agent (DA) on your
#       network.  Otherwise, browse updates can take several seconds,
#       during which the scheduler will not respond to client
#       requests.
#

#BrowseProtocols cups

#
# BrowseAddress: specifies a broadcast address to be used.  By
# default browsing information is not sent!
#
# Note: HP-UX does not properly handle broadcast unless you have a
# Class A, B, C, or D netmask (i.e. no CIDR support).
#
# Note: Using the "global" broadcast address (255.255.255.255) will
# activate a Linux demand-dial link with the default configuration.
# If you have a LAN as well as the dial-up link, use the LAN's
# broadcast address.
#
# The @LOCAL address broadcasts to all non point-to-point interfaces.
# For example, if you have a LAN and a dial-up link, @LOCAL would
# send printer updates to the LAN but not to the dial-up link.
# Similarly, the @IF(name) address sends to the named network
# interface, e.g. @IF(eth0) under Linux.  Interfaces are refreshed
# automatically (no more than once every 60 seconds), so they can
# be used on dynamically-configured interfaces, e.g. PPP, 802.11, etc.
#

#BrowseAddress x.y.z.255
#BrowseAddress x.y.255.255
#BrowseAddress x.255.255.255
#BrowseAddress 255.255.255.255
#BrowseAddress @LOCAL
#BrowseAddress @IF(name)

#
# BrowseShortNames: whether or not to use "short" names for remote printers
# when possible (e.g. "printer" instead of "printer@host".)  Enabled by
# default.
#

#BrowseShortNames Yes

#
# BrowseAllow: specifies an address mask to allow for incoming browser
# packets. The default is to allow packets from all addresses.
#
# BrowseDeny: specifies an address mask to deny for incoming browser
# packets. The default is to deny packets from no addresses.
#
# Both "BrowseAllow" and "BrowseDeny" accept the following notations for
# addresses:
#
#     All
#     None
#     *.domain.com
#     .domain.com
#     host.domain.com
#     nnn.*
#     nnn.nnn.*
#     nnn.nnn.nnn.*
#     nnn.nnn.nnn.nnn
#     nnn.nnn.nnn.nnn/mm
#     nnn.nnn.nnn.nnn/mmm.mmm.mmm.mmm
#     @LOCAL
#     @IF(name)
#
# The hostname/domainname restrictions only work if you have turned hostname
# lookups on!
#

#BrowseAllow address
#BrowseDeny address

#
# BrowseInterval: the time between browsing updates in seconds.  Default
# is 30 seconds.
#
# Note that browsing information is sent whenever a printer's state changes
# as well, so this represents the maximum time between updates.
#
# Set this to 0 to disable outgoing broadcasts so your local printers are
# not advertised but you can still see printers on other hosts.
#

#BrowseInterval 30

#
# BrowseOrder: specifies the order of BrowseAllow/BrowseDeny comparisons.
#

#BrowseOrder allow,deny
#BrowseOrder deny,allow

#
# BrowsePoll: poll the named server(s) for printers
#

#BrowsePoll address:port

#
# BrowsePort: the port used for UDP broadcasts.  By default this is
# the IPP port; if you change this you need to do it on all servers.
# Only one BrowsePort is recognized.
#

#BrowsePort 631

#
# BrowseRelay: relay browser packets from one address/network to another.
#

#BrowseRelay source-address destination-address
#BrowseRelay @IF(src) @IF(dst)

#
# BrowseTimeout: the timeout for network printers - if we don't
# get an update within this time the printer will be removed
# from the printer list.  This number definitely should not be
# less the BrowseInterval value for obvious reasons.  Defaults
# to 300 seconds.
#

#BrowseTimeout 300

#
# ImplicitClasses: whether or not to use implicit classes.
#
# Printer classes can be specified explicitly in the classes.conf
# file, implicitly based upon the printers available on the LAN, or
# both.
#
# When ImplicitClasses is On, printers on the LAN with the same name
# (e.g. Acme-LaserPrint-1000) will be put into a class with the same
# name. This allows you to setup multiple redundant queues on a LAN
# without a lot of administrative difficulties.  If a user sends a
# job to Acme-LaserPrint-1000, the job will go to the first available
# queue.
#
# Enabled by default.
#

#ImplicitClasses On

#
# ImplicitAnyClasses: whether or not to create "AnyPrinter" implicit
# classes.
#
# When ImplicitAnyClasses is On and a local queue of the same name
# exists, e.g. "printer", "printer@server1", "printer@server1", then
# an implicit class called "Anyprinter" is created instead.
#
# When ImplicitAnyClasses is Off, implicit classes are not created
# when there is a local queue of the same name.
#
# Disabled by default.
#

#ImplicitAnyCLasses Off

#
# HideImplicitMembers: whether or not to show the members of an
# implicit class.
#
# When HideImplicitMembers is On, any remote printers that are
# part of an implicit class are hidden from the user, who will
# then only see a single queue even though many queues will be
# supporting the implicit class.
#
# Enabled by default.
#

#HideImplicitMembers On


########
######## Security Options
########

#
# SystemGroup: the group name for "System" (printer administration)
# access.  The default varies depending on the operating system, but
# will be "sys", "system", or "root" (checked for in that order.)
#

#SystemGroup daemon

#
# RootCertDuration: How frequently the root certificate is regenerated.
# Defaults to 300 seconds.
#

#RootCertDuration 300

#
# Access permissions for each directory served by the scheduler.
# Locations are relative to DocumentRoot...
#
# AuthType: the authorization to use:
#
#    None   - Perform no authentication
#    Basic  - Perform authentication using the HTTP Basic method.
#    Digest - Perform authentication using the HTTP Digest method.
#
#    (Note: local certificate authentication can be substituted by
#           the client for Basic or Digest when connecting to the
#           localhost interface)
#
# AuthClass: the authorization class; currently only "Anonymous", "User",
# "System" (valid user belonging to group SystemGroup), and "Group"
# (valid user belonging to the specified group) are supported.
#
# AuthGroupName: the group name for "Group" authorization.
#
# Order: the order of Allow/Deny processing.
#
# Allow: allows access from the specified hostname, domain, IP address,
# network, or interface.
#
# Deny: denies access from the specified hostname, domain, IP address,
# network, or interface.
#
# Both "Allow" and "Deny" accept the following notations for addresses:
#
#     All
#     None
#     *.domain.com
#     .domain.com
#     host.domain.com
#     nnn.*
#     nnn.nnn.*
#     nnn.nnn.nnn.*
#     nnn.nnn.nnn.nnn
#     nnn.nnn.nnn.nnn/mm
#     nnn.nnn.nnn.nnn/mmm.mmm.mmm.mmm
#     @LOCAL
#     @IF(name)
#
# The host and domain address require that you enable hostname lookups
# with "HostNameLookups On" above.
#
# The @LOCAL address allows or denies from all non point-to-point
# interfaces.  For example, if you have a LAN and a dial-up link,
# @LOCAL could allow connections from the LAN but not from the dial-up
# link.  Similarly, the @IF(name) address allows or denies from the
# named network interface, e.g. @IF(eth0) under Linux.  Interfaces are
# refreshed automatically (no more than once every 60 seconds), so
# they can be used on dynamically-configured interfaces, e.g. PPP,
# 802.11, etc.
#
# Encryption: whether or not to use encryption; this depends on having
# the OpenSSL library linked into the CUPS library and scheduler.
#
# Possible values:
#
#     Always       - Always use encryption (SSL)
#     Never        - Never use encryption
#     Required     - Use TLS encryption upgrade
#     IfRequested  - Use encryption if the server requests it
#
# The default value is "IfRequested".
#

<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>

#<Location /classes>
#
# You may wish to limit access to printers and classes, either with Allow
# and Deny lines, or by requiring a username and password.
#
#</Location>

#<Location /classes/name>
#
# You may wish to limit access to printers and classes, either with Allow
# and Deny lines, or by requiring a username and password.
#
#</Location>

#<Location /jobs>
#
# You may wish to limit access to job operations, either with Allow
# and Deny lines, or by requiring a username and password.
#
#</Location>

<Location /printers>
#
# You may wish to limit access to printers and classes, either with Allow
# and Deny lines, or by requiring a username and password.
#
AuthType None
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.0.*
</Location>

#<Location /printers/name>
#
# You may wish to limit access to printers and classes, either with Allow
# and Deny lines, or by requiring a username and password.
#

## Anonymous access (default)
#AuthType None

## Require a username and password (Basic authentication)
#AuthType Basic
#AuthClass User

## Require a username and password (Digest/MD5 authentication)
#AuthType Digest
#AuthClass User

## Restrict access to local domain
#Order Deny,Allow
#Deny From All
#Allow From 127.0.0.1, 192.168.0.
#</Location>

<Location /admin>
#
# You definitely will want to limit access to the administration functions.
# The default configuration requires a local connection from a user who
# is a member of the system group to do any admin tasks.  You can change
# the group name using the SystemGroup directive.
#

AuthType Basic
AuthClass System

## Restrict access to local domain
Order Deny,Allow
Deny From All
Allow From 127.0.0.1

#Encryption Required
</Location>

#
# End of "$Id: cupsd.conf.in,v 1.13 2003/04/10 20:14:04 mike Exp $".
#

I use the hpijs package for drivers. I also have to load the usblp module. Don't know what other info I can give you. If you know of some file you could need or anything, let me know, I'll post it.


And where were all the sportsmen who always pulled you though?
They're all resting down in Cornwall
writing up their memoirs for a paper-back edition
of the Boy Scout Manual.

Offline

#14 2004-08-11 07:12:44

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: arch is going down from my computer

don't know if it will help but look at

man lpc
man lprm

HTH

[/code]


Mr Green

Offline

#15 2004-08-11 14:34:36

onami
Member
From: Romania
Registered: 2004-05-05
Posts: 197

Re: arch is going down from my computer

I reinstalled my printer for the 10th time . The test page was printed fine, but then I've tried to print a pdf page, and again it froze.

I've tried to print with kghostview (I'm in kde now)  .  which I started from a console. this is the output :


kghostview (kdegraphics): KGVDocument: Copying pages from /tmp/kde-alina/kghostview1OIpbc.ps to /tmp/kde-alina/kghostviewVc4jgb.ps
kdeprint: Resetting page size
kdeprint: ********************
kdeprint: _kde-filters =
kdeprint: kde-collate = Collate
kdeprint: kde-colormode = Color
kdeprint: kde-copies = 1
kdeprint: kde-current = 0
kdeprint: kde-currentpage = 7
kdeprint: kde-isspecial = 0
kdeprint: kde-maxpage = 10
kdeprint: kde-minpage = 1
kdeprint: kde-orientation = Portrait
kdeprint: kde-outputtofile = 0
kdeprint: kde-pageorder = Forward
kdeprint: kde-pageset = 0
kdeprint: kde-pagesize = 0
kdeprint: kde-preview = 0
kdeprint: kde-printcommand =
kdeprint: kde-range = 7
kdeprint: kde-special-command =
kdeprint: kdeprint: status message: Sending print data to printer: qqw
kdeprint: kdeprint: print command: /usr/bin/lpr -P 'qqw' '-#1' '/tmp/kde-alina/kghostviewVc4jgb.ps'
kdeprint: kdeprint: status message:
kdeprint: kdeprint: unregistering 0xbfffeb74, number of objects = 1

Maybe this rings a bell.

After this I restarted the printer, and after it eject the paper half dragged i  lp | pr a text file which was printed fine.
Then I printed other 2 pdf pages which were printed just fine, and then I've tried to print a page from my most wanted document and again frozen.

    konquerorYAUQEa.ps       alina       8304k        processing since
Wed Aug 11 17:32:27 2004

this is the cups status for that last freeze page.

It can't be the pdf to blaim because knoppix printed it fine.

I really don't know what this is!!!


Forever newbie !!!

Offline

#16 2004-08-11 18:18:49

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

Re: arch is going down from my computer

Hmmm. I'm not cups expert. But these errors are strange. One thing that comes to my mind now is the temporary directories. Are you using /tmp and tmpfs ? How big is it (normally it's max half of the RAM size) ? Maybe cups and/or other applications you are using just run out of space (printing pdf can take a lot of space sometimes)? Please review cups and other application configs and observe df or di output while printing. Try to manually set these directories maybe. It's just an idea...

Offline

#17 2004-08-12 05:12:45

onami
Member
From: Romania
Registered: 2004-05-05
Posts: 197

Re: arch is going down from my computer

from fstab:

tmpfs                  /tmp          tmpfs     defaults            0      0

you're good

how can I change this ?


Forever newbie !!!

Offline

#18 2004-08-12 06:17:45

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: arch is going down from my computer

do a # in front of it ;-)
that should do all you need
and then your hangs will be gone

Offline

#19 2004-08-12 07:49:19

onami
Member
From: Romania
Registered: 2004-05-05
Posts: 197

Re: arch is going down from my computer

Just comment the fstab line ?
aren't there any files in the /tmp dir thar are permanently needed ?
I guess not then !!!
this is not the first time tmpfs gives me troubles


Forever newbie !!!

Offline

#20 2004-08-12 07:54:50

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: arch is going down from my computer

like the name says tmp are temporary files and not permanent ones ;-)
the directory is cleaned during boot or you use tmpfs and it's automatically cleaned by turn off the pc

Offline

#21 2004-08-12 08:02:39

onami
Member
From: Romania
Registered: 2004-05-05
Posts: 197

Re: arch is going down from my computer

still not working.  same thing. it freezes


Forever newbie !!!

Offline

#22 2004-08-12 08:04:44

onami
Member
From: Romania
Registered: 2004-05-05
Posts: 197

Re: arch is going down from my computer

and I did reboot after commenting


Forever newbie !!!

Offline

#23 2004-08-12 08:11:33

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: arch is going down from my computer

now it's difficult to guess what went wrong ...
you run a memtest?
get it from http://www.memtest.org
bios settings?
try to play with usb settings
perhaps you enabled usb 2.0
or usb legacy and there is a bug in the kernel had this on my laptop
can you connect the printer by parallel or take an other usb cable/port? try this
acpi settings?
try acpi=off on grub prompt

last but not least check your power supply has it enough W
i never heard of printer freezes with power supply but nothing is impossible

sorry more is not coming to my mind right now

Offline

#24 2004-08-12 14:55:38

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

Re: arch is going down from my computer

One more thing: post the your whole fstab and the output of df command (or di if you have it installed). Try to run df and observe top (you can run top -i to have only active prosesses) while you are printing. This may also say something about what program is really causing a freeze. And you can still have /tmp linked for example to /var/tmp if you need it. If it works with other distors on the same machine then it should be only a config problem. Is the printing freeze happening only with pdfs? Is it working ok with pure text files? I assume all your packages are updated, right?. Maybe some package needs to be recompiled against newest glibc?

Offline

#25 2004-08-14 08:01:46

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: arch is going down from my computer

perhaps you are affected by this kernel bug which is fixed in 2.6.8
from the new kernel changelog 2.6.8:
<stern@rowland.harvard.edu>
[PATCH] USB: 2.6-BK usb (printing) broken

On Sat, 29 May 2004, Jens Axboe wrote:

> > > Both 2.6.7-rc1 and BK current spit out a bunch of:
> > >
> > > drivers/usb/class/usblp.c: usblp1: nonzero read/write bulk status received: -2
> > > drivers/usb/class/usblp.c: usblp1: error -2 reading from printer
> > > drivers/usb/class/usblp.c: usblp1: error -115 reading from printer
> > > drivers/usb/class/usblp.c: usblp1: error -115 reading from printer
> > > ...
> > >
> > > (about ~80 of that last line) but work for me.

> Sorry wasn't quite clear - the above messages are with 2.6.7-rc1 and
> current bk with your patch backed out. Current bk with the patch reports
> only the timeouts I originally listed.
   
    Okay, I feel better.
   
    It looks like those errors you see are caused by a bug in the usblp
driver.  The patch below ought to help.

Offline

Board footer

Powered by FluxBB