On Mon, Apr 1, 2013 at 8:49 PM, Ed Greshko Ed.Greshko@greshko.com wrote:
On 04/02/13 11:03, Richard Vickery wrote:
On Mon, Apr 1, 2013 at 3:31 PM, Ed Greshko <Ed.Greshko@greshko.com<mailto:
Ed.Greshko@greshko.com>> wrote:
On 04/02/13 04:14, Richard Vickery wrote: > > > > Now the printer clicks on to print a document, then, within atenth, or a hundredth, of a second, clicks as if printing were completed without printing.
Go to.... http://localhost:631/printers/ Then click on the link for your printer. Then click on the pull down menu for "Maintenance" and choose "PrintTest Page".
Then check /var/log/cups/error_log -- From now on, at least during winter time, Im going to blame allspelling an grammar erros on the cat sitting on my chest every time I sit down at the computer....
--In going to ...printers/ I get an error page with the following:
Oops! Google Chrome could not connect to localhost:631
where it won't let me access the page; so then:
As root....
[root@meimei ~]# netstat -nap | grep cups
Also....
[root@meimei cups]# diff /etc/cups/cupsd.conf /etc/cups/cupsd.conf.default
And...
[root@meimei cups]# rpm -qa | grep ^cups
I had the printer unplugged on doing this; I took the computer into the other room.
# netstat -nap | grep cups udp 0 0 0.0.0.0:631 0.0.0.0:* 828/cupsd unix 2 [ ACC ] STREAM LISTENING 15237 1/systemd /var/run/cups/cups.sock unix 3 [ ] STREAM CONNECTED 24575 828/cupsd
unix 3 [ ] STREAM CONNECTED 19324 828/cupsd
unix 3 [ ] STREAM CONNECTED 18454 828/cupsd
# diff /etc/cups/cupsd.conf /etc/cups/cupsd.conf.default 1a2,10
# # "$Id: cupsd.conf.in 9407 2010-12-09 21:24:51Z mike $" # # Sample configuration file for the CUPS scheduler. See "man cupsd.conf"
for a
# complete description of this file. #
# Log general information in error_log - change "warn" to "debug" # for troubleshooting...
2a12,14
# Only listen for connections from the local machine. Listen localhost:631
4c16,17 < Listen /var/run/cups/cups.sock ---
# Show shared printers on the local network.
8a22,23
# Default authentication type, when authentication is required...
9a25,26
# Web interface setting...
10a28,29
# Restrict access to the server...
13a33,34
# Restrict access to the admin pages...
16a38,39
# Restrict access to configuration files...
21a45,46
# Set the default printer/job policies...
22a48
# Job/subscription privacy...
26a53,54
# Job-related operations must be done by the owner or an
administrator... 29a58
33a63,64
# All administration operations require an administrator to
authenticate... 38a70,71
# All printer operations require a printer operator to authenticate...
43a77,78
# Only the owner or an administrator can cancel or authenticate a job...
47a83
51a88,89
# Set the authenticated printer/job policies...
52a91
# Job/subscription privacy...
56a96,97
# Job-related operations must be done by the owner or an
administrator... 60a102
65a108,109
# All administration operations require an administrator to
authenticate... 70a115,116
# All printer operations require a printer operator to authenticate...
75a122,123
# Only the owner or an administrator can cancel or authenticate a job...
80a129
85,88c134,137 < JobPrivateAccess default < JobPrivateValues default < SubscriptionPrivateAccess default < SubscriptionPrivateValues default ---
# # End of "$Id: cupsd.conf.in 9407 2010-12-09 21:24:51Z mike $". #
# rpm -qa | grep ^cups cups-pk-helper-0.2.4-1.fc18.x86_64 cups-1.5.4-20.fc18.x86_64 cups-libs-1.5.4-20.fc18.x86_64