home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / sgi / 16772 < prev    next >
Encoding:
Text File  |  1992-11-23  |  1.9 KB  |  52 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!usc!cs.utexas.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!sgiblab!sgigate!sgi!rhyolite!vjs
  3. From: vjs@rhyolite.wpd.sgi.com (Vernon Schryver)
  4. Subject: Re: uucico fails if uugetty not running
  5. Message-ID: <snr6f38@rhyolite.wpd.sgi.com>
  6. Organization: Silicon Graphics, Inc.  Mountain View, CA
  7. References: <By5Lwq.C20@wizzy.com>
  8. Date: Mon, 23 Nov 1992 17:21:34 GMT
  9. Lines: 41
  10.  
  11. In article <By5Lwq.C20@wizzy.com>, andyr@wizzy.com (Andy Rabagliati) writes:
  12. > I have recently bumped into a problem with uucico, and you are such a
  13. > helpful bunch ;-)
  14. > It fails if uugetty is NOT running on that port. 
  15. > cu works fine, both ways.
  16. > Looking at the lights, nothing is even sent to the modem, as far as I
  17. > can tell. DTR comes active, and then goes away when the script fails.
  18. > I am reasonably familiar with the modem, and it has worked fine for
  19. > months. I have recently done an OS upgrade. I don't know if it did this
  20. > before, as I usually have uugetty running. I did /dev/MAKEDEV tty, was
  21. > appalled at what /dev/MAKEDEV owners did (chown everything to root) and
  22. > fixed them so the ports are owned by uucp.
  23. > Various permissions :-
  24. > /usr/lib/uucp% ls -l /dev/ttyf2 uugetty uucico /usr/bin/cu
  25. > crw--w--w-   1 uucp     uucp       0, 98 Nov 23 00:02 /dev/ttyf2
  26. > ...
  27.  
  28.  
  29. Is the port used for both incoming and outgoing calls?  If so,
  30. it is now and always has been necessary to use uugetty.
  31.  
  32. If the port is used only for outgoing calls, and if it stopped working
  33. after installing software, I bet the problem was the ownership
  34. and permissions of /dev/ttyf2.  Uugetty changes them to be usable
  35. for uucico.
  36.  
  37. It would also be prudent to check that nothing else is trying
  38. to use the port, say under the name /dev/ttyd2.  
  39. Did you check that any changes in /etc/inittab were integrated into
  40. the new version?  
  41.  
  42. Running `versions changed` and then dealing with the indicated
  43. configuration files is always a good idea.
  44.  
  45.  
  46. vjs
  47.