teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

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

2017/07/20 08:45

投稿

moitaro
moitaro

スコア443

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