Show Posts

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.


Messages - overseer

Pages: 1 ... 113 114 [115] 116 117 ... 127
1711
PHP Selector / Re: PHPFPM 8.1.15 not getting build and activated
« on: March 04, 2023, 07:27:10 AM »
Probably something in CentOS 8; I'm running 3 x CentOS 7.9.2009 servers, CWP Pro with PHP 8.1 compiled just fine.

1712
PHP Selector / Re: php_switch_v2 not working
« on: March 04, 2023, 07:20:14 AM »
I'll go ahead and address the elephant in the room: we often get these kinds of panicked "Help!" posts on the forum, but without much detail or logging or even a more comprehensive background and detailed configuration -- it makes these kinds of posts rather difficult to resolve. My eyes usually glaze over and I just skip past these posts. [/elephant]

1713
Studies show that this strategy is counter-productive. Enforced frequent password changes often have a negative effect, with users choosing less secure credentials, making a slight permutation change on their existing passphrase.
https://www.makeuseof.com/tag/frequent-password-changes/#:~:text=The%20Bottom%20Line%201%20User-initiated%20frequent%20password%20changes,negative%20effect,%20with%20users%20choosing%20less%20secure%20credentials.

1714
And be careful if you have CSF blocking countries; you many inadvertently block essential services (the IP you listed shows as being geolocated in France).
Code: [Select]
CC_DENY = "CN"

1715
E-Mail / Re: No send and Receibe Emails...
« on: March 04, 2023, 07:04:31 AM »
You've rebuilt the mail server? Is DNS set up and tested as working? rDNS in place? MX records? SPF TXT records?

1716
PHP / Re: When PHP 8.2 will be available?
« on: March 04, 2023, 07:01:46 AM »
I guess the better question is, when will CWP run on PHP 8.1 instead of the obsolete, EOL PHP 7.1/7.2?

1717
Information / Re: Cluster CWP (Multi-Server Manager) Availability
« on: March 04, 2023, 06:59:19 AM »
Are there any details of this feature documented anywhere? At this point I've adapted to managing my servers with tab groups in a Chromium-based browser and Royal TSX has one-stop management features that get the job done. Cockpit also promises to roll up multi-server management in one location. So I don't necessarily need it, but you have piqued my curiosity...

1718
Installation / Re: wordpress
« on: March 04, 2023, 06:47:14 AM »
Did you check the access and error logs?
Did you fix permissions on the user account?

1719
Information / Re: Change IP Public but at CWP Client list not changing
« on: March 04, 2023, 06:45:54 AM »
In phpMyAdmin, edit the root_cwp database. Edit the user table, ip_address column. I've seen this on VMs that I have moved from one physical IP address to another. I don't know that it's more than a cosmetic issue, as it doesn't seem to affect the vhosts (of course, change those IP references, too):

Code: [Select]
perl -pi -e 's/OLDIPADDRESS/NEWIPADDRESS/g' /usr/local/apache/conf.d/vhosts/*.conf

1720
CentOS-WebPanel GUI / Re: Monthly website statistics not working
« on: March 03, 2023, 06:41:03 AM »
Confirmed; please fix!

1721
Duplicate posted in case it helps someone in the future:
For CWP->CWP Migration, you have to stand on your head, pat your belly, and rub your feet at the same time in order to make this work. Actually, I just had the opportunity to do a CWP -> CWP migration, so here was my solution to the failed connection errors:
Disable the firewall (CSF & LDF) on both servers.
On both servers, reset the r00t password to be 8 characters or fewer.
In
Code: [Select]
/etc/ssh/sshd_config set:
Code: [Select]
PermitRootLogin yes
StrictModes no
Restart sshd:
Code: [Select]
service sshd restartOn the source server, set up the API key (CWP Settings > API Manager) for CWP Migration using the default CWP template.
On the receiving server, use the interface in User Accounts > CWP->CWP Migration.
After successfully migrating the accounts, revert all changes to your SSH configuration, restart the ssh daemon, reset the r00t passphrases to strong ones, and re-enable the firewalls.

1722
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
And to be clear, this had no bearing on my connection difficulties. I already had my SSH key pair in place and it was in the authorized_keys, so that was not the issue. I too experienced the "Connection not reached - the following error occurred" error message before running down my solution list. (For sure, it was the standing on the head part that solved it...)

1723
Information / Re: need help cwp-->cwp
« on: March 03, 2023, 05:26:56 AM »
I am going to duplicate post this solution here, in case it helps someone searching for the answer.

In order to succeed at a CWP->CWP migration, you have to stand on your head, pat your belly, and rub your feet at the same time in order to make this work. Actually, I just had the opportunity to do a CWP -> CWP migration, so here was my solution:
Disable the firewall (CSF & LDF) on both origin and receiving servers.
On both servers, reset the r00t password to be 8 characters or fewer.
In
Code: [Select]
/etc/ssh/sshd_config set:
Code: [Select]
PermitRootLogin yes
StrictModes no
Restart sshd:
Code: [Select]
service sshd restartOn the source server, set up the API key (CWP Settings > API Manager) for CWP Migration using the default CWP template.
On the receiving server, use the interface in User Accounts > CWP->CWP Migration.
After successfully migrating the accounts, revert all changes to your SSH configuration, restart sshd, reset the r00t passphrase to strong ones, and re-enable the firewalls.

1724
You have to stand on your head, pat your belly, and rub your feet at the same time in order to make this work. Actually, I just had the opportunity to do a CWP -> CWP migration, so here was my solution:
Disable the firewall (CSF & LDF) on both servers.
On both servers, reset the r00t password to be 8 characters or fewer.
In
Code: [Select]
/etc/ssh/sshd_config set:
Code: [Select]
PermitRootLogin yes
StrictModes no
Restart sshd:
Code: [Select]
service sshd restartOn the source server, set up the API key (CWP Settings > API Manager) for CWP Migration using the default CWP template.
On the receiving server, use the interface in User Accounts > CWP->CWP Migration.
After successfully migrating the accounts, revert all changes to your SSH configuration, reset the r00t passphrase to strong ones, and re-enable the firewalls.

1725
Backup / Re: New Backup Error
« on: February 13, 2023, 09:46:17 AM »
Not to be snarky, but the New Backup is labeled as "beta" for a reason... I would expect to encounter some bugs along the way until it is fully shaken out!

Pages: 1 ... 113 114 [115] 116 117 ... 127