I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-07-08 17:54:38-07 by zampar
NET::SFTP::Foreign Download Freeze.
Hi, I have problems with NET::SFTP::Foreign, in my cygwin work very fine, but in HP-UX the download freeze. Below have my details. HP-UX XXXXXXX01 B.11.11 U 9000/800 This is perl, v5.8.0 built for LP64-LP64 Net-SFTP-Foreign-1.53 In Debug Mode the download freeze, and the last message is: #21890 1247076046.00000 _do_io_unix: _do_io select(-,-,-, undef) Thanks in advance. Best Cadu.
Direct Responses: 11148 | Write a response
Posted on 2009-07-08 18:49:07-07 by salva in response to 11147
Re: NET::SFTP::Foreign Download Freeze.
zampar,

Don't use this forum to report bugs, please! Use the CPAN bug tracking system or just sent my (the module author) an email with the details.

Anyway, I would like to see the full debugging output.

Also, perl 5.8.0 was very buggy, could you try with a more recent stable version (i.e. 5.8.9)?

Regards,
- Salva

Direct Responses: 11149 | Write a response
Posted on 2009-07-08 19:24:08-07 by zampar in response to 11148
Re: NET::SFTP::Foreign Download Freeze.
Ok Im sorry, thanks for attention. Regards Cadu.
Direct Responses: 11150 | Write a response
Posted on 2009-07-08 20:02:30-07 by salva in response to 11149
Re: NET::SFTP::Foreign Download Freeze.

BTW, Net::SFTP::Foreign doesn't work reliably under perls prior to 5.8.1 running in HP-UX when password authentication is used due to a bug on this OS.

If this is your case, as a work around, you can replace the IPC::Open3 module that comes with perl 5.8.0 with a later one (version >= 1.0105 required)... though a better solution would be to just upgrade to a newer perl!

Direct Responses: Write a response