Re: [PATCH] unit: don't specify tcp hostname in dbus config

Denis Kenzior <[email protected]> Thu, 20 Jun 2024 10:01:57 -0500
Newsgroups dev.linux.lists.ell
Message-ID <[email protected]>
Hi Martin,

On 6/17/24 7:29 AM, Martin Hundebøll wrote:
> Testing dbus with no network interfaces available on the host fails
> with:
>    dbus-daemon[291]: Failed to start message bus: Failed to lookup host/port: "*:14046": Name or service not known (-2)
> 
> Seems like "*" isn't a valid hostname in such cases:
>    https://bugs.freedesktop.org/show_bug.cgi?id=28979
> 
> According to the linked issue, the fix is to simply omit the host= and
> bind= parameters in the config.
> ---
>   unit/dbus.conf | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks.

Regards,
-Denis