1834903 Members
2592 Online
110071 Solutions
New Discussion

Missing # prompt

 
SOLVED
Go to solution
Conor M Hamill
Occasional Contributor

Missing # prompt

Using the console I was checking the list of files on a tape. When they started listing I was happy that the backup was successful. I then did a Ctrl C to stop the listing.

The console did not return to sam properly and I could not exit it. So I killed the processes that were associated with SAM and reset the console. All seems fine except I don't have a '#' prompt on the console.

Any help to fix my problem would be much appreciated

Thanks

Conor M Hamill
Where am I !!!!
6 REPLIES 6
John Palmer
Honored Contributor

Re: Missing # prompt

Hi,

What processes are associated with the console? Run:
ps -ft console
to find out.

Also, when you 'reset the console' did you try powering it off/on?

Regards,
John
Conor M Hamill
Occasional Contributor

Re: Missing # prompt

ps -ft console
UID PID PPID C STIME TTY TIME COMMAND
root 15930 1 0 Sep 25 console 0:00 -sh
Where am I !!!!
Conor M Hamill
Occasional Contributor

Re: Missing # prompt

to reset the console I turned the console off the turned it on while holding down the 'D' key

Thanks
Where am I !!!!
John Palmer
Honored Contributor
Solution

Re: Missing # prompt

You could try killing that shell process:
kill -9 15930

You should then get a console login.
steven Burgess_2
Honored Contributor

Re: Missing # prompt

Hi

Reset the console/terminal to default settings.
To reset the console/terminal to default settings:
Power off the terminal.
Hold down the 'd' key, while powering on the terminal.
Release the 'd' key when the terminal beeps.
Press the 'return' key to acknowledge message.

The default settings for the console are:
9600 Baud, 8bits, no parity.

Can you enter

echo $PS1

This is the variable for your prompt.

PS1='# '

Set this in roots .profile

HTH

Steve

take your time and think things through
Conor M Hamill
Occasional Contributor

Re: Missing # prompt

Thank you very much Mr Palmer that worked a treat

Cheers !

Conor M Hamill
Where am I !!!!