1 ;/* Copyright 2000, International Business Machines Corporation and others.
2 ; * All Rights Reserved.
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
10 ;#ifndef OPENAFS_AFSEVENT_H
11 ;#define OPENAFS_AFSEVENT_H
14 ;/* AFS event.mc format.
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.
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.
30 MessageIdTypedef=unsigned
33 ;/* Test message text */
37 Severity=Informational
38 SymbolicName=AFSEVT_SVR_TEST_MSG_NOARGS
40 Mensagem de teste do log de eventos para o servidor de AFS.
45 SymbolicName=AFSEVT_SVR_TEST_MSG_TWOARGS
47 Mensagem de teste do log de eventos para o servidor do AFS (str1: %1, str2: %2).
53 ;/* General messages for all AFS server processes */
58 SymbolicName=AFSEVT_SVR_FAILED_ASSERT
60 Um processo para o servidor do AFS falhou uma assertiva: linha %1 no arquivo %2.
65 SymbolicName=AFSEVT_SVR_NO_INSTALL_DIR
67 %1 não conseguiu localizar o diretório de instalação para o software de AFS.
72 SymbolicName=AFSEVT_SVR_WINSOCK_INIT_FAILED
74 %1 não conseguiu inicializar a biblioteca de Sockets Windows.
80 ;/* AFS BOS control (startup/shutdown) service messages */
84 Severity=Informational
85 SymbolicName=AFSEVT_SVR_BCS_STARTED
87 O serviço de controle BOS do AFS foi iniciado.
91 Severity=Informational
92 SymbolicName=AFSEVT_SVR_BCS_STOPPED
94 O serviço de controle BOS do AFS foi interrompido.
99 SymbolicName=AFSEVT_SVR_BCS_SCM_COMM_FAILED
101 O serviço de controle BOS do AFS não consegue se comunicar com o SCM do sistema.
106 SymbolicName=AFSEVT_SVR_BCS_HANDLER_REG_FAILED
108 O serviço de controle BOS do AFS não consegue registrar um manipulador de eventos. O software do servidor do AFS pode estar configurado incorretamente.
113 SymbolicName=AFSEVT_SVR_BCS_INSUFFICIENT_RESOURCES
115 O serviço de controle BOS do AFS não consegue obter recursos necessários do sistema.
120 SymbolicName=AFSEVT_SVR_BCS_INTERNAL_ERROR
122 O serviço de controle BOS do AFS sofreu um erro interno.
127 SymbolicName=AFSEVT_SVR_BCS_NO_INSTALL_DIR
129 O serviço de controle BOS do AFS não conseguiu localizar o diretório de instalação para o software do AFS. O software do servidor do AFS pode estar configurado incorretamente.
134 SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_START_FAILED
136 O serviço de controle BOS do AFS não conseguiu iniciar ou reiniciar o AFS bosserver.
141 SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_FAILED
143 O serviço de controle BOS do AFS não conseguiu interromper o AFS bosserver. Todos os processos para o servidor do AFS precisam ser interrompidos manualmente (tente enviar um sinal SIGQUIT ao AFS bosserver através do comando afskill).
148 SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_STOP_TIMEOUT
150 O serviço de controle BOS do AFS desistiu de aguardar pela parada do AFS bosserver. Verifique que todos os processos para o servidor do AFS tenham parado antes de reiniciar o serviço.
154 Severity=Informational
155 SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_RESTART
157 O serviço de controle BOS do AFS está reiniciando o AFS bosserver.
161 Severity=Informational
162 SymbolicName=AFSEVT_SVR_BCS_BOSSERVER_EXIT
164 O serviço de controle BOS do AFS detectou que o AFS bosserver saiu sem pedir um reinício.
170 ;#endif /* OPENAFS_AFSEVENT_H */