<?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: ssh_packet_wrapper_send_encode_va: flow control problems; outgoing packet dropped. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-packet-wrapper-send-encode-va-flow-control-problems-outgoing/m-p/6138979#M529322</link>
    <description>&lt;P&gt;Yes, I had faced this problem on HPUX, the default buffer size is 32768b with sftp, so when I tried with -B 16000 option in sftp it was succes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hostA#&amp;nbsp; sftp -B 16000 hostB&lt;BR /&gt;Enter passphrase for key '/.ssh/id_dsa':&lt;BR /&gt;Connected to hostB.&lt;BR /&gt;sftp&amp;gt; get for-hp.tar.gz&lt;BR /&gt;Fetching /root/for-hp.tar.gz to for-hp.tar.gz&lt;BR /&gt;/root/for-hp.tar.gz&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100% completed &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jul 2013 11:22:04 GMT</pubDate>
    <dc:creator>BijuJoseph</dc:creator>
    <dc:date>2013-07-18T11:22:04Z</dc:date>
    <item>
      <title>ssh_packet_wrapper_send_encode_va: flow control problems; outgoing packet dropped.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-packet-wrapper-send-encode-va-flow-control-problems-outgoing/m-p/3983440#M529319</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am facing issue with scp after SSH installation on HPux 11.11&lt;BR /&gt;&lt;BR /&gt;SSH version installed is,&lt;BR /&gt;&lt;BR /&gt;ssh-mgmt-agent 2.3.0.165 SSH Tectia Manager (agent) 2.3.0.165&lt;BR /&gt;&lt;BR /&gt;ssh2 4.4.7.23 SSH Tectia(tm) Server 4.4.7.23&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;here is the error while doing SCP,&lt;BR /&gt;&lt;BR /&gt;quint0v1:/home/epcs &amp;gt;scp agora:/var/opt/perf/archive/rxdy0416.Z .&lt;BR /&gt;ssh_packet_wrapper_send_encode_va: flow control problems; outgoing packet dropped.&lt;BR /&gt;ssh_packet_wrapper_send_encode_va: flow control problems; outgoing packet dropped.&lt;BR /&gt;ssh_packet_wrapper_send_encode_va: flow control problems; outgoing packet dropped.&lt;BR /&gt;ssh_packet_wrapper_send_encode_va: flow control problems; outgoing packet dropped.&lt;BR /&gt;ssh_packet_wrapper_send_encode_va: flow control problems; outgoing packet dropped.&lt;BR /&gt;ssh_packet_wrapper_send_encode_va: flow control problems; outgoing packet dropped.&lt;BR /&gt;ssh_packet_wrapper_send_encode_va: flow control problems; outgoing packet dropped.&lt;BR /&gt;ssh_packet_wrapper_send_encode_va: flow control problems; outgoing packet dropped.&lt;BR /&gt;ssh_packet_wrapper_send_encode_va: flow control problems; outgoing packet dropped.&lt;BR /&gt;rxdy0416.Z | 5.2MB | 267kB/s | ETA: 00:00:01 | 94%&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;After 94% copied there is no progress.&lt;BR /&gt;&lt;BR /&gt;Can anyone help on this?</description>
      <pubDate>Tue, 17 Apr 2007 20:36:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-packet-wrapper-send-encode-va-flow-control-problems-outgoing/m-p/3983440#M529319</guid>
      <dc:creator>Manojs321</dc:creator>
      <dc:date>2007-04-17T20:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: ssh_packet_wrapper_send_encode_va: flow control problems; outgoing packet dropped.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-packet-wrapper-send-encode-va-flow-control-problems-outgoing/m-p/3983441#M529320</link>
      <description>I had problems like this once.  I had to stop using scp and instead use sftp with a small buffer size.  -B parameter IIRC.&lt;BR /&gt;The problem was caused by a firewall which did not have enough memory to handle a large buffer/block as a single success unit.&lt;BR /&gt;To just once, try sftp instead and see if you still get the same errors.&lt;BR /&gt;&lt;BR /&gt;Otherwise, you may have version issues between client and server.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Apr 2007 03:18:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-packet-wrapper-send-encode-va-flow-control-problems-outgoing/m-p/3983441#M529320</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2007-04-18T03:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: ssh_packet_wrapper_send_encode_va: flow control problems; outgoing packet dropped.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-packet-wrapper-send-encode-va-flow-control-problems-outgoing/m-p/3983442#M529321</link>
      <description>It looks like problen is with different versions of ssh.&lt;BR /&gt;Here our batch job copies data from other servers through scp. issue started after upgrading the server where thebatch job runs.scp hangs for some servers with older version.&lt;BR /&gt;I have tried with smallerbuffer size using scp -b option. But it worked fine for some servers, but giving error like " tranfer skiped" for some other servers.&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Apr 2007 04:42:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-packet-wrapper-send-encode-va-flow-control-problems-outgoing/m-p/3983442#M529321</guid>
      <dc:creator>Manojs321</dc:creator>
      <dc:date>2007-04-18T04:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: ssh_packet_wrapper_send_encode_va: flow control problems; outgoing packet dropped.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-packet-wrapper-send-encode-va-flow-control-problems-outgoing/m-p/6138979#M529322</link>
      <description>&lt;P&gt;Yes, I had faced this problem on HPUX, the default buffer size is 32768b with sftp, so when I tried with -B 16000 option in sftp it was succes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hostA#&amp;nbsp; sftp -B 16000 hostB&lt;BR /&gt;Enter passphrase for key '/.ssh/id_dsa':&lt;BR /&gt;Connected to hostB.&lt;BR /&gt;sftp&amp;gt; get for-hp.tar.gz&lt;BR /&gt;Fetching /root/for-hp.tar.gz to for-hp.tar.gz&lt;BR /&gt;/root/for-hp.tar.gz&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100% completed &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2013 11:22:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-packet-wrapper-send-encode-va-flow-control-problems-outgoing/m-p/6138979#M529322</guid>
      <dc:creator>BijuJoseph</dc:creator>
      <dc:date>2013-07-18T11:22:04Z</dc:date>
    </item>
  </channel>
</rss>

