Claims to find unsupported kernel on Manjaro 0.8.11-pre1 install media #6
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
applications/manjaro-settings-manager#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: manjaro
This is a weird bug. MSM claims to find linux314 as unsupported on my latest testbuild install media. I ship
ce42912d39with this media. The question is, why MSM claims this new kernel is unsupported. Will worry users right from the get-go ...Created by: manjaro
I think it happens due no pacman databases on our install medias. This check should only happen at least we did "pacman -Syy" once.
Created by: manjaro
Ok, this is defiantly connected with #4. If you call "pacman -Syy" before you start XFCE desktop it will claim that there is a newer kernel available as currently installed, which is actually the latest available ...
Created by: Kirek
Maybe with
ef2b0c74b0is enough to fix that, but I don't think this will totally fix that, I will test this later at night when I have more time.Created by: manjaro
Ok, if you like to test it on my new install media you can get it from here.
Created by: manjaro
This is fixed in KDE 0.8.11-pre1
Created by: manjaro
This issue seems not to been fixed. It happens now with Manjaro Openbox 0.8.11-pre1 once again. We have to find out why linux314 seems to be claimed to be unsupported. We have to review this detection code once more. I think it has something to do with the local db and when no remote db was found MSM claims wrongly.
Created by: Kirek
The problem is that there is no local pacman database yet, so no kernel is "available" (in the repos), I now check of internet connection and if pacman its up to date (which is useless as if it the database its not ever synced there is nothign to update...) , and this doesn't seem to be enough.
I will add a a check if /var/lib/pacman/sync/*.db files and if doesn't exist to not check for unsupported kernels...
Created by: manjaro
K, as I mentiond here: #7
Created by: Kirek
Another try, with
978b061312hopefully its fixed.I don't check for "internet" connection as I found it unreliable (you may have LAN connection but not internet...)
Created by: Kirek
This problem still exists? At least in 0.8.11-pre2 I think its fixed (VM/live and with or without network)
Created by: manjaro
Seems to been fixed. Else we can still re-open it.