This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Installation / Re: CWP Fresh install on Almalinux 9 Error root login
« on: May 22, 2025, 06:46:40 AM »We are working on resolving this issue, a quick fix is to go to this fileCode: [Select]nano /etc/login.defs
and comment out the following lineCode: [Select]SHA_CRYPT_MAX_ROUNDS 5000
toCode: [Select]#SHA_CRYPT_MAX_ROUNDS 5000
then change the root password using the passwd command
I just installed CWP for AlmaLinux 9.5 and facing the problem with login to the root.
Code: [Select]
#SHA_CRYPT_MAX_ROUNDS 100000
already commented, but still can not login.
Pages: [1]