ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] падает CUPS
@ 2009-01-31 22:28 Mike Shuvalov
  0 siblings, 0 replies; only message in thread
From: Mike Shuvalov @ 2009-01-31 22:28 UTC (permalink / raw)
  To: ALT Linux Community general discussions

[-- Attachment #1: Type: text/plain, Size: 3034 bytes --]

Всем привет!

На машине стоит Office Server 4.0. Запущен CUPS:

[root@mikes-srv ~]# service cups status
cupsd is running

Захожу удаленно https://mikes-srv:631 и получаю

Ошибка при загрузке https://mikes-srv:631:
Ошибка соединения с узлом mikes-srv (порт 631).

Смотрим состояние сервиса:

[root@mikes-srv ~]# service cups status
cupsd is stopped

В логе:

[root@mikes-srv cups]# tail /var/log/cups/error_log
I [01/Feb/2009:00:57:57 +0300] Allowing up to 100 client connections per host.
I [01/Feb/2009:00:57:57 +0300] Using policy "default" as the default!
I [01/Feb/2009:00:57:57 +0300] Full reload is required.
I [01/Feb/2009:00:57:57 +0300] Loaded MIME database from '/etc/cups': 34 types, 38 filters...
I [01/Feb/2009:00:57:57 +0300] Loading job cache file "/var/cache/cups/job.cache"...
I [01/Feb/2009:00:57:57 +0300] Full reload complete.
I [01/Feb/2009:00:57:58 +0300] Listening to 192.168.1.100:631 on fd 0...
I [01/Feb/2009:00:57:58 +0300] Listening to 127.0.0.1:631 on fd 2...
I [01/Feb/2009:00:57:58 +0300] Listening to /var/run/cups/cups.sock on fd 3...
E [01/Feb/2009:00:57:58 +0300] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported

Как я понимаю проблема с сертификатом? Что крутить?

Конфиг

[root@mikes-srv cups]# cat /etc/cups/cupsd.conf
LogLevel info
SystemGroup sys root
# Allow remote access
Listen 192.168.1.100:631
Listen localhost:631
Listen /var/run/cups/cups.sock
# Enable printer sharing and shared printers.
Browsing On
BrowseOrder allow,deny
BrowseAllow @LOCAL
BrowseAddress @LOCAL
DefaultAuthType Basic
<Location />
  # Allow shared printing...
  Order allow,deny
  Allow 192.168.1.0/24
  Allow @LOCAL
</Location>
<Location /admin>
  Encryption Required
  Order allow,deny
  Allow 192.168.1.0/24
  Allow localhost
</Location>
<Location /admin/conf>
  AuthType Basic
  Require user @SYSTEM
  Order allow,deny
  Allow 192.168.1.0/24
  Allow localhost
</Location>
<Policy default>
  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job 
Suspend-Current-Job Resume-Job CUPS-Move-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit Pause-Printer Resume-Printer Set-Printer-Attributes Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer 
Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Add-Printer CUPS-Delete-Printer CUPS-Add-Class CUPS-Delete-Class CUPS-Accept-Jobs CUPS-Reject-Jobs CUPS-Set-Default>
    AuthType Basic
    Require user @SYSTEM
    Order deny,allow
  </Limit>
  <Limit Cancel-Job CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit All>
    Order deny,allow
  </Limit>
</Policy>


-- 
С уважением,
Михаил Шувалов

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-31 22:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-31 22:28 [Comm] падает CUPS Mike Shuvalov

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git