- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: print spooling issues
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2000 10:08 AM
06-22-2000 10:08 AM
print spooling issues
RH 6.2 with samba 2.0.7 and lpr .50-4. Printer is an HP iii (also tried this
on an hp IV and 4000 TN), the drivers i'm using in linux are just the standard hp laserjet III delta and the laserjet iv dithered (although I've noticed it doesn't really make a difference in what driver you actually use on the print server). The HP III is hooked up to a HP Jet Direct EX Plus
configured with a static IP. I have the printer configured as a remote unix server at it's IP and RAW as the printer setting. This is then shared via the printcap file and samba and is shared out on our NT domain. I can install this printer in my Win98 box using a Windows HP laser jet III D
driver and print to the printer via the linux server. The only problem is the queuing.. I see the print job show up in the print queue on the server under /var/spool/lpd/printer with the standard name formatting (cryptic if you ask me).. it deletes it when the print job is done and everything prints fine.. only problem is, the Windows machine cannot print anything else until this print job is basically done. I can't for example print a 50 page word document, flip to excel and immedietly print a 10 page spreadsheet.. it
locks the system up until the spooling (or something else I have no clue) is finished.. I have 'spool print documents' enabled on the Windows computer and 'start printing immedietly' checked as well.. any pointers or ideas would be greatly appreciated as this really the only problem that is keeping
this server from becoming a viable print serving solution within our company. My guess is it has something to do with my queue attaching to the queue of the HP jet direct, but I'm really not sure how it works.. Should I be using the option 'direct to port printer' instead of remote Unix (lpd) Queue? (i've tried to configure it that way and haven't gotten it working). You can find the single entry from my printcap file attached below.
Clay Guthery
dguthery@mail.bokf.com
p.s. anyone know where I can get more printer drivers for Red Hat besides the
default ones that come with 6.2? ie. for the 4000 TN and newer models.
-----------------------------
PRINTCAP
##PRINTTOOL3## REMOTE ljet3d 300x300 letter {} LaserJet3d Default {}
printer35|12 tech:rp=raw:sd=/var/spool/lpd/printer35:sh:rm=10.10.18.35:if=/var/spool/lpd/printer35/filter:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2000 12:30 PM
06-22-2000 12:30 PM
Re: print spooling issues
You should be able to get Linux to Directly speak to the HP JetDirect Card, and Faily that have Linux print to the Remote Queue on the HP Server. If this works, then we need a better JetDIrect Printing HowTO Document.
Here's a excellent resource for Linux Printing:
http://www.picante.com/~gtaylor/pht/printer_list.cgi
I would have Windose print to the Queue on the Linux on HP Server. Either is multi-tasking and much more reliable.
As far as your request for information on Current Drivers, here's your answer. The Drivers are available from a Utility called Ghpstscript. All of the Major Distributions (including RedHat), provide an older out of date release of the software and drivers for Ghostscript. A current release is available at
http://www.cs.wisc.edu/~ghost/aladdin/index.html
Yes, it is freeware as well.
Hope that helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2000 10:46 AM
06-23-2000 10:46 AM
Re: print spooling issues
Were you able to view the FAQ and HOWTO's on the Web?
Did this help you out?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2000 05:02 AM
06-26-2000 05:02 AM
Re: print spooling issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2000 11:12 AM
06-26-2000 11:12 AM
Re: print spooling issues
Let's briefly review this problem. Is this a SAMBA (Windows NT) printing issue?
Are we createing a Printer Queue on Linux, HP-UX or NT?
How do you wish to print?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2000 04:54 AM
06-27-2000 04:54 AM
Re: print spooling issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2000 08:59 AM
08-11-2000 08:59 AM
Re: print spooling issues
The Howto explains excellently how to get Linux-to-Windows and Windows-to-Linux print services working, but another individual adds (I'm going from memory-- check the howto).
In creating the printcap file the line:
lp=/dev/null
or
lp=/dev/lp0... or whatever
he adds, accessing any of those devices directly causes an "exclusive lock" on that device, thus stopping it from spooling additional jobs while a job is printing.
His solution is to create a ficticious device with the command:
touch /dev/hp3d # for example.
Then you would replace the line in your printcap:
lp=/dev/null or lp=/dev/lp0 (or whatever) with:
lp=/dev/hp3d.
I haven't had this problem specifically, but it sounds exactly like what's described in the Howto. I hope this helps.
Tyrone