<?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 directory copy not working after applying TCPIP ECO6 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/scp-directory-copy-not-working-after-applying-tcpip-eco6/m-p/5027184#M24049</link>
    <description>Chris, (and Steve),&lt;BR /&gt;&lt;BR /&gt;I regret to have to bring this up, but it seems to me, that the QA for TCPIP and its components is WAY below VMS standards.&lt;BR /&gt;This is about the umpteenth time that one thing or the other derails upon applying an IP ECO.&lt;BR /&gt;We are a little behind on patches, but if IP is concerned, I tend to not mind at all!&lt;BR /&gt;Is there some way that we (the user community) can get the IP people to comply with the stability we have come to expect from VMS?&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
    <pubDate>Wed, 07 Feb 2007 12:50:26 GMT</pubDate>
    <dc:creator>Jan van den Ende</dc:creator>
    <dc:date>2007-02-07T12:50:26Z</dc:date>
    <item>
      <title>SCP directory copy not working after applying TCPIP ECO6</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/scp-directory-copy-not-working-after-applying-tcpip-eco6/m-p/5027182#M24047</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;After applying the TCPIP ECO6 patch to Alphaservers running OpenVMS 7.3-2, attempting to SCP a directory from a remote system causes a stack dump. This happens regardless of whether the remote system is a Unix or VMS box, and even with a small text file. It also makes no difference whether or not keys are set up for password-less connection (where a password is required, the stack dump happens after the password is input). It happens both when doing a recursive copy of a named directory, or copying a directory file directly.&lt;BR /&gt;I've upgraded systems with ECO4 and ECO5 already installed with the same results. This worked perfectly on these system prior to the upgrade.&lt;BR /&gt;&lt;BR /&gt;In Verbose mode, the following is displayed immediately before the stack dump (although the same is displayed when successfully copying files as well so it's probably not relevant):&lt;BR /&gt;&lt;BR /&gt;tcpip$ssh_scp2.exe:SshFCRecurse/SSHFC_RECURSE.C:368: File is "raw", and it needs to be parsed.&lt;BR /&gt;tcpip$ssh_scp2.exe:SshFCRecurse/SSHFC_RECURSE.C:303: Received error `End of file' (1).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Below is an example of a successful copy of files from a directory, and a failure when trying to copy the same files using the directory name and the recursive option.&lt;BR /&gt;&lt;BR /&gt;Has anyone else come across this problem?&lt;BR /&gt;&lt;BR /&gt;$ scp username@nodename:testdir/*.* []&lt;BR /&gt;&lt;BR /&gt;testfile.4                      |   784B |   0.8 kB/s | TOC: 00:00:01 | 100%&lt;BR /&gt;testfile.3                      |   784B |   0.8 kB/s | TOC: 00:00:01 | 100%&lt;BR /&gt;testfile.2                      |   784B |   0.8 kB/s | TOC: 00:00:01 | 100%&lt;BR /&gt;testfile.1                      |   784B |   0.8 kB/s | TOC: 00:00:01 | 100%&lt;BR /&gt;&lt;BR /&gt;$ scp -r username@nodename:testdir []&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=00000000656C6982, PC=00000000001BAE0C, PS=0000001B&lt;BR /&gt;&lt;BR /&gt;  Improperly handled condition, image exit forced.&lt;BR /&gt;    Signal arguments:   Number = 0000000000000005&lt;BR /&gt;                        Name   = 000000000000000C&lt;BR /&gt;                                 0000000000000000&lt;BR /&gt;                                 00000000656C6982&lt;BR /&gt;                                 00000000001BAE0C&lt;BR /&gt;                                 000000000000001B&lt;BR /&gt;&lt;BR /&gt;    Register dump:&lt;BR /&gt;    R0  = 0000000000000000  R1  = 0000000000000007  R2  = 0000000000035788&lt;BR /&gt;    R3  = 000000000005EA46  R4  = 0000000000000000  R5  = 000000000000FFFE&lt;BR /&gt;    R6  = 0000000000000001  R7  = 00000000006890B0  R8  = 00000000006890AC&lt;BR /&gt;    R9  = 00000000006C84E8  R10 = 0000000000000002  R11 = 0000000000000000&lt;BR /&gt;    R12 = 0000000000000001  R13 = 0000000000000001  R14 = 00000000002D28A4&lt;BR /&gt;    R15 = 00000000006D55B0  R16 = 00000000656C6966  R17 = 0000000000000000&lt;BR /&gt;    R18 = 0000000000035200  R19 = 0000000000000000  R20 = 00000000000AD680&lt;BR /&gt;    R21 = 000000000053DF00  R22 = FFFFFFFF77773100  R23 = 0000004700000000&lt;BR /&gt;    R24 = 0000000000000600  R25 = 0000000000000004  R26 = 00000000000FF434&lt;BR /&gt;    R27 = 0000000000035788  R28 = FFFFFFFF80E02CC0  R29 = 000000007AE7CE40&lt;BR /&gt;    SP  = 000000007AE7CE30  PC  = 00000000001BAE0C  PS  = 300000000000001B&lt;BR /&gt;%C-F-SIGCHLD, child process terminated or stopped&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 07 Feb 2007 11:05:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/scp-directory-copy-not-working-after-applying-tcpip-eco6/m-p/5027182#M24047</guid>
      <dc:creator>Chris Warne_1</dc:creator>
      <dc:date>2007-02-07T11:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: SCP directory copy not working after applying TCPIP ECO6</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/scp-directory-copy-not-working-after-applying-tcpip-eco6/m-p/5027183#M24048</link>
      <description>This would appear to be a bug in TCP/IP Services (I assume) V5.4 circa ECO6.&lt;BR /&gt;&lt;BR /&gt;Check around for any UCX* or TCPIP* images in SYS$SPECIFIC or other such staleness, and rung up HP.  &lt;BR /&gt;&lt;BR /&gt;If this SCP -r is central to your processing, might well be tempted to downgrade to ECO5 and see if that works.&lt;BR /&gt;&lt;BR /&gt;I see reports of various problems in both ECO5 (FailSAFE) and ECO6 (BIND, Hosts).&lt;BR /&gt;&lt;BR /&gt;There are reports of the availability of an ECO6+ version of TCPIP$IPC_SHR which fixes various problems.&lt;BR /&gt;&lt;BR /&gt;Having any code tip over with an unhandled exception and a stackdump is itself a bug.&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Feb 2007 12:11:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/scp-directory-copy-not-working-after-applying-tcpip-eco6/m-p/5027183#M24048</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-02-07T12:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: SCP directory copy not working after applying TCPIP ECO6</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/scp-directory-copy-not-working-after-applying-tcpip-eco6/m-p/5027184#M24049</link>
      <description>Chris, (and Steve),&lt;BR /&gt;&lt;BR /&gt;I regret to have to bring this up, but it seems to me, that the QA for TCPIP and its components is WAY below VMS standards.&lt;BR /&gt;This is about the umpteenth time that one thing or the other derails upon applying an IP ECO.&lt;BR /&gt;We are a little behind on patches, but if IP is concerned, I tend to not mind at all!&lt;BR /&gt;Is there some way that we (the user community) can get the IP people to comply with the stability we have come to expect from VMS?&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Wed, 07 Feb 2007 12:50:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/scp-directory-copy-not-working-after-applying-tcpip-eco6/m-p/5027184#M24049</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2007-02-07T12:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: SCP directory copy not working after applying TCPIP ECO6</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/scp-directory-copy-not-working-after-applying-tcpip-eco6/m-p/5027185#M24050</link>
      <description>Feedback?  Folks here chat with the IP business manager and with other senior HP staffers at the OpenVMS Bootcamp coming up in May, or at any of other similar events.  &lt;BR /&gt;&lt;BR /&gt;The other channel is through formal reports; calls to the support center.&lt;BR /&gt;&lt;BR /&gt;The whole ITRC forums mechanism is two-edged: HP certainly benefits from having problems solved here, but then HP may or may not track problem areas that have been reported and/or resolved here.  The reported problem gets fixed or gets worked-around and HP doesn't have to pay for the support call, but then the underlying problem or puzzlement or UI error or such (if there is one) may or may not get fixed.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Feb 2007 14:23:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/scp-directory-copy-not-working-after-applying-tcpip-eco6/m-p/5027185#M24050</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-02-07T14:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: SCP directory copy not working after applying TCPIP ECO6</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/scp-directory-copy-not-working-after-applying-tcpip-eco6/m-p/5027186#M24051</link>
      <description>Has anyone actually looked at the exception ?&lt;BR /&gt;The code looks like it is trying to access offset 1C from R16, the contents of which look like a text string, "file". There is a high probability that R16 was supplied by the calling routine, which was most likely a JSR at 000FF430. &lt;BR /&gt;Note the last line, '%C-F-SIGCHLD'. I cannot say whether a 'set process/dump' will help, as I don't know if it will propagate to the 'child' (sub?) process. &lt;BR /&gt;&lt;BR /&gt;Without access to either listings or source code I cannot take it further. If you have a contract, have you logged a case and had it escalated to engineering ? &lt;BR /&gt;&lt;BR /&gt;JT:</description>
      <pubDate>Thu, 08 Feb 2007 07:31:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/scp-directory-copy-not-working-after-applying-tcpip-eco6/m-p/5027186#M24051</guid>
      <dc:creator>John Travell</dc:creator>
      <dc:date>2007-02-08T07:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: SCP directory copy not working after applying TCPIP ECO6</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/scp-directory-copy-not-working-after-applying-tcpip-eco6/m-p/5027187#M24052</link>
      <description>Thanks for the replies guys.&lt;BR /&gt;&lt;BR /&gt;In reponse to Hoff, fortunately this problem came up during testing so there's no need to downgrade as we haven't upgraded yet (phew!).&lt;BR /&gt;&lt;BR /&gt;It's interesting there emay be an RSH patch for ECO 6. &lt;BR /&gt;&lt;BR /&gt;Anyway, I've logged a call with HP and I'll post the outcome here.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 14 Feb 2007 07:30:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/scp-directory-copy-not-working-after-applying-tcpip-eco6/m-p/5027187#M24052</guid>
      <dc:creator>Chris Warne_1</dc:creator>
      <dc:date>2007-02-14T07:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: SCP directory copy not working after applying TCPIP ECO6</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/scp-directory-copy-not-working-after-applying-tcpip-eco6/m-p/5027188#M24053</link>
      <description>Should have closed this earlier - sorry!&lt;BR /&gt;&lt;BR /&gt;Below is a response I got from HP :&lt;BR /&gt;&lt;BR /&gt;" ... I was able to reproduce your problem with a V7.3-2 V5.4 ECO 6 node and&lt;BR /&gt;the good news is this was already reported to TCPIP engineering&lt;BR /&gt;(including another issue with SFTP/SCP).&lt;BR /&gt;&lt;BR /&gt;They have provided interim images to fix this issue, so I can supply you&lt;BR /&gt;these interim images.&lt;BR /&gt;Locally I've tested them and the ACCVIO is gone with these images.&lt;BR /&gt;&lt;BR /&gt;Please note this isn't an official fix, if wanted, you'll have to wait&lt;BR /&gt;for ECO 7 of TCPIP V5.4&lt;BR /&gt;(no timeframe for release however ...) ... "&lt;BR /&gt;</description>
      <pubDate>Tue, 29 May 2007 10:47:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/scp-directory-copy-not-working-after-applying-tcpip-eco6/m-p/5027188#M24053</guid>
      <dc:creator>Chris Warne_1</dc:creator>
      <dc:date>2007-05-29T10:47:21Z</dc:date>
    </item>
  </channel>
</rss>

