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.
Pages: [1] 2
1
DNS / Re: DNS service is not working
« on: June 15, 2022, 01:36:36 PM »
the new error after some playing around is
Code: [Select]
named.service - Berkeley Internet Name Domain (DNS)
Loaded: loaded (/usr/lib/systemd/system/named.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2022-06-15 09:35:43 EDT; 2s ago
Process: 15390 ExecStartPre=/bin/bash -c if [ ! "$DISABLE_ZONE_CHECKING" == "yes" ]; then /usr/sbin/named-checkconf -z "$NAMEDCONF"; else echo "Checking of zone files is disabled"; fi (code=exited, status=1/FAILURE)
Jun 15 09:35:43 panel.moealdeek.com bash[15391]: zone ns2.moealdeek.com/IN: loaded serial 2013071600
Jun 15 09:35:43 panel.moealdeek.com bash[15391]: zone panel.moealdeek.com/IN: loaded serial 2022041156
Jun 15 09:35:43 panel.moealdeek.com bash[15391]: zone moealdeek.com/IN: NS 'ns1.moealdeek.com' has no address records (A or AAAA)
Jun 15 09:35:43 panel.moealdeek.com bash[15391]: zone moealdeek.com/IN: NS 'ns2.moealdeek.com' has no address records (A or AAAA)
Jun 15 09:35:43 panel.moealdeek.com bash[15391]: zone moealdeek.com/IN: not loaded due to errors.
Jun 15 09:35:43 panel.moealdeek.com bash[15391]: _default/moealdeek.com/IN: bad zone
Jun 15 09:35:43 panel.moealdeek.com bash[15391]: zone haddadfaris.com/IN: loaded serial 2022061560
Jun 15 09:35:43 panel.moealdeek.com systemd[1]: named.service: Control process exited, code=exited status=1
Jun 15 09:35:43 panel.moealdeek.com systemd[1]: named.service: Failed with result 'exit-code'.
Jun 15 09:35:43 panel.moealdeek.com systemd[1]: Failed to start Berkeley Internet Name Domain (DNS).
2
DNS / DNS service is not working
« on: June 15, 2022, 11:34:52 AM »
Hello,
I have an error that I'm receiving in my CWP and I'm trying to solve it but I don't know how and what to do, I tried to edit the file of each record, but it still doesn't work.
I have an error that I'm receiving in my CWP and I'm trying to solve it but I don't know how and what to do, I tried to edit the file of each record, but it still doesn't work.
Code: [Select]
named.service - Berkeley Internet Name Domain (DNS)
Loaded: loaded (/usr/lib/systemd/system/named.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2022-06-15 07:03:54 EDT; 2s ago
Process: 8936 ExecStartPre=/bin/bash -c if [ ! "$DISABLE_ZONE_CHECKING" == "yes" ]; then /usr/sbin/named-checkconf -z "$NAMEDCONF"; else echo "Checking of zone files is disabled"; fi (code=exited, status=1/FAILURE)
Jun 15 07:03:54 panel.moealdeek.com bash[8937]: /var/named/moealdeek.com.db:24: file does not end with newline
Jun 15 07:03:54 panel.moealdeek.com bash[8937]: zone moealdeek.com/IN: NS 'ns1.moealdeek.com' has no address records (A or AAAA)
Jun 15 07:03:54 panel.moealdeek.com bash[8937]: zone moealdeek.com/IN: NS 'ns2.moealdeek.com' has no address records (A or AAAA)
Jun 15 07:03:54 panel.moealdeek.com bash[8937]: zone moealdeek.com/IN: not loaded due to errors.
Jun 15 07:03:54 panel.moealdeek.com bash[8937]: _default/moealdeek.com/IN: bad zone
Jun 15 07:03:54 panel.moealdeek.com bash[8937]: /var/named/haddadfaris.com.db:24: file does not end with newline
Jun 15 07:03:54 panel.moealdeek.com bash[8937]: zone haddadfaris.com/IN: loaded serial 2013071600
Jun 15 07:03:54 panel.moealdeek.com systemd[1]: named.service: Control process exited, code=exited status=1
Jun 15 07:03:54 panel.moealdeek.com systemd[1]: named.service: Failed with result 'exit-code'.
Jun 15 07:03:54 panel.moealdeek.com systemd[1]: Failed to start Berkeley Internet Name Domain (DNS).
3
CentOS 7 Problems / Re: 503 Service unavailable
« on: April 10, 2022, 02:34:02 PM »
I receive this error
Failed to start php-fpm80.service: Unit not found.
Failed to start php-fpm80.service: Unit not found.
4
CentOS 7 Problems / 503 Service unavailable
« on: April 08, 2022, 01:18:52 PM »
Hello guys,
I have installed CWP PRO and installed PHP 8.1 FPM, but I receive error 503 after I installed wordpress. Can you please help me with fixing it?
I have installed CWP PRO and installed PHP 8.1 FPM, but I receive error 503 after I installed wordpress. Can you please help me with fixing it?
Quote
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
5
CentOS 7 Problems / Re: BIND service doesn't load
« on: February 07, 2021, 03:31:15 PM »
SOLVED by restarting the ns1 host
6
CentOS 7 Problems / BIND service doesn't load
« on: February 06, 2021, 10:04:12 PM »
Hello,
can someone help me please, I am trying to restart Bind service, but it doesnt restart, I get this error
Job for named.service failed because the control process exited with error code. See "systemctl status named.service" and "journalctl -xe" for details.
When checking the status, it shows this:
● named.service - Berkeley Internet Name Domain (DNS)
Loaded: loaded (/usr/lib/systemd/system/named.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Sat 2021-02-06 17:02:16 EST; 1min 34s ago
Process: 7562 ExecStop=/bin/sh -c /usr/sbin/rndc stop > /dev/null 2>&1 || /bin/kill -TERM $MAINPID (code=exited, status=0/SUCCESS)
Process: 30259 ExecStart=/usr/sbin/named -u named -c ${NAMEDCONF} $OPTIONS (code=exited, status=0/SUCCESS)
Process: 13724 ExecStartPre=/bin/bash -c if [ ! "$DISABLE_ZONE_CHECKING" == "yes" ]; then /usr/sbin/named-checkconf -z "$NAMEDCONF"; else echo "Checking of zone files is disabled"; fi (code=exited, status=1/FAILURE)
Main PID: 30261 (code=exited, status=0/SUCCESS)
Feb 06 17:02:16 panel.moealdeek.com bash[13724]: zone moealdeek.com/IN: not loaded due to errors.
Feb 06 17:02:16 panel.moealdeek.com bash[13724]: _default/moealdeek.com/IN: bad zone
Feb 06 17:02:16 panel.moealdeek.com bash[13724]: zone haddadfaris.com/IN: loaded serial 2021020592
Feb 06 17:02:16 panel.moealdeek.com bash[13724]: zone panel.moealdeek.com/IN: loaded serial 2021020673
Feb 06 17:02:16 panel.moealdeek.com bash[13724]: zone ns1.moealdeek.com/IN: loaded serial 2013071600
Feb 06 17:02:16 panel.moealdeek.com bash[13724]: zone ns2.moealdeek.com/IN: loaded serial 2013071600
Feb 06 17:02:16 panel.moealdeek.com systemd[1]: named.service: control process exited, code=exited status=1
Feb 06 17:02:16 panel.moealdeek.com systemd[1]: Failed to start Berkeley Internet Name Domain (DNS).
Feb 06 17:02:16 panel.moealdeek.com systemd[1]: Unit named.service entered failed state.
Feb 06 17:02:16 panel.moealdeek.com systemd[1]: named.service failed.
can someone help me please, I am trying to restart Bind service, but it doesnt restart, I get this error
Job for named.service failed because the control process exited with error code. See "systemctl status named.service" and "journalctl -xe" for details.
When checking the status, it shows this:
● named.service - Berkeley Internet Name Domain (DNS)
Loaded: loaded (/usr/lib/systemd/system/named.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Sat 2021-02-06 17:02:16 EST; 1min 34s ago
Process: 7562 ExecStop=/bin/sh -c /usr/sbin/rndc stop > /dev/null 2>&1 || /bin/kill -TERM $MAINPID (code=exited, status=0/SUCCESS)
Process: 30259 ExecStart=/usr/sbin/named -u named -c ${NAMEDCONF} $OPTIONS (code=exited, status=0/SUCCESS)
Process: 13724 ExecStartPre=/bin/bash -c if [ ! "$DISABLE_ZONE_CHECKING" == "yes" ]; then /usr/sbin/named-checkconf -z "$NAMEDCONF"; else echo "Checking of zone files is disabled"; fi (code=exited, status=1/FAILURE)
Main PID: 30261 (code=exited, status=0/SUCCESS)
Feb 06 17:02:16 panel.moealdeek.com bash[13724]: zone moealdeek.com/IN: not loaded due to errors.
Feb 06 17:02:16 panel.moealdeek.com bash[13724]: _default/moealdeek.com/IN: bad zone
Feb 06 17:02:16 panel.moealdeek.com bash[13724]: zone haddadfaris.com/IN: loaded serial 2021020592
Feb 06 17:02:16 panel.moealdeek.com bash[13724]: zone panel.moealdeek.com/IN: loaded serial 2021020673
Feb 06 17:02:16 panel.moealdeek.com bash[13724]: zone ns1.moealdeek.com/IN: loaded serial 2013071600
Feb 06 17:02:16 panel.moealdeek.com bash[13724]: zone ns2.moealdeek.com/IN: loaded serial 2013071600
Feb 06 17:02:16 panel.moealdeek.com systemd[1]: named.service: control process exited, code=exited status=1
Feb 06 17:02:16 panel.moealdeek.com systemd[1]: Failed to start Berkeley Internet Name Domain (DNS).
Feb 06 17:02:16 panel.moealdeek.com systemd[1]: Unit named.service entered failed state.
Feb 06 17:02:16 panel.moealdeek.com systemd[1]: named.service failed.
7
E-Mail / Re: Emails not sent from Roubdcube
« on: February 06, 2021, 07:28:22 AM »
please close my post, as I already found a solution. I had to restart mail services
8
E-Mail / Emails not sent from Roubdcube
« on: February 05, 2021, 10:19:18 PM »
Hello,
I have recently moved to a new server and I am setting up my server with CWP and noticed that when I try to send an email I get the following error:
SMTP ERROR (1): Connection to server failed
Not sure how to fix it, I tried opening port 25, but nothing changed
I have recently moved to a new server and I am setting up my server with CWP and noticed that when I try to send an email I get the following error:
SMTP ERROR (1): Connection to server failed
Not sure how to fix it, I tried opening port 25, but nothing changed
9
E-Mail / Re: SMTP TLS or SSL not working
« on: May 15, 2020, 11:14:20 AM »
Thanks a lot, it works fine now
10
E-Mail / Re: SMTP TLS or SSL not working
« on: May 15, 2020, 11:01:20 AM »
this is what I have received:
acme.sh --config-home /root/.acme.sh/cwp_certs/ --list
Main_Domain KeyLength SAN_Domains Created Renew
panel.uxiology.com "2048" no Fri May 15 08:55:15 UTC 2020 Tue Jul 14 08:55:15 UTC 2020
www.uxiology.com "" uxiology.com,mail.uxiology.com,ftp.uxiology.com,cpanel.uxiology.com,webmail.uxiology.com Fri May 15 08:59:27 UTC 2020 Tue Jul 14 08:59:27 UTC 2020
You have new mail in /var/spool/mail/root
--------
grep "Error" /root/.acme.sh/cwp_certs/acme.sh.log
grep: /root/.acme.sh/cwp_certs/acme.sh.log: No such file or directory
You have new mail in /var/spool/mail/root
-------
grep "panel.uxiology.com" /root/.acme.sh/cwp_certs/acme.sh.log
grep: /root/.acme.sh/cwp_certs/acme.sh.log: No such file or directory
-------
/scripts/install_acme
Acme installation folder already exists
and I saved hostname, but nothing happened
acme.sh --config-home /root/.acme.sh/cwp_certs/ --list
Main_Domain KeyLength SAN_Domains Created Renew
panel.uxiology.com "2048" no Fri May 15 08:55:15 UTC 2020 Tue Jul 14 08:55:15 UTC 2020
www.uxiology.com "" uxiology.com,mail.uxiology.com,ftp.uxiology.com,cpanel.uxiology.com,webmail.uxiology.com Fri May 15 08:59:27 UTC 2020 Tue Jul 14 08:59:27 UTC 2020
You have new mail in /var/spool/mail/root
--------
grep "Error" /root/.acme.sh/cwp_certs/acme.sh.log
grep: /root/.acme.sh/cwp_certs/acme.sh.log: No such file or directory
You have new mail in /var/spool/mail/root
-------
grep "panel.uxiology.com" /root/.acme.sh/cwp_certs/acme.sh.log
grep: /root/.acme.sh/cwp_certs/acme.sh.log: No such file or directory
-------
/scripts/install_acme
Acme installation folder already exists
and I saved hostname, but nothing happened
11
E-Mail / Re: SMTP TLS or SSL not working
« on: May 15, 2020, 10:34:33 AM »
I ran the command through ssh and i got (No such file or directory)
I also looked up the file in file manager, but i still can't find it
I also looked up the file in file manager, but i still can't find it
12
E-Mail / Re: SMTP TLS or SSL not working
« on: May 15, 2020, 10:05:14 AM »
I have checked the return code and it says (0)
I also checked the page in hostname and it shows every checkbox is selected, you can see the image below.
https://imgur.com/U7AOaB0
As for lets encrypt certificates, I'm seeing the following:
https://imgur.com/DyIkPbi
I also checked the page in hostname and it shows every checkbox is selected, you can see the image below.
https://imgur.com/U7AOaB0
As for lets encrypt certificates, I'm seeing the following:
https://imgur.com/DyIkPbi
13
E-Mail / Re: SMTP TLS or SSL not working
« on: May 15, 2020, 08:34:44 AM »
i get the following for both commands:
No client certificate CA names sent
Peer signing digest: SHA512
Server Temp Key: ECDH, P-256, 256 bits
No client certificate CA names sent
Peer signing digest: SHA512
Server Temp Key: ECDH, P-256, 256 bits
14
E-Mail / Re: SMTP TLS or SSL not working
« on: May 15, 2020, 08:15:00 AM »
in my example:
domain: uxiology.com
hostname: panel.uxiology.com
with gmail i use panel.uxiology.com
but i use non secured connection with port 25. I am trying to optimize it to go with secured connection
domain: uxiology.com
hostname: panel.uxiology.com
with gmail i use panel.uxiology.com
but i use non secured connection with port 25. I am trying to optimize it to go with secured connection
15
E-Mail / Re: SMTP TLS or SSL not working
« on: May 14, 2020, 11:10:27 PM »
I am using hostname, in my case its panel.domain.com
Pages: [1] 2