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