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 ... 4 5 [6] 7 8 ... 80
76
is it a small bug with the migration options cpanel to cwp?
I would guess that... I encountered some bugs a few years back that I had to manually rectify, but I'm sure the process has been refined along the way -- at least it gets you 95% of the way there!

77
CentOS 8 Problems / Re: New Account Failed
« on: December 04, 2024, 06:08:27 PM »
Have you done tests with the root user in a shell? -- create a test user via CLI tools, see what happens in /home, verify that root is able to function normally on the system. (Side note: I always create another sudo/admin user on every system I administer, that way I can ssh in as that admin user and only elevate privileges as necessary.)

78
CentOS 7 Problems / Re: NEW ACCOUNT Failed
« on: December 03, 2024, 09:26:49 PM »
You first established a Package and defined user limits, then set that as the assigned package for the new user?

79
CentOS 8 Problems / Re: New Account Failed
« on: December 03, 2024, 09:26:05 PM »
Do you have a Package with limits set up and are assigning that to the new user?

80
Information / Re: CWP Support Site Not Working
« on: December 03, 2024, 09:24:58 PM »
Their sites are still a mess -- half are "centos-webpanel" and half are "control-webpanel":
https://control-webpanel.com/support-services
links you to:
https://support.centos-webpanel.com/cart.php?a=confproduct&i=0
...where you should be able to submit a ticket. You have an account, right?

81
DNS / Re: name servers taken a while to update
« on: December 01, 2024, 06:38:14 PM »
Yes, the key is to give it time (24, 48, up to 72 hours) to propagate worldwide. Unless your infrastructure is Cloudflare based, then you will just have to wait seconds for worldwide propagation. :)

82
DNS / Re: named.service failed - NO DNS
« on: December 01, 2024, 06:36:06 PM »
To finalize, set the sticky bit permissions on the directory:
Code: [Select]
chmod +t 777 /var/named

83
DNS / Re: named.service failed - NO DNS
« on: November 30, 2024, 01:44:12 AM »
Check permissions on /var/named:
Code: [Select]
[root@srv1 overseer]# ls -al /var/ | grep named
drwxrwx--T.  6 root  named 8192 Sep  6 20:13 named

84
We are working on resolving this issue, a quick fix is ​​to go to this file
Code: [Select]
nano /etc/login.defs


and comment out the following line

Code: [Select]
SHA_CRYPT_MAX_ROUNDS 5000


to

Code: [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.

85
Updates / Re: How to update Imagick?
« on: November 29, 2024, 07:42:25 PM »
Too literal?
Code: [Select]
[root@srv1 overseer]# ls -al /opt/alt/php*/usr/bin/php-config
-rwxr-xr-x. 1 root root 3530 Mar 30  2021 /opt/alt/php-fpm56/usr/bin/php-config
-rwxr-xr-x  1 root root 3763 Dec  1  2022 /opt/alt/php-fpm74/usr/bin/php-config
-rwxr-xr-x  1 root root 3883 Nov 22 03:50 /opt/alt/php-fpm81/usr/bin/php-config

86
Installation / Re: CWP Fresh install on Almalinux 9 Error root login
« on: November 26, 2024, 06:05:14 AM »
Do you have PermitRootLogin yes in /etc/ssh/sshd_config?

87
Other / Re: Signing up for business support, but have questions
« on: November 22, 2024, 11:26:12 PM »
Someone random -- like me or Starburst...

88
Other / Re: Signing up for business support, but have questions
« on: November 21, 2024, 11:09:31 PM »
I don't have any personal experience with their support services (other than 1-2 paid support tickets early in my CWP career -- mostly pertaining to cPanel migration issues). I tend to think you'd be better off hiring mercenary sysadmin support, but that depends on your skill set and desired levels of control and DIY-aptitude. But you could give it a go for a month or two and report back... I'd be interested to know!

89
Information / Re: Changelogs
« on: November 18, 2024, 12:24:37 AM »

90
Installation / Re: CWP without dns and mail
« on: November 17, 2024, 04:40:24 PM »
Disable them and then disable access via the CSF firewall so you don't expose the ports, thereby advertising the services.

Pages: 1 ... 4 5 [6] 7 8 ... 80