<?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: scp error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402631#M351827</link>
    <description>Assuming that you're using OpenSSH-based SSH software at the client side, the scp command calls "ssh [user@]&lt;REMOTEHOST&gt; scp [options] -t &lt;DIRECTORY&gt;". The ssh connection effectively forms a special kind of a pipe between the local and remote scp processes.&lt;BR /&gt;&lt;BR /&gt;I guess the first word of the error message is missing its first letter: it should be "Disconnecting: ...".&lt;BR /&gt;&lt;BR /&gt;Your error message is coming from the ssh command, which is receiving from the remote server something it cannot understand.&lt;BR /&gt;&lt;BR /&gt;For further troubleshooting, more information is required:&lt;BR /&gt;&lt;BR /&gt;- Does the error happen in the beginning of the connection, or does the copy proceed for a while before terminating?&lt;BR /&gt;&lt;BR /&gt;- Which versions of SSH are used, both on the client and on the server? (If the version is very old, could you try updating to a newer version, to see if the error goes away?)&lt;BR /&gt;&lt;BR /&gt;- Does the same error appear if you try a regular ssh connection instead of scp?&lt;BR /&gt;&lt;BR /&gt;- Is there some sort of customized access control, e.g. a firewall in the network or a software IPfilter on the remote host?&lt;BR /&gt;&lt;BR /&gt;MK&lt;/DIRECTORY&gt;&lt;/REMOTEHOST&gt;</description>
    <pubDate>Thu, 16 Apr 2009 22:32:09 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2009-04-16T22:32:09Z</dc:date>
    <item>
      <title>scp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402629#M351825</link>
      <description>Hi admins,&lt;BR /&gt;&lt;BR /&gt;While doing scp to different server m getting below error.&lt;BR /&gt;&lt;BR /&gt;isconnecting: Bad packet length 578839247.&lt;BR /&gt;lost connection&lt;BR /&gt;&lt;BR /&gt;Quick response is highly appreciated.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;himacs&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Apr 2009 21:15:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402629#M351825</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-04-16T21:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: scp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402630#M351826</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Actually i want to transfer 4 GB file to another server.I tried with sftp,scp but ended up with  errors.Bot the servers are in different subnet. &lt;BR /&gt;&lt;BR /&gt;Find the below error when i tried with sftp.&lt;BR /&gt;&lt;BR /&gt;ead from remote host 10.11.10.29: Connection reset by peer&lt;BR /&gt;Connection closed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please help on this.</description>
      <pubDate>Thu, 16 Apr 2009 21:42:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402630#M351826</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-04-16T21:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: scp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402631#M351827</link>
      <description>Assuming that you're using OpenSSH-based SSH software at the client side, the scp command calls "ssh [user@]&lt;REMOTEHOST&gt; scp [options] -t &lt;DIRECTORY&gt;". The ssh connection effectively forms a special kind of a pipe between the local and remote scp processes.&lt;BR /&gt;&lt;BR /&gt;I guess the first word of the error message is missing its first letter: it should be "Disconnecting: ...".&lt;BR /&gt;&lt;BR /&gt;Your error message is coming from the ssh command, which is receiving from the remote server something it cannot understand.&lt;BR /&gt;&lt;BR /&gt;For further troubleshooting, more information is required:&lt;BR /&gt;&lt;BR /&gt;- Does the error happen in the beginning of the connection, or does the copy proceed for a while before terminating?&lt;BR /&gt;&lt;BR /&gt;- Which versions of SSH are used, both on the client and on the server? (If the version is very old, could you try updating to a newer version, to see if the error goes away?)&lt;BR /&gt;&lt;BR /&gt;- Does the same error appear if you try a regular ssh connection instead of scp?&lt;BR /&gt;&lt;BR /&gt;- Is there some sort of customized access control, e.g. a firewall in the network or a software IPfilter on the remote host?&lt;BR /&gt;&lt;BR /&gt;MK&lt;/DIRECTORY&gt;&lt;/REMOTEHOST&gt;</description>
      <pubDate>Thu, 16 Apr 2009 22:32:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402631#M351827</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-04-16T22:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: scp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402632#M351828</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I transferred files using FTP.&lt;BR /&gt;&lt;BR /&gt;But can anybody tell whats the file size limit using scp.&lt;BR /&gt;how to check scp version.&lt;BR /&gt;and why i got above errors&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;himacs</description>
      <pubDate>Fri, 17 Apr 2009 18:28:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402632#M351828</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-04-17T18:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: scp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402633#M351829</link>
      <description>ssh/scp is not compiled with 64 bit file support, so the maximum size of the file you can copy is about 2.4 G&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Apr 2009 19:24:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402633#M351829</guid>
      <dc:creator>UVK</dc:creator>
      <dc:date>2009-04-17T19:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: scp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402634#M351830</link>
      <description>Hi UVK,&lt;BR /&gt;&lt;BR /&gt;Thanks for ur reply.&lt;BR /&gt;&lt;BR /&gt;Still m in dark about those errors while i tried scp.&lt;BR /&gt;The same files(1 GB) i treansfered using ftp.&lt;BR /&gt;&lt;BR /&gt;Can u please tell me how to check scp version.&lt;BR /&gt;and why i got those erors&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;himacs</description>
      <pubDate>Fri, 17 Apr 2009 19:29:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402634#M351830</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-04-17T19:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: scp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402635#M351831</link>
      <description>#ssh -V&lt;BR /&gt;&lt;BR /&gt;this should give you the version of your openSSH and as you know scp is a part of SSH package</description>
      <pubDate>Fri, 17 Apr 2009 19:47:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402635#M351831</guid>
      <dc:creator>UVK</dc:creator>
      <dc:date>2009-04-17T19:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: scp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402636#M351832</link>
      <description>About the error, What I do is only speculate as I dont have any concret evidence of why this happens. But I have been through such problems&lt;BR /&gt;&lt;BR /&gt;I was ending up thinking that there might be a time limit or something like that to reset the scp connection.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Apr 2009 19:57:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402636#M351832</guid>
      <dc:creator>UVK</dc:creator>
      <dc:date>2009-04-17T19:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: scp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402637#M351833</link>
      <description>Hey I dnt ask you about this.&lt;BR /&gt;&lt;BR /&gt;Does the destination filesystem has sufficient space to accomidate the new file when u tried the transfer ??</description>
      <pubDate>Fri, 17 Apr 2009 20:51:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402637#M351833</guid>
      <dc:creator>UVK</dc:creator>
      <dc:date>2009-04-17T20:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: scp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402638#M351834</link>
      <description>Yes&lt;BR /&gt;&lt;BR /&gt;i was trying to transfer 1 gb file .Destination is around 20 GB free.&lt;BR /&gt;&lt;BR /&gt;himacs</description>
      <pubDate>Fri, 17 Apr 2009 20:54:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402638#M351834</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-04-17T20:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: scp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402639#M351835</link>
      <description>&lt;!--!*#--&gt;Am I missing something obvious, or do we know&lt;BR /&gt;exactly nothing about any of the software on&lt;BR /&gt;any of the systems here -- OS, SSH, SCP, FTP,&lt;BR /&gt;...?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Still m in dark [...]&lt;BR /&gt;&lt;BR /&gt;You're not the only one.  None of us&lt;BR /&gt;non-psychics have seen any of your actual&lt;BR /&gt;commands, either.</description>
      <pubDate>Fri, 17 Apr 2009 20:59:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402639#M351835</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-04-17T20:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: scp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402640#M351836</link>
      <description>&lt;!--!*#--&gt;dy $ scp sol:/usr/test/vms732x4.img .&lt;BR /&gt;vms732x4.img                                  100% 2480MB   5.7MB/s   07:17&lt;BR /&gt;&lt;BR /&gt;dy $ ls -l&lt;BR /&gt;total 5078128&lt;BR /&gt;-rw-r--r--   1 sms        users      2599993344 Apr 17 17:59 vms732x4.img&lt;BR /&gt;&lt;BR /&gt;dy $ uname -a&lt;BR /&gt;HP-UX dy B.11.11 U 9000/785 2012616114 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;dy $ ssh -V&lt;BR /&gt;OpenSSH_4.3p2-hpn, OpenSSL 0.9.7i 14 Oct 2005&lt;BR /&gt;HP-UX Secure Shell-A.04.30.006, HP-UX Secure Shell version&lt;BR /&gt;&lt;BR /&gt;dy $ ssh sol 'uname -a ; ls -l /usr/test'&lt;BR /&gt;SunOS sol 5.10 Generic_137137-09 sun4u sparc sun4u&lt;BR /&gt;total 5080608&lt;BR /&gt;-rw-r--r--   1 root     root     2599993344 Apr 17 17:17 vms732x4.img&lt;BR /&gt;&lt;BR /&gt;So, I can use SCP to transfer a 2.5gB file&lt;BR /&gt;to an HP-UX system with no trouble.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Quick response is highly appreciated.&lt;BR /&gt;&lt;BR /&gt;A useful problem report would be appreciated&lt;BR /&gt;at least as much.</description>
      <pubDate>Fri, 17 Apr 2009 22:15:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402640#M351836</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-04-17T22:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: scp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402641#M351837</link>
      <description>Hi Steven,&lt;BR /&gt;&lt;BR /&gt;Thanks for ur response.But my question is why scp is limited to 2.5GB and i heard that gzip is limited to 2GB.Could we overcome this using latest patches?&lt;BR /&gt;&lt;BR /&gt;M running latest version of SSH.&lt;BR /&gt;&lt;BR /&gt;ssh -V&lt;BR /&gt;OpenSSH_5.1p1+sftpfilecontrol-v1.2-hpn13v5, OpenSSL 0.9.8j 07 Jan 2009&lt;BR /&gt;HP-UX Secure Shell-A.05.10.046, HP-UX Secure Shell version&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But what i posted in my thread is still unanswered.SCP not able to transfer 1GB and eneded up with errors.Atleast i had to use FTP,which is not secure and succeed in transfering.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;himacs</description>
      <pubDate>Fri, 17 Apr 2009 22:31:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/4402641#M351837</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-04-17T22:31:24Z</dc:date>
    </item>
  </channel>
</rss>

