X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/b3c011db9e4ac2cc6cfe719abd188e5d4c74fb2c..refs/heads/origin:/lib/mr_et.et diff --git a/lib/mr_et.et b/lib/mr_et.et index 96a79923..6ae556b7 100644 --- a/lib/mr_et.et +++ b/lib/mr_et.et @@ -1,7 +1,4 @@ -# $Source$ -# $Author$ -# $Header$ -# +# $Id$ error_table sms ec MR_NOT_CONNECTED, @@ -19,8 +16,8 @@ ec MR_ABORTED, ec MR_UNKNOWN_PROC, "Unknown procedure" -ec MR_INGRES_ERR, - "Ingres system error occurred" +ec MR_DBMS_ERR, + "DBMS system error occurred" ec MR_MORE_DATA, "More data is available from Moira" @@ -78,7 +75,7 @@ ec MR_PRINTER, ec MR_QUEUE, "Unknown queue" - + ec MR_DEVICE, "No such device" @@ -175,7 +172,7 @@ ec MR_SETQUOTA, "Failure setting user quota" ec MR_HESFILE, - "Failure updating hesiod file (probably disk full)" + "Unable to copy hesiod file into nameserver directory" ec MR_MISSINGFILE, "Did not receive file for update" @@ -187,7 +184,7 @@ ec MR_NAMED, "name daemon failed to start" ec MR_TARERR, - "Tar of update file failed (disk full?)" + "Unable to extract DCM files" ec MR_PROTO, "Failed to put prototype files in new locker" @@ -201,4 +198,46 @@ ec MR_DOWN, ec MR_LISTLOOP, "Lists are not allowed to contain themselves as members" +ec MR_DBMS_SOFTFAIL, + "Temporary database failure, try again" + +ec MR_COREDUMP, + "Subprocess coredumped" + +ec MR_SUBNET, + "Bad subnet" + +ec MR_ADDRESS, + "Bad address" + +ec MR_VERSION_LOW, + "Client query version is older than server" + +ec MR_VERSION_HIGH, + "Client query version is newer than server" + +ec MR_RESERVED, + "That name is reserved" + +ec MR_QUALITY, + "Password is too simple" + +ec MR_CONTAINER, + "No such container" + +ec MR_NEW_CONTAINER_NAME, + "The new container name is invalid" + +ec MR_ACCOUNT_NUMBER, + "No such account number" + +ec MR_CONTAINER_NO_PARENT, + "Parent container does not exist" + +ec MR_BAD_MAIL_STRING, + "Address refers to nonexistent domain or MIT internal mail server" + +ec MR_NO_KRB4, + "Unable to complete operation using Kerberos v4" + end