Hello, i have a problem with named.services After reboot of my server is failed. I can not check it, because i can not get to ispconfig. My logs are for example Code: × named.service - BIND Domain Name Server Loaded: loaded (/lib/systemd/system/named.service; enabled; preset: enable> Active: failed (Result: exit-code) since Tue 2023-09-26 15:10:08 CEST; 2s > Docs: man:named(8) Process: 22224 ExecStart=/usr/sbin/named -f $OPTIONS (code=exited, status=1> Main PID: 22224 (code=exited, status=1/FAILURE) CPU: 24ms Sep 26 15:10:08 systemd[1]: named.service: Scheduled restart job, rest> Sep 26 15:10:08 systemd[1]: Stopped named.service - BIND Domain Name S> Sep 26 15:10:08 systemd[1]: named.service: Start request repeated too > Sep 26 15:10:08 systemd[1]: named.service: Failed with result 'exit-co> Sep 26 15:10:08 systemd[1]: Failed to start named.service - BIND Domai> lines 1-13/13 (END)...skipping... × named.service - BIND Domain Name Server Loaded: loaded (/lib/systemd/system/named.service; enabled; preset: enabled) Active: failed (Result: exit-code) since Tue 2023-09-26 15:10:08 CEST; 2s ago Docs: man:named(8) Process: 22224 ExecStart=/usr/sbin/named -f $OPTIONS (code=exited, status=1/FAILURE) Main PID: 22224 (code=exited, status=1/FAILURE) CPU: 24ms Sep 26 15:10:08 systemd[1]: named.service: Scheduled restart job, restart counter is at 5. Sep 26 15:10:08 systemd[1]: Stopped named.service - BIND Domain Name Server. Sep 26 15:10:08 systemd[1]: named.service: Start request repeated too quickly. Sep 26 15:10:08 systemd[1]: named.service: Failed with result 'exit-code'. Sep 26 15:10:08 systemd[1]: Failed to start named.service - BIND Domain Name Server. and syslog Code: 2023-09-26T15:15:05.477091+02:00 ntpd[908]: DNS: dns_probe: 1.debian.pool.ntp.org, cast_flags:8, flags:101 2023-09-26T15:15:05.477466+02:00 ntpd[908]: DNS: dns_check: processing 1.debian.pool.ntp.org, 8, 101 2023-09-26T15:15:05.477532+02:00 ntpd[908]: DNS: dns_check: DNS error: -3, Temporary failure in name resolution 2023-09-26T15:15:05.477586+02:00 ntpd[908]: DNS: dns_take_status: 1.debian.pool.ntp.org=>temp, 3 2023-09-26T15:15:06.477090+02:00 ntpd[908]: DNS: dns_probe: 2.debian.pool.ntp.org, cast_flags:8, flags:101 2023-09-26T15:15:06.477483+02:00 ntpd[908]: DNS: dns_check: processing 2.debian.pool.ntp.org, 8, 101 2023-09-26T15:15:06.477553+02:00 ntpd[908]: DNS: dns_check: DNS error: -3, Temporary failure in name resolution 2023-09-26T15:15:06.477604+02:00 ntpd[908]: DNS: dns_take_status: 2.debian.pool.ntp.org=>temp, 3 2023-09-26T15:15:07.477138+02:00 ntpd[908]: DNS: dns_probe: 3.debian.pool.ntp.org, cast_flags:8, flags:101 2023-09-26T15:15:07.477537+02:00 ntpd[908]: DNS: dns_check: processing 3.debian.pool.ntp.org, 8, 101 2023-09-26T15:15:07.477608+02:00 ntpd[908]: DNS: dns_check: DNS error: -3, Temporary failure in name resolution 2023-09-26T15:15:07.477659+02:00 ntpd[908]: DNS: dns_take_status: 3.debian.pool.ntp.org=>temp, 3 Nothing what could i understand. I check all interface files, hosts etc., but can not find any problem in configuration. Any idea please? Maybe i should try reinstall bind? I am using ispconfig, but i can not reconfigure it, because my server is no online in internet, can not dig, download package and anything from url. But one think, when i tried to type any domain created with ispconfig, without https i get default apache page, with https problem with ssls and site dont working. Isp config, webmail, phpmyadmin write ERR_CONNECTION_REFUSED Could by some problems with symlink? Thank you.
Try starting bind from command line, then you see error message what is wrong. Code: systemctl stop bind9.service systemctl start bind9.service Is this still ISPConfig system, but you post on Linux forum?
Thank you. Yes, still same. In tried this as first thing, but does not start. At last, i download backup of my websites databases and emails and reinstall debian system. I guess that this is one of the best way. This install of debian looks broke completely. Thank you for your help!