Disabled keystroke at the log-in menu


 
Thread Tools Search this Thread
Operating Systems Solaris Disabled keystroke at the log-in menu
# 1  
Old 10-17-2009
Disabled keystroke at the log-in menu

Hello

I am unable to enter my password because the OS does not respond to my keystrokes in the password field at the log-in menu, even though it does in the username field. I have no clue how to troubleshoot this. Please help me out.

Thank you
# 2  
Old 10-17-2009
Hi.

Are you sure that it's just not <<displaying>> the characters you type?

If you're using CDE (as I do) then this is the case, but it's certainly accepting the input.
# 3  
Old 10-17-2009
Data

I entered my password to no avail. The OS did not recognise it as valid. The insertion pointer does not move as I type either...
# 4  
Old 10-17-2009
I have no idea what a login menu is!

In most cases Solaris doesn't display a * as you type your password - so the "insertion point" doesn't move.

You need to give more details.

What are you using to login? telnet, ssh, CDE, some other GUI?

Who are you trying to login as? (root?, yourself?)

What is the error - or message - you get when you type your password and hit ENTER?

Is this a new problem, has it just started happening?
# 5  
Old 10-17-2009
Sorry, I meant to say the log-in 'screen'. I have reinstalled the OS on the same partition. During the first boot-up, I got an error message '<my hostname> console login: ............... My qualified host name (localhost) unknown; sleeping'. Next I got the <my hostname> console login prompt. I just hit the enter key there and got to the same log-in screen. This time I clicked-on the Help button and found that I was supposed to use 'root' for the username because I had not created any account. But all the same I had the same error message 'Login incorrect: please try again' regardless of the password that I entered. The help page does not give me any more useful advice on this matter. Please anyone give me possible troubleshooting.
# 6  
Old 10-17-2009
ah.. I want you to close your eyes and ignore the error message. Type your login (root), enter, password, enter...

The important part is to ignore the error messages. They are being written to the the console. Just look for the login: thingy and enter your id (root), then password. The password will not be echoed...
# 7  
Old 10-18-2009
When I hit enter once I've typed out a password, I get taken back to the screen with the username field on. I could never go further than the password screen. I confirm that I used 'root' as my username. I think it all comes down to what password I'm choosing. I never was asked to choose one. Can you please tell me what you are suppposed to type in the password field at your very first log-in?

Thank you
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Gnome 3.28.3 menu item dissapears under the system menu

I installed CentOS 8 with Gnome 3.28.2 and I noticed that the "switch user" menu item disappeared from under the system menu of Gnome classic (Both X11 & Wayland). I checked google and this problem seems to have a history going back several releases of Gnome. Unfortunately, I never found a... (1 Reply)
Discussion started by: bodisha
1 Replies

2. UNIX for Advanced & Expert Users

Keystroke logging issue

I'm having an issue with keystoke logging. As we know in unix you can press tab to auto-complete a command or whatever it is you are typing. Well keystoke logging in /var/log/ks, tabs are actually showing up as tabs rather than whatever the auto-completion was. Any ideas? (5 Replies)
Discussion started by: scj2012
5 Replies

3. UNIX for Dummies Questions & Answers

Capturing the keystroke

i have the below script: #!/bin/bash echo "enter a" read a echo "enter b" read b let c=a+b echo $c at any point of time between entering the value for a and b,if user presses ctrl+a key combination, then it should start from the beginning(the script should be restarted). it should... (4 Replies)
Discussion started by: pandeesh
4 Replies

4. Shell Programming and Scripting

Regarding automatic keystroke

Hi All , I am writing a shell script for a 3D test case . The 3D Test case involves the user to press some keys to see the changes in the 3d test case . The user has to press p , r , a , z etc to observe the changes on screen . Now please let me know how can i implement the keystroke p , a ,... (1 Reply)
Discussion started by: dskonnur
1 Replies

5. Cybersecurity

Unix keystroke logger

Hi all, Does anyone know if there is a tool in the market that could do the following when System Admin log to the server as root and perform activities according to his change request: - trap or log his keystroke for the entire duration - provide a report on the changes SA has made to the... (3 Replies)
Discussion started by: mohzub
3 Replies

6. Shell Programming and Scripting

Menu / Log files - reading / display

So I'm pretty green still at this, and right now I don't even have the IF statements in just trying to get this part to work. I want to basically click optino 1,2,3,4 for which logs I want to search, and then be able to put in the variable I want to grep out? Sounds easy just not clear in my mind... (4 Replies)
Discussion started by: xgringo
4 Replies

7. UNIX for Dummies Questions & Answers

keystroke trap

Hi, How to track/trap the keyboard strokes in the script say for eg, in normal scene, when a script is running, if a press control c, the program gets terminated... so in this case, how do i trap the keystrokes so as to avoid the abort of the program.. pls help (1 Reply)
Discussion started by: vasikaran
1 Replies

8. Linux

Keystroke log, eventlog, etc...

Don't you just hate crackers? Ok, I have a user on my server who is always causing trouble. He is constantly trying to get into files, change stuff, get users passwords, etc. I was wondering if Linux has a built in keystroke log, or event log of some sort that I may use to track his movements. ... (4 Replies)
Discussion started by: Phobos
4 Replies
Login or Register to Ask a Question