OSF DCE Problem Determination Guide

Error Messages and Status Codes
Explanation: Tcl could not create a specified pipe.
Action: The pipe system call failed internally. The reason why the pipe system call
failed is also displayed. After you examine errorInfo global variable information and
cannot make sense, report the error to the vendor.
0x1771b15e tcl_s_unixutil_cannot_creat_err_file
Severity: Unknown Component: tcl / tcl_s_general
Text: couldn’t create error file for command: %s
Explanation: Tcl could not create error file with a command that uses a pipeline.
Action: The open system call failed internally. Check the permission of a directory in
which your Tcl command tried to create a file. The reason why the open system call
failed is also displayed.
0x1771b159 tcl_s_unixutil_cannot_creat_input_file
Severity: Unknown Component: tcl / tcl_s_general
Text: couldn’t create input file for command: %s
Explanation: Tcl could not create input file with a command that uses a pipeline.
Action: The open system call failed internally. Check the permission of a directory in
which your Tcl command tried to create a file. The reason why the open system call
failed is also displayed.
0x1771b162 tcl_s_unixutil_cannot_fork_chld_proc
Severity: Unknown Component: tcl / tcl_s_fatal
Text: couldn’t fork child process: %s
Explanation: Tcl could not fork a child process.
Action: The fork system call failed internally. The reason why the pipe system call
failed is also displayed. After you examine errorInfo global variable information and
cannot make sense, report the error to the vendor.
0x1771b165 tcl_s_unixutil_cannot_read_file
Severity: Unknown Component: tcl / tcl_s_fatal
Text: couldn’t read file "%s": %s
Explanation: Tcl could not read a file.
Action: The open system call failed internally while processing redirection. The reason
why the open system call failed is also displayed. Check your Tcl command to make sure
the file you specified exists. After you examine errorInfo global variable information
and cannot make sense, report the error to the vendor.
0x1771b15f tcl_s_unixutil_cannot_remove_err_file
124330 Tandem Computers Incorporated 2677