Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Networking & Wireless
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Networking & Wireless
Having problems getting connected to the internet or getting your wireless card to work? Ask here.

 
Thread Tools Display Modes
Old May 2nd, 2007   #1
holomorph
A Carafe of Ubuntu
 
holomorph's Avatar
 
Join Date: Mar 2005
Location: Redmond, WA (origin, Home
Beans: 111
Ubuntu 7.10 Gutsy Gibbon
Connection Reset in Firefox but not other browsers

I've tried this on two different computers, one at home, one at work, both running Fiesty. When I try to visit http://www.mdsplus.org/ in firefox I get a connection reset error page :
Quote:
The connection was reset

The connection to the server was reset while the page was loading.

* The site could be temporarily unavailable or too busy. Try again in a few
moments.

* If you are unable to load any pages, check your computer's network
connection.

* If your computer or network is protected by a firewall or proxy, make sure
that Firefox is permitted to access the Web.
But, using other computers here at work, which run windows or gentoo and firefox, they have no problem accessing the site. Also, if I use a different browser (eg dillo) I also have no problem reaching the site from my Ubuntu box. So it's something specific to the way firefox in Fiesty is configured, but I don't know what the problem could be. Any ideas?

- Bjørn
holomorph is offline   Reply With Quote
Old May 8th, 2007   #2
holomorph
A Carafe of Ubuntu
 
holomorph's Avatar
 
Join Date: Mar 2005
Location: Redmond, WA (origin, Home
Beans: 111
Ubuntu 7.10 Gutsy Gibbon
Re: Connection Reset in Firefox but not other browsers

further testing indicates it's not specific to firefox. So far Firefox, Epiphany, and Galeon get the connection reset, while Dillo, w3m, and lyx do not.

obviously, this has me stumped.
holomorph is offline   Reply With Quote
Old May 11th, 2007   #3
NeTo
A Carafe of Ubuntu
 
NeTo's Avatar
 
Join Date: Feb 2005
Location: Chile
Beans: 104
Re: Connection Reset in Firefox but not other browsers

--

Last edited by NeTo; May 11th, 2007 at 01:22 AM..
NeTo is offline   Reply With Quote
Old May 11th, 2007   #4
NeTo
A Carafe of Ubuntu
 
NeTo's Avatar
 
Join Date: Feb 2005
Location: Chile
Beans: 104
Re: Connection Reset in Firefox but not other browsers

This post could be related to an Ubuntu bug filed at: https://bugs.launchpad.net/ubuntu/+s...20/+bug/89160/
----------------------------


I had the exact same problem with several other sites, and found a solution at this thread.

Basically, you can try writing in a root terminal:
Code:
echo "4096 16384 131072" > /proc/sys/net/ipv4/tcp_wmem
echo "4096 87380 174760" > /proc/sys/net/ipv4/tcp_rmem
If that solves the problem, you can make the changes permanent, adding the following to /etc/sysctl.conf :
Code:
net.ipv4.tcp_wmem = 4096 16384 131072
net.ipv4.tcp_rmem = 4096 87380 174760
You can find about what's behind this issue in http://lwn.net/Articles/92727/ and http://inodes.org/blog/2006/09/06/tc...d-kernel-2617/
NeTo is offline   Reply With Quote
Old May 11th, 2007   #5
holomorph
A Carafe of Ubuntu
 
holomorph's Avatar
 
Join Date: Mar 2005
Location: Redmond, WA (origin, Home
Beans: 111
Ubuntu 7.10 Gutsy Gibbon
Re: Connection Reset in Firefox but not other browsers

thanks for the links, I learned a little bit, but unfortunately it did not fix my problem

I guess now that I think about it I'm not too surprised, since Dillo, w3m, lyx, and wget all seem to have no issue connecting to that server, but firefox, epiphany and Galeon do have issues. I wish I knew what the difference was.
holomorph is offline   Reply With Quote
Old May 11th, 2007   #6
NeTo
A Carafe of Ubuntu
 
NeTo's Avatar
 
Join Date: Feb 2005
Location: Chile
Beans: 104
Re: Connection Reset in Firefox but not other browsers

Quote:
Originally Posted by holomorph View Post
thanks for the links, I learned a little bit, but unfortunately it did not fix my problem

I guess now that I think about it I'm not too surprised, since Dillo, w3m, lyx, and wget all seem to have no issue connecting to that server, but firefox, epiphany and Galeon do have issues. I wish I knew what the difference was.
Sorry, I depicted it as the "same issue" because i wasn't able to load those exact pages (although other loaded just fine). I guess there are more changes in Feisty than the TCP Window Scaling.

Have you tried disabling IPv6 support in Firefox?
NeTo is offline   Reply With Quote
Old May 11th, 2007   #7
holomorph
A Carafe of Ubuntu
 
holomorph's Avatar
 
Join Date: Mar 2005
Location: Redmond, WA (origin, Home
Beans: 111
Ubuntu 7.10 Gutsy Gibbon
Re: Connection Reset in Firefox but not other browsers

yea, I tried disabling ipv6 too, but it didn't make a difference.
holomorph is offline   Reply With Quote
Old May 11th, 2007   #8
obenauer
First Cup of Ubuntu
 
Join Date: Apr 2007
Location: Memphis, TN
Beans: 6
Ubuntu 8.04 Hardy Heron
Re: Connection Reset in Firefox but not other browsers

I'm having the same problem as holomorph. Just installed Feisty Fawn today, and Firefox doesn't see any web pages, but Konqueror does (which is how I'm writing this). I too am surprised others haven't had this problem.
obenauer is offline   Reply With Quote
Old May 11th, 2007   #9
holomorph
A Carafe of Ubuntu
 
holomorph's Avatar
 
Join Date: Mar 2005
Location: Redmond, WA (origin, Home
Beans: 111
Ubuntu 7.10 Gutsy Gibbon
Re: Connection Reset in Firefox but not other browsers

I think your problem is different from mine: I can see almost any web page in firefox, it's just the mdsplus.org site that's giving me trouble.
holomorph is offline   Reply With Quote
Old May 11th, 2007   #10
obenauer
First Cup of Ubuntu
 
Join Date: Apr 2007
Location: Memphis, TN
Beans: 6
Ubuntu 8.04 Hardy Heron
Re: Connection Reset in Firefox but not other browsers

I found a bizarre but effective solution at this link:

https://bugs.launchpad.net/ubuntu/+s...fox/+bug/95241

Type about:config in the address bar to get to Firefox's settings, right-click on general.useragent.extra.firefoxComment, and change its value from "(Ubuntu-feisty)" to just "(Ubuntu)". Then close and restart the browser. After that, I was able to go to any web page in Firefox.

I can't imagine why this would work, but it did.

Note: I just saw your reply that we may not have the same problem, so I don't know if this will help.

Last edited by obenauer; May 11th, 2007 at 05:05 PM..
obenauer is offline   Reply With Quote

Bookmarks

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

Forum Jump


All times are GMT -4. The time now is 02:14 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry