<?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: Common audit log failures for libogltls.so and locales.1/C in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/common-audit-log-failures-for-libogltls-so-and-locales-1-c/m-p/4242444#M330163</link>
    <description>Shalom Bryan,&lt;BR /&gt;&lt;BR /&gt;1) Check the existence of these files. Install their depots that provide them if missing.&lt;BR /&gt;&lt;BR /&gt;2) If present, make sure SHLIB_PATH in the startup or any compile scripts includes their locations.&lt;BR /&gt;&lt;BR /&gt;3) Make sure the libraries and executables are IA-64 binaries.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 30 Jul 2008 04:37:36 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2008-07-30T04:37:36Z</dc:date>
    <item>
      <title>Common audit log failures for libogltls.so and locales.1/C</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/common-audit-log-failures-for-libogltls-so-and-locales-1-c/m-p/4242443#M330162</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm relatively new to the audit logging features of HP-UX.  We have 2 messages that are continuously showing up in the audit logs of which I'm not sure of the source.  We're running HP-UX 11.23 (May 2005).&lt;BR /&gt;&lt;BR /&gt;One of the features we have turned on are open/close access failures. Every 30 seconds or so, a process is spawned that attempts to open the following shared library and file.  This generates a large amount of log entries as the system runs autonomously, continually filling the logs and making it scrutinizingly tedious finding audit failures of relevance.  &lt;BR /&gt;&lt;BR /&gt;/opt/graphics/OpenGL/lib/hpux32/libogltls.so&lt;BR /&gt;&lt;BR /&gt;/usr/lib/nls/loc/hpux32/locales.1/C&lt;BR /&gt; &lt;BR /&gt;The failure for the lib0gltls.so is logged because it is not exist but the problem I'm having is locating which service is turned on that accesses these files. The log provides a process ID however by the time it is logged, the process no longer exists.  &lt;BR /&gt;&lt;BR /&gt;Does anyone happen to know what service might be looking to access these files or how I might go about finding it?     &lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your help.&lt;BR /&gt;&lt;BR /&gt;Bryan&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jul 2008 20:27:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/common-audit-log-failures-for-libogltls-so-and-locales-1-c/m-p/4242443#M330162</guid>
      <dc:creator>Bryan Strait</dc:creator>
      <dc:date>2008-07-29T20:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Common audit log failures for libogltls.so and locales.1/C</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/common-audit-log-failures-for-libogltls-so-and-locales-1-c/m-p/4242444#M330163</link>
      <description>Shalom Bryan,&lt;BR /&gt;&lt;BR /&gt;1) Check the existence of these files. Install their depots that provide them if missing.&lt;BR /&gt;&lt;BR /&gt;2) If present, make sure SHLIB_PATH in the startup or any compile scripts includes their locations.&lt;BR /&gt;&lt;BR /&gt;3) Make sure the libraries and executables are IA-64 binaries.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 30 Jul 2008 04:37:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/common-audit-log-failures-for-libogltls-so-and-locales-1-c/m-p/4242444#M330163</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-07-30T04:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Common audit log failures for libogltls.so and locales.1/C</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/common-audit-log-failures-for-libogltls-so-and-locales-1-c/m-p/4242445#M330164</link>
      <description>These are bogus files that don't exist.&lt;BR /&gt;The first may exist if you have OGL installed and dld.so automatically checks for it for every? stinkin' exec(2).&lt;BR /&gt;&lt;BR /&gt;The latter doesn't exist on any system.  Years ago setlocale(3) used to do a stat(2) on the shlib before calling shl_load(3) but somehow they decided why check twice.&lt;BR /&gt;(This seems silly since there never was that locale and a strcmp for "C" would be easy.)&lt;BR /&gt;&lt;BR /&gt;So your problem is that you keep starting processes.  But if it's every 30 seconds, this is normal.&lt;BR /&gt;&lt;BR /&gt;So you should rethink logging access failures.  Or you need to filter out these useless messages.</description>
      <pubDate>Wed, 30 Jul 2008 07:43:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/common-audit-log-failures-for-libogltls-so-and-locales-1-c/m-p/4242445#M330164</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-07-30T07:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Common audit log failures for libogltls.so and locales.1/C</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/common-audit-log-failures-for-libogltls-so-and-locales-1-c/m-p/4242446#M330165</link>
      <description>Thanks guys.  I realize how generic this question may have sounded.&lt;BR /&gt;&lt;BR /&gt;When you say dld.so checks for libogltls.so every exec, is this for *all* exec calls or is it only for exec calls that use the libogltls.so library?  (I would assume only for execs that use the libogltls.so)  If it's for all execs, that would make sense whey there are so many entries in the audit log.&lt;BR /&gt;&lt;BR /&gt;I was just hoping to prevent the process from running since this system is not doing anything graphics related anyway.  &lt;BR /&gt;&lt;BR /&gt;Bryan</description>
      <pubDate>Wed, 30 Jul 2008 17:45:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/common-audit-log-failures-for-libogltls-so-and-locales-1-c/m-p/4242446#M330165</guid>
      <dc:creator>Bryan Strait</dc:creator>
      <dc:date>2008-07-30T17:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Common audit log failures for libogltls.so and locales.1/C</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/common-audit-log-failures-for-libogltls-so-and-locales-1-c/m-p/4242447#M330166</link>
      <description>&amp;gt;When you say dld.so checks for libogltls.so every exec, is this for *all* exec calls&lt;BR /&gt;&amp;gt;If it's for all execs, that would make sense whey there are so many entries in the audit log.&lt;BR /&gt;&lt;BR /&gt;Yes, every stinkin' one that uses shlibs.&lt;BR /&gt;If you update your dld patch to something newer like PHSS_37947, it will go away.</description>
      <pubDate>Thu, 31 Jul 2008 04:10:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/common-audit-log-failures-for-libogltls-so-and-locales-1-c/m-p/4242447#M330166</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-07-31T04:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Common audit log failures for libogltls.so and locales.1/C</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/common-audit-log-failures-for-libogltls-so-and-locales-1-c/m-p/4242448#M330167</link>
      <description>&amp;gt;I realize how generic this question may have sounded.&lt;BR /&gt;&lt;BR /&gt;Generic how?  I said exactly why they occur.</description>
      <pubDate>Thu, 31 Jul 2008 04:11:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/common-audit-log-failures-for-libogltls-so-and-locales-1-c/m-p/4242448#M330167</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-07-31T04:11:38Z</dc:date>
    </item>
  </channel>
</rss>

