HPlogo DTC Device File Access Utilities and Telnet Port Identification: HP 9000 Computers > Appendix B ocd Logging Messages

Warning Messages

» 

Technical documentation

Complete book in PDF

 » Table of Contents

 » Index

Warning logging messages are issued when an unexpected condition occurs that does not affect normal operation of ocd or other processes.

Usage messages are caused by syntax errors.



USAGE MESSAGE: ocd: unknown option: <option> (ignored)

CAUSE: The option given was not a valid option.

ACTION: Remove the option from the command line.



WARNING: Invalid logging level <log_level> (valid values are 0, 1, 2, or 3)

Level: (300)

CAUSE: The logging level given was not 0, 1, 2, or 3.

ACTION: Use a logging level of 0, 1, 2, or 3.



WARNING: Port configuration file not specified or not specified correctly

Level: (301)

CAUSE: The -c option was not specified.

NOTE: This message is followed by message (350).

ACTION: Use a correct configuration file name.



WARNING: Timing mark negotiation disabled because Telnet mode disabled

Level: (302)

CAUSE: Timing mark negotiation was enabled but the Telnet mode was disabled.

ACTION: Either enable the Telnet mode or disable the timing mark negotiation.



WARNING: Pseudonym <pseudonym_name> not specified in /dev/telnet

Level: (303)

CAUSE: The pseudonym specified was not to be placed into the directory /dev/telnet set aside for all pseudonyms.

ACTION: Place all pseudonym names in /dev/telnet.



WARNING: Unable to change permissions of pseudonym <pseudonym_name> to <permission>: system error <system_error>: <system_message>

Level: (304)

CAUSE: The permissions of the pseudonym were not changed to optimal values (0666) due to the system error given.

ACTION: Look up what the chmod(2) man page states about the system error given and make the correction as appropriate.



WARNING: Unable to enable packet mode on pty: system error <system_error>: <system_message>

Level: (305)

CAUSE: Packet mode on the pty could not be enabled due to the system error given.

ACTION: Look up what the ioctl(2) man page states about the system error given and make the correction as appropriate.



WARNING: Unable to enable non-blocking mode on pty: system error <system_error>: <system_message>

Level: (306)

CAUSE: Non-blocking mode on the pty could not be enabled due to the system error given.

ACTION: Look up what the ioctl(2) man page states about the system error given and make the correction as appropriate.



WARNING: Application canceled open request

Level: (307)

CAUSE: The application closed the pty before the open request had completed.

ACTION: Restart the application.



WARNING: Unable to enable non-blocking mode on network socket: system error <system_error>: <system_message>

Level: (308)

CAUSE: Non-blocking mode on the network could not be enabled due to the system error given.

ACTION: Look up what the ioctl(2) man page states about the system error given and make the correction as appropriate.



WARNING: Close not completed as data processing not complete

Level: (309)

CAUSE: There was still data to send to the device on the remote terminal server as the close was requested.

ACTION: No action is necessary.



WARNING: Close request ignored as connection not open

Level: (310)

CAUSE: The close request was received and ignored as the connection was not open. This occurred because of an application sending a close request at the wrong time or because of an error that previously closed the connection.

ACTION: Generally, no action is necessary unless a close request is not sent after an open request.



WARNING: Binary mode cannot be turned off as permanently turned on

Level: (311)

CAUSE: The application requested that the binary mode be turned off when the binary mode is turned on for the connection using the port configuration file and thus cannot be turned off.

ACTION: Determine if the binary mode is necessary at all times and disable it if it is not.



WARNING: Unable to perform flush operation

Level: (312)

CAUSE: The application requested a flush operation and ocd and ocdebug do not support that operation.

ACTION: Determine if a flush operation is necessary by the application and do not perform it if it is not.



WARNING: Cannot open port configuration file: system error <system_error>: <system_message>

Level: (313)

CAUSE: The open of the port configuration file failed due to the system error given.

NOTE: This message is followed by message (350).

ACTION: Verify the port configuration file name, location, and permissions.



WARNING: Unknown parameter <parameter_name> in port configuration file (ignored)

Level: (314)

CAUSE: The port configuration parameter specified is not valid and has been ignored.

ACTION: Verify the port configuration parameter name.



WARNING: Unable to set keep alive option on network socket: system error <system_error>: <system_message>

Level: (315)

CAUSE: The keep alive option on the network could not be set due to the system error given.

ACTION: Look up what the setsockopt(2) man page states about the system error given and make the correction as appropriate.



WARNING: Unable to set option on network socket as unable to obtain protocol attributes: system error <system_error>: <system_message>

