home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / sun / admin / 6212 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  1.9 KB

  1. Xref: sparky comp.sys.sun.admin:6212 comp.unix.admin:4954
  2. Path: sparky!uunet!auspex-gw!guy
  3. From: guy@Auspex.COM (Guy Harris)
  4. Newsgroups: comp.sys.sun.admin,comp.unix.admin
  5. Subject: Re: biff not biffing
  6. Message-ID: <14512@auspex-gw.auspex.com>
  7. Date: 9 Sep 92 06:37:22 GMT
  8. References: <1992Aug29.211845.21326@ccu.umanitoba.ca> <BtxGD1.1sM@cs.psu.edu> <Bu9z6n.3Mt@iron.hq.aflc.af.mil>
  9. Sender: news@auspex-gw.auspex.com
  10. Followup-To: comp.sys.sun.admin
  11. Organization: Auspex Systems, Santa Clara
  12. Lines: 49
  13. Nntp-Posting-Host: auspex.auspex.com
  14.  
  15. >We found an interesting corrolation here today: the biff problem
  16. >only is apparent when  comsat tries to biff users with login names 
  17. >of 8 characters.  If the user has less than 8 chars, it works
  18. >just fine.
  19. >
  20. >Could it be that the author of comsat forgot that strings in C
  21. >need to be defined as having one more character than the largest
  22. >size?
  23.  
  24. No, but it could be that the person at Sun who modified it to do certain
  25. operations with the UID of the user to whom the message is being
  26. delivered did:
  27.  
  28. Patch-ID# 100272-04
  29. Keywords: biff, comsat, mail, 4.1, in.comsat, daemon, 8-characte, login 
  30. Synopsis: SunOS 4.1.1 in.comsat daemon fails with 8-character login names
  31. Date: 09-Sept-91
  32.  
  33. SunOS release: 4.1.1  
  34.  
  35. Unbundled Product: 
  36.  
  37. Unbundled Release:
  38.  
  39. Topic: in.comsat + 8bit login 
  40.  
  41. BugId's fixed with this patch: 1035603 
  42.  
  43. Architectures for which this patch is available: sun4c sun3 sun3x sun4
  44.  
  45. Patches which may conflict with this patch:
  46.  
  47. Obsoleted by: SunOS 5.0
  48.  
  49. Problem Description: 4.1 in.comsat daemon fails with 8-character login names,
  50. especially when one is logged in remotely.  in.comsat core dumps in this case,
  51. and the user's mail is not biff'ed to the terminal.
  52.  
  53.  
  54. INSTALL: 
  55.  
  56.  1) Make a backup copy of the old file:
  57. mv /usr/etc/in.comsat /usr/etc/in.comsat.fcs
  58.  
  59.  2) Now copy in the patched files and set permissions:
  60. cp `arch -k`/in.comsat /usr/etc
  61. chown root /usr/etc/in.comsat
  62. chmod 755 /usr/etc/in.comsat
  63. chgrp staff /usr/etc/incomsat
  64.