home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / apollo / 3985 < prev    next >
Encoding:
Text File  |  1992-11-18  |  2.4 KB  |  50 lines

  1. Newsgroups: comp.sys.apollo
  2. Path: sparky!uunet!utcsri!helios.physics.utoronto.ca!alchemy.chem.utoronto.ca!system
  3. From: system@alchemy.chem.utoronto.ca (System Admin (Mike Peterson))
  4. Subject: Re: named causing tcpd to spin
  5. Message-ID: <1992Nov18.181813.1527@alchemy.chem.utoronto.ca>
  6. Organization: University of Toronto Chemistry Department
  7. References: <1992Nov17.140615.3143@nessie.mcc.ac.uk>
  8. Date: Wed, 18 Nov 1992 18:18:13 GMT
  9. Lines: 39
  10.  
  11. In article <1992Nov17.140615.3143@nessie.mcc.ac.uk> bob@sna.co.umist.ac.uk (Bob Nutter) writes:
  12. >For the second time lately, named seems to be the cause of tcpd going into a
  13. >spin with the consequence that all connections are lost. Rebooting has no
  14. >effect, other than it works for a few minutes and then off it goes again. The
  15. >only cure is to stop running named on that machine.
  16. >
  17. >Has anyone else had this happen to them, and if so, what's the cure? We've got
  18. >10.4 but I don't really have the time to put it on (we're at 10.3.5 at the
  19. >moment). Is tcpd/named different at 10.4?
  20.  
  21. Named does not work properly. Using the $INCLUDE directive in the
  22. data files causes massive corruption of the data as seen by
  23. named (many host IP addresses are wrong, some end up with 255
  24. in them which is illegal). Also, the SOA numeric data fields (time to
  25. live, etc) are incorrect, and SOA records in the included files are
  26. not seen (messages in /usr/adm/syslog say:
  27.  
  28. Oct 28 10:12:53 aurum named[1081]: restarted
  29. Oct 28 10:12:56 aurum named[1081]: primary/chem.utoronto.ca: no SOA record
  30. Oct 28 10:12:59 aurum named[1081]: primary/chem.toronto.edu: no SOA record
  31.  
  32. ). This then causes named to fail to resolve names it should be resolving.
  33.  
  34. I tried removing all the $INCLUDE from the data files, and that didn't
  35. fix the problem, so I recompiled named from original source code,
  36. plus some patches. That version of named is what I run on our HP-UX and
  37. Domain/OS systems (HP-UX named has the same problem), and it seems to
  38. work.
  39.  
  40. This is still broken at SR10.4.
  41.  
  42. On a related front, note that the 'gethostbyname' system call does not
  43. return the fully qualified domain name on nodes running a name server
  44. (it works properly on systems that access remote name servers). This
  45. caused one of the USENET news programs (nntp or rn) to fall over, since
  46. the host name didn't match what it expected.
  47. -- 
  48. What are the chances that any HP computer system will ever "work" properly?
  49. ... and Slim just left town. -*- Mike Peterson, SysAdmin, U/Toronto Chemistry
  50.