home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / novell / 9311 < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.2 KB  |  35 lines

  1. Newsgroups: comp.sys.novell
  2. Path: sparky!uunet!boulder!wizard.colorado.edu!cearley_k
  3. From: cearley_k@wizard.colorado.edu
  4. Subject: lpr flags from FLEX/IP
  5. Message-ID: <1992Nov11.171209.1@wizard.colorado.edu>
  6. Lines: 22
  7. Sender: news@colorado.edu (The Daily Planet)
  8. Nntp-Posting-Host: wizard.colorado.edu
  9. Organization: University of Colorado, Boulder
  10. Date: 11 Nov 92 17:12:09 MST
  11. Lines: 22
  12.  
  13. Our problem seems to the flip-side of the FLEX-IP problem described
  14. previously. We are trying to send large binary print files from 
  15. Netware -> Unix LPD queue.
  16.  
  17. lpr (the client side of lpd) can usually pass flags to the lpd server like 
  18. -v or -l, telling it "this print stream contains binary data". When LPD gets 
  19. this flag, it blocks the incoming print stream in 512k chunks. Without this
  20. flag, it tries to block for the record length, which it determines by 
  21. a line ending with <LF>. Without the <LF> in the binary data, it hits 
  22. hardcoded limits in the buffers defined by LPD, or system quotas for
  23. the process, etc. causing the print job to blow.
  24.  
  25. So... my question: 
  26.  
  27. HOW DO YOU PASS THE -v FLAG THROUGH THE LPR_GWY????
  28.  
  29.  
  30.     -Thanks for any info
  31.  
  32.     -Kent Cearley
  33.     -University of Colorado, Boulder
  34.  
  35.