Ticket #598 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

update_domain.sh fails if bind can't be restarted

Reported by: anarcat Assigned to: anonymous
Priority: normal Milestone: alternc-0.9.5
Component: BIND Version:
Severity: minor Keywords:
Cc:

Description

the changes of a domain do not get treated if bind cannot be restarted, at least that is what I see here. Maybe that a better degenerate case would be to do the changes and not care about restarting bind at all.

revision [911].

Change History

03/31/06 21:47:31 changed by anarcat

  • milestone changed from 1.0 to 0.9.5.

todo: ajouter des true au restart de bind, qui devrait être avec invoke-rc.d d'aileurs.

04/05/06 14:33:04 changed by nahuel

update_domains.sh n'utilise pas /etc/init.d/bind9 reload il fait un rndc reload

Je pense qu'il faut ajouter un true

ou sinon changer le rndc et faire un invoke-rc.d bind9 reload reload

04/11/06 04:26:04 changed by anarcat

voir aussi #599

04/25/06 04:09:48 changed by anarcat

  • status changed from new to closed.
  • resolution set to fixed.

(In [1010]) log errors in restarting apache or bind and don't fail there. Should fix #598.