|
|
Capturing a Mac spool file
PaperCut Support may ask you to supply a print-to-file. This is a little more difficult on the Apple Mac platform (see here for Linux) and involves "capturing" a spool file using one of the following procedures:
Automated Script (recommended)
This method involves running a command/shell script on the system hosting your print queues (i.e. the print server) to gather up required files. The procedure is:
snapshot level debug logging as discussed here.
gather-files-for-papercut.command file. Enter your system password if requested (admin access is required).
files-for-papercut.tgz found in your home directory. Also include the "expected" information related to the job including:
Manual Method
Please use the automated method above, unless requested by support.
sudo su -
[enter your password]
cp `ls -t /var/spool/cups/d* | head -2` /Users/<username>
exit
- where
<username>is your short login name. (i.e. this denotes the location of your home directory). Special Note: the character preceding thelsand following the2is a back-tick (`).
d00077-001
Windows Server Method
If you are printing from a Mac to a Windows print server the following process might be easier than the options above:
Start -> Printers and Faxes -> Name of the printer and selecting the "Pause Printing" option.
C:\WINDOWS\system32\spool\PRINTERS. The directory may contain a number of spool files. Copy the file whose timestamp matches the "submitted time" of the job.
Categories: Troubleshooting
keywords: mac print to file, apple,
Comments
Share your findings and experience with other PaperCut users. Feel free to add comments and suggestions about this Knowledge Base article. Please don't use this for support requests.