
Ubuntu日本語フォーラム

ログインしていません。
hotohotoです
内向きのDNSの設定しています。
^^^^^^^^
一つお手柔らかにお願いします。
参考にしたのはこのページ:
http://omnioo.com/omnioolab/ubuntu-910/bind9dns2.php
自分の環境は sv2 というマシンに UBUNTU32bit10.04です。
code 内に出てくる名前は usename に、またドメインは example.com に変更して表示しています。
途中の操作でどっからかファイルをコピーしてきているのは、他のマシンにあるubuntu server に入っていた標準
の設定のものです。元にもどすためにそうしました。
良い調子で設定していましたが、最後に着てエラーが出ました。
/etc/bind/db.internal:17: no current owner name
というものです。
これは何か重大な問題を含んでいるのでしょうか?
教えてもらいたいです。
log は以下です
g 'security.ubuntu.com:http' (-5 - No address associated with hostname)
以下のパッケージが新たにインストールされます:
bind9
アップグレード: 0 個、新規インストール: 1 個、削除: 0 個、保留: 0 個。
321kB のアーカイブを取得する必要があります。
この操作後に追加で 1,049kB のディスク容量が消費されます。
警告: 以下のパッケージは認証されていません!
bind9
検証なしにこれらのパッケージをインストールしますか [y/N]? y
取得:1 http://jp.archive.ubuntu.com/ubuntu/ lucid/main bind9 1:9.7.0.dfsg.P1-1 [321kB]
321kB を 0s で取得しました (801kB/s)
パッケージを事前設定しています ...
未選択パッケージ bind9 を選択しています。
(データベースを読み込んでいます ... 現在 239413 個のファイルとディレクトリがインストールされています。)
(.../bind9_1%3a9.7.0.dfsg.P1-1_i386.deb から) bind9 を展開しています...
ufw のトリガを処理しています ...
ureadahead のトリガを処理しています ...
man-db のトリガを処理しています ...
bind9 (1:9.7.0.dfsg.P1-1) を設定しています ...
wrote key file "/etc/bind/rndc.key"
chgrp: `/etc/bind/named.conf*'にアクセスできません: No such file or directory
chmod: `/etc/bind/named.conf*'にアクセスできません: No such file or directory
* Starting domain name service... bind9 [fail]
invoke-rc.d: initscript bind9, action "start" failed.
dpkg: bind9 の処理中にエラーが発生しました (--configure):
サブプロセス installed post-installation script はエラー終了ステータス 1 を返しました
以下のパッケージの処理中にエラーが発生しました:
bind9
E: Sub-process /usr/bin/dpkg returned an error code (1)
username@sv2:/etc/bind$ ls -al
合計 36
drwxr-sr-x 6 root bind 4096 2010-08-22 16:55 .
drwxr-xr-x 163 root root 12288 2010-08-22 16:54 ..
drwxr-sr-x 2 root bind 4096 2010-08-22 16:15 20100822
drwxr-sr-x 2 root bind 4096 2009-09-01 16:08 bind-old-backup
drwxr-sr-x 2 root bind 4096 2010-04-04 13:17 old-doc
-rw-r----- 1 bind bind 77 2010-08-22 16:55 rndc.key
username@sv2:/etc/bind$ ls -al
合計 36
drwxr-sr-x 6 root bind 4096 2010-08-22 16:55 .
drwxr-xr-x 163 root root 12288 2010-08-22 16:54 ..
drwxr-sr-x 2 root bind 4096 2010-08-22 16:15 20100822
drwxr-sr-x 2 root bind 4096 2009-09-01 16:08 bind-old-backup
drwxr-sr-x 2 root bind 4096 2010-04-04 13:17 old-doc
-rw-r----- 1 bind bind 77 2010-08-22 16:55 rndc.key
username@sv2:/etc/bind$ cp /home/username/dns/* .
cp: 通常のファイル `./bind.keys' を作成できません: Permission denied
cp: 通常のファイル `./db.0' を作成できません: Permission denied
cp: 通常のファイル `./db.127' を作成できません: Permission denied
cp: 通常のファイル `./db.255' を作成できません: Permission denied
cp: 通常のファイル `./db.empty' を作成できません: Permission denied
cp: 通常のファイル `./db.local' を作成できません: Permission denied
cp: 通常のファイル `./db.root' を作成できません: Permission denied
cp: 通常のファイル `./named.conf' を作成できません: Permission denied
cp: 通常のファイル `./named.conf.default-zones' を作成できません: Permission denied
cp: 通常のファイル `./named.conf.local' を作成できません: Permission denied
cp: 通常のファイル `./named.conf.options' を作成できません: Permission denied
cp: 通常のファイル `./zones.rfc1918' を作成できません: Permission denied
username@sv2:/etc/bind$ sudo cp /home/username/dns/* .
[sudo] password for username:
Sorry, try again.
[sudo] password for username:
username@sv2:/etc/bind$ sudo /etc/init.d/bind9 restart
* Stopping domain name service... bind9 rndc: connect failed: 127.0.0.1#953: connection refused
[ OK ]
* Starting domain name service... bind9 [ OK ]
username@sv2:/etc/bind$ sudo vim *
17 個のファイルが編集を控えています
username@sv2:/etc/bind$ ls -al
合計 84
drwxr-sr-x 6 root bind 4096 2010-08-22 17:41 .
drwxr-xr-x 163 root root 12288 2010-08-22 16:54 ..
drwxr-sr-x 2 root bind 4096 2010-08-22 16:15 20100822
drwxr-sr-x 2 root bind 4096 2009-09-01 16:08 bind-old-backup
-rw-r--r-- 1 root bind 601 2010-08-22 17:38 bind.keys
-rw-r--r-- 1 root bind 237 2010-08-22 17:39 db.0
-rw-r--r-- 1 root bind 271 2010-08-22 17:40 db.127
-rw-r--r-- 1 root bind 237 2010-08-22 17:38 db.255
-rw-r--r-- 1 root bind 353 2010-08-22 17:38 db.empty
-rw-r--r-- 1 root bind 270 2010-08-22 17:38 db.local
-rw-r--r-- 1 root bind 2940 2010-08-22 17:38 db.root
-rw-r--r-- 1 root bind 463 2010-08-22 17:38 named.conf
-rw-r--r-- 1 root bind 490 2010-08-22 17:38 named.conf.default-zones
-rw-r--r-- 1 root bind 165 2010-08-22 17:38 named.conf.local
-rw-r--r-- 1 root bind 572 2010-08-22 17:38 named.conf.options
drwxr-sr-x 2 root bind 4096 2010-04-04 13:17 old-doc
-rw-r----- 1 bind bind 77 2010-08-22 16:55 rndc.key
drwxr-sr-x 2 root bind 4096 2010-08-13 06:38 tttt
-rw-r--r-- 1 root bind 1317 2010-08-22 17:38 zones.rfc1918
username@sv2:/etc/bind$ sudo apt-get install sysv-rc-conf
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています
状態情報を読み取っています... 完了
以下のパッケージが自動でインストールされましたが、もう必要とされていません:
linux-headers-2.6.32-23 linux-headers-2.6.32-23-generic sdparm
これらを削除するには 'apt-get autoremove' を利用してください。
以下の特別パッケージがインストールされます:
libcurses-perl libcurses-ui-perl
以下のパッケージが新たにインストールされます:
libcurses-perl libcurses-ui-perl sysv-rc-conf
アップグレード: 0 個、新規インストール: 3 個、削除: 0 個、保留: 0 個。
1 個のパッケージが完全にインストールまたは削除されていません。
399kB のアーカイブを取得する必要があります。
この操作後に追加で 1,446kB のディスク容量が消費されます。
続行しますか [Y/n]? y
警告: 以下のパッケージは認証されていません!
libcurses-perl libcurses-ui-perl sysv-rc-conf
検証なしにこれらのパッケージをインストールしますか [y/N]? y
取得:1 http://jp.archive.ubuntu.com/ubuntu/ lucid/universe libcurses-perl 1.28-1 [132kB]
取得:2 http://jp.archive.ubuntu.com/ubuntu/ lucid/universe libcurses-ui-perl 0.9607-1 [243kB]
取得:3 http://jp.archive.ubuntu.com/ubuntu/ lucid/universe sysv-rc-conf 0.99-6 [24.2kB]
399kB を 0s で取得しました (446kB/s)
未選択パッケージ libcurses-perl を選択しています。
(データベースを読み込んでいます ... 現在 239449 個のファイルとディレクトリがインストールされています。)
(.../libcurses-perl_1.28-1_i386.deb から) libcurses-perl を展開しています...
未選択パッケージ libcurses-ui-perl を選択しています。
(.../libcurses-ui-perl_0.9607-1_all.deb から) libcurses-ui-perl を展開しています...
未選択パッケージ sysv-rc-conf を選択しています。
(.../sysv-rc-conf_0.99-6_all.deb から) sysv-rc-conf を展開しています...
man-db のトリガを処理しています ...
bind9 (1:9.7.0.dfsg.P1-1) を設定しています ...
* Stopping domain name service... bind9 [ OK ]
* Starting domain name service... bind9 [ OK ]
libcurses-perl (1.28-1) を設定しています ...
libcurses-ui-perl (0.9607-1) を設定しています ...
sysv-rc-conf (0.99-6) を設定しています ...
username@sv2:/etc/bind$ sudo sysv-rc-conf
username@sv2:/etc/bind$ sudo /etc/init.d/bind9 restatrt
* Usage: /etc/init.d/bind9 {start|stop|reload|restart|force-reload|status}
username@sv2:/etc/bind$ sudo /etc/init.d/bind9 restart
* Stopping domain name service... bind9 [ OK ]
* Starting domain name service... bind9 [ OK ]
username@sv2:/etc/bind$ sudo apt-get install bum
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています
状態情報を読み取っています... 完了
以下のパッケージが自動でインストールされましたが、もう必要とされていません:
linux-headers-2.6.32-23 linux-headers-2.6.32-23-generic sdparm
これらを削除するには 'apt-get autoremove' を利用してください。
以下の特別パッケージがインストールされます:
menu
以下のパッケージが新たにインストールされます:
bum menu
アップグレード: 0 個、新規インストール: 2 個、削除: 0 個、保留: 0 個。
534kB のアーカイブを取得する必要があります。
この操作後に追加で 2,597kB のディスク容量が消費されます。
続行しますか [Y/n]? y
警告: 以下のパッケージは認証されていません!
menu bum
検証なしにこれらのパッケージをインストールしますか [y/N]? y
取得:1 http://jp.archive.ubuntu.com/ubuntu/ lucid/universe menu 2.1.43ubuntu1 [449kB]
取得:2 http://jp.archive.ubuntu.com/ubuntu/ lucid/universe bum 2.5.2-1 [85.2kB]
534kB を 0s で取得しました (1,025kB/s)
未選択パッケージ menu を選択しています。
(データベースを読み込んでいます ... 現在 239574 個のファイルとディレクトリがインストールされています。)
(.../menu_2.1.43ubuntu1_i386.deb から) menu を展開しています...
未選択パッケージ bum を選択しています。
(.../archives/bum_2.5.2-1_all.deb から) bum を展開しています...
man-db のトリガを処理しています ...
install-info のトリガを処理しています ...
doc-base のトリガを処理しています ...
Processing 1 added doc-base file(s)...
Registering documents with scrollkeeper...
python-gmenu のトリガを処理しています ...
Rebuilding /usr/share/applications/desktop.ja_JP.utf8.cache...
desktop-file-utils のトリガを処理しています ...
python-support のトリガを処理しています ...
menu (2.1.43ubuntu1) を設定しています ...
menu のトリガを処理しています ...
bum (2.5.2-1) を設定しています ...
username@sv2:/etc/bind$ sudo vim /etc/hosts
username@sv2:/etc/bind$ sudo vim /etc/resolv.conf
username@sv2:/etc/bind$ sudo vim named.conf
username@sv2:/etc/bind$ ls -al n*
-rw-r--r-- 1 root bind 463 2010-08-22 17:38 named.conf
-rw-r--r-- 1 root bind 490 2010-08-22 17:38 named.conf.default-zones
-rw-r--r-- 1 root bind 165 2010-08-22 17:38 named.conf.local
-rw-r--r-- 1 root bind 572 2010-08-22 17:38 named.conf.options
-rw-r--r-- 1 root root 2994 2010-08-22 22:15 named.root
username@sv2:/etc/bind$ grep forward * | less
grep: rndc.key: Permission denied
username@sv2:/etc/bind$ sudo vim /etc/hosts
[sudo] password for username:
username@sv2:/etc/bind$ sudo vim /etc/host.conf
username@sv2:/etc/bind$ sudo vim /etc/resolv.conf
username@sv2:/etc/bind$ sudo vim /etc/resolv.conf
username@sv2:/etc/bind$ sudo /etc/init.d/bind9 restart
* Stopping domain name service... bind9 [ OK ]
* Starting domain name service... bind9 [ OK ]
username@sv2:/etc/bind$ dig localhost
; <<>> DiG 9.7.0-P1 <<>> localhost
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 65389
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; QUESTION SECTION:
;localhost. IN A
;; ANSWER SECTION:
localhost. 604800 IN A 127.0.0.1
;; AUTHORITY SECTION:
localhost. 604800 IN NS localhost.
username@sv2:/etc/bind$ sudo vim
20100822/ db.empty named.conf.options
bind-old-backup/ db.local named.root
bind.keys db.root old-doc/
db.0 named.conf rndc.key
db.127 named.conf.default-zones tttt/
db.255 named.conf.local zones.rfc1918
username@sv2:/etc/bind$ sudo vim named.conf.options
[sudo] password for username:
username@sv2:/etc/bind$ ls -al
合計 88
drwxr-sr-x 6 root bind 4096 2010-08-23 22:14 .
drwxr-xr-x 165 root root 12288 2010-08-22 23:33 ..
drwxr-sr-x 2 root bind 4096 2010-08-22 16:15 20100822
drwxr-sr-x 2 root bind 4096 2009-09-01 16:08 bind-old-backup
-rw-r--r-- 1 root bind 601 2010-08-22 17:38 bind.keys
-rw-r--r-- 1 root bind 237 2010-08-22 17:39 db.0
-rw-r--r-- 1 root bind 271 2010-08-22 17:40 db.127
-rw-r--r-- 1 root bind 237 2010-08-22 17:38 db.255
-rw-r--r-- 1 root bind 353 2010-08-22 17:38 db.empty
-rw-r--r-- 1 root bind 270 2010-08-22 17:38 db.local
-rw-r--r-- 1 root bind 2940 2010-08-22 17:38 db.root
-rw-r--r-- 1 root bind 463 2010-08-22 17:38 named.conf
-rw-r--r-- 1 root bind 490 2010-08-22 17:38 named.conf.default-zones
-rw-r--r-- 1 root bind 165 2010-08-22 17:38 named.conf.local
-rw-r--r-- 1 root bind 875 2010-08-23 22:14 named.conf.options
-rw-r--r-- 1 root root 2994 2010-08-22 22:15 named.root
drwxr-sr-x 2 root bind 4096 2010-04-04 13:17 old-doc
-rw-r----- 1 bind bind 77 2010-08-22 16:55 rndc.key
drwxr-sr-x 2 root bind 4096 2010-08-13 06:38 tttt
-rw-r--r-- 1 root bind 1317 2010-08-22 17:38 zones.rfc1918
username@sv2:/etc/bind$ sudo cp named.conf.options named.conf.options-201008232215
[sudo] password for username:
username@sv2:/etc/bind$ sudo cp named.conf.local named.conf.local-201008232215
username@sv2:/etc/bind$ sudo cp named.conf.default-zones named.conf.default-zones-201008232215
username@sv2:/etc/bind$ sudo vim named.conf.options
username@sv2:/etc/bind$ sudo vim named.conf.options
username@sv2:/etc/bind$ named-checkconf /etc/bind
bind/ bindresvport.blacklist
username@sv2:/etc/bind$ named-checkconf /etc/bind/
20100822/ named.conf.default-zones-201008232215
bind-old-backup/ named.conf.local
bind.keys named.conf.local-201008232215
db.0 named.conf.options
db.127 named.conf.options-201008232215
db.255 named.root
db.empty old-doc/
db.local rndc.key
db.root tttt/
named.conf zones.rfc1918
named.conf.default-zones
username@sv2:/etc/bind$ named-checkconf /etc/bind/named.conf
username@sv2:/etc/bind$ sudo named-checkconf /etc/bind/named.conf
username@sv2:/etc/bind$ named-checkconf /etc/bind/named.conf
username@sv2:/etc/bind$ named-checkconf --help
username@sv2:/etc/bind$ sudo named-checkzone -o /etc/bind/
20100822/ named.conf.default-zones-201008232215
bind-old-backup/ named.conf.local
bind.keys named.conf.local-201008232215
db.0 named.conf.options
db.127 named.conf.options-201008232215
db.255 named.root
db.empty old-doc/
db.local rndc.key
db.root tttt/
named.conf zones.rfc1918
named.conf.default-zones
username@sv2:/etc/bind$ sudo vim named.conf
[sudo] password for username:
username@sv2:/etc/bind$ sudo vim named.conf.local
username@sv2:/etc/bind$ sudo vim named.conf.options
username@sv2:/etc/bind$ sudo vim named.conf.default-zones
username@sv2:/etc/bind$ sudo vim db.internal
[sudo] password for username:
username@sv2:/etc/bind$ named-checkconf /etc/bind/named.conf
username@sv2:/etc/bind$ sudo /etc/init.d/bin
bind9 binfmt-support
username@sv2:/etc/bind$ sudo /etc/init.d/bind9 restart
* Stopping domain name service... bind9 [ OK ]
* Starting domain name service... bind9 [ OK ]
username@sv2:/etc/bind$ dig example.com @127.0.0.1
; <<>> DiG 9.7.0-P1 <<>> example.com @127.0.0.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 43688
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;example.com. IN A
;; Query time: 26 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Tue Aug 24 11:11:45 2010
;; MSG SIZE rcvd: 27
username@sv2:/etc/bind$ dig example.com @127.0.0.2
; <<>> DiG 9.7.0-P1 <<>> example.com @127.0.0.2
;; global options: +cmd
;; connection timed out; no servers could be reached
username@sv2:/etc/bind$ dig example.com @localhost
; <<>> DiG 9.7.0-P1 <<>> example.com @localhost
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 49727
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;example.com. IN A
;; Query time: 1 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Tue Aug 24 11:12:32 2010
;; MSG SIZE rcvd: 27
username@sv2:/etc/bind$ named-checkzone example.com /etc/bind/db.internal
/etc/bind/db.internal:1: no current owner name
/etc/bind/db.internal:2: no current owner name
/etc/bind/db.internal:8: no current owner name
/etc/bind/db.internal:9: no current owner name
/etc/bind/db.internal:10: no current owner name
/etc/bind/db.internal:11: no current owner name
/etc/bind/db.internal:12: no current owner name
/etc/bind/db.internal:13: no current owner name
/etc/bind/db.internal:14: no current owner name
/etc/bind/db.internal:15: no current owner name
/etc/bind/db.internal:16: no current owner name
/etc/bind/db.internal:17: no current owner name
zone example.com/IN: loading from master file /etc/bind/db.internal failed: no owner
zone example.com/IN: not loaded due to errors.
username@sv2:/etc/bind$ ls -al d*
-rw-r--r-- 1 root bind 237 2010-08-22 17:39 db.0
-rw-r--r-- 1 root bind 271 2010-08-22 17:40 db.127
-rw-r--r-- 1 root bind 237 2010-08-22 17:38 db.255
-rw-r--r-- 1 root bind 353 2010-08-22 17:38 db.empty
-rw-r--r-- 1 root bind 900 2010-08-23 23:45 db.internal
-rw-r--r-- 1 root bind 270 2010-08-22 17:38 db.local
-rw-r--r-- 1 root bind 2940 2010-08-22 17:38 db.root
username@sv2:/etc/bind$ sudo ls -al d*
[sudo] password for username:
Password:
username@sv2:/etc/bind$ sudo named-checkzone example.com /etc/bind/db.internal
[sudo] password for username:
/etc/bind/db.internal:1: no current owner name
/etc/bind/db.internal:2: no current owner name
/etc/bind/db.internal:8: no current owner name
/etc/bind/db.internal:9: no current owner name
/etc/bind/db.internal:10: no current owner name
/etc/bind/db.internal:11: no current owner name
/etc/bind/db.internal:12: no current owner name
/etc/bind/db.internal:13: no current owner name
/etc/bind/db.internal:14: no current owner name
/etc/bind/db.internal:15: no current owner name
/etc/bind/db.internal:16: no current owner name
/etc/bind/db.internal:17: no current owner name
zone example.com/IN: loading from master file /etc/bind/db.internal failed: no owner
zone example.com/IN: not loaded due to errors.
username@sv2:/etc/bind$オフライン
hotohoto です。皆さん申し訳ない。
タイトルを書いているところで、うっかりenterを触りました。そうしたらあっという間に書き込みになってしまっていました。見にくくて申し訳ありません。
タイトルはこうしたかったのですが管理者様どうにかなりませんか?
「DNSの設定でnamed-checkzoneするとno current owner nameのエラーが出る」
にしたかった。
オフライン
hotohoto による投稿:
タイトルはこうしたかったのですが管理者様どうにかなりませんか?
「DNSの設定でnamed-checkzoneするとno current owner nameのエラーが出る」
にしたかった。
変更しておきました。次からは「管理者に報告」で要請してください。
本文に書いてあるだけだと、対応するのがしんどいものがあります。
オフライン
理解せずに闇雲に作業したとしか思えない記録ですね
これだと、アドバイスしようにも、情報量がほぼゼロです
(vim コマンドを実行したことは分かっても、vim でどのファイルをどう直したのかは全く不明とか)
情報として有益なのは以下のエラーメッセージだけしかありません
良い調子で設定していましたが、最後に着てエラーが出ました。
/etc/bind/db.internal:17: no current owner name
このエラーメッセージにある通り、/etc/bind/db.internal ファイルの 17行目 (またはそれ以前の行) の記述に原因があるようですが、これまた /etc/bind/db.internal ファイルの内容が一切公開されていないので、何もアドバイスできません
オフライン
ry による投稿:
理解せずに闇雲に作業したとしか思えない記録ですね
これまた・・・何もアドバイスできません
ryさんは大変よくDNS&ネットの仕組みをご存知でしょうからお尋ねしたいのですが
私のような凡人にも分かるように「どこからどのように勉強したのかとかどこかのページが
参考になるとかを知りたいのです。 よろしければ教えてもらいたい。
オフライン
hotohoto による投稿:
ryさんは大変よくDNS&ネットの仕組みをご存知でしょうからお尋ねしたいのですが
私のような凡人にも分かるように「どこからどのように勉強したのかとかどこかのページが
参考になるとかを知りたいのです。 よろしければ教えてもらいたい。
どぞつ 「DNS & BIND 第5版」
後は JPCERT 等から出るセキュリティ情報に目を配っていればおけ (IT 技術系ニュースサイトのセキュリティ情報程度でも十分)
オフライン
hotohotoです
named-checkzone example.com /etc/bind/db.internal
この問題解決しました。
エラーが出ていた件についてその原因が分かりました。
現在修正しましたところこの部分は今は正常に動くようになりました。
お騒がせしました。
原因はWEBの参考資料をそのままコピーして必要な部分だけ書き加えたのですが、
その際に行頭に4文字の半角空白があったことでした。
$TTL ・・・ でつづくところが
$TTL ・・・ となっていたのです。
そういえば、vim で編集していたときに赤い字になっていたのはその訳だった。
エディタがエラーを色付きの警告で出ているとは思いもよらず・・・。
この件ではお騒がせしました。
今は解決した問題だった部分:
コード:
user1@sv2:/etc/bind$ named-checkzone example.com /etc/bind/db.internal
/etc/bind/db.internal:1: no current owner name
/etc/bind/db.internal:2: no current owner name
/etc/bind/db.internal:8: no current owner name
/etc/bind/db.internal:9: no current owner name
/etc/bind/db.internal:10: no current owner name
/etc/bind/db.internal:11: no current owner name
/etc/bind/db.internal:12: no current owner name
/etc/bind/db.internal:13: no current owner name
/etc/bind/db.internal:14: no current owner name
/etc/bind/db.internal:15: no current owner name
/etc/bind/db.internal:16: no current owner name
/etc/bind/db.internal:17: no current owner name
/etc/bind/db.internal:18: no current owner name
zone example.com/IN: loading from master file /etc/bind/db.internal failed: no owner
zone example.com/IN: not loaded due to errors.
user1@sv2:/etc/bind$ dig example.com @127.0.0.1
オフライン