Solaris 10 Login Page Loop


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Solaris 10 Login Page Loop
# 1  
Old 08-29-2019
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 username and creating a new user but it keeps looping back to the log in page.
# 2  
Old 08-29-2019
has a login shell been assigned to the user id's? If not, then try something like (as root):

Code:
usermod --shell /bin/bash studentid


Last edited by rdrtx1; 02-18-2020 at 07:29 PM..
# 3  
Old 08-29-2019
Have you changed/edited the /etc/shadow file manually recently?
# 4  
Old 08-29-2019
When trying to type in the above code to the terminal
I keep getting the message

Quote:
The printer IBMInfo has stopped printing for the reason given below.
Fix the problem and bring the printer back on line.
Printing has stopped, but will be restarted in a few minutes; issue an enable command if you want to restart sooner.
Unless someone issues a change request
Code:
lp -i IBMInfo121-13 -P ...

Quote:
To change the page list to print, the current request will be reprinted from the beginning.
There are no current printers on this Server

--- Post updated at 06:46 PM ---

No not recently we did however add about 35 new users to the server the other day but it was working just fine until We had a storm that knocked out power on campus earlier this week and ever since then the student can log in but will be brought back to the log in page.
# 5  
Old 08-29-2019
Hmmmmm..........if it was a power outage that caused the problem I'd be inclined to integrity check the root and, if it's a separate filesystem, the usr filesystem. Are these filesystems ZFS or UFS????

A problem with the accounts setup (/etc/passwd & /etc/shadow) would fit with the symptoms you are seeing that nobody can login. Can you login as root? Has the system been rebooted since the power outage?

The printer message problem would fit with an accounts screw-up because print services also run as an account, usually 'lp' which may also be unable to start and being returned to the process login stage.
# 6  
Old 08-29-2019
I can log in as root So I went back in and created another user gave it the username:mwill

logged in as such and got the error

Code:
Could not chdir to home directory /export/home/mwill: Permission Denied

# 7  
Old 08-29-2019
Code:
ls -l /export/home/mwill

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

Curl login to web page

Hello dears, I am trying to log in the website using curl but no luck so far. The web page Content-Type is : text/html;charset=ISO-8859-1 I try the following command using curl: curl \ --header "Content-type: text/html" \ --request POST \ --data '{"user": "someusername",... (0 Replies)
Discussion started by: Vit0_Corleone
0 Replies

2. Solaris

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... (7 Replies)
Discussion started by: mvhoward
7 Replies

3. Web Development

Simple Login page

Hi all, I am stepping into web-development as a hobby point of view. I am using WAMP server & have created the initial page & SQL set-up too. My problem is, I was able to login to a page/redirect to a page though I haven't specified my username & password. I thought of using both... (2 Replies)
Discussion started by: gameboy87
2 Replies

4. Shell Programming and Scripting

htmldoc with login on page

How can I make htmldoc write to pdf page that requires login and password? I'am doing it with PHP passthru. I have my login but htmldoc in passthru is showing me only login page. (4 Replies)
Discussion started by: Demerzel
4 Replies

5. Web Development

Login page in html on unix

I want to create a login page in HTML which is hosted on apache server. The login page first authenticate the user and then directed to a form which in turn run a script on the server. I want to make login page without php or jsp. Please advice. (13 Replies)
Discussion started by: ravi18s
13 Replies

6. Web Development

Login Page

I had a login page and want to authenticate through a Unix file (.txt file). -----abc.txt------ absvd|sfjlfnfkf anldnv|asklffdko ------------------ So I want to read the file and check if corresponding username and password matches or not using javascript or JSP. Also tell me in which... (1 Reply)
Discussion started by: ravi18s
1 Replies

7. Cybersecurity

APACHE: Tie in Web Page login with server login

Hello, I have created a web page on a server using apache and added .htaccess and .htpasswd in the folder for authentification. I was wondering if there was anyway to tie-in the login for this page with the login used to logon to the server. i.e. the same login info. is used for both, when... (1 Reply)
Discussion started by: WhotheWhat
1 Replies

8. Web Development

APACHE: Tie in Web Page login with server login

Hello, I have created a web page on a server using apache and added .htaccess and .htpasswd in the folder for authentification. I was wondering if there was anyway to tie-in the login for this page with the login used to logon to the server. i.e. the same login info. is used for both,... (2 Replies)
Discussion started by: WhotheWhat
2 Replies

9. Solaris

could not get a login page

just installed solaris on my dell pc. I partinon my hard drive to dual boot solaris and windows. window works fine and solaris as well but after login in more to 3 times in solaris i keep getting this error as below and as a result i could not login again. I have re-installed several times but... (3 Replies)
Discussion started by: seyiisq
3 Replies

10. Shell Programming and Scripting

How can i use system users in perl for login page

Hi, I want to code a script with perl. For this, I need some knowledge. How can i use system user name(with group) and password in my login page? I will be happy if you can help me (2 Replies)
Discussion started by: tahsinaltay
2 Replies
Login or Register to Ask a Question