Hi folks, the problem exists a long time. I've to change the startscript /etc/init.d/nfs-server 10 . /etc/sysconfig/rc 11 . $rc_functions 12 . /var/ipfire/nfs/nfs-server 13 14 mount -t nfsd nfsd /proc/fs/nfsd > /dev/null 2>&1 15 16 case "$1" in That worked for me. Also it is possible to add the mount entry in /etc/fstab Regards Thomas Am 22.02.2013 19:01, schrieb Stefan Schantl: > Dear Mailing-List followers, > > just two days after we've released IPFire 2.13 I've got a bug report > on our public IRC channel that the NFS-server wouldn't start any more. > > So I've performed an update and commited it into my IPFire-2.x Git > repository. > > The changes can be found here: > http://git.ipfire.org/?p=people/stevee/ipfire-2.x.git;a=commit;h=03189f65a5522001532a455bbd57208839a9cc93 > > > I've done some basic testing on my IPFire box yet, the rpc.nfsd will > start now, but I haven't configured any exports so I'm not able to do > a deeper testing. > There is still some testing required, before we can merge them into > the Main repository and distribute them. > > I've uploaded a pre-compiled version, for easy testing and would > invite everyone to install and test. > > http://people.ipfire.org/~stevee/testing/nfs-1.2.7-5.ipfire > > To start testing, download and put the file into the > "/opt/pakfire/tmp" directory on your IPFire box. Then extract the > files from the compressed archive with "tar -xvf nfs-1.2.7-5.ipfire" > and run "./install.sh" or "./update.sh". > > Please don't forget to provide feedback about your testing. > > Thanks in advance, > > Stefan > > > > > > > > _______________________________________________ > Development mailing list > Development(a)lists.ipfire.org > http://lists.ipfire.org/mailman/listinfo/development >