[19483] in Athena Bugs
Re: sun4 9.0.13: KNFS and nfs.server ownership?
daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Mon Jul 30 15:59:47 2001
Message-Id: <200107301959.PAA28095@dale.mit.edu>
To: Thomas E Cavin <cavin@MIT.EDU>
cc: bugs@MIT.EDU
In-Reply-To: Your message of "Mon, 30 Jul 2001 13:51:07 EDT."
<200107301751.NAA09518@hchinaski.mit.edu>
Date: Mon, 30 Jul 2001 15:59:44 -0400
From: Garry Zacheiss <zacheiss@MIT.EDU>
>> As far as I can tell, the problem seems to be the ownership of
>> the /etc/init.d/nfs.server file.
The problem actually seems to be a lot more subtle than this
(file ownership shouldn't matter for init scripts, and I verified this
is the case on a clean 9.0 box). If you look at hchinaski, you'll see
that your nfsd has been running since the machine was rebooted on 7/26,
but that mountd only started earlier today. Both nfsd and mountd are
started from the "nfs.server" script, so it must have run. I'm not
completely certain why mountd didn't start (missing credentials file is
common, but not the case here, as mountd would've syslogged about it)
All that said, I chowned the files in the mkserv locker to be
owned by root, since there's no reason to be installing files owned by
me; I also made knfs.add chown the things it installs, just to be on the
safe side.
Garry