質問編集履歴

2

journalctl -xe# journalctl -xe の実行

2017/05/31 04:41

投稿

ThsRyu
ThsRyu

スコア14

test CHANGED
File without changes
test CHANGED
@@ -83,3 +83,27 @@
83
83
 
84
84
 
85
85
  ```
86
+
87
+
88
+
89
+ ###journalctl -xe# journalctl -xe 実行の結果
90
+
91
+ ```
92
+
93
+ -- Unit session-185.scope has begun starting up.
94
+
95
+ 5月 31 22:01:01 abc.local CROND[25196]: (root) CMD (run-parts /etc/cron.hourly)
96
+
97
+ 5月 31 22:01:01 abc.local run-parts(/etc/cron.hourly)[25199]: starting 0anacron
98
+
99
+ 5月 31 22:01:01 abc.local run-parts(/etc/cron.hourly)[25205]: finished 0anacron
100
+
101
+ 5月 31 22:01:01 abc.local systemd[1]: Removed slice user-0.slice.
102
+
103
+ -- Subject: Unit user-0.slice has finished shutting down
104
+
105
+ -- Defined-By: systemd
106
+
107
+
108
+
109
+ ```

1

systemctl restart mysqldの実行結果追加

2017/05/31 04:41

投稿

ThsRyu
ThsRyu

スコア14

test CHANGED
File without changes
test CHANGED
@@ -45,3 +45,41 @@
45
45
  ご教授お願いいたします
46
46
 
47
47
  ```
48
+
49
+ ###systemctl restart mysqld 実行の結果
50
+
51
+ ```
52
+
53
+ Active: failed (Result: start-limit) since 水 2017-05-31 21:41:45 JST; 43min ago
54
+
55
+ Docs: man:mysqld(8)
56
+
57
+ http://dev.mysqal.com/doc/redfman/en/using-systemfd.html
58
+
59
+ Process: 25016 ExecStart=/usr/sbin/mysqld --daemonize --pid-file=/var/run/mysqld/mysqld.pid $MYSQLD_OPTS (code=exited, status=1/FAILURE)
60
+
61
+ Process: 24994 ExecStartPre=/usr/bin/mysqld_pre_systemd (code=exited, status=0/SUCCESS)
62
+
63
+ Main PID: 23920 (code=exited, status=0/SUCCESS)
64
+
65
+
66
+
67
+ 5月 31 21:41:45 abc.local systemd[1]: Failed to start MySQL Server.
68
+
69
+ 5月 31 21:41:45 abc.local systemd[1]: Unit mysqld.service entered failed state.
70
+
71
+ 5月 31 21:41:45 abc.local systemd[1]: mysqld.service failed.
72
+
73
+ 5月 31 21:41:45 abc.local systemd[1]: mysqld.service holdoff time over, scheduling restart.
74
+
75
+ 5月 31 21:41:45 abc.local systemd[1]: start request repeated too quickly for mysqld.service
76
+
77
+ 5月 31 21:41:45 abc.local systemd[1]: Failed to start MySQL Server.
78
+
79
+ 5月 31 21:41:45 abc.local systemd[1]: Unit mysqld.service entered failed state.
80
+
81
+ 5月 31 21:41:45 abc.local systemd[1]: mysqld.service failed.
82
+
83
+
84
+
85
+ ```