Thanks for the call yesterday Joe.<div><br></div><div>I don't have Brian's phone number, but his domain is rarely down.  An email to Hans or Brian would have been the most direct recovery action?   Since they both interact with Deru Hosting.</div>
<div><br><div class="gmail_quote">On Tue, Nov 20, 2012 at 8:26 AM,  <span dir="ltr"><<a href="mailto:joe@actionline.com" target="_blank">joe@actionline.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
For the last 2 or 3 days, I've been unable to access the plug website.<br>
Today, it is working again.  But I can't get to the archives.<br>
<br>
Instead, I see this error:<br>
<br>
Lurker - failed to render page:<br></blockquote><div><span style="background-color:rgb(255,255,255);font-family:Arial,sans-serif;font-size:13px"><br></span></div><div><span style="background-color:rgb(255,255,255);font-family:Arial,sans-serif;font-size:13px">Lurker is a mailing list archiver designed for capacity, speed, simplicity, and configurability in that order. It is capable of handling gigabytes of mail without slowing down. Lurker has been designed to scale to support sites with thousands of concurrent users and hundreds of new messages a second. To facilitate finding interesting data, lurker supports: - full keyword search by body, subject, author, ... - a graphical representation of message relationships - charts of the current activity about a topic - searching lists or queries around an estimated time - signature verification to confirm the author - messages markup to find related information.</span></div>
<div><span style="background-color:rgb(255,255,255);font-family:Arial,sans-serif;font-size:13px"><br></span></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Cannot open database snapshot (No such file or directory):<br></blockquote><div><br></div><div>Linux and opensource systems are very similar to a good business or domestic partner:  They all will tell you very directly what is wrong with them.</div>
<div><br></div><div>This means there is "No such file or directory". </div><div>Since you didn't provide the link that was clicked on, we can't recreate that error to determine the issue.  </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
The configured database 'dbdir' in the config file could not be opened.<br>
Typically this means that it is not readable by the user which the cgi is<br>
invoked as. We suggest making dbdir and all files in it readable by<br>
everyone since you are serving them on a website anyways.<br></blockquote><div><br></div><div>This error was originated within main.cpp:</div><div><br></div><div><a href="http://lurker.sourcearchive.com/documentation/2.1-9/render_2main_8cpp-source.html">http://lurker.sourcearchive.com/documentation/2.1-9/render_2main_8cpp-source.html</a></div>
<div><br></div><div>This could be a URL link problem or a DNS resolution issue (the lurker configurations call for server names which I believe are on Lufthans); or a simple database server failure on that server itself.</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
And when I try to login, I see this message (in part):<br>
<br>
This Connection is Untrusted<br></blockquote><div> </div><div>It's common to see this when DNS resolution is at issue, since the RFC for SSL under HTTPS requires name resolution.  If you could not resolve the name to the IP address and match that to the DN/CN the cert would appear invalid.</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
You have asked Firefox to connect<br>
securely to <a href="http://plug.phoenix.az.us" target="_blank">plug.phoenix.az.us</a>, but we can't confirm that your connection<br>
is secure.<br>
Normally, when you try to connect securely,<br>
sites will present trusted identification to prove that you are<br>
going to the right place. However, this site's identity can't be verified.<br></blockquote><div>Drop to a terminal window and run these troubleshooting tools:</div><div><br></div><div>slug> nslookup <a href="http://plug.phoenix.az.us">plug.phoenix.az.us</a></div>
<div><br></div><div>If you can swiftly resolve name to number, this is not your issue.  </div><div><font color="#cc0000">However it still could be an issue on the server itself.  If the /etc/resolv.conf contained an upstream DNS server that was no longer available, certificates would fail.</font></div>
<div><br></div><div>slug> sudo traceroute <a href="http://plug.phoenix.az.us">plug.phoenix.az.us</a>  </div><div>Watch each hop carefully to see where lag might be occurring.  </div><div>If your trace times out right before Deru, this might simply be due to ICMP filtering at their bastion, which is a common security practice.  </div>
<div><br></div><div>slug> nmap -P0 <a href="http://plug.phoenix.az.us">plug.phoenix.az.us</a></div><div><br></div><div>This will give you a list of open ports.  Try to pull up the website via the IP address:  </div><div>
<br></div><div><a href="https://140.99.58.163">https://140.99.58.163</a></div><div><br></div><div><a href="http://140.99.58.163">http://140.99.58.163</a></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
<br>
What is going on with that?<br></blockquote><div><br></div><div>Many things could cause this at the server.</div><div><br></div><div>1) SYN 3 way handshake SSL hacking.</div><div>2) DNS cache poisoning.</div><div>3) Change to a BGP route from an upsteam provider (or change from dual honed to single honed).  </div>
<div>4) Local issues, such as failure of the DNS server defined in the resolv.conf file, mysql server corruption (SQL injection exploits), failure of the authoritive DNS servers themselves, or a zone record misconfiguration (the last change to the bind name records was Nov. 9) and intermittent failures are FIRST commonly seen when the DNS cache times out (TTL).</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I've never had this problem before.<br>
</blockquote></div><br clear="all"><div>Troubleshooting issues with web systems and DNS can be difficult, so we use tools:  </div><div><br></div><div><a href="http://www.mtgsy.net/dns/utilities.php">http://www.mtgsy.net/dns/utilities.php</a></div>
<div><br></div><div><a href="http://www.checkdns.net/quickcheck.aspx?domain=plug.phoenix.az.us&detailed=1">http://www.checkdns.net/quickcheck.aspx?domain=plug.phoenix.az.us&detailed=1</a> excerpt:</div><div><br></div>
<div><table border="0" width="80%" align="center" style="font-family:'Times New Roman'"><tbody><tr style="font-size:8pt"><td class="headertd" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif';background-color:rgb(254,196,106)">
<b>CheckDNS.NET is testing <a href="http://plug.phoenix.az.us">plug.phoenix.az.us</a></b></td></tr></tbody></table><br style="font-family:'Times New Roman';font-size:medium"><br style="font-family:'Times New Roman';font-size:medium">
<table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt"><td width="100%" class="chaptertd" background="http://www.checkdns.net/images/Gradient2B.jpg" align="left" style="font-size: 8pt; font-weight: bold; color: white; font-family: Verdana, Arial, 'MS Sans Serif'; background-color: rgb(0, 64, 128);">
CheckDNS.NET is asking root servers about authoritative NS for domain</td></tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt">
<td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'"><img src="http://www.checkdns.net/images/LogDebug.GIF" border="0">  Got DNS list for '<a href="http://plug.phoenix.az.us">plug.phoenix.az.us</a>' from <a href="http://NS1.DERU.NET">NS1.DERU.NET</a> or <a href="http://NS1.DERU.NET">NS1.DERU.NET</a></td>
</tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt"><td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'">
<img src="http://www.checkdns.net/images/LogNotice.GIF" border="0">  Found NS record: <a href="http://ns1.plug.phoenix.az.us">ns1.plug.phoenix.az.us</a>[140.99.58.163], was resolved to IP address by <a href="http://NS1.DERU.NET">NS1.DERU.NET</a> <a href="" style="color:rgb(0,65,132)"><img src="http://www.checkdns.net/images/help.GIF" border="0"></a></td>
</tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt"><td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'">
<img src="http://www.checkdns.net/images/LogNotice.GIF" border="0">  Found NS record: <a href="http://ns4.lufthans.com">ns4.lufthans.com</a>[174.79.56.141], was resolved to IP address by <a href="http://NS1.DERU.NET">NS1.DERU.NET</a> <a href="" style="color:rgb(0,65,132)"><img src="http://www.checkdns.net/images/help.GIF" border="0"></a></td>
</tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt"><td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'">
<img src="http://www.checkdns.net/images/LogOK.GIF" border="0">  Domain has 2 DNS server(s) <a href="" style="color:rgb(0,65,132)"><img src="http://www.checkdns.net/images/help.GIF" border="0"></a></td></tr></tbody></table>
<br style="font-family:'Times New Roman';font-size:medium"><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt"><td width="100%" class="chaptertd" background="http://www.checkdns.net/images/Gradient2B.jpg" align="left" style="font-size: 8pt; font-weight: bold; color: white; font-family: Verdana, Arial, 'MS Sans Serif'; background-color: rgb(0, 64, 128);">
CheckDNS.NET is verifying if NS are alive</td></tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt"><td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'">
<img src="http://www.checkdns.net/images/LogError.GIF" border="0">  Tried to fetch SOA record for domain, but DNS server <a href="http://ns1.plug.phoenix.az.us">ns1.plug.phoenix.az.us</a> [140.99.58.163] returned error code Server Failure <a href="" style="color:rgb(0,65,132)"><img src="http://www.checkdns.net/images/help.GIF" border="0"></a></td>
</tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt"><td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'">
<img src="http://www.checkdns.net/images/LogNotice.GIF" border="0">  DNS server <a href="http://ns4.lufthans.com">ns4.lufthans.com</a>[174.79.56.141] is alive and authoritative for domain <a href="http://plug.phoenix.az.us">plug.phoenix.az.us</a> <a href="" style="color:rgb(0,65,132)"><img src="http://www.checkdns.net/images/help.GIF" border="0"></a></td>
</tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt"><td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'">
<img src="http://www.checkdns.net/images/LogNotice.GIF" border="0">  1 server(s) are alive <a href="" style="color:rgb(0,65,132)"><img src="http://www.checkdns.net/images/help.GIF" border="0"></a></td></tr></tbody></table>
<br style="font-family:'Times New Roman';font-size:medium"><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt"><td width="100%" class="chaptertd" background="http://www.checkdns.net/images/Gradient2B.jpg" align="left" style="font-size: 8pt; font-weight: bold; color: white; font-family: Verdana, Arial, 'MS Sans Serif'; background-color: rgb(0, 64, 128);">
CheckDNS.NET checks if all NS have the same version</td></tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt">
<td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'"><img src="http://www.checkdns.net/images/LogWarning.GIF" border="0">  Master DNS defined by SOA (nina) was not found among NS records. <a href="" style="color:rgb(0,65,132)"><img src="http://www.checkdns.net/images/help.GIF" border="0"></a></td>
</tr></tbody></table><br style="font-family:'Times New Roman';font-size:medium"><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt">
<td width="100%" class="chaptertd" background="http://www.checkdns.net/images/Gradient2B.jpg" align="left" style="font-size: 8pt; font-weight: bold; color: white; font-family: Verdana, Arial, 'MS Sans Serif'; background-color: rgb(0, 64, 128);">
CheckDNS.NET is verifying if NS are alive</td></tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt"><td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'">
<img src="http://www.checkdns.net/images/LogError.GIF" border="0">  DNS server <a href="http://ns1.plug.phoenix.az.us">ns1.plug.phoenix.az.us</a> failed and will be dropped from other tests <a href="" style="color:rgb(0,65,132)"><img src="http://www.checkdns.net/images/help.GIF" border="0"></a></td>
</tr></tbody></table><br style="font-family:'Times New Roman';font-size:medium"><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt">
<td width="100%" class="chaptertd" background="http://www.checkdns.net/images/Gradient2B.jpg" align="left" style="font-size: 8pt; font-weight: bold; color: white; font-family: Verdana, Arial, 'MS Sans Serif'; background-color: rgb(0, 64, 128);">
CheckDNS.NET checks if all NS have the same version</td></tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt">
<td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'"><img src="http://www.checkdns.net/images/LogNotice.GIF" border="0">  Your server has zone version 2012111901 <a href="" style="color:rgb(0,65,132)"><img src="http://www.checkdns.net/images/help.GIF" border="0"></a></td>
</tr></tbody></table><br style="font-family:'Times New Roman';font-size:medium"><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt">
<td width="100%" class="chaptertd" background="http://www.checkdns.net/images/Gradient2B.jpg" align="left" style="font-size: 8pt; font-weight: bold; color: white; font-family: Verdana, Arial, 'MS Sans Serif'; background-color: rgb(0, 64, 128);">
CheckDNS.NET verifies www servers</td></tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt"><td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'">
<img src="http://www.checkdns.net/images/LogNotice.GIF" border="0">  Checking HTTP server <a href="http://www.plug.phoenix.az.us">www.plug.phoenix.az.us</a> [208.77.223.83] <a href="" style="color:rgb(0,65,132)"><img src="http://www.checkdns.net/images/help.GIF" border="0"></a></td>
</tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt"><td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'">
<img src="http://www.checkdns.net/images/LogNotice.GIF" border="0">  HTTP server <a href="http://www.plug.phoenix.az.us">www.plug.phoenix.az.us</a>[208.77.223.83] answers on port 80 <a href="" style="color:rgb(0,65,132)"><img src="http://www.checkdns.net/images/help.GIF" border="0"></a></td>
</tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt"><td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'">
<img src="http://www.checkdns.net/images/LogOK.GIF" border="0">  Received: HTTP/1.1 200 OK (Server: Apache/2.2.22 (Ubuntu)) 7c3a . . . . . . . Phoenix Linux Users Group. . . . . . . . . About PLUG. Meetings. Calendar. Email Lists. Chat. Search.... Main Menu. Home. Educational Opportunities. Contact Us. Job Postings. The News. OSS News. FAQ. Web Links. News Feeds. From the Chairman. Login Form. User Name. Password. Remember Me. Forgot your passw <a href="" style="color:rgb(0,65,132)"><img src="http://www.checkdns.net/images/help.GIF" border="0"></a></td>
</tr></tbody></table><br style="font-family:'Times New Roman';font-size:medium"><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt">
<td width="100%" class="chaptertd" background="http://www.checkdns.net/images/Gradient2B.jpg" align="left" style="font-size: 8pt; font-weight: bold; color: white; font-family: Verdana, Arial, 'MS Sans Serif'; background-color: rgb(0, 64, 128);">
CheckDNS.NET tests mail-servers</td></tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt"><td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'">
<img src="http://www.checkdns.net/images/LogWarning.GIF" border="0">  Domain <a href="http://plug.phoenix.az.us">plug.phoenix.az.us</a> has only one mail-server <a href="" style="color:rgb(0,65,132)"><img src="http://www.checkdns.net/images/help.GIF" border="0"></a></td>
</tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt"><td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'">
<img src="http://www.checkdns.net/images/LogNotice.GIF" border="0">  Checking mail server (PRI=10) <a href="http://ns4.LuftHans.com">ns4.LuftHans.com</a> [174.79.56.141] <a href="" style="color:rgb(0,65,132)"><img src="http://www.checkdns.net/images/help.GIF" border="0"></a></td>
</tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt"><td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'">
<img src="http://www.checkdns.net/images/LogNotice.GIF" border="0">  Mail server <a href="http://ns4.LuftHans.com">ns4.LuftHans.com</a>[174.79.56.141] answers on port 25 <a href="" style="color:rgb(0,65,132)"><img src="http://www.checkdns.net/images/help.GIF" border="0"></a></td>
</tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt"><td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'">
<img src="http://www.checkdns.net/images/LogDebug.GIF" border="0">  <<< 220 <a href="http://smtp2.LuftHans.com">smtp2.LuftHans.com</a> ESMTP Postfix (Debian/GNU)</td></tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'">
<tbody><tr style="font-size:8pt"><td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'"><img src="http://www.checkdns.net/images/LogDebug.GIF" border="0">  >>> HELO <a href="http://www.checkdns.net">www.checkdns.net</a></td>
</tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt"><td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'">
<img src="http://www.checkdns.net/images/LogDebug.GIF" border="0">  <<< 250 <a href="http://smtp2.LuftHans.com">smtp2.LuftHans.com</a></td></tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'">
<tbody><tr style="font-size:8pt"><td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'"><img src="http://www.checkdns.net/images/LogDebug.GIF" border="0">  >>> MAIL FROM: <<a href="mailto:dnscheck@uniplace.com">dnscheck@uniplace.com</a>></td>
</tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt"><td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'">
<img src="http://www.checkdns.net/images/LogDebug.GIF" border="0">  <<< 250 2.1.0 Ok</td></tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'">
<tbody><tr style="font-size:8pt"><td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'"><img src="http://www.checkdns.net/images/LogDebug.GIF" border="0">  >>> RCPT TO: <<a href="mailto:postmaster@plug.phoenix.az.us">postmaster@plug.phoenix.az.us</a>></td>
</tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt"><td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'">
<img src="http://www.checkdns.net/images/LogDebug.GIF" border="0">  <<< 250 2.1.5 Ok</td></tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'">
<tbody><tr style="font-size:8pt"><td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'"><img src="http://www.checkdns.net/images/LogDebug.GIF" border="0">  >>> QUIT</td>
</tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt"><td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'">
<img src="http://www.checkdns.net/images/LogNotice.GIF" border="0">  Mail server <a href="http://ns4.LuftHans.com">ns4.LuftHans.com</a> [174.79.56.141] accepts mail for <a href="http://plug.phoenix.az.us">plug.phoenix.az.us</a> <a href="" style="color:rgb(0,65,132)"><img src="http://www.checkdns.net/images/help.GIF" border="0"></a></td>
</tr></tbody></table><table class="chaptertable" align="center" width="80%" style="width:1056px;font-family:'Times New Roman'"><tbody><tr style="font-size:8pt"><td class="eventtd" align="left" style="font-size:8pt;font-family:Verdana,Arial,'MS Sans Serif'">
<img src="http://www.checkdns.net/images/LogOK.GIF" border="0">  All MX are configured properly <a href="" style="color:rgb(0,65,132)"><img src="http://www.checkdns.net/images/help.GIF" border="0"></a></td></tr></tbody></table>
</div><div><br></div><div>Here's the record:</div><div><br></div><div><p style="font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;font-size:12px"><font face="Arial, Helvetica, sans-serif"><b>NS-Lookup Results For : <a href="http://plug.phoenix.az.us">plug.phoenix.az.us</a></b></font></p>
<p style="font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;font-size:12px"></p><pre style="font-size:12px">; (1 server found)<br>;; global options:  printcmd<br>;; Got answer:<br>;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 371<br>
;; flags: qr aa; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 1<br><br>;; QUESTION SECTION:<br>;<a href="http://plug.phoenix.az.us">plug.phoenix.az.us</a>.           IN      A<br><br>;; ANSWER SECTION:<br><a href="http://plug.phoenix.az.us">plug.phoenix.az.us</a>.      600     IN      A       208.77.223.83<br>
<br>;; AUTHORITY SECTION:<br><a href="http://plug.phoenix.az.us">plug.phoenix.az.us</a>.      600     IN      NS      <a href="http://ns1.plug.phoenix.az.us">ns1.plug.phoenix.az.us</a>.<br><a href="http://plug.phoenix.az.us">plug.phoenix.az.us</a>.    600     IN      NS      <a href="http://ns4.LuftHans.com">ns4.LuftHans.com</a>.<br>
<br>;; ADDITIONAL SECTION:<br><a href="http://ns1.plug.phoenix.az.us">ns1.plug.phoenix.az.us</a>.     600     IN      A       208.77.223.82<br><br>;; Query time: 2953 msec<br>;; WHEN: Tue Nov 20 17:00:45 2012<br>;; MSG SIZE  rcvd: 116<br><br>
</pre><pre style="font-size:12px">This was last changed on Nov 9!  The old address was configured on the hackfest shirts (ordered again 2 weeks ago) as 248.99.158.163.  </pre><pre style="font-size:12px"><font color="#333399">Assumption:</font></pre>
<pre style="font-size:12px"><font color="#333399"><br></font></pre><pre style="font-size:12px"><font color="#333399">This appears to be a simple DNS propigation issue.  To reduce issues with TTL and caching next time, reduce the record TTL well in advance of the actual change.</font></pre>
<pre style="font-size:12px"><font color="#333399"><br></font></pre><pre style="font-size:12px"><font color="#333399">Secondary assumption:  Security issues with the site</font></pre><pre style="font-size:12px">Script kiddies can and will attack anything that is not properly buttoned down.</pre>
<pre style="font-size:12px"><br></pre><pre><span style="font-size:12px"> <br>-- </span></pre></div><div><img src="http://www.it-clowns.com/motivatebytruth/chat.gif"><br></div><div><br></div>(503) 754-4452 Android<br>(623) 239-3392 Skype<br>
(623) 688-3392 Google Voice<br>**<br><a href="http://it-clowns.com" target="_blank">it-clowns.com</a> <br>Chief Clown<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</div>