<?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: Hung httpd process in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/hung-httpd-process/m-p/3670593#M20588</link>
    <description>Try "strace -p pid_of_the_process" to see what it does and why it hangs. Also check to logs to see what was logged before the condition you observe.&lt;BR /&gt;</description>
    <pubDate>Mon, 14 Nov 2005 17:47:17 GMT</pubDate>
    <dc:creator>Ralf Hildebrandt</dc:creator>
    <dc:date>2005-11-14T17:47:17Z</dc:date>
    <item>
      <title>Hung httpd process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hung-httpd-process/m-p/3670587#M20582</link>
      <description>Dear Admins,&lt;BR /&gt;&lt;BR /&gt;I have a starnge situation that from time to time httpd process hungs and even root can't kill it only reboot will clear it. OS Redhat AS2.1 with Apache 1.3.1. Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Sun, 13 Nov 2005 19:02:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hung-httpd-process/m-p/3670587#M20582</guid>
      <dc:creator>Sivasingam Santhakumar</dc:creator>
      <dc:date>2005-11-13T19:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hung httpd process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hung-httpd-process/m-p/3670588#M20583</link>
      <description>A hung process is dead process. You can not kill it even with kill -9. The only optio is reboot if you have to.&lt;BR /&gt;&lt;BR /&gt;But find out why it hangs. You can start with running tusc against it and see what system call it hangs on.&lt;BR /&gt;&lt;BR /&gt;tusc -vfp "httpd_start_command"</description>
      <pubDate>Sun, 13 Nov 2005 22:47:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hung-httpd-process/m-p/3670588#M20583</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-11-13T22:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hung httpd process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hung-httpd-process/m-p/3670589#M20584</link>
      <description>If its PPID is 1 and kill -9 &lt;PID&gt; does not work:&lt;BR /&gt;&lt;BR /&gt;service httpd restart&lt;BR /&gt;&lt;BR /&gt;If that does not work, restart the system.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/PID&gt;</description>
      <pubDate>Mon, 14 Nov 2005 05:57:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hung-httpd-process/m-p/3670589#M20584</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-11-14T05:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hung httpd process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hung-httpd-process/m-p/3670590#M20585</link>
      <description>If you can, you should upgrade your apache version.&lt;BR /&gt;&lt;BR /&gt;Also, you should investigate why the process hungs. Verify the log files.&lt;BR /&gt;&lt;BR /&gt;Are there any indications?</description>
      <pubDate>Mon, 14 Nov 2005 06:13:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hung-httpd-process/m-p/3670590#M20585</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-14T06:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hung httpd process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hung-httpd-process/m-p/3670591#M20586</link>
      <description>Is tusc a hp-ux command? My server is RedHatAS 2.1</description>
      <pubDate>Mon, 14 Nov 2005 06:28:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hung-httpd-process/m-p/3670591#M20586</guid>
      <dc:creator>Sivasingam Santhakumar</dc:creator>
      <dc:date>2005-11-14T06:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hung httpd process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hung-httpd-process/m-p/3670592#M20587</link>
      <description>Hi Sivasingam ,&lt;BR /&gt;&lt;BR /&gt;I ever encounter same symptom. I found the root cause is I/O system problem. Maybe you too. &lt;BR /&gt;&lt;BR /&gt;If it is. I suggest you upgrade I/O controller driver and linux kernel to have a try.&lt;BR /&gt;&lt;BR /&gt;NiCK</description>
      <pubDate>Mon, 14 Nov 2005 11:01:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hung-httpd-process/m-p/3670592#M20587</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2005-11-14T11:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hung httpd process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hung-httpd-process/m-p/3670593#M20588</link>
      <description>Try "strace -p pid_of_the_process" to see what it does and why it hangs. Also check to logs to see what was logged before the condition you observe.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Nov 2005 17:47:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hung-httpd-process/m-p/3670593#M20588</guid>
      <dc:creator>Ralf Hildebrandt</dc:creator>
      <dc:date>2005-11-14T17:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hung httpd process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hung-httpd-process/m-p/3670594#M20589</link>
      <description>Thanks for the input, the logs and other tolls doesn't tell much. I will continue my research.</description>
      <pubDate>Wed, 16 Nov 2005 00:15:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hung-httpd-process/m-p/3670594#M20589</guid>
      <dc:creator>Sivasingam Santhakumar</dc:creator>
      <dc:date>2005-11-16T00:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hung httpd process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hung-httpd-process/m-p/3670595#M20590</link>
      <description>When I was looking deep into it I found (with lsof) that rotate logs delete the logs files while a processor looking at it. Does it make that processor hang?</description>
      <pubDate>Wed, 16 Nov 2005 00:16:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hung-httpd-process/m-p/3670595#M20590</guid>
      <dc:creator>Sivasingam Santhakumar</dc:creator>
      <dc:date>2005-11-16T00:16:09Z</dc:date>
    </item>
  </channel>
</rss>

