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 - pipoy

Pages: 1 [2] 3
16
Information / Re: Disappointed with CWP 🤬
« on: April 21, 2021, 09:49:17 AM »
It's a free panel. We should be grateful.

Even if you subscribed with paid the monthly support, you are still getting the same application, CWPPro or not, with support or without. So you are experiencing the same bugs as us, but some of us are not complaining because we know how to use them. If there are things we cannot fix, we are able to move back and forth.

What I dont understand is that people here have paying customers, and they are depriving them with a better application and settling with a free panel.

There is WHM/Cpanel

You get what you pay for.

17
CentOS 7 Problems / Re: Removing Quotas
« on: April 21, 2021, 01:10:35 AM »
Update.
Turned out I did this before
https://www.interworx.com/support/faq/enabling-quotas-centos7/

Just had to revert /etc/default/grub back to original.

Now, I still dont understand why the lower left hand portion of the interface does not update.


18
CentOS 7 Problems / Removing Quotas
« on: April 21, 2021, 12:33:42 AM »
Hi,

I have configured quota before for disk /dev/vda1.

Now, I have added a new partition for /home in /dev/vdb because the users are growing.

I have setup the quota as before and configured it as /home this time.

but the problem here is that the quotas in the UI did not change and it is still reading the quota from /dev/vda1



Upon checking User Quota via repquota -a, I have 2 quotas.

The old one from /dev/vda1 and the new one at /dev/vdb


*** Report for user quotas on device /dev/vda1
Block grace time: 7days; Inode grace time: 7days
                        Space limits                File limits
User            used    soft    hard  grace    used  soft  hard  grace
----------------------------------------------------------------------


** Report for user quotas on device /dev/vdb
Block grace time: 7days; Inode grace time: 7days
                        Space limits                File limits
User            used    soft    hard  grace    used  soft  hard  grace



Question is how do totally delete the configuration from /dev/vda1

19
PHP / Re: PHP 8.0
« on: December 06, 2020, 12:23:26 PM »
Sandeep already has tutorial.

https://www.mysterydata.com/install-php-8-latest-version-in-cwp-control-panel/


Not official yet but he said config is 100% copy of the official.

I would suggest saving a snapshot first.

20
Installation / MongoDB Install failed
« on: July 07, 2020, 08:40:51 AM »
Cant install mongodb and this is the error appears.



Code: [Select]
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.glesys.net
 * epel: my.fedora.ipserverone.com
 * extras: mirrors.glesys.net
 * updates: mirrors.glesys.net
http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/repodata/repomd.xml: [Errno 14] curl#63 - "Callback aborted"
Trying other mirror.


 One of the configured repositories failed (MongoDB 2.6 Repository),
 and yum doesn't have enough cached data to continue. At this point the only
 safe thing yum can do is fail. There are a few ways to work "fix" this:

     1. Contact the upstream for the repository and get them to fix the problem.

     2. Reconfigure the baseurl/etc. for the repository, to point to a working
        upstream. This is most often useful if you are using a newer
        distribution release than is supported by the repository (and the
        packages for the previous distribution release still work).

     3. Run the command with the repository temporarily disabled
            yum --disablerepo=mongodb-org-2.6 ...

     4. Disable the repository permanently, so yum won't use it by default. Yum
        will then just ignore the repository until you permanently enable it
        again or use --enablerepo for temporary usage:

            yum-config-manager --disable mongodb-org-2.6
        or
            subscription-manager repos --disable=mongodb-org-2.6

     5. Configure the failing repository to be skipped, if it is unavailable.
        Note that yum will try to contact the repo. when it runs most commands,
        so will have to try and fail each time (and thus. yum will be be much
        slower). If it is a very temporary problem though, this is often a nice
        compromise:

            yum-config-manager --save --setopt=mongodb-org-2.6.skip_if_unavailable=true

