Код: Выделить всё
fs# uname -sr
FreeBSD 7.0-RELEASE
Код: Выделить всё
fs# pkg_info | grep cups-base
cups-base-1.3.5_2 Common UNIX Printing System
fs#
Код: Выделить всё
fs# cat cupsd.conf
LogLevel info
SystemGroup wheel
Listen localhost:631
Listen fs.licey.local:631
Listen /var/run/cups.sock
Browsing On
BrowseOrder allow,deny
BrowseAllow all
DefaultAuthType Basic
<Location />
Order allow,deny
Allow All
</Location>
<Location /admin>
Order allow,deny
Allow All
</Location>
<Location /admin/conf>
Order allow,deny
Allow All
</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>
Order deny,allow
Allow All
</Limit>
<Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
Order deny,allow
Allow All
</Limit>
<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>
Order deny,allow
Allow All
</Limit>
<Limit Cancel-Job CUPS-Authenticate-Job>
Order deny,allow
Allow All
</Limit>
<Limit All>
Order deny,allow
Allow All
</Limit>
</Policy>
Код: Выделить всё
"Не удается открыть файл устройства «/dev/ulpt0»: Permission denied"