Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
I'm new to Linux, and have been using it with no problems for about 45 days. Just a few days ago, my downloads with Firefox and Thunderbird became very slow. ...
  1. #1
    Just Joined!
    Join Date
    Oct 2010
    Posts
    11

    Slow Downloads

    I'm new to Linux, and have been using it with no problems for about 45 days.

    Just a few days ago, my downloads with Firefox and Thunderbird became very slow. There have been no hardware changes and I believe I have the latest updates.

    I am using a dual boot with Vista. The Vista and IE 8 and Outlook Express work fine with good download speeds.

    Thanks for any help.

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Hello and welcome to the forums!

    You could try disabling ipv6 if you haven't done so already:

    https://help.ubuntu.com/community/We...ngSlowIPv6IPv4

    Doing so seems to make a big difference for some users.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Just Joined!
    Join Date
    Oct 2010
    Posts
    11

    Thanks

    Oz:

    Thanks for your reply. I'll give it a try tomorrow.

  4. #4
    Just Joined!
    Join Date
    Oct 2010
    Posts
    11

    Still need some help

    I made sure the ipv6 is turned off in all applications. Still very slow downloads. When I booted up on Vista/IE8/Outlook Express to send this meassge, I found 32 messages, which had not been downloaded from a previous Thunderbird logon.

    I seems that sites I visit download about 90% fairly fast, but the last 10% just doesn't make it.

  5. #5
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,977
    Likely problem is likely your DNS server settings. This doesn't affect actual download speeds, but it does affect URL -> IP address resolution speeds, and has the same effect. Post the contents of you /etc/resolv.conf file here.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  6. #6
    Just Joined!
    Join Date
    Oct 2010
    Posts
    11

    Thanks

    I'm at work this evening, so I'll post tomorrow. Thanks for your help.

  7. #7
    Just Joined!
    Join Date
    Oct 2010
    Posts
    11
    Quote Originally Posted by Rubberman View Post
    Likely problem is likely your DNS server settings. This doesn't affect actual download speeds, but it does affect URL -> IP address resolution speeds, and has the same effect. Post the contents of you /etc/resolv.conf file here.
    Here is the info:

    etc/resolvconf
    update-libc.d
    avahi-daemon
    postfix

    The avahi-daemon file contains:

    #!/bin/sh
    #
    # If we have an unicast .local domain, we immediately disable avahi to avoid
    # conflicts with the multicast IP4LL .local domain

    if [ -x /usr/lib/avahi/avahi-daemon-check-dns.sh ]; then
    exec /usr/lib/avahi/avahi-daemon-check-dns.sh
    fi

    The postfix file contains:

    #!/bin/sh -e

    # make sure we're still here...
    [ -x /usr/sbin/postconf ] || exit 0

    cp /etc/resolv.conf $(/usr/sbin/postconf -h queue_directory)/etc/resolv.conf
    /etc/init.d/postfix reload >/dev/null 2>&1 || exit 0

    exit 0

    I'm not much of a code writer/programmer, so if we need to get any deeper, I will need some specific instructions.

    I really appreciate your help. Going back to Windows after using Linux is not fun.

  8. #8
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,977
    Huh? This is not the contents of resolv.conf. That file should look something like this:
    Code:
    server 192.168.1.1
    There may be more than one server entry, and there may be an entry at the top like "search mydomain.com". What you have shown is a shell script, and resolv.conf should not be, AFAIK, a shell script.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  9. #9
    Just Joined!
    Join Date
    Oct 2010
    Posts
    11

    More Info

    Thanks for your reply.

    Sorry, I found the /etc/resolv.conf file and copied that. As I mentioned, I'm not a code write/programmer, but do have enough knowledge to be dangerous....

    I''m not sure where to look for the info you mentioned. I looked up Active Network Connections and found the IP address to be 192.168.1.101, The broadcast address to be 192.168.1.255 and the default route to be 192.168.1.1

    If there is another place I should look, please let me know.

    I appreciate your help.

    Regards,

    Dave

  10. #10
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,303
    Open a terminal and type the following:

    cat /etc/resolv.conf <enter>

    This will output the contents of the file to the terminal and then you can copy and paste it here
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

Page 1 of 2 1 2 LastLast

Posting Permissions

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