<?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: rpcbind: cannot accept connection in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594075#M231802</link>
    <description>There should be an entry in /etc/services and /etc/inetd.conf. (Though not necesserry)&lt;BR /&gt;&lt;BR /&gt;Anil</description>
    <pubDate>Tue, 02 Aug 2005 10:09:37 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2005-08-02T10:09:37Z</dc:date>
    <item>
      <title>rpcbind: cannot accept connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594065#M231792</link>
      <description>The following error repeats many times in the syslog on our production server:&lt;BR /&gt;&lt;BR /&gt;rpcbind: cannot accept connection:  bad call sequence number (current state 4)&lt;BR /&gt;&lt;BR /&gt;I cannot figure out why.  We used to have an nfsmount to a remote server, but, it is no longer mounted.  It's not exported from the remote server any longer, either.&lt;BR /&gt;&lt;BR /&gt;Is there any way to figure out what is making the rpc call so I can remove the errors from the syslog?  Thanks</description>
      <pubDate>Mon, 01 Aug 2005 13:06:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594065#M231792</guid>
      <dc:creator>Sean Dale</dc:creator>
      <dc:date>2005-08-01T13:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: rpcbind: cannot accept connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594066#M231793</link>
      <description>rpcinfo -p "host_name"&lt;BR /&gt;&lt;BR /&gt;Does any of the progrma look suspicious??&lt;BR /&gt;. Also once you get port number, you can run lsof/netstat to know what program is listening on that port.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Aug 2005 13:22:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594066#M231793</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-08-01T13:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: rpcbind: cannot accept connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594067#M231794</link>
      <description>this is the output :  The only thing that looks weird to me is the one listed at port 822&lt;BR /&gt;&lt;BR /&gt;program vers proto   port  service&lt;BR /&gt;    100000    4   tcp    111  rpcbind&lt;BR /&gt;    100000    3   tcp    111  rpcbind&lt;BR /&gt;    100000    2   tcp    111  rpcbind&lt;BR /&gt;    100000    4   udp    111  rpcbind&lt;BR /&gt;    100000    3   udp    111  rpcbind&lt;BR /&gt;    100000    2   udp    111  rpcbind&lt;BR /&gt;    100024    1   tcp  49152  status&lt;BR /&gt;    100024    1   udp  49154  status&lt;BR /&gt;    100021    1   tcp  49153  nlockmgr&lt;BR /&gt;    100021    1   udp  49155  nlockmgr&lt;BR /&gt;    100021    3   tcp  49154  nlockmgr&lt;BR /&gt;    100021    3   udp  49156  nlockmgr&lt;BR /&gt;    100021    4   tcp  49155  nlockmgr&lt;BR /&gt;    100021    4   udp  49157  nlockmgr&lt;BR /&gt;    100020    1   udp   4045  llockmgr&lt;BR /&gt;    100020    1   tcp   4045  llockmgr&lt;BR /&gt;    100021    2   tcp  49156  nlockmgr&lt;BR /&gt;    100068    2   udp  49160  cmsd&lt;BR /&gt;    100068    3   udp  49160  cmsd&lt;BR /&gt;    100068    4   udp  49160  cmsd&lt;BR /&gt;    100068    5   udp  49160  cmsd&lt;BR /&gt;    100083    1   tcp  49157  ttdbserver&lt;BR /&gt; 805306352    1   tcp    822&lt;BR /&gt;    100005    1   udp  49174  mountd&lt;BR /&gt;    100005    3   udp  49174  mountd&lt;BR /&gt;    100005    1   tcp  49195  mountd&lt;BR /&gt;    100005    3   tcp  49195  mountd&lt;BR /&gt;    100003    2   udp   2049  nfs&lt;BR /&gt;    100003    3   udp   2049  nfs&lt;BR /&gt;    100003    2   tcp   2049  nfs&lt;BR /&gt;    100003    3   tcp   2049  nfs&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Aug 2005 13:58:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594067#M231794</guid>
      <dc:creator>Sean Dale</dc:creator>
      <dc:date>2005-08-01T13:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: rpcbind: cannot accept connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594068#M231795</link>
      <description>Identify the program associated with that port.&lt;BR /&gt;&lt;BR /&gt;nestat -an | grep 822&lt;BR /&gt;with lsof&lt;BR /&gt;lsof -i tcp:822&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 01 Aug 2005 14:21:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594068#M231795</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-08-01T14:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: rpcbind: cannot accept connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594069#M231796</link>
      <description># netstat -an | grep 822&lt;BR /&gt;tcp        0      0  172.x.x.x.822      172.x.x.x.49175     ESTABLISHED&lt;BR /&gt;&lt;BR /&gt;tcp        0      0  172.27.16.135.49175    172.x.x.x.822       ESTABLISHED&lt;BR /&gt;&lt;BR /&gt;tcp        0      0  *.822                  *.*                     LISTEN&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'm still not sure what's happening here.  It looks like the server is listening on that port and connecting to itself?  I am not able to determine whan program is associated with this port (assuming this is the port causing the trouble).</description>
      <pubDate>Mon, 01 Aug 2005 14:57:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594069#M231796</guid>
      <dc:creator>Sean Dale</dc:creator>
      <dc:date>2005-08-01T14:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: rpcbind: cannot accept connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594070#M231797</link>
      <description>lsof -i tcp:822&lt;BR /&gt;&lt;BR /&gt;should give you more information about this process as anil suggested.</description>
      <pubDate>Mon, 01 Aug 2005 15:05:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594070#M231797</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-08-01T15:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: rpcbind: cannot accept connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594071#M231798</link>
      <description>#lsof -i tcp:822&lt;BR /&gt;sh: lsof:  not found.&lt;BR /&gt;&lt;BR /&gt;Looks like I do not have this utility.  Is it something I can install without interuppting the server (it's production)?&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Aug 2005 15:45:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594071#M231798</guid>
      <dc:creator>Sean Dale</dc:creator>
      <dc:date>2005-08-01T15:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: rpcbind: cannot accept connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594072#M231799</link>
      <description>Hi Sean Dale,&lt;BR /&gt;You can download download the binary depot or source code of lsof from &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.74/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.74/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Well, it shouldn't interrupt anything (atleast it didn't when I installed lsof-4.64 some time back!!)</description>
      <pubDate>Mon, 01 Aug 2005 17:59:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594072#M231799</guid>
      <dc:creator>Srini Jay</dc:creator>
      <dc:date>2005-08-01T17:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: rpcbind: cannot accept connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594073#M231800</link>
      <description>just make sure your OS kernel width and get the right bit size version for you. &lt;BR /&gt;&lt;BR /&gt;to determine which kernel width your OS is, run command &lt;BR /&gt;&lt;BR /&gt;getconf KERNEL_BITS&lt;BR /&gt;&lt;BR /&gt;if it is 32, look for 32 bit version of lsof. It is not available from porting archive anymore but you still can find it via some googling.</description>
      <pubDate>Mon, 01 Aug 2005 18:12:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594073#M231800</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-08-01T18:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: rpcbind: cannot accept connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594074#M231801</link>
      <description>I will download the 64-bit version.  Thank you for the link and assistance.  I have a development box I can install onto first to make sure it doesn't cause a reboot.</description>
      <pubDate>Tue, 02 Aug 2005 10:02:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594074#M231801</guid>
      <dc:creator>Sean Dale</dc:creator>
      <dc:date>2005-08-02T10:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: rpcbind: cannot accept connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594075#M231802</link>
      <description>There should be an entry in /etc/services and /etc/inetd.conf. (Though not necesserry)&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 02 Aug 2005 10:09:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594075#M231802</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-08-02T10:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: rpcbind: cannot accept connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594076#M231803</link>
      <description>I did a search for 822 in both files and come up with nothing.  Either that is not the port that is causing the rpcbind errors, or, it is, but, I cannot locate it anywhere.  This is starting to drive me crazy...</description>
      <pubDate>Tue, 02 Aug 2005 10:47:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594076#M231803</guid>
      <dc:creator>Sean Dale</dc:creator>
      <dc:date>2005-08-02T10:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: rpcbind: cannot accept connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594077#M231804</link>
      <description>Port 822 does not seem to be a registered port number according to this list I reference from time to time:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.colasoft.com/resources/ports_list.php" target="_blank"&gt;http://www.colasoft.com/resources/ports_list.php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If it does not get listed in /etc/services, it does not mean that it doesn't exist in your system. It is just another ill-coded program listening on this port, rogue application for the lack of a better term. &lt;BR /&gt;&lt;BR /&gt;Good behaving apps, list themselves in /etc/services and inetd.conf and get launched by inetd to minimize the load they put on the processor. But it looks like you application is in a daemon mode and continuously litening to port 822. Hope that it is not something malicious, planted by a disgruntled ex-employee or something. This kind of stuff always make me feel uneasy</description>
      <pubDate>Tue, 02 Aug 2005 12:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594077#M231804</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-08-02T12:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: rpcbind: cannot accept connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594078#M231805</link>
      <description># lsof -i tcp:822&lt;BR /&gt;lsof: WARNING: no block devices found&lt;BR /&gt;lsof: WARNING: /home/root/.lsof was updated.&lt;BR /&gt;&lt;BR /&gt;It looks like I may have to open a sw case w/ HP.&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Aug 2005 10:54:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-cannot-accept-connection/m-p/3594078#M231805</guid>
      <dc:creator>Sean Dale</dc:creator>
      <dc:date>2005-08-04T10:54:29Z</dc:date>
    </item>
  </channel>
</rss>

