Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: FAQ: Some web sites load slowly in Firefox

  1. #1
    Join Date
    Oct 2004
    Location
    USA
    Beans
    3,774

    FAQ: Some web sites load slowly in Firefox

    The latest version of Mozilla includes support for "IPv6" a new form of addressing things on the internet.

    The problem is: Mozilla tries to use IPv6 before it uses IPv4 (IPv4 is the old version). When your Internet connection doesn't support IPv6, Mozilla fails to connect on the first try. In the current version of Mozilla, you can't change this, because of a bug.

    To fix this issue follow these steps:
    sudo nano /etc/modutils/aliases

    Look for this line:
    # alias net-pf-10 off # IPv6

    Change the line to: (remove the #)
    alias net-pf-10 off # IPv6

    Then run: sudo update-modules

  2. #2
    Join Date
    Oct 2004
    Beans
    47

    Re: Some web sites load slowly in Firefox

    FYI there is a BUG that even when you do this step IPv6 still loads up. A temporary fix was given to me by Fabio on the mailing list:

    modutils is used only by 2.4 kernels. mostlikely you have a 2.6 kernel
    and you using module-init-tools that uses /etc/modprobe.d/ as
    configuration directory.

    You need to edit _also_ /etc/modprobe.d/aliases too and run update-modules.

    Check that /etc/modules.conf is update properly.

    This is the standard procedure. but that's not enough.

    Apparently there is another bug somewhere between the kernel and
    module-init-tools that even if you ban ipv6 will still allow some
    applications to trigger the load of the module.
    Personally i don't remember if this is the normal behavior or not.

    ntpdate is the first one in the boot process that shows this behavior,
    but there are others.

    so a simple workaround is to rename or remove the ipv6 module from
    /lib/modules/`uname -r`/kernel/net/ipv6/ipv6.ko.
    FYI: This will spawn an extra error message during the boot process.

    For reference https://bugzilla.ubuntu.com/show_bug.cgi?id=2443

    Fabio
    Triad

  3. #3
    Join Date
    Oct 2004
    Location
    Sweden
    Beans
    74

    Re: Some web sites load slowly in Firefox

    Quote Originally Posted by triad169
    FYI there is a BUG that even when you do this step IPv6 still loads up. A temporary fix was given to me by Fabio on the mailing list:



    Triad
    Is this fix the one to do? Cause my web are terrible slow... Terrible indeed
    Let's go GNUing

  4. #4
    Join Date
    Oct 2004
    Location
    Cupertino, CA
    Beans
    5,092
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Some web sites load slowly in Firefox

    Quote Originally Posted by triad169
    FYI there is a BUG that even when you do this step IPv6 still loads up. A temporary fix was given to me by Fabio on the mailing list:



    Triad
    I can confirm that you must also change the alias entry in /etc/modprobe.d. However, changing those two files removed ipv6 for me. (To check, do an ifconfig and see if ipv6 addresses have been assigned. If no, then your slowness is due to something else!)

  5. #5
    Join Date
    Oct 2004
    Location
    Sweden
    Beans
    74

    Re: Some web sites load slowly in Firefox

    Quote Originally Posted by jdong
    I can confirm that you must also change the alias entry in /etc/modprobe.d. However, changing those two files removed ipv6 for me. (To check, do an ifconfig and see if ipv6 addresses have been assigned. If no, then your slowness is due to something else!)
    What am I supposed to change in /etc/modprobe.d/aliases?
    Should I comment out the ipv6 line or what?
    Let's go GNUing

  6. #6
    Join Date
    Oct 2004
    Beans
    5

    Re: Some web sites load slowly in Firefox

    sama here. i do not understand witch changes i should made and witch not???
    this site refreshing make me sick... i allmost tryed to find my windows xp cd the other day

  7. #7
    Join Date
    Oct 2004
    Location
    Sweden
    Beans
    74

    Re: Some web sites load slowly in Firefox

    Quote Originally Posted by sala
    sama here. i do not understand witch changes i should made and witch not???
    this site refreshing make me sick... i allmost tryed to find my windows xp cd the other day
    Oh NO, don't do that to yourself! Remember, you could always find another distro.. but don't throw yourself in the hands of those hooligans from Redmond, they will consume your soul you know
    Let's go GNUing

  8. #8
    Join Date
    Oct 2004
    Location
    Sweden
    Beans
    55

    Re: Some web sites load slowly in Firefox

    Quote Originally Posted by elwis
    Oh NO, don't do that to yourself! Remember, you could always find another distro.. but don't throw yourself in the hands of those hooligans from Redmond, they will consume your soul you know
    Is there some way to do this without rebooting. It hate rebooting
    16:20, AM

  9. #9
    Join Date
    Oct 2004
    Location
    Cupertino, CA
    Beans
    5,092
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Some web sites load slowly in Firefox

    Quote Originally Posted by flygmaskin
    Is there some way to do this without rebooting. It hate rebooting
    To answer 2 questions:

    1. in modprobe.d, alias net-pf-10 to off. dont' comment the line, that doesn't help!

    2. Yes. use ifconfig to bring all interfaces down, rmmod ipv6, then bring all your interfaces up again. To me, that's more trouble than hitting CTRL ALT DEL.

  10. #10
    Join Date
    Nov 2004
    Location
    LIberty
    Beans
    14
    Distro
    Ubuntu 7.04 Feisty Fawn

    slow internet, Thanks for the work around

    Thanks for all the great help in this thread.
    I followed your advice and it fixed my slow internet problem.
    In summary:

    Code:
    sudo nano /etc/modutils/aliases
    Change the line to: (remove the #)
    alias net-pf-10 off # IPv6

    Code:
    sudo nano /etc/modprobe.d/aliases
    Comment out
    #alias net-pf-10 ipv6

    Code:
    sudo update-modules
    Code:
    cd /lib/modules/2*/kernel/net/ipv6
    sudo mv ipv6.ko hide-ipv6.ko
    Last I had to reboot.

    Thanks again for all the help.
    I'm not sure all these steps are necessary, but it fixed my problem.
    I suppose when the bug is fixed in mozilla, we can safely return these settings to normal.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •