home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 17613 < prev    next >
Encoding:
Internet Message Format  |  1992-11-22  |  1.6 KB

  1. Path: sparky!uunet!pipex!warwick!uknet!gdt!uwe-bristol!slave.uwe.ac.uk!root
  2. From: root@slave.uwe.ac.uk (Operator (Phil/Dylan))
  3. Newsgroups: comp.os.linux
  4. Subject: Re: TCP Problems: Unknown service Solved !!!!!!!!!
  5. Message-ID: <1992Nov23.001313.15719@csd.uwe.ac.uk>
  6. Date: 23 Nov 92 00:13:13 GMT
  7. References: <LPY85PQ@math.fu-berlin.de> <3S28X5M@math.fu-berlin.de>
  8. Sender: usenet@csd.uwe.ac.uk (uwe nntp usenet poster)
  9. Reply-To: p_copela@csd.uwe.ac.uk
  10. Organization: The New University in the West of England, Bristol (WEB)
  11. Lines: 24
  12. Nntp-Posting-Host: usenet@csd.uwe.ac.uk (uwe nntp usenet poster)
  13.  
  14. In article <3S28X5M@math.fu-berlin.de>, gerd@zaphod.physik.fu-berlin.de (Gerd
  15. Buntkowsky) writes:
  16. |> Hello and thanks to everybody who helped me,
  17. |> I finally got the tcpip running
  18. |> the problem with the unknown service is, that telnet looks for
  19. |> the file /usr/etc/inet/services, while my path was /etc/services.
  20. |> In this regard my question, should I link /usr/etc/inet to /etc ?
  21.  
  22. yes erm well,... the unfortunate thing is that the networking code
  23. evolves too quickly at times and that was one of them,... 
  24. the correct standard place for services is in /etc BUT as all the
  25. tcpip code is being worked on, a temp(?) dir was used instead
  26. /usr/etc/inet so services was kept seperate from the /etc dir as
  27. it was a piece of the tcpip data files. I'd be slightly hesitant
  28. about linking an entire dir to another
  29. (mv /usr/etc/inet/* /etc;rmdir /usr/etc/inet;ln -s /etc /usr/etc/inet)
  30. (think thats right) so I tend only to link single files, (the other
  31. candidate being /usr/etc/inet/hosts -> /etc/hosts
  32.  
  33. always when in doubt use 'strings <file> | more' and look for hard
  34. coded filenames
  35.  
  36. Phil
  37. =--=
  38.