[MacPorts] #45655: FTP hosting source code for wcslib not reachable from NATed VirtualBox machines.

MacPorts noreply at macports.org
Thu Nov 6 04:58:29 PST 2014


#45655: FTP hosting source code for wcslib not reachable from NATed VirtualBox
machines.
-------------------------+--------------------
  Reporter:  aszostak@…  |      Owner:  john@…
      Type:  defect      |     Status:  new
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.3.1
Resolution:              |   Keywords:
      Port:  wcslib      |
-------------------------+--------------------

Comment (by aszostak@…):

 I provide below a side by side diff (i.e. using "diff -y -W") of the two
 curl command traces. The left trace is run on the host ma018258. The right
 trace is run within the VirtualBox VM guest, itself running on ma018258.
 They basically the same up to the "TYPE I" command, at which point curl
 from within the VM just hangs.
 {{{
 ma018258:~ buildacc$ \
 | macosx-10-9:~ vagrant$ \
   curl -# -v
 ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-4.23.tar.bz2 \
 curl -# -v ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-4.23.tar.bz2
 \
   -o /tmp/wcslib-4.23.tar.bz2
 -o /tmp/wcslib-4.23.tar.bz2
 * Adding handle: conn: 0x7ffc41004e00
 | * Adding handle: conn: 0x7ff27a805e00
 * Adding handle: send: 0
 * Adding handle: send: 0
 * Adding handle: recv: 0
 * Adding handle: recv: 0
 * Curl_addHandleToPipeline: length: 1
 * Curl_addHandleToPipeline: length: 1
 * - Conn 0 (0x7ffc41004e00) send_pipe: 1, recv_pipe: 0
 | * - Conn 0 (0x7ff27a805e00) send_pipe: 1, recv_pipe: 0
 * About to connect() to ftp.atnf.csiro.au port 21 (#0)
 * About to connect() to ftp.atnf.csiro.au port 21 (#0)
 *   Trying 150.229.106.20...
 *   Trying 150.229.106.20...
 * Connected to ftp.atnf.csiro.au (150.229.106.20) port 21 (#0)
 * Connected to ftp.atnf.csiro.au (150.229.106.20) port 21 (#0)
 < 220-This is the anonymous FTP server operated by
 < 220-This is the anonymous FTP server operated by
 < 220-  CSIRO Astronomy and Space Science and
 < 220-  CSIRO Astronomy and Space Science and
 < 220-  CSIRO ICT Centre.
 < 220-  CSIRO ICT Centre.
 < 220-
 < 220-
 < 220-All transfers from this machine are logged.
 < 220-All transfers from this machine are logged.
 < 220 If you don't agree with this policy then please disconnect now.
 < 220 If you don't agree with this policy then please disconnect now.
 > USER anonymous
 > USER anonymous
 < 230 Anonymous user logged in
 < 230 Anonymous user logged in
 > PWD
 > PWD
 < 257 "/" is your current location
 < 257 "/" is your current location
 * Entry path is '/'
 * Entry path is '/'
 > CWD pub
 > CWD pub
 < 250 OK. Current directory is /pub
 < 250 OK. Current directory is /pub
 > CWD software
 > CWD software
 < 250 OK. Current directory is /pub/software
 < 250 OK. Current directory is /pub/software
 > CWD wcslib
 > CWD wcslib
 < 250 OK. Current directory is /pub/software/wcslib
 < 250 OK. Current directory is /pub/software/wcslib
 > EPSV
 > EPSV
 * Connect data stream passively
 * Connect data stream passively
 < 229 Extended Passive mode OK (|||18430|)
 | < 229 Extended Passive mode OK (|||28823|)
 *   Trying 150.229.106.20...
 *   Trying 150.229.106.20...
 * Connecting to 150.229.106.20 (150.229.106.20) port 18430
 | * Connecting to 150.229.106.20 (150.229.106.20) port 28823
 > TYPE I
 > TYPE I
 < 200 TYPE is now 8-bit binary
 <
 > SIZE wcslib-4.23.tar.bz2
 <
 < 213 1876150
 <
 > RETR wcslib-4.23.tar.bz2
 <
 < 150-Accepted data connection
 <
 < 150 1832.2 kbytes to download
 <
 * Maxdownload = -1
 <
 * Getting file with size: 1876150
 <
 { [data not shown]
 <
 ########################################################################
 100.0%       <
 * Remembering we are in dir "pub/software/wcslib/"
 <
 < 226-File successfully transferred
 <
 < 226 11.870 seconds (measured here), 154.36 Kbytes per second
 <
 * Connection #0 to host ftp.atnf.csiro.au left intact
 <
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/45655#comment:8>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list