[Bug 1913651] Re: /usr/bin/ubuntu-drivers:PermissionError:/usr/bin/ubuntu-drivers@480:__call__:main:invoke:invoke:invoke:new_func:invoke:autoinstall:command_install

2021-09-14 Thread Łukasz Zemczak
The version of ubuntu-drivers-common in the proposed pocket of Bionic that was purported to fix this bug report has been removed because the bugs that were to be fixed by the upload were not verified in a timely (105 days) fashion. ** Tags removed: verification-needed-bionic ** Changed in:

[Bug 1913651] Re: /usr/bin/ubuntu-drivers:PermissionError:/usr/bin/ubuntu-drivers@480:__call__:main:invoke:invoke:invoke:new_func:invoke:autoinstall:command_install

2021-07-28 Thread Brian Murray
The Groovy Gorilla has reached end of life, so this bug will not be fixed for that release ** Changed in: ubuntu-drivers-common (Ubuntu Groovy) Status: Fix Committed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1913651] Re: /usr/bin/ubuntu-drivers:PermissionError:/usr/bin/ubuntu-drivers@480:__call__:main:invoke:invoke:invoke:new_func:invoke:autoinstall:command_install

2021-07-02 Thread Timo Aaltonen
Hello errors.ubuntu.com, or anyone else affected, Accepted ubuntu-drivers-common into bionic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source /ubuntu-drivers-common/1:0.9.0~0.18.04.1 in a few hours, and then in the -proposed repository. Please help us

[Bug 1913651] Re: /usr/bin/ubuntu-drivers:PermissionError:/usr/bin/ubuntu-drivers@480:__call__:main:invoke:invoke:invoke:new_func:invoke:autoinstall:command_install

2021-07-02 Thread Timo Aaltonen
Hello errors.ubuntu.com, or anyone else affected, Accepted ubuntu-drivers-common into groovy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source /ubuntu-drivers-common/1:0.9.0~0.20.10.1 in a few hours, and then in the -proposed repository. Please help us

[Bug 1913651] Re: /usr/bin/ubuntu-drivers:PermissionError:/usr/bin/ubuntu-drivers@480:__call__:main:invoke:invoke:invoke:new_func:invoke:autoinstall:command_install

2021-02-07 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-drivers-common - 1:0.8.6.5 --- ubuntu-drivers-common (1:0.8.6.5) hirsute; urgency=medium * tests/test_ubuntu_drivers.py: - Add testcase for list-oem --package-list. * UbuntuDrivers/detect.py: - Fix the way we validate the nvidia

[Bug 1913651] Re: /usr/bin/ubuntu-drivers:PermissionError:/usr/bin/ubuntu-drivers@480:__call__:main:invoke:invoke:invoke:new_func:invoke:autoinstall:command_install

2021-02-02 Thread Martin Wimpress
** Changed in: ubuntu-drivers-common (Ubuntu Groovy) Assignee: (unassigned) => Alberto Milone (albertomilone) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1913651 Title:

[Bug 1913651] Re: /usr/bin/ubuntu-drivers:PermissionError:/usr/bin/ubuntu-drivers@480:__call__:main:invoke:invoke:invoke:new_func:invoke:autoinstall:command_install

2021-02-01 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-drivers-common - 1:0.8.6.4~0.20.04.1 --- ubuntu-drivers-common (1:0.8.6.4~0.20.04.1) focal; urgency=medium * ubuntu-drivers: - Don't error out when failing to write to /run without root privileges (LP: #1913651), since package

[Bug 1913651] Re: /usr/bin/ubuntu-drivers:PermissionError:/usr/bin/ubuntu-drivers@480:__call__:main:invoke:invoke:invoke:new_func:invoke:autoinstall:command_install

2021-02-01 Thread Brian Murray
I verified this by using ubuntu-drivers in a chroot on a system with nvidia but "runtimepm" isn't supported on my system so I had to change the check for it from "if packages[p].get('runtimepm'):" to "if True:". After doing that I received the original Traceback: ... File

[Bug 1913651] Re: /usr/bin/ubuntu-drivers:PermissionError:/usr/bin/ubuntu-drivers@480:__call__:main:invoke:invoke:invoke:new_func:invoke:autoinstall:command_install

2021-02-01 Thread Łukasz Zemczak
Hello errors.ubuntu.com, or anyone else affected, Accepted ubuntu-drivers-common into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source /ubuntu-drivers-common/1:0.8.6.4~0.20.04.1 in a few hours, and then in the -proposed repository. Please help

[Bug 1913651] Re: /usr/bin/ubuntu-drivers:PermissionError:/usr/bin/ubuntu-drivers@480:__call__:main:invoke:invoke:invoke:new_func:invoke:autoinstall:command_install

2021-01-28 Thread Brian Murray
** Also affects: ubuntu-drivers-common (Ubuntu Groovy) Importance: Undecided Status: New ** Changed in: ubuntu-drivers-common (Ubuntu Groovy) Status: New => Triaged ** Changed in: ubuntu-drivers-common (Ubuntu Groovy) Importance: Undecided => High -- You received this bug

[Bug 1913651] Re: /usr/bin/ubuntu-drivers:PermissionError:/usr/bin/ubuntu-drivers@480:__call__:main:invoke:invoke:invoke:new_func:invoke:autoinstall:command_install

2021-01-28 Thread Brian Murray
xnox suggests using $XDG_RUNTIMEDIR which is /run/user/1000 and writable. Also using 'with open' would be better. ** Also affects: ubuntu-drivers-common (Ubuntu Focal) Importance: Undecided Status: New ** Changed in: ubuntu-drivers-common (Ubuntu) Status: New => Triaged **

[Bug 1913651] Re: /usr/bin/ubuntu-drivers:PermissionError:/usr/bin/ubuntu-drivers@480:__call__:main:invoke:invoke:invoke:new_func:invoke:autoinstall:command_install

2021-01-28 Thread Brian Murray
Here's the Traceback: Traceback (most recent call last): File "/usr/bin/ubuntu-drivers", line 480, in greet() File "/usr/lib/python3/dist-packages/click/core.py", line 829, in __call__ return self.main(*args, **kwargs) File "/usr/lib/python3/dist-packages/click/core.py", line 782,