]> andersk Git - moira.git/blame_incremental - lib/mr_et.et
added GDSS stuff
[moira.git] / lib / mr_et.et
... / ...
CommitLineData
1# $Source$
2# $Author$
3# $Header$
4#
5 error_table sms
6
7ec MR_NOT_CONNECTED,
8 "Not connected to Moira server"
9
10ec MR_CANT_CONNECT,
11 "Can't connect to Moira server"
12
13ec MR_VERSION_MISMATCH,
14 "Moira version mismatch"
15
16ec MR_ABORTED,
17 "Moira operation aborted"
18
19ec MR_UNKNOWN_PROC,
20 "Unknown procedure"
21
22ec MR_INGRES_ERR,
23 "Ingres system error occurred"
24
25ec MR_MORE_DATA,
26 "More data is available from Moira"
27
28ec MR_NO_MATCH,
29 "No records in database match query"
30
31ec MR_NO_HANDLE,
32 "Unknown query handle"
33
34ec MR_ALREADY_CONNECTED,
35 "Already connected to the moira server"
36
37ec MR_ARGS,
38 "Incorrect number of arguments"
39
40ec MR_NOT_UNIQUE,
41 "Arguments not unique"
42
43ec MR_PERM,
44 "Insufficient permission to perform requested database access"
45
46ec MR_LIST,
47 "No such list"
48
49ec MR_USER,
50 "No such user"
51
52ec MR_STRING,
53 "Unknown string"
54
55ec MR_TYPE,
56 "Invalid type"
57
58ec MR_EXISTS,
59 "Record already exists"
60
61ec MR_DATE,
62 "Invalid date"
63
64ec MR_CLUSTER,
65 "Unknown cluster"
66
67ec MR_MACHINE,
68 "Unknown machine"
69
70ec MR_SERVICE,
71 "Unknown service"
72
73ec MR_FILESYS,
74 "Named file system does not exist"
75
76ec MR_PRINTER,
77 "Unknown printer"
78
79ec MR_QUEUE,
80 "Unknown queue"
81
82ec MR_DEVICE,
83 "No such device"
84
85ec MR_ACE,
86 "No such access control entity"
87
88ec MR_NFSPHYS,
89 "Machine/device pair not in nfsphys"
90
91ec MR_FILESYS_EXISTS,
92 "Named file system already exists"
93
94ec MR_QUERY_NOT_REENTRANT,
95 "Cannot do query from callback routine"
96
97ec MR_RVD,
98 "No such rvd"
99
100ec MR_NFS,
101 "Specified directory not exported"
102
103ec MR_FILESYS_ACCESS,
104 "Invalid filesys access"
105
106ec MR_USER_GROUP,
107 "List is a user group"
108
109ec MR_ARG_TOO_LONG,
110 "An argument is too long"
111
112# These appear only in version 2 of the protocol and later:
113
114ec MR_NO_MEM,
115 "Server ran out of memory"
116
117ec MR_IN_USE,
118 "Object is in use"
119
120ec MR_BAD_CLASS,
121 "Specified class is not known"
122
123ec MR_INTERNAL,
124 "Moira internal consistency failure"
125
126ec MR_BAD_CHAR,
127 "Illegal character in argument"
128
129ec MR_BAD_GROUP,
130 "Invalid group ID"
131
132ec MR_WILDCARD,
133 "Wildcards not allowed in this case"
134
135ec MR_NO_CHANGE,
136 "The database has not changed, files not rebuilt"
137
138ec MR_TAR_FAIL,
139 "Unable to build archive of config files"
140
141ec MR_OCONFIG,
142 "Unable to open DCM file"
143
144ec MR_CCONFIG,
145 "Error closing DCM output file"
146
147ec MR_FSTYPE,
148 "Unknown filesys type"
149
150ec MR_INTEGER,
151 "String could not be parsed as an integer"
152
153ec MR_NO_ID,
154 "Cannot allocate new ID"
155
156ec MR_NO_FILESYS,
157 "Cannot find space for filesys"
158
159ec MR_NO_POBOX,
160 "Cannot find space for pobox"
161
162ec MR_NO_QUOTA,
163 "No default quota specified"
164
165ec MR_USER_AUTH,
166 "Cannot find you in the database, access will be restricted"
167
168ec MR_DEADLOCK,
169 "Database deadlock; try again later"
170
171ec MR_NOCRED,
172 "Unable to install new credentials files"
173
174ec MR_SETQUOTA,
175 "Failure setting user quota"
176
177ec MR_HESFILE,
178 "Failure updating hesiod file (probably disk full)"
179
180ec MR_MISSINGFILE,
181 "Did not receive file for update"
182
183ec MR_MKCRED,
184 "unable to compile database files"
185
186ec MR_NAMED,
187 "name daemon failed to start"
188
189ec MR_TARERR,
190 "Tar of update file failed (disk full?)"
191
192ec MR_PROTO,
193 "Failed to put prototype files in new locker"
194
195ec MR_BUSY,
196 "the database is busy; try again later"
197
198ec MR_DOWN,
199 "the database is closed right now; try again later"
200
201ec MR_LISTLOOP,
202 "Lists are not allowed to contain themselves as members"
203
204ec MR_INGRES_SOFTFAIL,
205 "Temporary database failure, try again"
206
207ec MR_COREDUMP,
208 "Subprocess coredumped"
209
210 end
This page took 0.034431 seconds and 5 git commands to generate.