質問編集履歴
2
URLをリンクにしました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
以下に該当しそうな気がしますが、確認できませんでした。。
|
20
20
|
|
21
|
-
https://access.redhat.com/solutions/4420581
|
21
|
+
[https://access.redhat.com/solutions/4420581](https://access.redhat.com/solutions/4420581)
|
22
22
|
|
23
23
|
|
24
24
|
|
1
コマンドを間違えていたので一部修正しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,9 +8,11 @@
|
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
#
|
11
|
+
# systemctl start named-chroot
|
12
12
|
|
13
|
+
# systemctl status named-chroot <以下表示結果を一部抜粋>
|
14
|
+
|
13
|
-
named.service: New main PID xxx does not belong to service, and PID file is not owned by root. Refusing.
|
15
|
+
>named.service: New main PID xxx does not belong to service, and PID file is not owned by root. Refusing.
|
14
16
|
|
15
17
|
```
|
16
18
|
|