in reply to Bad packet length 737686377 at /usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Packet.pm line 175

can you run the same commands using ssh from the command line?
$ ssh host umount -f /mnt/nfs_share_CrpgC $ ssh host rm -rf /mnt/nfs_share_CrpgC

Also, Net::SSH::Perl is not being maintained anymore and it has lots of unsolved bugs in its CPAN RT queue. You should consider using Net::SSH2, Net::OpenSSH or Net::SSH::Expect instead.

  • Comment on Re: Bad packet length 737686377 at /usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Packet.pm line 175
  • Select or Download Code