]> andersk Git - moira.git/blame - lib/mr_et.et
sms -> mr
[moira.git] / lib / mr_et.et
CommitLineData
718ed7ba 1# $Source$
2# $Author$
3# $Header$
4#
a7f88823 5 error_table sms
6
7ec SMS_NOT_CONNECTED,
150294ce 8 "Not connected to Moira server"
a7f88823 9
10ec SMS_CANT_CONNECT,
150294ce 11 "Can't connect to Moira server"
a7f88823 12
13ec SMS_VERSION_MISMATCH,
150294ce 14 "Moira version mismatch"
a7f88823 15
16ec SMS_ABORTED,
150294ce 17 "Moira operation aborted"
a7f88823 18
19ec SMS_UNKNOWN_PROC,
20 "Unknown procedure"
21
22ec SMS_INGRES_ERR,
23 "Ingres system error occurred"
24
25ec SMS_MORE_DATA,
150294ce 26 "More data is available from Moira"
a7f88823 27
28ec SMS_NO_MATCH,
29 "No records in database match query"
30
718ed7ba 31ec SMS_NO_HANDLE,
32 "Unknown query handle"
33
34ec SMS_ALREADY_CONNECTED,
150294ce 35 "Already connected to the moira server"
718ed7ba 36
f10c313a 37ec SMS_ARGS,
49908223 38 "Incorrect number of arguments"
f10c313a 39
718ed7ba 40ec SMS_NOT_UNIQUE,
41 "Arguments not unique"
42
f10c313a 43ec SMS_PERM,
44 "Insufficient permission to perform requested database access"
45
46ec SMS_LIST,
47 "No such list"
48
49ec SMS_USER,
50 "No such user"
51
52ec SMS_STRING,
53 "Unknown string"
54
55ec SMS_TYPE,
56 "Invalid type"
57
58ec SMS_EXISTS,
59 "Record already exists"
60
61ec SMS_DATE,
62 "Invalid date"
63
64ec SMS_CLUSTER,
65 "Unknown cluster"
66
67ec SMS_MACHINE,
68 "Unknown machine"
69
70ec SMS_SERVICE,
71 "Unknown service"
72
73ec SMS_FILESYS,
74 "Named file system does not exist"
75
76ec SMS_PRINTER,
77 "Unknown printer"
78
79ec SMS_QUEUE,
80 "Unknown queue"
81
82ec SMS_DEVICE,
83 "No such device"
84
49908223 85ec SMS_ACE,
86 "No such access control entity"
f10c313a 87
88ec SMS_NFSPHYS,
89 "Machine/device pair not in nfsphys"
90
91ec SMS_FILESYS_EXISTS,
92 "Named file system already exists"
93
f4ae4cdf 94ec SMS_QUERY_NOT_REENTRANT,
95 "Cannot do query from callback routine"
96
ef18f476 97ec SMS_RVD,
49908223 98 "No such rvd"
ef18f476 99
100ec SMS_NFS,
49908223 101 "Specified directory not exported"
ef18f476 102
103ec SMS_FILESYS_ACCESS,
49908223 104 "Invalid filesys access"
ef18f476 105
54e646c0 106ec SMS_USER_GROUP,
49908223 107 "List is a user group"
54e646c0 108
940a84f6 109ec SMS_ARG_TOO_LONG,
110 "An argument is too long"
111
49908223 112# These appear only in version 2 of the protocol and later:
113
114ec SMS_NO_MEM,
115 "Server ran out of memory"
116
117ec SMS_IN_USE,
118 "Object is in use"
119
120ec SMS_BAD_CLASS,
121 "Specified class is not known"
122
123ec SMS_INTERNAL,
150294ce 124 "Moira internal consistency failure"
49908223 125
126ec SMS_BAD_CHAR,
127 "Illegal character in argument"
128
129ec SMS_BAD_GROUP,
130 "Invalid group ID"
131
132ec SMS_WILDCARD,
133 "Wildcards not allowed in this case"
134
135ec SMS_NO_CHANGE,
136 "The database has not changed, files not rebuilt"
137
138ec SMS_TAR_FAIL,
139 "Unable to build archive of config files"
140
141ec SMS_OCONFIG,
142 "Unable to open DCM file"
143
144ec SMS_CCONFIG,
145 "Error closing DCM output file"
146
147ec SMS_FSTYPE,
148 "Unknown filesys type"
149
150ec SMS_INTEGER,
151 "String could not be parsed as an integer"
152
153ec SMS_NO_ID,
154 "Cannot allocate new ID"
155
156ec SMS_NO_FILESYS,
157 "Cannot find space for filesys"
158
159ec SMS_NO_POBOX,
160 "Cannot find space for pobox"
161
162ec SMS_NO_QUOTA,
163 "No default quota specified"
164
165ec SMS_USER_AUTH,
166 "Cannot find you in the database, access will be restricted"
167
168ec SMS_DEADLOCK,
169 "Database deadlock; try again later"
170
171ec SMS_NOCRED,
172 "Unable to install new credentials files"
173
174ec SMS_SETQUOTA,
175 "Failure setting user quota"
176
177ec SMS_HESFILE,
178 "Failure updating hesiod file (probably disk full)"
179
180ec SMS_MISSINGFILE,
181 "Did not receive file for update"
182
183ec SMS_MKCRED,
150294ce 184 "unable to compile database files"
49908223 185
186ec SMS_NAMED,
187 "name daemon failed to start"
188
189ec SMS_TARERR,
190 "Tar of update file failed (disk full?)"
191
192ec SMS_PROTO,
193 "Failed to put prototype files in new locker"
194
3374483e 195ec SMS_BUSY,
196 "the database is busy; try again later"
197
0d057737 198ec SMS_DOWN,
199 "the database is closed right now; try again later"
200
2e6220c2 201ec SMS_LISTLOOP,
202 "Lists are not allowed to contain themselves as members"
203
a7f88823 204 end
This page took 0.095196 seconds and 5 git commands to generate.