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

Pages: 1 ... 22 23 [24] 25 26
346
Information / Re: 0.9.8.741 - attention
« on: December 02, 2018, 10:39:32 PM »
I have the same warning "Attention Upgrade required, please contact server administrator!", with 0.9.8.741 version.
I just executed 'sh /scripts/update_cwp' to update CWP, but didn t work.

Has anyone been able to solve the problem?

347
How to / Re: mysql root password error
« on: November 02, 2018, 07:43:31 PM »
Your passwords in
 /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php
 and
 /root/.my.cnf

are equal..??

348
Mod_Security / Re: Getting a System Integrity check problem.
« on: November 02, 2018, 02:21:30 AM »
This situation persists until today.

I checked the old file with my backup against the new, and I get today:
Code: [Select]
# diff old-vzquota /etc/init.d/vzquota
28c28
< [ -e "$dev" ] || mknod $dev b 0 108
---
> [ -e "$dev" ] || mknod $dev b 0 72

So, this is possibly just an update of openvz made by System Administrator.

Regards,
Netino

349
MySQL / Re: Yum Manager and # yum update failing to update Maria SQL
« on: October 31, 2018, 02:37:42 AM »
The update of MariaDB from version 10.1.36-1 to 10.2.18-1 is a major update, and must have be done manually.
This update introduced some differences on behavior of "default" fields of my tables, that you have caution to update.

Follow the procedure descripted at:
https://mariadb.com/kb/en/library/upgrading-from-mariadb-101-to-mariadb-102/

(Adapted to CentOS)
1) Set innodb_fast_shutdown to 0 (this step is not necessary when upgrading to MariaDB 10.2.5 or later - omitting it can make the upgrade process far faster - see MDEV-12289).

2) Execute: yum update (enter 'yes', to update all packges as possible)
    (Possibly the only one package not updated is 'MariaDB-server-10.2.18-1')

3) Take a backup (this is the perfect time to take a backup of your databases)
CAUTION: Believe me. Do backups right now by dumping them due that differences pointed. Be advised!

4) Uninstall MariaDB-server-10.1.36-1. Execute:
    yum remove MariaDB-server-10.1.36-1

5) Install MariaDB-server-10.2.18-1
    yum install MariaDB-server-10.2.18-1
    (or to install all other packages: yum install MariaDB*)

6) Run: mysql_upgrade

mysql_upgrade does two things:
- Upgrades the permission tables in the mysql database with some new fields
- Does a very quick check of all tables and marks them as compatible with MariaDB 10.2
In most cases this should be a fast operation (depending of course on the number of tables)

7) Add new options to my.cnf to enable features

If you change my.cnf then you need to restart mariadb

Regards,
Netino

350
I'm using the 'mailserver.guru' updated version 2.2.33 of dovecot, with the following repo:

Code: [Select]
# Repository mailserver.guru
[mailserver.guru-os]
name=Extra (Mailserver-)Packages for Enterprise Linux 7 - $basearch
baseurl=http://repo.mailserver.guru/7/os/$basearch
#priority=5
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/MAILSERVER.GURU-RPM-GPG-KEY-CentOS-7


[mailserver.guru-testing]
name=Testing (Mailserver-)Packages for Enterprise Linux 7 - $basearch
baseurl=http://repo.mailserver.guru/7/testing/$basearch/
#priority=5
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/MAILSERVER.GURU-RPM-GPG-KEY-CentOS-7


Is working good for me.
But you have wath logs and change it for your needs.

Regards,
Netino

351
Updates / Re: Update MariaDB >= 10.2
« on: October 07, 2018, 08:36:39 PM »
CentOS have not that version for MariaDB.
'yum update' install the latest version, that is 10.1.36, for CentOS 7.
(what is your CentOS version?)

But nothing can stop you from install it from sources.
Or install rpms from RHEL7, that possibly will work too.
At yout risk.

RHEL7 have the '10.2.8-5.el7.x86_64.rpm' version available.

Regards,
Netino

352
Is not possible to understand what is your problem.

353
CentOS-WebPanel Bugs / Re: coin hive attack on my server ... how?
« on: October 07, 2018, 08:13:45 PM »
You *must* have to check your *entire* server, with a clean boot.

If you don't have phisical access to the server, you must ask to it who have.

After that, try to install Maldet, with script:
/scripts/install_maldet

Check if you have some antivirus installed too.

Normally, if you have some malware in your server, discovered by accessing some page, you must check that page individually, and restore the original page or program.

354
I had a similar problem: 'root' panel working normally, but the 'user' panel stops to work suddenly.

Since a change I did in '/root/.mt.cnf', including a custom section called "[monitoring]" to do monitoring in mysql, the user panel stops to work.
Although the section is legitimate to do work mysql normally, seems the control panel do some parsing in that file to do work the user panel.
So, when I remove that custom section, the problem vanished.

If you have some customization in that file, try to remove them.

Regards,
Netino

355
CentOS 6 Problems / Re: Issue with dovecot/postfix
« on: September 25, 2018, 04:01:05 AM »
You have some program piping to dovecot-lda program.
You have dovecot-lda program setuid for user and group, meaning this program will be executed as the 'root' user or 'mgrsecure' group permissions.

These messages are from what logfile..??

My installation have not these files setuid.
Perhaps you have a security problem?

Regards,
Netino

356
Suggestions / Re: Cwp.user branding logo in CWP.Pro systems.
« on: March 25, 2018, 04:57:43 PM »
You can set the 'immutable' attribute, by using:

chattr +i /usr/local/cwpsrv/var/services/users/cwp_theme/design/img/cwp_logo.png

Regards,

357
Information / Re: How to update pure-ftpd
« on: February 24, 2018, 05:11:44 PM »
Did you tryed..?:
# yum update

358
I can build it / Re: Translate template to brazilian portuguese
« on: February 24, 2018, 04:23:51 PM »
Seems the posting of attached files, and the private messages on this forum are disabled.
I tryed to post them too, but I coulndn't.

Someone to confirm it..?!

359
What instructions I must not follow..??!!

360
Information / Re: CWP Why is it encrypted?
« on: January 03, 2018, 04:13:48 AM »
(...)
open source codes are vulnerable to attacks, i.e. why it is hidden and cwp is not a open source software.

The old "security by obscurity".
This is absolutely not true.
If you need you code be more secure, you *must* open it, and submit it to criticisms.
Without doing so, you always get a false sense of security.
Myself already report holes, without know anything of the panels's code.

Regards,
Netino

Pages: 1 ... 22 23 [24] 25 26