home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / ultrix / 5904 < prev    next >
Encoding:
Text File  |  1992-07-27  |  3.2 KB  |  73 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!mips!zaphod.mps.ohio-state.edu!cs.utexas.edu!tamsun.tamu.edu!eagle.tamu.edu!j1h9453
  3. From: j1h9453@eagle.tamu.edu (Joel Andrew Huddleston)
  4. Subject: Re: LAT ultrix patches
  5. Message-ID: <1992Jul27.152958.23421@tamsun.tamu.edu>
  6. Keywords: lat ultrix
  7. Sender: news@tamsun.tamu.edu (Read News)
  8. Reply-To: zod@zeus.tamu.edu
  9. Organization: Academic Computing Services
  10. References:  <712041645@macbeth.cs.duke.edu>
  11. Date: Mon, 27 Jul 1992 15:29:58 GMT
  12. Lines: 59
  13.  
  14. In article <712041645@macbeth.cs.duke.edu>, pusateri@duke.cs.duke.edu (Thomas J. Pusateri) writes:
  15. |> Can someone point me to the ultrix LAT patches that allow me
  16. |> to print more than one file when connecting a printer to a terminal
  17. |> server (DS200) and setting up a printcap entry?
  18. |> 
  19. |> I can get it to print the first file and then it stops with
  20. |> 
  21. |> /usr/lib/lpd: lp1: cannot open /dev/tty09: Socket is already connected.
  22. |> 
  23. |> I heard there was a problem with it not closing the LAT connection after
  24. |> it sent the file.
  25.  
  26. This DEFINITELY belongs in the FAQ.
  27.  
  28. To solve your problems:
  29. The lcp line in your /etc/rc.local should have
  30. -h /dev/tty04:SERVER1:PORT1,/dev/tty05:SERVER2:PORT2,...
  31. with an entry for each printer you will use over lat.
  32.  
  33. The printcap should have :ct=dev: and :lp=/dev/tty?? in it and should NOT
  34. have :ts=xxx:, :op=xxx: or :os=xxx: entries.
  35.  
  36. If you still have problems, turn off lat with lcp -t and wait for several
  37. minutes before restarting it with lcp -s -h ........
  38. This wait gives the terminal servers a chance to forget about your node
  39. and reset all their connections.  As far as I can tell, starting lat with
  40. the -h option creates a connection of some variety with the Terminal
  41. Server *RIGHT THEN* which is kept alive by some heartbeat like packets
  42. between the computer and the Terminal Server.  This connection can get
  43. confused and you have to let the Terminal Server time it out before
  44. restarting lat.  This explains the delay.  You may also have to kill
  45. the lpd which is running and abort the queue with lpc but probably not.
  46.  
  47. To the folks at DEC, PLEASE PLEASE PLEASE develop a workable API for LAT
  48. on ultrix so we can do all the nifty things that VMS does with it.  I
  49. have jealously watched VMSers do set host/LAT for about 6 months now.
  50. I am also getting tired of working around the bugs in Ultrix LAT.
  51.  
  52. |> Also, what does lattelnet do?
  53.  
  54.  
  55. Lattelnet is a dangerous and evil piece of software which allows others
  56. to log in to a TCP/IP host through your computer via LAT.  It has also
  57. been known to allow people to remotely connect to your system as root
  58. without a password.  Once you have started allowing people to use the
  59. LAT/Telnet gateway, you have opened a big security and auditing hole
  60. which, try as you may, you cannot fill without turning it off.  However,
  61. if you really want to start the LAT/Telnet gateway, see the "Guide to
  62. Ethernet Communications Servers" section of "System and Network Management"
  63. manual, probably volume 4.
  64.  
  65. |> Tom Pusateri
  66. |> pusateri@cs.duke.edu
  67.  
  68. -- 
  69. Joel Huddleston  eka j1h9453@eagle.tamu.edu
  70.      Peace: Not just the absence of war but the absence of fear.
  71.        War: Not just the absence of peace but the absence of cowardice.
  72. Disclaimer: Not just the absence of blame but the absence of responsibility.
  73.