~ubuntu-branches/ubuntu/warty/openafs/warty

« back to all changes in this revision

Viewing changes to src/WINNT/eventlog/lang/en_US/event.mc

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2004-01-10 16:37:33 UTC
  • Revision ID: james.westby@ubuntu.com-20040110163733-jvr0n1uahshlb1uu
Tags: upstream-1.2.11
ImportĀ upstreamĀ versionĀ 1.2.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
;/* Copyright 2000, International Business Machines Corporation and others.
 
2
; * All Rights Reserved.
 
3
; *
 
4
; * This software has been released under the terms of the IBM Public
 
5
; * License.  For details, see the LICENSE file in the top-level source
 
6
; * directory or online at http://www.openafs.org/dl/license10.html
 
7
; * event.mc --(mc)--> event.[h|rc] --(logevent.h + event.h)--> afsevent.h
 
8
; */
 
9
;
 
10
;#ifndef TRANSARC_AFSEVENT_H
 
11
;#define TRANSARC_AFSEVENT_H
 
12
;
 
13
;
 
14
;/* AFS event.mc format.
 
15
; *
 
16
; * AFS event messages are grouped by category.  The MessageId of the
 
17
; * first message in a given category specifies the starting identifier
 
18
; * range for that category; the second and later messages in a category
 
19
; * do NOT specify a MessageId value and thus receive the value of the
 
20
; * previous message plus one.
 
21
; *
 
22
; * To add a new message to an existing category, append it to the end of
 
23
; * that category.  To create a new category, provide an appropriate
 
24
; * comment line and specify a non-conflicting MessageId for the first
 
25
; * message in the new category.
 
26
; */
 
27
;
 
28
 
 
29
 
 
30
MessageIdTypedef=unsigned
 
31
 
 
32
;
 
33
;/* Test message text */
 
34
;
 
35
 
 
36
MessageId=0x0001
 
37
Severity=Informational
 
38
SymbolicName=AFSEVT_SVR_TEST_MSG_NOARGS
 
39
Language=English
 
40
AFS server event log test message.
 
41
.
 
42
 
 
43
MessageId=
 
44
Severity=Warning
 
45
SymbolicName=AFSEVT_SVR_TEST_MSG_TWOARGS
 
46
Language=English
 
47
AFS server event log test message (str1: %1, str2: %2).
 
48
.
 
49
 
 
50
 
 
51
 
 
52
;
 
53
;/* General messages for all AFS server processes */
 
54
;
 
55
 
 
56
MessageId=0x0101
 
57
Severity=Error
 
58
SymbolicName=AFSEVT_SVR_FAILED_ASSERT
 
59
Language=English
 
60
An AFS server process failed an assert: line %1 in file %2.
 
61
.
 
62
 
 
63
MessageId=
 
64
Severity=Error
 
65
SymbolicName=AFSEVT_SVR_NO_INSTALL_DIR
 
66
Language=English
 
67
%1 failed to locate the AFS software installation directory.
 
68
.
 
69
 
 
70
MessageId=
 
71
Severity=Error
 
72
SymbolicName=AFSEVT_SVR_WINSOCK_INIT_FAILED
 
73
Language=English
 
74
%1 failed to initialize Windows Sockets library.
 
75
.
 
76
 
 
77
 
 
78
 
 
79
;
 
80
;/* AFS BOS control (startup/shutdown) service messages */
 
81
;
 
82
 
 
83
MessageId=0x0201
 
84
Severity=Informational
 
85
SymbolicName=AFSEVT_SVR_BCS_STARTED
 
86
Language=English
 
87
The AFS BOS control service started.
 
88
.
 
89
 
 
90
MessageId=
 
91
Severity=Informational
 
92
SymbolicName=AFSEVT_SVR_BCS_STOPPED
 
93
Language=English
 
94
The AFS BOS control service stopped.
 
95
.
 
96
 
 
97
MessageId=
 
98
Severity=Error
 
99
SymbolicName=AFSEVT_SVR_BCS_SCM_COMM_FAILED
 
100
Language=English
 
101
The AFS BOS control service is unable to communicate with the system SCM.
 
102
.
 
103
 
 
104
MessageId=
 
105
Severity=Error
 
106
SymbolicName=AFSEVT_SVR_BCS_HANDLER_REG_FAILED
 
107
Language=English
 
108
The AFS BOS control service is unable to register an event handler.  The AFS server software may be improperly configured.
 
109
.
 
110
 
 
111
MessageId=
 
112
Severity=Error
 
113
SymbolicName=AFSEVT_SVR_BCS_INSUFFICIENT_RESOURCES
 
114
Language=English
 
115
The AFS BOS control service is unable to obtain required system resources.
 
116
.
 
117
 
 
118
MessageId=
 
119
Severity=Error
 
120
SymbolicName=AFSEVT_SVR_BCS_INTERNAL_ERROR
 
121
Language=English
 
122
The AFS BOS control service experienced an internal error.
 
123
.
 
124
 
 
125
MessageId=
 
126
Severity=Error
 
127
SymbolicName=AFSEVT_SVR_BCS_NO_INSTALL_DIR
 
128
Language=English
 
129
The AFS BOS control service failed to locate the AFS software installation directory.  The AFS server software may be improperly configured.
 
130
.
 
131
 
 
132
MessageId=
 
133
Severity=Error
 
134
SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_START_FAILED
 
135
Language=English
 
136
The AFS BOS control service failed to start or restart the AFS bosserver.
 
137
.
 
138
 
 
139
MessageId=
 
140
Severity=Error
 
141
SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_FAILED
 
142
Language=English
 
143
The AFS BOS control service failed to stop the AFS bosserver.  All AFS server processes must be stopped manually (try sending the AFS bosserver a SIGQUIT signal via the afskill command).
 
144
.
 
145
 
 
146
MessageId=
 
147
Severity=Warning
 
148
SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_TIMEOUT
 
149
Language=English
 
150
The AFS BOS control service gave up waiting for the AFS bosserver to stop.  Check that all AFS server processes have stopped before restarting service.
 
151
.
 
152
 
 
153
MessageId=
 
154
Severity=Informational
 
155
SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_RESTART
 
156
Language=English
 
157
The AFS BOS control service is restarting the AFS bosserver.
 
158
.
 
159
 
 
160
MessageId=
 
161
Severity=Informational
 
162
SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_EXIT
 
163
Language=English
 
164
The AFS BOS control service detected that the AFS bosserver exited without requesting a restart.
 
165
.
 
166
 
 
167
 
 
168
 
 
169
;
 
170
;#endif /* TRANSARC_AFSEVENT_H */