[Queue-developers] single-machine == NFS-shared ???
Brought to you by:
wkrebs
From: Christian P. <cp...@el...> - 2001-05-11 10:27:49
|
Hello ! I tried following simple test: ./configure --prefix=/prefix --datadir=/datadir --sysconfdir=/sysconfdir --sharedstatedir=/sharedstatedir --localstatedir=/localstatedir NO_ROOT cookiefile is "/datadir/queue/queuecookiefile" Host access control file is "/datadir/queue/qhostsfile" NFS-shared Queue spool directory is "/localstatedir/spool/queue" Local queued process id file prefix is "/localstatedir/run/queued.pid" Error mail goes to "cpa" Must I understand why the NFS-shared Queue spool directory is "/localstatedir/spool/queue" and configure --help says: --sharedstatedir=DIR modifiable architecture-independent data in DIR [PREFIX/com] --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var] "single-machine" sounds not like "NFS-shared" to me. I think there is still something wrong, allthough I couldn't find any docu about the intended directories for queued data-exchange dir, where to put profile-file (shared or local). Achitecture depenpendent-independent files. Are you really working with the sourceforge-CVS repository ? There is only one update (the man-page) since releasing the beta. Please tell me if you are not interested in my reportings. Best regards, Christian |