<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Help! Locked up X server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-locked-up-x-server/m-p/2450715#M10880</link>
    <description>Try &lt;CNTL&gt;&lt;SHIFT&gt;&lt;BREAK&gt; on the local keyboard to kill the Xserver or&lt;BR /&gt;&lt;BR /&gt;/sbin/init 2 will also do the trick but may disrupt some services started at run level 3/4&lt;BR /&gt;&lt;BR /&gt;or if using CDE : /sbin/init.d/dtlogin.rc [stop/start] may work or&lt;BR /&gt;&lt;BR /&gt;ps -ef ? grep X : .....   kill -9 &lt;PID&gt; (-9 if required) X= Xserver&lt;/PID&gt;&lt;/BREAK&gt;&lt;/SHIFT&gt;&lt;/CNTL&gt;</description>
    <pubDate>Thu, 05 Oct 2000 18:31:46 GMT</pubDate>
    <dc:creator>Alex Glennie</dc:creator>
    <dc:date>2000-10-05T18:31:46Z</dc:date>
    <item>
      <title>Help! Locked up X server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-locked-up-x-server/m-p/2450713#M10878</link>
      <description>I just locked up my workstation and I need it back.  I was running a couple of the OpenGL demos found in /opt/graphics/OpenGL/demos/ when I was foolish enough to run "threads-64".  It locked up my display and mouse, but I can still telnet/rlogin into it.  I need to regain control of the station, WITHOUT rebooting it because I'm running a number crunching process that has been going for 17 hours and I'd hate to start it over.&lt;BR /&gt;&lt;BR /&gt;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.  &lt;BR /&gt;&lt;BR /&gt;The other processes that I'm considering killing are:&lt;BR /&gt;"dtwn" &lt;BR /&gt;"/usr/dt/bin/dtsession"&lt;BR /&gt;"/usr/dt/bin/ttsession -s"&lt;BR /&gt;&lt;BR /&gt;Please help or advise!  Thanks.</description>
      <pubDate>Thu, 05 Oct 2000 16:11:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-locked-up-x-server/m-p/2450713#M10878</guid>
      <dc:creator>Blake Garretson</dc:creator>
      <dc:date>2000-10-05T16:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help! Locked up X server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-locked-up-x-server/m-p/2450714#M10879</link>
      <description>I forgot to add that I already tried to kill the offending process with no success.  I did a "ps -ef" then a:&lt;BR /&gt;kill 9491 9487&lt;BR /&gt;which did nothing so I tried a:&lt;BR /&gt;kill -9 9491 9487&lt;BR /&gt;which resulted in the process ID changing to "9491 1".  I'm afraid to do a:&lt;BR /&gt;kill 9491 1&lt;BR /&gt;since process 1 is init!</description>
      <pubDate>Thu, 05 Oct 2000 16:22:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-locked-up-x-server/m-p/2450714#M10879</guid>
      <dc:creator>Blake Garretson</dc:creator>
      <dc:date>2000-10-05T16:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help! Locked up X server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-locked-up-x-server/m-p/2450715#M10880</link>
      <description>Try &lt;CNTL&gt;&lt;SHIFT&gt;&lt;BREAK&gt; on the local keyboard to kill the Xserver or&lt;BR /&gt;&lt;BR /&gt;/sbin/init 2 will also do the trick but may disrupt some services started at run level 3/4&lt;BR /&gt;&lt;BR /&gt;or if using CDE : /sbin/init.d/dtlogin.rc [stop/start] may work or&lt;BR /&gt;&lt;BR /&gt;ps -ef ? grep X : .....   kill -9 &lt;PID&gt; (-9 if required) X= Xserver&lt;/PID&gt;&lt;/BREAK&gt;&lt;/SHIFT&gt;&lt;/CNTL&gt;</description>
      <pubDate>Thu, 05 Oct 2000 18:31:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-locked-up-x-server/m-p/2450715#M10880</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-10-05T18:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help! Locked up X server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-locked-up-x-server/m-p/2450716#M10881</link>
      <description>When you kill the process just kill the PID, not the PPID (as in the 9xxx number not the 1).  So it would look something like this:&lt;BR /&gt;kill -9 9431&lt;BR /&gt;Question for you though, if the number crunching is continuing could you just wait for it to finish?  &lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 05 Oct 2000 18:48:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-locked-up-x-server/m-p/2450716#M10881</guid>
      <dc:creator>Steve Sauve</dc:creator>
      <dc:date>2000-10-05T18:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help! Locked up X server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-locked-up-x-server/m-p/2450717#M10882</link>
      <description>I could just wait, but that could be another 10 hours.  I really needed to use my workstation for other things in the meantime.  (I have a 2 CPU J-5600 so I can do other stuff on one cpu and not slow down the calculations on the other cpu.)&lt;BR /&gt;&lt;BR /&gt;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.  &lt;BR /&gt;&lt;BR /&gt;Thanks again...</description>
      <pubDate>Thu, 05 Oct 2000 19:04:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-locked-up-x-server/m-p/2450717#M10882</guid>
      <dc:creator>Blake Garretson</dc:creator>
      <dc:date>2000-10-05T19:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help! Locked up X server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-locked-up-x-server/m-p/2450718#M10883</link>
      <description>dtlogin.rc runs the CDE &amp;amp; Xserver, starts at run level 3 see  : /sbin/rc3.d/S990dtlogin.rc&lt;BR /&gt;&lt;BR /&gt;It 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.&lt;BR /&gt;&lt;BR /&gt;killing dtlogin will stop everything related to the users session and any other users remotely logged on under the control of CDE (xterminals &amp;amp; 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.&lt;BR /&gt;&lt;BR /&gt;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.</description>
      <pubDate>Thu, 05 Oct 2000 19:23:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-locked-up-x-server/m-p/2450718#M10883</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-10-05T19:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help! Locked up X server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-locked-up-x-server/m-p/2450719#M10884</link>
      <description>and yes you should be able to start over as normal once you've run dtlogin.rc stop followed by dtlogin.rc start....  if all goes as planned.</description>
      <pubDate>Thu, 05 Oct 2000 19:26:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-locked-up-x-server/m-p/2450719#M10884</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-10-05T19:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Help! Locked up X server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-locked-up-x-server/m-p/2450720#M10885</link>
      <description>The next target would be the ogld process.  It is closely involved with OpenGL programs.  The X server can continue to run when ogld is killed.&lt;BR /&gt;I am not very optimistic of getting the screen back without killing the X server if the threads-64 demo is unkillable.&lt;BR /&gt;&lt;BR /&gt;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.</description>
      <pubDate>Thu, 05 Oct 2000 19:36:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-locked-up-x-server/m-p/2450720#M10885</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2000-10-05T19:36:39Z</dc:date>
    </item>
  </channel>
</rss>

