You are not logged in.
Pages: 1
Still working on cups. I can install a printer and everything is fine, but I cannot print. when I tail /var/log/messages.log I get the following
an 8 18:28:19 gconfd (root-25343): Resolved address "xml:readonly:/etc/gconf/g conf.xml.defaults" to a read-only configuration source at position 2
Jan 8 19:09:49 gconfd (root-25343): GConf server is not in use, shutting down.
Jan 8 19:09:49 gconfd (root-25343): Exiting
Jan 8 20:42:16 gconfd (root-30234): starting (version 2.20.1), pid 30234 user ' root'
Jan 8 20:42:16 gconfd (root-30234): Resolved address "xml:readonly:/etc/gconf/g conf.xml.mandatory" to a read-only configuration source at position 0
Jan 8 20:42:16 gconfd (root-30234): Resolved address "xml:readwrite:/root/.gcon f" to a writable configuration source at position 1
Jan 8 20:42:16 gconfd (root-30234): Resolved address "xml:readonly:/etc/gconf/g conf.xml.defaults" to a read-only configuration source at position 2
Jan 8 21:37:16 gconfd (root-30234): GConf server is not in use, shutting down.
Jan 8 21:37:16 gconfd (root-30234): Exiting
Jan 8 21:37:21 cmehil mtrr: type mismatch for d0000000,4000000 old: write-prote ct new: write-combining
looked up gconfd and found that it is something I dont understand even reading the gconf man. I know that root/gconf is empty, etc/gconf.xml mandatory is empty, etc/gconf/2 is a file like resolv and I dont know if I should modify it or what info to put in it. Can anyone explain it just a bit?
Offline
CUPS manages printing, not gconf. See /var/log/cups/ for logs.
1000
Offline
Checked /var/log/cups/access_log
localhost - - [08/Jan/2008:21:29:43 -0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [08/Jan/2008:21:30:13 -0800] "POST / HTTP/1.1" 200 104 Get-Subscriptions client-error-not-found
localhost - - [08/Jan/2008:21:29:43 -0800] "GET /admin HTTP/1.1" 200 6025 - -
localhost - - [08/Jan/2008:21:30:23 -0800] "GET /images/button-view-error-log.gif HTTP/1.1" 200 473 - -
localhost - - [08/Jan/2008:21:30:23 -0800] "GET /images/button-find-new-printers.gif HTTP/1.1" 200 509 - -
localhost - - [08/Jan/2008:21:30:33 -0800] "GET /images/button-edit-configuration-file.gif HTTP/1.1" 200 562 - -
localhost - - [08/Jan/2008:21:30:43 -0800] "GET /images/button-view-access-log.gif HTTP/1.1" 200 534 - -
localhost - - [08/Jan/2008:21:30:43 -0800] "GET /images/button-view-page-log.gif HTTP/1.1" 200 496 - -
localhost - - [08/Jan/2008:21:30:43 -0800] "GET /images/button-add-rss-subscription.gif HTTP/1.1" 200 624 - -
localhost - - [08/Jan/2008:21:30:43 -0800] "GET /images/button-change-settings.gif HTTP/1.1" 200 521 - -
localhost - - [08/Jan/2008:21:31:03 -0800] "GET /admin/log/error_log HTTP/1.1" 200 1048627 - -
localhost - - [08/Jan/2008:21:34:16 -0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [08/Jan/2008:21:34:46 -0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - - [08/Jan/2008:21:34:16 -0800] "GET /jobs/ HTTP/1.1" 200 3876 - -
localhost - - [08/Jan/2008:21:34:56 -0800] "GET /images/button-show-completed.gif HTTP/1.1" 304 0 - -
localhost - - [08/Jan/2008:21:34:56 -0800] "GET /images/button-show-all.gif HTTP/1.1" 304 0 - -
localhost - - [08/Jan/2008:21:35:06 -0800] "GET /images/button-search.gif HTTP/1.1" 304 0 - -
localhost - - [08/Jan/2008:21:35:16 -0800] "GET /images/button-clear.gif HTTP/1.1" 304 0 - -
localhost - - [08/Jan/2008:21:37:03 -0800] "POST / HTTP/1.1" 200 416 CUPS-Get-Printers successful-ok
localhost - - [08/Jan/2008:21:37:03 -0800] "POST / HTTP/1.1" 200 416 CUPS-Get-Classes successful-ok
localhost - - [08/Jan/2008:21:37:03 -0800] "POST / HTTP/1.1" 200 75 CUPS-Get-Default client-error-not-found
localhost - - [08/Jan/2008:21:37:14 -0800] "POST / HTTP/1.1" 200 416 CUPS-Get-Printers successful-ok
localhost - - [08/Jan/2008:21:37:14 -0800] "POST / HTTP/1.1" 200 416 CUPS-Get-Classes successful-ok
localhost - - [08/Jan/2008:21:37:14 -0800] "POST / HTTP/1.1" 200 75 CUPS-Get-Default client-error-not-found
it looks like Default client is an error. Then I checked /var/log/cups/err0r_log and got the following
D [08/Jan/2008:21:37:14 -0800] cupsdReadClient: 8 POST / HTTP/1.1
d [08/Jan/2008:21:37:14 -0800] cupsdFindBest: uri = "/"...
d [08/Jan/2008:21:37:14 -0800] cupsdFindBest: Location CUPS_INTERNAL_BROWSE_ACL Limit 0
d [08/Jan/2008:21:37:14 -0800] cupsdFindBest: Location /admin/conf Limit 7f
d [08/Jan/2008:21:37:14 -0800] cupsdFindBest: Location /admin Limit 7f
d [08/Jan/2008:21:37:14 -0800] cupsdFindBest: Location / Limit 7f
d [08/Jan/2008:21:37:14 -0800] cupsdFindBest: best = /
d [08/Jan/2008:21:37:14 -0800] cupsdAuthorize: con->uri="/", con->best=0x80aade0(/)
d [08/Jan/2008:21:37:14 -0800] cupsdAuthorize: Authorization=""
D [08/Jan/2008:21:37:14 -0800] cupsdAuthorize: No authentication data provided.
d [08/Jan/2008:21:37:14 -0800] cupsdIsAuthorized: con->uri="/", con->best=0x80aade0(/)
d [08/Jan/2008:21:37:14 -0800] cupsdIsAuthorized: level=AUTH_ANON, type=None, satisfy=AUTH_SATISFY_ALL, num_names=0
d [08/Jan/2008:21:37:14 -0800] cupsdIsAuthorized: auth=AUTH_ALLOW...
d [08/Jan/2008:21:37:14 -0800] POST /
d [08/Jan/2008:21:37:14 -0800] CONTENT_TYPE = application/ipp
d [08/Jan/2008:21:37:14 -0800] cupsdReadClient: 8 con->data_encoding=HTTP_ENCODE_LENGTH, con->data_remaining=75, con->file=-1
d [08/Jan/2008:21:37:14 -0800] cupsdProcessIPPRequest(0x80c6cf0[8]): operation_id = 4001
D [08/Jan/2008:21:37:14 -0800] CUPS-Get-Default
d [08/Jan/2008:21:37:14 -0800] get_default(0x80c6cf0[8])
d [08/Jan/2008:21:37:14 -0800] cupsdFindPolicyOp(p=0x80af438, op=4001(CUPS-Get-Default))
d [08/Jan/2008:21:37:14 -0800] cupsdFindPolicyOp: Found wildcard match...
d [08/Jan/2008:21:37:14 -0800] cupsdIsAuthorized: con->uri="/", con->best=0x80b0650((null))
d [08/Jan/2008:21:37:14 -0800] cupsdIsAuthorized: level=AUTH_ANON, type=None, satisfy=AUTH_SATISFY_ALL, num_names=0
d [08/Jan/2008:21:37:14 -0800] cupsdIsAuthorized: op=0(unknown-0000)
d [08/Jan/2008:21:37:14 -0800] cupsdIsAuthorized: auth=AUTH_ALLOW...
D [08/Jan/2008:21:37:14 -0800] CUPS-Get-Default client-error-not-found: No default printer
It looks like there is no default client again. When I use manage printing through localhost 631 I can go through all the steps and the printer is found and sets up fine. If I try KDE print configure everything is blank and nothing will work. No buttons work.
Offline
Pages: 1