[ubuntu-jp:1188] Re: Ricohプリンタでの印刷不具合について

a fuji afujihara @ gmail.com
2008年 11月 10日 (月) 10:58:07 GMT


小笠原 様,

返信をありがとうございます.返事が遅くなってすみません.

いくつか確認させてください。
> ・使用されてるドライバは標準の RPDL ドライバですか? (Level IV かな?)


使用しているドライバは,ricohのホームページ
http://support.ricoh.com/bbv2/html/dr_ut_d/ipsio/model/nx630/winxp/winxp.htm

にある「PSドライバ Ver.3.0.1 (265 KB)」を使用しています.

具体的には,
・ダウンロードから121932.exeをダウンロードします.
・$ wine 121932.exe
として,ファイルを解凍します.
・121932/XP_VISTA/DISK1/RINX73N3.PPD
を取り出します.
・「システム→システム管理→印刷」でプリンタの設定を起動し,IPSiO_NX730N
のアイコンを右クリックしてプロパティを選択し,「製造元とモデル」の変更から
「PPDファイルを提供する」で先程のRINX73N3.PPDファイルを読み込ませています.

これで,8.04までは印刷(両面印刷も含めて)できていたのですが,8.10にしたら
急に印刷できなくなってしまいました.



>
> ・CUPS の Web UI (localhost:631) でジョブ履歴を見るとどうなっていますか?
> ・ちょっと英語で恐縮ですが、↓
>
> http://www.linuxfoundation.org/en/OpenPrinting/Database/RicohFAQ#How_do_I_troubleshoot_printing_problems_.2F_where_can_I_find_error_logs.3F
> を参考にして各種ログを取ってみてもらえませんでしょうか?
>

リンク先に買いてあることをチェックしてみました.

$ sudo cat /var/log/cups/error_log
E [10/Nov/2008:18:50:20 +0900] [cups-driverd] Unable to write
"/var/cache/cups/ppds.dat" - Permission denied
E [10/Nov/2008:18:50:36 +0900] [cups-driverd] Unable to write
"/var/cache/cups/ppds.dat" - Permission denied
E [10/Nov/2008:19:00:30 +0900] [cups-driverd] Unable to write
"/var/cache/cups/ppds.dat" - Permission denied
E [10/Nov/2008:19:02:02 +0900] CUPS-Add-Modify-Printer: Unauthorized
E [10/Nov/2008:19:22:05 +0900] [cups-driverd] Unable to write
"/var/cache/cups/ppds.dat" - Permission denied
E [10/Nov/2008:19:35:29 +0900] [cups-driverd] Unable to write
"/var/cache/cups/ppds.dat" - Permission denied
E [10/Nov/2008:19:37:58 +0900] [cups-driverd] Unable to write
"/var/cache/cups/ppds.dat" - Permission denied
$

エラーがあるみたいですが,印刷した時間と異なるので,関係なさそうです.


$ sudo cat /etc/cups/cupsd.conf
#
#
#   Sample configuration file for the Common UNIX Printing System (CUPS)
#   scheduler.  See "man cupsd.conf" for a complete description of this
#   file.
#

# Log general information in error_log - change "info" to "debug" for
# troubleshooting...
LogLevel warning

# Administrator user group...
SystemGroup lpadmin


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

# Show shared printers on the local network.
Browsing Off
BrowseOrder allow,deny
BrowseAllow all
BrowseAddress @LOCAL

# Default authentication type, when authentication is required...
DefaultAuthType Basic

# Restrict access to the server...
<Location />
  Order allow,deny
</Location>

# Restrict access to the admin pages...
<Location /admin>
  Encryption Required
  Order allow,deny
</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>
    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>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>

  <Limit All>
    Order deny,allow
  </Limit>
</Policy>

#
#
$

Editと書いてありましたが,何をeditすれば良いのか分かりませんでした.

/tmp/foomatic-rip.log は存在しませんでした.

*sudo vi /usr/lib/cups/filter/foomatic-rip*
は存在しましたが,$debug...という行はなさそうでした.

/etc/cups/cupsd.conf にも "FileDevice" と買いてある行はないみたいでした.

/tmp/myspoolfile.rip も存在しませんでした.



>
> 今ちょっと時間が取れないので(これから車で KOF 2008 のため大阪に向かわね
> ばなりません)、追試などできずすみませんが、よろしくお願いします。
> 時間が取れたら私の方でも調べてみます。
>

KOF2008,お疲れさまでした.
私一人の力ではどうにもならなさそうなので,今後とも是非ご指摘をよろしく
お願い致します.

afujihara
email: afujihara @ gmail.com
-------------- next part --------------
HTMLの添付ファイルを保管しました...
URL: https://lists.ubuntu.com/archives/ubuntu-jp/attachments/20081110/d861f7d2/attachment-0001.htm 


ubuntu-jp メーリングリストの案内