bind10-devel-20120301 and NSEC3

Spain, Dr. Jeffry A. spainj at countryday.net
Sat Mar 3 20:09:47 UTC 2012


> 138.	[func]*		jinmei
>	b10-auth: added a configuration interface to support in memory
>	data sources.  For example, the following command to bindctl
>	will configure a memory data source containing the "example.com"
>	zone with the zone file named "example.com.zone":
>	> config set Auth/datasources/ [{"type": "memory", "zones": \
>	 [{"origin": "example.com", "file": "example.com.zone"}]}]

I'm having some difficulty with this as shown in the following. I'm getting the error "Failed to open master file". This is despite running bindctl as root and trying both relative and absolute paths to the zone file. The zone file is world readable. It loads fine into sqlite with 'b10-loadzone jaspain.biz.db'. Thanks for any suggestions. Jeff.

root at nsb0:~/zoneData# ls -l
total 20
-rw-r--r-- 1 root root 483 2012-03-03 12:46 jaspain.biz.db
-rw-r--r-- 1 root root 485 2012-03-03 12:46 jaspain.info.db
-rw-r--r-- 1 root root 621 2012-03-03 12:46 jaspain.net.db
-rw-r--r-- 1 root root 481 2012-03-03 12:46 jaspain.us.db
-rw-r--r-- 1 root root 479 2012-03-03 12:46 jspain.us.db
root at nsb0:~/zoneData# bindctl
[TEMP MESSAGE]: username :root  password :bind10
Username:root
Password: 
["login success "]
> config set Auth/datasources [{"type": "memory", "zones": [{"origin": "jaspain.biz", "file": "jaspain.biz.db"}]}]
> config commit
Error: Server configuration failed: Failed to open master file: jaspain.biz.db
Configuration not committed
> config set Auth/datasources [{"type": "memory", "zones": [{"origin": "jaspain.biz", "file": "/root/zoneData/jaspain.biz.db"}]}]
> config commit
Error: Server configuration failed: Failed to open master file: /root/zoneData/jaspain.biz.db
Configuration not committed
> quit



More information about the bind10-users mailing list