URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID1
Нить номер: 89015
[ Назад ]

Исходное сообщение
"FreeBSD CUPS не находит принтер"

Отправлено Dark Smoke , 28-Май-10 17:53 
Добрый день.
подскажите пожауйста.
Поставил CUPS 1.4.3.

cat /usr/local/etc/cups/cupsd.conf

# "$Id: cupsd.conf.in 8805 2009-08-31 16:34:06Z 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...
#--LogLevel warn
LogLevel debug

# Administrator user group...
SystemGroup wheel


# Only listen for connections from the local machine.
#--Listen localhost:631
#--Listen /var/run/cups.sock
Listen 127.0.0.1:631
Listen 192.168.1.1:631


# Show shared printers on the local network.
Browsing On
BrowseOrder allow,deny
#--BrowseAllow all
BrowseAllow 192.168.1.*
BrowseAddress 192.168.1.*
BrowseLocalProtocols CUPS

# Default authentication type, when authentication is required...
DefaultAuthType Basic
DefaultEncryption Never # comment this line to allow encryption

# Restrict access to the server...
<Location />
  Order allow,deny
  Allow 192.168.1.* # change to local LAN settings
</Location>

# Restrict access to the admin pages...
<Location /admin>
  Order allow,deny
  Allow 192.168.1.* # change to local LAN settings
</Location>

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

# Set the default printer/job policies...
<Policy default>
  # Job-related operations must be done by the owner or an administrator...
  <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 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 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-related operations must be done by the owner or an administrator...
  <Limit Create-Job Print-Job Print-URI>
    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 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 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>

загожу http://192.168.1.1:631
Жму найти новый принтер. Не находит. Жму добавить принтер думает, ищет и все.

dmesg

ppbus0: <Hewlett-Packard HP LaserJet 1100.1.1> PRINTER MLC,PCL,PJL
ppi0: <Parallel I/O> on ppbus0



Содержание

Сообщения в этом обсуждении
"FreeBSD CUPS не находит принтер"
Отправлено Dark Smoke , 29-Май-10 13:28 
Люди помогите.. Хоть в какую сторону смотреть надо?

"FreeBSD CUPS не находит принтер"
Отправлено XaMM , 02-Июн-10 18:22 
>Люди помогите.. Хоть в какую сторону смотреть надо?

ХЗ
Попробуй http://127.0.0.1:631 Разрешит?


"FreeBSD CUPS не находит принтер"
Отправлено Dark Smoke , 12-Июл-10 12:22 
Делаю
/etc/rc.d/devfs restart
/etc/rc.d/devfs: WARNING: devfs_set_ruleset: you must specify a ruleset number
/etc/rc.d/devfs: WARNING: devfs_apply_ruleset: you must specify a ruleset


cat /etc/devfs.conf
# Examples:

# Historically X depended on this, but version 4.3.0 doesn't seem to anymore
#link ttyv0 vga

# Commonly used by many ports
#link acd0 cdrom

# Allow a user in the wheel group to query the smb0 device
#perm smb0 0660

# Allow members of group operator to cat things to the speaker
#own speaker root:operator
#perm speaker 0660

[system=10]
add path 'unlpt*' mode 0660 group cups
add path 'ulpt*' mode 0660 group cups
add path 'lpt*' mode 0660 group cups


"FreeBSD CUPS не находит принтер"
Отправлено Dark Smoke , 12-Июл-10 15:26 
cat /var/log/cups/error_log

2/Jul/2010:14:14:19 +0300] CUPS-Get-Printers client-error-not-found: п²п╣я┌ пЄп╬п╠п╟п╡п╩п╣пҐпҐя▀я┘ пҐп╟пЇ                    пҐп╟я┤п╣пҐп╦п╧.
D [12/Jul/2010:14:14:19 +0300] Returning IPP client-error-not-found for CUPS-Get-Printers (no URI) from local                    host
D [12/Jul/2010:14:14:19 +0300] cupsdSetBusyState: Not busy
D [12/Jul/2010:14:14:19 +0300] cupsdReadClient: 11 POST / HTTP/1.1
D [12/Jul/2010:14:14:19 +0300] cupsdSetBusyState: Active clients
D [12/Jul/2010:14:14:19 +0300] cupsdAuthorize: No authentication data provided.
D [12/Jul/2010:14:14:19 +0300] cupsdReadClient: 11 1.1 CUPS-Get-Classes 1
D [12/Jul/2010:14:14:19 +0300] CUPS-Get-Classes
D [12/Jul/2010:14:14:19 +0300] CUPS-Get-Classes client-error-not-found: п²п╣я┌ пЄп╬п╠п╟п╡п╩п╣пҐпҐя▀я┘ пҐп╟пЇп                    Ґп╟я┤п╣пҐп╦п╧.
D [12/Jul/2010:14:14:19 +0300] Returning IPP client-error-not-found for CUPS-Get-Classes (no URI) from localh                    ost
D [12/Jul/2010:14:14:19 +0300] cupsdSetBusyState: Not busy
D [12/Jul/2010:14:14:19 +0300] cupsdReadClient: 11 WAITING Closing on EOF
D [12/Jul/2010:14:14:19 +0300] cupsdCloseClient: 11
D [12/Jul/2010:14:14:19 +0300] cupsdAcceptClient: 11 from localhost:631 (IPv4)
D [12/Jul/2010:14:14:19 +0300] cupsdReadClient: 11 POST / HTTP/1.1
D [12/Jul/2010:14:14:19 +0300] cupsdSetBusyState: Active clients
D [12/Jul/2010:14:14:19 +0300] cupsdAuthorize: No authentication data provided.
D [12/Jul/2010:14:14:19 +0300] cupsdReadClient: 11 1.1 CUPS-Get-Printers 1
D [12/Jul/2010:14:14:19 +0300] CUPS-Get-Printers
D [12/Jul/2010:14:14:19 +0300] CUPS-Get-Printers client-error-not-found: п²п╣я┌ пЄп╬п╠п╟п╡п╩п╣пҐпҐя▀я┘ пҐп╟пЇ                    пҐп╟я┤п╣пҐп╦п╧.
D [12/Jul/2010:14:14:19 +0300] Returning IPP client-error-not-found for CUPS-Get-Printers (no URI) from local                    host
D [12/Jul/2010:14:14:19 +0300] cupsdSetBusyState: Not busy
D [12/Jul/2010:14:14:19 +0300] cupsdReadClient: 11 POST / HTTP/1.1
D [12/Jul/2010:14:14:19 +0300] cupsdSetBusyState: Active clients
D [12/Jul/2010:14:14:19 +0300] cupsdAuthorize: No authentication data provided.
D [12/Jul/2010:14:14:19 +0300] cupsdReadClient: 11 1.1 CUPS-Get-Classes 1
D [12/Jul/2010:14:14:19 +0300] CUPS-Get-Classes
D [12/Jul/2010:14:14:19 +0300] CUPS-Get-Classes client-error-not-found: п²п╣я┌ пЄп╬п╠п╟п╡п╩п╣пҐпҐя▀я┘ пҐп╟пЇп                    Ґп╟я┤п╣пҐп╦п╧.
D [12/Jul/2010:14:14:19 +0300] Returning IPP client-error-not-found for CUPS-Get-Classes (no URI) from localh                    ost
D [12/Jul/2010:14:14:19 +0300] cupsdSetBusyState: Not busy
D [12/Jul/2010:14:14:19 +0300] cupsdReadClient: 11 WAITING Closing on EOF
D [12/Jul/2010:14:14:19 +0300] cupsdCloseClient: 11