As of the last couple of weeks my computer running etch cannot get an HTTP response from a very few particular URLs. But I
can access web pages using different computers on the same network (running sarge and ubuntu 6.06LTS)
and even with this computer by using an ubuntu (6.06LTS) live CD. Hence, I think the problem must stem from a recent update to etch.
Here is a page I can't get:
http://www.ureg.ohio-state.edu/ourwe...nt/bigcal.html
If anyone running a fully updated (x86) etch system can get this page, then I would certainly appreciate a reply.
I can't get it with Iceweasel, Opera, wget, etc. Here is the output from wget:
Code:
[etch] $ wget http://www.ureg.ohio-state.edu/ourweb/more/Content/bigcal.html
--00:48:44-- http://www.ureg.ohio-state.edu/ourweb/more/Content/bigcal.html
=> `bigcal.html'
Resolving www.ureg.ohio-state.edu... 128.146.64.104
Connecting to www.ureg.ohio-state.edu|128.146.64.104|:80... connected.
HTTP request sent, awaiting response...
As you can see, it connects, sends a request, but cannot receive a response.
Look: I can even ping the server:
Code:
[etch] $ ping www.ureg.ohio-state.edu
PING www.ureg.ohio-state.edu (128.146.64.104) 56(84) bytes of data.
64 bytes from www.ureg.ohio-state.edu (128.146.64.104): icmp_seq=1 ttl=104 time=52.1 ms
64 bytes from www.ureg.ohio-state.edu (128.146.64.104): icmp_seq=2 ttl=104 time=55.6 ms
64 bytes from www.ureg.ohio-state.edu (128.146.64.104): icmp_seq=3 ttl=104 time=52.3 ms
Here is the output from wget using a sarge computer on my network:
Code:
[sarge] $ wget http://www.ureg.ohio-state.edu/ourweb/more/Content/bigcal.html
--00:53:39-- http://www.ureg.ohio-state.edu/ourweb/more/Content/bigcal.html
=> `bigcal.html'
Resolving www.ureg.ohio-state.edu... 128.146.64.104
Connecting to www.ureg.ohio-state.edu[128.146.64.104]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 78,195 [text/html]
100%[======================================================>] 78,195 214.40K/s
00:53:40 (213.69 KB/s) - `bigcal.html' saved [78195/78195]
The weird thing is that I can access pretty much every other site I have tried. (I am using the etch machine to write this right now!) Once again, if anyone
can access this URL, please reply.