Level: (316)

CAUSE: The no delay option on the network could not be set as the protocol could not be obtained due to the system error given.

ACTION: Look up what the getprotobyname(3N) man page states about the system error given and make the correction as appropriate.



WARNING: Unable to set no delay option on network socket: system error <system_error>: <system_message>

Level: (317)

CAUSE: The no delay option on the network could not be set due to the system error given.

ACTION: Look up what the setsockopt(2) man page states about the system error given and make the correction as appropriate.



WARNING: Unable to reply to control device request: system error <system_error>: <system_message>

Level: (318)

CAUSE: The control device reply to the control device request could not complete due to the system error given. A reply is made for each request sent by an application and must be made for the application to continue.

ACTION: Look up what the ioctl(2) man page states about the system error given and make the correction as appropriate.



WARNING: Unable to obtain negotiation from network: system error <system_error>: <system_message>

Level: (319)

CAUSE: There was no Telnet negotiation to receive from the network due to the system error given.

ACTION: Look up what the select(2) man page states about the system error given and make the correction as appropriate.



WARNING: No negotiation to obtain from network within time interval allowed

Level: (320)

CAUSE: There was no data and thus no Telnet negotiation to receive from the network during the time to wait for such negotiations (most likely because of the load on the terminal server, network, or system).

ACTION: Determine if the terminal server and device are operational and make them operational if they are not.



WARNING: Unable to read negotiation from network: system error <system_error>: <system_message>

Level: (321)

CAUSE: There was no Telnet negotiation to read from the network due to the system error given.

ACTION: Look up what the read(2) man page states about the system error given and make the correction as appropriate.



WARNING: No negotiation to obtain from network

Level: (322)

CAUSE: Unexpected data was received from a place other than the network before there was a Telnet negotiation to receive from the network.

ACTION: No action is necessary.



WARNING: No status reply from device

Level: (323)

CAUSE: No status reply was received in the data from the device on the remote terminal server.

ACTION: No action is necessary.



WARNING: Status reply received <number_of_characters> characters

Level: (324)

CAUSE: A status reply of more than one character was received in the data from the device on the remote terminal server.

ACTION: No action is necessary.



WARNING: Unable to send interrupt signal to application: system error <system_error>: <system_message>

Level: (325)

CAUSE: An interrupt could not be sent to the application due to the system error given.

ACTION: Look up what the ioctl(2) man page states about the system error given and make the correction as appropriate.



WARNING: Unable to send break to application: system error <system_error>: <system_message>

Level: (326)

CAUSE: A break could not be sent to the application due to the system error given.

ACTION: Look up what the ioctl(2) man page states about the system error given and make the correction as appropriate.



WARNING: Unable to write <number_of_bytes> bytes to pty

Level: (327)

CAUSE: An attempt to write all data to the pty failed because the pty had no room for the amount of data specified.

ACTION: Determine if the application is running correctly and draining data from the pty regularly and restart the application if it is not.



WARNING: Unable to write <number_of_bytes> bytes of normal data to network

Level: (328)

CAUSE: An attempt to write all data to the network failed because the network had no room for the amount of data specified.

ACTION: Determine if the network, terminal server, and device are running correctly and draining data regularly and correct the situation as necessary.



WARNING: Unable to write <number_of_bytes> bytes of urgent data to network

Level: (329)

CAUSE: An attempt to write all data to the network failed because the network had no room for the amount of data specified.

ACTION: Determine if the network, terminal server, and device are running correctly and draining data regularly and correct the situation as necessary.



WARNING: Unable to obtain information concerning existence of pseudonym <pseudonym_name>: system error <system_error>: <system_message>

Level: (330)

CAUSE: There was no information available for the pseudonym specified due to the system error given.

ACTION: Look up what the stat(2) man page states about the system error given and make the correction as appropriate.



WARNING: Unable to delete pseudonym <pseudonym_name> when terminating daemon: system error <system_error>: <system_message>

Level: (331)

CAUSE: The pseudonym was not deleted due to the system error given.

ACTION: Delete the pseudonym.



WARNING: Unknown logging level

Level: (332)

CAUSE: A log message with an unknown logging level was encountered.

ACTION: No action is necessary.

Message(s) that Accompany Some Warning Messages



WARNING: Using default port configuration values

Level: (350)

CAUSE: The hard-coded default port configuration values were invoked for use as the port configuration file could not be used due to the warning given in the accompanying message (either message (301) or message (313)).

ACTION: No action is necessary.

© 1995 Hewlett-Packard Development Company, L.P.