ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Alexey Borovskoy <alexey_borovskoy@mail.ru>
To: community@altlinux.ru
Subject: Re: [Comm] Secondary NS
Date: Sun, 25 Jul 2004 02:05:51 +1300
Message-ID: <200407250206.03088.alexey_borovskoy@mail.ru> (raw)
In-Reply-To: <41003550.7050003@list.ru>

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

* Пятница 23 Июль 2004 10:44 Jury Levykin <altcomm@list.ru>

Добрый вечер.

> Настраиваю вторичный NS дистрибутив ALM 2.2
>
> прописал slave зону:
>
> zone "mydomain.ru" {
>         type slave;
>         file "mydomain.ru";
>         masters { 213.170.74.54; };
> };
>
> запускаю bind, идет запрос на transfer зоны:
>
> dumping master file: tmp-XXXXRQjBlj: open: permission denied
> transfer of 'geodigital.ru/IN' from 213.170.74.54#53: failed
> while receiving responses: permission denied transfer of
> 'geodigital.ru/IN' from 213.170.74.54#53: end of transfer
>
> в это время на первичном NS:
>
> client 62.141.112.45#34076: transfer of 'geodigital.ru/IN':
> AXFR started
>
> и все, т.е. трансфер стартует но не заканчивается.
>
> Почему bind не имеет прав на эту операцию,
> что поправить?

Потому что бинду даны права на запись только в специально 
разрешенных каталогах. Потому что так секурнее.

В Вашем случае необходимо сделать следующее:

Поставить пакет bind-slave.
Прописать зону как:
zone "mydomain.ru" {
        type slave;
        file "slave/mydomain.ru";
        masters { 213.170.74.54; };
};

-- 
Алексей.
GPG key fingerprint
949B BC0E 2C44 7528 4F63  2753 E37A 9E3F 11F3 BDE1

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

      parent reply	other threads:[~2004-07-24 13:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-22 21:44 Jury Levykin
2004-07-23  3:47 ` Mike Lykov
2004-07-23  6:27   ` Jury Levykin
2004-07-23  6:24 ` Kylik Semen
2004-07-23  6:36   ` Jury Levykin
2004-07-24 13:05 ` Alexey Borovskoy [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200407250206.03088.alexey_borovskoy@mail.ru \
    --to=alexey_borovskoy@mail.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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