Hello,
I've made new FreeBSD installations on computer of my wife and on my computer, desktop-installer might be a good tool, but does a little bit too much
I'll write about later.
On both machines I've installed xorg, xfce4, libreoffice, digikam and further software. Both machines are integrated in our lan with nfs shares.
Both machines have same /etc/hosts entries
nfs shares in /etc/fstab of computer of my wife:
nfs shares in /etc/fstab of my computer:
Both machines have same entries in /etc/rc.conf and in /boot/loader.conf
My machine boots in a normal speed. But on computer of my wife boot procedure hangs when trying to mount nfs shares with following message:
After a minute boot procedure continue and after starting wdm the nfs shares are mounted.
How to fix this issue? It seems that on computer of my wife something does not start, what is needed for nfs mount.
Kind regards,
Holger
I've made new FreeBSD installations on computer of my wife and on my computer, desktop-installer might be a good tool, but does a little bit too much
On both machines I've installed xorg, xfce4, libreoffice, digikam and further software. Both machines are integrated in our lan with nfs shares.
Both machines have same /etc/hosts entries
nfs shares in /etc/fstab of computer of my wife:
Code:
192.168.1.200:/daten/backup/gerbil /nas/wdnas nfs rw,rsize=8192,wsize=8192 0 0
taschenmaus.linux.pc:/daten/nutzer/holger /home/holger/nas nfs rw 0 0
taschenmaus.linux.pc:/daten/nutzer/diane /home/diane/nas nfs rw 0 0
taschenmaus.linux.pc:/daten/nutzer/share /nas/share nfs rw 0 0
nfs shares in /etc/fstab of my computer:
Code:
192.168.1.200:/daten/backup/biber /nas/wdnas nfs rw,rsize=8192,wsize=8192 0 0
taschenmaus.linux.pc:/daten/nutzer/diane /home/diane/nas nfs rw 0 0
taschenmaus.linux.pc:/daten/nutzer/holger /home/holger/nas nfs rw 0 0
taschenmaus.linux.pc:/daten/nutzer/share /nas/share nfs rw 0 0
Both machines have same entries in /etc/rc.conf and in /boot/loader.conf
My machine boots in a normal speed. But on computer of my wife boot procedure hangs when trying to mount nfs shares with following message:
Code:
RPCPROG_NFS: RPC port mapper failure ... RPC: unable to sent
How to fix this issue? It seems that on computer of my wife something does not start, what is needed for nfs mount.
Kind regards,
Holger