- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Help! Locked up X server
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2000 09:11 AM
10-05-2000 09:11 AM
How can I log myself off, or reset the X server, or something similar to regain control? I already killed the dtterm from which I ran the "threads-64". No luck.
The other processes that I'm considering killing are:
"dtwn"
"/usr/dt/bin/dtsession"
"/usr/dt/bin/ttsession -s"
Please help or advise! Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2000 09:22 AM
10-05-2000 09:22 AM
Re: Help! Locked up X server
kill 9491 9487
which did nothing so I tried a:
kill -9 9491 9487
which resulted in the process ID changing to "9491 1". I'm afraid to do a:
kill 9491 1
since process 1 is init!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2000 11:31 AM
10-05-2000 11:31 AM
Re: Help! Locked up X server
/sbin/init 2 will also do the trick but may disrupt some services started at run level 3/4
or if using CDE : /sbin/init.d/dtlogin.rc [stop/start] may work or
ps -ef ? grep X : ..... kill -9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2000 11:48 AM
10-05-2000 11:48 AM
Re: Help! Locked up X server
kill -9 9431
Question for you though, if the number crunching is continuing could you just wait for it to finish?
Hope this helps,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2000 12:04 PM
10-05-2000 12:04 PM
Re: Help! Locked up X server
The CTRL-SHIFT-BREAK does nothing. I'm leary about doing a "dtlogin stop" or a kill on the X server process because I'm not sure what the screen will do. Will I be able to start it back up and login like normal? Please advise before I do something dangerous.
Thanks again...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2000 12:23 PM
10-05-2000 12:23 PM
SolutionIt will basically start X:0 then dtlogin which will wait till a users logs in , spawn a child dtlogin along with dtgreet,dthello and dtsession : ie the screens associated with login,copyright and then the users session.
killing dtlogin will stop everything related to the users session and any other users remotely logged on under the control of CDE (xterminals & Pc's etc), if you started your job via a dtterm or xterm and did not run the command in the background you could find it terminated.
My advise is to try and kill the OpenGl processes first, if you really need to get in then kill X or my suggestions, changing the run level being the last option in the list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2000 12:26 PM
10-05-2000 12:26 PM
Re: Help! Locked up X server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2000 12:36 PM
10-05-2000 12:36 PM
Re: Help! Locked up X server
I am not very optimistic of getting the screen back without killing the X server if the threads-64 demo is unkillable.
If you started the computation from a dtterm on the X server then it may get a SIGHUP when you restart the X server. You just might be able to spare the process by adopting it with gdb and using 'handle sighup nopass' to prevent the process from seeing the signal.