「CUPS/プリンター共有」の版間の差分
細 (Kusakata がページ「CUPS プリンター共有」を「CUPS/プリンター共有」に移動しました) |
(同期) |
||
1行目: | 1行目: | ||
[[Category:プリンター]] |
[[Category:プリンター]] |
||
− | [[en:CUPS |
+ | [[en:CUPS/Printer sharing]] |
− | [[ru:CUPS |
+ | [[ru:CUPS/Printer sharing]] |
+ | [[zh-cn:CUPS/Printer sharing]] |
||
{{Related articles start}} |
{{Related articles start}} |
||
{{Related|Samba}} |
{{Related|Samba}} |
||
7行目: | 8行目: | ||
{{Related articles end}} |
{{Related articles end}} |
||
− | + | この記事では GNU/Linux システム間、あるいは GNU/Linux システムと Microsoft Windows の間でプリンターを共有する方法を説明しています。 |
|
==GNU/Linux システム間== |
==GNU/Linux システム間== |
||
− | CUPS を GNU/Linux 印刷サーバーにセットアップした場合、他の GNU/Linux システムとプリンターを共有する方法としては比較的簡単なウェブインターフェイスを使うことが推奨されますが、手動で設定することもできます。 |
||
+ | サーバーはウェブインターフェイスを使用するか {{ic|/etc/cups/cupsd.conf}} を手動で編集することで設定できます。クライアントの設定については、[[CUPS#ローカルの CUPS サーバーを使わない]]を見てください。 |
||
− | cupsd を再起動する前に avahi-daemon を実行する必要があります。 |
||
− | |||
− | クライアントマシンでは Avahi の .local ホスト名解決を有効にする必要があります。有効にしていないと、クライアントは "Unable to locate printer" というエラーを表示して印刷ができません。詳しくは [[avahi#ホスト名の解決]] を見て下さい。 |
||
===ウェブインターフェイスを使う=== |
===ウェブインターフェイスを使う=== |
||
+ | サーバーのウェブインターフェイスを開いて、''Administration'' タブを選択肢、''Server'' の下にある "Share printers connected to this system" オプションを有効にしてください。''Change Settings'' ボタンを押すことで変更が保存され、サーバーは自動的に再起動します。 |
||
− | Access http://localhost:631 with a browser and the CUPS administration home page will be displayed. |
||
+ | 複雑な設定を行いたい場合、''Edit Configuration File'' を選択することで直接 {{ic|/etc/cups/cupsd.conf}} ファイルを編集できます。詳しくは[[#手動セットアップ]]を見てください。 |
||
− | Click on the ''Administration'' tab near the top, select the add printer option and it should automatically detect the connected printer. If not, try turning off the printer and then back on before another attempt. |
||
− | |||
− | Once the printer has been set up, look under the ''Server'' heading and click the checkbox for "Share printers connected to this system". Now, conclude by clicking ''change settings'' and the server will automatically restart. |
||
− | |||
− | Selecting "Edit Configuration File" allows making direct edits to the {{ic|cups.conf}} file. This is useful for allowing server access only to certain users or IP addresses, as the example shown below. |
||
===手動セットアップ=== |
===手動セットアップ=== |
||
+ | サーバー側のコンピュータ (プリンターに直接接続するコンピュータ) で、location ディレクティブを編集してサーバーへのアクセスを許可してください。例: |
||
− | On the server computer (the one directly connected to the printer) simply open up {{ic|/etc/cups/cupsd.conf}} and allow access to the server by modifying the location lines. For instance: |
||
+ | {{hc|/etc/cups/cupsd.conf| |
||
− | <Location /> |
||
+ | <Location /> |
||
Order allow,deny |
Order allow,deny |
||
Allow localhost |
Allow localhost |
||
Allow 192.168.0.* |
Allow 192.168.0.* |
||
− | + | </Location> |
|
+ | ... |
||
+ | }} |
||
+ | また、クライアントが使用する IP アドレスでサーバーが待機するようにしてください: |
||
− | Also make sure the server is listening on the IP address the client will be addressing. Add the following line after "# Listen <serverip>:631" (using the server's IP address instead of client's 192.168.0.100): |
||
+ | {{hc|/etc/cups/cupsd.conf| |
||
− | Listen 192.168.0.101:631 |
||
+ | ... |
||
+ | Listen <hostname>:631 |
||
+ | ... |
||
+ | }} |
||
+ | 自動的に設定する方法など、詳しい解説は [http://localhost:631/help/network.html Using Network Printers] を見てください。 |
||
− | To "Show shared printers on the local network" make sure you have the Browsing directive enabled: |
||
− | Browsing On |
||
+ | 編集したら、CUPS を再起動してください。 |
||
− | After making modifications, restart CUPS. |
||
+ | ソケットアクティベーションを使って CUPS を起動している場合、{{ic|org.cups.cupsd.socket}} の[[systemd#ドロップインスニペット|ドロップインスニペット]]を作成してリモート接続でもソケットアクティベーションができるようにしてください: |
||
− | On the client system, open up (create if not present) {{ic|/etc/cups/client.conf}} and add the ServerName to match the IP address or the name of the server. Add this line: |
||
+ | {{hc|/etc/systemd/system/org.cups.cupsd.socket.d/override.conf|<nowiki> |
||
− | ServerName 192.168.0.101 |
||
+ | [Socket] |
||
+ | ListenStream=631 |
||
+ | </nowiki>}} |
||
+ | ===ブラウジングの有効化=== |
||
− | There are more configuration possibilities, including automatic methods, which are described in detail in http://localhost:631/help/network.html <!-- Someone with CUPS installed could rename the link to the page title --> |
||
+ | ブラウジング (共有プリンターの探知) を有効にするには、サーバーに [[Avahi]] をインストールして起動する必要があります。プリンターの探知が必要ない場合、サーバーとクライアントには Avahi が必要ありません。 |
||
− | After making modifications, restart CUPS. |
||
+ | {{Note|cupsd が起動する前に [[Avahi]] が立ち上がっていないとブラウジングは機能しません。}} |
||
− | {{Note|When adding the printer from the client, if using the Internet Printing Protocol (IPP), put the URI as ipp://192.168.0.101:631/printers/<name-of-printer>}} |
||
+ | ブラウジングを有効にするには、ウェブインターフェイスで ''Share printers connected to this system'' を選択するか、手動で Browsing をオンにして BrowseAddress を設定してください: |
||
− | ====CUPS 1.5.x 以下のサーバーで CUPS 1.6.x クライアントを使う==== |
||
+ | {{hc|/etc/cups/cupsd.conf| |
||
− | |||
+ | ... |
||
− | As of CUPS version 1.6, the client defaults to IPP 2.0. If the server uses CUPS <= 1.5 / IPP <= 1.1, the client does not downgrade the protocol automatically and thus cannot communicate with the server. A workaround (undocumented as of 2013-05-07, but see [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=704238 this bug report]) is to put the following in {{ic|/etc/cups/client.conf}}: |
||
+ | Browsing On |
||
− | ServerName HOSTNAME-OR-IP-ADDRESS[:PORT]/version=1.1 |
||
+ | BrowseAddress 192.168.0.*:631 |
||
+ | ... |
||
+ | }} |
||
==GNU/Linux と Windows== |
==GNU/Linux と Windows== |
||
63行目: | 69行目: | ||
====IPP で共有==== |
====IPP で共有==== |
||
+ | Windows クライアントを Linux の印刷サーバーに接続するとき推奨される方法は [[wikipedia:Internet_Printing_Protocol|IPP]] です。HTTP に基づく標準的なプリンタープロトコルであり、ポートフォワーディングやトンネリングなどから様々な恩恵を受けることができます。設定はとても簡単で Samba を使う方法より楽です。IPP は Windows 2000 以降の Windows でネイティブでサポートされています。 |
||
− | The '''preferred way''' to connect a Windows client to a Linux print server is using [[wikipedia:Internet_Printing_Protocol|IPP]]. It is a standard printer protocol based on HTTP, allowing you all ways to profit from port forwarding, tunneling etc. |
||
+ | {{Note|Internet Printing Client を Windows に追加する必要があるかもしれません (''Control Panel->Programs->Turn Windows features on or off->Print and Document Services'')。}} |
||
− | The configuration is '''very easy''' and this way is less error-prone than using Samba. |
||
− | IPP is natively supported by Windows '''since Windows 2000'''. |
||
+ | まず、[[#GNU/Linux システム間]]に書かれているようにサーバーを設定してください。 |
||
− | To configure the server side proceed as described in the section above to enable browsing. |
||
+ | Windows コンピュータ側で、''Control Panel->Devices and Printers'' から 'Add a printer' を選択します。次に、'Select a shared printer by name' を選んでプリンターの場所を入力してください: |
||
− | On the Windows computer, go to the printer control panel and choose to 'Add a New Printer'. Next, choose to give a URL. For the URL, type in the location of the printer: |
||
− | |||
− | http://''host_ip_address'':631/printers/''printer_name'' |
||
− | |||
− | (where ''host_ip_address'' is the GNU/Linux server's IP address and ''printer_name'' is the name of the printer being connected to, you can also use the server's fully qualified domain name, if it has one, but you may need to set {{ic|ServerAlias my_fully_qualified_domain_name}} in ''cupsd.conf'' for this to work). |
||
− | |||
− | {{Note|The add printer dialog in windows is quite sensitive to the path to the printer, the dialogue box itself suggests: |
||
− | |||
− | <nowiki>http://servername:631/printers/printer_name/.printer</nowiki> |
||
+ | http://''hostname'':631/printers/''printer_name'' |
||
− | which will work in a web-browser but '''not''' in the add printer dialogue. (At least, not when using cups as an ipp server). The syntax suggested above: |
||
+ | ''hostname'' は GNU/Linux サーバーのホスト名や IP アドレスに、''printer_name'' は接続されているプリンターの名前に置き換えてください。サーバーの完全修飾ドメイン名を使うこともできますが、{{ic|cupsd.conf}} で {{ic|ServerAlias my_fully_qualified_domain_name}} を設定する必要があります。 |
||
− | <nowiki>http://host_ip_address:631/printers/printer_name</nowiki> |
||
+ | {{Note| |
||
− | '''will''' work.}} |
||
+ | * The 'Add Printer' dialog in Windows is sensitive about the path. The dialogue box suggests the format {{ic|<nowiki>http://computername/printers/printername/.printer</nowiki>}}, which it will not accept. Instead, use the syntax suggested above. |
||
+ | * If you are using '''proxy''' - check used proxy '''exclusions''' twice - it may result in failing to add a printer until reboot even if you will disable proxy at all afterwards (actual for Windows 7).}} |
||
+ | 設定後、Windows コンピュータにプリンターのネイティブなプリンタードライバーをインストールしてください。CUPS のプリンタードライバーを使用するように CUPS サーバーを設定している場合、Windows クライアントでは汎用の postscript プリンターを選択します (例 'HP Color LaserJet 8500 PS' や 'Xerox DocuTech 135 PS2')。テストページを印刷してみて印刷設定をテストしてください。 |
||
− | After this, install the native printer drivers for your printer on the Windows computer. If the CUPS server is set up to use its own printer drivers, then you can just select a generic postscript printer for the Windows client(e.g. 'HP Color LaserJet 8500 PS' or 'Xerox DocuTech 135 PS2'). Then test the print setup by printing a test page. |
||
====Samba で共有==== |
====Samba で共有==== |
||
131行目: | 130行目: | ||
# useradd yourusername |
# useradd yourusername |
||
# smbpasswd -a yourusername |
# smbpasswd -a yourusername |
||
− | |||
<!-- |
<!-- |
||
After setting up all the needed user accounts, the samba spool directory also needs configuration: |
After setting up all the needed user accounts, the samba spool directory also needs configuration: |
||
161行目: | 159行目: | ||
===Windows サーバー - Linux クライアント=== |
===Windows サーバー - Linux クライアント=== |
||
− | {{Warning| |
+ | {{Warning|Any special characters in the printer URIs need to be appropriately quoted, or, if your Windows printer name or user passwords have spaces, CUPS will throw a "lpadmin: Bad device-uri" error. |
+ | For example: {{ic|smb://BEN-DESKTOP/HP Color LaserJet CP1510 series PCL6}} becomes: {{ic|smb://BEN-DESKTOP/HP%20Color%20LaserJet%20CP1510%20series%20PCL6}}. |
||
+ | |||
+ | This result string can be obtained by running the following command: |
||
+ | $ python2 -c 'import urllib; print "smb://" + urllib.quote("BEN-DESKTOP/HP Color LaserJet CP1510 series PCL6")' |
||
+ | }} |
||
+ | |||
====LPD で共有==== |
====LPD で共有==== |
||
− | Windows 7 |
+ | Windows 7 には LPD サーバーが組み込まれています。それを使うことでクライアントに ''Samba'' をインストールしたりサーバーで様々な設定を行うことなく簡単に共有が可能です。''Control Panel'' を開いて ''Programs'' -> ''Activate Windows functions'' の ''Print services'' から有効にできます。プロパティによってプリンターの ''shared'' を有効にする必要があります。共有名には空白なカンマなどの特殊文字を使用してはいけません。 |
+ | それから CUPS からプリンターを追加できます。LPD プロトコルを選択してください。プリンターアドレスは以下のようになります: |
||
− | Then the printer can be added in CUPS, choosing LPD protocol. The printer address will look like this: |
||
# lpd://windowspc/printersharename |
# lpd://windowspc/printersharename |
||
+ | プリンターを追加する前に、使用しているプリンターにあわせて適切なプリンタードライバーをインストールする必要があります。Generic PostScript や RAW ドライバーで動作するかもしれません。 |
||
− | Before adding the printer, you will most likely have to install an appropriate printer driver depending on your printer model. Generic PostScript or RAW drivers might also work. |
||
====IPP で共有==== |
====IPP で共有==== |
||
177行目: | 181行目: | ||
The commonly chosen server software is Microsoft's Internet Information Services (IIS). |
The commonly chosen server software is Microsoft's Internet Information Services (IIS). |
||
− | {{Note|This section is incomplete. Here is a description how to set up |
+ | {{Note|This section is incomplete. Here is a description how to set up IIS in Windows XP and Windows 2000, unfortunately in German [http://www.heise.de/netze/artikel/Ueberall-drucken-221652.html]}} |
====Samba で共有==== |
====Samba で共有==== |
||
200行目: | 204行目: | ||
smb://username@hostname/printer_name |
smb://username@hostname/printer_name |
||
− | Make sure that the user actually has access to the printer on the Windows computer and select the appropriate drivers. If the computer is located on a domain, make sure the |
+ | Make sure that the user actually has access to the printer on the Windows computer and select the appropriate drivers. If the computer is located on a domain, make sure the URI includes the domain: |
smb://username:password@domain/hostname/printer_name |
smb://username:password@domain/hostname/printer_name |
||
− | |||
− | If the network contains many printers you might want to set a preferred printer. To do so use the web interface, go into the printer tab, choose the desired printer and select 'Set as default' from the drop-down list. |
||
=====手動設定===== |
=====手動設定===== |
||
229行目: | 231行目: | ||
}} |
}} |
||
− | Then restart the CUPS daemon |
+ | Then restart the CUPS daemon and try to print a test page. |
+ | =====Windows 印刷サーバーの URI を確認===== |
||
− | To set the preferred printer use the following command |
||
− | # lpoptions -d desired_default_printer_name |
||
+ | Sometimes Windows is a little less than forthcoming about exact device URIs (device locations). If having trouble specifying the correct device location in CUPS, run the following command to list all shares available to a certain windows username: |
||
− | ===トラブルシューティング=== |
||
+ | $ smbtree -U ''windowsusername'' |
||
+ | This will list every share available to a certain Windows username on the local area network subnet, as long as Samba is set up and running properly. It should return something like this: |
||
+ | {{bc|WORKGROUP |
||
+ | \\REGULATOR-PC |
||
+ | \\REGULATOR-PC\Z |
||
+ | \\REGULATOR-PC\Public |
||
+ | \\REGULATOR-PC\print$ Printer Drivers |
||
+ | \\REGULATOR-PC\G |
||
+ | \\REGULATOR-PC\EPSON Stylus CX8400 Series EPSON Stylus CX8400 Series}} |
||
+ | What is needed here is first part of the last line, the resource matching the printer description. So to print to the EPSON Stylus printer, one would enter: |
||
+ | smb://username.password@REGULATOR-PC/EPSON Stylus CX8400 Series |
||
+ | as the URI into CUPS. |
||
+ | ==リモート管理== |
||
− | If there are any problems, the first thing to do is enable debug information by setting |
||
− | {{bc|LogLevel debug}} in {{ic|/etc/cups/cupsd.conf}}. |
||
+ | [[#GNU/Linux システム間]]に書かれているようにサーバーをセットアップしたら、設定によってリモートで管理することができます。管理を許可するホストを {{ic|/etc/cups/cupsd.conf}} の {{ic|<Location /admin>}} ブロックに追加してください。使用する構文は[[#手動セットアップ]]で説明されているものと同じです。3つのレベルで権限を与えることができます: |
||
− | Then restart the CUPS daemon and check for error messages in {{ic|/var/log/cups/error_log}}. A convenient way to do so is |
||
− | # tail -f /var/log/cups/error_log |
||
− | which keeps printing new error messages as they occur. |
||
+ | <Location /> #access to the server |
||
− | Note: You can also use the web interface to browse this error file. |
||
+ | <Location /admin> #access to the admin pages |
||
+ | <Location /admin/conf> #access to configuration files |
||
+ | |||
+ | リモートホストに与えたいレベルにあわせて、セクションに {{ic|Allow}} ステートメントを追加してください。{{ic|Allow}} ステートメントは以下の形式で使用することができます: |
||
+ | Allow from all |
||
+ | Allow from host.domain.com |
||
+ | Allow from *.domain.com |
||
+ | Allow from ip-address |
||
+ | Allow from ip-address/netmask |
||
+ | Allow from @LOCAL |
||
+ | |||
+ | Deny ステートメントを使うこともできます。例えば、ローカルネットワークインターフェイスの全てのホストに完全な権限を与えてたい場合、{{ic|/etc/cups/cupsd.conf}} を以下のように編集: |
||
+ | # Restrict access to the server... |
||
+ | # By default only localhost connections are possible |
||
+ | <Location /> |
||
+ | Order allow,deny |
||
+ | '''Allow from @LOCAL''' |
||
+ | </Location> |
||
+ | |||
+ | # Restrict access to the admin pages... |
||
+ | <Location /admin> |
||
+ | Order allow,deny |
||
+ | '''Allow from @LOCAL''' |
||
+ | </Location> |
||
+ | |||
+ | # Restrict access to configuration files... |
||
+ | <Location /admin/conf> |
||
+ | AuthType Basic |
||
+ | Require user @SYSTEM |
||
+ | Order allow,deny |
||
+ | '''Allow from @LOCAL''' |
||
+ | </Location> |
||
+ | |||
+ | 以下の設定を追加することでリモートマシンから CUPS ウェブインターフェイスを使用した場合に起こる {{ic|426 - Upgrade Required}} エラーを止めることができます: |
||
+ | |||
+ | DefaultEncryption Never |
||
+ | |||
+ | ==トラブルシューティング== |
||
+ | |||
+ | 一般的なトラブルシューティングについては [[CUPS/トラブルシューティング]]を見てください。 |
||
====GTK アプリケーションで印刷できない==== |
====GTK アプリケーションで印刷できない==== |
||
− | + | GTK アプリケーションから印刷しようとすると "getting printer information failed" と表示される場合、{{ic|/etc/hosts}} に次の行を追加してください: |
|
− | + | # serverip some.name.org ServersHostname |
|
+ | |||
+ | === Samba でプリンターを追加・編集できない === |
||
+ | |||
+ | Samba を使ってプリンターを追加・編集しようとすると、インターフェイスによる CPU の使用率が 100% の状態が30秒も続いた後に以下のメッセージが表示される場合: |
||
+ | |||
+ | Unable to get list of printer drivers: Success |
||
+ | |||
+ | Gutenprint (https://bugs.archlinux.org/task/43708) の既知のバグが原因です。Gutenprint をアンインストールして foomatic-db だけをインストールしてください。次のコマンドで "Success" メッセージの代わりにドライバーのリストが返ってくるはずです: |
||
+ | |||
+ | # lpinfo -m |
||
+ | |||
+ | === Windows でパーミッションエラー === |
||
+ | |||
+ | ユーザーによっては別の構文を使うことで 'NT_STATUS_ACCESS_DENIED' エラーが解決する場合があります (Windows クライアント): |
||
+ | smb://workgroup/username:password@hostname/printer_name |
||
==他のオペレーティングシステム== |
==他のオペレーティングシステム== |
||
− | 他の印刷システムと CUPS を繋げる方法の詳細は CUPS マニュアルにあります。例: http://localhost:631/ |
+ | 他の印刷システムと CUPS を繋げる方法の詳細は CUPS マニュアルにあります。例: http://localhost:631/help/network.html |
2016年9月27日 (火) 21:42時点における版
この記事では GNU/Linux システム間、あるいは GNU/Linux システムと Microsoft Windows の間でプリンターを共有する方法を説明しています。
GNU/Linux システム間
サーバーはウェブインターフェイスを使用するか /etc/cups/cupsd.conf
を手動で編集することで設定できます。クライアントの設定については、CUPS#ローカルの CUPS サーバーを使わないを見てください。
ウェブインターフェイスを使う
サーバーのウェブインターフェイスを開いて、Administration タブを選択肢、Server の下にある "Share printers connected to this system" オプションを有効にしてください。Change Settings ボタンを押すことで変更が保存され、サーバーは自動的に再起動します。
複雑な設定を行いたい場合、Edit Configuration File を選択することで直接 /etc/cups/cupsd.conf
ファイルを編集できます。詳しくは#手動セットアップを見てください。
手動セットアップ
サーバー側のコンピュータ (プリンターに直接接続するコンピュータ) で、location ディレクティブを編集してサーバーへのアクセスを許可してください。例:
/etc/cups/cupsd.conf
<Location /> Order allow,deny Allow localhost Allow 192.168.0.* </Location> ...
また、クライアントが使用する IP アドレスでサーバーが待機するようにしてください:
/etc/cups/cupsd.conf
... Listen <hostname>:631 ...
自動的に設定する方法など、詳しい解説は Using Network Printers を見てください。
編集したら、CUPS を再起動してください。
ソケットアクティベーションを使って CUPS を起動している場合、org.cups.cupsd.socket
のドロップインスニペットを作成してリモート接続でもソケットアクティベーションができるようにしてください:
/etc/systemd/system/org.cups.cupsd.socket.d/override.conf
[Socket] ListenStream=631
ブラウジングの有効化
ブラウジング (共有プリンターの探知) を有効にするには、サーバーに Avahi をインストールして起動する必要があります。プリンターの探知が必要ない場合、サーバーとクライアントには Avahi が必要ありません。
ブラウジングを有効にするには、ウェブインターフェイスで Share printers connected to this system を選択するか、手動で Browsing をオンにして BrowseAddress を設定してください:
/etc/cups/cupsd.conf
... Browsing On BrowseAddress 192.168.0.*:631 ...
GNU/Linux と Windows
Linux サーバー - Windows クライアント
IPP で共有
Windows クライアントを Linux の印刷サーバーに接続するとき推奨される方法は IPP です。HTTP に基づく標準的なプリンタープロトコルであり、ポートフォワーディングやトンネリングなどから様々な恩恵を受けることができます。設定はとても簡単で Samba を使う方法より楽です。IPP は Windows 2000 以降の Windows でネイティブでサポートされています。
まず、#GNU/Linux システム間に書かれているようにサーバーを設定してください。
Windows コンピュータ側で、Control Panel->Devices and Printers から 'Add a printer' を選択します。次に、'Select a shared printer by name' を選んでプリンターの場所を入力してください:
http://hostname:631/printers/printer_name
hostname は GNU/Linux サーバーのホスト名や IP アドレスに、printer_name は接続されているプリンターの名前に置き換えてください。サーバーの完全修飾ドメイン名を使うこともできますが、cupsd.conf
で ServerAlias my_fully_qualified_domain_name
を設定する必要があります。
設定後、Windows コンピュータにプリンターのネイティブなプリンタードライバーをインストールしてください。CUPS のプリンタードライバーを使用するように CUPS サーバーを設定している場合、Windows クライアントでは汎用の postscript プリンターを選択します (例 'HP Color LaserJet 8500 PS' や 'Xerox DocuTech 135 PS2')。テストページを印刷してみて印刷設定をテストしてください。
Samba で共有
If your client's Windows version is below Windows 2000 or if you experienced troubles with IPP you can also use Samba for sharing. Note of course that with Samba this involves another complex piece of software. This makes this way more difficult to configure and thus sometimes also more error-prone, mostly due to authentication problems.
To configure Samba on the Linux server, edit /etc/samba/smb.conf
file to allow access to printers. File smb.conf
can look something like this:
/etc/samba/smb.conf
[global] workgroup=Heroes server string=Arch Linux Print Server security=user [printers] comment=All Printers path=/var/spool/samba browseable=yes # to allow user 'guest account' to print. guest ok=no writable=no printable=yes create mode=0700 write list=@adm root yourusername
That should be enough to share the printer, yet adding an individual printer entry may be desirable:
/etc/samba/smb.conf
[ML1250] comment=Samsung ML-1250 Laser Printer printer=ml1250 path=/var/spool/samba printing=cups printable=yes printer admin=@admin root yourusername user client driver=yes # to allow user 'guest account' to print. guest ok=no writable=no write list=@adm root yourusername valid users=@adm root yourusername
Please note that this assumes configuration was made so that users must have a valid account to access the printer. To have a public printer, set guest ok to yes, and remove the valid users line. To add accounts, set up a regular GNU/Linux account and then set up a Samba password on the server. For instance:
# useradd yourusername # smbpasswd -a yourusername
After this, restart the Samba daemon.
Obviously, there are a lot of tweaks and customizations that can be done with setting up a Samba print server, so it is advised to look at the Samba and CUPS documentation for more help. The smb.conf.example
file also has some good samples that might warrant imitating.
Windows サーバー - Linux クライアント
LPD で共有
Windows 7 には LPD サーバーが組み込まれています。それを使うことでクライアントに Samba をインストールしたりサーバーで様々な設定を行うことなく簡単に共有が可能です。Control Panel を開いて Programs -> Activate Windows functions の Print services から有効にできます。プロパティによってプリンターの shared を有効にする必要があります。共有名には空白なカンマなどの特殊文字を使用してはいけません。
それから CUPS からプリンターを追加できます。LPD プロトコルを選択してください。プリンターアドレスは以下のようになります:
# lpd://windowspc/printersharename
プリンターを追加する前に、使用しているプリンターにあわせて適切なプリンタードライバーをインストールする必要があります。Generic PostScript や RAW ドライバーで動作するかもしれません。
IPP で共有
As above, IPP is also the preferred protocol for printer sharing. However this way might be a bit more difficult than the native Samba approach below, since you need a greater effort to set up an IPP-Server on Windows. The commonly chosen server software is Microsoft's Internet Information Services (IIS).
Samba で共有
A much simpler way is using Window's native printer sharing via Samba. There is almost no configuration needed, and all of it can be done from the CUPS Backend. As above noted, if there are any problems the reason is mostly related to authentication trouble and Windows access restrictions.
On the server side enable sharing for your desired printer and ensure that the user on the client machine has the right to access the printer.
The following section describes how to set up the client, assuming that both daemons (cupsd and smbd) are running.
ウェブインターフェイスを使って設定
The Samba CUPS back-end is enabled by default, if for any reason it is not activate it by entering the following command and restarting CUPS.
# ln -s $(which smbspool) /usr/lib/cups/backend/smb
Next, simply log in on the CUPS web interface and choose to add a new printer. As a device choose "Windows Printer via SAMBA".
For the device location, enter:
smb://username:password@hostname/printer_name
Or without a password:
smb://username@hostname/printer_name
Make sure that the user actually has access to the printer on the Windows computer and select the appropriate drivers. If the computer is located on a domain, make sure the URI includes the domain:
smb://username:password@domain/hostname/printer_name
手動設定
For manual configuration stop the CUPS daemon and add your printer to /etc/cups/printers.conf
, which might for example look like this
/etc/cups/printers.conf
<DefaultPrinter MyPrinter> AuthInfoRequired username,password Info My printer via SAMBA Location In my Office MakeModel Samsung ML-1250 - CUPS+Gutenprint v5.2.7 # <= use 'lpinfo -m' to list available models DeviceURI smb://username:password@hostname/printer_name # <= server URI as described in previous section State Idle Type 4 Accepting Yes Shared No JobSheets none none QuotaPeriod 0 PageLimit 0 KLimit 0 AllowUser yourusername # <= do not forget to change this OpPolicy default ErrorPolicy stop-printer </Printer>
Then restart the CUPS daemon and try to print a test page.
Windows 印刷サーバーの URI を確認
Sometimes Windows is a little less than forthcoming about exact device URIs (device locations). If having trouble specifying the correct device location in CUPS, run the following command to list all shares available to a certain windows username:
$ smbtree -U windowsusername
This will list every share available to a certain Windows username on the local area network subnet, as long as Samba is set up and running properly. It should return something like this:
WORKGROUP \\REGULATOR-PC \\REGULATOR-PC\Z \\REGULATOR-PC\Public \\REGULATOR-PC\print$ Printer Drivers \\REGULATOR-PC\G \\REGULATOR-PC\EPSON Stylus CX8400 Series EPSON Stylus CX8400 Series
What is needed here is first part of the last line, the resource matching the printer description. So to print to the EPSON Stylus printer, one would enter:
smb://username.password@REGULATOR-PC/EPSON Stylus CX8400 Series
as the URI into CUPS.
リモート管理
#GNU/Linux システム間に書かれているようにサーバーをセットアップしたら、設定によってリモートで管理することができます。管理を許可するホストを /etc/cups/cupsd.conf
の <Location /admin>
ブロックに追加してください。使用する構文は#手動セットアップで説明されているものと同じです。3つのレベルで権限を与えることができます:
<Location /> #access to the server <Location /admin> #access to the admin pages <Location /admin/conf> #access to configuration files
リモートホストに与えたいレベルにあわせて、セクションに Allow
ステートメントを追加してください。Allow
ステートメントは以下の形式で使用することができます:
Allow from all Allow from host.domain.com Allow from *.domain.com Allow from ip-address Allow from ip-address/netmask Allow from @LOCAL
Deny ステートメントを使うこともできます。例えば、ローカルネットワークインターフェイスの全てのホストに完全な権限を与えてたい場合、/etc/cups/cupsd.conf
を以下のように編集:
# Restrict access to the server... # By default only localhost connections are possible <Location /> Order allow,deny Allow from @LOCAL </Location> # Restrict access to the admin pages... <Location /admin> Order allow,deny Allow from @LOCAL </Location> # Restrict access to configuration files... <Location /admin/conf> AuthType Basic Require user @SYSTEM Order allow,deny Allow from @LOCAL </Location>
以下の設定を追加することでリモートマシンから CUPS ウェブインターフェイスを使用した場合に起こる 426 - Upgrade Required
エラーを止めることができます:
DefaultEncryption Never
トラブルシューティング
一般的なトラブルシューティングについては CUPS/トラブルシューティングを見てください。
GTK アプリケーションで印刷できない
GTK アプリケーションから印刷しようとすると "getting printer information failed" と表示される場合、/etc/hosts
に次の行を追加してください:
# serverip some.name.org ServersHostname
Samba でプリンターを追加・編集できない
Samba を使ってプリンターを追加・編集しようとすると、インターフェイスによる CPU の使用率が 100% の状態が30秒も続いた後に以下のメッセージが表示される場合:
Unable to get list of printer drivers: Success
Gutenprint (https://bugs.archlinux.org/task/43708) の既知のバグが原因です。Gutenprint をアンインストールして foomatic-db だけをインストールしてください。次のコマンドで "Success" メッセージの代わりにドライバーのリストが返ってくるはずです:
# lpinfo -m
Windows でパーミッションエラー
ユーザーによっては別の構文を使うことで 'NT_STATUS_ACCESS_DENIED' エラーが解決する場合があります (Windows クライアント):
smb://workgroup/username:password@hostname/printer_name
他のオペレーティングシステム
他の印刷システムと CUPS を繋げる方法の詳細は CUPS マニュアルにあります。例: http://localhost:631/help/network.html