Home › Forums › OS X Server and Client Discussion › Questions and Answers › 10.4 Clients hang on log on windows
- This topic has 4 replies, 3 voices, and was last updated 18 years, 1 month ago by
mcnaugha.
-
AuthorPosts
-
March 14, 2007 at 5:29 am #368545
ingenious7
ParticipantHi,
I hope somebody can help me. I’m stumped!!!
All of our 10.4 clients are able to log in once to our AFP server, but if you do a log out and attempt to log in as another user, the log on windows greys out and the computer hangs. The only way to get back is to do a hard reset of the computer and then users are able to log in.
Our 10.3.9 Macs do not have this problem logging in to the server, and we just received a shipment of 20″ Intel iMacs, straight out of the box, I set up appropriate settings in Directory Access, and they do the same problem.
We are authenticating to a G5 xserver running Mac OS X 10.4.8 Server. Last year we were running 10.3.9 and the client machines had no problem logging in.
I hope somebody can help with this!
March 14, 2007 at 4:56 pm #368554mcnaugha
ParticipantTry implementing the following commands in the command line on your problem 10.4 clients to see if it resolves the login issues:
Make sure you are logged in with an administrator account.
Open Terminal (/Applications/Utilities).
Create a backup of the current NFS Startup script with this command on a single line:
sudo cp /System/Library/StartupItems/NFS/NFS /System/Library/StartupItems/NFS/NFS.bak
Open the NFS Startup Item script for editing with nano by using this command:
sudo nano /System/Library/StartupItems/NFS/NFS
To locate the section of the script that starts automount, press Control-W, type “automounter”, and press Return.
Under the section “Start the automounter,” change the line that reads:
automount -m /Network -nsl -mnt ${AUTOMOUNTDIR}
to read:
automount -1 -m /Network -nsl -mnt ${AUTOMOUNTDIR}
Change the line that reads:
automount -m /automount/Servers -fstab -mnt /private/Network/Servers \
to read:
automount -1 -m /automount/Servers -fstab -mnt /private/Network/Servers \
Save the file (Control-O, Return), and exit nano (Control-X).
Reboot.
Let me know if that works. If it does, you can use ARD to roll out this file to all of your clients.
March 15, 2007 at 12:09 am #368558ingenious7
ParticipantThankyou mcnaugha!!!!
Many thanks. I made those changes and all is working fine. What did changing that file actually do? What would have caused the issue to happen in the first place?
I will being rollout of the NFS file via ARD.
March 15, 2007 at 7:56 am #368559mcnaugha
ParticipantThis is actually a fix specified by Apple to help Active Directory plug-in login issues. It should really be specified for anyone having your issue.
What I think it happening is that the automount process is trying to do too many mounts at once from a server with multiple automounts. The -1 option simply tells it to do one at a time.
If you ask me… this fix should be rolled out into a general release. It is affecting a lot of people. I haven’t checked to see if 10.4.9 does it. Probably not though.
-
AuthorPosts
- You must be logged in to reply to this topic.
Comments are closed