Kicked out
-
- Posts: 4
- Joined: Wed Apr 17, 2019 1:11 pm
- Os: CentOS 6x
- Web: apache + nginx
Kicked out
So the problem is that, everytime i try to do anything in vestacp it logs me out instantly.. it worked just fine for the first few days and now i can't do anything with it anymore..
Anyone had this problem before?
Centos 7, apache, nginx and i am logged in as the admin account in vesta
Anyone had this problem before?
Centos 7, apache, nginx and i am logged in as the admin account in vesta
Re: Kicked out
Try to clear cache and cookies of your browser
-
- Posts: 4
- Joined: Wed Apr 17, 2019 1:11 pm
- Os: CentOS 6x
- Web: apache + nginx
Re: Kicked out
Try to check this article: https://www.cyberciti.biz/tips/howto-li ... rrors.htmlKookosPahkina wrote: ↑Wed Apr 17, 2019 3:43 pmThat helped thanks, now i seem to be getting this error when doing dns' n such "Error: named restart failed"
-
- Posts: 4
- Joined: Wed Apr 17, 2019 1:11 pm
- Os: CentOS 6x
- Web: apache + nginx
Re: Kicked out
Didn't help at all :(dreiggy wrote: ↑Thu Apr 18, 2019 7:25 pmTry to check this article: https://www.cyberciti.biz/tips/howto-li ... rrors.htmlKookosPahkina wrote: ↑Wed Apr 17, 2019 3:43 pmThat helped thanks, now i seem to be getting this error when doing dns' n such "Error: named restart failed"
-
- Posts: 4
- Joined: Wed Apr 17, 2019 1:11 pm
- Os: CentOS 6x
- Web: apache + nginx
Re: Kicked out
this is what command says : systemctl status named.service -l
● 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 Fri 2019-04-19 03:53:59 EDT; 1min 4s ago
Process: 13819 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: 8539 (code=exited, status=0/SUCCESS)
Apr 19 03:53:59 asd.example.com bash[13819]: zone asd.co/IN: loading from master file /home/admin/conf/dns/asd.co.db failed: CNAME and other data
Apr 19 03:53:59 asd.example.com bash[13819]: zone asd.co/IN: not loaded due to errors.
Apr 19 03:53:59 asd.example.com bash[13819]: _default/asd.co/IN: CNAME and other data
Apr 19 03:53:59 asd.example.com bash[13819]: zone forum.asd.co/IN: loaded serial 2019030207
Apr 19 03:53:59 asd.example.com bash[13819]: zone files.asd.co/IN: loaded serial 2019030203
Apr 19 03:53:59 asd.example.com bash[13819]: zone sf4.asd.co/IN: loaded serial 2019041703
Apr 19 03:53:59 asd.example.com systemd[1]: named.service: control process exited, code=exited status=1
Apr 19 03:53:59 asd.example.com systemd[1]: Failed to start Berkeley Internet Name Domain (DNS).
Apr 19 03:53:59 asd.example.com systemd[1]: Unit named.service entered failed state.
Apr 19 03:53:59 asd.example.com systemd[1]: named.service failed.
● 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 Fri 2019-04-19 03:53:59 EDT; 1min 4s ago
Process: 13819 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: 8539 (code=exited, status=0/SUCCESS)
Apr 19 03:53:59 asd.example.com bash[13819]: zone asd.co/IN: loading from master file /home/admin/conf/dns/asd.co.db failed: CNAME and other data
Apr 19 03:53:59 asd.example.com bash[13819]: zone asd.co/IN: not loaded due to errors.
Apr 19 03:53:59 asd.example.com bash[13819]: _default/asd.co/IN: CNAME and other data
Apr 19 03:53:59 asd.example.com bash[13819]: zone forum.asd.co/IN: loaded serial 2019030207
Apr 19 03:53:59 asd.example.com bash[13819]: zone files.asd.co/IN: loaded serial 2019030203
Apr 19 03:53:59 asd.example.com bash[13819]: zone sf4.asd.co/IN: loaded serial 2019041703
Apr 19 03:53:59 asd.example.com systemd[1]: named.service: control process exited, code=exited status=1
Apr 19 03:53:59 asd.example.com systemd[1]: Failed to start Berkeley Internet Name Domain (DNS).
Apr 19 03:53:59 asd.example.com systemd[1]: Unit named.service entered failed state.
Apr 19 03:53:59 asd.example.com systemd[1]: named.service failed.
Re: Kicked out
Seems issue is because of syntax error in named zone include file:KookosPahkina wrote: ↑Fri Apr 19, 2019 7:56 amthis is what command says : systemctl status named.service -l
● 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 Fri 2019-04-19 03:53:59 EDT; 1min 4s ago
Process: 13819 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: 8539 (code=exited, status=0/SUCCESS)
Apr 19 03:53:59 asd.example.com bash[13819]: zone asd.co/IN: loading from master file /home/admin/conf/dns/asd.co.db failed: CNAME and other data
Apr 19 03:53:59 asd.example.com bash[13819]: zone asd.co/IN: not loaded due to errors.
Apr 19 03:53:59 asd.example.com bash[13819]: _default/asd.co/IN: CNAME and other data
Apr 19 03:53:59 asd.example.com bash[13819]: zone forum.asd.co/IN: loaded serial 2019030207
Apr 19 03:53:59 asd.example.com bash[13819]: zone files.asd.co/IN: loaded serial 2019030203
Apr 19 03:53:59 asd.example.com bash[13819]: zone sf4.asd.co/IN: loaded serial 2019041703
Apr 19 03:53:59 asd.example.com systemd[1]: named.service: control process exited, code=exited status=1
Apr 19 03:53:59 asd.example.com systemd[1]: Failed to start Berkeley Internet Name Domain (DNS).
Apr 19 03:53:59 asd.example.com systemd[1]: Unit named.service entered failed state.
Apr 19 03:53:59 asd.example.com systemd[1]: named.service failed.
Apr 19 03:53:59 asd.example.com bash[13819]: zone asd.co/IN: not loaded due to errors.
Try to disable (comment out) zone asd.co and restart named.