Jiri Kanak wrote:
Hi all,
finaly i have decided to fresh install FC2.
During first boot after installation a have configured NIS and edited
/etc/auto.master to use yp:auto_home for /home dir.
After next reboot, i can't see any file in /usr.
Wondering why, i have done another fresh installation, which lead into
the same result.
Any idea?
Jiri
Problem has been caused by autofs after enabling NIS.
Solution:
remove "nis" from /etc/nsswitch.conf "automount" line:
before
automount files nis
after
automount files
first line was ok in RH9.
Jiri