免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2730 | 回复: 1
打印 上一主题 下一主题

cups网络打印时无响应? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-05-11 09:59 |只看该作者 |倒序浏览
在centos5.4上安装惠普1020打印机,本地打印测试页没有问题
配置CUPS服务后,在xp上通过http://10.10.1.1:631能够管理
该打印机并且点击WEB页面上的打印测试页可以打印。
在xp上添加网络打印机http://10.10.1.1:631/printers/hp1020
添加完后,在xp上执行打印时centos上的打印机无任何反应。以下
是CUPS服务的配置文件


MaxLogSize 2000000000
LogLevel debug
SystemGroup sys root
# Allow remote access
Port 631
Listen /var/run/cups/cups.sock
# Enable printer sharing and shared printers.
Browsing On
BrowseOrder allow,deny
# (Change '@LOCAL' to 'ALL' if using directed broadcasts from another subnet.)
BrowseAllow @LOCAL
BrowseAddress @LOCAL
DefaultAuthType Basic
<Location />
  # Allow shared printing and remote administration...
  Order allow,deny
  Allow all
</Location>
<Location /admin>
  Encryption Required
  # Allow remote administration...
  Order allow,deny
  Allow all
</Location>
<Location /admin/conf>
  AuthType Default
  Require user @SYSTEM
  # Allow remote access to the configuration files...
  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>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <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>
  <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>
  <Limit CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit All>
    Order deny,allow
  </Limit>
</Policy>

论坛徽章:
0
2 [报告]
发表于 2010-05-11 10:03 |只看该作者
以下是日志文件中的报错
D [11/May/2010:09:57:02 +0800] cupsdAcceptClient: skipping getpeercon()
D [11/May/2010:09:57:02 +0800] cupsdAcceptClient: 24 from 10.10.1.95:631 (IPv4)
D [11/May/2010:09:57:02 +0800] cupsdReadClient: 24 POST /printers/hp1020 HTTP/1.1
D [11/May/2010:09:57:02 +0800] cupsdAuthorize: No authentication data provided.
D [11/May/2010:09:57:02 +0800] Get-Printer-Attributes http://10.10.1.9:631/printers/hp1020
D [11/May/2010:09:57:02 +0800] cupsdProcessIPPRequest: 24 status_code=0 (successful-ok)
D [11/May/2010:09:57:02 +0800] cupsdReadClient: 24 POST /printers/hp1020 HTTP/1.1
D [11/May/2010:09:57:02 +0800] cupsdAuthorize: No authentication data provided.
D [11/May/2010:09:57:02 +0800] Print-Job http://10.10.1.1:631/printers/hp1020
D [11/May/2010:09:57:02 +0800] print_job: auto-typing file...
D [11/May/2010:09:57:02 +0800] Print-Job client-error-document-format-not-supported: 涓嶈?鏀?寔鐨勬牸寮?'application/octet-stream'锛?D [11/May/2010:09:57:02 +0800] cupsdProcessIPPRequest: 24 status_code=40a (client-error-document-format-not-supported)
D [11/May/2010:09:57:20 +0800] cupsdReadClient: 23 GET /admin/log/error_log HTTP/1.1
D [11/May/2010:09:57:20 +0800] cupsdAuthorize: No authentication data provided.
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP