SOBRAL Thiago wrote: > I've the same problem with Solaris10 into V240 box. > When I try to login, I take a coffee and wait 10 long minutes to log in.
Create a new test account, local to the machine, and give it the smallest possible login scripts and $PATH. How long does it take to log in with that account? If it is better, this would be a good time to groom your login scripts and clean them up. Some of my comrades have $PATH strings that still include old projects and multiple NFS mounted directories. It can take a long time to run if the shell has to wake up NFS mounts or even wait for mounts to fail, or fail over... I keep my $PATH as short as possible and try to avoid NFS mounts. If I need to access something available only across the network, I define an alias for it and keep the directory off my PATH. HTH- Tim _______________________________________________ opensolaris-discuss mailing list [email protected]
