mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 07:01:13 +02:00
A few weeks ago, dbus-uuidgen command was removed from the platform/init/dbus.conf script, but after the "upgrade-everything-to-Karmic" change, I think generating the uuid has become mandatorty again. Without the uuid file (/var/lib/dbus/machine-id), ibus-daemon which uses D-Bus as its IPC channel does not work at all. I'm not sure but possibly the same is true for dbus-daemon? chronos@localhost:/home/chronos$ ibus-daemon process 2254: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or directory See the manual page for dbus-uuidgen to correct this issue. BUG=1127 TEST=On xterm, run /usr/bin/ibus-setup and verify the command does not show an error like "ibus-daemon is not working." Review URL: http://codereview.chromium.org/508018
Description
Languages
Shell
93.1%
Python
6.9%