[Touch-packages] [Bug 1777099] Re: [backport] DRM devices opened by logind stay referenced indefinitely by PID 1

2019-03-19 Thread Yuan-Chen Cheng
** Changed in: oem-priority
   Status: Triaged => Fix Released

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

Title:
  [backport] DRM devices opened by logind stay referenced indefinitely
  by PID 1

Status in OEM Priority Project:
  Fix Released
Status in systemd:
  Fix Released
Status in systemd package in Ubuntu:
  Fix Released
Status in systemd source package in Bionic:
  Fix Released

Bug description:
  [Impact]

   * It should be possible to change DRM driver without rebooting.
   * It should be possible to correctly suspend & resume, whilst preserving 
driver state.
   * This bug is for userspace/logind fixes, required to get above working.
   * Related kernel change is 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1778658
   * 
https://github.com/torvalds/linux/commit/5775b843a619b3c93f946e2b55a208d9f0f48b59

  [Test Case]

   * Test and verify that on machines with Nvidia discrete graphics, one
  can change performance/power-saving modes without rebooting.

  [Regression Potential]

   * There are changes to the fd handling that are passed to logind. At
  worst, fd to the NVIDIA driver will still be held, and thus one would
  continue to not be able to switch graphics modes without rebooting.

  [Other Info]
   
   * original bug report:

  refer to https://github.com/systemd/systemd/issues/6908

  we need that solution to make NVIDIA dGPU switching works.

  impacted issue:
  https://bugs.launchpad.net/somerville/+bug/1774326

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1777099/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1777099] Re: [backport] DRM devices opened by logind stay referenced indefinitely by PID 1

2018-08-07 Thread Amr Ibrahim
** Changed in: systemd (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  [backport] DRM devices opened by logind stay referenced indefinitely
  by PID 1

Status in OEM Priority Project:
  Triaged
Status in systemd:
  Fix Released
Status in systemd package in Ubuntu:
  Fix Released
Status in systemd source package in Bionic:
  Fix Released

Bug description:
  [Impact]

   * It should be possible to change DRM driver without rebooting.
   * It should be possible to correctly suspend & resume, whilst preserving 
driver state.
   * This bug is for userspace/logind fixes, required to get above working.
   * Related kernel change is 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1778658
   * 
https://github.com/torvalds/linux/commit/5775b843a619b3c93f946e2b55a208d9f0f48b59

  [Test Case]

   * Test and verify that on machines with Nvidia discrete graphics, one
  can change performance/power-saving modes without rebooting.

  [Regression Potential]

   * There are changes to the fd handling that are passed to logind. At
  worst, fd to the NVIDIA driver will still be held, and thus one would
  continue to not be able to switch graphics modes without rebooting.

  [Other Info]
   
   * original bug report:

  refer to https://github.com/systemd/systemd/issues/6908

  we need that solution to make NVIDIA dGPU switching works.

  impacted issue:
  https://bugs.launchpad.net/somerville/+bug/1774326

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1777099/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1777099] Re: [backport] DRM devices opened by logind stay referenced indefinitely by PID 1

2018-07-19 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 237-3ubuntu10.2

---
systemd (237-3ubuntu10.2) bionic; urgency=medium

  * logind: backport v238/v239 fixes for handling DRM devices.
