home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / admin / 6606 < prev    next >
Encoding:
Text File  |  1992-12-12  |  2.3 KB  |  68 lines

  1. Newsgroups: comp.unix.admin
  2. Path: sparky!uunet!gatech!paladin.american.edu!europa.asd.contel.com!emory!athena.cs.uga.edu!marie!david
  3. From: david@marie.stat.uga.edu (David Gundlach)
  4. Subject: Re: Printing problems
  5. Message-ID: <1992Dec12.152157.5146@athena.cs.uga.edu>
  6. Sender: news@athena.cs.uga.edu
  7. Organization: UGA Statistics Department
  8. References: <1gavefINN3ot@athena.sdsu.edu>
  9. Date: Sat, 12 Dec 1992 15:21:57 GMT
  10. Lines: 56
  11.  
  12. And then in <1gavefINN3ot@athena.sdsu.edu>, butler@saturn.sdsu.edu (Michael Butler) said...
  13. % Hello Folks,
  14. % I have a situation where all the UNIX machines that are
  15. % networked together through ether-net have access to 
  16. % printers which are on a Novell network.  The problem is 
  17. % that the UNIX printer daemon puts a new page on the print
  18. % job before it gets sent to the Novell network, and then
  19.  
  20. It doesn't have to...
  21.  
  22. % the Novell printer daemon puts another new page on as well.
  23.  
  24. I don't know about this, so I'll tackle the UNIX end.
  25.  
  26. % Has anyone out there ever had this problem, and if so has any 
  27. % of them solved it?
  28.  
  29. First, a disclaimer: this information comes from working on SUN systems.
  30.  
  31. Now to the information...  In the /etc/printcap file, you can declare
  32. just about anything about your printer.  One of the fields is 'of',
  33. which is the output(banner) filter.  If you set this to something
  34. like /bin/true, you should probably be able to print pages with no
  35. banners.
  36.  
  37. The other option is to use the -h flag in your print jobs, so that
  38. the header(banner) page is supressed.  [I sure wish the authors would
  39. have settled on the terms used! :-) ]  Unless you've declared the
  40. printer explicitly in some program, most users are probably printing
  41. with some invocation of the lpr command (if it's a BSD system, anyway...)
  42. and thus could attach the -h flag.  We've written up some shell scripts
  43. named after the printers (lw, lpm, lj) that automatically direct printing
  44. to the proper device as well as supress the header page.
  45.  
  46. % Thanks for any input,
  47. Hope this helps...
  48.  
  49. % Mike Butler
  50. % butler@saturn.sdsu.edu
  51.  
  52.  
  53.  
  54. :-D
  55. --
  56. David Gundlach                david@marie.stat.uga.edu
  57. System Support and Integration        david@rolf.stat.uga.edu
  58. UGA Statistics                david@castor.cs.uga.edu
  59. University of Georgia            david@groucho.dev.uga.edu
  60. 706/542-3289 or 706/542-5232        BITNET: statuga@uga
  61.  
  62. "I think, therefore I am wrong." --     me
  63.  
  64.  
  65.