Home > Articles > Operating Systems, Server

Managing the UNIX Print Queue

Once the print jobs coming in from clients are received on the FreeBSD system and placed in the print spool, they are metered out at a slower rate to the various printers. If traffic activity is light and few print jobs get sent through, the administrator can probably ignore the print queue as long as it continues to work. However, a busy network printer running at an optimal rate of speed usually has a backlog of unprinted jobs in the queue waiting for print time. To keep all users happy and to provide for the occasional rush print job, the UNIX LPD/LPR printing system has several administration commands, which are described here.

Viewing the Queue

On busy printers, and to troubleshoot stopped printers, users sometimes need to view the print jobs in the queue. Administrators also must view the queue to see what jobs may need to be expedited. This can be done from the workstation that remotely submitted the job if the LPR client has the ability to do it. The Windows 3.1 LPR client discussed earlier has this capability. Unfortunately, many LPR clients don't, which means that the administrator must Telnet into the UNIX machine that the print queues are on and view them there.

The UNIX shell command used to view the queue is the lpq command. It is frequently run as lpq -a, which shows jobs in all queues. The following is a sample output of the command.

# lpq -a
nec-raw:
Rank Owner Job Files                          Total Size
1st  tedm  19  C:/WLPRSPL/SPOOL/~LP00018.TMP  105221 bytes
2nd  tedm  20  C:/WLPRSPL/SPOOL/~LP00019.TMP  13488 bytes
3rd  root  3   hosts                          1220 bytes
4th  tedm  1   Printer Test Page              765 bytes
5th  tedm  2   Microsoft Word - CHAPTE10.DOC  15411 bytes
#

The first two jobs and the last two jobs came from remote clients; the third came from the command prompt.

Removing Print Jobs

Deleting unwanted print jobs that haven't yet printed from the queue can be done by the remote workstations that submitted the job if their LPR implementations have the necessary commands. The Windows 3.1 LPR client I detailed earlier has this capability. Many LPR clients don't, however, which means that the administrator must Telnet into the UNIX machine that the print queues are on and delete the jobs there.

The administrator can delete any print jobs from any queues by running the lprm command followed by the specified print queue and the job number. Below is a sample output of the command.

# lprm -P nec-raw 19
dfA019tedmitte dequeued
cfA019dostest dequeued
# lprm -P nec-raw 3
dfA003toybox.placo.com dequeued
cfA003toybox.placo.com dequeued
#

The lprm command is also used under UNIX to delete remote print jobs.

Advanced Management

The administrator logged into the FreeBSD system as the root user can also perform several other operations that ordinary users cannot. These include turning the queues on and off and moving print jobs within the print queues. The command used to do this is the lpc command.

lpc has two modes of operation. In the first mode, the command is run by itself, which puts the administrator into an lpc prompt. Some general help is available for the commands, such as the following sample output.

# lpc
lpc> help
Commands may be abbreviated. Commands are
abort enable disable help restart status topq ?
clean exit down quit start stop up
lpc> help disable
disable  turn a spooling queue off
lpc> help status
status   show status of daemon and queue
lpc> exit
#

In the second mode of operation, the lpc command is just run by itself, followed by the command and the print queue name. Following is a sample output.

# lpc disable lp
lp:
    queuing disabled
#

Under FreeBSD, there is no command that specifically allows the administrator to move jobs from one queue to another. This can be done, however, by changing into the raw queue directory and then rerunning the lpr command. Following is a sample run showing three print jobs moved from a dysfunctional queue to a good one.

# lpq -a
lp:
Warning: lp is down: printing disabled
printing disabled
Rank Owner  Job Files         Total Size
1st  root   51  hosts         1220 bytes
2nd  root   52  services        60767 bytes
3rd  root   53  printcap        2383 bytes
# cd /var/spool/output/lpd
# ls
.seq          cfA053toybox.placo.com dfA053toybox.placo.com
cfA051toybox.placo.com dfA051toybox.placo.com lock
cfA052toybox.placo.com dfA052toybox.placo.com status
# lpr -P nec-raw dfA051toybox.placo.com
# lpr -P nec-raw dfA052toybox.placo.com
# lpr -P nec-raw dfA053toybox.placo.com
# lprm -P lp -
# lpq -a
nec-raw:
Warning: nec-raw is down: printing disabled
Warning: no daemon present
Rank Owner   Job  Files          Total Size
1st  root    5   dfA051toybox.placo.com  1220 bytes
2nd  root    6   dfA052toybox.placo.com  60767 bytes
3rd  root    7   dfA053toybox.placo.com  2383 bytes
#

Note - Moving jobs from queue to queue is feasible only when all printers are similar, as when all printers support PostScript.


Remote Management

Just as the root user can manipulate remotely submitted jobs in the print queue, print jobs can be remotely managed by regular users with the LPR clients that created them. Unfortunately, some LPR clients, such as Win95, don't have enough programming to be able to do this. Others, like the Win31 client, can manipulate the print jobs remotely.

FreeBSD offers some level of protection against inadvertent deletion of print jobs from remote hosts by restricting manipulation of a job to the same host that originated it. Even if the owner of the job matches a local user account on the server, for an ordinary user to delete remotely submitted print jobs, the request still must come from the remote host.

Advanced Printing Topics

The FreeBSD UNIX LPR/LPD printing system is very flexible and, with the addition of filters, can be adapted to very unusual printing environments. To enhance this flexibility several useful printing utilities are supplied on the FreeBSD CD-ROM, which the administrator might wish to install.

Ghostscript

The Ghostscript program, invoked as /usr/local/bin/gs, is one of the most useful printing utilities that have been developed for the free software community. Ghostscript reads incoming PostScript data (or Adobe PDF files), interprets it, and outputs it as a raster image. This can be displayed on screen, for example, with the GhostView program under the X Window System, or printed on most graphics printers, such as Epson dot-matrix, HP DeskJet, or HP LaserJet. In effect, it is a way of adding PostScript printing capability to a printer that doesn't have PostScript firmware code. Ghostscript has been ported to numerous operating systems, including Windows.

The Ghostscript home page is located at http://www.cs.wisc.edu/~ghost/ and contains the most current version of the program. A prebuilt FreeBSD binary of Ghostscript is located in the Packages section of the FreeBSD CD-ROM. This can be installed on the FreeBSD system by selecting the package from the prepackaged software list that is accessed through the /stand/sysinstall installation program. Many packaged programs on the CD depend on Ghostscript, and so it may already be installed.

Installation of the packaged version of Ghostscript is recommended in the FreeBSD Ports Section because it has been tested with the other packages that require it. The package creates a directory containing some documentation files in /usr/local/share/"ghostscript/X.XX/doc. Unfortunately, because of the packaging process on the FreeBSD CD-ROM not all the useful installation files are copied into this location. So, if the package is version 5.03 (for example), the administrator will also want to get the file ftp://ftp.cs.wisc.edu/ghost/aladdin/gs503/ghostscript-5.03.tar.gz, and unzip and untar it into a temporary directory.

Extracting the archive file creates a directory structure under the gs5.03 subdirectory. To install Ghostscript in the /etc/printcap file, read the gs5.03/devs.mak file to determine which printer driver definition works with your printer, and then use the instructions in Exhibit 8.5.

Exhibit 8.5 Installing Ghostscript in the /etc/printcap file

  1. Change to the root user with su.

  2. In the gs5.03 directory, copy the lprsetup.sh, unix-lpr.txt, and unix-lpr.sh files to /usr/local/share/ghostscript/5.03.

  3. Change to the /usr/local/share/ghostscript/5.03 directory. Edit lprsetup.sh with a text editor such as vi.

  4. Modify the DEVICES= entries to list your selected printer driver definitions per the instructions in unix-lpr.txt.

  5. Modify the PRINTERDEV= to /dev/lpt0, the GSDIR= to /usr/local/share/ ghostscript, and the SPOOLDIR= to /var/spool/output. Save the file.

  6. Edit the unix-lpr.sh file and change the PSFILTERPATH= to /usr/local/share/ ghostscript.

  7. If the printer that you defined in the lprsetup.sh file is a monochrome printer, remove the "-dBitsPerPixel=${bpp}" and "$colorspec" entries on the gs invocation line and save the file. Otherwise, if it is a color definition, leave them in. For example, the following line is for a monochrome LaserJet.

    ") | gs -q -dNOPAUSE -sDEVICE=${device} \"

    Don't remove anything else. Exit the editor, and save the unix-lpr.sh file.

  8. Copy the unix-lpr.sh file to the parent directory, /usr/local/share/ ghostscript, and set the execute bit on it.

  9. Set the execute bit on lprsetup.sh with chmod and run the file by typing ./lprsetup.sh.

  10. Follow the instructions for creating the Spool directories. If you will be using accounting and a separate log file, run the touch command to create the empty files per directions in script output.

  11. The sample /etc/printcap is located in the current directory; the filename is printcap. insert. Use this as a template to modify the /etc/printcap file. A sample /etc/printcap file for a LaserJet 3 follows:

    #
    #
    ljet3.raw|Raw output device ljet3 for Ghostscript:
       :rm=big.army.mil:rp=sherman:sd=/var/spool/output/ljet3/raw:
       :mx#0:sf:sh:rs:
    #
    ljet3|Ghostscript device ljet3 (output to ljet3.raw):
       :lp=/dev/null:sd=/var/spool/output/ljet3:
       :lf=/var/log/lpd-errs:mx#0:sf:sh:rs:
       :if=/usr/local/share/ghostscript/filt/indirect/ljet3/gsif:
       :af=/var/spool/output/ljet3/acct:
    #
    #

A2ps Filter

Another handy utility is the a2ps, short for ASCII-to-PostScript. This program takes an incoming ASCII datastream and converts it to PostScript. It can also print multiple pages on a single sheet of paper by shrinking them down. It is a useful tool for a printer that cannot interpret ASCII, such as a PostScript-only printer.

a2ps is not installed in the FreeBSD system by default; it is located in the ports section /usr/ports/print/a2ps43. A prepackaged binary can be installed with /stand/sysinstall, but I have had problems with that port. It is best to install it by running make in the a2ps43 Ports directory, as follows.

/etc/printcap
#
lp|local l-ine printer with output dumped through a2ps for raw listings:
   :lp=/-dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd- errs:sh:mx#0:
   :if=/usr/local/libexec/ascii2postscript:
#
/usr/local/libexec/ascii2postscript
#!/bin/sh
#
# Simple filter that converts ASCII to PostScript for basic stuff like
# directory listings.
#
/usr/local/bin/a2ps && exit 0
exit 2

Read the system manual page for a2ps to see the options available with this program, and remember to set the filter script ascii2postscript all-executable.

Miscellaneous

The large number of other printing utilities cannot be covered here. Some add features such as automatic job type sensing; others handle bidirectional communication between the server and the printer. There are also a few other experimental LPR printing replacement systems. Commands such as Ghostscript and a2ps can also be used in pipes that create pretty output on an ordinary impact printer.

One last hint: The system manual pages can be printed with the -t option, which turns their ordinary ASCII output to beautifully formatted PostScript. Try the man -t man command, and send the output through Ghostscript or a PostScript printer for easier-to-read manual pages.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020