These changes introduce all the fixes that correct handling of open fd's
related to the DRM devices, as used by for example NVIDIA GPUs. This 
backport
includes some refactoring, corrections, and comment updates. This to insure
that correct history is preserved, code comments match reality, and to ease
backporting logind fixes in the future SRUs. (LP: #1777099)
  * Disable dh_installinit generation of tmpfiles for the systemd package.
Replace with a manual safe call to systemd-tmpfiles which will process any
updates to the tmpfiles shipped by systemd package, taking into account any
overrides shipped by other packages, sysadmin, or specified in the runtime
directories. (LP: #1748147)

systemd (237-3ubuntu10.1) bionic; urgency=medium

  [ Dimitri John Ledkov ]
  * hwdb: Fix wlan/rfkill keycode on Dell systems. (LP: #1762385)
  * Cherrypick upstream fix for corrected detection of Virtualbox & Xen.
(LP: #1768104)
  * Further improve captive portal workarounds.
Retry any NXDOMAIN results with lower feature levels, instead of just those
with 'secure' in the domain name. (LP: #1766969)

  [ Michael Biebl ]
  * Add dependencies of libsystemd-shared to Pre-Depends.
This is necessary so systemctl is functional at all times during a
dist-upgrade. (Closes: #897986) (LP: #1771791)

  [ Mario Limonciello ]
  * Fix hibernate disk offsets.
Configure resume offset via sysfs, to enable resume from a swapfile.
(LP: #1760106)

 -- Dimitri John Ledkov    Fri, 22 Jun 2018 13:55:09
+0100

** Changed in: systemd (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

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

Title:
  [backport] DRM devices opened by logind stay referenced indefinitely
  by PID 1

Status in OEM Priority Project:
  Triaged
Status in systemd:
  Fix Released
Status in systemd package in Ubuntu:
  Fix Committed
Status in systemd source package in Bionic:
  Fix Released

Bug description:
  [Impact]

   * It should be possible to change DRM driver without rebooting.
   * It should be possible to correctly suspend & resume, whilst preserving 
driver state.
   * This bug is for userspace/logind fixes, required to get above working.
   * Related kernel change is 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1778658
   * 
https://github.com/torvalds/linux/commit/5775b843a619b3c93f946e2b55a208d9f0f48b59

  [Test Case]

   * Test and verify that on machines with Nvidia discrete graphics, one
  can change performance/power-saving modes without rebooting.

  [Regression Potential]

   * There are changes to the fd handling that are passed to logind. At
  worst, fd to the NVIDIA driver will still be held, and thus one would
  continue to not be able to switch graphics modes without rebooting.

  [Other Info]
   
   * original bug report:

  refer to https://github.com/systemd/systemd/issues/6908

  we need that solution to make NVIDIA dGPU switching works.

  impacted issue:
  https://bugs.launchpad.net/somerville/+bug/1774326

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1777099/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1777099] Re: [backport] DRM devices opened by logind stay referenced indefinitely by PID 1

2018-07-04 Thread Alberto Milone
I have tested the new packages here, and I can confirm that they solve
the problem.

** Tags removed: verification-needed verification-needed-bionic
** Tags added: verification-done verification-done-bionic

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

Title:
  [backport] DRM devices opened by logind stay referenced indefinitely
  by PID 1

Status in OEM Priority Project:
  Triaged
Status in systemd:
  Fix Released
Status in systemd package in Ubuntu:
  Fix Committed
Status in systemd source package in Bionic:
  Fix Committed

Bug description:
  [Impact]

   * It should be possible to change DRM driver without rebooting.
   * It should be possible to correctly suspend & resume, whilst preserving 
driver state.
   * This bug is for userspace/logind fixes, required to get above working.
   * Related kernel change is 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1778658
   * 
https://github.com/torvalds/linux/commit/5775b843a619b3c93f946e2b55a208d9f0f48b59

  [Test Case]

   * Test and verify that on machines with Nvidia discrete graphics, one
  can change performance/power-saving modes without rebooting.

  [Regression Potential]

   * There are changes to the fd handling that are passed to logind. At
  worst, fd to the NVIDIA driver will still be held, and thus one would
  continue to not be able to switch graphics modes without rebooting.

  [Other Info]
   
   * original bug report:

  refer to https://github.com/systemd/systemd/issues/6908

  we need that solution to make NVIDIA dGPU switching works.

  impacted issue:
  https://bugs.launchpad.net/somerville/+bug/1774326

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1777099/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1777099] Re: [backport] DRM devices opened by logind stay referenced indefinitely by PID 1

2018-07-03 Thread Yuan-Chen Cheng
** Changed in: oem-priority
   Status: New => Triaged

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

Title:
  [backport] DRM devices opened by logind stay referenced indefinitely
  by PID 1

Status in OEM Priority Project:
  Triaged
Status in systemd:
  Fix Released
Status in systemd package in Ubuntu:
  Fix Committed
Status in systemd source package in Bionic:
  Fix Committed

Bug description:
  [Impact]

   * It should be possible to change DRM driver without rebooting.
   * It should be possible to correctly suspend & resume, whilst preserving 
driver state.
   * This bug is for userspace/logind fixes, required to get above working.
   * Related kernel change is 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1778658
   * 
https://github.com/torvalds/linux/commit/5775b843a619b3c93f946e2b55a208d9f0f48b59

  [Test Case]

   * Test and verify that on machines with Nvidia discrete graphics, one
  can change performance/power-saving modes without rebooting.

  [Regression Potential]

   * There are changes to the fd handling that are passed to logind. At
  worst, fd to the NVIDIA driver will still be held, and thus one would
  continue to not be able to switch graphics modes without rebooting.

  [Other Info]
   
   * original bug report:

  refer to https://github.com/systemd/systemd/issues/6908

  we need that solution to make NVIDIA dGPU switching works.

  impacted issue:
  https://bugs.launchpad.net/somerville/+bug/1774326

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1777099/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1777099] Re: [backport] DRM devices opened by logind stay referenced indefinitely by PID 1

2018-07-03 Thread Steve Langasek
Hello Alex, or anyone else affected,

Accepted systemd into bionic-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/systemd/237-3ubuntu10.2 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. In either case, without details of
your testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: systemd (Ubuntu Bionic)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-bionic

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

Title:
  [backport] DRM devices opened by logind stay referenced indefinitely
  by PID 1

Status in OEM Priority Project:
  New
Status in systemd:
  Fix Released
Status in systemd package in Ubuntu:
  Fix Committed
Status in systemd source package in Bionic:
  Fix Committed

Bug description:
  [Impact]

   * It should be possible to change DRM driver without rebooting.
   * It should be possible to correctly suspend & resume, whilst preserving 
driver state.
   * This bug is for userspace/logind fixes, required to get above working.
   * Related kernel change is 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1778658
   * 
https://github.com/torvalds/linux/commit/5775b843a619b3c93f946e2b55a208d9f0f48b59

  [Test Case]

   * Test and verify that on machines with Nvidia discrete graphics, one
  can change performance/power-saving modes without rebooting.

  [Regression Potential]

   * There are changes to the fd handling that are passed to logind. At
  worst, fd to the NVIDIA driver will still be held, and thus one would
  continue to not be able to switch graphics modes without rebooting.

  [Other Info]
   
   * original bug report:

  refer to https://github.com/systemd/systemd/issues/6908

  we need that solution to make NVIDIA dGPU switching works.

  impacted issue:
  https://bugs.launchpad.net/somerville/+bug/1774326

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1777099/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1777099] Re: [backport] DRM devices opened by logind stay referenced indefinitely by PID 1

2018-06-28 Thread Dimitri John Ledkov 
** Description changed:

+ [Impact]
+ 
+  * It should be possible to change DRM driver without rebooting.
+  * It should be possible to correctly suspend & resume, whilst preserving 
driver state.
+  * This bug is for userspace/logind fixes, required to get above working.
+  * Related kernel change is 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1778658
+  * 
https://github.com/torvalds/linux/commit/5775b843a619b3c93f946e2b55a208d9f0f48b59
+ 
+ [Test Case]
+ 
+  * Test and verify that on machines with Nvidia discrete graphics, one
+ can change performance/power-saving modes without rebooting.
+ 
+ [Regression Potential]
+ 
+  * There are changes to the fd handling that are passed to logind. At
+ worst, fd to the NVIDIA driver will still be held, and thus one would
+ continue to not be able to switch graphics modes without rebooting.
+ 
+ [Other Info]
+  
+  * original bug report:
+ 
  refer to https://github.com/systemd/systemd/issues/6908
  
  we need that solution to make NVIDIA dGPU switching works.
  
  impacted issue:
  https://bugs.launchpad.net/somerville/+bug/1774326

** Changed in: systemd (Ubuntu Bionic)
   Status: Incomplete => In Progress

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

Title:
  [backport] DRM devices opened by logind stay referenced indefinitely
  by PID 1

Status in OEM Priority Project:
  New
Status in systemd:
  Fix Released
Status in systemd package in Ubuntu:
  Fix Committed
Status in systemd source package in Bionic:
  In Progress

Bug description:
  [Impact]

   * It should be possible to change DRM driver without rebooting.
   * It should be possible to correctly suspend & resume, whilst preserving 
driver state.
   * This bug is for userspace/logind fixes, required to get above working.
   * Related kernel change is 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1778658
   * 
https://github.com/torvalds/linux/commit/5775b843a619b3c93f946e2b55a208d9f0f48b59

  [Test Case]

   * Test and verify that on machines with Nvidia discrete graphics, one
  can change performance/power-saving modes without rebooting.

  [Regression Potential]

   * There are changes to the fd handling that are passed to logind. At
  worst, fd to the NVIDIA driver will still be held, and thus one would
  continue to not be able to switch graphics modes without rebooting.

  [Other Info]
   
   * original bug report:

  refer to https://github.com/systemd/systemd/issues/6908

  we need that solution to make NVIDIA dGPU switching works.

  impacted issue:
  https://bugs.launchpad.net/somerville/+bug/1774326

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1777099/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1777099] Re: [backport] DRM devices opened by logind stay referenced indefinitely by PID 1

2018-06-27 Thread Steve Langasek
This bug is missing an SRU test case, which needs to be there before we
accept this into bionic-proposed.

** Changed in: systemd (Ubuntu Bionic)
   Status: In Progress => Incomplete

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

Title:
  [backport] DRM devices opened by logind stay referenced indefinitely
  by PID 1

Status in OEM Priority Project:
  New
Status in systemd:
  Fix Released
Status in systemd package in Ubuntu:
  Fix Committed
Status in systemd source package in Bionic:
  Incomplete

Bug description:
  refer to https://github.com/systemd/systemd/issues/6908

  we need that solution to make NVIDIA dGPU switching works.

  impacted issue:
  https://bugs.launchpad.net/somerville/+bug/1774326

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1777099/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1777099] Re: [backport] DRM devices opened by logind stay referenced indefinitely by PID 1

2018-06-21 Thread Dimitri John Ledkov 
v238 has all the required commits already, and it is in cosmic-proposed.

** Changed in: systemd (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  [backport] DRM devices opened by logind stay referenced indefinitely
  by PID 1

Status in OEM Priority Project:
  New
Status in systemd:
  Fix Released
Status in systemd package in Ubuntu:
  Fix Committed
Status in systemd source package in Bionic:
  In Progress

Bug description:
  refer to https://github.com/systemd/systemd/issues/6908

  we need that solution to make NVIDIA dGPU switching works.

  impacted issue:
  https://bugs.launchpad.net/somerville/+bug/1774326

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1777099/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1777099] Re: [backport] DRM devices opened by logind stay referenced indefinitely by PID 1

2018-06-19 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

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

Title:
  [backport] DRM devices opened by logind stay referenced indefinitely
  by PID 1

Status in OEM Priority Project:
  New
Status in systemd:
  Fix Released
Status in systemd package in Ubuntu:
  In Progress
Status in systemd source package in Bionic:
  In Progress

Bug description:
  refer to https://github.com/systemd/systemd/issues/6908

  we need that solution to make NVIDIA dGPU switching works.

  impacted issue:
  https://bugs.launchpad.net/somerville/+bug/1774326

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1777099/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1777099] Re: [backport] DRM devices opened by logind stay referenced indefinitely by PID 1

2018-06-19 Thread Alberto Milone
Attaching the debdiff

** Patch added: "systemd_237-3ubuntu10.2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1777099/+attachment/5154277/+files/systemd_237-3ubuntu10.2.debdiff

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

Title:
  [backport] DRM devices opened by logind stay referenced indefinitely
  by PID 1

Status in OEM Priority Project:
  New
Status in systemd:
  Fix Released
Status in systemd package in Ubuntu:
  In Progress
Status in systemd source package in Bionic:
  In Progress

Bug description:
  refer to https://github.com/systemd/systemd/issues/6908

  we need that solution to make NVIDIA dGPU switching works.

  impacted issue:
  https://bugs.launchpad.net/somerville/+bug/1774326

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1777099/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1777099] Re: [backport] DRM devices opened by logind stay referenced indefinitely by PID 1

