MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: rajitbansal on 2017-07-18, 11:22:54

Title: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-18, 11:22:54
My server was compromised so i took up and backup and reinstalled the OS
After that i installed KloxoMr7
and tried to restore my previous backup .

Backup was restored successfully but non of the site is opening now .
i can access kloxo panel but website is not opening .

Chrome shows me ERR_CONNECTION_RESET
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: MRatWork on 2017-07-18, 11:25:28
Inform here 'sh /script/sysinfo' and what's you see for 'sh /script/restart-all'.
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-18, 11:33:31
Code: [Select]
[root@server1 ~]# sh /script/sysinfo
A. Control Panel:
   - Kloxo-MR: 7.0.0.c-2017071101
   - Web: hiawatha-10.6.0-f.1.mr.el7.x86_64
   - PHP: php56s - 5.6.30-2.ius.centos7 (fpm mode)
B. Plateform:
   - OS: CentOS Linux release 7.3.1611 (Core) x86_64
   - Hostname: server1
C. Services:
   1. MySQL: MariaDB-server-10.0.31-1.el7.centos.x86_64
   2. PHP:
      - Installed:
        - Branch: php56u-cli-5.6.30-2.ius.centos7.x86_64
      - Used: --PHP Branch--
      - Multiple: disable
   3. Web Used: apache
     - Hiawatha: hiawatha-10.6.0-f.1.mr.el7.x86_64
     - Lighttpd: lighttpd-1.4.45-1.el7.x86_64
     - Nginx: nginx-1.13.3-1.el7.ngx.x86_64
     - Apache: httpd-2.4.6-45.el7.centos.4.x86_64
       - PHP Type: php-fpm_event (default)
       - Secondary PHP: off
   4. WebCache: none
     - ATS: --uninstalled--
     - Squid: --uninstalled--
     - Varnish: --uninstalled--
   5. Dns: bind
     - Bind: bind-9.9.9-1.mr.el7.x86_64
     - DJBDns: djbdns-1.05-17.4.mr.el7.x86_64
     - NSD: nsd-4.1.16-1.el7.x86_64
     - PowerDNS: pdns-4.0.3-1.el7.MIND.x86_64
     - Yadifa: yadifa-2.2.5-1.el7.x86_64
   6. Mail: qmail-toaster-1.03-1.3.56.mr.el7.x86_64
      - pop3/imap4: courier-imap-toaster-4.1.2-1.3.20.mr.el7.x86_64
      - smtp: qmail-toaster-1.03-1.3.56.mr.el7.x86_64
      - spam: bogofilter-1.2.3-6.el7.x86_64
   7. FTP: pure-ftpd
      - pure-ftpd: pure-ftpd-1.0.42-3.el7.x86_64
   8. Stats: awstats
      - awstats: kloxomr-stats-awstats-7.6-1.mr.noarch
D. Memory:
              total        used        free      shared  buff/cache   available
Mem:           1024         156         300           2         567         725
Swap:             0           0           0
E. Disk Space:
Filesystem      Size  Used Avail Use% Mounted on
/dev/simfs       50G  4.0G   47G   8% /


*** Process Time: 00:00:00:32.32592 (dd:hh:mm:ss:xxxxxx) ***

* Note: run 'sh /script/sysinfo -y' if you want run 'fix-service-list' also
        (importance after Kloxo-MR update)

[root@server1 ~]# sh /script/restart-all

Restarting httpry (via systemctl):                         [  OK  ]
-------------------------------------------------------------------

*** Process for MYSQL/MARIADB service ***
  - Process: restart
Shutting down MySQL. SUCCESS!
Starting MySQL.170718 09:41:08 mysqld_safe Logging to '/var/lib/mysql/server1.err'.
170718 09:41:08 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
 SUCCESS!
-------------------------------------------------------------------

*** Process for BIND service ***
  - Process: restart
Stopping named (via systemctl):                            [  OK  ]
Starting named (via systemctl):                            [  OK  ]
-------------------------------------------------------------------

Redirecting to /bin/systemctl restart  php-fpm.service
-------------------------------------------------------------------

*** Process for HTTPD service ***
  - Process: restart
Redirecting to /bin/systemctl stop  httpd.service
Redirecting to /bin/systemctl start  httpd.service
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
-------------------------------------------------------------------

*** Process for QMAIL service ***
Stopping qmail-toaster: svscan qmail logging.
qmail-send: no process found
Starting qmail-toaster: svscan.
-------------------------------------------------------------------

Redirecting to /bin/systemctl restart  kloxo-web.service
-------------------------------------------------------------------

Redirecting to /bin/systemctl restart  kloxo-php.service
-------------------------------------------------------------------

Redirecting to /bin/systemctl restart  kloxo-wrap.service
-------------------------------------------------------------------

- For help, type '/script/restart-all [--help|-h]'
[root@server1 ~]#
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: MRatWork on 2017-07-18, 11:35:37
Inform here 'systemctl status httpd -l'.
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-18, 11:37:40
Code: [Select]
[root@server1 ~]# systemctl status httpd -l
? httpd.service - The Apache HTTP Server
   Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Tue 2017-07-18 09:41:13 UTC; 4min 8s ago
     Docs: man:httpd(8)
           man:apachectl(8)
  Process: 1584 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
  Process: 1582 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
 Main PID: 1582 (code=exited, status=1/FAILURE)

Jul 18 09:41:13 server1 systemd[1]: Starting The Apache HTTP Server...
Jul 18 09:41:13 server1 httpd[1582]: httpd: Syntax error on line 13 of /etc/httpd/conf/httpd.conf: Cannot load modules/mod_authn_alias.so into server: /etc/httpd/modules/mod_authn_alias.so: cannot open shared object file: No such file or directory
Jul 18 09:41:13 server1 systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Jul 18 09:41:13 server1 kill[1584]: kill: cannot find process ""
Jul 18 09:41:13 server1 systemd[1]: httpd.service: control process exited, code=exited status=1
Jul 18 09:41:13 server1 systemd[1]: Failed to start The Apache HTTP Server.
Jul 18 09:41:13 server1 systemd[1]: Unit httpd.service entered failed state.
Jul 18 09:41:13 server1 systemd[1]: httpd.service failed.
[root@server1 ~]#
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: MRatWork on 2017-07-18, 11:41:12
Try 'sh /script/cleanup'.
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-18, 11:54:31
It worked :)
Thanks for help ..

If possible can u tell me ways to make the server secure.
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: MRatWork on 2017-07-18, 11:57:59
It worked :)
Thanks for help ..

If possible can u tell me ways to make the server secure.
In my opinion, Kloxo-MR secure enough. So, you don't need running filewall like iptables or csf.

Most security issue related to application in website (like wordpress).
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-18, 13:59:21
Now site is working but webmail giving error



Error 500 - Internal Server Error

