Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Unbound server problem

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
questlinq
Posts: 69
Joined: 2017-09-19 08:51

Unbound server problem

#1 Post by questlinq »

Hello,

After Unbound server installation - service fails to start ..

Code: Select all

systemctl start unbound
gives-out nothing, while checking

Code: Select all

systemctl status unbound
I get ..

Code: Select all

● unbound.service - Unbound DNS server
   Loaded: loaded (/lib/systemd/system/unbound.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Sun 2018-01-28 21:20:24 GMT; 920ms ago
     Docs: man:unbound(8)
  Process: 4311 ExecStart=/usr/sbin/unbound -d $DAEMON_OPTS (code=exited, status=1/FAILURE)
  Process: 4305 ExecStartPre=/usr/lib/unbound/package-helper root_trust_anchor_update (code=exited, status=0/SUCCESS)
  Process: 4300 ExecStartPre=/usr/lib/unbound/package-helper chroot_setup (code=exited, status=0/SUCCESS)
 Main PID: 4311 (code=exited, status=1/FAILURE)

Jan 28 21:20:23 super systemd[1]: unbound.service: Unit entered failed state.
Jan 28 21:20:23 super systemd[1]: unbound.service: Failed with result 'exit-code'.
Jan 28 21:20:24 super systemd[1]: unbound.service: Service hold-off time over, scheduling restart.
Jan 28 21:20:24 super systemd[1]: Stopped Unbound DNS server.
Jan 28 21:20:24 super systemd[1]: unbound.service: Start request repeated too quickly.
Jan 28 21:20:24 super systemd[1]: Failed to start Unbound DNS server.
Jan 28 21:20:24 super systemd[1]: unbound.service: Unit entered failed state.
Jan 28 21:20:24 super systemd[1]: unbound.service: Failed with result 'exit-code'.
Even server reboot doesn't help.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Unbound server problem

#2 Post by Head_on_a_Stick »

Can we please see

Code: Select all

systemctl list-unit-files --state=enabled
journalctl -u unbound
deadbang

Post Reply