<?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 Xserver lockup (?) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/xserver-lockup/m-p/3320083#M877104</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i have a problem with the Xserver on a C3600 workstation when displaying a window from several linux systems (kde and/or gnome, Kernel 2.4.24 and 2.6.6). The window will open and show all content i expect, but as soon as a press any button or key within this window the Xserver on the HP-UX machine (running HP-UX 11.00) will no longer respond to any action, will use 99% of the CPU and is continuously writing the following line into /var/dt/Xerrors:&lt;BR /&gt;&lt;BR /&gt;Internal events queue full! - Input data has been lost!&lt;BR /&gt;&lt;BR /&gt;I can only login remotely and kill the Xserver. Killing the program which causes it does not help.&lt;BR /&gt;&lt;BR /&gt;Is there any posibility to solve this (maybe increasing the event queue)?&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;&lt;BR /&gt;Heiner</description>
    <pubDate>Thu, 01 Jul 2004 03:20:09 GMT</pubDate>
    <dc:creator>Heiner E. Lennackers</dc:creator>
    <dc:date>2004-07-01T03:20:09Z</dc:date>
    <item>
      <title>Xserver lockup (?)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xserver-lockup/m-p/3320083#M877104</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i have a problem with the Xserver on a C3600 workstation when displaying a window from several linux systems (kde and/or gnome, Kernel 2.4.24 and 2.6.6). The window will open and show all content i expect, but as soon as a press any button or key within this window the Xserver on the HP-UX machine (running HP-UX 11.00) will no longer respond to any action, will use 99% of the CPU and is continuously writing the following line into /var/dt/Xerrors:&lt;BR /&gt;&lt;BR /&gt;Internal events queue full! - Input data has been lost!&lt;BR /&gt;&lt;BR /&gt;I can only login remotely and kill the Xserver. Killing the program which causes it does not help.&lt;BR /&gt;&lt;BR /&gt;Is there any posibility to solve this (maybe increasing the event queue)?&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;&lt;BR /&gt;Heiner</description>
      <pubDate>Thu, 01 Jul 2004 03:20:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xserver-lockup/m-p/3320083#M877104</guid>
      <dc:creator>Heiner E. Lennackers</dc:creator>
      <dc:date>2004-07-01T03:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver lockup (?)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xserver-lockup/m-p/3320084#M877105</link>
      <description>Try increasing several kernel tunable parameters. &lt;BR /&gt;To increase file limit size (equivalent to ulimit): &lt;BR /&gt;SFSZLIM: Soft file size limit&lt;BR /&gt;HFSZLIM: Hard file size limit&lt;BR /&gt;&lt;BR /&gt;To increase user data (process heap and brk(2)) area: &lt;BR /&gt;SDATLIM: Soft data limit&lt;BR /&gt;HDATLIM: Hard data limit&lt;BR /&gt;&lt;BR /&gt;To increase user stack (stack segment) area: &lt;BR /&gt;SSTKLIM: Soft stack limit&lt;BR /&gt;HSTKLIM: Hard stack limit&lt;BR /&gt;&lt;BR /&gt;To increase address space (brk(2) area) for the process: &lt;BR /&gt;SVMMLIM: Soft Virtual Memory limit&lt;BR /&gt;HVMMLIM: Hard Virtual Memory limit&lt;BR /&gt;&lt;BR /&gt;Use the ulimit-a command to view the current settings of these parameters. &lt;BR /&gt;To change the settings of these parameters, login or su to root and use the idtune command (using SFSZLIM as an example): &lt;BR /&gt;# cd /etc/conf/bin&lt;BR /&gt;# ./idtune SFSZLIM 0x7FFFFFFF&lt;BR /&gt;This idtune command line changes SFSZLIM to the unlimited setting. &lt;BR /&gt;&lt;BR /&gt;In addition, you may specify a lower value than this if you do not want it set to unlimited. &lt;BR /&gt;&lt;BR /&gt;View each tunable parameter's range of acceptable values by using the idtune -g command. &lt;BR /&gt;The first value is the current setting, the second is the default setting, the third is the minimum value and the last is the maximum value. &lt;BR /&gt;&lt;BR /&gt;After you have changed all tunable parameters, you need to rebuild the kernel and shut down the system: &lt;BR /&gt;&lt;BR /&gt;# ./idbuild -B&lt;BR /&gt;# cd / ; shutdown -g0 -y&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Bruno</description>
      <pubDate>Thu, 01 Jul 2004 04:33:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xserver-lockup/m-p/3320084#M877105</guid>
      <dc:creator>Bruno Ganino</dc:creator>
      <dc:date>2004-07-01T04:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver lockup (?)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xserver-lockup/m-p/3320085#M877106</link>
      <description>You can't increase the event queue.  This is a defect.  I've never seen this particular one, but if you have never patched your Xserver, you are vulnerable to many defects. &lt;BR /&gt;&lt;BR /&gt;Please patch your Xserver to the latest Xserver patch for your platform.  For 11.00 the current patch for the Xserver is: &lt;BR /&gt;&lt;BR /&gt; PHSS_30870   11.00 Xserver cumulative patch&lt;BR /&gt;&lt;BR /&gt;If the remote application is using OpenGL, you should also patch the OpenGL runtime.  These patches cover all of the 3D graphics runtime: &lt;BR /&gt; PHSS_30866   Rating 1 2004/06/30  General Release  4      s700_800 11.X OpenGL 1.1 Run (PA2.0 only)&lt;BR /&gt;PHSS_30865  Rating 1 2004/06/30  General Release  2      s700_800 11.X OpenGL 1.1 Dev (PA2.0 only)&lt;BR /&gt;PHSS_30864  Rating 1 2004/06/30  General Release  2      s700_800 11.X Starbase/Hardcopy Dev (PA2.0 only)&lt;BR /&gt;PHSS_30861  Rating 1 2004/06/30  General Release  4      s700_800 11.X PEX 5.1/Starbase/Hardcopy Run (PA2.0 only)&lt;BR /&gt;PHSS_30177  Rating 1 2004/03/31  General Release  220      s700_800 11.X PHIGS Run (PA2.0 only)&lt;BR /&gt;PHSS_30176  Rating 1 2004/03/31  General Release  210      s700_800 11.X PHIGS Dev (PA2.0 only)&lt;BR /&gt;PHSS_30185  Rating 2 2004/03/31  General Release  305      s700_800 11.X PEX 5.1 Run (PA2.0 only)&lt;BR /&gt;PHSS_30184  Rating 1 2004/03/31  General Release  254      s700_800 11.X PEX 5.1 Dev (PA2.0 only)&lt;BR /&gt;PHSS_30174  Rating 2 2004/03/31  General Release  308      s700_800 11.X 3D Common Run (PA2.0 only)&lt;BR /&gt;PHSS_30183  Rating 1 2004/03/31  General Release  234      s700_800 11.X DDA Run (PA2.0 only)&lt;BR /&gt;&lt;BR /&gt;If, after applying the patches you still have a problem, I will think that you will have to  open a Response Center case and get someone to investigate further.  The problem may go well beyond the scope of these forums. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Jul 2004 07:29:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xserver-lockup/m-p/3320085#M877106</guid>
      <dc:creator>Rick Beldin</dc:creator>
      <dc:date>2004-07-02T07:29:13Z</dc:date>
    </item>
  </channel>
</rss>

