LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Is there any software for FC8 to show what is being downloaded? (https://www.linuxquestions.org/questions/linux-software-2/is-there-any-software-for-fc8-to-show-what-is-being-downloaded-656126/)

mrfixit1951 07-16-2008 08:00 AM

Is there any software for FC8 to show what is being downloaded?
 
I'm running FC8, using dial-up with kppp.
Recently I've noticed that while surfing the web, I'll get an error message telling me that the connection has timed out.
When I open kppp "details" I find that something is being downloaded.
I have the automatic updates for ALL programs turned OFF.
Is there a peice of software out there that will allow me to see what is being downloaded, and from where?
Usually what is being downloaded is a very large (>5MB) file.
Thanks

kilgoretrout 07-16-2008 10:15 AM

If you are using firefox, try disabling IPV6. To do so, type:

about:config

in the address bar and hit Enter. That will bring up the advanced configuration screen. In the Filter field, type:

network.dns.disableIPv6

which will bring you to the appropriate entry. Right click on this entry and select "Toggle" from the drop down menu to toogle the value from default "false" to "true".

DNS problems with IPV6 are quite common and the usual symptoms are excessive timeouts or lengthy times to resolve and download links. While IPV4 is being slowly phased out because we are running out of IP addresses, it will probably be another 10 years before IPV6 is widely adopted and all the equipment is changed over to IPV6. You lose nothing at this point by disabling IPV6 since it is backward compatible with IPV4 and almost everyone is still using IPV4.

If disabling IPV6 in firefox cures your problem, then you can be sure that IPV6 was the source of your problem.

jomen 07-16-2008 10:23 AM

tcpdump -i ppp0 ip dst host <your_ip_address> -s 0 -A
could be used - it will tell you what exactly comes down the line - you can also write to a file and analyze it later

resetreset 07-16-2008 12:18 PM

netstat should, but i've forgotten the options. please report whether it worked for you.

lazlow 07-16-2008 01:11 PM

Just to double check, you have yum-updatsd shut off under services?

mrfixit1951 07-23-2008 12:31 PM

Quote:

Originally Posted by kilgoretrout (Post 3216504)
If you are using firefox, try disabling IPV6. To do so, type:

about:config

in the address bar and hit Enter. That will bring up the advanced configuration screen. In the Filter field, type:

network.dns.disableIPv6

which will bring you to the appropriate entry. Right click on this entry and select "Toggle" from the drop down menu to toogle the value from default "false" to "true".

DNS problems with IPV6 are quite common and the usual symptoms are excessive timeouts or lengthy times to resolve and download links. While IPV4 is being slowly phased out because we are running out of IP addresses, it will probably be another 10 years before IPV6 is widely adopted and all the equipment is changed over to IPV6. You lose nothing at this point by disabling IPV6 since it is backward compatible with IPV4 and almost everyone is still using IPV4.

If disabling IPV6 in firefox cures your problem, then you can be sure that IPV6 was the source of your problem.

kilgoretrout,
That didn't work.

mrfixit1951 07-23-2008 12:34 PM

Quote:

Originally Posted by lazlow (Post 3216674)
Just to double check, you have yum-updatsd shut off under services?

lazlow,
That may have been it!
I went in and unchecked it.
Now, to wait and see the results.
Thanks


All times are GMT -5. The time now is 06:01 AM.