28 июня 2011 г. 2:22 пользователь Maik Zumstrull <[email protected]> написал: > 2011/6/28 Толстов Василий <[email protected]>: >> Hello. Now i have again errors with supermaster mode like this: >> Domain 41.76.62.in-addr.arpa more recent than master, our serial 0 > >> their serial 3535564568 > > That looks suspiciously like a uint32_t rollover issue. > > If PowerDNS is using sequence space arithmetic, this behavior is > actually correct. Set the database serial to $REAL_SERIAL - 1 to work > around. If that doesn't fix it, pdns is probably wrongly using > int32_t. Try $REAL_SERIAL + 1 in that case and file a bug. >
In database notifyed_serial is unsigned int. And problem, that in database this record absent - slave does not have this record - i'm truncate database in slave, to push master zones. -- Vasiliy G Tolstov _______________________________________________ Pdns-dev mailing list [email protected] http://mailman.powerdns.com/mailman/listinfo/pdns-dev
