]> andersk Git - moira.git/blobdiff - lib/mr_et.et
#define the zephyr stuff & add syslog definitions as well
[moira.git] / lib / mr_et.et
index e597d29e41765a68b045d11e0612eb6786e7727b..85efc581f0a3ed54b1748ca044c6cb989677db01 100644 (file)
@@ -5,16 +5,16 @@
        error_table sms
 
 ec     SMS_NOT_CONNECTED,
-       "Not connected to SMS server"
+       "Not connected to Moira server"
 
 ec     SMS_CANT_CONNECT,
-       "Can't connect to SMS server"
+       "Can't connect to Moira server"
 
 ec     SMS_VERSION_MISMATCH,
-       "SMS version mismatch"
+       "Moira version mismatch"
 
 ec     SMS_ABORTED,
-       "SMS operation aborted"
+       "Moira operation aborted"
 
 ec     SMS_UNKNOWN_PROC,
        "Unknown procedure"
@@ -23,7 +23,7 @@ ec    SMS_INGRES_ERR,
        "Ingres system error occurred"
 
 ec     SMS_MORE_DATA,
-       "More data is available from SMS"
+       "More data is available from Moira"
 
 ec     SMS_NO_MATCH,
        "No records in database match query"
@@ -32,10 +32,10 @@ ec  SMS_NO_HANDLE,
        "Unknown query handle"
 
 ec     SMS_ALREADY_CONNECTED,
-       "Already connected to sms"
+       "Already connected to the moira server"
 
 ec     SMS_ARGS,
-       "Insufficient number of arguments"
+       "Incorrect number of arguments"
 
 ec     SMS_NOT_UNIQUE,
        "Arguments not unique"
@@ -82,8 +82,8 @@ ec    SMS_QUEUE,
 ec     SMS_DEVICE,
        "No such device"
 
-ec     SMS_ACL,
-       "No such access control list"
+ec     SMS_ACE,
+       "No such access control entity"
 
 ec     SMS_NFSPHYS,
        "Machine/device pair not in nfsphys"
@@ -94,4 +94,111 @@ ec  SMS_FILESYS_EXISTS,
 ec     SMS_QUERY_NOT_REENTRANT,
        "Cannot do query from callback routine"
 
+ec     SMS_RVD,
+       "No such rvd"
+
+ec     SMS_NFS,
+       "Specified directory not exported"
+
+ec     SMS_FILESYS_ACCESS,
+       "Invalid filesys access"
+
+ec     SMS_USER_GROUP,
+       "List is a user group"
+
+ec     SMS_ARG_TOO_LONG,
+       "An argument is too long"
+
+# These appear only in version 2 of the protocol and later:
+
+ec     SMS_NO_MEM,
+       "Server ran out of memory"
+
+ec     SMS_IN_USE,
+       "Object is in use"
+
+ec     SMS_BAD_CLASS,
+       "Specified class is not known"
+
+ec     SMS_INTERNAL,
+       "Moira internal consistency failure"
+
+ec     SMS_BAD_CHAR,
+       "Illegal character in argument"
+
+ec     SMS_BAD_GROUP,
+       "Invalid group ID"
+
+ec     SMS_WILDCARD,
+       "Wildcards not allowed in this case"
+
+ec     SMS_NO_CHANGE,
+       "The database has not changed, files not rebuilt"
+
+ec     SMS_TAR_FAIL,
+       "Unable to build archive of config files"
+
+ec     SMS_OCONFIG,
+       "Unable to open DCM file"
+
+ec     SMS_CCONFIG,
+       "Error closing DCM output file"
+
+ec     SMS_FSTYPE,
+       "Unknown filesys type"
+
+ec     SMS_INTEGER,
+       "String could not be parsed as an integer"
+
+ec     SMS_NO_ID,
+       "Cannot allocate new ID"
+
+ec     SMS_NO_FILESYS,
+       "Cannot find space for filesys"
+
+ec     SMS_NO_POBOX,
+       "Cannot find space for pobox"
+
+ec     SMS_NO_QUOTA,
+       "No default quota specified"
+
+ec     SMS_USER_AUTH,
+       "Cannot find you in the database, access will be restricted"
+
+ec     SMS_DEADLOCK,
+       "Database deadlock; try again later"
+
+ec     SMS_NOCRED,
+       "Unable to install new credentials files"
+
+ec     SMS_SETQUOTA,
+       "Failure setting user quota"
+
+ec     SMS_HESFILE,
+       "Failure updating hesiod file (probably disk full)"
+
+ec     SMS_MISSINGFILE,
+       "Did not receive file for update"
+
+ec     SMS_MKCRED,
+       "unable to compile database files"
+
+ec     SMS_NAMED,
+       "name daemon failed to start"
+
+ec     SMS_TARERR,
+       "Tar of update file failed (disk full?)"
+
+ec     SMS_PROTO,
+       "Failed to put prototype files in new locker"
+
+ec     SMS_BUSY,
+       "the database is busy; try again later"
+
+ec     SMS_DOWN,
+       "the database is closed right now; try again later"
+
+ec     SMS_LISTLOOP,
+       "Lists are not allowed to contain themselves as members"
+
        end
This page took 0.086068 seconds and 4 git commands to generate.