Sponsored Content
Operating Systems SCO Sco openserver 5 print queue problems Post 302358788 by methyl on Sunday 4th of October 2009 05:55:36 PM
Old 10-04-2009
Be careful. jtg suggestion could kick telnet users off the system.

To progress this thread any further we need to know:

1) Exactly how the printers are connected to the computer
2) Make and model of the printer(s)
3) Commands used to create the print queues
4) Sample print command
5) Sample print queue enquiry command which fails, with exact error messages (if any). Expecially any messages which mention "offline".
6) When you say "stop and start services", what did you type and what was the response from the computer?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

SCO openserver 5.0.6 Telnet Problems

Hi guys, Please bear with me i have a sco 5.0.6 openserver i'm telnet in to it. (via dsl) After 7 minutes it will kick me out of my program. Is there any settings that i need to change in order to stop the time out problem. I dont have any router or hub (dsl modem to nic card ) Also... (6 Replies)
Discussion started by: josramon
6 Replies

2. UNIX for Dummies Questions & Answers

Print Queue Problems

Hi All Does anyone know what is meant by PRINTER STATUS CONNECT concerning print queues? At work we run a Perle/Connectix JetStream 8500 (RJ45 Model) to connect our dot matrix printers and often we get the Connect Status. Nobody I speak to knows what the status means. When the printer... (0 Replies)
Discussion started by: nickbungus
0 Replies

3. SCO

Ethereal problems on SCO OpenServer 5.0.7

I have installed the Ethereal package (ethereal-0.8.14.pkg) on a SCO Openserver 5.0.7. Installation went OK but when I try to start Ethereal I get error messages about "linking problems". I have studied the SCO Technical article 116949 but my filenames differ from article. Please help!! (1 Reply)
Discussion started by: bean2
1 Replies

4. UNIX for Dummies Questions & Answers

SCO Openserver 5.0.7 login problems

Hello Guys. This might be really easy for you guys but i'm really going crazy about this problem. I have this user that is trying to login to my unix box and it will not let him pass the point where it says TERM = (ansi ) and the last line that shows is teminal is ansi. It wont go any further.... (7 Replies)
Discussion started by: josramon
7 Replies

5. UNIX for Dummies Questions & Answers

SCO Openserver 6.0

Hi there guys. I just got this new SCO version and i'm having some problem printing from shell, This is what i'm typing at the # sign : lp -dHP /etc/hosts and it prints no problem but when i use any other user at the $ sign it gives me this error. /dev/fd/7: /usr/lib/lp/sysv/7: not found. ... (1 Reply)
Discussion started by: josramon
1 Replies

6. UNIX for Dummies Questions & Answers

SCO Openserver 6.0

Hi guys, I just got this new 6.0 version and i'm trying to setup a remote office to telnet to this server running sco 6.0, in previous version all i have to do is add this file under /etc/rc2.d call S99route and put the gate in that file and that was it, for some reason in 6.0 it does not... (1 Reply)
Discussion started by: josramon
1 Replies

7. SCO

sco openserver release 5.0.5 installation problems on notebook

hello, i want to install release 5.0.5 on my notebook but the system hangs when extracing files from source media in fact after configuration all of setting please help me:confused: (1 Reply)
Discussion started by: hossein
1 Replies

8. SCO

laser print on sco openserver 6.0

Dear friends, Please tell me How install ethernet hp laser print p4015n on open server sco 6.0. Thank you, Edgar Guevara (10 Replies)
Discussion started by: Edgar Guevara
10 Replies

9. UNIX for Advanced & Expert Users

[Solved] remove all print jobs from a print queue

Hello, Sometimes i need to clear all the jobs of a print queue and it is really annoying to cancel one by one. Is there a way to cancel all print jobs for a specific print queue with a single command instead of cancelling them one by one? My AIX system is 5.3 Thank you for your attention (2 Replies)
Discussion started by: omonoiatis9
2 Replies

10. AIX

Print queue problems

I am using AIX 5. Just swapped over an HP printer. The old printer was on a JetDirect box. The new printer connects directly to the network. Using the same IP address to print to, so the only alteration I made was to edit the etc/qconfig file to alter the port setting from 9103 to 9100. I can... (2 Replies)
Discussion started by: charding
2 Replies
lpc(8)							      System Manager's Manual							    lpc(8)

NAME
lpc - Line printer control program SYNOPSIS
lpc [command [argument ...] ] DESCRIPTION
The lpc command is used by the system administrator to control the operation of the line printer system. For each line printer configured in the /etc/printcap file, the lpc command may be used for disabling or enabling a printer; disabling or enabling the printer spooling queue; rearranging the order of jobs in a spooling queue or finding the status of printers, their associated spooling queues, and the printer daemons. Without arguments, lpc prompts for commands from the standard input. When arguments are supplied, lpc interprets the first argument as a command and any remaining arguments as command parameters. The standard input may be redirected so that lpc reads commands from a file. The following is the list of recognized lpc commands: Prints a short description of each command specified in the argument list or, when no arguments are supplied, a list of the recognized commands. Prints a short description of each command specified in the argument list or, when no arguments are supplied, a list of the recognized commands. Terminates an active spooling daemon running on the local host, and then disables printing. This prevents new daemons from being started by lpr or lp for the specified printers. Removes any temporary files, data files, and control files that cannot be printed (files that do not form a complete printer job) from the specified printer queue(s) on the local machine. Turns the specified printer queues off. This prevents new printer jobs from being entered into the queue by lpr or lp. Turns the specified printer queue off, disables printing, and puts a message in the printer status file. The message does not need to be quoted because remaining arguments are treated the same as echo. The down command is normally used to take a printer down and let others know why. (The lpq command indicates that the printer is down and prints a status message.) Enables spooling on the local queue for the listed printers. This allows lpr or lp to put new jobs in the spool queue. Exit from lpc. Exit from lpc. Attempts to start a new printer daemon. This is useful when some abnormal condition causes the daemon to terminate unexpectedly and leave jobs in the queue. lpq reports that there is no daemon present when this condition occurs. When a daemon is stuck, you must first kill it and then restart. Enables printing and starts a spooling daemon for the listed printers. Displays the status of daemons and queues on the local machine. When printer name parameters are not supplied, information about all printers is provided. Stops a spooling daemon after the current job has completed and disables printing. Places jobs in the order listed at the top of the printer queue. Enables all printing and starts a new printer daemon. Cancels the effect of the down command. RESTRICTIONS
Normally, the clean subcommand allows you to remove all print jobs on the system or all jobs on a specified printer. However, clean does not remove the jobs in the spooling queues. Therefore, you should use the lprm command on a printer-by-printer basis to remove the jobs you want to eliminate. ERRORS
The following diagnostic messages are possible. Abbreviation matches more than one command. No match was found. Command may be executed by the superuser only. FILES
Specifies the command path. Specifies the printer description file. Specifies print spool directories. Specifies the lock file for queue control. RELATED INFORMATION
Commands: cancel(1), lp(1), lpd(8), lpr(1), lpq(1), lprm(1), lpstat(1). Files: printcap(4). delim off lpc(8)
All times are GMT -4. The time now is 03:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy