Sponsored Content
Full Discussion: Printer queue not clearing
Top Forums UNIX for Dummies Questions & Answers Printer queue not clearing Post 302972143 by bakunin on Monday 2nd of May 2016 05:25:06 AM
Old 05-02-2016
Quote:
Originally Posted by bdittmar
I did just that and it says:
Quote:
a utility to allow to to bypass the various network printing utilities
and i suppose it did just that: i do not know for certain what happened (not enough data for that), but my supposition is that the netcat-script you use bypasses the printing system so effectively that the job is not removed from the printqueue at all.

Usually a print queue works like this: there is a place where files to be printed (=sent to the printer) are dropped. There is a daemon (usually lpd) which picks up the file and - upon successful procession (=printing worked) removes it, otherwise issues an error message and does not remove it.

What fails, IMHO, is that the netcat-script needs to tell the lpd (or whatever you use in its place) about the successful (or unsuccessful) printing of the job so that the print file can be removed based on this.

I hope this helps.

bakunin
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Clearing Mail Queue

Hello, I am trying to clear my mail queue with the following command: rm /var/spool/mqueue/* But when I do this I get this error: /bin/rm: Argument list too long. Can someone tell me what that error means and what I can do to correct it so I can clear my mail queue? Thanks (2 Replies)
Discussion started by: Chet
2 Replies

2. UNIX for Advanced & Expert Users

Solaris 8 setting up a remote printer queue

I have a printer installed over ADSL to a router at a remote location. A Windows printer queue has been setup and working and I can ping the IP address from the Solaris server. I now want to add a printer queue for this printer under Solaris, but I am unsure how to setup a remote printer queue.... (0 Replies)
Discussion started by: miredale
0 Replies

3. HP-UX

Help adding a printer queue

Hello, I need some help on the following issue: Need to have a printer queue added to the "sssssss" server.The IP address is "xxx.xxx.xxx.xxx". It is an HP8000 printer. Can you please point me to the right direction. Thank you (0 Replies)
Discussion started by: AQG
0 Replies

4. AIX

Printer Queue not getting created

When I try to create first print queue in this system with the command line argument, find the output also... # /usr/lib/lpd/pio/etc/piomkjetd mkpq_jetdirect -p 'generic' -D pcl -q 'AR06_Workcenter_32' -h 'AR06_Workcenter_32' -x '9100' 0782-606 /usr/lib/lpd/pio/etc/piomgpdev: Error 'A file or... (1 Reply)
Discussion started by: giribt
1 Replies

5. Solaris

creating printer queue in Solaris 10

I have installed the foo2zjs drivers but i don't know the next steps to how to make a print queue with ppd files........kindly guide me out if anyone have used foo2jzs or some other methods to configure the hp laserjet 1022n printer.Kindly explain step by step procedure of how to do this. ... (2 Replies)
Discussion started by: kumarmani
2 Replies

6. AIX

Check printer queue on Windows printer server

Hello Let me first give a small overview of the setup. All printers are connected to Windows 2000 servers. There are a lot of UNIX (AIX & HP-UX) servers as well which have SAP running. I'm working on a script to add printers to a specified SAP instance. I want to verify the user input (to... (0 Replies)
Discussion started by: NielsV
0 Replies

7. Solaris

Cancel printer queue permission

How to assign permission for a user to cancel unix printer queue other than root? lprm -P and cancel? How to chmod for /bin/cancel to -rws-x-x --> s means? Please help. Thank you. (1 Reply)
Discussion started by: KhawHL
1 Replies

8. AIX

Cannot setup a printer queue

So I've got this asc file that someone sent me for setting up a Zebra printer on AIX. When I use smit or the command line I get this error when I try to setup the printer up: File /usr/lib/lpd/pio/predef/master does not exist. The master file is there. This only happens when I setup a... (2 Replies)
Discussion started by: Hurmoth
2 Replies

9. AIX

Problem with Queue of the Printer

Guy's This is the Queue of the printer ... >lpstat -pTOPPRINTER Queue Dev Status Job Files User PP % Blks Cp Rnk ------- ----- --------- --- ------------------ ---------- ---- -- ----- --- --- TOPPRIN @TOPP DOWN QUEUED ... (1 Reply)
Discussion started by: ITHelper
1 Replies

10. AIX

Retrieving printer queue properties

Hi everyone! I've been stuck with a job I'm struggling with. A while back we loaded a large number of printer queues into our AIX environment through smit. Since then some of the details have gone astray, including full details on the older printer queues. I need to gather together details on... (2 Replies)
Discussion started by: aoverbury
2 Replies
lpc(8)							      System Manager's Manual							    lpc(8)

Name
       lpc - line printer control program

Syntax
       /etc/lpc [ command [ argument...  ] ]

Description
       The  program  is used by the system administrator to control the operation of the line printer system.  For each line printer with an entry
       in the file, may be used to start/stop several different functions.

       Without any arguments, prompts for commands from the standard input.  If arguments are supplied, interprets the first argument as a command
       and  the  remaining  arguments as parameters to the command.  The standard input may be redirected causing to read commands from file.  The
       commands and their parameters are shown below.  Commands may be abbreviated.

       ? [ command... ]
       help [ command... ]

	      Prints a short description of each command specified in the argument list, or, if no arguments are given, a list of  the	recognized
	      commands.

       abort [ all ] [ printer... ]

	      Terminates  an  active  spooling	daemon on the local host immediately and then disables printing (preventing new daemons from being
	      started by for the specified printers.

       clean [ all ] [ printer... ]

	      Removes all files beginning with ``cf'', ``tf'', or ``df'' from the specified printer queue(s) on the local machine.

       enable [ all ] [ printer... ]

	      Enables spooling on the local queue for the listed printers.  This will allow to put new jobs in the spool queue.

       exit
       quit

	      Exits from

       disablefR [ all ] [ printer... ]

	      Turns off the specified printer queues.  This prevents new printer jobs from being entered into the queue by

       restart [ all ] [ printer... ]

	      Attempts to start a new printer daemon.  This is useful when some abnormal condition causes the daemon to die  unexpectedly  leaving
	      jobs in the queue.  The command will report that there is no daemon present when this condition occurs.

       start [ all ] [ printer... ]

	      Enables  printing  and  starts  a spooling daemon for the listed printers.  This command also creates an file in the printer's spool
	      directory.  The file can be used by filters as an initialization flag.

       status [ all ] [ printer... ]

	      Displays the status of daemons and queues on the local machine.

       stop [ all ] [ printer... ]

	      Stops a spooling daemon after the current job completes and disables printing.

       topq printer [ jobnum... ] [ user... ]

	      Places the jobs in the order listed at the top of the printer queue.

Diagnostics
       ?Ambiguous command
       Abbreviation matches more than on command.

       ?Invalid command
       No match was found.

       ?Privileged command
       The command can only be executed by root.

Files
       Printer description file

       Spool directories

       Lock file for queue control

See Also
       lpq(1), lpr(1), lprm(1), printcap(5), lpd(8)

																	    lpc(8)
All times are GMT -4. The time now is 01:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy