Bug 71959 - Double sent hello message on remote execution with stdio bridge
Summary: Double sent hello message on remote execution with stdio bridge
Status: RESOLVED NOTABUG
Alias: None
Product: systemd
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: systemd-bugs
QA Contact: systemd-bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-24 11:00 UTC by Umut Tezduyar
Modified: 2013-11-25 21:38 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Umut Tezduyar 2013-11-24 11:00:36 UTC
If I am not mistaken, remote execution with -H sends 2 Hello messages to the dbus. 1 coming with the bus initialization, other coming from the stdio bridge. 

Can someone double check this please?
Comment 1 Lennart Poettering 2013-11-25 21:38:18 UTC
Hmm, no. In stdio-bridge we create the bus connections with sd_bus_new() and do not invoke sd_bus_set_bus_client() on them. This means no hello message is sent from stdio-bridge itself, on the real clients hello message is followed.

Closing.

(Feel free to reopen if you really noticed duplicate hello messages to be received.)


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.