failure: repodata/repomd.xml from mongodb-org-2.6: [Errno 256] No more mirrors to try.
http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/repodata/repomd.xml: [Errno 14] curl#63 - "Callback aborted"
Redirecting to /bin/systemctl restart mongod.service
Failed to restart mongod.service: Unit not found.

21
PHP Selector / Re: How to add PHP 7.4 to PHP Selector 2 (CWP Pro)?
« on: June 18, 2020, 09:46:43 AM »
7.4 is not getting installed using the sellector.

Not working for me

22
CentOS Configuration / Re: How to configure SpamAssassin
« on: June 05, 2020, 02:13:36 AM »
Thank you. I just did that.

Your instructions to configure spamassassin definitely works!

They are now being tagged as spam. Finally.

But I want to further strengthen the security by completely blocking domains.

Went to do this one.
https://forum.centos-webpanel.com/e-mail/spam-config/

Now sure yet if it worked.

23
CentOS Configuration / Re: How to configure SpamAssassin
« on: June 04, 2020, 01:06:08 AM »
Thank you so much for this.

I am in desperately need of this config since I moved back to CWP.

I am getting an awful lots of unwanted emails and viruses.

Let me check and update this thread if it works.

The official instructions is definitely outdated because it didnt work for me.


Speaking of viruses, I am also in doubt that the Clamav email antivirus work.
I am receiving attachments in zip, img, pdf that turn out to be viruses.

Hopefully spamassassin will block them first hand.

24
Information / Email hosting only
« on: May 16, 2020, 12:17:41 AM »
Hi,

Can anyone guide me on how to create a package for email hosting only?
And not permit the user to create a website.

For every account, there is always a domain name and public_html. So by default, they can create websites.
But I am trying to figure out how can they be restricted in creating websites.

Perhaps setting nproc and apache_nproc to 0?


25
Apache / Re: Run Node js with CWP
« on: May 13, 2020, 12:16:14 AM »
Anyone please?

26
Information / How Incremental backup works? CWPpro
« on: May 10, 2020, 01:26:04 AM »
Hi,

For CWP pro users.

Is it just me or the incremental backup is just the same as full backup but uncompressed?

By definition: Incremental Backup
a security copy which contains only those files which have been altered since the last full backup.

But when I look at my backups, it's the whole account being backed up that is uncompressed.

27
Apache / Run Node js with CWP
« on: May 09, 2020, 05:18:49 AM »
I followed this guide to install node js

https://wiki.centos-webpanel.com/how-to-install-and-setup-node-js-on-cwp

After this part
Configure webservers for domain to be used for nodejs Application:
CWP.Admin left Menu -> Webserver settings -> Webserver Domain Conf -> Select Username -> Select Domain/Subdomain -> create configuration -> select any option with (custom port) -> check the box – Rebuild webserver conf for domain on save -> Enter port number you have used in the application for the custom port, leave IP as 127.0.0.1 -> save changes


I get Service Unavailable.

Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

Anyone here knows how to solve this?

My application requires LAMP.

I deployed a brand new server with just CWP just to see what's the issue. Same thing.

So i must be missing 1 step or CWP is creating this error.

28
Information / Re: Mailgun SMTP for Postfix
« on: May 09, 2020, 05:14:00 AM »
Hi All,

Thank you for your replies.

The provider was Vultr. And issue was the same with Upcloud and AWS.


Mailgun uses cyrus-sasl-plain.

By default, these are the only installed only

When you search for sasl

Code: [Select]
rpm -qa|grep sasl
cyrus-sasl-sql-2.1.26-23.el7.x86_64
cyrus-sasl-2.1.26-23.el7.x86_64
cyrus-sasl-devel-2.1.26-23.el7.x86_64
cyrus-sasl-lib-2.1.26-23.el7.x86_64

To fix

Code: [Select]
yum install cyrus-sasl-plain


30
Information / Re: Cannot create email in user side
« on: April 29, 2020, 08:12:43 AM »
Update:

Fixed at v0.9.8.965

Pages: 1 [2] 3