No prompt after doing qstat


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers No prompt after doing qstat
# 1  
Old 06-02-2013
Computer No prompt after doing qstat

I'm a rank beginner to the Linux world.

I have been running batch jobs using qsub, qstat and qdel. I did a qstat which returned nothing and I cannot get back to a command prompt.

I've tried to Google this but could not find an answer.

I've tried every combination of keys that I can think would work. Even hacking through the alphabet like ctrl+a,ctrl+b, ctrl+c... etc. Desperate measures I know but I'm up against a project deadline.
I got to ctrl+s and ctrl+t and seem to be getting into more trouble with it.

I've closed my Putty session ( I'm connecting remotely from a Windows 8 machine). When I reconnected I was in the same place... i.e. no prompt.

Can anyone please advise what to do ?

Thanks
# 2  
Old 06-02-2013
CTRL+d ?

Normally with jobs running in batch mode you can use foreground background commands aren't they working anymore?
# 3  
Old 06-02-2013
Thanks for the response.

No crtl+d doesn't work. I slept on this but unfortunately my session didn't time out. It's a public holiday here today so I'll just need to wait another day and get my session cancelled.

This can be closed.
# 4  
Old 06-03-2013
Try Control-Z, then killall qstat or killall kill qstat
# 5  
Old 06-03-2013
Thanks Scott,
Sorry but no joy. Ctrl+z shows up as ^Z but does not give me a prompt. Hence the commands you suggested are not being received by the OS.
# 6  
Old 06-03-2013
Simplest then would be to log into another session and try to kill it that way. If not, then contact your sysadmin.
This User Gave Thanks to Scott For This Post:
# 7  
Old 06-03-2013
I emailed the sysadmin who told me there had been some kind of system crash. The machine has now been recovered and I'm OK again. Smilie

Thanks very much for your help.

This thread can be closed.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Unable to move from rsc prompt to ok prompt

Hi, on sunfire v890 unable to move from rsc prompt to ok prompt, i have executed the command break. (9 Replies)
Discussion started by: manoj.solaris
9 Replies

2. UNIX for Dummies Questions & Answers

How to Change the % prompt to - prompt in UNIX?

how to Change the % prompt to - prompt in unix :wall: ---------- Post updated at 07:40 AM ---------- Previous update was at 07:38 AM ---------- How To display the last modification time of any file in unix ---------- Post updated at 07:40 AM ---------- Previous update was at 07:40 AM... (2 Replies)
Discussion started by: manjiri sawant
2 Replies

3. Shell Programming and Scripting

FTP prompt

Hello, I am connectin to a remote server using: ftp -n -i <server> user <username> <password> lcd ~/YAFFA after i execute lcd command ther is a prompt: "Local directory now /home/YAFFA" How can is make it disappear? :confused: Please use and tags when posting code, data... (2 Replies)
Discussion started by: LiorAmitai
2 Replies

4. Solaris

No prompt!

We have a Solaris 10 machine. Today a weird issue happened. After login remotely via ssh, the motd appeared BUT there was no prompt! The prompt only appears after pressing Ctrl+d or Ctrl+c. Strange behaviour. I have checked /etc/profile and own user .profile, there is no anamoly. ... (11 Replies)
Discussion started by: sundar63
11 Replies

5. Solaris

ok prompt

There is a number before the ok prompt in OBP between brackets {}. It is 0 most of the time but sometimes it is different number {9} ok or {0} ok What does this number mean and how it gets changed? (3 Replies)
Discussion started by: StarSol
3 Replies

6. Shell Programming and Scripting

How to a prompt a particular value???

Hi i am working with clearcase in my UNIX machine... Accidentally some had ran a script to check out all files in the machine.... Now i am actually trying to uncheck out all those files and had written a script for it.... The problem is that when ever i am trying to uncheck out the files, its... (2 Replies)
Discussion started by: grajesh_955
2 Replies

7. Solaris

OK prompt

Here is a silly question: I have a Sun 220R and I need to get to the OK prompt. I can't hook up a monitor and keyboard to it. Its on a KVM right now and I also have a console connected to it. I can use PuTTY to get to the console and then connect to the 220R from there. How can I get to the... (3 Replies)
Discussion started by: hshapiro
3 Replies

8. Solaris

Can't get ok prompt

Hi, I'm attempting to reinstall a damaged installation of Solaris 9 (on a SunFire). Connected via serial from a PC. Can't get to the "ok" prompt to launch install from CD. Ctrl+break acknowledges my request for a break, but no prompt. "#." gets me an "sc>" prompt, with several options, but... (3 Replies)
Discussion started by: shonenfan
3 Replies

9. UNIX for Dummies Questions & Answers

prompt why ?

Even though I give rm -f *, the files are listed for confirmation of removal . Why ? Thanks LS (2 Replies)
Discussion started by: ls1429
2 Replies

10. UNIX for Dummies Questions & Answers

prompt

how do we change the command prompt? right now my prompt says felix% where felix is the machine i´m on. but how do we change it? for example, how can i make it say me% and how do we get it to tell us what directory we are under because when i change into a subdir then the prompt... (1 Reply)
Discussion started by: eeldivady
1 Replies
Login or Register to Ask a Question