Re: [Ssh-sftp-perl-users] Net::SSH::SFTP fails after 100% cpu for ~1minute
Brought to you by:
dbrobins
From: Iain B. <ia...@ne...> - 2006-08-23 01:57:22
|
On Thu, 2006-08-10 at 14:18 +0930, Iain Buchanan wrote: > Hi, > > I'm still having trouble using Net::SSH and Net::SFTP. The behaviour is > similar for both. Here's how I'm using SFTP: > > $sftpref = Net::SFTP->new($hostname, user=>$user, password=>$pass, debug=>TRUE, ssh_args => [ port => '22' ] ); > > And the debug output is listed below. At various places the program > just sits for 10-20 seconds using 100% CPU. well, aren't I the fool?!! It turns out I had Math::GMP installed but not Math::BigInt::GMP. After I installed Math::BigInt::GMP, my speed problems are gone. thanks. -- Iain Buchanan <iaindb at netspace dot net dot au> I like work; it fascinates me; I can sit and look at it for hours. |