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 ... 59 60 [61] 62 63 ... 96
901
Information / Re: Unknown user in cwp user quota
« on: August 02, 2023, 08:02:53 PM »
That looks to be a list of UIDs. Did you migrate from cPanel or another control panel, or create and delete users from outside CWP?

902
Can you do this operation in 2 steps -- 1) move it to /backups and then 2) move it to the sub-directory?

903
CentOS-WebPanel GUI / Re: How to enable Terminal for Users?
« on: August 02, 2023, 01:39:51 PM »
Since the CWPpro Terminal is so slow & buggy as to be worthless, I wouldn't want to foist it on my users anyway. And only a couple of my clients are trusted to have shell access anyway (esp. the 1:1 VM that I run like a VPS).
https://control-webpanel.com/free-your-mind-new-terminal
So yes, go with PuTTY on Windows or a terminal on Linux or Mac. Don't try to do everything within the web browser. Or you could point users to a Chrome extension: https://chrome.google.com/webstore/detail/secure-shell/iodihamcpbpeioajjeobimgagajmlibd

904
CentOS 7 Problems / Re: Can't start Mysql Server
« on: August 01, 2023, 02:29:34 AM »
If you have crashed InnoDB tables, you can add these lines to / etc / my .cnf and restart mariadb:
Code: [Select]
# Recovery mode options
innodb_force_recovery = 1
innodb_purge_threads = 0
Quote
Warning
Only set innodb_force_recovery to a value greater than 0 in an emergency situation, so that you can start InnoDB and dump your tables. Before doing so, ensure that you have a backup copy of your database in case you need to recreate it. Values of 4 or greater can permanently corrupt data files. Only use an innodb_force_recovery setting of 4 or greater on a production server instance after you have successfully tested the setting on a separate physical copy of your database. When forcing InnoDB recovery, you should always start with innodb_force_recovery=1 and only increase the value incrementally, as necessary.

EDIT: The forum apparently REALLY doesn't want you to use the system path to MariaDB's config file...

905
CentOS 7 Problems / Re: DKIM invalid or fail, how to restore to ok ? ? ?
« on: August 01, 2023, 02:20:13 AM »
Which do you recommend:
Starflare?
Cloudburst?

I used to use NameCheap but pivoted away to Cloudflare for domain registration and DNS infrastructure several years ago. Aside from the financial aspects (NameCheap doesn't live up to its name as well as it used to, and Cloudflare is true wholesale pricing), I experienced a DDoS that took down NameCheap's DNS and therefore knocked all my domains offline for hours, affecting numerous clients. That was the last straw that pushed me to switch providers. Plus, Cloudflare's distributed architecture is great, the feature amenities are unmatched, and DNS updates propagate worldwide nearly instantaneously. Win, win, win.

906
CentOS 7 Problems / Re: Node installation
« on: July 29, 2023, 08:02:40 PM »
Time to ELevate to AlmaLinux 8.8...

907
MySQL / Re: Mysql Remote
« on: July 29, 2023, 08:01:20 PM »

908
CentOS-WebPanel Bugs / Re: LetsEncrypt not working for hostname
« on: July 29, 2023, 04:11:37 PM »
And also, cloudflare offer free lifetime SSL so don't need to renew any SSL
Cloudflare's SSL is only good for HTTPS requests, port 443, It will not work for you if you are wanting to host mail & FTP. So for many, it's a non-starter if you are trying to run an all-in-one box (web server, mail server, etc.)

909
Installation / Re: unkown database root_cwp
« on: July 29, 2023, 01:49:14 AM »
An older copy is available here:
Code: [Select]
curl -O http://dl1.centos-webpanel.com/files/cwp/sql/root_cwp.sqlYou could edit the install script so as to reference this SQL source instead so as to complete the installation.

EDIT: Bing's cached copy indicates that the dl1 linked file is the same as the static.cdn version of the root_cwp.sql file. So my suggestion is a valid workaround until the devs get this sorted.

910
Installation / Re: it asks for mysql password on first install
« on: July 28, 2023, 11:02:08 PM »
You've supplied the MySQL root user password (not the system root user)?
And as a prerequisite, you've successful run mysql_secure_installation ?

911
Updates / Re: CWP fails update jumped 3 versions
« on: July 28, 2023, 10:54:07 PM »
mod_rewrite module is no longer installed in latest cwp
That would be putting a (metaphorical) gun to your head and pulling the trigger. Or amputating a major limb (done using that arm now). mod_rewrite is a default, essential apache module, so they would not fail to include it.
Code: [Select]
[root@srv# locate mod_rewrite
/usr/local/apache/include/mod_rewrite.h
/usr/local/apache/manual/images/mod_rewrite_fig1.gif
/usr/local/apache/manual/images/mod_rewrite_fig1.png
/usr/local/apache/manual/images/mod_rewrite_fig2.gif
/usr/local/apache/manual/images/mod_rewrite_fig2.png
/usr/local/apache/manual/mod/mod_rewrite.html
/usr/local/apache/manual/mod/mod_rewrite.html.en
/usr/local/apache/manual/mod/mod_rewrite.html.fr.utf8
/usr/local/apache/modules/mod_rewrite.so

912
Installation / Re: unkown database root_cwp
« on: July 28, 2023, 10:49:23 PM »
You can manually create the root_cwp database if need be. But are you supplying valid SQL DB credentials to the install script?

913
E-Mail / Re: Mail Transport Unavailable - Postfix
« on: July 28, 2023, 10:48:02 PM »
In TCP Out, add port 465
Definitely add 465 (SSL/TLS), in order to support Windows Mail, Outlook, and Mac Mail. Other MUAs (mail user agents) such as Thunderbird default to STARTTLS on standard ports (25 for SMTP, 143 for IMAP), but in order to support the widest range of clients, you should support 25, 465, and 587 (submission).

My csf.conf is as Starburst recommended, so nothing to add there. I am country code blocking CN, RU, KP, NG, and a few other "hacky" countries, but that doesn't interfere with Gmail delivery. I would second his recommendation to try rebuilding the mail server as a matter of housekeeping. Do you have any Google-specific API keys in your DNS?

914
Information / Re: Roundcube big security issue.
« on: July 28, 2023, 10:17:10 PM »
cd /scripts
./mail_roundcube_update
Note that you don't want to do this if you've manually updated to roundcube 1.5.3 per Sandeep's instructions. The "logic" of the roundcube update script does not take into account the currently installed version and will merrily blow away a newer 1.5.x install and install 1.4.11 instead.

915
E-Mail / Re: Mail Transport Unavailable - Postfix
« on: July 28, 2023, 12:58:23 AM »
Are you checking with Google's Postmaster Tools to gain more insight into your deliverability issues from Google's perspective? Gmail can be particularly finicky, even if you have SSL, reverse DNS and SPF/DMARC records all set up. One compromised account on one of my servers was all it took to shut down deliverability to Gmail and it took a good deal of work (and some time) to get it flowing again.

Pages: 1 ... 59 60 [61] 62 63 ... 96