CUPS TRAVANDO

1. CUPS TRAVANDO

FERNANDO MENESES
fafm

(usa CentOS)

Enviado em 29/06/2017 - 12:30h

Bom dia!
Uso linux , e estou com problema no meu cups, tenho três impressoras cadastradas no cups 631.
Imprimi normal uma strês impressões depois o cups para e só retorna quando restart.
Meu cups.conf esta assim.

#
# 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...
LogLevel warn
PageLogFormat

# Deactivate CUPS' internal logrotating, as we provide a better one, especially
# LogLevel debug2 gets usable now
MaxLogSize 0

# Only listen for connections from the local machine.
Port 631
Listen 0.0.0.0:631
Listen /var/run/cups/cups.sock

# Show shared printers on the local network.
Browsing Off
BrowseLocalProtocols dnssd

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


# Web interface setting...
WebInterface Yes

# Restrict access to the server...
<Location />
Order allow,deny
Allow From All
</Location>
Location /printers>
Order Deny, Allow
Deny From None
Allow From All
</Location>
# Restrict access to the admin pages...
<Location /admin>
Order allow,deny
Allow From ALL
</Location>
# Restrict access to configuration files...
<Location /admin/conf>
AuthType Default
Require user @SYSTEM
Order allow,deny
Allow From ALL
</Location>

# Restrict access to log files...
<Location /admin/log>
AuthType Default
Require user @SYSTEM
Order allow,deny
</Location>

# Set the default printer/job policies...
<Policy default>
# Job/subscription privacy...
JobPrivateAccess default
JobPrivateValues default
SubscriptionPrivateAccess default
SubscriptionPrivateValues default

# Job-related operations must be done by the owner or an administrator...
<Limit Create-Job Print-Job Print-URI Validate-Job>
Order deny,allow
</Limit>

<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 Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>

# All administration operations require an administrator to authenticate...
<Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default CUPS-Get-Devices>
AuthType Default
Require user @SYSTEM
Order deny,allow
</Limit>

# All printer operations require a printer operator to authenticate...
<Limit Pause-Printer Resume-Printer 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 Cancel-Jobs CUPS-Accept-Jobs CUPS-Reject-Jobs>
AuthType Default
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>

# Set the authenticated printer/job policies...
<Policy authenticated>
# Job/subscription privacy...
JobPrivateAccess default
JobPrivateValues default
SubscriptionPrivateAccess default
SubscriptionPrivateValues default

# Job-related operations must be done by the owner or an administrator...
<Limit Create-Job Print-Job Print-URI Validate-Job>
AuthType Default
Order deny,allow
</Limit>

<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 Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
AuthType Default
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>

# All administration operations require an administrator to authenticate...
<Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
AuthType Default
Require user @SYSTEM
Order deny,allow
</Limit>

# All printer operations require a printer operator to authenticate...
<Limit Pause-Printer Resume-Printer 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 Cancel-Jobs CUPS-Accept-Jobs CUPS-Reject-Jobs>
AuthType Default
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>
AuthType Default
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
<Limit All>
Order deny,allow
</Limit>
</Policy>



