On Wed, 10 May 2006 09:44:07 +1200 Neil Stockbridge <[EMAIL PROTECTED]> 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 > > sudo "find /etc -type f -print0 | xargs -0 grep -l eth1" cuts down on sudo's (: Steve
