Displaying 1 result from an estimated 1 matches for "63qstat".
2008 Jul 07
1
SIGPIPE in assorted apps after "yum update"
...close(5) = 0
wait4(24068, [{WIFSIGNALED(s) && WTERMSIG(s) == SIGPIPE}], 0, NULL) = 24068
close(4) = 0
write(2, "No Permission.\n", 15No Permission.
) = 15
write(2, "qstat: cannot connect to server "..., 63qstat: cannot
connect to server moab.hpc.usu.edu (errno=15007)
) = 63
exit_group(-1) = ?
Once again, the app dies after it attempts to fork into the
background. There are other things running on these systems that can
successfully fork and I have been unable to figure out any pa...