[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[plamo:28222] cups Epson PM-G4500



岩井と申します。

初めて cups を導入してみたのですが、ローカルで印刷できません。
アドバイスいただければ幸いです。

Plamo-4.01 に cups-1.2.11, pipslite-1.0.0 をインストールして Epson
PM-G4500 をusbでローカル接続しました。

Plamo 機から印刷Jobを流すと、http://localhost:631/の「ジョブ」ページで;
は完了したJobとして表示され、何のエラーも出ないのですが、プリンタは何
の動作もしない状態です。

この Plamo機にLAN接続した Windows機からは、正常にcups経由で印刷できます。

また、Plamo機から pipslite を起動すると、ステータスモニタでインクの残
料が表示できます。

----------------------------------------------------------------------
bash-3.00# cat /etc/cups/cupsd.conf
#LogLevel info
LogLevel debug
SystemGroup sys root
# Allow remote access
Port 631
Listen /var/run/cups/cups.sock
# Share local printers on the local network.
Browsing On
BrowseOrder allow,deny
BrowseAddress @LOCAL
DefaultAuthType Basic
<Location />
  # Allow shared printing...
  Order Deny,Allow
  Allow localhost
  Allow From 192.168.10.0/24
</Location>
<Location /admin>
  Encryption Required
  Order Deny,Allow
  Allow localhost
  Allow From 192.168.10.0/24
</Location>
<Location /admin/conf>
  AuthType Basic
  Require user @SYSTEM
  Order allow,deny
  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 CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit All>
    Order deny,allow
  </Limit>
</Policy>

----------------------------------------------------------------------

http://localhost:631/から、テストページの印刷を実行した後の;
/var/log/cups/error_log は次のようになります。

D [26/Jun/2007:10:35:28 +0900] [CGI] Output second part...
D [26/Jun/2007:10:35:28 +0900] [CGI] Starting at file position 190...
D [26/Jun/2007:10:35:28 +0900] [CGI] Returning at file position 197 on character
 '}'...
D [26/Jun/2007:10:35:28 +0900] [CGI] Finished "{PREVURL?", out=0x4031b380...
D [26/Jun/2007:10:35:28 +0900] [CGI] Starting "{ORDER=dec" at 246, result=1...
D [26/Jun/2007:10:35:28 +0900] [CGI] Output first part...
D [26/Jun/2007:10:35:28 +0900] [CGI] Starting at file position 246...
D [26/Jun/2007:10:35:28 +0900] [CGI] "{THISURL}" at 264...
D [26/Jun/2007:10:35:28 +0900] [CGI] Returning at file position 370 on character
 ':'...
D [26/Jun/2007:10:35:28 +0900] [CGI] Skip second part...
D [26/Jun/2007:10:35:28 +0900] [CGI] Starting at file position 370...
D [26/Jun/2007:10:35:28 +0900] [CGI] "{THISURL}" at 388...
D [26/Jun/2007:10:35:28 +0900] [CGI] Returning at file position 495 on character
 '}'...
D [26/Jun/2007:10:35:28 +0900] [CGI] Finished "{ORDER=dec", out=0x4031b380...
D [26/Jun/2007:10:35:28 +0900] [CGI] Starting "{NEXTURL?" at 541, result=1...
D [26/Jun/2007:10:35:28 +0900] [CGI] Output first part...
D [26/Jun/2007:10:35:28 +0900] [CGI] Starting at file position 541...
D [26/Jun/2007:10:35:28 +0900] [CGI] "{NEXTURL}" at 559...
D [26/Jun/2007:10:35:28 +0900] [CGI] Returning at file position 640 on character
 ':'...
D [26/Jun/2007:10:35:28 +0900] [CGI] Skip second part...
D [26/Jun/2007:10:35:28 +0900] [CGI] Starting at file position 640...
D [26/Jun/2007:10:35:28 +0900] cupsdCloseClient: 10
D [26/Jun/2007:10:35:28 +0900] [CGI] Returning at file position 647 on character
 '}'...
D [26/Jun/2007:10:35:28 +0900] [CGI] Finished "{NEXTURL?", out=0x4031b380...
D [26/Jun/2007:10:35:28 +0900] [CGI] Returning at file position 668 on EOF...
D [26/Jun/2007:10:35:28 +0900] [CGI] cgiCopyTemplateLang(tmpl="trailer.tmpl")
D [26/Jun/2007:10:35:28 +0900] [CGI] locale="ja"...
D [26/Jun/2007:10:35:28 +0900] [CGI] Template file is "/usr/share/cups/templates
/trailer.tmpl"...
D [26/Jun/2007:10:35:28 +0900] [CGI] Starting at file position 0...
D [26/Jun/2007:10:35:28 +0900] [CGI] Returning at file position 614 on EOF...
D [26/Jun/2007:10:35:56 +0900] cupsdNetIFUpdate: "lo" = localhost...
D [26/Jun/2007:10:35:56 +0900] cupsdNetIFUpdate: "eth0" = momo.car-design.biz...
D [26/Jun/2007:10:35:56 +0900] cupsdUpdateCUPSBrowse: Refused 128 bytes from 192
.168.10.5
D [26/Jun/2007:10:36:27 +0900] cupsdUpdateCUPSBrowse: Refused 128 bytes from 192
.168.10.5

----------------------------------------------------------------------

192.168.10.5 は当該 plamo機です。
よろしくお願いします。

---
iwai h.

Follow-Ups
[plamo:28223] Re: cups Epson PM-G4500, Yasufumi Haga
[plamo:28237] Re: cups Epson PM-G4500, 名倉昭一

[検索ページ] [メール一覧]
Plamo ML 公開システム