Solaris 10 Login Loop Problem


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 10 Login Loop Problem
# 1  
Old 09-05-2012
Solaris 10 Login Loop Problem

I recently installed Solaris 10 as a VM. I was using the JDS and shut down the vm when I left the office. When I rebooted today I login in at the desktop login screen and press ok but I am reverted to the console screen for a spilt second and then back to the login screen. I log in as root and my password is correct because I am not met with an incorrect login error. I even made a guest user account with a separate home directory and tried login in in but get the same loop even with correct password.

Any assistance is greatly appreciated as this problem is driving me insane!
# 2  
Old 09-06-2012
we had problems with login when pacct (iirc) filled disk. I think there is some bug in Solaris10 with logging.
perhaps you should try starting in single user mode, and check free space.
# 3  
Old 09-06-2012
Can you ssh into the box? It could be that your gnome or JDS desktop is messed up. Have you tried to login using a CDE desktop? What was the last change you made to the system? Are your home directories on a different disk?
# 4  
Old 09-06-2012
I have tried to login as both cde and JDS but to no avail. I was making some changes so I may have messed something up the last time I was in the JDS. I know I messed up the usbsacm (not sure if that's an issue). Disk space should be fine as the vm reports 20 gb's are still available. I'm tempted to blow this away and reinstall a new Solaris 10. I just wanted to avoid this tedious process if there was maybe a simple fix out there. I won't be able to access the system again until Friday so I haven't tried ssh
# 5  
Old 09-07-2012
ssh would work if the GUI is down, because it will not need it. I don't know what usbsacm is.

Which VM software are you using? If you do a rebuild take a snapshot after the build. Also Oracle has prebuilt Solaris servers on there site. All you need to do is load it into the VM app.
# 6  
Old 09-07-2012
I cannot SSH because I do not know the IP address and I cannot find it using

ifconfig -a in single user mode
# 7  
Old 09-14-2012
Try to reset password for your user using root account

Code:
 
passwd user

And then transfer to your user all files permission under home direkctory

Code:
 
chown -R /export/home/user user

type exit and you wait for a desktop login. Try to log in
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Solaris 10 Login Page Loop

I'm currently logged in as Root on a Solaris 10 Server for my schools department and I'm trying to figure out why 20 of my users(Students) can log into the Solaris 10 Sun Ray Oracle Server with correct username and password but then be looped back to the same log in page. I tried deleting their... (7 Replies)
Discussion started by: mwilliams21z
7 Replies

2. Solaris

Solaris Login problem!

Dear friends, I am using Solaris 10 x86 under Virtualbox. Now when I start the system, and login with the root account, the following message pops up on the screen. Starting Desktop login on display :0.... Wait for the desktop login screen before logging in The login prompt doesn't let me... (1 Reply)
Discussion started by: gabam
1 Replies

3. Solaris

Solaris 8 login problem

Hello guys, I am new to Solaris. i was trying to install VNC on my Solaris 8 sparc machine. I was not able to edit services file. I tried to change permission of entire etc folder and subfolder to a user. Few files inside etc directory changed to user and few stayed as root. I logged off and tried... (7 Replies)
Discussion started by: hsguron
7 Replies

4. Solaris

Unable to login using ssh,telnet onto my solaris machine with solaris 10 installed

Hi, I am unable to login into my terminal hosting Solaris 10 and get the below error message "Server refused to allocate pty ld.so.1: sh: fatal: libc.so.1: open failed: No such file or directory " Is there anyways i can get into my machine and what kind of changes are required to be... (7 Replies)
Discussion started by: sankasu
7 Replies

5. UNIX for Dummies Questions & Answers

login to solaris zones

Guys We are on solaris sparc v10 OS. I would like to know how do I login to the zones? Thanks (3 Replies)
Discussion started by: vandi
3 Replies

6. Shell Programming and Scripting

Login loop

Hi! I'm writing a program that test wich users are on who | cut -d' ' -f1 > users echo "The current users are: " sort users then enters a loop that will wait 5 seconds then test which users are on then compare it to who was on before. If no one has logged on or off it will echo "no one... (2 Replies)
Discussion started by: javajynx
2 Replies

7. AIX

user login problem & Files listing problem.

1) when user login to the server the session got colosed. How will resolve? 2) While firing the command ls -l we are not able to see the any files in the director. but over all view the file system using the command df -g it is showing 91% used. what will be the problem? Thanks in advance. (1 Reply)
Discussion started by: pernasivam
1 Replies

8. Solaris

Solaris 9 login problem

Hi I have a ULTRA ENTERPRISE 2 machine. The system won't allow me to log in. When I use the root /root-password to login at CDE graphics screen , it says invalid user shell. I have not set up any other account here so I don't know whether this problem is only for root user.Whats the next step ??/ (9 Replies)
Discussion started by: enke1234
9 Replies

9. Solaris

Problem in for loop of shell scripting in solaris

Hi below is my script for((i=0;i<=$TOTAL;i++)) do echo "IP's created are $s1.$s2.$s3.$s4" s4=`expr $s4 + 1` done where s1,2,3,4 are input varibles below error occurs while running the script syntax error at lin 11: '(' unexpected ... (12 Replies)
Discussion started by: krevathi1912
12 Replies

10. Solaris

Solaris login scripts

I've got Solaris 9. I've read that I can do a login script for each individual user with the .postlogin file, but is there not a way to set up something like that from a group-membership level? If there is, how can one trace down what group membership login scripts are being run? (0 Replies)
Discussion started by: citrowske
0 Replies
Login or Register to Ask a Question