ukuu icon indicating copy to clipboard operation
ukuu copied to clipboard

Only see 4.15-rc1 on Linux Mint 18.3

Open InAnimaTe opened this issue 7 years ago • 12 comments

sadface

└[~]> uname -a
Linux aquarius 4.14.2-041402-generic #201711240330 SMP Fri Nov 24 08:32:52 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
└[~]> cat /etc/os-release 
NAME="Linux Mint" 
VERSION="18.3 (Sylvia)" 
ID=linuxmint 
ID_LIKE=ubuntu 
PRETTY_NAME="Linux Mint 18.3" 
VERSION_ID="18.3" 
HOME_URL="http://www.linuxmint.com/" 
SUPPORT_URL="http://forums.linuxmint.com/" 
BUG_REPORT_URL="http://bugs.launchpad.net/linuxmint/" 
VERSION_CODENAME=sylvia 
UBUNTU_CODENAME=xenial 

InAnimaTe avatar Feb 07 '18 03:02 InAnimaTe

What happens if you refresh manually or via terminal?

gothicVI avatar Feb 09 '18 11:02 gothicVI

I've tried that multiple times as well as reinstalling to no avail :(

InAnimaTe avatar Feb 09 '18 15:02 InAnimaTe

Try removing ~/.cache/ukuu

gothicVI avatar Feb 09 '18 15:02 gothicVI

Yep, that worked. I now see up to 4.15.2. Is this a larger issue that should actually be fixed in the code so it doesn't happen again?

InAnimaTe avatar Feb 09 '18 16:02 InAnimaTe

Yes, it would be nice to understand the underlying issue. Are you usually running the GUI version or are you using the terminal? If it's the latter are you invoking calls as user or as root? I have the feeling it could simply be a rights issue.

gothicVI avatar Feb 09 '18 16:02 gothicVI

I've always used the UI to interact with Ukuu. When I went to delete the cache, I did need to sudo.

InAnimaTe avatar Feb 09 '18 16:02 InAnimaTe

So the culprit comes about as follows: whenever you install a new kernel the packages are downloaded not as user but as root since the installation ask for root rights from the very get go and thus the packages as well as eventually the index files belong to root and you'd need sudo in order to delete the folder's content. That should be fixed: no longer download as root since that's a security flaw anyway. Only invoke root rights when it actually comes to the installation.

gothicVI avatar Feb 09 '18 19:02 gothicVI

I completely agree. Let me know if I can be of help in pushing this forward i.e. testing etc.. Love Ukuu and definitely want to help make it better.

InAnimaTe avatar Feb 09 '18 21:02 InAnimaTe

@gothicVI Getting the same issue here where 4.17-rc3 won't show up. Deleting ~/.cache/ukuu has not resolved the problem. I was able to get it to show up for a while, but it disappeared after trying to install it.

cedws avatar Apr 30 '18 07:04 cedws

@c-edw have you additionally tried deleting /tmp/ukuu* together with ~/.cache/ukuu? That sometimes does it for me - although the problem keeps coming back...

gothicVI avatar Apr 30 '18 08:04 gothicVI

@gothicVI I can now see the 4.17-rc3 kernel in the Ukuu GUI, but attempting to install it doesn't work. Looks like it's failing to fetch the kernel headers. Additionally, Ukuu closes when doing some operations such as removing a kernel version, but I believe there's already an issue open for this.

EDIT: Looks like there's not a recent enough verson of libssl-dev?

dpkg: dependency problems prevent configuration of linux-headers-4.17.0-041700rc3-generic:
 linux-headers-4.17.0-041700rc3-generic depends on libssl1.1 (>= 1.1.0); however:
  Package libssl1.1 is not installed.

cedws avatar Apr 30 '18 16:04 cedws

@c-edw that might be related to https://github.com/teejee2008/ukuu/issues/69

gothicVI avatar Apr 30 '18 20:04 gothicVI