回答編集履歴

1

代替機能の起動失敗の追記

2017/07/20 08:45

投稿

moitaro
moitaro

スコア443

test CHANGED
@@ -4,13 +4,55 @@
4
4
 
5
5
  https://centossrv.com/mariadb.shtml
6
6
 
7
- を参考にしながらやってみてOpenMeeting動作しなかった場合にこちらに問い合わせれば
7
+ を参考にしながらやってみているのです
8
8
 
9
- 良かったですね……
9
+ ```
10
+
11
+ [root@localhost ~]# systemctl start mariadb
12
+
13
+ Job for mariadb.service failed. See 'systemctl status mariadb.service' and 'journalctl -xn' for details.
14
+
15
+ [root@localhost ~]# systemctl status mariadb
16
+
17
+ mariadb.service - MariaDB database server
18
+
19
+ Loaded: loaded (/usr/lib/systemd/system/mariadb.service; disabled)
20
+
21
+ Active: failed (Result: exit-code) since \u6728 2017-07-20 17:42:14 JST; 51s ago
22
+
23
+ Process: 5581 ExecStartPre=/usr/libexec/mariadb-prepare-db-dir %n (code=exited, status=1/FAILURE)
10
24
 
11
25
 
12
26
 
27
+ 7\u6708 20 17:42:14 localhost.localdomain mariadb-prepare-db-dir[5581]: https:/...
28
+
29
+ 7\u6708 20 17:42:14 localhost.localdomain mariadb-prepare-db-dir[5581]: MariaDB...
30
+
31
+ 7\u6708 20 17:42:14 localhost.localdomain mariadb-prepare-db-dir[5581]: email l...
32
+
33
+ 7\u6708 20 17:42:14 localhost.localdomain mariadb-prepare-db-dir[5581]: Please ...
34
+
35
+ 7\u6708 20 17:42:14 localhost.localdomain mariadb-prepare-db-dir[5581]: at http...
36
+
37
+ 7\u6708 20 17:42:14 localhost.localdomain mariadb-prepare-db-dir[5581]: Initial...
38
+
39
+ 7\u6708 20 17:42:14 localhost.localdomain mariadb-prepare-db-dir[5581]: Perhaps...
40
+
41
+ 7\u6708 20 17:42:14 localhost.localdomain systemd[1]: mariadb.service: control ...
42
+
43
+ 7\u6708 20 17:42:14 localhost.localdomain systemd[1]: Failed to start MariaDB d...
44
+
45
+ 7\u6708 20 17:42:14 localhost.localdomain systemd[1]: Unit mariadb.service ente...
46
+
47
+ Hint: Some lines were ellipsized, use -l to show in full.
48
+
13
- 失礼しました。
49
+ ```
50
+
51
+ と上手く起動させられないのです……
52
+
53
+
54
+
55
+
14
56
 
15
57
 
16
58