Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Dec 2022 05:15:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        desktop@FreeBSD.org
Subject:   [Bug 218750] devel/dbus:  X11 fails to start because /etc/machine-id missing under 10.3 RELEASE 2017Q2
Message-ID:  <bug-218750-39348-TbBVYouGA8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-218750-39348@https.bugs.freebsd.org/bugzilla/>
References:  <bug-218750-39348@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218750

Tatsuki Makino <tatsuki_makino@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tatsuki_makino@hotmail.com

--- Comment #8 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
Where does this consider the hard-coded value to be the highest priority?
In the case of dbus-1.14.4, it appears to be hard-coded in the following.

File: dbus-1.14.4/dbus/dbus-sysdeps-unix.c
Function:
dbus_bool_t
_dbus_read_local_machine_uuid (DBusGUID   *machine_id,
                               dbus_bool_t create_if_not_found,
                               DBusError  *error)

DBUS_MACHINE_UUID_FILE is set by configure to the following value.

-DDBUS_MACHINE_UUID_FILE=3D\""$(localstatedir)/lib/dbus/machine-id"\"

These were found in a trace of dbus-uuidgen --ensure running in
${LOCALBASE}/etc/rc.d/dbus.

I don't like /var/lib either, but if the talk of moving it to /var/db is
adopted, will all these be patched or a symlink-maze :) created?

--=20
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218750-39348-TbBVYouGA8>