[Queue-developers] can't unlink
Brought to you by:
wkrebs
From: Christian P. <cp...@el...> - 2001-05-02 13:29:26
|
Hello ! Though I allready wrote on the Sourceforge Bug-Reporting tool, nobody (but Tom) answered. So I will try it again on this ML. I made queue on a Sparc with the following configure options: ./configure --prefix=/opt/queue-1.30.1 --sharedstatedir=/common/run/data/queued --enable-root --datadir=/common/run/data/queued/share --localstatedir=/var/queue /common/run/data/queued is NFS-shared and root-writeable. Everytime I run a job I got the mail: Can't unlink(layver/CFDIR/cfm788551552): No such file or directory Why is that ? I am also confused why queue complains about this: Can't fopen(/opt/queue-1.30.1/var/queue/now/mail_log2, "a"); using stderr: No such file or directory I want to make queue to write to /var/queue the local stuff. Queue also wants a var director in /common/run/data/queued I changed the QUEUEDIR=\"`eval echo ${localstatedir}/queue`\" line in Makefile by hand to QUEUEDIR=\"`eval echo ${sharedstatedir}/queue`\" as a mainatainer told me. If I look on Fabios patch (why is it not on the sourceforge-site?) there is much more to change, this is my next try. Best regards, Christian |