Thanks to everyone who offered up some info...

I tracked down the problem.

Seems that the IntergenDRS has sent the update to the Domain Name Commininor (sp) SRS system but the SRS has only proporgated it to the world and not NZ.

I don't mind saying that really erks me... While I agree that the monopoloy the domainz had was up there with TNZ as a licence to print money, at least it worked.
Cheers Don
Neil Stockbridge wrote:

On Wed, 2006-05-10 at 00:59 +1200, Don Gould wrote:
If so, do you know how to reset the dns cache in mdk10?
iirc, the data is held in ram, so a shutdown and re-start would be the easiest at this time of day.
I shutdown at the end of the meeting...  it must be on the disk somewhere

i thought restarting the caching name server should work too.

if you're convinced it's caching you could try the brute force approach:

 sudo find /var -type f -print0 | sudo xargs -0 grep -l "IP"

..where "IP" is the IP address is the one you think is being cached.

this approach is good for find things in /etc too, say if you can't work
out what is starting eth1 when you don't want it to:

 sudo find /etc -type f -print0 | sudo xargs -0 grep -l eth1

- neil


Reply via email to