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

Pages: 1 [2]
16
CentOS 7 Problems / Re: Clamav + Amavis not auto starting
« on: February 21, 2018, 04:20:53 PM »
I use this after a reboot:

service clamd stop
service postfix stop
rm -f /var/run/clamd.amavisd/clamd.sock

!!!delay for 10 seconds before continuing

service postfix start
service clamd start



17
CentOS 7 Problems / Re: You are NOT running CWP Pro
« on: February 21, 2018, 04:19:11 PM »
re ran the Daily cron

./etc/cron.daily/cwp

fixed it

aparently it couldnt see the CWP server for updates.. but it can ping it now..


18
CentOS 7 Problems / You are NOT running CWP Pro
« on: February 21, 2018, 04:07:07 PM »
I paid for the software and its been working great for 6 months now.. and now all of a sudden it says "You are NOT running CWP Pro"


here is the sinfo.sh output.



[root@server ~]# curl http://dl1.centos-webpanel.com/files/s_scripts/sinfo.sh|sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   889  100   889    0     0   2673      0 --:--:-- --:--:-- --:--:--  2677
===============================================
Kernel:
Linux server.nicksmail.co 4.15.3-1.el7.elrepo.x86_64 #1 SMP Mon Feb 12 06:46:25 EST 2018 x86_64 x86_64 x86_64 GNU/Linux

CPU info:
model name   : Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz

Release:
CentOS Linux release 7.4.1708 (Core)

Arch:
x86_64

Virtualization Type:

Memory:
              total        used        free      shared  buff/cache   available
Mem:          64409        2905       59960           9        1543       60904
Swap:          8063           0        8063

MySQL info:
mysql  Ver 15.1 Distrib 10.1.31-MariaDB, for Linux (x86_64) using readline 5.1

Disk Info:
Filesystem           Size  Used Avail Use% Mounted on
devtmpfs              32G     0   32G   0% /dev
tmpfs                 32G  8.0K   32G   1% /dev/shm
tmpfs                 32G  8.7M   32G   1% /run
tmpfs                 32G     0   32G   0% /sys/fs/cgroup
/dev/mapper/cl-root   50G   22G   29G  43% /
/dev/sda1           1014M  182M  833M  18% /boot
/dev/sdb1            2.0T  350G  1.6T  19% /fullbackup
/dev/mapper/cl-home  499G   22G  477G   5% /home
tmpfs                6.3G     0  6.3G   0% /run/user/0


#
# /etc/fstab
# Created by anaconda on Tue Aug 15 19:06:46 2017
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/cl-root     /                       xfs     defaults        0 0
UUID=6b502fcf-8025-436c-a125-100b4d216e40 /boot                   xfs     defaults        0 0
/dev/mapper/cl-home     /home                   xfs     defaults        0 0
/dev/mapper/cl-swap     swap                    swap    defaults        0 0
LABEL=/fullbackup /fullbackup      ext4    defaults        1 2

Apache PHP info:
Failed loading /usr/local/ioncube/ioncube_loader_lin_7.2.so:  /usr/local/ioncube/ioncube_loader_lin_7.2.so: cannot open shared object file: No such file or directory
Failed loading /usr/local/zend/5.6/ZendGuardLoader.so:  /usr/local/zend/5.6/ZendGuardLoader.so: undefined symbol: zval_used_for_init
PHP 7.2.1 (cli) (built: Jan 19 2018 11:57:58) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2017 Zend Technologies

Apache start script check:
grep: /etc/init.d/httpd: No such file or directory

CWP Admin check:
/usr/local/cwpsrv/htdocs/admin

CWP version:
Failed loading /usr/local/ioncube/ioncube_loader_lin_7.2.so:  /usr/local/ioncube/ioncube_loader_lin_7.2.so: cannot open shared object file: No such file or directory
Failed loading /usr/local/zend/5.6/ZendGuardLoader.so:  /usr/local/zend/5.6/ZendGuardLoader.so: undefined symbol: zval_used_for_init
No Loader is installed. Please contact support.
===============================================

19
Updates / Re: SOFTACULOUS FIX
« on: January 25, 2018, 08:10:59 PM »
what version of CWP are you on?
im on CWPpro version: 0.9.8.432

20
Updates / Re: SOFTACULOUS FIX
« on: January 24, 2018, 03:00:46 PM »
Im able to manually use Softaculous by going to the link

http://yourIP:2082/username/?module=softaculous

Change the link accordingly.

works as of Softaculous 4.9.8

21
Updates / Re: SOFTACULOUS FIX
« on: January 22, 2018, 02:04:18 AM »
This needs to be a priority..

22
CentOS-WebPanel GUI / Re: User panel Spelling error
« on: November 30, 2017, 07:18:57 PM »
Im just reporting it because it was in the NEW control panel version.

23
CentOS-WebPanel GUI / User panel Spelling error
« on: November 30, 2017, 05:09:33 PM »
In the user email section "List of Mail Box accounts and Mail Forwarders " of the User panel, the graphic for "Change Password" is misspelled as "Change Passord"

24
E-Mail / Re: Move "/var/vmail" to "/home/vmail"
« on: November 13, 2017, 07:27:30 PM »
Use this, as Ive tested this with Centos7

service postfix stop && mv /var/vmail/ /home/vmail && mv /var/vmail /var/vmailold && ln -s /home/vmail /var/vmail && service postfix start


you can remove the /var/vmailold at your leisure when you know all is working..

26
If you have issues with users forwarding email and you get mail que backups because your server isn't on the originating server SPF.

https://www.mind-it.info/2014/02/22/forward-postfix-spf-srs/

This fixes it and mails now send as the user on your server instead of the originating domain.

Tested on CentOS 7
CWPpro version: 0.9.8.359

All working great.

Pages: 1 [2]