[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mprotect fails, cannot run any guest
From: |
Karchnu |
Subject: |
Re: mprotect fails, cannot run any guest |
Date: |
Fri, 23 Aug 2024 19:50:13 +0200 |
Hello again.
I finally fixed the problem.
My server was installed a long time ago, when grsec patches were a
thing in the default Alpine distribution. I managed to update my
system for a decade without any problem, until now.
So, the solution to mprotect errors was simple as:
apk del linux-hardened
apk add linux-lts
reboot
Have a good day.