[sf-lug] (forw) ns1.linuxmafia.com downtime ended Thursday ~3pm local

Rick Moen rick at linuxmafia.com
Fri Oct 26 01:12:14 PDT 2018


Closing da loop.

----- Forwarded message from Rick Moen <rick at linuxmafia.com> -----

Date: Fri, 26 Oct 2018 01:11:50 -0700
From: Rick Moen <rick at linuxmafia.com>
To: Michael Paoli <Michael.Paoli at cal.berkeley.edu>,
	BALUG-Admin <balug-admin at lists.balug.org>
Subject: ns1.linuxmafia.com downtime ended Thursday ~3pm local

Greetings!  This is an advisory about ns1.linuxmafia.com DNS nameserver
downtime having ended.  Root cause:  AT&T (_not_ my ISP) sabotaged
my ASDL at their local exchange around 8am Tueday, then took about
2 days and 7 hours to find and fix their problem.  All services 
are back.  

ns1.linuxmafia.com is back to doing auth. nameservice, as
arranged, for the following domains of yours:

balug.org (slave)
sf-lug.com (slave)
sf-lug.org (slave)

Evidence below is via fugly shell script ~/bin/testns that 
I just cranked out:

#!/bin/bash
domain=$1
for ns in $(whois $domain | grep "Name Server" | \
awk '{ print $3 }' | tr '\r\n' ' ');
do echo -n $ns 'is '; dig +short @"$ns". $domain. SOA | awk '{print $3}';
done

:r! bin/testns balug.org
NS1.LINUXMAFIA.COM is 1540540908
NS1.SVLUG.ORG is 1540540908
NS1.BALUG.ORG is 1540540908

:r! bin/testns sf-lug.com
NS.PRIMATE.NET is 1540541199
NS1.LINUXMAFIA.COM is 1540541199
NS1.SF-LUG.COM is 1540541199

:r! bin/testns sf-lug.org
NS1.LINUXMAFIA.COM is 1540541435
NS.PRIMATE.NET is 1539414019
NS1.SVLUG.ORG is 1540541435
NS1.SF-LUG.ORG is 1540541435

----- End forwarded message -----



More information about the sf-lug mailing list