> On Wed, Oct 20, 1999 at 06:51:30PM +0200, Gulcu Ceki wrote:
> > 18:17:06 AuthNewConn(0x3a8c9303, 0, 66, 2, 500)
> > /vice/db/auth2.lock: Bad file descriptor
> ...
> > The SCM is running RedHat 6.1, with Linux kernel 2.2.12-20. I seached
> > the mailing list to check if this was a known issue. Apparently
> > not. Regards, Ceki
>
> Is this 5.3.2? then it might be related to some new code that was added
> to handle both fcntl and flock style file locking depending on what the
> OS provides.
Yes. It is coda-debug-server-5.3.2-1.i386.rpm (4467538 bytes).
> What are the values of HAVE_FCNTL_LOCKING, and HAVE_FLOCK_LOCKING in
> config.h in the build tree?
"grep LOCK .../coda/config.h" gives:
#define HAVE_FCNTL_LOCKING 1
#define HAVE_FLOCK_LOCKING 1
However,
- As mentioned above, the version of coda I am running is not based
on a build but on an RPM.
- The build tree is not on the SCM but on some other machine, also
running RH 6.1, custom compiled kernel version 2.2.12-20.
> Does the mode of the /vice/db directory allow the auth2 daemon
> write access on that directory?
Yes. As shown below,
(root) lamone /vice >ls -ld /vice/db
drwxr-xr-x 2 root root 4096 Oct 20 17:54 /vice/db
Does this help? Ceki