>>>>> On Mon, 10 Aug 2009 12:10:02 +0200, Peter Bittner
>>>>> <[email protected]> said:
> I have changed some minor things (such as the server's IP address,
> hostname, fixed the contents of /etc/fai/make-fai-nfsroot.conf as
> pointed out in the mailing list somewhere - TFTPROOT was missing, edited
> make-fai-nfsroot.conf and fai.conf) and then I tried to run `fai-setup
> -v`, but I always get the following error:
> ERROR: NFSROOT directory /srv/fai/nfsroot/live/filesystem.dir is
> mounted using nosuid or nodev. Aborting
> Any hints what the problem may be and how I can fix this issue?
Read the error message. It says, that you have mounted the directory (maybe
/srv) with options nosuid or nodev. This does not work. Change the
mount options in /etc/fstab, remove nosuid and/or nodev and try again.
--
regards Thomas