質問編集履歴
2
URLをリンクにしました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,6 +8,6 @@
|
|
8
8
|
>named.service: New main PID xxx does not belong to service, and PID file is not owned by root. Refusing.
|
9
9
|
```
|
10
10
|
以下に該当しそうな気がしますが、確認できませんでした。。
|
11
|
-
https://access.redhat.com/solutions/4420581
|
11
|
+
[https://access.redhat.com/solutions/4420581](https://access.redhat.com/solutions/4420581)
|
12
12
|
|
13
13
|
bind以外のサービス起動でも同様のエラーが出ますので、設定ファイルというよりはosのバージョンに起因するものと思われますが、分かりますでしょうか。
|
1
コマンドを間違えていたので一部修正しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,8 +3,9 @@
|
|
3
3
|
# cat /etc/centos-release
|
4
4
|
>CentOS Linux release 8.1.1911 (Core)
|
5
5
|
|
6
|
-
#
|
6
|
+
# systemctl start named-chroot
|
7
|
+
# systemctl status named-chroot <以下表示結果を一部抜粋>
|
7
|
-
named.service: New main PID xxx does not belong to service, and PID file is not owned by root. Refusing.
|
8
|
+
>named.service: New main PID xxx does not belong to service, and PID file is not owned by root. Refusing.
|
8
9
|
```
|
9
10
|
以下に該当しそうな気がしますが、確認できませんでした。。
|
10
11
|
https://access.redhat.com/solutions/4420581
|