mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-26 16:15:54 +03:00
[GH-ISSUE #133] In zones overview, serial shows 0 instead of correct serial number #84
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @harkx on GitHub (Nov 2, 2016).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/133
Small display issue with the overview zones screen, it does not show the serial in the overview:
When "searching" however it does show the serial correctly:
@tuxis-ie commented on GitHub (Nov 2, 2016):
Is this for all your zones or just one?
@harkx commented on GitHub (Nov 2, 2016):
It's for all zones, on my main overview they all show 0 as serial. When searching however it shows correctly.
@tuxis-ie commented on GitHub (Nov 3, 2016):
Are you able to query the pdns API directly? I have the feeling this is a pdns issue.
@harkx commented on GitHub (Nov 3, 2016):
Yeah, sure, for the rest it's working, and it does show the serial correctly when I search a domain in nsedit, just not in the default overview screen.
If you want me to do a specific query, let me know, I'd be happy to test.
@tuxis-ie commented on GitHub (Nov 11, 2016):
Sorry that this took me so long.
Can you show a SOA-record for which the serial is displayed incorrectly?
@harkx commented on GitHub (Nov 12, 2016):
Here's an example and indeed I think you're right, the SOA record is messed up:
according to pdnsutil check-zone:
Now to find out what's wrong.. I always created zones like this, also DNS queries don't error.
@harkx commented on GitHub (Nov 14, 2016):
I must've checked the wrong zone last time with pdnsutil check-zone because when I do that for my domains, it gives correct results. Sorry for the mistake.
But the problem remains in the view though.. when searching a domain the results show the domain and the correct serial. When just in the default via (no search) it displays 0.
@krombel commented on GitHub (Nov 28, 2016):
I found out, that the powerdns-API produced the wrong serial.
I got following response when fetching the API directly from powerdns:
So this issue has to be fixed upstream
@krombel commented on GitHub (Nov 28, 2016):
And it seems to be an open issue already
PowerDNS/pdns#4328
The advice there: Disable (possibly empty) bind-backend
It solved the issue in my case altough it is just a workaround