Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Dec 2001 10:37:05 -0500 (EST)
From:      Jim Sander <jim@federation.addy.com>
To:        Glenn Johnson <gjohnson@srrc.ars.usda.gov>
Cc:        questions@FreeBSD.ORG
Subject:   Re: strange problem with rwhod
Message-ID:  <Pine.BSF.4.10.10112081021250.56783-100000@federation.addy.com>
In-Reply-To: <20011207165744.A60105@node7.cluster.srrc.usda.gov>

next in thread | previous in thread | raw e-mail | index | archive | help
> But node7 does not update a /var/rwho/whod.node7 file.

   Obviously I can't be sure, but my guess is that your /var/rwhod
directory is not writeable by 'daemon' (the user rwhod runs under) and
thus it can't create the file.

   A one-time solution is to create the file manually... 
'cd /var/rwhod; touch whod.node7; chown daemon whod.node7' 
Of course if you add/remove machines a lot, this is somewhat of a drag.

   You could also change the directory owner/group/perms in such a way as
to allow 'daemon' write access. (if that's appropriate in your case)
Personally, I changed group ownership of that dir to daemon and made it
g+w and that seems to work for me.

-=Jim=-


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10112081021250.56783-100000>