On Jul 12, 2010, at 1:11 PM, Bret Dawson wrote:

> Hi David
> 
> Here are those details. Crossing my fingers!
> 
>> Bret, can you check that with
>> 
>>  perl -MNet::SSH2 -le 'print Net::SSH2->version'
> 
> 1.165792SSH-2.0-libssh2_1.1

Thanks.

>> Bret, I need to rely on you for this, too. In Bric::Util::Trans::SFTP, just 
>> add, near the top:
>> 
>>  Net::SSH2->debug(1);
>> 
>> Then tail your log (debugging will be sent to STDERR).
> 
> These are the relevant lines from the Bricolage error log, which don't
> reveal too much more than the original stack. Is that the log you meant?
> 
> .0.4 Perl/v5.10.0 configured -- resuming normal operations
> Net::SSH2: created new object 0x23561e88
> [Mon Jul 12 20:08:13 2010] [error] [client 68.49.236.34] Error
> authenticating to 'arse.ca' via SSH2: -37 LIBSSH2_ERROR_EAGAIN Would
> block requesting userauth list, referer:
> https://hostname.hostname.host/workflow/profile/preview/control/story/1025?checkout=1
> [/usr/local/bricolage/lib/Bric/Util/Trans/SFTP.pm:300]

<snip/>

No, that's just a Perl stack track. We need debugging output from libssh2. I'm 
hoping that if you turn on Net::SSH2->debug(1) and restart and try the 
distribution again, it will send a lot more info to the log as to what it's 
doing.

But can you do a rename using scp on the command-line?

Thanks,

David

_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

Reply via email to