WVvan

Home

Full Member

Joined: 07/08/2009

View Profile

Online
|
Hi All,
I'm trying to figure out why RV.net is so slow under Linux.
It's the same speed (dial-up like or slower) with either Firefox or Konqueror on my Fedora 11 machine. The thing is if I access RV.net using Firefox on my Win XP machine it loads and displays just fine. The two machines are sharing the same internet connection so that points to a problem with Linux.
Same thing when I try it from work.
I posted this question on a Linux board and other users, as far away as Caracas Venezuela, reported the same problem.
I don't know of any other site that behaves this way.
Is this a known problem?
Thanks.
WVvan
Open the pod bay doors Hal.
Once I exit Hal, this is what I do.
WWW.WVBIKE.ORG
|
pulsar

Lewisville, NC

Moderator

Joined: 12/30/2001

View Profile


Good Sam RV Club Member
|
We've had others report the slowness problem, some using Linux and some using Windows Vista.
At least some of the Vista people reported the problem was corrected after they did all of the Vista updates.
On ocasion, I when I click on a link, the page will seem to hang. I click on my browser's Stop button and then click on the refresh button and the page loads quickly.
Tom
2002 Adventurer 32V - Workhorse chassis
1998 CRV toad - manual transmission
Have you seen the RV.Net Blogs? You can subscribe at Blog.RV.Net
|
camping man

Central Fla.

Senior Member

Joined: 09/01/2001

View Profile

|
MIne worked fine with Linux, and slow with Vista, until I changed back to Avast antivirus, from AVG's newer version.
05 Dodge CTD 2500 / 97 Sprinter 5er
|
WVvan

Home

Full Member

Joined: 07/08/2009

View Profile

Online
|
Which version of Linux are you using Camping Man?. I've personally had problem with Fedora 10 and 11 and others have reported problems with Ubuntu.
Open the pod bay doors Hal.
Once I exit Hal, this is what I do.
WWW.WVBIKE.ORG
|
WVvan

Home

Full Member

Joined: 07/08/2009

View Profile

Online
|
Installed the Opera browser and tried it. No improvement.
Open the pod bay doors Hal.
Once I exit Hal, this is what I do.
WWW.WVBIKE.ORG
|
|
|
WVvan

Home

Full Member

Joined: 07/08/2009

View Profile

Online
|
A little more info.
If the rv.net web page is long Firefox will slowly start to show it from the top down. Before it gets to the bottom of the page it times out and shows this error popup:
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.
Open the pod bay doors Hal.
Once I exit Hal, this is what I do.
WWW.WVBIKE.ORG
|
WVvan

Home

Full Member

Joined: 07/08/2009

View Profile

Online
|
Solved!
At least for Fedora 11.
In a root terminal window enter these two commands:
echo "4096 16384 131072" > /proc/sys/net/ipv4/tcp_wmem
echo "4096 87380 174760" > /proc/sys/net/ipv4/tcp_rmem
The webpages should now display at normal speed.
You might have to restart your browser.
To make the changes permanent, add these two lines to /etc/sysctl.conf
net.ipv4.tcp_wmem = 4096 16384 131072
net.ipv4.tcp_rmem = 4096 87380 174760
More detail here: Window scaling and here: http://inodes.org/blog/2006/09/06/tcp-window-scaling-and-kernel-2617/
* This post was
last
edited 08/15/09 07:00pm by WVvan *
View edit history
Open the pod bay doors Hal.
Once I exit Hal, this is what I do.
WWW.WVBIKE.ORG
|
pulsar

Lewisville, NC

Moderator

Joined: 12/30/2001

View Profile


Good Sam RV Club Member
|
Thank you for all of your investigation and the update.
Tom
|
modmidget

Woodland, CA

Senior Member

Joined: 05/09/2002

View Profile


Good Sam RV Club Member
Offline
|
Wow!!!! After adding those lines to sysctl.conf I think RV.NET is running faster under linux than it does in Windows XP.
Thank you for the fix.
To some it's a six pack, to me it's a support group.
|
jobfnl

Simi Valley

New Member

Joined: 03/16/2003

View Profile

Offline
|
Having the same issue running Ubuntu 9.04.
Found this topic it it solved the problem andexplained it easier for me.
Post #33, a little copy and paste into terminal and now life is good on
this forum.
Ubuntu Help
2006 2500HD D/A
2005 Desert Fox 21SW
|
|
|