<?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: General in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/general/m-p/2962529#M77099</link>
    <description>KDE and GNOME were desktop environments before and for window management (drawing, positioning and mouse handling) they relied on some window managers.  Nowadays KDE and GNOME have their own window managers embeded and they directly talk to X/X11 libraries.  For&lt;BR /&gt;---&lt;BR /&gt;XFree86, provides a client/server interface between display hardware (the mouse, keyboard, and video displays) and the desktop environment while also providing both the windowing infrastructure and a standardized application interface (API). XFree86 is platform-independent, network-transparent and extensible.&lt;BR /&gt;---&lt;BR /&gt;When a machine hangs there may be several reason for it.  &lt;BR /&gt;1.  CPU will be busy with some other non preemptible routines.&lt;BR /&gt;2.  The display (essentially window manager) would have hung.&lt;BR /&gt;3.  X network interface would have broken (if you are exporting the display in a remote machine).&lt;BR /&gt;&lt;BR /&gt;Telnet to the machine and run top to find out whether the machine is running fine.  If some process is eating the CPU cycles, then you find the culprit.&lt;BR /&gt;&lt;BR /&gt;If thats fine, then there is a problem with the Desktop unable to trap the inputs(keyboard/mouse).  Surely this can point to X11 or Desktop.  Check out the /var/log to see any warning in all the logs.  &lt;BR /&gt;&lt;BR /&gt;Its a long time since I worked with 2.2.*, so not able to recollect the log file names.  &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Umapathy</description>
    <pubDate>Wed, 30 Apr 2003 11:32:48 GMT</pubDate>
    <dc:creator>Umapathy S</dc:creator>
    <dc:date>2003-04-30T11:32:48Z</dc:date>
    <item>
      <title>General</title>
      <link>https://community.hpe.com/t5/operating-system-linux/general/m-p/2962525#M77095</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;What is the difference Between the X server and Window Manager, when the Machine hangs, how do i find is it the KDE , GNOME problem or the X server problem, &lt;BR /&gt;&lt;BR /&gt;Some times the Machine hangs, still we'll be able to telnet to the machine. at this stage, how do i restart the X or the window manager with out killing the running processes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;any explanation ?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;chakri</description>
      <pubDate>Wed, 30 Apr 2003 05:34:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/general/m-p/2962525#M77095</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2003-04-30T05:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: General</title>
      <link>https://community.hpe.com/t5/operating-system-linux/general/m-p/2962526#M77096</link>
      <description>a set of complex questions. so instead of answering them myself, went to google and it does the task pretty nicely.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.google.com/search?hl=en&amp;amp;lr=&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8&amp;amp;newwindow=1&amp;amp;q=%22what+is+a+Window+manager+%22" target="_blank"&gt;http://www.google.com/search?hl=en&amp;amp;lr=&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8&amp;amp;newwindow=1&amp;amp;q=%22what+is+a+Window+manager+%22&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.media.mit.edu/wearables/mithril/anduin/window_manager.html" target="_blank"&gt;http://www.media.mit.edu/wearables/mithril/anduin/window_manager.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;to find out the problem, you need to check the logs. normally it is the XFree86.0.log which is in /var/log directory. have a look there. see the messages file and if you are able to gather info.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;telnet uses the telnet daemon and is independent of the window manager (modular approach). so telnetworks as long as telnetd is running. and if you want to restart X when it has failed, just do a init 3 and init 5. &lt;BR /&gt;&lt;BR /&gt;or if you are on the console, just press Ctrl+Alt+Bkspace (if it is not disabled) and it will kill the X server. You can restart.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;-balaji (hungry and running to grab my lunch)&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Apr 2003 06:05:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/general/m-p/2962526#M77096</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-04-30T06:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: General</title>
      <link>https://community.hpe.com/t5/operating-system-linux/general/m-p/2962527#M77097</link>
      <description>To check the logs, if you are at the machine and the system seems to have hung, you can log in through a virtual console by pressing ctrl+alt+f1. This will take you to virtual console 1. To get back to your normal login type alt+f7.&lt;BR /&gt;Trystan.</description>
      <pubDate>Wed, 30 Apr 2003 06:20:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/general/m-p/2962527#M77097</guid>
      <dc:creator>trystan macdonald_1</dc:creator>
      <dc:date>2003-04-30T06:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: General</title>
      <link>https://community.hpe.com/t5/operating-system-linux/general/m-p/2962528#M77098</link>
      <description>i'm using 2.2.14 kernel, i cant find any XF86xxx.log under /var/log/</description>
      <pubDate>Wed, 30 Apr 2003 09:15:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/general/m-p/2962528#M77098</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2003-04-30T09:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: General</title>
      <link>https://community.hpe.com/t5/operating-system-linux/general/m-p/2962529#M77099</link>
      <description>KDE and GNOME were desktop environments before and for window management (drawing, positioning and mouse handling) they relied on some window managers.  Nowadays KDE and GNOME have their own window managers embeded and they directly talk to X/X11 libraries.  For&lt;BR /&gt;---&lt;BR /&gt;XFree86, provides a client/server interface between display hardware (the mouse, keyboard, and video displays) and the desktop environment while also providing both the windowing infrastructure and a standardized application interface (API). XFree86 is platform-independent, network-transparent and extensible.&lt;BR /&gt;---&lt;BR /&gt;When a machine hangs there may be several reason for it.  &lt;BR /&gt;1.  CPU will be busy with some other non preemptible routines.&lt;BR /&gt;2.  The display (essentially window manager) would have hung.&lt;BR /&gt;3.  X network interface would have broken (if you are exporting the display in a remote machine).&lt;BR /&gt;&lt;BR /&gt;Telnet to the machine and run top to find out whether the machine is running fine.  If some process is eating the CPU cycles, then you find the culprit.&lt;BR /&gt;&lt;BR /&gt;If thats fine, then there is a problem with the Desktop unable to trap the inputs(keyboard/mouse).  Surely this can point to X11 or Desktop.  Check out the /var/log to see any warning in all the logs.  &lt;BR /&gt;&lt;BR /&gt;Its a long time since I worked with 2.2.*, so not able to recollect the log file names.  &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Umapathy</description>
      <pubDate>Wed, 30 Apr 2003 11:32:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/general/m-p/2962529#M77099</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-04-30T11:32:48Z</dc:date>
    </item>
  </channel>
</rss>

