[QUOTE][u]Quote by: kraaft[/u][p]The 10.4.10 update didn’t solve the problem but I finally found a solution:
change the following entry in /etc/hostconfig:
AUTOMOUNT=-YES- to AUTOMOUNT=-NO-
This disables NFS automount and solves the problem. So if you don’t need nfs mounts you’re fine.
I used the following unix command in Apple Remote Desktop to change this on all my machines:
[code]
perl -p -i.bak -e ‘s/AUTOMOUNT=-YES-/AUTOMOUNT=-NO-/’ /etc/hostconfig
[/code][/p][/QUOTE]
Thanks so much for this, we were having exactly the same problem, and I’ve seen others online with this problem as well. It worked for us!
Recent Comments