VirtualBox

Changes between Initial Version and Version 1 of Ticket #3257


Ignore:
Timestamp:
Feb 2, 2009 1:14:46 PM (15 years ago)
Author:
Frank Mehnert
Comment:

Is this problem related to the proxy?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3257

    • Property Summary very strange network problem: truncated downloadsTruncated downloads with NAT
  • Ticket #3257 – Description

    initial v1  
    22
    33Example:
    4 [code]ftp_proxy=http://proxy.xxxxx.com:8080/ wget ftp://ftp.perl.org/pub/CPAN/MIRRORED.BY[/code]=> output:
    5 [quote]15:04:14 (76.64 KB/s) - [b]Connection closed[/b] at byte 113699. Retrying.[/quote]
     4{{{
     5ftp_proxy=http://proxy.xxxxx.com:8080/ wget ftp://ftp.perl.org/pub/CPAN/MIRRORED.BY
     615:04:14 (76.64 KB/s) - Connection closed at byte 113699. Retrying.
     7}}}
    68Same kind of command:
    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{{{
     10ftp_proxy=http://proxy.xxxx.com:80 lwp-mirror ftp://ftp.perl.org/pub/CPAN/MIRRORED.BY toto
     11Transfer 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
     18I tried to test the 2.1.0 version but could not install and make it run anymore....
    1319
    1420The consequence of this is that "cpan" software to install perl packages is no more usable...

© 2023 Oracle
ContactPrivacy policyTerms of Use