MPE/iX Shell and Utilities Reference Manual, Vol 2

sh(1) MPE/iX Shell and Utilities sh(1)
Message: pipe for coprocess: system error
Cause: See syserror(3).
Action: See syserror(3).
Message: reading: system error
Cause: See syserror(3).
Action: See syserror(3).
Message: reading script: system error
Cause: See syserror(3).
Action: See syserror(3).
Message: recursion too deep
Cause: You have defined a function that has too many levels of recursion.
Action: Simplify the function to use fewer levels of recursion.
Message: script: not found
Cause: exec was unable to find the specified shell script to execute it.
Action: Check that the shell script exists, that it was named properly, that you have
appropriate permissions and that its directory is included in your search path.
Message: set limit failed
Cause: See syserror(3).
Action: See syserror(3).
Message: shell metacharacter in wordexp()
Cause: The
POSIX.2a wordexp() function called the shell to expand a string that con-
tained special shell characters.
Action: Check the program which calls wordexp() and ensure that the string to be
expanded does not contain any special shell characters.
Message: "signal" not a valid signal
Cause: You specified a non-integer signal for kill that was not a valid signal name, or
you specified a signal that is outside the range of valid signal numbers.
Action: Make sure that you specify a valid signal number or name for signal.
Message: signal number num not conventional
Cause: You specified a conventional signal number num, but this system does not use
conventional signal numbers.
Action: Use the corresponding signal name.
Message: stack overflow
Cause: You specified an expression that was too complicated for the stack to handle.
Action: Try simplifying the expression.
1-552 Commands and Utilities