MPE/iX Shell and Utilities Reference Manual, Vol 2
sh(1) MPE/iX Shell and Utilities sh(1)
Message: Insufficient memory
Cause: There were not enough free system resources to perform the specified operation.
Action: Free up more resources.
Message: job [job-id] not job controlled
Cause: You specified the job identifier of a job which was not being job controlled.
Action: Use the jobs command to get a list of jobs currently being job controlled.
Message: job control disabled
Cause: You attempted to use the fg or bg command when set –o monitor (or set
–m was not set.
Action: Turn on monitor mode with set –o monitor or set –m. This mode is not
supported on all systems.
Message: job-id: No such job
Cause: You specified a nonexistent job-id.
Action: Use the jobs command to get a list of jobs that are currently job controlled.
Message: "job-id"isnotajob
Cause: You specified a job-identifier that is not valid.
Action: Specify a valid job-identifier.
Message: misplaced subscript
Cause: The subscript for an array was missing or invalid.
Action: Provide the missing subscript.
Message: missing closing "char"
Cause: You specified a {, =, ´, `, ", (, ((,or [ and did not provide the corre-
sponding closing character.
Action: Provide missing closing character.
Message: missing command after -c
Cause: You specified the –c option but did not provide a command as an argument.
Action: Provide the missing command.
Message: name: cannot assign
Cause: You attempted to use the special parameter @ or * either as part of the undefined
variable name in the construct ${name=word} or as part of the empty or unde-
fined variable name in the construct ${name:=word}.
Action: Do not use the special parameters @ and * as part of name when using these two
constructs.
Message: name: no expansion of unset variables
Cause: You attempt to expand an unset variable when set –o nounset was on.
Action: Use set +o nounset to turn nounset off and retry the expansion.
Commands and Utilities 1-549