| 7 | | [code]ftp_proxy=http://proxy.xxxx.com:80 lwp-mirror ftp://ftp.perl.org/pub/CPAN/MIRRORED.BY toto[/code]=> output: |
| 8 | | [quote]Transfer truncated: only 116617 out of 128142 bytes received[/quote] [list][*]This runs just fine in virtualbox 2.0.2 |
| 9 | | [*]same problem using http url: http_proxy=http://proxy.xxxx:8080/ wget ftp://ftp.perl.org/pub/CPAN/MIRRORED.BY |
| 10 | | [*]same problem on a friends's computer running virtualbox 2.1.2 |
| 11 | | [*]no problem on another friend's computer running virtualbox 2.0.2 |
| 12 | | [*]I tried changing the network config of virtualbox without any result[/list]I tried to test the 2.1.0 version but could not install and make it run anymore.... |
| | 9 | {{{ |
| | 10 | ftp_proxy=http://proxy.xxxx.com:80 lwp-mirror ftp://ftp.perl.org/pub/CPAN/MIRRORED.BY toto |
| | 11 | Transfer truncated: only 116617 out of 128142 bytes received |
| | 12 | }}} |
| | 13 | * This runs just fine in virtualbox 2.0.2 |
| | 14 | * same problem using http url: http_proxy=http://proxy.xxxx:8080/ wget ftp://ftp.perl.org/pub/CPAN/MIRRORED.BY |
| | 15 | * same problem on a friends's computer running virtualbox 2.1.2 |
| | 16 | * no problem on another friend's computer running virtualbox 2.0.2 |
| | 17 | * I tried changing the network config of virtualbox without any result |
| | 18 | I tried to test the 2.1.0 version but could not install and make it run anymore.... |