[Queue-developers] Error running jobs
Brought to you by:
wkrebs
From: Sam L. <sam...@an...> - 2001-04-11 22:39:30
|
I'm having trouble submitting queue jobs. bash-2.03# queue -D -i -h po -w -- hostname ... ... wakeup.c getrldavg(): write() 4 bytes to fd 5: "now " qlib.c Queue_nonblocking_rw(): write()ing 4 bytes on fd 5. qlib.c Queue_nonblocking_rw(): write()ing 4 bytes on fd 5 -- done 4 bytes. qlib.c Queue_nonblocking_rw(): done write()ing 4 bytes on fd 5. qlib.c Queue_nonblocking_rw(): read()ing 4 bytes on fd 5. qlib.c Queue_nonblocking_rw(): no bytes possible to read() on fd 5. qlib.c Queue_nonblocking_rw(): select()ing on fd 5 for 66 seconds... qlib.c Queue_nonblocking_rw(): read()ing 4 bytes on fd 5. qlib.c Queue_nonblocking_rw(): got EOF on fd 5. (last read() gave zero bytes) qlib.c Queue_nonblocking_rw(): failed to read() 4 bytes (done 0) on fd 5, giving up. qlib.c Queue_net_rw(): failed to get 1 4-byte items on fd 5; got 0 bytes. wakeup.c getrldavg(): failed to fread() from fd 5. wakeup.c getrldavg(): close(5). wakeup.c getrldavg(): ### failed to get load from po.ananova.net ### returning 1.00e+08 as rejection designator. Queue "now" at host "po.ananova.net" has rldavg of 1.00e+08. The host "po.ananova.net" is not able to serve queue "now". Failed to submit job in queue "now" to host "po.ananova.net". /tmp/queue/queue.debug gives: ... load averages are 0, 0, 0. ... po.ananova.net[23859]: queued queued.c check_query(): going to fgets() from stre am on fd 10... po.ananova.net[23859]: queued queued.c check_query(): got 4 chars from stream on fd 10: "now " po.ananova.net[23859]: queued queued.c check_query(): Got job query request for queue "now". po.ananova.net[23859]: queued queued.c check_query(): The "now" queue: q_drain = 1. po.ananova.net[23859]: queued queued.c check_query(): The "now" queue: q_deleteq = 0. po.ananova.net[23859]: queued queued.c check_query(): The "now" queue: q_stopped = 0. po.ananova.net[23859]: queued queued.c check_query(): The "now" queue: q_status = 1.. |