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