[809] in Moira
Re: Hesiod DCM
daemon@ATHENA.MIT.EDU (Mark Rosenstein)
Wed Oct 19 10:15:05 1994
Date: Wed, 19 Oct 1994 10:15:06 -0400
From: Mark Rosenstein <mar@actwin.com>
To: dkk@MIT.EDU
Cc: moiradev@MIT.EDU, op@MIT.EDU
In-Reply-To: <9410190752.AA24873@imbrium.MIT.EDU> (message from David Krikorian on Wed, 19 Oct 94 03:52:25 -0400)
I know how the wrong error can be reported, but not exactly what
happened. Only the least significant byte of the error code can
actually be returned when a process exits. So the when the DCM
recieves the exit code from the script, it adds the SMS_ERR_BASE to
the number, assuming it was a moira error. But it may have been an
error of another type, such as an errno.h value or something else.
-Mark