Activity log for bug #1935070

Date Who What changed Old value New value Message
2021-07-08 17:36:21 Jeff Lane  bug added bug
2021-08-15 12:31:52 Steve Hendra bug added subscriber Steve Hendra
2021-09-19 14:00:35 jeonseungkwon bug added subscriber jeonseungkwon
2022-09-29 20:09:52 Launchpad Janitor ubuntu-drivers-common (Ubuntu): status New Confirmed
2022-10-05 14:28:49 Jeff Lane  ubuntu-drivers-common (Ubuntu): status Confirmed In Progress
2022-10-05 14:28:51 Jeff Lane  ubuntu-drivers-common (Ubuntu): assignee Jeff Lane  (bladernr)
2022-10-05 14:33:00 Jeff Lane  ubuntu-drivers-common (Ubuntu): status In Progress Fix Committed
2022-10-05 14:38:15 Jeff Lane  bug watch added https://github.com/tseliot/ubuntu-drivers-common/issues/78
2022-10-05 14:38:15 Jeff Lane  bug task added ubuntu-drivers-common
2022-10-05 14:54:29 Jeff Lane  tags servcert-565
2022-10-05 17:27:33 Bug Watch Updater ubuntu-drivers-common: status Unknown New
2023-02-27 15:47:54 Alberto Milone nominated for series Ubuntu Kinetic
2023-02-27 15:47:54 Alberto Milone bug task added ubuntu-drivers-common (Ubuntu Kinetic)
2023-02-27 15:47:54 Alberto Milone nominated for series Ubuntu Jammy
2023-02-27 15:47:54 Alberto Milone bug task added ubuntu-drivers-common (Ubuntu Jammy)
2023-02-27 15:48:03 Alberto Milone ubuntu-drivers-common (Ubuntu Jammy): status New In Progress
2023-02-27 15:48:05 Alberto Milone ubuntu-drivers-common (Ubuntu Kinetic): status New In Progress
2023-02-27 15:48:08 Alberto Milone ubuntu-drivers-common (Ubuntu Jammy): importance Undecided High
2023-02-27 15:48:10 Alberto Milone ubuntu-drivers-common (Ubuntu Kinetic): importance Undecided High
2023-02-27 15:48:12 Alberto Milone ubuntu-drivers-common (Ubuntu Jammy): assignee Alberto Milone (albertomilone)
2023-02-27 15:48:14 Alberto Milone ubuntu-drivers-common (Ubuntu Kinetic): assignee Alberto Milone (albertomilone)
2023-02-27 15:48:22 Alberto Milone ubuntu-drivers-common (Ubuntu): status Fix Committed Fix Released
2023-02-27 15:52:09 Alberto Milone description ubuntu@doubletusk:~$ sudo ubuntu-drivers list ERROR:root:could not open aplay -l Traceback (most recent call last): File "/usr/share/ubuntu-drivers-common/detect/sl-modem.py", line 35, in detect aplay = subprocess.Popen( File "/usr/lib/python3.8/subprocess.py", line 858, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib/python3.8/subprocess.py", line 1704, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'aplay' nvidia-driver-418-server, (kernel modules provided by nvidia-dkms-418-server) nvidia-driver-470, (kernel modules provided by nvidia-dkms-470) nvidia-driver-460-server, (kernel modules provided by nvidia-dkms-460-server) nvidia-driver-465, (kernel modules provided by nvidia-dkms-465) nvidia-driver-450-server, (kernel modules provided by nvidia-dkms-450-server) nvidia-driver-460, (kernel modules provided by nvidia-dkms-460) ubuntu@doubletusk:~$ apt-cache policy ubuntu-drivers-common ubuntu-drivers-common: Installed: 1:0.9.0~0.20.04.1 Candidate: 1:0.9.0~0.20.04.1 Version table: *** 1:0.9.0~0.20.04.1 500 500 http://archive.ubuntu.com/ubuntu focal-proposed/main amd64 Packages 100 /var/lib/dpkg/status 1:0.8.6.5~0.20.04.1 500 500 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages 1:0.8.1 500 500 http://us.archive.ubuntu.com/ubuntu focal/main amd64 Packages ubuntu@doubletusk:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.2 LTS Release: 20.04 Codename: focal [ Impact ] * Calling the ubuntu-drivers tool where the alsa-utils package is not installed (mainly on servers), ubuntu-drivers (through the sl-modem plugin) complains, unnecessarily about the missing aplay binary. [ Test Plan ] * Install the new ubuntu-drivers-common from -proposed, and make sure that alsa-utils is not installed. * Run the ubuntu-drivers list command. * Check that ubuntu-drivers does not complain about the missing aplay tool. [ Where problems could occur ] * A problem in the ubuntu-drivers tool can cause it to install a driver which is not recommended for the detected hardware, or even cause the package installation to fail, and prevent users from logging in through the graphics interface. [ Other Info ] - _______________ ubuntu@doubletusk:~$ sudo ubuntu-drivers list ERROR:root:could not open aplay -l Traceback (most recent call last):   File "/usr/share/ubuntu-drivers-common/detect/sl-modem.py", line 35, in detect     aplay = subprocess.Popen(   File "/usr/lib/python3.8/subprocess.py", line 858, in __init__     self._execute_child(args, executable, preexec_fn, close_fds,   File "/usr/lib/python3.8/subprocess.py", line 1704, in _execute_child     raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'aplay' nvidia-driver-418-server, (kernel modules provided by nvidia-dkms-418-server) nvidia-driver-470, (kernel modules provided by nvidia-dkms-470) nvidia-driver-460-server, (kernel modules provided by nvidia-dkms-460-server) nvidia-driver-465, (kernel modules provided by nvidia-dkms-465) nvidia-driver-450-server, (kernel modules provided by nvidia-dkms-450-server) nvidia-driver-460, (kernel modules provided by nvidia-dkms-460) ubuntu@doubletusk:~$ apt-cache policy ubuntu-drivers-common ubuntu-drivers-common:   Installed: 1:0.9.0~0.20.04.1   Candidate: 1:0.9.0~0.20.04.1   Version table:  *** 1:0.9.0~0.20.04.1 500         500 http://archive.ubuntu.com/ubuntu focal-proposed/main amd64 Packages         100 /var/lib/dpkg/status      1:0.8.6.5~0.20.04.1 500         500 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages      1:0.8.1 500         500 http://us.archive.ubuntu.com/ubuntu focal/main amd64 Packages ubuntu@doubletusk:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.2 LTS Release: 20.04 Codename: focal
2023-02-27 15:56:14 Alberto Milone bug added subscriber Ubuntu Stable Release Updates Team
2023-03-02 11:22:00 Timo Aaltonen ubuntu-drivers-common (Ubuntu Kinetic): status In Progress Fix Committed
2023-03-02 11:22:03 Timo Aaltonen bug added subscriber SRU Verification
2023-03-02 11:22:06 Timo Aaltonen tags servcert-565 servcert-565 verification-needed verification-needed-kinetic
2023-03-02 11:35:48 Timo Aaltonen ubuntu-drivers-common (Ubuntu Jammy): status In Progress Fix Committed
2023-03-02 11:35:52 Timo Aaltonen tags servcert-565 verification-needed verification-needed-kinetic servcert-565 verification-needed verification-needed-jammy verification-needed-kinetic
2023-03-13 14:40:45 Alberto Milone tags servcert-565 verification-needed verification-needed-jammy verification-needed-kinetic servcert-565 verification-done-kinetic verification-needed verification-needed-jammy
2023-03-13 16:04:36 Alberto Milone tags servcert-565 verification-done-kinetic verification-needed verification-needed-jammy servcert-565 verification-done verification-done-jammy verification-done-kinetic
2023-03-21 21:52:21 Launchpad Janitor ubuntu-drivers-common (Ubuntu Kinetic): status Fix Committed Fix Released
2023-03-21 21:52:26 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2023-06-12 12:04:53 Launchpad Janitor ubuntu-drivers-common (Ubuntu Jammy): status Fix Committed Fix Released