Advertisement
Guest User

Untitled

a guest
Aug 20th, 2016
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. [root@nailgun ~]# service dnsmasq status
  2. Redirecting to /bin/systemctl status dnsmasq.service
  3. ● dnsmasq.service - DNS caching server.
  4. Loaded: loaded (/usr/lib/systemd/system/dnsmasq.service; enabled; vendor preset: disabled)
  5. Drop-In: /etc/systemd/system/dnsmasq.service.d
  6. └─restart.conf
  7. Active: activating (auto-restart) (Result: exit-code) since Sat 2016-08-20 11:23:18 UTC; 2s ago
  8. Process: 5474 ExecStart=/usr/sbin/dnsmasq -k (code=exited, status=1/FAILURE)
  9. Main PID: 5474 (code=exited, status=1/FAILURE)
  10.  
  11. Aug 20 11:23:18 nailgun.test.domain.local systemd[1]: Child 5474 belongs to dnsmasq.service
  12. Aug 20 11:23:18 nailgun.test.domain.local systemd[1]: dnsmasq.service: main process exited, code=exited, status=1/FAILURE
  13. Aug 20 11:23:18 nailgun.test.domain.local systemd[1]: dnsmasq.service changed running -> failed
  14. Aug 20 11:23:18 nailgun.test.domain.local systemd[1]: Unit dnsmasq.service entered failed state.
  15. Aug 20 11:23:18 nailgun.test.domain.local systemd[1]: dnsmasq.service failed.
  16. Aug 20 11:23:18 nailgun.test.domain.local systemd[1]: dnsmasq.service changed failed -> auto-restart
  17. Aug 20 11:23:18 nailgun.test.domain.local systemd[1]: dnsmasq.service: cgroup is empty
  18. Aug 20 11:23:18 nailgun.test.domain.local dnsmasq[5474]: dnsmasq: error at line 5 of /etc/dnsmasq.d/range_892a8620.conf
  19. [root@nailgun ~]# less /etc/dnsmasq.d/range_892a8620.conf
  20. # Generated automatically by puppet
  21. # Environment: sr-iov_cinder
  22. # Nodegroup: baremetal-rack01
  23. # IP range: ["10.109.2.2", "10.109.2.254"]
  24. listen-address=
  25. dhcp-range=range_892a8620,10.109.2.2,10.109.2.254,255.255.255.0,120m
  26. dhcp-option=net:range_892a8620,option:router,10.109.2.1
  27. dhcp-boot=net:range_892a8620,pxelinux.0,boothost,10.109.9.2
  28. dhcp-match=set:ipxe,175
  29. dhcp-option-force=tag:ipxe,210,http://10.109.9.2/cobbler/boot/
  30. [root@nailgun ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement