While this system was installed with an unofficial remix of Ubuntu, it
does seem like there may be a missing fallback option with update-
manager. Here's the source code of the Traceback:

        # a stable machine uniq id
        try:
            with open(self.UNIQ_MACHINE_ID_FILE) as f:
                self.machine_uniq_id = f.read()
        except FileNotFoundError:
            with open(self.UNIQ_MACHINE_ID_FILE_FALLBACK) as f:
                self.machine_uniq_id = f.read()

Perhaps the fallback machine_uniq_id should be one that installs all
updates which are being phased.

** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1899269

Title:
  update-manager crashed with FileNotFoundError in __init__(): [Errno 2]
  Aucun fichier ou dossier de ce type: '/var/lib/dbus/machine-id'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1899269/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to