[arch-general] systemd problems
David Runge
dave at sleepmap.de
Thu Oct 13 09:35:07 UTC 2016
Hi Peter,
On 2016-10-13 08:37:13 (+0200), Peter Nabbefeld wrote:
>
> Hello,
>
> I've got problems with bluetooth (service does not start), which seem to be
> caused by systemd problems, as several services are "dead".
you might want to check the log output of those services then.
>
> Output of info --test´ is at https://dpaste.de/LC2h
That's not very helpful (especially now that the formatting is gone) or
specific (enough).
Try (as root):
systemctl --all --full |grep failed
to see which services failed.
Check their status:
systemctl status --all --full $name_of_service [ $name_of_service ]
Attach journalctl to the service (in another shell instance), before
trying to restart it:
journalctl -f -u $name_of_service
then:
systemctl restart $name_of_service
The above outputs should give you enough information to track down the
problem (hopefully).
>
> Kind regards
> Peter
Best,
David
--
https://sleepmap.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <https://lists.archlinux.org/pipermail/arch-general/attachments/20161013/08110803/attachment.asc>
More information about the arch-general
mailing list