Artix Linux Forum

Init systems => S6 => Topic started by: Sam Hyde on 30 June 2022, 15:02:29

Title: Kernel 5.18.8-artix1-1 upgrade fail
Post by: Sam Hyde on 30 June 2022, 15:02:29
I updated to kernel 5.18.8-artix1-1 and now I can't login. Before I was looking for a solution this morning after my steam mysteriously stopped working, it was skipping system requirements for some reason. If anyone can help me out I'd appreciate it, as of late i've been having a lot of login issues.
Title: Re: Kernel 5.18.8-artix1-1 upgrade fail
Post by: Sam Hyde on 30 June 2022, 15:05:15
When I insert my username and password in the terminal login prompt it say's it's not correct.
Title: Re: Kernel 5.18.8-artix1-1 upgrade fail
Post by: cat herders of linux on 30 June 2022, 15:17:25
Try to login as user root?  If you can you can adjust your normal user pw after.  If you can't from lighten or sddm try Ctrl + alt + f4 to exit that and try from the terminal.
Title: Re: Kernel 5.18.8-artix1-1 upgrade fail
Post by: Sam Hyde on 30 June 2022, 15:20:38
Yeah that's the first thing I did.
Title: Re: Kernel 5.18.8-artix1-1 upgrade fail
Post by: Sam Hyde on 30 June 2022, 15:22:19
Was this kernal update released on accident? I don't have this upgrade available on my other Artix installation.
Title: Re: Kernel 5.18.8-artix1-1 upgrade fail
Post by: cat herders of linux on 30 June 2022, 15:41:18
i have 5.18.6 so you likely have a gremlins repo enabled in pacman.conf.

You should have a backup of your system made before you update esp with using gremlins repo.

And when i say you i mean YOU specifically more than most people should be making backups of your system before updating because YOU seem to attract errors.  Not saying that to be mean but it seems YOU create more wonky messes than most so YOU need those backups most of all.

Even somthing as simple as having a usb drive with a copy of your partitions saved to it before updating your system would be the minimum requirement.
Title: Re: Kernel 5.18.8-artix1-1 upgrade fail
Post by: Sam Hyde on 30 June 2022, 15:49:36
I keep everything backed up. Next time I'll disable gremlins on my next install.
Title: Re: Kernel 5.18.8-artix1-1 upgrade fail
Post by: cat herders of linux on 30 June 2022, 16:13:37
it's disabled by default.  you would have had to enable it.
Title: Re: Kernel 5.18.8-artix1-1 upgrade fail
Post by: Sam Hyde on 30 June 2022, 18:15:35
With a USB I can access my OS files, is there a way I can roll back the kernal manually?
Title: Re: Kernel 5.18.8-artix1-1 upgrade fail
Post by: Dudemanguy on 30 June 2022, 18:31:15
FWIW, I'm running 5.18.8 right now. It doesn't make sense to me why the kernel merely updating would have any impact on your user accounts. Something sounds weird here.

With a USB I can access my OS files, is there a way I can roll back the kernal manually?

Sure. The easiest thing to do is to chroot into the root partition (use artix-chroot) and then install the old kernel again from package cache.
Title: Re: Kernel 5.18.8-artix1-1 upgrade fail
Post by: Lancia on 30 June 2022, 21:49:34
With a USB I can access my OS files, is there a way I can roll back the kernal manually?
Now that you have a USB, chroot into your system and see the logs.

My choice would be logs from the kernel stored in /var/log/kernel and the user login logs from /var/log/pwdfail, but these log locations are from metalog, so see what choice of files your syslog daemon uses.

Also I don't think its your kernel causing this.