]> andersk Git - moira.git/blame_incremental - lib/mr_et.et
added fsgroup support
[moira.git] / lib / mr_et.et
... / ...
CommitLineData
1# $Source$
2# $Author$
3# $Header$
4#
5 error_table sms
6
7ec SMS_NOT_CONNECTED,
8 "Not connected to SMS server"
9
10ec SMS_CANT_CONNECT,
11 "Can't connect to SMS server"
12
13ec SMS_VERSION_MISMATCH,
14 "SMS version mismatch"
15
16ec SMS_ABORTED,
17 "SMS operation aborted"
18
19ec SMS_UNKNOWN_PROC,
20 "Unknown procedure"
21
22ec SMS_INGRES_ERR,
23 "Ingres system error occurred"
24
25ec SMS_MORE_DATA,
26 "More data is available from SMS"
27
28ec SMS_NO_MATCH,
29 "No records in database match query"
30
31ec SMS_NO_HANDLE,
32 "Unknown query handle"
33
34ec SMS_ALREADY_CONNECTED,
35 "Already connected to sms"
36
37ec SMS_ARGS,
38 "Incorrect number of arguments"
39
40ec SMS_NOT_UNIQUE,
41 "Arguments not unique"
42
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
85ec SMS_ACE,
86 "No such access control entity"
87
88ec SMS_NFSPHYS,
89 "Machine/device pair not in nfsphys"
90
91ec SMS_FILESYS_EXISTS,
92 "Named file system already exists"
93
94ec SMS_QUERY_NOT_REENTRANT,
95 "Cannot do query from callback routine"
96
97ec SMS_RVD,
98 "No such rvd"
99
100ec SMS_NFS,
101 "Specified directory not exported"
102
103ec SMS_FILESYS_ACCESS,
104 "Invalid filesys access"
105
106ec SMS_USER_GROUP,
107 "List is a user group"
108
109ec SMS_ARG_TOO_LONG,
110 "An argument is too long"
111
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,
124 "SMS internal consistency failure"
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,
184 "mkcred failed while updating NFS credentials"
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
195 end
This page took 0.031824 seconds and 5 git commands to generate.