<?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: dld.sl problem when distributing files using Rdist in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dld-sl-problem-when-distributing-files-using-rdist/m-p/2538091#M26247</link>
    <description>Hi,Bill:&lt;BR /&gt;I changed the kernel maxdsiz, and rebooted the system. Doesn't work.</description>
    <pubDate>Fri, 08 Jun 2001 17:58:08 GMT</pubDate>
    <dc:creator>michael hong</dc:creator>
    <dc:date>2001-06-08T17:58:08Z</dc:date>
    <item>
      <title>dld.sl problem when distributing files using Rdist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dld-sl-problem-when-distributing-files-using-rdist/m-p/2538086#M26242</link>
      <description>Hi, &lt;BR /&gt;I am using Rdist to distribute files to HP workstations ( B.10.20, 9000/712 ). They are all the same configuration. But one machine recently had core dump problem when distributing. When I use "strings core" to look at the file. It seems like a dld.sl error:&lt;BR /&gt; /lib/dld.sl&lt;BR /&gt;ERROR couldn't open dld.sl&lt;BR /&gt;ERROR reading dld.sl&lt;BR /&gt;ERROR bad magic number/system id for dld.sl&lt;BR /&gt;ERROR bad dld.sl hpux aux header&lt;BR /&gt;......&lt;BR /&gt;This file is existing, and is exactly the same as that on other machines. Any ideas?&lt;BR /&gt;core dump file is attached.</description>
      <pubDate>Thu, 07 Jun 2001 21:36:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dld-sl-problem-when-distributing-files-using-rdist/m-p/2538086#M26242</guid>
      <dc:creator>michael hong</dc:creator>
      <dc:date>2001-06-07T21:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: dld.sl problem when distributing files using Rdist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dld-sl-problem-when-distributing-files-using-rdist/m-p/2538087#M26243</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;try to run the following command:&lt;BR /&gt;&lt;BR /&gt;file core&lt;BR /&gt;&lt;BR /&gt;That will give you the command which actually issued the core dump.&lt;BR /&gt;&lt;BR /&gt;Let us know what that says,&lt;BR /&gt;&lt;BR /&gt;Steffi Jones&lt;BR /&gt;&lt;BR /&gt;PS.: The core file is not attached... you might want to do this fast</description>
      <pubDate>Thu, 07 Jun 2001 22:30:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dld-sl-problem-when-distributing-files-using-rdist/m-p/2538087#M26243</guid>
      <dc:creator>Steffi Jones_1</dc:creator>
      <dc:date>2001-06-07T22:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: dld.sl problem when distributing files using Rdist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dld-sl-problem-when-distributing-files-using-rdist/m-p/2538088#M26244</link>
      <description>Hi Michael:&lt;BR /&gt;&lt;BR /&gt;Make sure that /lib is linked (symbolicly) to /usr/lib.  If this linkage doesn't exist, it is possible to obtain the error you did.&lt;BR /&gt;&lt;BR /&gt;# ln -s /usr/lib /lib&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jun 2001 22:37:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dld-sl-problem-when-distributing-files-using-rdist/m-p/2538088#M26244</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-06-07T22:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: dld.sl problem when distributing files using Rdist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dld-sl-problem-when-distributing-files-using-rdist/m-p/2538089#M26245</link>
      <description>Hi, Steffi &amp;amp; James:&lt;BR /&gt;Thanks for answering. &lt;BR /&gt;There is a link for /lib to /usr/lib.&lt;BR /&gt;And here is the result from "file core":&lt;BR /&gt;# file core&lt;BR /&gt;core:           core file from 'rdistd' - received SIGBUS&lt;BR /&gt;And I checked the log file for Rdist. Same error " Bus error ( core dump)".&lt;BR /&gt;??&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jun 2001 22:50:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dld-sl-problem-when-distributing-files-using-rdist/m-p/2538089#M26245</guid>
      <dc:creator>michael hong</dc:creator>
      <dc:date>2001-06-07T22:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: dld.sl problem when distributing files using Rdist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dld-sl-problem-when-distributing-files-using-rdist/m-p/2538090#M26246</link>
      <description>I've seen this pb when running lots of high memory hungry apps.&lt;BR /&gt;&lt;BR /&gt;You might want to tune your kernel maxdsiz&lt;BR /&gt;You find lots of info on docs.hp.com on hpux kernel tuning as well as here.  Do it thru sam.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Fri, 08 Jun 2001 07:54:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dld-sl-problem-when-distributing-files-using-rdist/m-p/2538090#M26246</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-06-08T07:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: dld.sl problem when distributing files using Rdist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dld-sl-problem-when-distributing-files-using-rdist/m-p/2538091#M26247</link>
      <description>Hi,Bill:&lt;BR /&gt;I changed the kernel maxdsiz, and rebooted the system. Doesn't work.</description>
      <pubDate>Fri, 08 Jun 2001 17:58:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dld-sl-problem-when-distributing-files-using-rdist/m-p/2538091#M26247</guid>
      <dc:creator>michael hong</dc:creator>
      <dc:date>2001-06-08T17:58:08Z</dc:date>
    </item>
  </channel>
</rss>