Segue o log
esta dando erro na linha 37 38 39 40
W [29/Jun/2017:06:25:02 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:06:25:02 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:06:25:02 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:06:25:02 -0300] Unknown directive Allow on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:06:25:02 -0300] Unknown directive Allow on line 40 of /etc/cups/cupsd.conf.
E [29/Jun/2017:06:25:02 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
W [29/Jun/2017:09:18:33 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:09:18:33 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:09:18:33 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:09:18:33 -0300] Unknown directive Allow on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:09:18:33 -0300] Unknown directive Allow on line 40 of /etc/cups/cupsd.conf.
E [29/Jun/2017:09:18:33 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
W [29/Jun/2017:09:30:53 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:09:30:53 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:09:30:53 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:09:30:53 -0300] Unknown directive Allow on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:09:30:53 -0300] Unknown directive Allow on line 40 of /etc/cups/cupsd.conf.
E [29/Jun/2017:09:30:53 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
W [29/Jun/2017:09:41:18 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:09:41:18 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:09:41:18 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:09:41:18 -0300] Unknown directive Allow on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:09:41:18 -0300] Unknown directive Allow on line 40 of /etc/cups/cupsd.conf.
E [29/Jun/2017:09:41:18 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
W [29/Jun/2017:09:54:02 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:09:54:02 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:09:54:02 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:09:54:02 -0300] Unknown directive Allow on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:09:54:02 -0300] Unknown directive Allow on line 40 of /etc/cups/cupsd.conf.
E [29/Jun/2017:09:54:02 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
W [29/Jun/2017:10:05:43 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:10:05:43 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:10:05:43 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:10:05:43 -0300] Unknown directive Allow on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:10:05:43 -0300] Unknown directive Allow on line 40 of /etc/cups/cupsd.conf.
E [29/Jun/2017:10:05:43 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
W [29/Jun/2017:10:19:11 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:10:19:11 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:10:19:11 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:10:19:11 -0300] Unknown directive Allow on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:10:19:11 -0300] Unknown directive Allow on line 40 of /etc/cups/cupsd.conf.
E [29/Jun/2017:10:19:11 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
W [29/Jun/2017:10:33:26 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:10:33:26 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:10:33:26 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:10:33:26 -0300] Unknown directive Allow on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:10:33:26 -0300] Unknown directive Allow on line 40 of /etc/cups/cupsd.conf.
E [29/Jun/2017:10:33:26 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
W [29/Jun/2017:10:44:33 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:10:44:33 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:10:44:33 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:10:44:33 -0300] Unknown directive Allow on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:10:44:33 -0300] Unknown directive Allow on line 40 of /etc/cups/cupsd.conf.
E [29/Jun/2017:10:44:33 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
W [29/Jun/2017:10:52:33 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:10:52:33 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:10:52:33 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:10:52:33 -0300] Unknown directive Allow on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:10:52:33 -0300] Unknown directive Allow on line 40 of /etc/cups/cupsd.conf.
E [29/Jun/2017:10:52:33 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
W [29/Jun/2017:11:09:08 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:11:09:08 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:11:09:08 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:11:09:08 -0300] Unknown directive Allow on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:11:09:08 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
W [29/Jun/2017:11:24:56 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:11:24:56 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:11:24:56 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:11:24:56 -0300] Unknown directive Allow on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:11:24:56 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
E [29/Jun/2017:11:25:27 -0300] [Client 12] Empty Basic password.
E [29/Jun/2017:11:25:31 -0300] [Client 17] pam_authenticate() returned 7 (Authentication failure)
W [29/Jun/2017:11:33:34 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:11:33:34 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:11:33:34 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:11:33:34 -0300] Unknown directive Allow on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:11:33:34 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
W [29/Jun/2017:11:42:25 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:11:42:25 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:11:42:25 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:11:42:25 -0300] Unknown directive Allow on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:11:42:25 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
W [29/Jun/2017:11:51:56 -0300] Notifier for subscription 438 (dbus://) went away, retrying!
W [29/Jun/2017:11:51:56 -0300] Notifier for subscription 440 (dbus://) went away, retrying!
W [29/Jun/2017:11:51:56 -0300] Notifier for subscription 442 (dbus://) went away, retrying!
W [29/Jun/2017:11:51:56 -0300] Notifier for subscription 444 (dbus://) went away, retrying!
W [29/Jun/2017:11:51:56 -0300] Notifier for subscription 446 (dbus://) went away, retrying!
W [29/Jun/2017:11:51:56 -0300] Notifier for subscription 448 (dbus://) went away, retrying!
W [29/Jun/2017:11:51:56 -0300] Notifier for subscription 450 (dbus://) went away, retrying!
W [29/Jun/2017:11:51:56 -0300] Notifier for subscription 452 (dbus://) went away, retrying!
W [29/Jun/2017:11:51:56 -0300] Notifier for subscription 454 (dbus://) went away, retrying!
W [29/Jun/2017:11:51:56 -0300] Notifier for subscription 456 (dbus://) went away, retrying!
W [29/Jun/2017:11:51:56 -0300] Notifier for subscription 458 (dbus://) went away, retrying!
W [29/Jun/2017:11:51:56 -0300] Notifier for subscription 460 (dbus://) went away, retrying!
W [29/Jun/2017:11:51:56 -0300] Duplicate listen address "0.0.0.0" ignored.
W [29/Jun/2017:11:55:22 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:11:55:22 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:11:55:22 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:11:55:22 -0300] Unknown directive Deny on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:11:55:22 -0300] Unknown directive Allow on line 40 of /etc/cups/cupsd.conf.
E [29/Jun/2017:11:55:22 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
E [29/Jun/2017:11:57:28 -0300] [cups-deviced] PID 11368 (gutenprint52+usb) stopped with status 1!
E [29/Jun/2017:12:01:08 -0300] [cups-deviced] PID 13600 (gutenprint52+usb) stopped with status 1!
E [29/Jun/2017:12:01:33 -0300] [CGI] Unable to get PPD file /printers/p4.ppd: 404 - Not Found
E [29/Jun/2017:12:01:39 -0300] [CGI] Unable to get PPD file /printers/p4.ppd: 404 - Not Found
E [29/Jun/2017:12:02:14 -0300] [cups-deviced] PID 13718 (gutenprint52+usb) stopped with status 1!
E [29/Jun/2017:12:02:31 -0300] [CGI] Unable to get PPD file /printers/p5.ppd: 404 - Not Found
E [29/Jun/2017:12:02:39 -0300] [CGI] Unable to get PPD file /printers/p5.ppd: 404 - Not Found
W [29/Jun/2017:12:05:49 -0300] Notifier for subscription 424 (dbus://) went away, retrying!
W [29/Jun/2017:12:05:49 -0300] Notifier for subscription 426 (dbus://) went away, retrying!
W [29/Jun/2017:12:05:49 -0300] Notifier for subscription 428 (dbus://) went away, retrying!
W [29/Jun/2017:12:05:49 -0300] Notifier for subscription 432 (dbus://) went away, retrying!
W [29/Jun/2017:12:05:49 -0300] Notifier for subscription 434 (dbus://) went away, retrying!
W [29/Jun/2017:12:05:49 -0300] Notifier for subscription 436 (dbus://) went away, retrying!
W [29/Jun/2017:12:05:49 -0300] Notifier for subscription 438 (dbus://) went away, retrying!
W [29/Jun/2017:12:05:49 -0300] Notifier for subscription 440 (dbus://) went away, retrying!
W [29/Jun/2017:12:05:49 -0300] Notifier for subscription 442 (dbus://) went away, retrying!
W [29/Jun/2017:12:05:49 -0300] Notifier for subscription 444 (dbus://) went away, retrying!
W [29/Jun/2017:12:05:49 -0300] Notifier for subscription 446 (dbus://) went away, retrying!
W [29/Jun/2017:12:05:49 -0300] Notifier for subscription 448 (dbus://) went away, retrying!
W [29/Jun/2017:12:05:49 -0300] Notifier for subscription 450 (dbus://) went away, retrying!
W [29/Jun/2017:12:05:49 -0300] Notifier for subscription 452 (dbus://) went away, retrying!
W [29/Jun/2017:12:05:49 -0300] Notifier for subscription 454 (dbus://) went away, retrying!
W [29/Jun/2017:12:05:49 -0300] Notifier for subscription 456 (dbus://) went away, retrying!
W [29/Jun/2017:12:05:49 -0300] Notifier for subscription 458 (dbus://) went away, retrying!
W [29/Jun/2017:12:05:49 -0300] Notifier for subscription 460 (dbus://) went away, retrying!
W [29/Jun/2017:12:05:49 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:12:05:49 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:12:05:49 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:12:05:49 -0300] Unknown directive Deny on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:12:05:49 -0300] Unknown directive Allow on line 40 of /etc/cups/cupsd.conf.
E [29/Jun/2017:12:05:49 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
E [29/Jun/2017:12:08:44 -0300] [cups-deviced] PID 17398 (gutenprint52+usb) stopped with status 1!
E [29/Jun/2017:12:09:00 -0300] [CGI] Unable to get PPD file /printers/p5.ppd: 404 - Not Found
E [29/Jun/2017:12:09:11 -0300] [CGI] Unable to get PPD file /printers/p5.ppd: 404 - Not Found
W [29/Jun/2017:12:25:37 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:12:25:37 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:12:25:37 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:12:25:37 -0300] Unknown directive Deny on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:12:25:37 -0300] Unknown directive Allow on line 40 of /etc/cups/cupsd.conf.
E [29/Jun/2017:12:25:37 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
W [29/Jun/2017:12:38:03 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:12:38:03 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:12:38:03 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:12:38:03 -0300] Unknown directive Deny on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:12:38:03 -0300] Unknown directive Allow on line 40 of /etc/cups/cupsd.conf.
E [29/Jun/2017:12:38:03 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
W [29/Jun/2017:12:49:46 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:12:49:46 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:12:49:46 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:12:49:46 -0300] Unknown directive Deny on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:12:49:46 -0300] Unknown directive Allow on line 40 of /etc/cups/cupsd.conf.
E [29/Jun/2017:12:49:46 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
W [29/Jun/2017:12:57:15 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:12:57:15 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:12:57:15 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:12:57:15 -0300] Unknown directive Deny on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:12:57:15 -0300] Unknown directive Allow on line 40 of /etc/cups/cupsd.conf.
E [29/Jun/2017:12:57:15 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
W [29/Jun/2017:13:05:38 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:13:05:38 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:05:38 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:05:38 -0300] Unknown directive Deny on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:05:38 -0300] Unknown directive Allow on line 40 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:05:38 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
W [29/Jun/2017:13:05:50 -0300] Notifier for subscription 424 (dbus://) went away, retrying!
W [29/Jun/2017:13:05:50 -0300] Notifier for subscription 426 (dbus://) went away, retrying!
W [29/Jun/2017:13:05:50 -0300] Notifier for subscription 428 (dbus://) went away, retrying!
W [29/Jun/2017:13:05:50 -0300] Notifier for subscription 432 (dbus://) went away, retrying!
W [29/Jun/2017:13:05:50 -0300] Notifier for subscription 434 (dbus://) went away, retrying!
W [29/Jun/2017:13:05:50 -0300] Notifier for subscription 436 (dbus://) went away, retrying!
W [29/Jun/2017:13:05:50 -0300] Notifier for subscription 438 (dbus://) went away, retrying!
W [29/Jun/2017:13:05:50 -0300] Notifier for subscription 442 (dbus://) went away, retrying!
W [29/Jun/2017:13:05:50 -0300] Notifier for subscription 444 (dbus://) went away, retrying!
W [29/Jun/2017:13:05:50 -0300] Notifier for subscription 446 (dbus://) went away, retrying!
W [29/Jun/2017:13:05:50 -0300] Notifier for subscription 448 (dbus://) went away, retrying!
W [29/Jun/2017:13:05:50 -0300] Notifier for subscription 450 (dbus://) went away, retrying!
W [29/Jun/2017:13:05:50 -0300] Notifier for subscription 452 (dbus://) went away, retrying!
W [29/Jun/2017:13:05:50 -0300] Notifier for subscription 456 (dbus://) went away, retrying!
W [29/Jun/2017:13:05:50 -0300] Notifier for subscription 458 (dbus://) went away, retrying!
W [29/Jun/2017:13:05:50 -0300] Notifier for subscription 460 (dbus://) went away, retrying!
W [29/Jun/2017:13:05:50 -0300] Notifier for subscription 468 (dbus://) went away, retrying!
W [29/Jun/2017:13:05:50 -0300] Notifier for subscription 470 (dbus://) went away, retrying!
W [29/Jun/2017:13:05:50 -0300] Notifier for subscription 472 (dbus://) went away, retrying!
W [29/Jun/2017:13:05:50 -0300] Notifier for subscription 474 (dbus://) went away, retrying!
W [29/Jun/2017:13:05:50 -0300] Notifier for subscription 476 (dbus://) went away, retrying!
W [29/Jun/2017:13:05:50 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:13:05:50 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:05:50 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:05:50 -0300] Unknown directive Deny on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:05:50 -0300] Unknown directive Allow on line 40 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:05:50 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
W [29/Jun/2017:13:19:10 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:13:19:10 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:19:10 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:19:10 -0300] Unknown directive Deny on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:19:10 -0300] Unknown directive Allow on line 40 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:19:10 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
W [29/Jun/2017:13:26:11 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:13:26:11 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:26:11 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:26:11 -0300] Unknown directive Deny on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:26:11 -0300] Unknown directive Allow on line 40 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:26:11 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
W [29/Jun/2017:13:32:57 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:13:32:57 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:32:57 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:32:57 -0300] Unknown directive Deny on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:32:57 -0300] Unknown directive Allow on line 40 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:32:57 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
W [29/Jun/2017:13:40:19 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:13:40:19 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:40:19 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:40:19 -0300] Unknown directive Deny on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:40:19 -0300] Unknown directive Allow on line 40 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:40:19 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 424 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 426 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 428 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 432 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 434 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 436 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 438 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 440 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 442 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 444 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 446 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 448 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 450 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 452 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 454 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 456 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 458 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 460 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 468 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 470 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 472 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 474 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 476 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 480 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 482 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 484 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Notifier for subscription 486 (dbus://) went away, retrying!
W [29/Jun/2017:13:40:45 -0300] Duplicate listen address "0.0.0.0" ignored.
E [29/Jun/2017:13:40:45 -0300] Unknown directive Location on line 37 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:40:45 -0300] Unknown directive Order on line 38 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:40:45 -0300] Unknown directive Deny on line 39 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:40:45 -0300] Unknown directive Allow on line 40 of /etc/cups/cupsd.conf.
E [29/Jun/2017:13:40:45 -0300] Missing value for </Location> on line 41 of /etc/cups/cupsd.conf.




  


2. Re: CUPS TRAVANDO

Perfil removido
removido

(usa Nenhuma)

Enviado em 29/06/2017 - 13:01h

Analise os logs.






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts