[torqueusers] read of pipe for sid job error
Glen Beane
beaneg at umcs.maine.edu
Mon Sep 20 14:07:06 MDT 2004
I got Invalid Argument (22) in start_process, read of pipe...got 0 not 8
and
Unknown error 0: (0) in start_process, read of pipe... got 0 not 8
On Mon, 2004-09-20 at 15:46, jacksond at supercluster.org wrote:
> Glen,
>
> The logged error message should include the 'errno' value associated
> with the read of the pipe. This would definately be helpful to get us
> started.
>
> Thanks,
> Dave
>
> On Mon, 20 Sep 2004, Glen Beane wrote:
>
> > On my OS X cluster, I keep getting errors from pbs_mom in the form of
> > "read of pipe for sid job xxx got 0 not 8".
> >
> > If I kill pbs_mom on the node with signal 15, then reboot the node,
> > often the problem will seem to go away. Just restarting pbs_mom never
> > fixes the problem.
> >
> >
> > This error is coming from the start_process fuction, this particular
> > block of code starts around line number 2199
> >
> > if (i != sizeof(sjr))
> > {
> > sprintf(log_buffer, "read of pipe for sid job %s got %d not %d",
> > pjob->ji_qs.ji_jobid,
> > i,
> > sizeof(sjr));
> >
> > log_err(j,id,log_buffer);
> >
> > return(-1);
> > }
> >
> >
> > Any help troubleshooting this problem would be greatly appreciated.
> >
> >
> > _______________________________________________
> > torqueusers mailing list
> > torqueusers at supercluster.org
> > http://supercluster.org/mailman/listinfo/torqueusers
> >
> _______________________________________________
> torqueusers mailing list
> torqueusers at supercluster.org
> http://supercluster.org/mailman/listinfo/torqueusers
More information about the torqueusers
mailing list