← Back to team overview

touch-packages team mailing list archive

[Bug 1409129] Re: Drop usage of udev-bridge via events-bridge

 

** Branch linked: lp:~xnox/update-notifier/lp1409129

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to upstart in Ubuntu.
https://bugs.launchpad.net/bugs/1409129

Title:
  Drop usage of udev-bridge via events-bridge

Status in update-notifier package in Ubuntu:
  New
Status in upstart package in Ubuntu:
  New

Bug description:
  Currently there is udev-bridge that connects to system upstart and
  emits "*-device-changed" events and related. User session init has an
  events bridge that connects to system upstart and listen on event, and
  re-emits them to session upstart.

  udev socket <- udev-bridge -> system upstart <- events-bridge ->
  session upstart

  But when system upstart is gone, this falls apart... thus I'm
  proposing to run udev-bridge on the session-upstart

  udev socket <- udev-bridge -> session upstart

  This would mean that udev events on the session upstart can be
  interpreted as:

  block-device-changed

  instead of current:

  :sys:block-device-changed

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


References