home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / apollo / 3362 < prev    next >
Encoding:
Text File  |  1992-08-26  |  2.5 KB  |  60 lines

  1. Newsgroups: comp.sys.apollo
  2. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!xn.ll.mit.edu!ll.mit.edu!rocco
  3. From: rocco@ll.mit.edu (A. Gregory Rocco Jr.)
  4. Subject: Unable to open a stream to the SIO line, SLIP, hardware flow control
  5. Message-ID: <1992Aug26.191122.4569@ll.mit.edu>
  6. Originator: rocco@ll.mit.edu (A. Gregory Rocco Jr.)
  7. Keywords: SIO, SLIP
  8. Sender: news@ll.mit.edu
  9. Organization: MIT Lincoln Lab; Lexington Ma
  10. Date: Wed, 26 Aug 92 19:11:22 GMT
  11. Lines: 47
  12.  
  13.  
  14. In article  <DISSER.92Aug21075108@metaphor.engin.umich.edu>
  15. disser@engin.umich.edu (David Disser) writes:
  16.  
  17. > I've got a DN3000 I want to hook up via SLIP at 14.4kbps.  I can't even get
  18. > started.  I've got the modem hooked up, and I've got what I think are good
  19. > tctl settings, but when I try to use emt and go into remote mode, I get
  20. > ?(emt) Unble to open a stream to the SIO line (/dev/sio1).
  21. > - requested object is in use (stream manager/IOS)
  22.  
  23. There is a good chance that the line is in use because the
  24. server_process_manager is using it.  If you look in /dev (generally linked
  25. to `node_data/dev) you will probably find a symbolic link which looks
  26. something like:
  27.    //hamerkop/sys/node_data/dev/sio.spm -> sio1
  28.  
  29. This link controls which sio line if any spm talks to.  You do not need to
  30. have it talk to any sio line at all. To fix the problem change the link to
  31. be something like:
  32.    //kingfisher/sys/node_data/dev/sio.spm -> null
  33.  
  34. If you are logged into the machine that has the sio line, the following
  35. Aegis command can be used accomplish this:
  36.    /com/crl -r /dev/sio.spm null
  37.  
  38. Once you have changed the link you should reboot the node so that spm will be
  39. restarted, making the change take effect.
  40.  
  41.  
  42. I have a DN4000 at home and am using US Robotics Courier V.32BIS modem to
  43. talk to my systems back at work.  I am using the vt100 emulator and
  44. kermit when I am using the DN4000 as a terminal.  I have the DN4000 and the
  45. modem talking to each other at 19.2 Kbaud and connect to my systems at work
  46. at 9600 baud with some compression.  I have not been loosing any data since
  47. I turned on hardware flow control.  From the LEDs on an RS-232 breakout box,
  48. I can see that the hardware flow control is working.
  49.  
  50. I am planning on setting up a SLIP connection but am having some trouble and
  51. have not had the time to resolve it yet.  In one configuration the connection
  52. works long enough to pass a list of routes to the routed running on my 
  53. machine at home and then the SLIP connection hangs.
  54.  
  55. Greg Rocco
  56. MIT Lincoln Lab
  57. Lexington Ma USA
  58. rocco@ll.mit.edu
  59.