home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / protocol / nfs / 2163 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  2.1 KB

  1. Xref: sparky comp.protocols.nfs:2163 comp.protocols.tcp-ip.ibmpc:4912 comp.unix.aix:9131
  2. Newsgroups: comp.protocols.nfs,comp.protocols.tcp-ip.ibmpc,comp.unix.aix
  3. Path: sparky!uunet!cs.utexas.edu!torn!maccs!beame
  4. From: beame@maccs.dcss.mcmaster.ca (Carl Beame)
  5. Subject: Re: Help with /etc/printcap under AIX (3.1.x)
  6. Message-ID: <1992Aug27.025006.9106@maccs.dcss.mcmaster.ca>
  7. Keywords: AIX PC-NFS printcap 
  8. Organization: McMaster University, Hamilton, Ontario, Canada.
  9. References: <1992Aug24.215339.16291@evolving.com>
  10. Date: Thu, 27 Aug 1992 02:50:06 GMT
  11. Lines: 38
  12.  
  13. In article <1992Aug24.215339.16291@evolving.com> acw@evolving.com (Andy White) writes:
  14. >
  15. >Help!  I'm trying to allow a PC running Beame & Whiteside's PC-NFS to map a
  16. >LPT port to a postscript printer hanging off of an AIX 3.1 server, running the
  17. >bwnfsd daemon compiled from Beame & Whiteside's source (v2.3.0).  I created 
  18. >an entry for the PC in question under /etc/hosts and also /etc/hosts.lpd (per
  19. >B&W's instructions, there are also entries for the local server in each); and
  20. >I'm having no problems mounting filesystems to appropriate DOS drive letters.
  21. >According to the RTF'ed Manual, I need to define an /etc/printcap file.  After 
  22. >a little research into the Berkeley ways, I came up with the following printcap 
  23. >entry:
  24. >
  25. ># this is all of /etc/printcap...
  26. >ps|lp|HP IIIsi Laserjet w/ PostScript|:\
  27. >    :lp=:rm=shakespeare:rp=ps:sd=/usr/lpd/qdir:\
  28. >    :lf=/dev/null:
  29. >
  30. >(Okay, I admit sending errors off to /dev/null is bad form, but this is a
  31. >quick & dirty test.)  Alas, the thing doesn't work.  Has anyone slain this
  32. >particular dragon?
  33. >
  34. >Many thanks in advance...
  35. >
  36.  
  37.     The /etc/printcap file needed for bwnfsd, is ONLY used to determine
  38. the available printers. The file is parsed when bwnfsd is started and NET
  39. LINK attempts are checked against the printers listed in /etc/printcap.
  40. The daemon only uses the name fields, thus a printcap file can look like:
  41.  
  42. ps|lp|HP IIIsi Laserjet w/ PostScript:
  43.  
  44.     BW-NFS should be able to link to printers "ps" or "lp". If you are
  45. still having trouble, please send mail to tech@bws.com or call us at
  46. (416) 765-0822.
  47.  
  48. Carl Beame
  49. Beame & Whiteside Software Ltd.
  50. tech@bws.com
  51.