All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ] Avoid spurious warnings when dbus.service stops
@ 2025-03-10 11:47 Andrew Sayers
  2025-03-10 13:27 ` [BlueZ] " bluez.test.bot
  2025-03-12 16:50 ` [PATCH BlueZ] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: Andrew Sayers @ 2025-03-10 11:47 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Andrew Sayers

The systemd services generates a warning when it loses
ownership of its D-Bus name, which happens routinely
when dbus.service exits (e.g. when the user logs out).
---
 tools/mpris-proxy.service.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/mpris-proxy.service.in b/tools/mpris-proxy.service.in
index 530749094..c49d255b3 100644
--- a/tools/mpris-proxy.service.in
+++ b/tools/mpris-proxy.service.in
@@ -3,7 +3,7 @@ Description=Bluetooth mpris proxy
 Documentation=man:mpris-proxy(1)
 
 Wants=dbus.socket
-After=dbus.socket
+After=dbus.socket dbus.service
 
 [Service]
 Type=simple
-- 
2.47.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: [BlueZ] Avoid spurious warnings when dbus.service stops
  2025-03-10 11:47 [PATCH BlueZ] Avoid spurious warnings when dbus.service stops Andrew Sayers
@ 2025-03-10 13:27 ` bluez.test.bot
  2025-03-12 16:50 ` [PATCH BlueZ] " patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2025-03-10 13:27 UTC (permalink / raw)
  To: linux-bluetooth, kernel.org

[-- Attachment #1: Type: text/plain, Size: 1260 bytes --]

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=942219

---Test result---

Test Summary:
CheckPatch                    PENDING   0.19 seconds
GitLint                       PENDING   0.21 seconds
BuildEll                      PASS      20.45 seconds
BluezMake                     PASS      1506.61 seconds
MakeCheck                     PASS      13.11 seconds
MakeDistcheck                 PASS      160.81 seconds
CheckValgrind                 PASS      214.94 seconds
CheckSmatch                   PASS      287.50 seconds
bluezmakeextell               PASS      98.37 seconds
IncrementalBuild              PENDING   0.26 seconds
ScanBuild                     PASS      864.38 seconds

Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:

##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:

##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:



---
Regards,
Linux Bluetooth


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH BlueZ] Avoid spurious warnings when dbus.service stops
  2025-03-10 11:47 [PATCH BlueZ] Avoid spurious warnings when dbus.service stops Andrew Sayers
  2025-03-10 13:27 ` [BlueZ] " bluez.test.bot
@ 2025-03-12 16:50 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2025-03-12 16:50 UTC (permalink / raw)
  To: Andrew Sayers; +Cc: linux-bluetooth

Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Mon, 10 Mar 2025 11:47:19 +0000 you wrote:
> The systemd services generates a warning when it loses
> ownership of its D-Bus name, which happens routinely
> when dbus.service exits (e.g. when the user logs out).
> ---
>  tools/mpris-proxy.service.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [BlueZ] Avoid spurious warnings when dbus.service stops
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=8e835a685935

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-03-12 16:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-10 11:47 [PATCH BlueZ] Avoid spurious warnings when dbus.service stops Andrew Sayers
2025-03-10 13:27 ` [BlueZ] " bluez.test.bot
2025-03-12 16:50 ` [PATCH BlueZ] " patchwork-bot+bluetooth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.