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
Migration from other control panels / Re: CWP to CWP migration does not connect
« on: January 30, 2025, 01:00:54 AM »whch stanza r u saying and kindly help more than 48hrs am trying cwp migration both server are almalinux 8 only followed the procedure properly but getting msg connection not reached this error occured and source side amd getting this error msg
Jan 29 23:11:09 cwp.s4hosting.in sshd[87946]: error: PAM: Authentication failure for root from xxxxxxx
Jan 29 23:11:09 cwp.s4hosting.in sshd[87951]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ss>
Jan 29 23:11:12 cwp.s4hosting.in sshd[87946]: error: PAM: Authentication failure for root from xxxxxxx
Jan 29 23:11:12 cwp.s4hosting.in sshd[87960]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ss>
Jan 29 23:11:13 cwp.s4hosting.in sshd[87946]: error: PAM: Authentication failure for root from xxxxxxxx
Jan 29 23:11:13 cwp.s4hosting.in sshd[87946]: Failed password for root from xxxxxxxxxx port 58902 ssh2
Jan 29 23:11:13 cwp.s4hosting.in sshd[87946]: Failed password for root from xxxxxxxxxxx port 58902 ssh2
Jan 29 23:11:13 cwp.s4hosting.in sshd[87946]: Connection closed by authenticating user root xxxxxxxx port 58902 [>
Jan 29 23:14:20 cwp.s4hosting.in sshd[88181]: Accepted keyboard-interactive/pam for root from xxxxxxxx port 14457 >
Jan 29 23:14:21 cwp.s4hosting.in sshd[88181]: pam_unix(sshd:session): session opened for user root by (uid=0)
I have succeeded after 2 days of head brake the problem is in private key id_rsa permission issue it was in 644 and changed to 600 after so many reasearches and studies of sshd config......
2
Migration from other control panels / Re: CWP to CWP migration does not connect
« on: January 29, 2025, 05:45:47 PM »
whch stanza r u saying and kindly help more than 48hrs am trying cwp migration both server are almalinux 8 only followed the procedure properly but getting msg connection not reached this error occured and source side amd getting this error msg
Jan 29 23:11:09 cwp.s4hosting.in sshd[87946]: error: PAM: Authentication failure for root from xxxxxxx
Jan 29 23:11:09 cwp.s4hosting.in sshd[87951]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ss>
Jan 29 23:11:12 cwp.s4hosting.in sshd[87946]: error: PAM: Authentication failure for root from xxxxxxx
Jan 29 23:11:12 cwp.s4hosting.in sshd[87960]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ss>
Jan 29 23:11:13 cwp.s4hosting.in sshd[87946]: error: PAM: Authentication failure for root from xxxxxxxx
Jan 29 23:11:13 cwp.s4hosting.in sshd[87946]: Failed password for root from xxxxxxxxxx port 58902 ssh2
Jan 29 23:11:13 cwp.s4hosting.in sshd[87946]: Failed password for root from xxxxxxxxxxx port 58902 ssh2
Jan 29 23:11:13 cwp.s4hosting.in sshd[87946]: Connection closed by authenticating user root xxxxxxxx port 58902 [>
Jan 29 23:14:20 cwp.s4hosting.in sshd[88181]: Accepted keyboard-interactive/pam for root from xxxxxxxx port 14457 >
Jan 29 23:14:21 cwp.s4hosting.in sshd[88181]: pam_unix(sshd:session): session opened for user root by (uid=0)
Jan 29 23:11:09 cwp.s4hosting.in sshd[87946]: error: PAM: Authentication failure for root from xxxxxxx
Jan 29 23:11:09 cwp.s4hosting.in sshd[87951]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ss>
Jan 29 23:11:12 cwp.s4hosting.in sshd[87946]: error: PAM: Authentication failure for root from xxxxxxx
Jan 29 23:11:12 cwp.s4hosting.in sshd[87960]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ss>
Jan 29 23:11:13 cwp.s4hosting.in sshd[87946]: error: PAM: Authentication failure for root from xxxxxxxx
Jan 29 23:11:13 cwp.s4hosting.in sshd[87946]: Failed password for root from xxxxxxxxxx port 58902 ssh2
Jan 29 23:11:13 cwp.s4hosting.in sshd[87946]: Failed password for root from xxxxxxxxxxx port 58902 ssh2
Jan 29 23:11:13 cwp.s4hosting.in sshd[87946]: Connection closed by authenticating user root xxxxxxxx port 58902 [>
Jan 29 23:14:20 cwp.s4hosting.in sshd[88181]: Accepted keyboard-interactive/pam for root from xxxxxxxx port 14457 >
Jan 29 23:14:21 cwp.s4hosting.in sshd[88181]: pam_unix(sshd:session): session opened for user root by (uid=0)
3
Migration from other control panels / Re: CWP to CWP migration does not connect
« on: January 29, 2025, 08:54:41 AM »Hi all.
I got this working.
In old (origin) server had following block to enable the user root to login with password in file sshd_config:
Match User root
PubkeyAuthentication no
PasswordAuthentication yes
PermitRootLogin yes
Without success and without any additional information on /var/log/secure log.
Searching on the internet I see this parameter and enabled it on sshd_config:
ChallengeResponseAuthentication yes
Without success too but with addicional log telling me:
pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
The user root is 0, always. So strange.
Searching on internet again I see this site https://www.ezeelogin.com/kb/article/sshd3167-pam_succeed_if-40;sshdauth-41;-requirement-uid-=-1000-not-met-by-user-root-306.html showing to enable root login by IP with bellow block on sshd_config file:
Match Address NEW_SERVER_IP
PermitRootLogin yes
PubkeyAuthentication no
PasswordAuthentication yes
Done this, restarted SSHD and connection was successful.
Here is the solution in case anyone facing this problem too.
Thanks you all for help!
If i add match address ip sshd cant restart
4
Migration from other control panels / Re: cwp-cwp migration Connection not reached The following error occurred
« on: January 28, 2025, 07:41:23 PM »
cwp migration still working for almalinux 8 previously i have done by using with the above procedure but today that procedure not working any update?
5
Installation / Re: Compiler requires 512 MB RAM + SWAP
« on: November 17, 2024, 12:18:51 AM »Am facing this issue after moved my server from centos7 to almalinux, i have used 16gb ram only while using centos7 now i have increased my ram to 24gb for almalinux after 16gb memory overload. now 24gb also used 92% swap memory using 4gb top commands nothing show big spike anyone help pls.....
Any help hel in this ? still am facing this issue
6
Installation / Re: Compiler requires 512 MB RAM + SWAP
« on: September 22, 2024, 01:30:38 PM »
Am facing this issue after moved my server from centos7 to almalinux, i have used 16gb ram only while using centos7 now i have increased my ram to 24gb for almalinux after 16gb memory overload. now 24gb also used 92% swap memory using 4gb top commands nothing show big spike anyone help pls.....
7
Other / Re: Email Accounts are not getting listed
« on: July 10, 2024, 03:36:46 AM »
if its ajax error means make sure u have chosen the correct time zone in cwp php ini version
8
Problems on other RedHat linux servers / Re: IP Manager under Almalinux 8.9
« on: July 07, 2024, 07:34:25 AM »
hi how about almalinux 8.10 is that option still are in beta? ip manager and chkconfig manager?
and one more thing is i have successfully move to almalinux 8.1 everything works fine but above 2 error am facing and another one check record option under dns list zone bind dns info status is showing as inactive
and one more thing is i have successfully move to almalinux 8.1 everything works fine but above 2 error am facing and another one check record option under dns list zone bind dns info status is showing as inactive
9
Updates / Re: CentOS 7 Update to CentOS 8 Stream
« on: April 05, 2024, 07:26:08 AM »
but cwp support recommend centos is the 1st priority after that only other distro they recommend.....

10
Updates / Re: CentOS 7 Update to CentOS 8 Stream
« on: April 04, 2024, 11:32:28 PM »
Hi i have seen the migration procedure while search in google is that migration will do migrate without data loss? here the procedure which i have seen in google search....
CentOS 7 to CentOS 8 Stream Migration:
CentOS 7 will be supported until June 2024, while CentOS 8 will be supported until the end of 2021.
To migrate from CentOS 7 to CentOS 8 Stream, follow these steps:
Update the system: sudo dnf update -y
Install CentOS 8 release stream repository: sudo dnf install centos-release-stream -y
Adjust repositories to point to CentOS Stream: sudo dnf swap centos-linux-repos centos-stream-repos -y3.
CentOS 7 to CentOS 8 Stream Migration:
CentOS 7 will be supported until June 2024, while CentOS 8 will be supported until the end of 2021.
To migrate from CentOS 7 to CentOS 8 Stream, follow these steps:
Update the system: sudo dnf update -y
Install CentOS 8 release stream repository: sudo dnf install centos-release-stream -y
Adjust repositories to point to CentOS Stream: sudo dnf swap centos-linux-repos centos-stream-repos -y3.
11
Migration from other control panels / Re: cwp-cwp migration Connection not reached The following error occurred
« on: September 03, 2022, 08:01:41 AM »Let make simple,
on new server copy Public Key from: # cat /root/.ssh/id_rsa.pub
and paste Public key to Old server: # nano /root/.ssh/authorized_keys
Nice this method looks like its working any way once complete will update here
12
Migration from other control panels / Re: cwp-cwp migration Connection not reached The following error occurred
« on: September 03, 2022, 07:41:59 AM »
Hi facing the same error after update cwp I think am facing this issue....
13
DNS / Re: Domain doesn't work without 'www'
« on: December 12, 2021, 03:12:53 PM »delete all dns records and create new one :-
A
Cname
MX
NS
A record will be non www and should point to server ip address
eg.
A domain.com 192.168.0.1
cname www domain.com
My domain is s4hosting.in hostname is cwp.s4hosting.in using cloudflare ns records dns records are looking fine http://leafdns.com/index.cgi?testid=196F7599 but still i couldnt renew letsencrypt ssl every time getting www or without ww error can u pls help in this......
14
SSL / Re: All domains getting ssl error
« on: October 02, 2021, 12:19:49 PM »
facing the same problem couldnt find the error in error log too...
apache/domlogs/smithikamobiles.in error log also not showing anything
domain name : http://smithikamobiles.in without ssl working fine
https://smithikamobiles.in not working getting ERR_SSL_PROTOCOL_ERROR
any one help me to fix more than 5 days searching for solution...
apache/domlogs/smithikamobiles.in error log also not showing anything
domain name : http://smithikamobiles.in without ssl working fine
https://smithikamobiles.in not working getting ERR_SSL_PROTOCOL_ERROR
any one help me to fix more than 5 days searching for solution...
Pages: [1]