Are there still problems with the new site???
Moderator: General Moderators
I'm also having issues accessing the forums, more than 50% of the tiem I can't log in (login form submit just redirects back to index page without logging in, I guess it's the cookie problem you mentioned) and some of the time the domain is inaccessible for some reason. Otherwise, the forums are much faster although it often takes some 100s och milliseconds before the server responds to a request (nothing big though).
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
When this happens, clear your cookies, and you will be able to login.vigge89 wrote:I'm also having issues accessing the forums, more than 50% of the tiem I can't log in (login form submit just redirects back to index page without logging in, I guess it's the cookie problem you mentioned) and some of the time the domain is inaccessible for some reason. Otherwise, the forums are much faster although it often takes some 100s och milliseconds before the server responds to a request (nothing big though).
If you can't get to the forums, use a proxy server. I've been tending to go the lazy route and use one of those proxy web sites. I've been using http://www.anonymouse.org. It's got an annoying ad, but is much faster than the rest of the web sites I have tried.
Hack level solutions till the DNS gets fixed somehow.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
it happened again about 2 hours ago
I did a ping this time and got that the host does not exists
- Josh1billion
- Forum Contributor
- Posts: 316
- Joined: Tue Sep 11, 2007 3:25 pm
Re: it happened again about 2 hours ago
Sounds like DNS problems.. the site wasn't working for me either around the time you posted this thread, wouldn't work 90% of the time. But now it works always for me, so must have just been temporary DNS resolving issues in my case.yacahuma wrote:I did a ping this time and got that the host does not exists
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Yea it must be a dns problem. Every once in a while Devnetwork.net works, but most of the time it does not.
However I can access it threw its IP.
http://216.32.90.210/~devnet/forums, as I am doing now.
During this time, I am unable to ping devnetwork.net, but I can ping it logging into one of the many servers I maintain.
However I can access it threw its IP.
http://216.32.90.210/~devnet/forums, as I am doing now.
During this time, I am unable to ping devnetwork.net, but I can ping it logging into one of the many servers I maintain.
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
This is not normal
This could be normal if icmp packets are dropped
This is not good
This is not good
Code: Select all
w3style:~ chris$ ping ns1.hnjdev.com
ping: cannot resolve ns1.hnjdev.com: Unknown hostCode: Select all
w3style:~ chris$ ping ns2.hnjdev.com
PING ns2.hnjdev.com (216.32.90.211): 56 data bytes
^C
--- ns2.hnjdev.com ping statistics ---
4 packets transmitted, 0 packets received, 100% packet lossCode: Select all
w3style:~ chris$ dig A forums.devnetwork.net @ns1.hnjdev.com
dig: couldn't get address for 'ns1.hnjdev.com': not foundCode: Select all
w3style:~ chris$ dig A forums.devnetwork.net @ns2.hnjdev.com
; <<>> DiG 9.3.4 <<>> A forums.devnetwork.net @ns2.hnjdev.com
; (1 server found)
;; global options: printcmd
;; connection timed out; no servers could be reached- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
@jason
Did you look at the DNS report - it shows everything you need to know what's wrong with your DNS setup ...VladSun wrote:The DNS setup for devnetwork.net domain looks really, really bad - http://www.dnsstuff.com/tools/dnsreport ... etwork.net
I can't reach this forum due to DNS issues almost 80% of the time (it was unreachable yesterday).
There are 10 types of people in this world, those who understand binary and those who don't