Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOA Serial Stays 0 With GMySQL Backend #299

Closed
Habbie opened this issue Apr 26, 2013 · 1 comment
Closed

SOA Serial Stays 0 With GMySQL Backend #299

Habbie opened this issue Apr 26, 2013 · 1 comment
Assignees

Comments

@Habbie
Copy link
Member

Habbie commented Apr 26, 2013

I have an SOA record for test.com as:

ns1.domain.com. hostmaster.domain.com. 0 10800 3600 604800 3600

According to the documentation the serial number should be the highest change_date out of the records for the domain. However, I always get the serial number 0.

test.com.       3600 IN SOA ns1.domain.com. hostmaster.domain.com. (
                0          ; serial
                10800      ; refresh (3 hours)
                3600       ; retry (1 hour)
                604800     ; expire (1 week)
                3600       ; minimum (1 hour)
                )
test.com.       3600 IN A 127.0.0.1

I am running version 2.9.22 on Ubuntu 10.04 server, 64bit.

@ghost ghost assigned Habbie Apr 26, 2013
@Habbie Habbie closed this as completed Apr 26, 2013
@Habbie
Copy link
Member Author

Habbie commented Apr 26, 2013

Author: peter
The documentation never claimed this. However, it was easy to misread it as such. Revision 2290 adds this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant