[Queue-developers] beginning linux
Brought to you by:
wkrebs
From: Buckley C. <Bu...@Me...> - 2001-08-04 03:11:00
|
Hello again. So, I have decided to hold off on trying both Irix and linux queue until I at least have the linux compiled version working. The problem: I compiled queue-1.40.1beta on linux 2.2.14-12smp, with no substantial compile errors. ./configure --enable-root --prefix=/usr/local/queue make make install This set up a box named 'render0' I also set up a box named 'render1' 'make -install-exec' But, things are not working. <render0:buckley> /usr/local/queue/bin/queue -i -w -h render0 -- hostname Failed to submit job in queue "now" to host "render0". <render0:buckley> /usr/local/queue/bin/queue -i -w -h render1 -- hostname qlib.c Queue_nonblocking_rw(): failed to read() 4 bytes from fd 4: read(): Connection reset by peer Failed to submit job in queue "now" to host "render1". <render0:buckley> /usr/local/queue/bin/queue -i -w -n -- hostname qlib.c Queue_nonblocking_rw(): failed to read() 4 bytes from fd 4: read(): Connection reset by peer Queue: Failed to submit job to queue "now". <render0:buckley> /usr/local/queue/bin/queue -i -r -n -- hostname qlib.c Queue_nonblocking_rw(): failed to read() 4 bytes from fd 3: read(): Connection reset by peer Queue: Failed to submit job to queue "now". So, now I must throw myself upon the kindness of Mr. Krebs et al, and ask if anyone has an idea about how to get this working. Any help is greatly appreciated. Once this is under control, I will venture towards Monica's addition. -Buckley |