You are not logged in.

#1 2013-01-05 20:41:02

toni
Member
Registered: 2011-10-15
Posts: 437

[SOLVED] Activation via systemd failed for unit dbus-org.bluez.service

Hi all,
In /var/log/daemon.log, I have encountered below error:

localhost dbus-daemon[428]: dbus[428]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.

So I have done:

$systemctl status dbus-org.bluez.service

dbus-org.bluez.service
	  Loaded: error (Reason: No such file or directory)
	  Active: inactive (dead)

How can I solve it?

Last edited by toni (2013-01-06 02:45:52)

Offline

#2 2013-01-05 21:25:50

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [SOLVED] Activation via systemd failed for unit dbus-org.bluez.service

Please use the google, we are not your seach engine servants.

Maybe this can show you how this is done.

Offline

#3 2013-01-06 02:43:39

toni
Member
Registered: 2011-10-15
Posts: 437

Re: [SOLVED] Activation via systemd failed for unit dbus-org.bluez.service

I have already spent a lot of time searching information in google without no luck before posting the issue here. Anyway, you are not obliged to help me if you do not desire. I do not think that you are my servants, please, you do not get me wrong. You could have been more polite.

I have just found the solution here so I would like to share it with the Arch community here as I always do.

Solution is to execute the following command:

systemctl enable bluetooth.service

As it is said in the above link, it creates the missing Alias (symlink) dbus-org.bluez.service in /etc/systemd/system.

After that, you can check its status by doing:

$ systemctl status dbus-org.bluez.service
bluetooth.service - Bluetooth service
	  Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled)
	  Active: active (running) since dom, 2013-01-06 03:24:53 CET; 20min ago
	Main PID: 1651 (bluetoothd)
	  CGroup: name=systemd:/system/bluetooth.service
		  └─1651 /usr/sbin/bluetoothd -n

to see that it works.

WonderWoofy wrote:

Please use the google, we are not your seach engine servants.

Maybe this can show you how this is done.

Offline

#4 2015-01-16 18:17:58

TE
Member
Registered: 2014-06-21
Posts: 78

Re: [SOLVED] Activation via systemd failed for unit dbus-org.bluez.service

I know this is a necro-bump to a 2 year old post -- this thread and the linked FS#3247 task are the top two Google hits for this issue, and fixed my problem straightaway. Thanks toni. smile

Offline

#5 2015-01-16 18:31:01

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] Activation via systemd failed for unit dbus-org.bluez.service

So, you necrobump a solved thread with an empty post? Don't.
https://wiki.archlinux.org/index.php/Fo … Bumping.27



Closing


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB