X-Spam-Check-By: sourceware.org Message-ID: <45FAC208.9080002@cygwin.com> Date: Fri, 16 Mar 2007 12:12:56 -0400 From: "Larry Hall (Cygwin)" Reply-To: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20061221 Fedora/1.5.0.9-1.fc4.remi Thunderbird/1.5.0.9 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: scp doesn't copy - neither returns an error message References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Thomas Wiedmann wrote: > Hello, > > when I tried to copy a file from a remote PC, where Suse Linux is > installed, to my local PC, where Windows XP prof. is installed (and > there ssh and scp on the directory C:\Programme\OpenSSH\bin\), according > to the pattern > scp user AT ip:/dir/test.txt D:\test.txt ("user", "ip" and "dir" are > values, changed for this newsgroup ...), > > the file test.txt was not copied, but neither any error message was > returned. > > > If I call the statement with the verbose option -vvv: > scp -vvv user AT ip:/dir/test.txt D:\test.txt > > additionally I get the message > Executing: /usr/bin/ssh -v -x -o'ClearAllForwardings yes' -n -l user ip > scp -v /dir/test/test.txt 'D:\test.txt' > > without copying the file test.txt. You'll experience less troubles with Cygwin tools if you use Posix-style paths ('/' rather than '\' and use '/cygdrive/' for drive names as required). > In the log file C:\Programme\OpenSSH\var\log\OpenSSHd.log > there is for every attempt an entry > 18501265 [main] sshd 580 fork_copy: linked dll data/bss pass 0 failed, > 0x3DB000..0x3DC200, done 0, windows pid 2892, Win32 error 487 > > 1) What could be the reason for this behaviour and how can this problem > beresolved, so that the scp command works ? > 2) Which prerequisites must be met, that copying with scp works? Looks like you have a rebase problem. Interesting that you see it with 'ssh'. Anyway, install the rebase package, read its README in /usr/share/doc/Cygwin, and run 'rebaseall' as outlined there. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/