Home Forums OS X Server and Client Discussion Questions and Answers 10.4 Clients hang on log on windows

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #368545
    ingenious7
    Participant

    Hi,

    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!

    #368554
    mcnaugha
    Participant

    Try 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.

    #368558
    ingenious7
    Participant

    Thankyou 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.

    #368559
    mcnaugha
    Participant

    This 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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.

Comments are closed