This file is indexed.

/usr/share/doc/hercules/html/hercmste.html is in hercules 3.07-2.3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
<HTML>
<HEAD><TITLE>
Hercules Version 3: System Messages: TE - 1052/3270 Terminal Emulation</TITLE>
<LINK REL=STYLESHEET TYPE="text/css" HREF="hercules.css">
</HEAD>
<BODY BGCOLOR="#ffffcc" TEXT="#000000" LINK="#0000A0"
      VLINK="#008040" ALINK="#000000">
<h1>Hercules Version 3: System Messages: TE - 1052/3270 Terminal Emulation</h1>
<p>
This page describes the terminal emulation messages for the Hercules S/370,
ESA/390, and z/Architecture emulator.
<h3>Messages</h3>
<dl class="messages">
<dt><code><a name="HHCTE001I">
HHCTE001I Console connection thread started: tid=<em>threadid</em>,
pid=<em>processid</em>
</a></code>
<dd><dl>
  <dt>Meaning
  <dd>The thread that handles connection requests from console devices has
been started.
  <dt>Issued by
  <dd>console.c, function console_connection_handler
  </dl>
<dt><code><a name="HHCTE002W">
HHCTE002W Waiting for port <em>port</em> to become free
</a></code>
<dd><dl>
  <dt>Meaning
  <dd>The thread that handles connection requests from console devices
is waiting for the TCP port denoted by <code><em>port</em></code> to become
available for use.
  <dt>Action
  <dd>If this message persists, some other program has control of the TCP
port listed. Find out which one it is and terminate it.
  <dt>Issued by
  <dd>console.c, function console_connection_handler
  </dl>
<dt><code><a name="HHCTE003I">
HHCTE003I Waiting for console connection on port <em>port</em>
pid=<em>num</em>
</a></code>
<dd><dl>
  <dt>Meaning
  <dd>Hercules is ready to accept console connections on
port <code><em>port</em></code>.
  <dt>Issued by
  <dd>console.c, function console_connection_handler
  </dl>
<dt><code><a name="HHCTE004I">
HHCTE004I Console connection thread terminated
</a></code>
<dd><dl>
  <dt>Meaning
  <dd>The thread that handles connection requests from console devices has
been terminated.
  <dt>Issued by
  <dd>console.c, function console_connection_handler
  </dl>
<dt><code><a name="HHCTE005E">
HHCTE005E Cannot create console thread: <em>reason</em>
</a></code>
<dd><dl>
  <dt>Meaning
  <dd>The thread that handles connection requests from console devices could
not be started. The reason is shown as <code><em>reason</em></code>.
  <dt>Action
  <dd>Correct the reason listed and restart Hercules.
  <dt>Issued by
  <dd>console.c, function console_initialise
  </dl>
<dt><code><a name="HHCTE006A">
HHCTE006A Enter input for console device <em>address</em>
</a></code>
<dd><dl>
  <dt>Meaning
  <dd>The 1052 console device at <code><em>address</code></em>
is waiting for input.
  <dt>Action
  <dd>Type the desired input for the console and press the ENTER key.
If you do not wish to get this message when input is requested,
define the console with the option <code>noprompt</code>.
  <dt>Issued by
  <dd>console.c, function constty_execute_ccw
  </dl>
<dt><code><a name="HHCTE007I">
HHCTE007I Device <em>address</em> closed by client <em>ipaddr</em>
</a></code>
<dd><dl>
  <dt>Meaning
  <dd>The client at IP address <code><em>ipaddr</em></code> that was
connected to the 3270 console at address <code><em>address</em></code> has
closed the connection. The device is no longer available for use.
  <dt>Issued by
  <dd>console.c, function recv_3270_data
  </dl>
<dt><code><a name="HHCTE008I">
HHCTE008I Device <em>address</em> closed by client <em>ipaddr</em>
</a></code>
<dd><dl>
  <dt>Meaning
  <dd>The client at IP address <code><em>ipaddr</em></code> that was
connected to the 1052 console at address <code><em>address</em></code> has
closed the connection. The device is no longer available for use.
  <dt>Issued by
  <dd>console.c, function recv_1052_data
  </dl>
<dt><code><a name="HHCTE009I">
HHCTE009I Client <em>ipaddr</em> connected to <em>type</em> device
<em>address</em>
</a></code>
<dd><dl>
  <dt>Meaning
  <dd>The client at IP address <code><em>ipaddr</em></code> has connected
to Hercules as a <code><em>type</em></code> device and is now available at
address <code><em>address</em></code>.
  <dt>Issued by
  <dd>console.c, function connect_client
  </dl>
<dt><code><a name="HHCTE010E">
HHCTE010E CNSLPORT statement invalid: <em>statement</em>
</a></code>
<dd><dl>
  <dt>Meaning
  <dd>The CNSLPORT statement in the hercules configuration file is invalid.
  <dt>Issued by
  <dd>console.c, function console_connection_handler
  </dl>
<dt><code><a name="HHCTE011E">
HHCTE011E Device <em>devn</em>: Invalid IP address: <em>ipaddr</em>
</a></code>
<dd><dl>
  <dt>Meaning
  <dd>The IP address <code><em>ipaddr</em></code> is invalid.
  <dt>Issued by
  <dd>console.c, function loc3270_init_handler or constty_init_handler.
  </dl>
<dt><code><a name="HHCTE012E">
HHCTE012E Device <em>devn</em>: Invalid mask value: <em>ipmask</em>
</a></code>
<dd><dl>
  <dt>Meaning
  <dd>The mask value <code><em>ipmask</em></code> is invalid.
  <dt>Issued by
  <dd>console.c, function loc3270_init_handler or constty_init_handler.
  </dl>
<dt><code><a name="HHCTE013E">
HHCTE013E Device <em>devn</em>: Extraneous argument(s): <em>xxx</em>...
</a></code>
<dd><dl>
  <dt>Meaning
  <dd>The argument <code><em>xxx</em></code> and any which follow it (if any)
      was not recognized nor understood and are thus invalid.
  <dt>Issued by
  <dd>console.c, function loc3270_init_handler or constty_init_handler.
  </dl>
<dt><code><a name="HHCTE014I">
HHCTE014I <em>type</em> device <em>devn</em> disconnected.
</a></code>
<dd><dl>
  <dt>Meaning
  <dd>The client connected to device <code><em>devn</em></code> has
      abruptly terminated the connection (ECONNRESET).
  <dt>Issued by
  <dd>console.c, function recv_3270_data
  </dl>
<dt><code><a name="HHCTE017E">
HHCTE017E Device <em>devn</em>: Duplicate SYSG console definition
</a></code>
<dd><dl>
  <dt>Meaning
  <dd>Device number <code><em>devn</em></code> has been defined as
      an integrated 3270 (SYSG) console, but a SYSG console already
      exists. Only one SYSG console can be defined per system.
  <dt>Issued by
  <dd>console.c, function loc3270_init_handler
  </dl>
</dl>
<p><center><hr width=15% noshade></center>
<p>
If you have a question about Hercules, see the
<a href="hercfaq.html">Hercules Frequently-Asked Questions</a> page.

<p><center><hr width=15% noshade>
<a href="hercmsg.html"><img src="images/back.gif" border=0 alt="back"></a>
</center>
<p class="lastupd">Last updated $Date: 2008-12-30 04:02:58 -0600 (Tue, 30 Dec 2008) $ $Revision: 5004 $</p>
</BODY>
</HTML>