Activity log for bug #1536438

Date Who What changed Old value New value Message
2016-01-21 02:17:29 Qiang Yu bug added bug
2016-02-25 13:40:37 Alberto Milone systemd (Ubuntu): assignee Alberto Milone (albertomilone)
2016-02-25 13:40:40 Alberto Milone systemd (Ubuntu): status New Triaged
2016-02-25 13:40:44 Alberto Milone systemd (Ubuntu): importance Undecided High
2016-02-25 14:38:55 Martin Pitt nominated for series Ubuntu Trusty
2016-02-25 14:38:55 Martin Pitt bug task added systemd (Ubuntu Trusty)
2016-02-25 14:39:02 Martin Pitt systemd (Ubuntu): status Triaged Fix Released
2016-02-25 14:39:04 Martin Pitt systemd (Ubuntu Trusty): status New Triaged
2016-02-25 14:39:10 Martin Pitt systemd (Ubuntu Trusty): assignee Alberto Milone (albertomilone)
2016-02-25 16:25:40 Martin Pitt description 3.16/3.19 Linux kernel add render node support which will create /dev/dri/renderD*. uaccess tag must be added to the /lib/udev/rules.d/70-uaccess.rules to make it access-able to login user just like /dev/dri/card*. It has been done on Ubuntu 15.04, but 14.04.3 has not. 14.04.3 70-uaccess.rules # DRI video devices SUBSYSTEM=="drm", KERNEL=="card*", TAG+="uaccess" 15.04 70-uaccess.rules # DRI video devices SUBSYSTEM=="drm", KERNEL=="card*|renderD*", TAG+="uaccess" Please fix this for AMD GPU driver will use the /dev/dri/renderD*. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: systemd-services 204-5ubuntu20.14 ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7 Uname: Linux 3.19.0-33-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.15 Architecture: amd64 CurrentDesktop: Unity Date: Thu Jan 21 10:06:24 2016 InstallationDate: Installed on 2015-09-16 (126 days ago) InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) SourcePackage: systemd UpgradeStatus: No upgrade log present (probably fresh install) 3.16/3.19 Linux kernel add render node support which will create /dev/dri/renderD*. uaccess tag must be added to the /lib/udev/rules.d/70-uaccess.rules to make it access-able to login user just like /dev/dri/card*. It has been done on Ubuntu 15.04, but 14.04.3 has not. 14.04.3 70-uaccess.rules # DRI video devices SUBSYSTEM=="drm", KERNEL=="card*", TAG+="uaccess" 15.04 70-uaccess.rules # DRI video devices SUBSYSTEM=="drm", KERNEL=="card*|renderD*", TAG+="uaccess" Please fix this for AMD GPU driver will use the /dev/dri/renderD*. Fixed upstream in https://github.com/systemd/systemd/commit/735e5d ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: systemd-services 204-5ubuntu20.14 ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7 Uname: Linux 3.19.0-33-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.15 Architecture: amd64 CurrentDesktop: Unity Date: Thu Jan 21 10:06:24 2016 InstallationDate: Installed on 2015-09-16 (126 days ago) InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) SourcePackage: systemd UpgradeStatus: No upgrade log present (probably fresh install)
2016-02-25 16:53:59 Martin Pitt systemd (Ubuntu Trusty): status Triaged In Progress
2016-02-25 16:59:49 Martin Pitt systemd (Ubuntu): assignee Alberto Milone (albertomilone)
2016-02-25 16:59:52 Martin Pitt systemd (Ubuntu Trusty): assignee Alberto Milone (albertomilone) Martin Pitt (pitti)
2016-02-25 18:57:51 Brian Murray systemd (Ubuntu Trusty): status In Progress Fix Committed
2016-02-25 18:57:53 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2016-02-25 18:57:58 Brian Murray bug added subscriber SRU Verification
2016-02-25 18:58:07 Brian Murray tags amd64 apport-bug trusty amd64 apport-bug trusty verification-needed
2016-02-26 11:49:20 Alberto Milone description 3.16/3.19 Linux kernel add render node support which will create /dev/dri/renderD*. uaccess tag must be added to the /lib/udev/rules.d/70-uaccess.rules to make it access-able to login user just like /dev/dri/card*. It has been done on Ubuntu 15.04, but 14.04.3 has not. 14.04.3 70-uaccess.rules # DRI video devices SUBSYSTEM=="drm", KERNEL=="card*", TAG+="uaccess" 15.04 70-uaccess.rules # DRI video devices SUBSYSTEM=="drm", KERNEL=="card*|renderD*", TAG+="uaccess" Please fix this for AMD GPU driver will use the /dev/dri/renderD*. Fixed upstream in https://github.com/systemd/systemd/commit/735e5d ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: systemd-services 204-5ubuntu20.14 ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7 Uname: Linux 3.19.0-33-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.15 Architecture: amd64 CurrentDesktop: Unity Date: Thu Jan 21 10:06:24 2016 InstallationDate: Installed on 2015-09-16 (126 days ago) InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) SourcePackage: systemd UpgradeStatus: No upgrade log present (probably fresh install) [Impact] The lts-wily backported kernel introduces the amdgpu driver. Graphics cards that use this driver need the render node (/dev/dri/renderD*) to be accessible to users. [Test Case] Install the lts-wily kernel, and check whether /dev/dri/renderD* is accessible or not. [Regression Potential] Low, as the change is already upstream and included in wily. -------------------------------- 3.16/3.19 Linux kernel add render node support which will create /dev/dri/renderD*. uaccess tag must be added to the /lib/udev/rules.d/70-uaccess.rules to make it access-able to login user just like /dev/dri/card*. It has been done on Ubuntu 15.04, but 14.04.3 has not. 14.04.3 70-uaccess.rules # DRI video devices SUBSYSTEM=="drm", KERNEL=="card*", TAG+="uaccess" 15.04 70-uaccess.rules # DRI video devices SUBSYSTEM=="drm", KERNEL=="card*|renderD*", TAG+="uaccess" Please fix this for AMD GPU driver will use the /dev/dri/renderD*. Fixed upstream in https://github.com/systemd/systemd/commit/735e5d ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: systemd-services 204-5ubuntu20.14 ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7 Uname: Linux 3.19.0-33-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.15 Architecture: amd64 CurrentDesktop: Unity Date: Thu Jan 21 10:06:24 2016 InstallationDate: Installed on 2015-09-16 (126 days ago) InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) SourcePackage: systemd UpgradeStatus: No upgrade log present (probably fresh install)
2016-02-26 11:49:29 Alberto Milone summary Need add uaccess tag for /dev/dri/renderD* SRU: Need add uaccess tag for /dev/dri/renderD*
2016-04-11 09:38:05 Launchpad Janitor systemd (Ubuntu Trusty): status Fix Committed Fix Released
2016-04-14 08:09:54 Mathew Hodson systemd (Ubuntu Trusty): importance Undecided High
2016-04-14 08:10:07 Mathew Hodson tags amd64 apport-bug trusty verification-needed amd64 apport-bug trusty
2016-04-14 08:11:47 Mathew Hodson summary SRU: Need add uaccess tag for /dev/dri/renderD* Need add uaccess tag for /dev/dri/renderD*