Coda File System

Re: newbie question

From: Jan Harkes <jaharkes_at_cs.cmu.edu>
Date: Thu, 13 Nov 2003 17:23:17 -0500
Hmm, the two of you seem to be having fun,

Lucas's mail just got rejected by codalist because the headers were
corrupted, and it also keeps rejecting Ivan's mails because the account
he uses isn't subscribed.

On Thu, Nov 13, 2003 at 04:59:28PM -0500, Ivan Popov wrote:
> On Thu, 13 Nov 2003, Lucas wrote:
> > But something happens in the directory, cause if I do an ls -a of
> > /coda/myrealm, I see the hard link, but in red, like when the symbolic
> > link is broken.
> 
> This is a different issue - your client is not finding the rootvolume for
> the realm.
> I think very recently Jan fixed a bug that showed up in that way.

Correct, but that was only fixing a bug introduced 2 weeks ago in CVS.

On the other hand there is a libc/resolver problem on RedHat 9, maybe
other systems as well. According to the manpage, using anything like
res_query or res_search will implicitly initialize the resolver. However
on RedHat 9 this doesn't happen (correctly) and in fact leaves
libresolve in a badly configured state.

What I noticed was that it would only send queries to a locally running
nameserver cache daemon and never actually try to talk to the configured
DNS servers. The solution on that particular machine was to simply start
nscd as root, and it will run in the background and handle the name
lookups correctly.

So as root, start the 'nscd' binary and venus might just start working
again.

Jan
Received on 2003-11-13 17:25:03