<?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: SIGKILL from unidentified source in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-from-unidentified-source/m-p/3894927#M282045</link>
    <description>No core file remaining, but that's good to know.</description>
    <pubDate>Wed, 08 Nov 2006 14:44:05 GMT</pubDate>
    <dc:creator>Ed Loehr_1</dc:creator>
    <dc:date>2006-11-08T14:44:05Z</dc:date>
    <item>
      <title>SIGKILL from unidentified source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-from-unidentified-source/m-p/3894925#M282043</link>
      <description>&lt;!--!*#--&gt;One of my PostgreSQL postmaster processes just received a SIGKILL from an unidentified source.  We find no evidence of the source in command histories or logs, and have no programs/scripts that we know of that would send SIGKILL.  That would seem to leave the OS and PostgreSQL itself. &lt;BR /&gt;&lt;BR /&gt;Any ideas about what kind of circumstances, if any, would result in HPUX sending SIGKILL?  Anything else I can investigate?&lt;BR /&gt;&lt;BR /&gt;The machine had ample RAM.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ed&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Nov 2006 13:45:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-from-unidentified-source/m-p/3894925#M282043</guid>
      <dc:creator>Ed Loehr_1</dc:creator>
      <dc:date>2006-11-08T13:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: SIGKILL from unidentified source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-from-unidentified-source/m-p/3894926#M282044</link>
      <description>Is there a core file generated? If so run the "file" command on it to isolate the routine or program raising the SIGKILL i.e.&lt;BR /&gt;&lt;BR /&gt;# file core</description>
      <pubDate>Wed, 08 Nov 2006 14:40:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-from-unidentified-source/m-p/3894926#M282044</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-11-08T14:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: SIGKILL from unidentified source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-from-unidentified-source/m-p/3894927#M282045</link>
      <description>No core file remaining, but that's good to know.</description>
      <pubDate>Wed, 08 Nov 2006 14:44:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-from-unidentified-source/m-p/3894927#M282045</guid>
      <dc:creator>Ed Loehr_1</dc:creator>
      <dc:date>2006-11-08T14:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: SIGKILL from unidentified source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-from-unidentified-source/m-p/3894928#M282046</link>
      <description>Did anybody use the fuser command on the filesystem running Postgres SQL processes? Since "fuser -k" sends a SIGKILL to all processes using a mount point.&lt;BR /&gt;&lt;BR /&gt;How about any changes to the environment i.e. OS upgrade/patches or application related patches/upgrades? Was the application running file until this point in time or has this happened before? Just some troubleshooting scenarios you can use to isolate the cause.&lt;BR /&gt;&lt;BR /&gt;Try restarting the application in debug mode with logging so that the next time it happens it can be traced. Or manually send it a SIGKILL and see if the scenario resembles the one you have (which might explain a user raised SIGKILL).&lt;BR /&gt;&lt;BR /&gt;~cheers</description>
      <pubDate>Wed, 08 Nov 2006 14:57:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-from-unidentified-source/m-p/3894928#M282046</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-11-08T14:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: SIGKILL from unidentified source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-from-unidentified-source/m-p/3894929#M282047</link>
      <description>No fuser -k usage found in cmd history logs.  App has been running ok, though we're also dealing with some DB table locking issues that do not appear to be related at this point.  Restarting is not an option due to production system.</description>
      <pubDate>Wed, 08 Nov 2006 15:14:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-from-unidentified-source/m-p/3894929#M282047</guid>
      <dc:creator>Ed Loehr_1</dc:creator>
      <dc:date>2006-11-08T15:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: SIGKILL from unidentified source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-from-unidentified-source/m-p/3894930#M282048</link>
      <description>You can narrow the problem down to the owner of the postmaster process. Only the owner (and root) can issue a SIGKILL. Also check all cron jobs which run as root or run as the postmaster owner. HP-UX never sends a SIGKILL. Unlike SIGSEGV or SIGHUP which originate in the kernel, SIGKILL is user-processes only (shell, user program, etc). A good test is to have each user with root or PostgreSQL login to explain why kill -9 is a bad thing to do. Those that explain that it is the only way to terminate a process will need a new login...(no access to kill -9 for production programs)</description>
      <pubDate>Wed, 08 Nov 2006 18:13:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-from-unidentified-source/m-p/3894930#M282048</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-11-08T18:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: SIGKILL from unidentified source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-from-unidentified-source/m-p/3894931#M282049</link>
      <description>&amp;gt;Bill: HP-UX never sends a SIGKILL.&lt;BR /&gt;&lt;BR /&gt;Are you sure?  I've seen cases where mysterious SIGKILLs have occurred.  I've always blamed it on the kernel when I couldn't get anyone to confess.  I've heard vague rumors that it did SIGKILL when VM was oversubscribed??</description>
      <pubDate>Thu, 09 Nov 2006 03:06:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-from-unidentified-source/m-p/3894931#M282049</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2006-11-09T03:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: SIGKILL from unidentified source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-from-unidentified-source/m-p/3894932#M282050</link>
      <description>I think that the kernel will just create an ENOMEM condition for out-of-memory situations (and similarly for ENOSPC, ENFILE, ENOLCK, etc). Then the normal signal handling will take place in the program. If there is an emergency condition in the kernel that would cause actual kernel generated SIGKILL's, I would assume that dmesg and/or syslog would have some details.</description>
      <pubDate>Thu, 09 Nov 2006 07:37:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigkill-from-unidentified-source/m-p/3894932#M282050</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-11-09T07:37:20Z</dc:date>
    </item>
  </channel>
</rss>

