Next: Error Messages [severity Up: No Title Previous: Notice Messages [severity

Warning Messages [severity Warning]

Log messages in the range 300-399 are warnings. Warnings occur when there is a recoverable error. The message number, the message text, and a description of these messages follow:

301
Internal warning: message

This message indicates an internal error to the Eagle software. The system can usually continue normally, but this could possibly signal that there is something else seriously wrong.

303
Warning: gwcontrol is already running

Gwcontrol checks to see if a copy of it is already running before continuing. If there is, it prints this message and exits.

304
passer: Line N: Warning: protocol mismatch, assuming proto

While reading its configuration file, passer found a mismatch in protocols (UDP vs. TCP) between the requested port and the port on the real server. This messages says that passer is assuming protocol proto for the service, and continues.

305
passer: Line N: Warning: ignoring multiple entry for service

While reading its configuration file, passer found more than one line that requires the same service port. passer ignores the second one and continues.

306
Warning: overlapping time range time range

In one of the rules, Time Dependent Authorization was used and the time range overlapped with a previous one.

307
Warning: config file not from Authorization machine

The gateway configuration file should be mounted from the Authorization machine. This message is shown when the config file that gwcontrol has read is not a mounted file. This could indicate someone was bypassing security by replacing the config file with a counterfeit.

308
Warning: can't lookup host name

The host name is mentioned in one of the configuration files, but it cannot be looked up to find its corresponding IP address. The system tries to continue without it.

309
Warning in config file (line N: error)

While reading the config file, gwcontrol came across a problem in the configuration file, but was able to continue reading. The one line that caused the problem is ignored.

310
service(id): name ipaddr: can't verify reverse address

In trying to verify the identity of host name, the service couldn't lookup the ipaddr returned by a previous successful lookup. This check is done to spot someone trying to spoof the IP address of another machine.

311
Warning: can't verify ethernet address for host

Gwcontrol tried to determine the hardware ethernet address of host, but received no answer.

312
service(id): bogus response to name lookup for host

The service program tried to lookup the name host, but was returned as an invalid reply.

313
service(id): Warning: user user from host host gave bad passcode

This message is generated only when Security Dynamics' ACE/Server security software is installed. The user's password with was invalid according to the ACE server and access was denied.

314
Warning in user file (line N: null user name; ignoring)

While looking up a user name in the Gateway User Database, a bad entry with a blank user name was found.

315
Warning in user file (line N: uid not numeric; ignoring)

While looking up a user name in the Gateway User Database, a bad entry with a non-numeric user id was found.

316
Warning in user file (line N: gid not numeric; ignoring)

While looking up a user name in the Gateway User Database, a bad entry with a non-numeric group id was found.

317
Warning in group file (line N: null group name; ignoring)

While looking up a group in the Gateway User Database, a bad entry with a blank group name was found.

318
Warning in group file (line N: gid not numeric; ignoring)

While looking up a group in the Gateway User Database, a bad entry with a non-numeric group id was found.

323
Warning: readeagle already running

The readeagle program that communicates between Eagle and Eaglet was started up but it was already running.

331
Warning: no rules for eaglet in config file

On an Eaglet, it read the gateway configuration file but found no rules for itself.

333
Warning: can't open eaglets file /usr/adm/sg/eaglets

On an Eagle, the file exists but was unable to be opened for reading.

334
service(id): Warning: denied access to command comm and

FTP logs any attempt to use a restricted command. The option ftp.getonly stops all PUT and STORE commands, and the option ftp.putonly stops all GET and RETRIEVE commands. The command that was attempted is given.



Next: Error Messages [severity Up: No Title Previous: Notice Messages [severity


tkevans@delmarva.com