The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Operating Systems
> UNIX Help
|
SCO and Print issue
Discuss SCO and Print issue in the UNIX Help forum on Dev Shed. SCO and Print issue UNIX Help forum discussing the Unix Operating System and all variants including Irix, Solarix, and AIX. Unix was designed as a true multi-user operating system.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

September 20th, 2003, 09:05 AM
|
|
Junior Member
|
|
Join Date: Jun 2003
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
SCO and Print issue
| I have a client with a SCO running on a Proliant 800 system, they run some kind of DB on it, during printing, system does not send form feed signal,i.e. if 2 documets sent, they are printed on same page. Does any one know what could be the problem and how to fix it. I have some knowlege of Linux but not SCO.
# uname -X
System = SCO_SV
Node = scosysv
Release = 3.2v5.0.5
KernelID = 98/07/02
Machine = PentII(D)
BusType = ISA
Serial = 2GA051257
Users = 5-user
OEM# = 0
Origin# = 1
NumCPU = 1
#
# lpstat -p -D
l1:
queuing is enabled
l2:
queuing is enabled
#
The database/program is AccuPlus ( no version) I called them and they claim that they have nothing to do with unix and this is a unix problem
Thank you
Al
|

September 24th, 2003, 01:03 PM
|
|
Contributing User
|
|
Join Date: Oct 2000
Location: Back in the real world.
|
|
|
Re: SCO and Print issue
Quote: Originally posted by alexseys
I called them and they claim that they have nothing to do with unix and this is a unix problem |
They're right. Printing in unix is usually not implemented in client programs, but they simply produce postscript output and pipe it to "lpr". The printer daemon ("lpd", "cupsd", ...) will take care of the rest.
Edit your /etc/printcap file and remove the ":sf:" option ("suppress formfeed")
hth,
M.
|

September 25th, 2003, 08:03 PM
|
|
Junior Member
|
|
Join Date: Jun 2003
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Re: Re: SCO and Print issue
Quote: Originally posted by M.Hirsch
They're right. Printing in unix is usually not implemented in client programs, but they simply produce postscript output and pipe it to "lpr". The printer daemon ("lpd", "cupsd", ...) will take care of the rest.
Edit your /etc/printcap file and remove the ":sf:" option ("suppress formfeed") 
hth,
M. |
Here is the content of the file you point to I do not see what I should change on it Please advise
# Remote Line Printer (BSD format)
printer1:\
:lp=:rm=lanpres1:ex:rp=l1:sd=/usr/spool/lpd/l1:mx#0:
printer2:\
:lp=:rm=lanpres1:ex:rp=l2:sd=/usr/spool/lpd/l2:mx#0:
# #
Thank You Al
|

September 26th, 2003, 01:02 AM
|
|
Contributing User
|
|
Join Date: Oct 2000
Location: Back in the real world.
|
|
|
The default in FreeBSD is "sf=false", not sure if SCO is different here. "man 5 printcap" will reveal this.
I expected it to have a ":sf:" somewhere, but if SCO's default is "sf=true", you would have to add it:
:lp=:rm=lanpres1:ex:rp=l1:sd=/usr/spool/lpd/l1:mx#0:sf:
You are using a printer not attached to this machine, you probably have to set it up on the other machine where the printer is connected to. (In case it directly connects to your ethernet, try to telnet to it for configuration).
hth,
M.
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|