Hi Centos folks!<br><br>I'm trying to get a file with wget from Apache on Centos 3 and it doesnt succed. <br>What could be the cause of this what is the resource that is not available, whats your oppinion?<br><br>strace short output
<br>---------------------------<br>read(14, "GET /centos/3/os/i386/heade"..., 8000) = 133<br>read(5, 0xbfff99f3, 1)                  = -1 EAGAIN (Resource temporarily unavailable)<br><br>strace longer output of the same
<br>------------------------------------------------<br>writev(14, [{"HTTP/1.1 200 OK\r\nDate: Thu, 17 A"..., 269}], 1) = 269<br>sendfile(14, 15, [0], 18475)            = 18475<br>setsockopt(14, SOL_TCP, TCP_CORK, [0], 4) = 0
<br>setsockopt(14, SOL_TCP, TCP_NODELAY, [1], 4) = 0<br>brk(0)                                  = 0x9524000<br>brk(0x9546000)                          = 0x9546000<br>write(9, "<a href="http://192.168.0.4">192.168.0.4
</a> - - [18/Aug/2006:00"..., 151) = 151<br>shutdown(14, 1 /* send */)              = 0<br>poll([{fd=14, events=POLLIN}], 1, 2000) = 0<br>close(14)                               = 0<br>read(5, 0xbfffb313, 1)                  = -1 EAGAIN (Resource temporarily unavailable)
<br>close(15)                               = 0<br>semop(1048577, 0x79e6bc, 1 <unfinished ...><br><br>Thanks for your input<br>Chris<br>