Open System Services Management and Operations Guide (G06.25+, H06.03+)

Messages
Open System Services Management and Operations Guide527191-002
A-73
OSS Subsystem Messages
for the process that issued the message. If the program provides no identifier,
syslog appears.
For the inetd program, this identifier is inetd.
text
is the message text supplied by the OSS application program. The following
messages are most commonly displayed by the inetd program:
echo/tcp: bind: Address already in use
Service: Can’t set uid number
Service/Protocol: getpwnam user, no such user
Service/Protocol: No such user user, service ignored
Service/Protocol: server failing (looping), service
terminated
Cause. One of the following occurred:
A site-written OSS application has sent an OSS operator message. The cause of
the message is application-specific. This message identifies an error condition.
The OSS inetd program has encountered a recoverable or ignorable error. The
text messages listed previously under text indicate the following:
°
The port for a requested service is already in use by another process; a
Guardian process is probably providing the indicated service.
°
The OSS user ID (UID) or group ID number used by a program file entry in the
/etc/inetd.conf file is invalid.
°
No entry existed for the user name user in the node’s user access
configuration file when the service was invoked; the entry for the service in the
/etc/inetd.conf file might be invalid.
°
The number of requests for a service in the past minute exceeded the limit
allowed; the service is automatically reenabled after 10 minutes. One of the
following caused inetd to terminate the service:
Too many hosts requested a service during the past minute.
A broken client application program is requesting the service too often.
A malicious user is running an application program to invoke the service in
a manner intended to deny access to the service by other programs.
The invoked service program has an error that causes client application
programs to retry the service quickly.
Effect. The effect depends on the application.