Ich bin immernoch an meinem FAI-Server am bauen. Langsam reicht es mir aber. Es scheint so als würde mein server den NFS-Dienst nicht anbieten. Installiert habe ich die nfs-server-kernels. Die /etc/exports sieht so aus:
Code: Alles auswählen
# /etc/exports: the access control list for filesystems which may be exported
# to NFS clients. See exports(5).
/usr/lib/fai/nfsroot 127.0.0.0/24(async,ro,no_root_squash)
/usr/local/share/fai 127.0.0.0/24(async,ro)
/usr/lib/fai/nfsroot 192.168.100.0/24(async,ro,no_root_squash)
/usr/local/share/fai 192.168.100.0/24(async,ro)
Mein eigentliches Problem ist jetzt aber der start des dienstes. Im init.d gibt es kein file was nfs heist. Dieses soll ich ja mit nfs restart neu starten.
Code: Alles auswählen
TAProject:/etc/init.d# ls -al *nfs*
-rwxr-xr-x 1 root root 1619 2004-09-10 17:02 mountnfs.sh
-rwxr-xr-x 1 root root 1984 2005-01-05 13:38 nfs-common
-rwxr-xr-x 1 root root 2356 2003-08-04 03:38 nfs-kernel-server
-rwxr-xr-x 1 root root 1291 2004-09-10 17:00 umountnfs.sh