A generic error message, given when no more specific message is suitable
 
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: MRatWork on 2017-07-18, 14:03:18
Reset mysql root password with 'sh /script/reset-mysql-root-password YOURNEWPASSWORD' and then run 'sh /script/fixmail-all'.
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-18, 14:11:22
Done the first step
On second its asking password repeatidly even though i changed via panel too, i am going for reboot now
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-18, 19:17:31
Done these steps but still 500 error
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: MRatWork on 2017-07-19, 02:27:31
All webmail applications error?.
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-19, 18:27:36
Yes none working
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-20, 07:45:04
None of the email service is working :(
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: MRatWork on 2017-07-20, 07:56:56
Inform here 'sh /script/fixmail-all; sh /script/restart-mail'.
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-20, 08:13:08
Code: [Select]
[root@server1 ~]# sh /script/fixmail-all

Changing qmail.init
--------------------------
Fixing '89' uid to vpopmail:vchkpw ownership
--------------------------
Setting '/home/vpopmail/bin/vchkpw' for root:root ownership
--------------------------
Setting '/home/vpopmail' for 755 permissions
Set '/home/vpopmail/domains' for 755 permissions
Set '/home/lxadmin' for 755 permissions
Set '/home/lxadmin/mail' for 755 permissions
Set '/home/lxadmin/mail/domains' for 755 permissions
Setting '/home/vpopmail/bin/vchkpw' for 4751 permissions
--------------------------
Setting '/var/qmail/control/locals' with 'localhost'
Set '/var/qmail/control/me' with 'server1'
Set '/var/qmail/control/defaultdomain' with 'server1'
Set '/var/qmail/control/defaulthost' with 'server1'
--------------------------
Renaming tlshosts to tlshosts.old in '/var/qmail/control'
--------------------------
Fixing Qmail cdb
Reloaded /etc/tcprules.d/tcp.smtp
Reloaded /var/qmail/control/badmimetypes.cdb
Reloaded /var/qmail/control/badloadertypes.cdb
Reloaded /var/qmail/control/simversions.cdb
Reloaded /var/qmail/control/simcontrol.cdb
--------------------------
Using qmail-toaster - fix '/home/vpopmail/etc/vpopmail.mysql'
--------------------------
Fixing Qmail Assign
Fixing Qmail Assign
Reset Qmail Assign for domains (also rcpthosts and virtualdomains)
- assign for 'android.rbpt.tech'
- rcpthosts/morercpthosts for 'android.rbpt.tech'
- assign for 'api.rbpt.tech'
- rcpthosts/morercpthosts for 'api.rbpt.tech'
- assign for 'experiment.rbpt.tech'
- rcpthosts/morercpthosts for 'experiment.rbpt.tech'
- assign for 'mihir.android.rbpt.tech'
- rcpthosts/morercpthosts for 'mihir.android.rbpt.tech'
- assign for 'nmims.android.rbpt.tech'
- rcpthosts/morercpthosts for 'nmims.android.rbpt.tech'
- assign for 'nmims.rbpt.tech'
- rcpthosts/morercpthosts for 'nmims.rbpt.tech'
- assign for 'rbpt.tech'
- rcpthosts/morercpthosts for 'rbpt.tech'
- assign for 'rocket.android.rbpt.tech'
- rcpthosts/morercpthosts for 'rocket.android.rbpt.tech'
- assign for 'u.rbpt.tech'
- rcpthosts/morercpthosts for 'u.rbpt.tech'
- virtualdomains for 'android.rbpt.tech'
- virtualdomains for 'api.rbpt.tech'
- virtualdomains for 'experiment.rbpt.tech'
- virtualdomains for 'mihir.android.rbpt.tech'
- virtualdomains for 'nmims.android.rbpt.tech'
- virtualdomains for 'nmims.rbpt.tech'
- virtualdomains for 'rbpt.tech'
- virtualdomains for 'rocket.android.rbpt.tech'
- virtualdomains for 'u.rbpt.tech'
--------------------------
Fixing Mail Outgoing IP
- For 'android.rbpt.tech' ('admin') at 'localhost'
- For 'api.rbpt.tech' ('admin') at 'localhost'
- For 'experiment.rbpt.tech' ('admin') at 'localhost'
- For 'mihir.android.rbpt.tech' ('admin') at 'localhost'
- For 'nmims.android.rbpt.tech' ('admin') at 'localhost'
- For 'nmims.rbpt.tech' ('admin') at 'localhost'
- For 'rbpt.tech' ('admin') at 'localhost'
- For 'rocket.android.rbpt.tech' ('admin') at 'localhost'
- For 'u.rbpt.tech' ('admin') at 'localhost'
--------------------------

- For help, type '/script/fixmail [--help|-h]'
- No argument supplied. Defaulting to localhost (master) servers

Fixing Mail accounts (also 'lists' if exists)
- 'admin@android.rbpt.tech' ('admin') at 'localhost'
- 'postmaster@android.rbpt.tech' ('admin') at 'localhost'
- 'postmaster@api.rbpt.tech' ('admin') at 'localhost'
- 'postmaster@experiment.rbpt.tech' ('admin') at 'localhost'
- 'postmaster@mihir.android.rbpt.tech' ('admin') at 'localhost'
- 'postmaster@nmims.android.rbpt.tech' ('admin') at 'localhost'
- 'postmaster@nmims.rbpt.tech' ('admin') at 'localhost'
- 'admin@rbpt.tech' ('admin') at 'localhost'
- 'no-reply@rbpt.tech' ('admin') at 'localhost'
- 'postmaster@rbpt.tech' ('admin') at 'localhost'
- 'prajeshtrivedi@rbpt.tech' ('admin') at 'localhost'
- 'rajitbansal@rbpt.tech' ('admin') at 'localhost'
- 'rb1@rbpt.tech' ('admin') at 'localhost'
- 'test1@rbpt.tech' ('admin') at 'localhost'
- 'timetable@rbpt.tech' ('admin') at 'localhost'
- 'postmaster@rocket.android.rbpt.tech' ('admin') at 'localhost'
- 'postmaster@u.rbpt.tech' ('admin') at 'localhost'
--------------------------
*** RoundCube Webmail setup ***
- Preparing database
- Fixing MySQL commands in import files
- Add Password to configuration file
*** Afterlogic Webmail Lite setup ***
- Preparing database
- Change 'setting.xml' to 'settings.xml.php' in 'settings/php'
- Generating password
- Add Password to configuration file
*** Telaen Webmail setup ***
- Preparing Configs
*** Rainloop Webmail setup ***
- Change application.ini to application.ini.php
- Change admin password
- Need access to webmail url first
*** Add domain ini for Rainloop webmail ***
Need browse 'your webmail.yourdomain.com' and then select rainloop
Install Webmail chooser
- Install process

- NOTE: use 'sh /script/fixdomainkey' if want to fix domainkeys


*** Process Time: 00:00:00:30.30925 (dd:hh:mm:ss:xxxxxx) ***

Restart

Code: [Select]
[root@server1 ~]#  sh /script/restart-mail

*** Process for QMAIL service ***
Stopping qmail-toaster: svscan qmail logging.
qmail-send: no process found
Starting qmail-toaster: svscan.
-------------------------------------------------------------------

- For help, type '/script/restart-mail [--help|-h]'
[root@server1 ~]#
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: MRatWork on 2017-07-20, 08:28:09
Try 'sh /script/fix-chownchmod'.

Better use 'php56m' instead 'php branch' (use 'php56u') in 'php used'. But need install various php version (better except php52m) in 'multiple php install' before.
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-20, 08:58:22
Done but still not working
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: MRatWork on 2017-07-20, 09:10:20
Give me ssh and panel access to me. I want to know what's a problem is.

Send to PM.
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-20, 11:05:09
sent
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: MRatWork on 2017-07-20, 13:27:31
Already fixed with running 'sh /script/cleanup; sh /script/fixweb; sh /script/restart-all'.

Note:
1. Ask to provider to set Reverse-DNS  for server IP
2. Make sure all website already enable SPF and DMARC via 'Email Auth'
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-20, 13:40:52
I am not able to send any mail , trying to send any mail i get an error by email client ..

Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-20, 13:42:38
Edit reverse DNS entry for 107.6.181.183

Please tell me what DNS entry i need to add.
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-20, 13:46:21
DNS entry done
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: MRatWork on 2017-07-20, 13:48:22
Edit reverse DNS entry for 107.6.181.183

Please tell me what DNS entry i need to add.
Ask to your server provider to set reverse-dns. You can choose 'mail.rbpt.tech' as reverse-dns.
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-20, 15:49:31
the reserver dns is successfully set but still i am getting error
An error occurred during sending the message.
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: MRatWork on 2017-07-20, 16:00:46
Your IP is blacklisting ( check to https://mxtoolbox.com/domain/rbpt.tech/ )
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-20, 16:14:19
Actually my server was compromised due to which it got blacklisted,
I can understand a email gets bounced due to it but i am having issue in sending it off

Secondly i am not able to get emails in admin@rbpt.tech mail id , but using catchall , i am getting mails sent on admin1@rbpt.tech at my admin@rbpt id
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: MRatWork on 2017-07-20, 16:28:37
Try disable 'spamdyke' in 'mailserver settings'.
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: MRatWork on 2017-07-20, 16:31:37
BTW, delisting for spamhaus is easy. Go to https://www.spamhaus.org/
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-20, 16:47:53
Tried but no effect :(
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-20, 16:48:44
BTW, delisting for spamhaus is easy. Go to https://www.spamhaus.org/

Marked for Manual Delisting .. Hope it goes through
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-21, 13:22:02
Its still not working , Now its not even letting me to login

Error while connecting to mail server.

Error connecting to IMAP server: localhost.
111 : Connection refused
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-21, 13:22:55
also server is removed from blacklist
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-21, 13:32:19
qmail was off in services, activated it ..
But still not able to send the emails
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-21, 13:41:51
also see the image is this fine?
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: MRatWork on 2017-07-21, 13:55:32
Check 'mail log' in 'log manager' and 'mail queue'.
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-21, 15:15:43
Both are Empty.
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: MRatWork on 2017-07-21, 15:44:45
Try 'sh /script/fixmail-all; sh /script/restart-mail'.
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-21, 17:48:35
Tried but still not able to send email . Even now blacklist is resolved.
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: MRatWork on 2017-07-21, 18:04:57
Check again mail queue and log.
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-21, 18:08:39
They are still blank ..
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: MRatWork on 2017-07-22, 04:28:57
Try send mail from/to the same domain.
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-22, 15:15:30
Same Error, not able to send email on same domain also
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: MRatWork on 2017-07-22, 15:46:29
Inform here 'chkconfig --list; systemctl list-unit-files; lsof -i :25'
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-22, 16:06:00
Code: [Select]

[root@server1 ~]# lsof -i :25
COMMAND    PID   USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
tcpserver 5593 qmaild    3u  IPv6 487178646      0t0  TCP *:smtp (LISTEN)

e 'chkconfig --list;
Code: [Select]
[root@server1 ~]# chkconfig --list

Note: This output shows SysV services only and does not include native
      systemd services. SysV configuration data might be overridden by native
      systemd configuration.

      If you want to list systemd services use 'systemctl list-unit-files'.
      To see services enabled on particular target use
      'systemctl list-dependencies [target]'.

djbdns          0:off   1:off   2:off   3:off   4:off   5:off   6:off
dovecot         0:off   1:off   2:off   3:off   4:off   5:off   6:off
httpry          0:off   1:off   2:on    3:on    4:on    5:on    6:off
mysql           0:off   1:off   2:on    3:on    4:on    5:on    6:off
named           0:off   1:off   2:on    3:on    4:on    5:on    6:off
netconsole      0:off   1:off   2:off   3:off   4:off   5:off   6:off
network         0:off   1:off   2:on    3:on    4:on    5:on    6:off
qmail           0:off   1:off   2:on    3:on    4:on    5:on    6:off
spawn-fcgi      0:off   1:off   2:off   3:off   4:off   5:off   6:off

xinetd based services:
        chargen-dgram:  off
        chargen-stream: off
        daytime-dgram:  off
        daytime-stream: off
        discard-dgram:  off
        discard-stream: off
        echo-dgram:     off
        echo-stream:    off
        tcpmux-server:  off
        time-dgram:     off
        time-stream:    off
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-22, 16:07:32
systemctl list-unit-files
Code: [Select]
[root@server1 ~]# systemctl list-unit-files
UNIT FILE                              STATE
proc-sys-fs-binfmt_misc.automount      static
dev-hugepages.mount                    static
dev-mqueue.mount                       static
proc-sys-fs-binfmt_misc.mount          static
sys-fs-fuse-connections.mount          static
sys-kernel-config.mount                static
sys-kernel-debug.mount                 static
tmp.mount                              disabled
brandbot.path                          disabled
systemd-ask-password-console.path      static
systemd-ask-password-wall.path         static
session-31921087.scope                 static
session-31982212.scope                 static
session-32034847.scope                 static
session-32086330.scope                 static
arp-ethers.service                     disabled
atd.service                            enabled
autovt@.service                        enabled
blk-availability.service               disabled
brandbot.service                       static
console-getty.service                  disabled
console-shell.service                  disabled
lines 1-23...skipping...
UNIT FILE                              STATE
proc-sys-fs-binfmt_misc.automount      static
dev-hugepages.mount                    static
dev-mqueue.mount                       static
proc-sys-fs-binfmt_misc.mount          static
sys-fs-fuse-connections.mount          static
sys-kernel-config.mount                static
sys-kernel-debug.mount                 static
tmp.mount                              disabled
brandbot.path                          disabled
systemd-ask-password-console.path      static
systemd-ask-password-wall.path         static
session-31921087.scope                 static
session-31982212.scope                 static
session-32034847.scope                 static
session-32086330.scope                 static
arp-ethers.service                     disabled
atd.service                            enabled
autovt@.service                        enabled
blk-availability.service               disabled
brandbot.service                       static
console-getty.service                  disabled
console-shell.service                  disabled
container-getty@.service               static
crond.service                          enabled
dbus-org.freedesktop.hostname1.service static
dbus-org.freedesktop.import1.service   static
dbus-org.freedesktop.locale1.service   static
dbus-org.freedesktop.login1.service    static
dbus-org.freedesktop.machine1.service  static
dbus-org.freedesktop.network1.service  bad
dbus-org.freedesktop.timedate1.service static
dbus.service                           static
debug-shell.service                    disabled
dracut-cmdline.service                 static
dracut-initqueue.service               static
dracut-mount.service                   static
dracut-pre-mount.service               static
dracut-pre-pivot.service               static
dracut-pre-trigger.service             static
dracut-pre-udev.service                static
dracut-shutdown.service                static
emergency.service                      static
fstrim.service                         static
getty@.service                         enabled
halt-local.service                     static
hiawatha.service                       disabled
htcacheclean.service                   static
httpd.service                          enabled
 ESCOC

 ESCOD
UNIT FILE                              STATE
proc-sys-fs-binfmt_misc.automount      static
dev-hugepages.mount                    static
dev-mqueue.mount                       static
proc-sys-fs-binfmt_misc.mount          static
sys-fs-fuse-connections.mount          static
sys-kernel-config.mount                static
sys-kernel-debug.mount                 static
tmp.mount                              disabled
brandbot.path                          disabled
systemd-ask-password-console.path      static
systemd-ask-password-wall.path         static
session-31921087.scope                 static
session-31982212.scope                 static
session-32034847.scope                 static
session-32086330.scope                 static
arp-ethers.service                     disabled
atd.service                            enabled
autovt@.service                        enabled
blk-availability.service               disabled
brandbot.service                       static
console-getty.service                  disabled
console-shell.service                  disabled
container-getty@.service               static
crond.service                          enabled
dbus-org.freedesktop.hostname1.service static
dbus-org.freedesktop.import1.service   static
dbus-org.freedesktop.locale1.service   static
dbus-org.freedesktop.login1.service    static
dbus-org.freedesktop.machine1.service  static
dbus-org.freedesktop.network1.service  bad
dbus-org.freedesktop.timedate1.service static
dbus.service                           static
debug-shell.service                    disabled
dracut-cmdline.service                 static
dracut-initqueue.service               static
dracut-mount.service                   static
dracut-pre-mount.service               static
dracut-pre-pivot.service               static
dracut-pre-trigger.service             static
dracut-pre-udev.service                static
dracut-shutdown.service                static
emergency.service                      static
fstrim.service                         static
getty@.service                         enabled
halt-local.service                     static
hiawatha.service                       disabled
htcacheclean.service                   static
httpd.service                          enabled
initrd-cleanup.service                 static
UNIT FILE                              STATE
proc-sys-fs-binfmt_misc.automount      static
dev-hugepages.mount                    static
dev-mqueue.mount                       static
proc-sys-fs-binfmt_misc.mount          static
sys-fs-fuse-connections.mount          static
sys-kernel-config.mount                static
sys-kernel-debug.mount                 static
tmp.mount                              disabled
brandbot.path                          disabled
systemd-ask-password-console.path      static
systemd-ask-password-wall.path         static
session-31921087.scope                 static
session-31982212.scope                 static
session-32034847.scope                 static
session-32086330.scope                 static
arp-ethers.service                     disabled
atd.service                            enabled
autovt@.service                        enabled
blk-availability.service               disabled
brandbot.service                       static
console-getty.service                  disabled
console-shell.service                  disabled
container-getty@.service               static
crond.service                          enabled
dbus-org.freedesktop.hostname1.service static
dbus-org.freedesktop.import1.service   static
dbus-org.freedesktop.locale1.service   static
dbus-org.freedesktop.login1.service    static
dbus-org.freedesktop.machine1.service  static
dbus-org.freedesktop.network1.service  bad
dbus-org.freedesktop.timedate1.service static
dbus.service                           static
debug-shell.service                    disabled
dracut-cmdline.service                 static
dracut-initqueue.service               static
dracut-mount.service                   static
dracut-pre-mount.service               static
dracut-pre-pivot.service               static
dracut-pre-trigger.service             static
dracut-pre-udev.service                static
dracut-shutdown.service                static
emergency.service                      static
fstrim.service                         static
getty@.service                         enabled
halt-local.service                     static
hiawatha.service                       disabled
htcacheclean.service                   static
httpd.service                          enabled
initrd-cleanup.service                 static
initrd-parse-etc.service               static
initrd-switch-root.service             static
initrd-udevadm-cleanup-db.service      static
kloxo-php.service                      enabled
kloxo-web.service                      enabled
kloxo-wrap.service                     enabled
kmod-static-nodes.service              static
lighttpd.service                       disabled
maldet.service                         enabled
messagebus.service                     static
nfs-rquotad.service                    disabled
nghttpx.service                        disabled
nginx-debug.service                    disabled
nginx.service                          disabled
nsd-keygen.service                     disabled
nsd.service                            disabled
pdns.service                           disabled
php-fpm.service                        enabled
php54m-fpm.service                     disabled
php55m-fpm.service                     disabled
php56m-fpm.service                     disabled
php70m-fpm.service                     disabled
php71m-fpm.service                     disabled
pure-ftpd.service                      disabled
quotaon.service                        enabled
rc-local.service                       static
rdisc.service                          disabled
rescue.service                         static
rhel-autorelabel-mark.service          static
rhel-autorelabel.service               static
rhel-configure.service                 static
rhel-dmesg.service                     disabled
rhel-domainname.service                disabled
rhel-import-state.service              static
rhel-loadmodules.service               static
rhel-readonly.service                  static
rpc-rquotad.service                    disabled
rpcbind.service                        indirect
serial-getty@.service                  disabled
snmpd.service                          disabled
snmptrapd.service                      disabled
sshd-keygen.service                    static
sshd.service                           enabled
sshd@.service                          static
svnserve.service                       disabled
sysstat.service                        enabled
systemd-ask-password-console.service   static
systemd-ask-password-wall.service      static
 ESCOD
initrd-cleanup.service                 static
initrd-parse-etc.service               static
initrd-switch-root.service             static
initrd-udevadm-cleanup-db.service      static
kloxo-php.service                      enabled
kloxo-web.service                      enabled
kloxo-wrap.service                     enabled
kmod-static-nodes.service              static
lighttpd.service                       disabled
maldet.service                         enabled
messagebus.service                     static
nfs-rquotad.service                    disabled
nghttpx.service                        disabled
nginx-debug.service                    disabled
nginx.service                          disabled
nsd-keygen.service                     disabled
nsd.service                            disabled
pdns.service                           disabled
php-fpm.service                        enabled
php54m-fpm.service                     disabled
php55m-fpm.service                     disabled
php56m-fpm.service                     disabled
php70m-fpm.service                     disabled
php71m-fpm.service                     disabled
pure-ftpd.service                      disabled
quotaon.service                        enabled
rc-local.service                       static
rdisc.service                          disabled
rescue.service                         static
rhel-autorelabel-mark.service          static
rhel-autorelabel.service               static
rhel-configure.service                 static
rhel-dmesg.service                     disabled
rhel-domainname.service                disabled
rhel-import-state.service              static
rhel-loadmodules.service               static
rhel-readonly.service                  static
rpc-rquotad.service                    disabled
rpcbind.service                        indirect
serial-getty@.service                  disabled
snmpd.service                          disabled
snmptrapd.service                      disabled
sshd-keygen.service                    static
sshd.service                           enabled
sshd@.service                          static
svnserve.service                       disabled
sysstat.service                        enabled
systemd-ask-password-console.service   static
systemd-ask-password-wall.service      static
 ESCOD
initrd-cleanup.service                 static
initrd-parse-etc.service               static
initrd-switch-root.service             static
initrd-udevadm-cleanup-db.service      static
kloxo-php.service                      enabled
kloxo-web.service                      enabled
kloxo-wrap.service                     enabled
kmod-static-nodes.service              static
lighttpd.service                       disabled
maldet.service                         enabled
messagebus.service                     static
nfs-rquotad.service                    disabled
nghttpx.service                        disabled
nginx-debug.service                    disabled
nginx.service                          disabled
nsd-keygen.service                     disabled
nsd.service                            disabled
pdns.service                           disabled
php-fpm.service                        enabled
php54m-fpm.service                     disabled
php55m-fpm.service                     disabled
php56m-fpm.service                     disabled
php70m-fpm.service                     disabled
php71m-fpm.service                     disabled
pure-ftpd.service                      disabled
quotaon.service                        enabled
rc-local.service                       static
rdisc.service                          disabled
rescue.service                         static
rhel-autorelabel-mark.service          static
rhel-autorelabel.service               static
rhel-configure.service                 static
rhel-dmesg.service                     disabled
rhel-domainname.service                disabled
rhel-import-state.service              static
rhel-loadmodules.service               static
rhel-readonly.service                  static
rpc-rquotad.service                    disabled
rpcbind.service                        indirect
serial-getty@.service                  disabled
snmpd.service                          disabled
snmptrapd.service                      disabled
sshd-keygen.service                    static
sshd.service                           enabled
sshd@.service                          static
svnserve.service                       disabled
sysstat.service                        enabled
systemd-ask-password-console.service   static
systemd-ask-password-wall.service      static
 ESCOD
initrd-cleanup.service                 static
initrd-parse-etc.service               static
initrd-switch-root.service             static
initrd-udevadm-cleanup-db.service      static
kloxo-php.service                      enabled
kloxo-web.service                      enabled
kloxo-wrap.service                     enabled
kmod-static-nodes.service              static
lighttpd.service                       disabled
maldet.service                         enabled
messagebus.service                     static
nfs-rquotad.service                    disabled
nghttpx.service                        disabled
nginx-debug.service                    disabled
nginx.service                          disabled
nsd-keygen.service                     disabled
nsd.service                            disabled
pdns.service                           disabled
php-fpm.service                        enabled
php54m-fpm.service                     disabled
php55m-fpm.service                     disabled
php56m-fpm.service                     disabled
php70m-fpm.service                     disabled
php71m-fpm.service                     disabled
pure-ftpd.service                      disabled
quotaon.service                        enabled
rc-local.service                       static
rdisc.service                          disabled
rescue.service                         static
rhel-autorelabel-mark.service          static
rhel-autorelabel.service               static
rhel-configure.service                 static
rhel-dmesg.service                     disabled
rhel-domainname.service                disabled
rhel-import-state.service              static
rhel-loadmodules.service               static
rhel-readonly.service                  static
rpc-rquotad.service                    disabled
rpcbind.service                        indirect
serial-getty@.service                  disabled
snmpd.service                          disabled
snmptrapd.service                      disabled
sshd-keygen.service                    static
sshd.service                           enabled
sshd@.service                          static
svnserve.service                       disabled
sysstat.service                        enabled
systemd-ask-password-console.service   static
systemd-ask-password-wall.service      static
 ESCOD
initrd-cleanup.service                 static
initrd-parse-etc.service               static
initrd-switch-root.service             static
initrd-udevadm-cleanup-db.service      static
kloxo-php.service                      enabled
kloxo-web.service                      enabled
kloxo-wrap.service                     enabled
kmod-static-nodes.service              static
lighttpd.service                       disabled
maldet.service                         enabled
messagebus.service                     static
nfs-rquotad.service                    disabled
nghttpx.service                        disabled
nginx-debug.service                    disabled
nginx.service                          disabled
nsd-keygen.service                     disabled
nsd.service                            disabled
pdns.service                           disabled
php-fpm.service                        enabled
php54m-fpm.service                     disabled
php55m-fpm.service                     disabled
php56m-fpm.service                     disabled
php70m-fpm.service                     disabled
php71m-fpm.service                     disabled
pure-ftpd.service                      disabled
quotaon.service                        enabled
rc-local.service                       static
rdisc.service                          disabled
rescue.service                         static
rhel-autorelabel-mark.service          static
rhel-autorelabel.service               static
rhel-configure.service                 static
rhel-dmesg.service                     disabled
rhel-domainname.service                disabled
rhel-import-state.service              static
rhel-loadmodules.service               static
rhel-readonly.service                  static
rpc-rquotad.service                    disabled
rpcbind.service                        indirect
serial-getty@.service                  disabled
snmpd.service                          disabled
snmptrapd.service                      disabled
sshd-keygen.service                    static
sshd.service                           enabled
sshd@.service                          static
svnserve.service                       disabled
sysstat.service                        enabled
systemd-ask-password-console.service   static
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-22, 16:11:38
Code: [Select]
systemd-ask-password-wall.service      static
 ESCOD
initrd-cleanup.service                 static
initrd-parse-etc.service               static
initrd-switch-root.service             static
initrd-udevadm-cleanup-db.service      static
kloxo-php.service                      enabled
kloxo-web.service                      enabled
kloxo-wrap.service                     enabled
kmod-static-nodes.service              static
lighttpd.service                       disabled
maldet.service                         enabled
messagebus.service                     static
nfs-rquotad.service                    disabled
nghttpx.service                        disabled
nginx-debug.service                    disabled
nginx.service                          disabled
nsd-keygen.service                     disabled
nsd.service                            disabled
pdns.service                           disabled
php-fpm.service                        enabled
php54m-fpm.service                     disabled
php55m-fpm.service                     disabled
php56m-fpm.service                     disabled
php70m-fpm.service                     disabled
php71m-fpm.service                     disabled
pure-ftpd.service                      disabled
quotaon.service                        enabled
rc-local.service                       static
rdisc.service                          disabled
rescue.service                         static
rhel-autorelabel-mark.service          static
rhel-autorelabel.service               static
rhel-configure.service                 static
rhel-dmesg.service                     disabled
rhel-domainname.service                disabled
rhel-import-state.service              static
rhel-loadmodules.service               static
rhel-readonly.service                  static
rpc-rquotad.service                    disabled
rpcbind.service                        indirect
serial-getty@.service                  disabled
snmpd.service                          disabled
snmptrapd.service                      disabled
sshd-keygen.service                    static
sshd.service                           enabled
sshd@.service                          static
svnserve.service                       disabled
sysstat.service                        enabled
systemd-ask-password-console.service   static
systemd-ask-password-wall.service      static
 ESCOD
initrd-cleanup.service                 static
initrd-parse-etc.service               static
initrd-switch-root.service             static
initrd-udevadm-cleanup-db.service      static
kloxo-php.service                      enabled
kloxo-web.service                      enabled
kloxo-wrap.service                     enabled
kmod-static-nodes.service              static
lighttpd.service                       disabled
maldet.service                         enabled
messagebus.service                     static
nfs-rquotad.service                    disabled
nghttpx.service                        disabled
nginx-debug.service                    disabled
nginx.service                          disabled
nsd-keygen.service                     disabled
nsd.service                            disabled
pdns.service                           disabled
php-fpm.service                        enabled
php54m-fpm.service                     disabled
php55m-fpm.service                     disabled
php56m-fpm.service                     disabled
php70m-fpm.service                     disabled
php71m-fpm.service                     disabled
pure-ftpd.service                      disabled
quotaon.service                        enabled
rc-local.service                       static
rdisc.service                          disabled
rescue.service                         static
rhel-autorelabel-mark.service          static
rhel-autorelabel.service               static
rhel-configure.service                 static
rhel-dmesg.service                     disabled
rhel-domainname.service                disabled
rhel-import-state.service              static
rhel-loadmodules.service               static
rhel-readonly.service                  static
rpc-rquotad.service                    disabled
rpcbind.service                        indirect
serial-getty@.service                  disabled
snmpd.service                          disabled
snmptrapd.service                      disabled
sshd-keygen.service                    static
sshd.service                           enabled
sshd@.service                          static
svnserve.service                       disabled
sysstat.service                        enabled
systemd-ask-password-console.service   static
systemd-ask-password-wall.service      static
 ESCOD
initrd-cleanup.service                 static
initrd-parse-etc.service               static
initrd-switch-root.service             static
initrd-udevadm-cleanup-db.service      static
kloxo-php.service                      enabled
kloxo-web.service                      enabled
kloxo-wrap.service                     enabled
kmod-static-nodes.service              static
lighttpd.service                       disabled
maldet.service                         enabled
messagebus.service                     static
nfs-rquotad.service                    disabled
nghttpx.service                        disabled
nginx-debug.service                    disabled
nginx.service                          disabled
nsd-keygen.service                     disabled
nsd.service                            disabled
pdns.service                           disabled
php-fpm.service                        enabled
php54m-fpm.service                     disabled
php55m-fpm.service                     disabled
php56m-fpm.service                     disabled
php70m-fpm.service                     disabled
php71m-fpm.service                     disabled
pure-ftpd.service                      disabled
quotaon.service                        enabled
rc-local.service                       static
rdisc.service                          disabled
rescue.service                         static
rhel-autorelabel-mark.service          static
rhel-autorelabel.service               static
rhel-configure.service                 static
rhel-dmesg.service                     disabled
rhel-domainname.service                disabled
rhel-import-state.service              static
rhel-loadmodules.service               static
rhel-readonly.service                  static
rpc-rquotad.service                    disabled
rpcbind.service                        indirect
serial-getty@.service                  disabled
snmpd.service                          disabled
snmptrapd.service                      disabled
sshd-keygen.service                    static
sshd.service                           enabled
sshd@.service                          static
svnserve.service                       disabled
sysstat.service                        enabled
systemd-ask-password-console.service   static
systemd-ask-password-wall.service      static
 ESCOD
initrd-cleanup.service                 static
initrd-parse-etc.service               static
initrd-switch-root.service             static
initrd-udevadm-cleanup-db.service      static
kloxo-php.service                      enabled
kloxo-web.service                      enabled
kloxo-wrap.service                     enabled
kmod-static-nodes.service              static
lighttpd.service                       disabled
maldet.service                         enabled
messagebus.service                     static
nfs-rquotad.service                    disabled
nghttpx.service                        disabled
nginx-debug.service                    disabled
nginx.service                          disabled
nsd-keygen.service                     disabled
nsd.service                            disabled
pdns.service                           disabled
php-fpm.service                        enabled
php54m-fpm.service                     disabled
php55m-fpm.service                     disabled
php56m-fpm.service                     disabled
php70m-fpm.service                     disabled
php71m-fpm.service                     disabled
pure-ftpd.service                      disabled
quotaon.service                        enabled
rc-local.service                       static
rdisc.service                          disabled
rescue.service                         static
rhel-autorelabel-mark.service          static
rhel-autorelabel.service               static
rhel-configure.service                 static
rhel-dmesg.service                     disabled
rhel-domainname.service                disabled
rhel-import-state.service              static
rhel-loadmodules.service               static
rhel-readonly.service                  static
rpc-rquotad.service                    disabled
rpcbind.service                        indirect
serial-getty@.service                  disabled
snmpd.service                          disabled
snmptrapd.service                      disabled
sshd-keygen.service                    static
sshd.service                           enabled
sshd@.service                          static
svnserve.service                       disabled
sysstat.service                        enabled
systemd-ask-password-console.service   static
systemd-ask-password-wall.service      static
 ESCOD
initrd-cleanup.service                 static
initrd-parse-etc.service               static
initrd-switch-root.service             static
initrd-udevadm-cleanup-db.service      static
kloxo-php.service                      enabled
kloxo-web.service                      enabled
kloxo-wrap.service                     enabled
kmod-static-nodes.service              static
lighttpd.service                       disabled
maldet.service                         enabled
messagebus.service                     static
nfs-rquotad.service                    disabled
nghttpx.service                        disabled
nginx-debug.service                    disabled
nginx.service                          disabled
nsd-keygen.service                     disabled
nsd.service                            disabled
pdns.service                           disabled
php-fpm.service                        enabled
php54m-fpm.service                     disabled
php55m-fpm.service                     disabled
php56m-fpm.service                     disabled
php70m-fpm.service                     disabled
php71m-fpm.service                     disabled
pure-ftpd.service                      disabled
quotaon.service                        enabled
rc-local.service                       static
rdisc.service                          disabled
rescue.service                         static
rhel-autorelabel-mark.service          static
rhel-autorelabel.service               static
rhel-configure.service                 static
rhel-dmesg.service                     disabled
rhel-domainname.service                disabled
rhel-import-state.service              static
rhel-loadmodules.service               static
rhel-readonly.service                  static
rpc-rquotad.service                    disabled
rpcbind.service                        indirect
serial-getty@.service                  disabled
snmpd.service                          disabled
snmptrapd.service                      disabled
sshd-keygen.service                    static
sshd.service                           enabled
sshd@.service                          static
svnserve.service                       disabled
sysstat.service                        enabled
systemd-ask-password-console.service   static
systemd-ask-password-wall.service      static
 ESCOD
initrd-cleanup.service                 static
initrd-parse-etc.service               static
initrd-switch-root.service             static
initrd-udevadm-cleanup-db.service      static
kloxo-php.service                      enabled
kloxo-web.service                      enabled
kloxo-wrap.service                     enabled
kmod-static-nodes.service              static
lighttpd.service                       disabled
maldet.service                         enabled
messagebus.service                     static
nfs-rquotad.service                    disabled
nghttpx.service                        disabled
nginx-debug.service                    disabled
nginx.service                          disabled
nsd-keygen.service                     disabled
nsd.service                            disabled
pdns.service                           disabled
php-fpm.service                        enabled
php54m-fpm.service                     disabled
php55m-fpm.service                     disabled
php56m-fpm.service                     disabled
php70m-fpm.service                     disabled
php71m-fpm.service                     disabled
pure-ftpd.service                      disabled
quotaon.service                        enabled
rc-local.service                       static
rdisc.service                          disabled
rescue.service                         static
rhel-autorelabel-mark.service          static
rhel-autorelabel.service               static
rhel-configure.service                 static
rhel-dmesg.service                     disabled
rhel-domainname.service                disabled
rhel-import-state.service              static
rhel-loadmodules.service               static
rhel-readonly.service                  static
rpc-rquotad.service                    disabled
rpcbind.service                        indirect
serial-getty@.service                  disabled
snmpd.service                          disabled
snmptrapd.service                      disabled
sshd-keygen.service                    static
sshd.service                           enabled
sshd@.service                          static
svnserve.service                       disabled
sysstat.service                        enabled
systemd-ask-password-console.service   static
systemd-ask-password-wall.service      static
 ESCOD
initrd-cleanup.service                 static
initrd-parse-etc.service               static
initrd-switch-root.service             static
initrd-udevadm-cleanup-db.service      static
kloxo-php.service                      enabled
kloxo-web.service                      enabled
kloxo-wrap.service                     enabled
kmod-static-nodes.service              static
lighttpd.service                       disabled
maldet.service                         enabled
messagebus.service                     static
nfs-rquotad.service                    disabled
nghttpx.service                        disabled
nginx-debug.service                    disabled
nginx.service                          disabled
nsd-keygen.service                     disabled
nsd.service                            disabled
pdns.service                           disabled
php-fpm.service                        enabled
php54m-fpm.service                     disabled
php55m-fpm.service                     disabled
php56m-fpm.service                     disabled
php70m-fpm.service                     disabled
php71m-fpm.service                     disabled
pure-ftpd.service                      disabled
quotaon.service                        enabled
rc-local.service                       static
rdisc.service                          disabled
rescue.service                         static
rhel-autorelabel-mark.service          static
rhel-autorelabel.service               static
rhel-configure.service                 static
rhel-dmesg.service                     disabled
rhel-domainname.service                disabled
rhel-import-state.service              static
rhel-loadmodules.service               static
rhel-readonly.service                  static
rpc-rquotad.service                    disabled
rpcbind.service                        indirect
serial-getty@.service                  disabled
snmpd.service                          disabled
snmptrapd.service                      disabled
sshd-keygen.service                    static
sshd.service                           enabled
sshd@.service                          static
svnserve.service                       disabled
sysstat.service                        enabled
systemd-ask-password-console.service   static
systemd-ask-password-wall.service      static
 ESCOD
initrd-cleanup.service                 static
initrd-parse-etc.service               static
initrd-switch-root.service             static
initrd-udevadm-cleanup-db.service      static
kloxo-php.service                      enabled
kloxo-web.service                      enabled
kloxo-wrap.service                     enabled
kmod-static-nodes.service              static
lighttpd.service                       disabled
maldet.service                         enabled
messagebus.service                     static
nfs-rquotad.service                    disabled
nghttpx.service                        disabled
nginx-debug.service                    disabled
nginx.service                          disabled
nsd-keygen.service                     disabled
nsd.service                            disabled
pdns.service                           disabled
php-fpm.service                        enabled
php54m-fpm.service                     disabled
php55m-fpm.service                     disabled
php56m-fpm.service                     disabled
php70m-fpm.service                     disabled
php71m-fpm.service                     disabled
pure-ftpd.service                      disabled
quotaon.service                        enabled
rc-local.service                       static
rdisc.service                          disabled
rescue.service                         static
rhel-autorelabel-mark.service          static
rhel-autorelabel.service               static
rhel-configure.service                 static
rhel-dmesg.service                     disabled
rhel-domainname.service                disabled
rhel-import-state.service              static
rhel-loadmodules.service               static
rhel-readonly.service                  static
rpc-rquotad.service                    disabled
rpcbind.service                        indirect
serial-getty@.service                  disabled
snmpd.service                          disabled
snmptrapd.service                      disabled
sshd-keygen.service                    static
sshd.service                           enabled
sshd@.service                          static
svnserve.service                       disabled
sysstat.service                        enabled
systemd-ask-password-console.service   static
systemd-ask-password-wall.service      static
 ESCOD
initrd-cleanup.service                 static
initrd-parse-etc.service               static
initrd-switch-root.service             static
initrd-udevadm-cleanup-db.service      static
kloxo-php.service                      enabled
kloxo-web.service                      enabled
kloxo-wrap.service                     enabled
kmod-static-nodes.service              static
lighttpd.service                       disabled
maldet.service                         enabled
messagebus.service                     static
nfs-rquotad.service                    disabled
nghttpx.service                        disabled
nginx-debug.service                    disabled
nginx.service                          disabled
nsd-keygen.service                     disabled
nsd.service                            disabled
pdns.service                           disabled
php-fpm.service                        enabled
php54m-fpm.service                     disabled

Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-22, 16:12:23
Code: [Select]
php55m-fpm.service                     disabled
php56m-fpm.service                     disabled
php70m-fpm.service                     disabled
php71m-fpm.service                     disabled
pure-ftpd.service                      disabled
quotaon.service                        enabled
rc-local.service                       static
rdisc.service                          disabled
rescue.service                         static
rhel-autorelabel-mark.service          static
rhel-autorelabel.service               static
rhel-configure.service                 static
rhel-dmesg.service                     disabled
rhel-domainname.service                disabled
rhel-import-state.service              static
rhel-loadmodules.service               static
rhel-readonly.service                  static
rpc-rquotad.service                    disabled
rpcbind.service                        indirect
serial-getty@.service                  disabled
snmpd.service                          disabled
snmptrapd.service                      disabled
sshd-keygen.service                    static
sshd.service                           enabled
sshd@.service                          static
svnserve.service                       disabled
sysstat.service                        enabled
systemd-ask-password-console.service   static
systemd-ask-password-wall.service      static
 ESCOD
httpd.service                          enabled
initrd-cleanup.service                 static
initrd-parse-etc.service               static
initrd-switch-root.service             static
initrd-udevadm-cleanup-db.service      static
kloxo-php.service                      enabled
kloxo-web.service                      enabled
kloxo-wrap.service                     enabled
kmod-static-nodes.service              static
lighttpd.service                       disabled
maldet.service                         enabled
messagebus.service                     static
nfs-rquotad.service                    disabled
nghttpx.service                        disabled
nginx-debug.service                    disabled
nginx.service                          disabled
nsd-keygen.service                     disabled
nsd.service                            disabled
pdns.service                           disabled
php-fpm.service                        enabled
php54m-fpm.service                     disabled
php55m-fpm.service                     disabled
php56m-fpm.service                     disabled
php70m-fpm.service                     disabled
php71m-fpm.service                     disabled
pure-ftpd.service                      disabled
quotaon.service                        enabled
rc-local.service                       static
rdisc.service                          disabled
rescue.service                         static
rhel-autorelabel-mark.service          static
rhel-autorelabel.service               static
rhel-configure.service                 static
rhel-dmesg.service                     disabled
rhel-domainname.service                disabled
rhel-import-state.service              static
rhel-loadmodules.service               static
rhel-readonly.service                  static
rpc-rquotad.service                    disabled
rpcbind.service                        indirect
serial-getty@.service                  disabled
snmpd.service                          disabled
snmptrapd.service                      disabled
sshd-keygen.service                    static
sshd.service                           enabled
sshd@.service                          static
svnserve.service                       disabled
sysstat.service                        enabled
systemd-ask-password-console.service   static
systemd-ask-password-wall.service      static
systemd-backlight@.service             static
systemd-binfmt.service                 static
systemd-bootchart.service              disabled
systemd-firstboot.service              static
systemd-fsck-root.service              static
systemd-fsck@.service                  static
systemd-halt.service                   static
systemd-hibernate-resume@.service      static
systemd-hibernate.service              static
systemd-hostnamed.service              static
systemd-hwdb-update.service            static
systemd-hybrid-sleep.service           static
systemd-importd.service                static
systemd-initctl.service                static
systemd-journal-catalog-update.service static
systemd-journal-flush.service          static
systemd-journald.service               static
systemd-kexec.service                  static
systemd-localed.service                static
systemd-logind.service                 static
systemd-machine-id-commit.service      static
systemd-machined.service               static
systemd-modules-load.service           static
systemd-nspawn@.service                disabled
systemd-poweroff.service               static
systemd-quotacheck.service             static
systemd-random-seed.service            static
systemd-readahead-collect.service      enabled
systemd-readahead-done.service         indirect
systemd-readahead-drop.service         enabled
systemd-readahead-replay.service       enabled
systemd-reboot.service                 static
systemd-remount-fs.service             static
systemd-rfkill@.service                static
systemd-shutdownd.service              static
systemd-suspend.service                static
systemd-sysctl.service                 static
systemd-timedated.service              static
systemd-tmpfiles-clean.service         static
systemd-tmpfiles-setup-dev.service     static
systemd-tmpfiles-setup.service         static
systemd-udev-settle.service            static
systemd-udev-trigger.service           static
systemd-udevd.service                  static
systemd-update-done.service            static
systemd-update-utmp-runlevel.service   static
systemd-update-utmp.service            static
systemd-user-sessions.service          static
systemd-vconsole-setup.service         static
tcsd.service                           disabled
vzfifo.service                         enabled
vzreboot.service                       static
xinetd.service                         enabled
yadifad.service                        disabled
-.slice                                static
machine.slice                          static
system.slice                           static
user.slice                             static
dbus.socket                            static
httpd.socket                           disabled
rpcbind.socket                         enabled
sshd.socket                            disabled
syslog.socket                          static
systemd-initctl.socket                 static
systemd-journald.socket                static
systemd-networkd.socket                disabled
systemd-shutdownd.socket               static
systemd-udevd-control.socket           static
systemd-udevd-kernel.socket            static
basic.target                           static
bluetooth.target                       static
cryptsetup-pre.target                  static
cryptsetup.target                      static
ctrl-alt-del.target                    disabled
default.target                         enabled
emergency.target                       static
final.target                           static
getty.target                           static
graphical.target                       static
halt.target                            disabled
hibernate.target                       static
hibernate.target                       static
hybrid-sleep.target                    static
initrd-fs.target                       static
initrd-root-fs.target                  static
initrd-switch-root.target              static
initrd.target                          static
kexec.target                           disabled
local-fs-pre.target                    static
local-fs.target                        static
machines.target                        disabled
multi-user.target                      enabled
network-online.target                  static
network-pre.target                     static
network.target                         static
nss-lookup.target                      static
nss-user-lookup.target                 static
paths.target                           static
poweroff.target                        disabled
printer.target                         static
reboot.target                          disabled
remote-fs-pre.target                   static
remote-fs.target                       enabled
rescue.target                          disabled
rpcbind.target                         static
runlevel0.target                       disabled
runlevel1.target                       disabled
runlevel2.target                       enabled
runlevel3.target                       enabled
runlevel4.target                       enabled
runlevel5.target                       static
runlevel6.target                       disabled
shutdown.target                        static
sigpwr.target                          static
sleep.target                           static
slices.target                          static
smartcard.target                       static
sockets.target                         static
sound.target                           static
suspend.target                         static
swap.target                            static
sysinit.target                         static
system-update.target                   static
time-sync.target                       static
timers.target                          static
umount.target                          static
fstrim.timer                           disabled
systemd-readahead-done.timer           indirect
systemd-tmpfiles-clean.timer           static

225 unit files listed.
 ESCOC

 ESCOD
hybrid-sleep.target                    static
initrd-fs.target                       static
initrd-root-fs.target                  static
initrd-switch-root.target              static
initrd.target                          static
kexec.target                           disabled
local-fs-pre.target                    static
local-fs.target                        static
machines.target                        disabled
multi-user.target                      enabled
network-online.target                  static
network-pre.target                     static
network.target                         static
nss-lookup.target                      static
nss-user-lookup.target                 static
paths.target                           static
poweroff.target                        disabled
printer.target                         static
reboot.target                          disabled
remote-fs-pre.target                   static
remote-fs.target                       enabled
rescue.target                          disabled
rpcbind.target                         static
runlevel0.target                       disabled
runlevel1.target                       disabled
runlevel2.target                       enabled
runlevel3.target                       enabled
runlevel4.target                       enabled
runlevel5.target                       static
runlevel6.target                       disabled
shutdown.target                        static
sigpwr.target                          static
sleep.target                           static
slices.target                          static
smartcard.target                       static
sockets.target                         static
sound.target                           static
suspend.target                         static
swap.target                            static
sysinit.target                         static
system-update.target                   static
time-sync.target                       static
timers.target                          static
umount.target                          static
fstrim.timer                           disabled
systemd-readahead-done.timer           indirect
systemd-tmpfiles-clean.timer           static

225 unit files listed.
 ESCOD
hybrid-sleep.target                    static
initrd-fs.target                       static
initrd-root-fs.target                  static
initrd-switch-root.target              static
initrd.target                          static
kexec.target                           disabled
local-fs-pre.target                    static
local-fs.target                        static
machines.target                        disabled
multi-user.target                      enabled
network-online.target                  static
network-pre.target                     static
network.target                         static
nss-lookup.target                      static
nss-user-lookup.target                 static
paths.target                           static
poweroff.target                        disabled
printer.target                         static
reboot.target                          disabled
remote-fs-pre.target                   static
remote-fs.target                       enabled
rescue.target                          disabled
rpcbind.target                         static
runlevel0.target                       disabled
runlevel1.target                       disabled
runlevel2.target                       enabled
runlevel3.target                       enabled
runlevel4.target                       enabled
runlevel5.target                       static
runlevel6.target                       disabled
shutdown.target                        static
sigpwr.target                          static
sleep.target                           static
slices.target                          static
smartcard.target                       static
sockets.target                         static
sound.target                           static
suspend.target                         static
swap.target                            static
sysinit.target                         static
system-update.target                   static
time-sync.target                       static
timers.target                          static
umount.target                          static
fstrim.timer                           disabled
systemd-readahead-done.timer           indirect
systemd-tmpfiles-clean.timer           static

225 unit files listed.
lines 180-228/228 (END)
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: MRatWork on 2017-07-22, 16:48:11
Give me ssh and panel access. But, I will access tomorrow (next 8-12 hours).
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-22, 17:03:59
ssh details and panel details are same as before but let me resend
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: MRatWork on 2017-07-23, 06:57:40
Send mail is OK but gmail still block this message.

You can check this issue with rainloop/roundcube webmail where send send mail to gmail account.
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-23, 07:01:32
I also got a email from Google today at my admin id
Report domain: rbpt.tech Submitter: google.com Report-ID: 16819977772633651365
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: MRatWork on 2017-07-23, 07:02:45
Inform here gmail report (attachment).
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: rajitbansal on 2017-07-23, 07:03:10
I Tried i am unable to send even to rajitbansal@rbpt.tech from admin@rbpt.tech
Title: Re: Domains not working after restore Kloxo 7 , Centos7
Post by: MRatWork on 2017-07-23, 07:06:08
I Tried i am unable to send even to rajitbansal@rbpt.tech from admin@rbpt.tech
Check mail log in 'log manager' and also 'mail queue'.