Hello, I've been using wget on my firewall/server (Clarkconnect box) for several years to record mp3-audio streams (radio programs) coming from an icecast server. I have made som very simple scripts that record the streams to a mp3-file, sleeps for some minutes and then executes killall wget.
While doing the last upgrade and fresh install I moved the scripts and everything over to another computer. Now I was about to move back to my CC box, but I can't get it working properly. It seams like the wget download fades, and then finally closes with the message "Closed fd 4", or "Closed fd 5" I don't know wget too well, can' interperet this. Wget has until now worked perfect, and it still does on the other computer (which is on the same DSL-line, behind the server). On that server the average download speed is 15 kbit/s, so I have even tried to set the limit to 16k, but the download still stops. I have checked with the provider of the mp3-streams, and they have checked their logs and not discovered anything strange. They also state that they "have no automated programs that would do anything to your wget process" In advance, thank's a lot for your help! --bjornar Here is a sample output: DEBUG output created by Wget 1.10.2 (Red Hat modified) on linux-gnu. --12:08:50-- http://radio.hiof.no:8000/nrk-alltid-nyheter-128 => `/var/www/html/valglunsj.mp3' Resolving radio.hiof.no... 158.39.172.209 Caching radio.hiof.no => 158.39.172.209 Connecting to radio.hiof.no|158.39.172.209|:8000... connected. Created socket 5. Releasing 0x0867e658 (new refcount 1). ---request begin--- GET /nrk-alltid-nyheter-128 HTTP/1.0 User-Agent: Wget/1.10.2 (Red Hat modified) Accept: */* Host: radio.hiof.no:8000 Connection: Keep-Alive ---request end--- HTTP forespřrsel sendt, mottar topptekster... ---response begin--- HTTP/1.0 200 OK Content-Type: audio/mpeg icy-br:128 ice-audio-info: bitrate=128;samplerate=44100 icy-name:NRK Alltid Nyheter icy-pub:1 Server: Icecast 2.3.1 ---response end--- 200 OK Lengde: uspesifisert [audio/mpeg] 0K .......... .......... .......... .......... .......... 127.19 KB/s 50K .......... .......... .......... .......... .......... 25.79 KB/s 100K .......... .......... .......... .......... .......... 13.87 KB/s 150K .......... .......... .......... .......... .......... 16.80 KB/s 200K .......... .......... .......... .......... .......... 3.03 KB/s 250K .......... .......... .......... .......... .......... 2.06 KB/s 300K .......... .......... .. 823.70 KB/s Closed fd 5 12:09:40 (6.49 KB/s) - `/var/www/html/valglunsj.mp3' saved [330640]
