kcare-uchecker icon indicating copy to clipboard operation
kcare-uchecker copied to clipboard

[Feature Request] Support Debian Bullseye (11) and Ubuntu Focal (20.04)

Open gotmax23 opened this issue 3 years ago • 3 comments

This project does not currently work on Debian Bullseye (11) or Ubuntu Focal (20.04).

Debian Bullseye (11):

> curl -s -L https://kernelcare.com/uchecker | sudo python
Distro `debian11.0` is not supported

Ubuntu Focal (20.04):

> curl -s -L https://kernelcare.com/uchecker | sudo python
Distro `ubuntu-focal` is not supported

Support for Focal should be a high priority, given that it is the current Ubuntu LTS release. There is already support for the previous Ubuntu LTS release (Bionic/18.04).

On the Debian side, Bullseye is currently the testing distribution; however, it will be released and become Debian Stable in the next couple months.

gotmax23 avatar Jun 22 '21 00:06 gotmax23

Hi @gotmax23 ! It's done! Thank you for your interest in the tool

histrio avatar Jun 22 '21 06:06 histrio

Thank you for the fix. There still are issues, however. It still does not work at all on Debian Bullseye.

Debian Bullseye (11):

curl -s -L https://kernelcare.com/uchecker | sudo python Distro debian11.0 is not supported

On Ubuntu Focal, it reports that several processes are linked to the libc-2.31.so that is not up to date. even though I updated all packages on the system and rebooted.

gotmax23 avatar Jun 22 '21 18:06 gotmax23

Yep, I've miss debian11.0 and it should be OK now. Could you please provide more information about ubuntu-focal case? Do you have some additional repositories attached? Please, send us part of debug output where the message about glibc appears?

histrio avatar Jun 23 '21 06:06 histrio