Bug 71959

Summary: Double sent hello message on remote execution with stdio bridge
Product: systemd Reporter: Umut Tezduyar <umut>
Component: generalAssignee: systemd-bugs
Status: RESOLVED NOTABUG QA Contact: systemd-bugs
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

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.