ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] bind updates
@ 2003-09-29 12:37 Vitaly Ostanin
  2003-09-29 14:08 ` Dmitry V. Levin
  0 siblings, 1 reply; 3+ messages in thread
From: Vitaly Ostanin @ 2003-09-29 12:37 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 817 bytes --]

Hello, All!

Для тех, кому тоже посчасливиться наступить:

* Втр Июл 29 2003 Dmitry V. Levin <ldv@altlinux.org>
9.2.2.rel-alt2

...
- Moved 'include "/etc/rfc1912.conf";' directive
  from bind.conf to local.conf (#0002791).
...

Обновление затирает уже существующий local.conf, хотя named.conf
был изменён именно на предмет включения "/etc/rfc1912.conf".

В итоге bind не стартует с:
named[2496]: loading configuration: already exists
named[2496]: exiting (due to fatal error)

В связи с этим:

1.
Как включать отладку bind, не залезая в дебри initscripts ?

2.
Можно ли в случае комплексных конфигурационных файлов не трогать
при обновлении все, если изменён хотя бы один из них?

PS Обновлял до 
bind-9.2.3.rc4-alt1

-- 
Regards, Vyt
mailto:  vyt@vzljot.ru
JID:     vyt@vzljot.ru

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [sisyphus] bind updates
  2003-09-29 12:37 [sisyphus] bind updates Vitaly Ostanin
@ 2003-09-29 14:08 ` Dmitry V. Levin
  2003-09-29 14:33   ` [sisyphus] " Vitaly Ostanin
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry V. Levin @ 2003-09-29 14:08 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list

[-- Attachment #1: Type: text/plain, Size: 907 bytes --]

On Mon, Sep 29, 2003 at 04:37:45PM +0400, Vitaly Ostanin wrote:
> Для тех, кому тоже посчасливиться наступить:
> 
> * Втр Июл 29 2003 Dmitry V. Levin <ldv@>
> 9.2.2.rel-alt2
> 
> ...
> - Moved 'include "/etc/rfc1912.conf";' directive
>   from bind.conf to local.conf (#0002791).
> ...
> 
> Обновление затирает уже существующий local.conf, хотя named.conf
> был изменён именно на предмет включения "/etc/rfc1912.conf".

Не должно, ибо %config(noreplace).
Скорее всего, имело место что-то другое.

> В итоге bind не стартует с:
> named[2496]: loading configuration: already exists
> named[2496]: exiting (due to fatal error)
> 
> В связи с этим:
> 
> 1.
> Как включать отладку bind, не залезая в дебри initscripts ?

Что имелось в виду под отладкой в bind?

> 2.
> Можно ли в случае комплексных конфигурационных файлов не трогать
> при обновлении все, если изменён хотя бы один из них?

backup'ить?


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [sisyphus] Re: bind updates
  2003-09-29 14:08 ` Dmitry V. Levin
@ 2003-09-29 14:33   ` Vitaly Ostanin
  0 siblings, 0 replies; 3+ messages in thread
From: Vitaly Ostanin @ 2003-09-29 14:33 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 1500 bytes --]

On Mon, 29 Sep 2003 18:08:05 +0400
"Dmitry V. Levin" <ldv@altlinux.org> wrote:

> On Mon, Sep 29, 2003 at 04:37:45PM +0400, Vitaly Ostanin wrote:
> > Для тех, кому тоже посчасливиться наступить:
> > 
> > * Втр Июл 29 2003 Dmitry V. Levin <ldv@>
> > 9.2.2.rel-alt2
> > 
> > ...
> > - Moved 'include "/etc/rfc1912.conf";' directive
> >   from bind.conf to local.conf (#0002791).
> > ...
> > 
> > Обновление затирает уже существующий local.conf, хотя
> > named.conf был изменён именно на предмет включения
> > "/etc/rfc1912.conf".
> 
> Не должно, ибо %config(noreplace).

Так local.conf я не трогал, он и обновился, как нетронутый. А по
идее все зависящие конфиги и обновляться должны зависимо.

До обновления был изменён только named.conf.

> Скорее всего, имело место что-то другое.
> 
> > В итоге bind не стартует с:
> > named[2496]: loading configuration: already exists
> > named[2496]: exiting (due to fatal error)
> > 
> > В связи с этим:
> > 
> > 1.
> > Как включать отладку bind, не залезая в дебри initscripts ?
> 
> Что имелось в виду под отладкой в bind?

Повышение детальности отладочных сообщений. Приведённый вывод
напоминает "неизвестную ошибку неизвестно где" :)

> > 2.
> > Можно ли в случае комплексных конфигурационных файлов не
> > трогать при обновлении все, если изменён хотя бы один из них?
> 
> backup'ить?

Само собой. Но ведь и "noreplace" на что-то нужен :)

-- 
Regards, Vyt
mailto:  vyt@vzljot.ru
JID:     vyt@vzljot.ru

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-09-29 14:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-29 12:37 [sisyphus] bind updates Vitaly Ostanin
2003-09-29 14:08 ` Dmitry V. Levin
2003-09-29 14:33   ` [sisyphus] " Vitaly Ostanin

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git