質問編集履歴
1
エラーの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,6 +8,44 @@
|
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
エラー文
|
11
|
+
```mongodb起動時のエラー文
|
12
12
|
|
13
13
|
Job for mongod.service failed because the control process exited with error code. See "systemctl status mongod.service" and "journalctl -xe" for details.
|
14
|
+
|
15
|
+
```
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
```systemctl status mongod.serviceで表示されたエラー
|
20
|
+
|
21
|
+
mongod.service - High-performance, schema-free document-oriented database
|
22
|
+
|
23
|
+
Loaded: loaded (/usr/lib/systemd/system/mongod.service; enabled; vendor preset: disabled)
|
24
|
+
|
25
|
+
Active: failed (Result: exit-code) since 火 2018-06-12 17:53:01 JST; 7min ago
|
26
|
+
|
27
|
+
Docs: https://docs.mongodb.org/manual
|
28
|
+
|
29
|
+
Process: 21240 ExecStart=/usr/bin/mongod $OPTIONS (code=exited, status=2)
|
30
|
+
|
31
|
+
Process: 21238 ExecStartPre=/usr/bin/chmod 0755 /var/run/mongodb (code=exited, status=0/SUCCESS)
|
32
|
+
|
33
|
+
Process: 21236 ExecStartPre=/usr/bin/chown mongod:mongod /var/run/mongodb (code=exited, status=0/SUCCESS)
|
34
|
+
|
35
|
+
Process: 21235 ExecStartPre=/usr/bin/mkdir -p /var/run/mongodb (code=exited, status=0/SUCCESS)
|
36
|
+
|
37
|
+
Main PID: 21161 (code=exited, status=0/SUCCESS)
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
6月 12 17:53:01 【VPSアドレス】 systemd[1]: Starting High-performance, schema-free document-oriented database...
|
42
|
+
|
43
|
+
6月 12 17:53:01 【VPSアドレス】 systemd[1]: mongod.service: control process exited, code=exited status=2
|
44
|
+
|
45
|
+
6月 12 17:53:01 【VPSアドレス】 systemd[1]: Failed to start High-performance, schema-free document-oriented database.
|
46
|
+
|
47
|
+
6月 12 17:53:01 【VPSアドレス】 systemd[1]: Unit mongod.service entered failed state.
|
48
|
+
|
49
|
+
6月 12 17:53:01 【VPSアドレス】 systemd[1]: mongod.service failed.
|
50
|
+
|
51
|
+
```
|