2018-06-19 Thread Alberto Milone
** Changed in: systemd (Ubuntu)
   Status: Triaged => In Progress

** Also affects: systemd (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: systemd (Ubuntu Bionic)
   Status: New => In Progress

** Changed in: systemd (Ubuntu Bionic)
   Importance: Undecided => High

** Changed in: systemd (Ubuntu Bionic)
 Assignee: (unassigned) => Alberto Milone (albertomilone)

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

Title:
  [backport] DRM devices opened by logind stay referenced indefinitely
  by PID 1

Status in OEM Priority Project:
  New
Status in systemd:
  Fix Released
Status in systemd package in Ubuntu:
  In Progress
Status in systemd source package in Bionic:
  In Progress

Bug description:
  refer to https://github.com/systemd/systemd/issues/6908

  we need that solution to make NVIDIA dGPU switching works.

  impacted issue:
  https://bugs.launchpad.net/somerville/+bug/1774326

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1777099/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1777099] Re: [backport] DRM devices opened by logind stay referenced indefinitely by PID 1

2018-06-19 Thread Alex Tu
the irc conversation about this patch:
https://pastebin.canonical.com/p/k7YkQ8rmSR/

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

Title:
  [backport] DRM devices opened by logind stay referenced indefinitely
  by PID 1

