ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Mike Shuvalov <shuvalov.mv@gmail.com>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: [Comm] падает CUPS
Date: Sun, 1 Feb 2009 01:28:16 +0300
Message-ID: <200902010128.21309.shuvalov.mv@gmail.com> (raw)

[-- 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 --]

                 reply	other threads:[~2009-01-31 22:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200902010128.21309.shuvalov.mv@gmail.com \
    --to=shuvalov.mv@gmail.com \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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