On 7/26/20 2:23 PM, Samuel Sieb wrote:
On 7/26/20 8:47 AM, Sreyan Chakravarty wrote:
I just upgraded to the new 5.7 kernel and it has a lot of bugs.

A "lot" of bugs?

It can't even initialize my swap file:

I too experienced the "swap file has holes" issue after I upgraded F32 to the 5.7 kernel. All I had to do to recover swap space was remove and recreate my swap file:

# rm /storage/var/swap/swap0
# dd if=/dev/zero of=/storage/var/swap/swap0 bs=1G count=32 status=progress
# chmod 600 /storage/var/swap/swap0
# mkswap /storage/var/swap/swap0
# swapon /storage/var/swap/swap0

In my opinion, this is a pretty easy workaround. I'll stick with the 5.7 kernel unless I run into other issues.

Dave





_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to