<?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: HP-UX 11.11: rpcbind crashes on RPCB_GETVERSADDR in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-rpcbind-crashes-on-rpcb-getversaddr/m-p/6658390#M487908</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please share the core file path for rpcbind process crash.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Believe the Hope!!!&lt;/P&gt;</description>
    <pubDate>Wed, 29 Oct 2014 05:18:20 GMT</pubDate>
    <dc:creator>Jakmani</dc:creator>
    <dc:date>2014-10-29T05:18:20Z</dc:date>
    <item>
      <title>HP-UX 11.11: rpcbind crashes on RPCB_GETVERSADDR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-rpcbind-crashes-on-rpcb-getversaddr/m-p/4054487#M305035</link>
      <description>HP-UX kronos B.11.11 U 9000/800 1510700538 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;I am sorry for sending this to the forum, but I found no other way to report this and ask about it because I do not have further access to the HP web site - I am just a part time administrator, the problem is urgent and my boss says that the support contract has expired.&lt;BR /&gt;&lt;BR /&gt;rpcbind often crashes with the following messages in "rpcbind -d":&lt;BR /&gt;&lt;BR /&gt;rpcbind: check_rmtcalls: rpcb_rmtcalls == 0&lt;BR /&gt;rpcbind: check_rmtcalls: rpcb_rmtcalls == 0&lt;BR /&gt;rpcbind: rpcbs_procinfo: RPCBVERS4 case&lt;BR /&gt;rpcbind: rpcb_service_4: RPCBPROC_GETVERSADDR case&lt;BR /&gt;rpcbind: rpcbproc_getversaddr_4: RPCB_GETVERSADDR rqst for (100021, 4, udp) from x.x.x.143.128.11 (32779) :&lt;BR /&gt;rpcbind: mergeaddr: mergeaddr: contact uaddr = x.x.x.25&lt;BR /&gt;Bus error(coredump)&lt;BR /&gt;kronos:/root#&lt;BR /&gt;&lt;BR /&gt;x.x.x.143 is a Linux client, by the way, using the current kernel of Fedora Core 6.&lt;BR /&gt;&lt;BR /&gt;I was able to reproduce the crash with a C program that creates this request. It seems to not crash when putting for example x.x.x.25.0.0 as r_addr in the struct rpcb instead, so maybe this request is in fact invalid and caused by a buggy RPC client. But even then, it should never lead to a crash of rpcbind on the server.&lt;BR /&gt;&lt;BR /&gt;How to fix this? Is there maybe a patch that fixes it and it just hasn't been installed yet, in that case, which is the ID of the patch? At the moments our servers are practically unusable because of rpcbind crashing so often and so soon.</description>
      <pubDate>Tue, 14 Aug 2007 15:28:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-rpcbind-crashes-on-rpcb-getversaddr/m-p/4054487#M305035</guid>
      <dc:creator>Rudolf Polzer (RBI)</dc:creator>
      <dc:date>2007-08-14T15:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11: rpcbind crashes on RPCB_GETVERSADDR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-rpcbind-crashes-on-rpcb-getversaddr/m-p/4054488#M305036</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I would say that there is a problem with DNS lookup in the network. Somewhere inconsistent answers are coming up with regards to this Linux host.&lt;BR /&gt;&lt;BR /&gt;if /etc/nsswitch.conf uses files first, you may be able to fix this with an /etc/hosts entry for the Linux host.&lt;BR /&gt;&lt;BR /&gt;I would do the following from the patch standpoint.&lt;BR /&gt;&lt;BR /&gt;1) Install a bi-annual patch update that is less than a year old.&lt;BR /&gt;2) Search the patch database for rpcbind and nfs and read the notes to find a patch with this or a similar result and error condition.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 14 Aug 2007 17:12:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-rpcbind-crashes-on-rpcb-getversaddr/m-p/4054488#M305036</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-08-14T17:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11: rpcbind crashes on RPCB_GETVERSADDR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-rpcbind-crashes-on-rpcb-getversaddr/m-p/4054489#M305037</link>
      <description>Thanks, this sounds promising - my boss is doing the HP patching, and he always said it's so complicated and thus he never did it in the last years. He did not even know there are such bundles... and neither does he know that one can evade the multiple reboots by combining all patches to one depot (shell script for that is included in the shell archive I can download after selecting patches).&lt;BR /&gt;&lt;BR /&gt;Now looking into this bundle: PHNE_35418 looks promising, it contains "rpcbind crashes with signal 10, Bus error (SIGBUS)" in the list of fixes. However, it looks like this patch is already installed - the existing rpcbind has a checksum of&lt;BR /&gt;&lt;BR /&gt;564530978 73728 /usr/sbin/rpcbind&lt;BR /&gt;&lt;BR /&gt;which matches the one from PHNE_36168, supersedes PHNE_35418.&lt;BR /&gt;&lt;BR /&gt;As for possible DNS setup problems - as far as I can see it, the DNS setup for this host is sane, forward and reverse lookup on it work quite well. Also, I wonder what DNS lookup can have to do with rpcbind... and I read a bit further and saw that this r_addr is supposed to contain ip1.ip2.ip3.ip4.portHi.portLo for IPv4, and in the requests that cause rpcbind to crash, the elements portHi and portLo of this "universal address" were missing. When I send the very same request with values - ANY values - of portHi and portLo, rpcbind won't crash but returns a valid universal address of the service I asked for. Also, I get a crash when I just pass a random string like XXXXXXXXXX there.&lt;BR /&gt;&lt;BR /&gt;Still, it looks like the patch pack or at least the result of the "restricted" patch assessment should get installed and may very well fix the issue. This will be tried soon.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 15 Aug 2007 02:19:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-rpcbind-crashes-on-rpcb-getversaddr/m-p/4054489#M305037</guid>
      <dc:creator>Rudolf Polzer (RBI)</dc:creator>
      <dc:date>2007-08-15T02:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11: rpcbind crashes on RPCB_GETVERSADDR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-rpcbind-crashes-on-rpcb-getversaddr/m-p/4054490#M305038</link>
      <description>Hi Rudolf,&lt;BR /&gt;&lt;BR /&gt;Could you please collect an Ethereal/Wireshark network trace of your C program causing the rpcbind core dump?  I'd like a copy of the raw (unformatted) trace file so I can see exactly what the packet looks like that is causing rpcbind to fail.&lt;BR /&gt;&lt;BR /&gt;Also, if you wouldn't mind sharing your C program with me I'd appreciate a copy so I can attempt to duplicate the problem on my system.  If you don't mind posting them here on ITRC, fine.  If you prefer to email them to me please do so at: dave.olker@hp.com.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Wed, 15 Aug 2007 10:39:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-rpcbind-crashes-on-rpcb-getversaddr/m-p/4054490#M305038</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2007-08-15T10:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11: rpcbind crashes on RPCB_GETVERSADDR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-rpcbind-crashes-on-rpcb-getversaddr/m-p/4054491#M305039</link>
      <description>these are the one i used during the recent patch upgrade&lt;BR /&gt;&lt;BR /&gt;grep -i nfs 2006.11i.patch.list&lt;BR /&gt;  PHKL_25993            1.0            thread nostop for NFS, rlimit, Ufalloc fix&lt;BR /&gt;  PHKL_34595            1.0            VM NFS umount fix&lt;BR /&gt;  PHNE_34662            1.0            ONC/NFS General Release/Performance Patch&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Aug 2007 11:33:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-rpcbind-crashes-on-rpcb-getversaddr/m-p/4054491#M305039</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-08-15T11:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11: rpcbind crashes on RPCB_GETVERSADDR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-rpcbind-crashes-on-rpcb-getversaddr/m-p/4054492#M305040</link>
      <description>I got some further information using gdb: the crash happens inside libnsl.1 in the function uaddr2taddr:&lt;BR /&gt;&lt;BR /&gt;(gdb) bt&lt;BR /&gt;#0  0xc02d0bf0 in __inet_uaddr2taddr () from /usr/lib/libnsl.1&lt;BR /&gt;#1  0xc02d0864 in __inet_netdir_options () from /usr/lib/libnsl.1&lt;BR /&gt;#2  0xc02afb30 in netdir_options () from /usr/lib/libnsl.1&lt;BR /&gt;#3  0x4e60 in ?? ()&lt;BR /&gt;#4  0xc02d0bd4 in __inet_uaddr2taddr () from /usr/lib/libnsl.1&lt;BR /&gt;Cannot access memory at address 0x40000bf4.&lt;BR /&gt;&lt;BR /&gt;Too bad I have no clue about PA-RISC assembler, otherwise I would have&lt;BR /&gt;tried to at least evade the bug by disabling the offending function&lt;BR /&gt;call.&lt;BR /&gt;&lt;BR /&gt;Patch PHNE_34662 is installed and the libnsl.1 matches the checksum information mentioned in the patch description ("338405851 753664").&lt;BR /&gt;&lt;BR /&gt;I recorded an offending packet using tcpdump to &lt;A href="http://hagger.rbi.informatik.uni-frankfurt.de/~polzer/temp/rpcb4query.pcap," target="_blank"&gt;http://hagger.rbi.informatik.uni-frankfurt.de/~polzer/temp/rpcb4query.pcap,&lt;/A&gt; but ignore the broken UDP checksum - that's okay for outgoing packets when tcpdumping on a network card that does UDP checksum offloading.</description>
      <pubDate>Wed, 15 Aug 2007 13:21:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-rpcbind-crashes-on-rpcb-getversaddr/m-p/4054492#M305040</guid>
      <dc:creator>Rudolf Polzer (RBI)</dc:creator>
      <dc:date>2007-08-15T13:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11: rpcbind crashes on RPCB_GETVERSADDR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-rpcbind-crashes-on-rpcb-getversaddr/m-p/4054493#M305041</link>
      <description>Hi Rudolf,&lt;BR /&gt;&lt;BR /&gt;Thanks for the additional data.  This is what I was hoping to find out by reproducing the problem in house.  &lt;BR /&gt;&lt;BR /&gt;This is a reported problem known in the lab as JAGag46146.  The lab has created a pre-release binary with the fix for this problem and given it to other customers reporting the issue.  &lt;BR /&gt;&lt;BR /&gt;My suggestion to you is to immediately open a support case with HP Support (if you haven't done so already) and tell them you need to have your case escalated to the WTEC team.  Then let the WTEC folks know you need a copy of the binary containing the solution for JAGag46146.  Hopefully they'll be able to provide one to you quickly and get your systems back up and running.&lt;BR /&gt;&lt;BR /&gt;Let me know if you have any questions about this.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Wed, 15 Aug 2007 13:35:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-rpcbind-crashes-on-rpcb-getversaddr/m-p/4054493#M305041</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2007-08-15T13:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11: rpcbind crashes on RPCB_GETVERSADDR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-rpcbind-crashes-on-rpcb-getversaddr/m-p/4054494#M305042</link>
      <description>Looks like we can't do that. After checking the contracts that were made back then, we found out that we only had ordered HW support and SW updates, but no SW support. So apart from waiting till the patch is public, there is nothing we can do? Is there maybe an alternative to rpcbind one can install? I found one on the net that LOOKED like one, and it did compile, but the services won't register to it and in netstat, it looked like it was listening to UDP only.</description>
      <pubDate>Sat, 18 Aug 2007 08:19:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-rpcbind-crashes-on-rpcb-getversaddr/m-p/4054494#M305042</guid>
      <dc:creator>Rudolf Polzer (RBI)</dc:creator>
      <dc:date>2007-08-18T08:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11: rpcbind crashes on RPCB_GETVERSADDR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-rpcbind-crashes-on-rpcb-getversaddr/m-p/4054495#M305043</link>
      <description>I'm not aware of any alternative to rpcbind on HP-UX.  I've never heard of anyone running an  open-source portmapper that works on HP-UX.&lt;BR /&gt;&lt;BR /&gt;I guess you'll either have to wait for a patch or upgrade your contract to include software support.&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Sat, 18 Aug 2007 17:01:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-rpcbind-crashes-on-rpcb-getversaddr/m-p/4054495#M305043</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2007-08-18T17:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11: rpcbind crashes on RPCB_GETVERSADDR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-rpcbind-crashes-on-rpcb-getversaddr/m-p/6658390#M487908</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please share the core file path for rpcbind process crash.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Believe the Hope!!!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2014 05:18:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-rpcbind-crashes-on-rpcb-getversaddr/m-p/6658390#M487908</guid>
      <dc:creator>Jakmani</dc:creator>
      <dc:date>2014-10-29T05:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11: rpcbind crashes on RPCB_GETVERSADDR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-rpcbind-crashes-on-rpcb-getversaddr/m-p/6658558#M487912</link>
      <description>&lt;P&gt;&amp;gt;the core file path for rpcbind process crash.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could look in /.&amp;nbsp; Otherwise you would need to search for it.&lt;/P&gt;&lt;P&gt;Or look at the init.d scripts that start it.:&lt;/P&gt;&lt;P&gt;/sbin/init.d/nfs.client&lt;BR /&gt;/sbin/init.d/nfs.core&lt;BR /&gt;/sbin/init.d/nfs.server&lt;BR /&gt;/sbin/init.d/nis.client&lt;BR /&gt;/sbin/init.d/nis.server&lt;BR /&gt;/sbin/init.d/nisplus.client&lt;BR /&gt;/sbin/init.d/nisplus.server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(I don't see any cd commands there.)&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2014 08:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-11-rpcbind-crashes-on-rpcb-getversaddr/m-p/6658558#M487912</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2014-10-29T08:58:26Z</dc:date>
    </item>
  </channel>
</rss>

