Difference between revisions of "PaperCut"
(→Windows) |
(→Ubuntu) |
||
Line 51: | Line 51: | ||
== Ubuntu == | == Ubuntu == | ||
+ | |||
+ | Make sure you have Java 5.0+ installed. | ||
Copy files at \\balder.hampshire.edu\private\papercut-client\client\linux to /usr/local/papercut/client | Copy files at \\balder.hampshire.edu\private\papercut-client\client\linux to /usr/local/papercut/client | ||
− | ***** | + | Run the following to change permissions of the files: |
+ | cd /usr/local/papercut/client | ||
+ | chmod 755 ./pc-client-linux.sh | ||
+ | |||
+ | To trigger on login: | ||
+ | |||
+ | *Open Startup Applications. | ||
+ | *Click 'Add' | ||
+ | *Navigate to /usr/local/papercut/client | ||
+ | *Choose 'pc-client-linux.sh' | ||
+ | *Name it whatever you want (PaperCut client) | ||
+ | |||
The config.properties file should have the following options already set: | The config.properties file should have the following options already set: | ||
Line 72: | Line 85: | ||
#Enter URI: "ipp://papercut.hampshire.edu:631/printers/LO_3rd_Floor_BW" | #Enter URI: "ipp://papercut.hampshire.edu:631/printers/LO_3rd_Floor_BW" | ||
#Choose 'Generic' -> 'PostScript' -> 'PostScript Printer Foomatic/Postscript [en] (recommended)' | #Choose 'Generic' -> 'PostScript' -> 'PostScript Printer Foomatic/Postscript [en] (recommended)' | ||
− | #*Airport Lounge driver: | + | #*Airport Lounge driver: ??? |
= Adding a Printer to the PaperCut Server= | = Adding a Printer to the PaperCut Server= |
Revision as of 15:00, 24 August 2012
Contents
Installing the Client
Macintosh
Run the installer on smb://balder.hampshire.edu/private/papercut-client/mac/client-local-install
After install, a login window will appear. This is optional. If you do log in though, DO NOT tell PaperCut to remember your credentials.
In order to force the client to load for each user and keep said users (who don't always know what's best for them) from quitting the client, a login hook will need to be established. Aafter installation completes, log into the Admin account and navigate to "Applications" -> "PCClient" ctrl+click on the icon and choose "Show Package Contents." In "Contents" -> "Resources" run the file "install-login-hook.command" follow the prompts in the terminal window.
The config.properties file should have the following options already set:
auth-ttl-default=0 auth-ttl-values=0 minimized=Y noquit=Y server-ip=192.33.12.94 server-name=salmoneus server-port=9191 user=guest
Add a printer with:
- System Preferences -> Print and Fax
- Click that tiny little plus icon at the bottom of the list of printers
- Protocol: Internet Printing Protocol - IPP
- Address: papercut.hampshire.edu
- Queue: printers/LO_3rd_Floor
- Name: papercut.hampshire.edu
- Location: <blank>
- Print Using: Generic PostScript Printer
Windows
Install client from \\balder.hampshire.edu\private\papercut-client\win\client-local-install.exe
The config.properties file should have the following options already set:
auth-ttl-default=0 auth-ttl-values=0 minimized=Y noquit=Y server-ip=192.33.12.94 server-name=salmoneus server-port=9191 user=guest
Set up a printer by:
- Start -> Devices and Printers -> Add a printer
- Network Printer -> "The printer I want isn't listed"
- Select a shared printer by name -> http://papercut.hampshire.edu:631/printers/LO_3rd_Floor
- Driver -> Xerox Workcentre 5325/5330/5335 PS Driver (Download here: http://www.support.xerox.com/support/workcentre-5300-series/downloads/enus.html)
Ubuntu
Make sure you have Java 5.0+ installed.
Copy files at \\balder.hampshire.edu\private\papercut-client\client\linux to /usr/local/papercut/client
Run the following to change permissions of the files:
cd /usr/local/papercut/client chmod 755 ./pc-client-linux.sh
To trigger on login:
- Open Startup Applications.
- Click 'Add'
- Navigate to /usr/local/papercut/client
- Choose 'pc-client-linux.sh'
- Name it whatever you want (PaperCut client)
The config.properties file should have the following options already set:
auth-ttl-default=0 auth-ttl-values=0 minimized=Y noquit=Y server-ip=192.33.12.94 server-name=salmoneus server-port=9191 user=guest
Set up a printer by:
- Open 'Printing'
- Click 'Add'
- Enter URI: "ipp://papercut.hampshire.edu:631/printers/LO_3rd_Floor_BW"
- Choose 'Generic' -> 'PostScript' -> 'PostScript Printer Foomatic/Postscript [en] (recommended)'
- Airport Lounge driver: ???
Adding a Printer to the PaperCut Server
- Add the printer via the CUPS interface
- First create a tunnel to the PaperCut server with
ssh -NL 8080:127.0.0.1:631 YOURUSERNAME@papercut
- Browse to http://localhost:8080/admin
- Click
Add Printer
- At this point you will be prompted for your LDAP username and password. A warning may appear that your password will be sent in clear text but remember that it will be sent in the clear to localhost:8080 which is a secure tunnel to papercut:631 so don't worry about it.
- Choose
AppSocket/HP JetDirect
- Enter the path to the printer (e.g.
socket://loxx4260-1.hampshire.edu:9100
) - Enter the Name, Description and Location of the printer and click
Share This Printer
- Under
Or Provide a PPD File
clickChoose File
and select a PPD-
xr_generic.ppd
can be found on\\Balder\private\Xerox
for Xerox WorkCentre printers
-
- Click
Query Printer for Default Options
- First create a tunnel to the PaperCut server with
- Enable the printer for use with PaperCut
- SSH to the PaperCut server
- Run
sudo /home/papercut/providers/print/linux-x64/configure-cups
- You will be prompted to set the status of each CUPS printer for use with PaperCut. You want to
(L)eave
most of them enabled which you can do by just pressing Enter. You want to enable your new printer by typing "e" and enter.
- You will be prompted to set the status of each CUPS printer for use with PaperCut. You want to
- Verify printer addition
- Log into https://salmoneus.hampshire.edu:9192/admin with
admin
/ieRe1che
- Select the printer and scroll down to "Advanced Configuration" Check the box for "Unauthenticated printer (enable popup authentication)." Scroll down to the bottom of the page and click "Apply."
- Log into https://salmoneus.hampshire.edu:9192/admin with