home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / protocol / tcpip / ibmpc / 5260 < prev    next >
Encoding:
Text File  |  1992-09-15  |  1.4 KB  |  51 lines

  1. Newsgroups: comp.protocols.tcp-ip.ibmpc
  2. Path: sparky!uunet!caen!destroyer!mudos!mju
  3. From: mju@mudos.ann-arbor.mi.us (Marc Unangst)
  4. Subject: Problems with NOS LPD
  5. Message-ID: <Bun83K.I31@mudos.ann-arbor.mi.us>
  6. Date: Tue, 15 Sep 1992 23:33:18 GMT
  7. Organization: The Programmer's Pit Stop, Ann Arbor MI
  8. Lines: 41
  9.  
  10. I'm having some problems getting NOS LPD to work.  Specifically, the
  11. system hangs when I try to do "start lpd".  If I take the "start lpd"
  12. command out of AUTOEXEC.NET, then NOS works fine -- I can ping other
  13. systems, telnet to them, etc., and can even ping the NOS box if I've
  14. started the echo server.  But as soon as I type "start lpd", NOS
  15. hangs.  NumLck still toggles the LED, but I can't hit Ctrl-Break or
  16. F10 to get a prompt, and I have to reboot.
  17.  
  18. My printcap file is pretty simple:
  19.  
  20. #
  21. # example printcap for NOS LPD
  22. #
  23.  
  24. # Laser II printer on LPT1.
  25. #
  26. lj|lp1|p1:\
  27.         :af=/etc/lp-acct:\
  28.     :lf=/etc/lpd-log:\
  29.     :lp=LPT1:\
  30.     :pl#66:\
  31.     :pw#80:\
  32.     :sd=/spool/lpd/lp1:\
  33.     :sh:\
  34.  
  35. I'm using the SLIP8250 packet driver, with the following AUTOEXEC.NET:
  36.  
  37. attach packet 0x60 sl0 35 1024
  38. ifc sl0 ip 192.84.21.2 netm 0xffffff00 broad 192.84.21.255
  39. route add default sl0
  40. start echo
  41. start discard
  42. start ftp
  43. start smtp
  44.  
  45. Any ideas?
  46.  
  47. -- 
  48. Marc Unangst                | Real men don't use Windows.  Real men use X. 
  49. mju@mudos.ann-arbor.mi.us   | Only a real man would use a GUI where the
  50.                             | shift keys after "Alt" are "Super" and "Hyper."
  51.