LQ Suggestions & FeedbackDo you have a suggestion for this site or an idea that will make the site better? This forum is for you.
PLEASE READ THIS FORUM - Information and status updates will also be posted here.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
When i have javascript enabled i cannot view Linuxquestions.org but when i disable it I can, I stalls during loading, If i stop it and disable javascript it loads fine and yes its only with Linuxquestions.org I have went through all the options in all the browsers and set them to default and custom and everything and i get the same thing
It does it with all the browsers ive tried (execept Dillo cuz its not javascript capable)
I have tried Opera, Mozilla,Firebird, Galloen.
I cant remember if Ive posted this before so if i have sorry
No proxies. It hangs just as the page starts to load and on the opera loading bar that tells you what part of the page is loading it says " CONNECTING TO REMOTE HOST PAGEAD2.GOOGLESYNDICATION.COM " thats where it hangs and i found one other forum that it does it on but that forum is a pretty simple one. When i disable Javascript it does not do it, only when it is enabled. I just had to enable it then disable it so i could see the message again to put it in this post, LOL.
Originally posted by BajaNick
No proxies. It hangs just as the page starts to load and on the opera loading bar that tells you what part of the page is loading it says " CONNECTING TO REMOTE HOST PAGEAD2.GOOGLESYNDICATION.COM " thats where it hangs and i found one other forum that it does it on but that forum is a pretty simple one. When i disable Javascript it does not do it, only when it is enabled. I just had to enable it then disable it so i could see the message again to put it in this post, LOL.
Yea, I get that too(very often), I just thought there was a problem with the network, always when it tries to connect to the address above. I just usually reload...
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 9,110
Rep:
www.pagead2.googlesyndication.com doesn't exist. If you can't get to pagead2.googlesyndication.com it may be a routing or DNS problem. Can you get to other Akamaized sites?
Ok, I feel stupid, Its my firewall. Iptables/firestarter When i completely disabled my firewall then the adpage.google thing dosnt happen but when i enable the firewall LQ.org locks up on the google.adpage thing but how is this related to javascript cuz when i enable my firewall and enable javascript it locks up? Maybe the ip to the googleadpage is blocked?
I have experienced odd behaviour with mozilla and iptables but not quite the same. Try adding a rule to allow loopback connections:
iptables -A INPUT -s 127.0.0.1 -d 127.0.0.1 -j ACCEPT
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.