Status in OEM Priority Project:
  New
Status in systemd:
  Fix Released
Status in systemd package in Ubuntu:
  Triaged

Bug description:
  refer to https://github.com/systemd/systemd/issues/6908

  we need that solution to make NVIDIA dGPU switching works.

  impacted issue:
  https://bugs.launchpad.net/somerville/+bug/1774326

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1777099/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1777099] Re: [backport] DRM devices opened by logind stay referenced indefinitely by PID 1

2018-06-18 Thread Alberto Milone
** Changed in: systemd (Ubuntu)
   Importance: Undecided => High

** Changed in: systemd (Ubuntu)
   Status: New => Triaged

** Changed in: systemd (Ubuntu)
 Assignee: (unassigned) => Alberto Milone (albertomilone)

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

Title:
  [backport] DRM devices opened by logind stay referenced indefinitely
  by PID 1

Status in OEM Priority Project:
  New
Status in systemd:
  Fix Released
Status in systemd package in Ubuntu:
  Triaged

Bug description:
  refer to https://github.com/systemd/systemd/issues/6908

  we need that solution to make NVIDIA dGPU switching works.

  impacted issue:
  https://bugs.launchpad.net/somerville/+bug/1774326

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1777099/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1777099] Re: [backport] DRM devices opened by logind stay referenced indefinitely by PID 1

2018-06-15 Thread Bug Watch Updater
** Changed in: systemd
   Status: Unknown => Fix Released

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

Title:
  [backport] DRM devices opened by logind stay referenced indefinitely
  by PID 1

Status in OEM Priority Project:
  New
Status in systemd:
  Fix Released
Status in systemd package in Ubuntu:
  New

Bug description:
  refer to https://github.com/systemd/systemd/issues/6908

  we need that solution to make NVIDIA dGPU switching works.

  impacted issue:
  https://bugs.launchpad.net/somerville/+bug/1774326

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1777099/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp