Re: [Queue-developers] Queue 1.40.1 beta released
Brought to you by:
wkrebs
From: Mike C. <da...@ix...> - 2001-05-10 06:02:08
|
queued will not work without the -D option. It will run, but no submissions can be made: nexus@thune[9:01pm]src/queue/queue-1.40.1beta(545) queue -i -w -n -- hostname Queue: Failed to submit job to queue "now". Running with -D on two machines, using the default "now" profile, and the following command: nexus@thune[9:04pm]src/zlib/zlib-1.1.3(546) cat ~/bin/mygcc #!/bin/sh queue -i -w -n -- mygcc2 "$@" #sqs-submit gcc "$@" nexus@thune[9:06pm]src/zlib/zlib-1.1.3(547) cat ~/bin/mygcc2 #!/bin/sh hostname gcc "$@" I get the following output everytime: nexus@thune[9:06pm]src/zlib/zlib-1.1.3(549) make CC=mygcc -j2 mygcc -fPIC -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o example.o example.c mygcc -fPIC -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o adler32.o adler32.c thune thune mygcc -fPIC -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o compress.o compress.c mars mygcc -fPIC -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o crc32.o crc32.c thune mygcc -fPIC -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o gzio.o gzio.c thune mygcc -fPIC -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o uncompr.o uncompr.c thune mygcc -fPIC -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o deflate.o deflate.c thune /home/nexus/bin/mygcc: line 2: 426 Terminated queue -i -w -n -- mygcc2 "$@" make: *** [gzio.o] Error 143 make: *** Waiting for unfinished jobs.... (of course, which file it stops on is random). I see the following email: Date: Wed, 9 May 2001 21:04:21 -0700 To: ro...@mr... From: The Queue Daemon <ro...@mr...> Subject: queued error on mars.mrc-home.org: Can't +unlink(now/CFDIR/cfm799093728): No such file or directory Can't unlink(now/CFDIR/cfm799093728): No such file or directory Also, since queued can only run in debug mode, I keep getting all the damned annoying email messages: Date: Wed, 9 May 2001 21:07:13 -0700 To: ne...@mr... From: The Queue Daemon <ro...@mr...> Subject: batch queue_b on thune.mrc-home.org[28783]: queued queued.c sendmail(): SENDMAIL: From: "queued" SENDMAIL: To: "nexus" queued queued.c sendmail(): SENDMAIL: From: "queued" SENDMAIL: To: "nexus" Which is very annoying. mrc -- Mike Castle Life is like a clock: You can work constantly da...@ix... and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are all of us living in the shadow of Manhattan. -- Watchmen |