Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Debian Linux Help > bizarre lack of HTTP response problem

Forgot Password?
 Debian Linux Help   Discussions related to Debian GNU/Linux.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
View Poll Results: Can you reach that URL I mentioned?
Yes (and running etch) 0 0%
Yes (but not running etch) 3 25.00%
No (and running etch) 7 58.33%
No (but not running etch) 2 16.67%
Voters: 12. You may not vote on this poll

Reply
 
Thread Tools Display Modes
Old 02-27-2007   #1 (permalink)
Just Joined!
 
Join Date: Feb 2007
Posts: 12
bizarre lack of HTTP response problem

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.
samething22 is offline  


Reply With Quote
Old 02-27-2007   #2 (permalink)
Linux Guru
 
Vergil83's Avatar
 
Join Date: Mar 2004
Posts: 2,408
Wow, that is quite odd. I tried from my laptop (etch, x86) using epiphany and I also can't connect. However, it will work when using the internet archive's copy of the site
http://web.archive.org/web/200605121...edu/index.html

I will have to try it from sid when I get home tonight....
__________________
Brilliant Mediocrity - Making Failure Look Good
Vergil83 is offline   Reply With Quote
Old 02-28-2007   #3 (permalink)
Linux Guru
 
Vergil83's Avatar
 
Join Date: Mar 2004
Posts: 2,408
Ok, it works on my sid box (x86).......
__________________
Brilliant Mediocrity - Making Failure Look Good
Vergil83 is offline   Reply With Quote
Old 02-28-2007   #4 (permalink)
Just Joined!
 
Join Date: Feb 2007
Posts: 12
that's at least one confirmation

Vergil83, thanks. This is evidence that it is an etch problem and not some issue related to my configuration. It would be good if we could get word from a few more etch users about whether they can get an HTTP response from that server.

Last edited by samething22; 02-28-2007 at 02:08 AM.. Reason: mis-spelled a user's name
samething22 is offline   Reply With Quote
Old 02-28-2007   #5 (permalink)
Just Joined!
 
Join Date: Nov 2006
Posts: 6
Running Etch , up to date and cannot connect--very odd
glidermike is offline   Reply With Quote
Old 02-28-2007   #6 (permalink)
Just Joined!
 
Join Date: Feb 2007
Posts: 12
time to file a bug report?

It looks like there's enough evidence to suggest that there really is something funny going on with etch. It seems to me that if you can get to this site using any other OS, you should be able to get to it with etch as well.

I would like to go ahead and file a bug report. However, I do not know what package I would file it against. (Recall that the problem is browser-independent.)

Any ideas?
samething22 is offline   Reply With Quote
Old 02-28-2007   #7 (permalink)
Linux Guru
 
Vergil83's Avatar
 
Join Date: Mar 2004
Posts: 2,408
I think it is a dns problem. I used netcraft to find the ip of the address (it is running windows 2003 server!). I can ping the ip just fine
128.146.64.104
http://toolbar.netcraft.com/site_rep...ohio-state.edu
__________________
Brilliant Mediocrity - Making Failure Look Good
Vergil83 is offline   Reply With Quote
Old 02-28-2007   #8 (permalink)
Linux Guru
 
Vergil83's Avatar
 
Join Date: Mar 2004
Posts: 2,408
Ok, you already did that! My mistake
__________________
Brilliant Mediocrity - Making Failure Look Good
Vergil83 is offline   Reply With Quote
Old 02-28-2007   #9 (permalink)
Linux Guru
 
Vergil83's Avatar
 
Join Date: Mar 2004
Posts: 2,408
You might try a bug report with at bind9. This controls both dnsutils and libdns22
__________________
Brilliant Mediocrity - Making Failure Look Good
Vergil83 is offline   Reply With Quote
Old 02-28-2007   #10 (permalink)
Just Joined!
 
Join Date: Feb 2007
Posts: 12
yeah, my first thought was that it was some kind of DNS problem. But the weird thing is that I can ping the server (using its name or its IP) from my etch machine. But that machine can't receive an HTTP response. Do you have any idea what package this might have to do with?
samething22 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 09:06 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2