home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / utils / bug / 1505 < prev    next >
Encoding:
Text File  |  1992-09-08  |  2.2 KB  |  58 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!csv.warwick.ac.UK!cudcv
  3. From: cudcv@csv.warwick.ac.UK (Rob McMahon)
  4. Subject: finger-1.35 - locks up
  5. Message-ID: <16383.199209071419@thistle.csv.warwick.ac.uk>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Mon, 7 Sep 1992 16:19:13 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 45
  12.  
  13. finger-1.35 / Sun4 / SunOS-4.1.2 / gcc-2.2.2 -O2
  14.  
  15. Fingerd seems to quickly lock up.  (In fact it appears it only checks other
  16. hosts on the network when I send it a `HUP'.)  Then you start getting the 
  17.  
  18. /usr/local/etc/fingerdir/hostdata: file has not changed in  0:10:38
  19.  
  20. message.  An `strace' of the daemon gives the last few system calls as
  21.  
  22. ------------------------------------------------------------------------------
  23. open("/usr/local/etc/fingerdir/clients".., WRONLY|CREAT|TRUNC, 666) = 3
  24. write(3, "bramble.csv.warwick.ac.uk\0\0\0\0\0\0\0".., 84) = 84
  25. write(3, "clover.csv.warwick.ac.uk\0\0\0\0\0\0\0\0".., 84) = 84
  26. write(3, "lily.csv.warwick.ac.uk\00.0)\0\0\0\0\0".., 84) = 84
  27. write(3, "limpid.csv.warwick.ac.uk\0on\0\0\0\0\0".., 84) = 84
  28. write(3, "orchid.csv.warwick.ac.uk\0\0\0\0\0\0\0\0".., 84) = 84
  29. write(3, "shark.csv.warwick.ac.uk\0\0\0\0\0\0\0\0\0".., 84) = 84
  30. write(3, "thistle.csv.warwick.ac.uk\0\0\0\0\0\0\0".., 84) = 84
  31. close(3) = 0
  32. sigcleanup() = 0
  33. sigpause(0
  34. ------------------------------------------------------------------------------
  35.  
  36. A `finger .clients' gives
  37.  
  38. ------------------------------------------------------------------------------
  39. /usr/local/etc/fingerdir/clientstatus: file has not changed in  0:13:24
  40. There are 7 clients served by orchid.
  41.  
  42. Hostname                 Address         Status           Idle Time
  43. bramble.csv.warwick.ac.uk 137.205.192.10  up(3 users)      
  44. clover.csv.warwick.ac.uk 137.205.192.6   up(47 users)     
  45. lily.csv.warwick.ac.uk   137.205.192.7   up(18 users)     
  46. limpid.csv.warwick.ac.uk 137.205.193.194 idle(5 users)    2 days, 21:41:52
  47. orchid.csv.warwick.ac.uk 137.205.192.5   idle(5 users)     0:03:24
  48. shark.csv.warwick.ac.uk  137.205.193.193 up(4 users)      
  49. thistle.csv.warwick.ac.uk 137.205.128.4   idle(3 users)     0:07:24
  50. ------------------------------------------------------------------------------
  51.  
  52. Any ideas ?
  53.  
  54. Cheers,
  55.  
  56. Rob
  57.  
  58.