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
Other / Re: i have problem with users panel login page it show to me failed cwp alma linux9
« on: December 31, 2024, 07:06:16 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
After this you can change the user's password from the cwp administration panel and you will be able to login.
it worked for me as well
thank you for your kind support ❤️
2
CentOS-WebPanel Bugs / Re: CENTOS 7 to AlmaLinux 9 CWP to CWP Migration issue
« on: August 20, 2024, 01:46:19 PM »Hi
Please make sure to enable PubkeyAuthentication yes in the ssh configuration of the target server
I've done that but the issue still persists
3
CentOS-WebPanel Bugs / CENTOS 7 to AlmaLinux 9 CWP to CWP Migration issue
« on: August 20, 2024, 09:49:16 AM »
Ive setup a new CWP on Almalinux 9
and my old CWP is on centos 7
when I first tried to add connect using CWP to CWP GUI menu it wasn't connecting, then I've found the solution to connect api from the forum :
ssh-copy-id -p #PORT root@#old/sourceserver > #newserver
then I was able to connect the api
but the issue occurs when I've tried to migrate accounts
the error shows as :
[2024-08-20 09:30:19] - Start import process CWPTOCWP_20240820093018
[2024-08-20 09:30:25] - Import Account cleantec
[2024-08-20 09:30:25] - Create Backup Account cleantec
[2024-08-20 09:30:31] - Start Transfer Backup cleantec
[2024-08-20 05:30:44] - Error in file decompression cleantec
and my old CWP is on centos 7
when I first tried to add connect using CWP to CWP GUI menu it wasn't connecting, then I've found the solution to connect api from the forum :
ssh-copy-id -p #PORT root@#old/sourceserver > #newserver
then I was able to connect the api
but the issue occurs when I've tried to migrate accounts
the error shows as :
[2024-08-20 09:30:19] - Start import process CWPTOCWP_20240820093018
[2024-08-20 09:30:25] - Import Account cleantec
[2024-08-20 09:30:25] - Create Backup Account cleantec
[2024-08-20 09:30:31] - Start Transfer Backup cleantec
[2024-08-20 05:30:44] - Error in file decompression cleantec
Pages: [1]