dhcpcd-discuss

Re: dhcpcd-5.99.6 released

Gilles Espinasse

Mon May 20 13:14:53 2013


----- Mail original -----
> De: "Gilles Espinasse" <g.esp@xxxxxxx>
> À: "Roy Marples" <roy@xxxxxxxxxxxx>
> Cc: dhcpcd-discuss@xxxxxxxxxxxx
> Envoyé: Samedi 18 Mai 2013 17:45:38
> Objet: Re: [dhcpcd-discuss] dhcpcd-5.99.6 released
> 
> 
> 
> > 
> Should not have be a firewall issue. Machine is a debian lenny
> without anything special.

Of course, it was not a debian lenny (v5) machine but squeeze (v6).
I upgraded to wheezy (v7) with same issue.
The only thing special that I could think at is that the machine is ip-v4 only.

Using strace show nothing is received from the file:
LANG=C strace -o wget.log -s100 -f wget ftp://roy.marples.name/pub/dhcpcd/dhcpcd-5.99.6.tar.bz2
...
9255  recv(3, "227 Entering Passive Mode (77,75,106,61,195,126)\r\n", 127, MSG_PEEK) = 50
9255  read(3, "227 Entering Passive Mode (77,75,106,61,195,126)\r\n", 50) = 50
9255  socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 4
9255  connect(4, {sa_family=AF_INET, sin_port=htons(50046), sin_addr=inet_addr("77.75.106.61")}, 16) = 0
9255  write(2, "done.    ", 9)          = 9
9255  write(2, "==> RETR dhcpcd-5.99.6.tar.bz2 ... ", 35) = 35
9255  select(4, NULL, [3], NULL, {900, 0}) = 1 (out [3], left {899, 999993})
9255  write(3, "RETR dhcpcd-5.99.6.tar.bz2\r\n", 28) = 28
9255  select(4, [3], NULL, NULL, {900, 0}) = 1 (in [3], left {899, 940229})
9255  recv(3, "150 Opening BINARY mode data connection for 'dhcpcd-5.99.6.tar.bz2' (102057 bytes).\r\n", 127, MSG_PEEK) = 85
9255  read(3, "150 Opening BINARY mode data connection for 'dhcpcd-5.99.6.tar.bz2' (102057 bytes).\r\n", 85) = 85
9255  write(2, "done.\n", 6)            = 6
9255  open("dhcpcd-5.99.6.tar.bz2.1", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 5
9255  write(2, "Length: 102057", 14)    = 14
9255  write(2, " (100K)", 7)            = 7
9255  write(2, " (unauthoritative)\n", 19) = 19
9255  ioctl(2, TIOCGWINSZ, {ws_row=61, ws_col=158, ws_xpixel=0, ws_ypixel=0}) = 0
9255  write(2, "\n", 1)                 = 1
9255  write(2, "\r", 1)                 = 1
9255  write(2, " 0% [                                                                                               "..., 157) = 157
9255  clock_gettime(CLOCK_MONOTONIC, {10692, 456057966}) = 0
9255  select(5, [4], NULL, NULL, {0, 949999}) = 0 (Timeout)
9255  clock_gettime(CLOCK_MONOTONIC, {10693, 496679327}) = 0
9255  write(2, "\r", 1)                 = 1
9255  write(2, " 0% [                                                                                               "..., 157) = 157
9255  select(5, [4], NULL, NULL, {0, 949999}) = 0 (Timeout)
9255  clock_gettime(CLOCK_MONOTONIC, {10694, 447947072}) = 0
9255  write(2, "\r", 1)                 = 1
9255  write(2, " 0% [                                                                                               "..., 157) = 157
9255  select(5, [4], NULL, NULL, {0, 949999}) = 0 (Timeout)
9255  clock_gettime(CLOCK_MONOTONIC, {10695, 399278245}) = 0
9255  write(2, "\r", 1)                 = 1
9255  write(2, " 0% [                                                                                               "..., 157) = 157
9255  select(5, [4], NULL, NULL, {0, 949999}) = 0 (Timeout)
...

Gilles

References:
Re: dhcpcd-5.99.6 releasedGilles Espinasse
Archive administrator: postmaster@marples.name