<?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 syslog.log error messages in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-error-messages/m-p/2445171#M9067</link>
    <description>We run a K200 with 2 cpus, 256mb ram, operating on HP-UX 10.01.  I get the following error messages in syslog.log.&lt;BR /&gt;&lt;BR /&gt;User: webmang. System exception 10 (0xA), "Memory access violation Trapped"&lt;BR /&gt;&lt;BR /&gt;User: webmang. socket accept failed - errno = 24&lt;BR /&gt;&lt;BR /&gt;The machine doesn't do much but run a 3rd party cgi script through our Apache server.  Webmang is the owner of the the cgi and Apache processes.  Can someone suggest what might be generating these messages and if I should try make some changes to get rid of them.  I don't get any complaints about the operation of the cgi script (it's an encrypted perl script).</description>
    <pubDate>Wed, 13 Sep 2000 16:30:34 GMT</pubDate>
    <dc:creator>Jim Kohler</dc:creator>
    <dc:date>2000-09-13T16:30:34Z</dc:date>
    <item>
      <title>syslog.log error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-error-messages/m-p/2445171#M9067</link>
      <description>We run a K200 with 2 cpus, 256mb ram, operating on HP-UX 10.01.  I get the following error messages in syslog.log.&lt;BR /&gt;&lt;BR /&gt;User: webmang. System exception 10 (0xA), "Memory access violation Trapped"&lt;BR /&gt;&lt;BR /&gt;User: webmang. socket accept failed - errno = 24&lt;BR /&gt;&lt;BR /&gt;The machine doesn't do much but run a 3rd party cgi script through our Apache server.  Webmang is the owner of the the cgi and Apache processes.  Can someone suggest what might be generating these messages and if I should try make some changes to get rid of them.  I don't get any complaints about the operation of the cgi script (it's an encrypted perl script).</description>
      <pubDate>Wed, 13 Sep 2000 16:30:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-error-messages/m-p/2445171#M9067</guid>
      <dc:creator>Jim Kohler</dc:creator>
      <dc:date>2000-09-13T16:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-error-messages/m-p/2445172#M9068</link>
      <description>Jim:&lt;BR /&gt;&lt;BR /&gt;It looks like the cgi script is generating a SIGILL code 10 = priviledged operation trap (see man signal) you could choose to ignore it by including the line         &lt;BR /&gt;&lt;BR /&gt;trap "" 1 2 3 10 &lt;BR /&gt;&lt;BR /&gt;in your .profile for the webmang user.  However, I would advise against that - it is a good idea to find out what priviledged operation the script is attempting to perform... get the cgi script fixed rather than working around it...  and beware of cgi script that you do not have access to the source code - your webserver could be easily compromised if someone knows how!!!</description>
      <pubDate>Wed, 13 Sep 2000 17:12:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-error-messages/m-p/2445172#M9068</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-09-13T17:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-error-messages/m-p/2445173#M9069</link>
      <description>The error indicates too many files for a process.  HP-UX error 24 (or any errno) can be found in /usr/include/sys/errno.h&lt;BR /&gt;#define EMFILE  24 /* Too many open files*/&lt;BR /&gt;You may need to increase the maxfile kernel parameter. You can do that in SAM.&lt;BR /&gt;&lt;BR /&gt;S.</description>
      <pubDate>Wed, 13 Sep 2000 17:14:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-error-messages/m-p/2445173#M9069</guid>
      <dc:creator>Stacey Rippetoe</dc:creator>
      <dc:date>2000-09-13T17:14:56Z</dc:date>
    </item>
  </channel>
</rss>

