[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] need simple answer to Simple Question
- Subject: Re: [cobalt-users] need simple answer to Simple Question
- From: "Michael Zimmermann" <zim@xxxxxxxx>
- Date: Mon Apr 24 18:15:54 2000
----- Original Message -----
From: <PyschoCotic@xxxxxxx>
> I'm editing DNS manually, and I can't seem to get the DNS to refresh
(update
> the changes)... Like in the web control panel if you edit it in their you
> just click save.... I'm trying to write my own in /etc/named and once its
> saved it doesn't update the changes to the net... yes I incremented that
> number each time.... I just can't get it to refresh. Any suggestions
besides
> restarting the server?
as root do
kill -SIGHUP `cat /var/run/named.pid`
i.e. send a HUP-signal to the named-daemon
after each update. How should the poor daemon
know otherwise that you have updated his files?
:-)