首页 > 代码库 > 基于vsphere虚拟机 MicroBOSH powerdns启动失败
基于vsphere虚拟机 MicroBOSH powerdns启动失败
【问题现象】pdns_server启动失败
【问题日志】
Jan 6 09:40:16 localhost pdns[24942]: This is a standalone pdns
Jan 6 09:40:16 localhost pdns[24942]: Listening on controlsocket in ‘/var/vcap/sys/run/powerdns/pdns.controlsocket‘
Jan 6 09:40:16 localhost pdns[24942]: UDP server bound to 0.0.0.0:53
Jan 6 09:40:16 localhost pdns[24942]: TCP server bound to 0.0.0.0:53
Jan 6 09:40:16 localhost pdns[24942]: PowerDNS Authoritative Server 3.3.1 (jenkins@autotest.powerdns.com) ? 2001-2013 PowerDNS.COM BV
Jan 6 09:40:16 localhost pdns[24942]: Using 64-bits mode. Built on 20131217140531 by root@autotest.powerdns.com, gcc 4.7.2.
Jan 6 09:40:16 localhost pdns[24942]: PowerDNS comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it according to the terms of the GPL version 2.
Jan 6 09:40:16 localhost pdns[24942]: Exiting because: Unable to convert presentation address ‘[“208.67.222.222”, “114.114.114.114”, “8.8.8.8”, “4.4.4.4”]‘
【解决方案】
/var/vcap/jobs/powerdns/config/pdns.conf
注释掉#recursor=[“208.67.222.222”, “114.114.114.114”, “8.8.8.8”]
基于vsphere虚拟机 MicroBOSH powerdns启动失败