could use some troubleshooting tips

Seth Galitzer sgsax at ksu.edu
Thu Jul 1 16:41:21 CEST 2004


One more piece of information.  Here's the exact place in
make-fai-nfsroot that the error occurs, in the create_nfsroot()
function:

    if [ "$FAI_DEBMIRROR" ]; then
        [ "$verbose" ] && echo "Mounting $FAI_DEBMIRROR to
$NFSROOT/$MNTPOINT."
        mkdir -p $NFSROOT/$MNTPOINT
        mount -o ro,noatime,rsize=8192 $FAI_DEBMIRROR $NFSROOT/$MNTPOINT
|| \
                die "Can't mount $FAI_DEBMIRROR to $NFSROOT/$MNTPOINT."
        fi

And the corresponding values from fai.conf:
FAI_DEBMIRROR=node00:/mnt/mirror/debian
NFSROOT=/usr/lib/fai/nfsroot
MNTPOINT=/mnt2

This definitely looks like an NFS configuration problem.  Any advice is
welcome.

Thanks.
Seth


On Wed, 2004-06-30 at 16:50, Seth Galitzer wrote:
> Greetings,
> 
> I'm new to clustering and mass-production of systems, but not new to
> linux.  FAI looks like just the ticket for my initial exploration of
> this field, but I'm having a bit of trouble getting the initial setup to
> work.  I think I'm stuck on getting NFS to cooperate, but could use a
> friendly hand to work through it.  This is the first time I've tried to
> set up a machine to host NFS.

-- 
Seth Galitzer			sgsax at ksu.edu
Computing Specialist		http://puma.agron.ksu.edu/~sgsax
Dept. of Plant Pathology
Kansas State University



More information about the linux-fai mailing list