home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / mail / mush / 401 < prev    next >
Encoding:
Text File  |  1992-11-21  |  1.2 KB  |  39 lines

  1. Newsgroups: comp.mail.mush
  2. Path: sparky!uunet!gatech!bloom-beacon!INTERNET!dont-send-mail-to-path-lines
  3. From: bart@zigzag.UUCP (Bart Schaefer)
  4. Subject: Re: MUSH on Ultrix 4.2A
  5. Message-ID: <9211211828.ZM5023@zigzag>
  6. Sender: root@athena.mit.edu (Wizard A. Root)
  7. Reply-To: bart@zigzag.z-code.com
  8. Organization: The Internet
  9. Date: Sun, 22 Nov 1992 02:28:25 GMT
  10. Lines: 27
  11.  
  12. On Nov 20,  8:26am, Sergio Luis Aponte Morales wrote:
  13. } Subject: Re: MUSH on Ultrix 4.2A
  14. }
  15. }     mush -d sergio@coqui.ingres.com
  16. }     ... (I compose my email)
  17. }     ... (. <-- return to end mail compose)
  18. }     pid 3280 (sendmail) was killed on an unaligned access, at pc 0x40ccd8
  19. }     sh: 3280 Bus error
  20. }     Saved letter in ~/dead.letter.
  21.  
  22. This is a sendmail bug which we have reported to DEC.  Sendmail dumps core
  23. whenever the environment variable NAME is set.  (Try it from your shell!)
  24.  
  25. Workaround:  Add
  26.  
  27.     unsetenv NAME
  28.  
  29. somewhere in /usr/lib/Mushrc or in your ~/.mushrc, and make sure you do so
  30. AFTER any occurrence of
  31.  
  32.     set realname = ...
  33.  
  34. (which mush automatically exports as NAME).
  35.  
  36. -- 
  37. Bart Schaefer                                     schaefer@zigzag.z-code.com
  38. Z-Code Software Corp.                             schaefer@z-code.com
  39.