質問編集履歴
2
追加情報を記載しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -89,3 +89,47 @@
|
|
89
89
|
10月 09 13:34:30 raspberrypi systemd[1]: shutdownbuttond.service: Failed with re s
|
90
90
|
|
91
91
|
```
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
##追加情報
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
**pi@raspberrypi:/usr/lib/systemd/system $ systemctl -t service**
|
100
|
+
|
101
|
+
このコマンドを実行すると、fail状態となっていました。
|
102
|
+
|
103
|
+
⇒昨日までは、activeとなっていました。
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
**pi@raspberrypi:/usr/lib/systemd/system $ systemctl enable shutdownbuttond.service**
|
108
|
+
|
109
|
+
このコマンドを実行すると、次のメッセージが表示されます。
|
110
|
+
|
111
|
+
⇒昨日までは何も表示されませんでした。
|
112
|
+
|
113
|
+
```html
|
114
|
+
|
115
|
+
==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-unit-files ===
|
116
|
+
|
117
|
+
Authentication is required to manage system service or unit files.
|
118
|
+
|
119
|
+
Multiple identities can be used for authentication:
|
120
|
+
|
121
|
+
1. ,,, (pi)
|
122
|
+
|
123
|
+
2. root
|
124
|
+
|
125
|
+
Choose identity to authenticate as (1-2): 2
|
126
|
+
|
127
|
+
Password:
|
128
|
+
|
129
|
+
polkit-agent-helper-1: pam_authenticate failed: Authentication failure
|
130
|
+
|
131
|
+
==== AUTHENTICATION FAILED ===
|
132
|
+
|
133
|
+
Failed to enable unit: Access denied
|
134
|
+
|
135
|
+
```
|
1
エラー内容を更新しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -56,6 +56,8 @@
|
|
56
56
|
|
57
57
|
```html
|
58
58
|
|
59
|
+
pi@raspberrypi:~/dev $ sudo systemctl status shutdownbuttond.service
|
60
|
+
|
59
61
|
● shutdownbuttond.service - Shutdown Daemon
|
60
62
|
|
61
63
|
Loaded: loaded (/usr/lib/systemd/system/shutdownbuttond.service; enabled; ven
|
@@ -66,4 +68,24 @@
|
|
66
68
|
|
67
69
|
Main PID: 416 (code=exited, status=203/EXEC)
|
68
70
|
|
71
|
+
|
72
|
+
|
73
|
+
10月 09 13:34:29 raspberrypi systemd[1]: shutdownbuttond.service: Main process e x
|
74
|
+
|
75
|
+
10月 09 13:34:29 raspberrypi systemd[1]: shutdownbuttond.service: Unit entered f a
|
76
|
+
|
77
|
+
10月 09 13:34:29 raspberrypi systemd[1]: shutdownbuttond.service: Failed with re s
|
78
|
+
|
79
|
+
10月 09 13:34:30 raspberrypi systemd[1]: shutdownbuttond.service: Service hold-o f
|
80
|
+
|
81
|
+
10月 09 13:34:30 raspberrypi systemd[1]: Stopped Shutdown Daemon.
|
82
|
+
|
83
|
+
10月 09 13:34:30 raspberrypi systemd[1]: shutdownbuttond.service: Start request r
|
84
|
+
|
85
|
+
10月 09 13:34:30 raspberrypi systemd[1]: Failed to start Shutdown Daemon.
|
86
|
+
|
87
|
+
10月 09 13:34:30 raspberrypi systemd[1]: shutdownbuttond.service: Unit entered f a
|
88
|
+
|
89
|
+
10月 09 13:34:30 raspberrypi systemd[1]: shutdownbuttond.service: Failed with re s
|
90
|
+
|
69
91
|
```
|