Salut à tous.
Voici le service "bthelper@hci0" :
Et le service "lighdm" :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12 ~> systemctl status bthelper@hci0.service ● bthelper@hci0.service - Raspberry Pi bluetooth helper Loaded: loaded (/lib/systemd/system/bthelper@.service; static; vendor preset: enabled) Active: failed (Result: exit-code) since Mon 2020-09-28 20:50:35 CEST; 5min ago Process: 788 ExecStart=/usr/bin/bthelper hci0 (code=exited, status=1/FAILURE) Main PID: 788 (code=exited, status=1/FAILURE) sept. 28 20:50:35 raspberrypi systemd[1]: Started Raspberry Pi bluetooth helper. sept. 28 20:50:35 raspberrypi bthelper[788]: Can't init device hci0: Operation not possible due to RF-kill (132) sept. 28 20:50:35 raspberrypi systemd[1]: bthelper@hci0.service: Main process exited, code=exited, status=1/FAILURE sept. 28 20:50:35 raspberrypi systemd[1]: bthelper@hci0.service: Failed with result 'exit-code'. ~>
Il me semble que le premier concerne bluetooth, le second, je ne le connais pas.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18 ~> systemctl status lightdm.service ● lightdm.service - Light Display Manager Loaded: loaded (/lib/systemd/system/lightdm.service; indirect; vendor preset: enabled) Active: failed (Result: exit-code) since Mon 2020-09-28 20:50:53 CEST; 5min ago Docs: man:lightdm(1) Process: 974 ExecStartPre=/bin/sh -c [ "$(cat /etc/X11/default-display-manager 2>/dev/null)" = "/usr/sbin/lightdm" ] (code=exited, status=0/ Process: 978 ExecStart=/usr/sbin/lightdm (code=exited, status=1/FAILURE) Main PID: 978 (code=exited, status=1/FAILURE) sept. 28 20:50:52 raspberrypi systemd[1]: lightdm.service: Failed with result 'exit-code'. sept. 28 20:50:53 raspberrypi systemd[1]: lightdm.service: Service RestartSec=100ms expired, scheduling restart. sept. 28 20:50:53 raspberrypi systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 5. sept. 28 20:50:53 raspberrypi systemd[1]: Stopped Light Display Manager. sept. 28 20:50:53 raspberrypi systemd[1]: lightdm.service: Start request repeated too quickly. sept. 28 20:50:53 raspberrypi systemd[1]: lightdm.service: Failed with result 'exit-code'. sept. 28 20:50:53 raspberrypi systemd[1]: Failed to start Light Display Manager. sept. 28 20:50:53 raspberrypi systemd[1]: lightdm.service: Triggering OnFailure= dependencies. ~>
Comment résoudre ces deux problèmes ?
@+
Partager