OSF DCE Problem Determination Guide

OSF DCE Problem Determination Guide
Explanation: Tcl detected that a file ID passed to the Tcl_GetOpenFile routine was not
open for writing.
Action: Check errorInfo global variable information and figure out where the problem
took place, then correct it.
0x1771b161 tcl_s_unixutil_forked_proc_useless
Severity: Unknown Component: tcl / tcl_s_fatal
Text: forked process couldn’t set up input/output\n
Explanation: Tcl could not set up a pipe correctly.
Action: The dup2 system call failed internally. After you examine errorInfo global
variable information and cannot make sense, report the error to the vendor.
0x1771b156 tcl_s_unixutil_illegal_use_pipeline
Severity: Unknown Component: tcl / tcl_s_general
Text: illegal use of | or |& in command
Explanation: Tcl detected an illegal pipe usage in a user-specified command.
Action: Check your Tcl command. This error was probably caused by an unfinished
command line. Correct the Tcl command to use a pipeline correctly.
0x1771b158 tcl_s_unixutil_no_command_to_exec
Severity: Unknown Component: tcl / tcl_s_general
Text: didn’t specify command to execute
Explanation: Tcl detected that there was no command to execute with a pipeline.
Action: Check your Tcl command, which includes a pipeline, and add a command to
execute.
0x1771b151 tcl_s_unixutil_no_read_file
Severity: Unknown Component: tcl / tcl_s_general
Text: couldn’t read file "%s": %s
Explanation: Tcl could not read a specified file.
Action: Check other Tcl error messages within the errorInfo global variable. The reason
why the read operation failed is also displayed. Based on the information you got, take
an appropriate action.
0x1771b152 tcl_s_unixutil_no_stat_file
Severity: Unknown Component: tcl / tcl_s_general
Text: couldn’t stat file "%s": "%s"
2 680 Tandem Computers Incorporated 124330