<?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 Socket IP behaviour, when EPIPE? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-ip-behaviour-when-epipe/m-p/3011206#M576544</link>
    <description>Hello again,&lt;BR /&gt;I've two processes exchangig data via an IP connection; at a certain moment one of them writes data on a socket and receives errno = EPIPE;&lt;BR /&gt;I'm sure that the remore reader dodn't close the socket and didn't exit or aborted the communication.&lt;BR /&gt;My question is: are there any causes local to the writer processes affecting the result of the data sending?&lt;BR /&gt;Is it possible that the processes chain from one machine to the other one is interrupted on the local sender side?&lt;BR /&gt;I've no more explaination for this problem ...&lt;BR /&gt;thanks&lt;BR /&gt;Enrico</description>
    <pubDate>Mon, 30 Jun 2003 14:40:58 GMT</pubDate>
    <dc:creator>Enrico Venturi</dc:creator>
    <dc:date>2003-06-30T14:40:58Z</dc:date>
    <item>
      <title>Socket IP behaviour, when EPIPE?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-ip-behaviour-when-epipe/m-p/3011206#M576544</link>
      <description>Hello again,&lt;BR /&gt;I've two processes exchangig data via an IP connection; at a certain moment one of them writes data on a socket and receives errno = EPIPE;&lt;BR /&gt;I'm sure that the remore reader dodn't close the socket and didn't exit or aborted the communication.&lt;BR /&gt;My question is: are there any causes local to the writer processes affecting the result of the data sending?&lt;BR /&gt;Is it possible that the processes chain from one machine to the other one is interrupted on the local sender side?&lt;BR /&gt;I've no more explaination for this problem ...&lt;BR /&gt;thanks&lt;BR /&gt;Enrico</description>
      <pubDate>Mon, 30 Jun 2003 14:40:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/socket-ip-behaviour-when-epipe/m-p/3011206#M576544</guid>
      <dc:creator>Enrico Venturi</dc:creator>
      <dc:date>2003-06-30T14:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Socket IP behaviour, when EPIPE?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-ip-behaviour-when-epipe/m-p/3011207#M576545</link>
      <description>Hi,&lt;BR /&gt;did you checked the PATH ?&lt;BR /&gt;&lt;BR /&gt;I found some with the EPIPE error,&lt;BR /&gt;like&lt;BR /&gt;&lt;BR /&gt;PHNE_18553&lt;BR /&gt;or latest arpa PHNE_28538&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt; Massimo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jun 2003 14:53:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/socket-ip-behaviour-when-epipe/m-p/3011207#M576545</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-06-30T14:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Socket IP behaviour, when EPIPE?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-ip-behaviour-when-epipe/m-p/3011208#M576546</link>
      <description>Sockets / ports can be reviewed with 'netstat' and 'lsof'.&lt;BR /&gt;&lt;BR /&gt;lsof -i tcp:#### (* where port number = #### *)&lt;BR /&gt;lsof -i udp:####&lt;BR /&gt;&lt;BR /&gt;netstat -an | grep -i ####&lt;BR /&gt;&lt;BR /&gt;Also use 'tcpdump' to review ip messages coming into the socket from the sending host.&lt;BR /&gt;&lt;BR /&gt;tcpdump ####&lt;BR /&gt;&lt;BR /&gt;Here's were you can get:&lt;BR /&gt;&lt;BR /&gt;tcpdump:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cict.fr/hppd/hpux/Networking/Admin/tcpdump-3.6.2/" target="_blank"&gt;http://hpux.cict.fr/hppd/hpux/Networking/Admin/tcpdump-3.6.2/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;lsof:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cict.fr/hppd/hpux/Sysadmin/lsof-4.64/" target="_blank"&gt;http://hpux.cict.fr/hppd/hpux/Sysadmin/lsof-4.64/&lt;/A&gt;</description>
      <pubDate>Mon, 30 Jun 2003 16:18:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/socket-ip-behaviour-when-epipe/m-p/3011208#M576546</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-06-30T16:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Socket IP behaviour, when EPIPE?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-ip-behaviour-when-epipe/m-p/3011209#M576547</link>
      <description>Venturi,&lt;BR /&gt;  EPIPE is generated when you try to write to a socket that is already dead.  Check the pattern of this happening.&lt;BR /&gt;  Run the applications through tusc to pinpoint.&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.5/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.5/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jun 2003 16:34:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/socket-ip-behaviour-when-epipe/m-p/3011209#M576547</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-06-30T16:34:24Z</dc:date>
    </item>
  </channel>
</rss>

