ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] сегодняшиний ugrade
@ 2002-11-15  8:54 Владимир
  2002-11-15  9:10 ` [Comm] " Oleg N. Kayunov
  0 siblings, 1 reply; 5+ messages in thread
From: Владимир @ 2002-11-15  8:54 UTC (permalink / raw)
  To: community

Привет всем.

Сегодня ночью прошла синхронизация с master update, скачены пакеты bind
Получил соответсвующий security-announce
Проблема: после apt-get dist-upgrade со своим локальным репозитарием
named перестал запускаться. Выявленная причина - очепятка в starup сценарии
нового named
21 строка сценария имеет вид:
[ -x "$NAMED_EXE" -a -d "$NAMED_ROOT" -a -r "$NAMED_CONF" ] || exit
нужно:
[ -x "$NAMED_EXE" -a -d "$NAMED_ROOT" -a -r "$NAMED_ROOT$NAMED_CONF" ] 
|| exit

В /etc файла named.conf у меня нет, он находится в /var/lib/named/etc/
Вот такие пироги.

-- 
Best regards
Vladimir




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

end of thread, other threads:[~2002-11-15 11:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-15  8:54 [Comm] сегодняшиний ugrade Владимир
2002-11-15  9:10 ` [Comm] " Oleg N. Kayunov
2002-11-15 10:40   ` Anton V. Boyarshinov
2002-11-15 10:57   ` [Comm] named Sergey S. Skulachenko
2002-11-15 11:12     ` Andriy Dobrovol's'kii

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

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


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