[nsd-users] zonestatus question

Klaus Darilion klaus.mailinglists at pernau.at
Fri Jul 11 07:37:16 UTC 2014


Hi Wouter!

On 11.07.2014 08:34, Wouter Wijngaards wrote:
> Hi Klaus,
> 
> On 07/10/2014 05:01 PM, Klaus Darilion wrote:
>> Hi!
> 
>> I had to restart nsd4. The local available zone file was rather
>> old.
> 
>> nsd[11004]: /var/lib/nsd/nsd.db: not cleanly closed 0 nsd[11004]:
>> can not use /var/lib/nsd/nsd.db, will create anew
> 
>> So, nsd started to create a new db file.
> 
>> Meanwhile I checked the zonestatus:
> 
>> state: refreshing served-serial: "2014063012 since
>> 2014-07-10T14:52:55" commit-serial: "2014063012 since
>> 2014-07-10T14:52:55" notified-serial: "2014071016 since
>> 2014-07-10T14:52:56" transfer: "TCP connected to 83.136.34.4"
> 
>> After finishing the transfer, the status was:
> 
>> state: ok served-serial: "2014063012 since 2014-07-10T14:52:55" 
>> commit-serial: "2014071016 since 2014-07-10T14:53:13"
> 
>> But if I query the SOA nsd responds with serial: 2014063012
> 
>> Why does nsd still answers with the old zone?
> 
> The new zone is in the nsd.db, the old zone is being served.  Somehow
> NSD does not mange to load the zone into service.  What does syslog say?

Syslog says nothing - see logfile attached.

# dpkg -l|grep nsd
ii  nsd                             4.0.3-1

# df
Filesystem     1K-blocks    Used Available Use% Mounted on
/dev/xvda2      10190136 3858752   5805700  40% /
none                   4       0         4   0% /sys/fs/cgroup
udev             2552512       4   2552508   1% /dev
tmpfs             512368     200    512168   1% /run
none                5120       0      5120   0% /run/lock
none             2561832       0   2561832   0% /run/shm
none              102400       0    102400   0% /run/user


# ll /tmp/*
-rw------- 1 nsd nsd  576 Jul 10 14:53 /tmp/nsd.11002.task.0
-rw------- 1 nsd nsd 4608 Jul 11 07:23 /tmp/nsd.11002.task.1

/tmp/nsd-xfr-11002:
total 568596
drwx------ 2 nsd  nsd       4096 Jul 11 07:23 ./
drwxrwxrwt 3 root root      4096 Jul 11 07:17 ../
-rw-r--r-- 1 nsd  nsd  521691868 Jul 10 14:53 xfr.0
-rw-r--r-- 1 nsd  nsd    3639102 Jul 10 15:28 xfr.1
-rw-r--r-- 1 nsd  nsd    3586378 Jul 11 00:27 xfr.10
-rw-r--r-- 1 nsd  nsd    3517935 Jul 11 01:26 xfr.11
-rw-r--r-- 1 nsd  nsd    3481218 Jul 11 02:27 xfr.12
-rw-r--r-- 1 nsd  nsd    3564360 Jul 11 03:26 xfr.13
-rw-r--r-- 1 nsd  nsd    3536574 Jul 11 04:26 xfr.14
-rw-r--r-- 1 nsd  nsd    3570386 Jul 11 05:24 xfr.15
-rw-r--r-- 1 nsd  nsd    3530474 Jul 11 06:23 xfr.16
-rw-r--r-- 1 nsd  nsd    3587657 Jul 11 07:23 xfr.17
-rw-r--r-- 1 nsd  nsd    3573587 Jul 10 16:23 xfr.2
-rw-r--r-- 1 nsd  nsd    3571828 Jul 10 17:26 xfr.3
-rw-r--r-- 1 nsd  nsd    3565070 Jul 10 18:23 xfr.4
-rw-r--r-- 1 nsd  nsd    3533943 Jul 10 19:24 xfr.5
-rw-r--r-- 1 nsd  nsd    3586171 Jul 10 20:26 xfr.6
-rw-r--r-- 1 nsd  nsd    3563128 Jul 10 21:24 xfr.7
-rw-r--r-- 1 nsd  nsd    3561978 Jul 10 22:25 xfr.8
-rw-r--r-- 1 nsd  nsd    3538810 Jul 10 23:23 xfr.9


# ll /var/lib/nsd/
total 2400636
drwxr-xr-x  2 nsd  nsd        4096 Jun 30 11:25 ./
drwxr-xr-x 35 root root       4096 Jun 26 15:59 ../
-rw-r--r--  1 nsd  nsd   663055987 Jun 30 11:25 test.zone
-rw-------  1 nsd  nsd  1795178496 Jul 11 07:30 nsd.db


It seems the DB file is too small. Last week, it was much bigger:

-rw-r--r--  1 nsd  nsd   664205967 Jun 27 09:18 test.zone
-rw-------  1 nsd  nsd  6343018624 Jun 27 09:51 nsd.db
-rw-r--r--  1 nsd  nsd        1318 Jun 27 09:13 xfrd.state


# free
             total       used       free     shared    buffers     cached
Mem:       5123664    5092068      31596      24992        708     215100
-/+ buffers/cache:    4876260     247404
Swap:      6291452    2318392    3973060



Physical memory is full, but swap is available. The RAM+SWAP was
selected according to the memory test tool:

total
  3.407.329.760 data
    109.018.104 unused space (due to alignment)
          3.112 options
            227 options unused space (due to alignment)
      6.427.204 name table (depends on servercount)
     26.000.000 RRL table (depends on servercount)
  3.627.706.308 data in nsd.db
  2.036.711.804 overhead in nsd.db

summary
  3.548.778.407 ram usage (excl space for buffers)
  5.664.418.112 disk usage (excl 12% space claimed for growth)

Final advice estimate:
(The partial mmap causes reload&AXFR to take longer(disk access))
  9.213.196.519 data and big mmap
  4.492.848.092 data and partial mmap



Thanks
Klaus

-------------- next part --------------
Jul 10 14:33:35 nsd[10661]: nsd started (NSD 4.0.3), pid 10659
Jul 10 14:33:35 nsd[10659]: xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071016 to disk
Jul 10 14:33:36 nsd[10679]: notify for test. from 83.136.34.4
Jul 10 14:33:53 nsd[10659]: message repeated 9223 times: [ xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071016 to disk]
Jul 10 14:33:53 nsd[10659]: xfrd: zone test committed "received update to serial 2014071016 at 2014-07-10T14:33:53 from 83.136.34.4 TSIG verified with key rcode0-distribution"
Jul 10 14:35:13 nsd[10679]: notify for test. from 83.136.34.4
Jul 10 14:40:14 nsd[10679]: notify for test. from 83.136.34.4
Jul 10 14:43:28 nsd[10659]: new control connection from 127.0.0.1
Jul 10 14:43:28 nsd[10659]: remote control connection authenticated
Jul 10 14:43:28 nsd[10659]: control cmd:  zonestatus test
Jul 10 14:43:28 nsd[10659]: remote control operation completed
Jul 10 14:44:36 darilion: nsd
Jul 10 14:44:42 nsd[10659]: new control connection from 127.0.0.1
Jul 10 14:44:42 nsd[10659]: remote control connection authenticated
Jul 10 14:44:42 nsd[10659]: control cmd:  zonestatus test
Jul 10 14:44:42 nsd[10659]: remote control operation completed
Jul 10 14:44:58 nsd[10659]: new control connection from 127.0.0.1
Jul 10 14:44:58 nsd[10659]: remote control connection authenticated
Jul 10 14:44:58 nsd[10659]: control cmd:  transfer test
Jul 10 14:44:58 nsd[10659]: remote control operation completed

(83.136.34.20 was configured as master too, but refused queries)

Jul 10 14:44:58 nsd[10659]: xfrd: zone test received error code SERVER NOT AUTHORITATIVE FOR ZONE from 83.136.34.20
Jul 10 14:44:58 nsd[10659]: xfrd: zone test bad transfer 0 from 83.136.34.20
Jul 10 14:44:58 nsd[10659]: xfrd: zone test received error code SERVER NOT AUTHORITATIVE FOR ZONE from 83.136.34.20
Jul 10 14:44:58 nsd[10659]: xfrd: zone test bad transfer 0 from 83.136.34.20
Jul 10 14:44:58 nsd[10659]: xfrd: zone test received error code SERVER NOT AUTHORITATIVE FOR ZONE from 83.136.34.20
Jul 10 14:44:58 nsd[10659]: xfrd: zone test bad transfer 0 from 83.136.34.20
Jul 10 14:45:12 nsd[10679]: notify for test. from 83.136.34.4
Jul 10 14:46:56 nsd[10659]: new control connection from 127.0.0.1
Jul 10 14:46:56 nsd[10659]: remote control connection authenticated
Jul 10 14:46:56 nsd[10659]: control cmd:  reconfig
Jul 10 14:46:56 nsd[10659]: remote control operation completed
Jul 10 14:47:00 nsd[10659]: new control connection from 127.0.0.1
Jul 10 14:47:00 nsd[10659]: remote control connection authenticated
Jul 10 14:47:00 nsd[10659]: control cmd:  transfer test
Jul 10 14:47:00 nsd[10659]: remote control operation completed
Jul 10 14:47:09 nsd[10659]: new control connection from 127.0.0.1
Jul 10 14:47:09 nsd[10659]: remote control connection authenticated
Jul 10 14:47:09 nsd[10659]: control cmd:  zonestatus test
Jul 10 14:47:09 nsd[10659]: remote control operation completed
Jul 10 14:50:19 nsd[11002]: setup SSL certificates
Jul 10 14:50:20 nsd[11004]: /var/lib/nsd/nsd.db: not cleanly closed 0
Jul 10 14:50:20 nsd[11004]: can not use /var/lib/nsd/nsd.db, will create anew
Jul 10 14:50:26 nsd[11004]: parse test 12 %
Jul 10 14:50:32 nsd[11004]: parse test 24 %
Jul 10 14:50:38 nsd[11004]: parse test 32 %
Jul 10 14:50:44 nsd[11004]: parse test 41 %
Jul 10 14:50:50 nsd[11004]: parse test 50 %
Jul 10 14:50:56 nsd[11004]: parse test 61 %
Jul 10 14:51:02 nsd[11004]: parse test 69 %
Jul 10 14:51:08 nsd[11004]: parse test 80 %
Jul 10 14:51:14 nsd[11004]: parse test 88 %
Jul 10 14:51:20 nsd[11004]: parse test 98 %
Jul 10 14:51:22 nsd[11004]: zone test read with no errors
Jul 10 14:51:23 nsd[11004]: rehash of zone test. with parameters 1 0 2 ad26fa6a
Jul 10 14:51:28 nsd[11004]: write test 19 %
Jul 10 14:51:34 nsd[11004]: write test 35 %
Jul 10 14:52:17 nsd[11004]: write test 41 %
Jul 10 14:52:23 nsd[11004]: write test 60 %
Jul 10 14:52:30 nsd[11004]: write test 76 %
Jul 10 14:52:37 nsd[11004]: write test 85 %
Jul 10 14:52:40 nsd[11004]: zone test written to db
Jul 10 14:52:47 nsd[11004]: nsec3 test 41 %
Jul 10 14:52:53 nsd[11004]: nsec3 test 85 %
Jul 10 14:52:55 nsd[11004]: zone monitor.mib read with no errors
Jul 10 14:52:55 nsd[11004]: zone monitor.mib written to db
Jul 10 14:52:55 nsd[11004]: nsd started (NSD 4.0.3), pid 11002
Jul 10 14:52:55 nsd[11002]: xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071016 to disk
Jul 10 14:52:56 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 14:52:56 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 14:53:12 nsd[11002]: message repeated 8140 times: [ xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071016 to disk]
Jul 10 14:53:12 nsd[11002]: new control connection from 127.0.0.1
Jul 10 14:53:12 nsd[11002]: xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071016 to disk
Jul 10 14:53:12 nsd[11002]: xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071016 to disk
Jul 10 14:53:12 nsd[11002]: remote control connection authenticated
Jul 10 14:53:12 nsd[11002]: control cmd:  zonestatus test
Jul 10 14:53:12 nsd[11002]: remote control operation completed
Jul 10 14:53:12 nsd[11002]: xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071016 to disk
Jul 10 14:53:14 nsd[11002]: message repeated 1080 times: [ xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071016 to disk]
Jul 10 14:53:14 nsd[11002]: xfrd: zone test committed "received update to serial 2014071016 at 2014-07-10T14:53:14 from 83.136.34.4 TSIG verified with key rcode0-distribution"
Jul 10 14:53:18 nsd[11002]: new control connection from 127.0.0.1
Jul 10 14:53:18 nsd[11002]: remote control connection authenticated
Jul 10 14:53:18 nsd[11002]: control cmd:  zonestatus test
Jul 10 14:53:18 nsd[11002]: remote control operation completed
Jul 10 14:54:46 nsd[11002]: new control connection from 127.0.0.1
Jul 10 14:54:46 nsd[11002]: remote control connection authenticated
Jul 10 14:54:46 nsd[11002]: control cmd:  write
Jul 10 14:54:46 nsd[11002]: remote control operation completed
Jul 10 14:54:55 nsd[11002]: new control connection from 127.0.0.1
Jul 10 14:54:55 nsd[11002]: remote control connection authenticated
Jul 10 14:54:55 nsd[11002]: control cmd:  zonestatus test
Jul 10 14:54:55 nsd[11002]: remote control operation completed
Jul 10 14:55:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 14:58:57 nsd[11002]: new control connection from 127.0.0.1
Jul 10 14:58:57 nsd[11002]: remote control connection authenticated
Jul 10 14:58:57 nsd[11002]: control cmd:  zonestatus test
Jul 10 14:58:57 nsd[11002]: remote control operation completed
Jul 10 15:00:05 nsd[11002]: new control connection from 127.0.0.1
Jul 10 15:00:05 nsd[11002]: remote control connection authenticated
Jul 10 15:00:05 nsd[11002]: control cmd:  write
Jul 10 15:00:05 nsd[11002]: remote control operation completed
Jul 10 15:00:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 15:00:59 nsd[11002]: new control connection from 127.0.0.1
Jul 10 15:00:59 nsd[11002]: remote control connection authenticated
Jul 10 15:00:59 nsd[11002]: control cmd:  zonestatus test
Jul 10 15:00:59 nsd[11002]: remote control operation completed
Jul 10 15:05:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 15:10:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 15:15:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 15:20:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 15:25:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 15:28:00 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 15:28:00 nsd[11002]: xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071017 to disk
Jul 10 15:28:00 nsd[11002]: message repeated 56 times: [ xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071017 to disk]
Jul 10 15:28:00 nsd[11002]: xfrd: zone test committed "received update to serial 2014071017 at 2014-07-10T15:28:00 from 83.136.34.4 TSIG verified with key rcode0-distribution"
Jul 10 15:30:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 15:35:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 15:40:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 15:45:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 15:50:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 15:55:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 16:00:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 16:05:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 16:10:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 16:15:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 16:20:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 16:23:43 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 16:23:43 nsd[11002]: xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071018 to disk
Jul 10 16:23:44 nsd[11002]: message repeated 55 times: [ xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071018 to disk]
Jul 10 16:23:44 nsd[11002]: xfrd: zone test committed "received update to serial 2014071018 at 2014-07-10T16:23:44 from 83.136.34.4 TSIG verified with key rcode0-distribution"
Jul 10 16:25:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 16:30:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 16:35:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 16:40:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 16:45:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 16:50:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 16:55:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 17:00:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 17:05:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 17:10:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 17:15:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 17:20:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 17:25:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 17:26:41 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 17:26:41 nsd[11002]: xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071019 to disk
Jul 10 17:26:41 nsd[11002]: message repeated 55 times: [ xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071019 to disk]
Jul 10 17:26:41 nsd[11002]: xfrd: zone test committed "received update to serial 2014071019 at 2014-07-10T17:26:41 from 83.136.34.4 TSIG verified with key rcode0-distribution"
Jul 10 17:30:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 17:35:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 17:40:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 17:45:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 17:50:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 17:55:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 18:00:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 18:05:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 18:10:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 18:15:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 18:20:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 18:23:39 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 18:23:39 nsd[11002]: xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071020 to disk
Jul 10 18:23:39 nsd[11002]: message repeated 55 times: [ xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071020 to disk]
Jul 10 18:23:39 nsd[11002]: xfrd: zone test committed "received update to serial 2014071020 at 2014-07-10T18:23:39 from 83.136.34.4 TSIG verified with key rcode0-distribution"
Jul 10 18:25:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 18:30:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 18:35:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 18:40:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 18:45:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 18:50:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 18:55:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 19:00:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 19:05:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 19:10:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 19:15:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 19:20:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 19:24:25 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 19:24:25 nsd[11002]: xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071021 to disk
Jul 10 19:24:25 nsd[11002]: message repeated 54 times: [ xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071021 to disk]
Jul 10 19:24:25 nsd[11002]: xfrd: zone test committed "received update to serial 2014071021 at 2014-07-10T19:24:25 from 83.136.34.4 TSIG verified with key rcode0-distribution"
Jul 10 19:25:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 19:30:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 19:35:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 19:40:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 19:45:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 19:50:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 19:55:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 20:00:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 20:05:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 20:10:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 20:15:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 20:20:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 20:25:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 20:26:25 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 20:26:25 nsd[11002]: xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071022 to disk
Jul 10 20:26:26 nsd[11002]: message repeated 55 times: [ xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071022 to disk]
Jul 10 20:26:26 nsd[11002]: xfrd: zone test committed "received update to serial 2014071022 at 2014-07-10T20:26:26 from 83.136.34.4 TSIG verified with key rcode0-distribution"
Jul 10 20:30:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 20:35:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 20:40:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 20:45:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 20:50:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 20:55:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 21:00:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 21:05:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 21:10:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 21:15:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 21:20:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 21:24:14 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 21:24:14 nsd[11002]: xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071023 to disk
Jul 10 21:24:15 nsd[11002]: message repeated 55 times: [ xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071023 to disk]
Jul 10 21:24:15 nsd[11002]: xfrd: zone test committed "received update to serial 2014071023 at 2014-07-10T21:24:15 from 83.136.34.4 TSIG verified with key rcode0-distribution"
Jul 10 21:25:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 21:30:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 21:35:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 21:40:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 21:45:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 21:50:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 21:55:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 22:00:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 22:05:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 22:10:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 22:15:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 22:20:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 22:25:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 22:25:48 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 22:25:48 nsd[11002]: xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071100 to disk
Jul 10 22:25:48 nsd[11002]: message repeated 55 times: [ xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071100 to disk]
Jul 10 22:25:48 nsd[11002]: xfrd: zone test committed "received update to serial 2014071100 at 2014-07-10T22:25:48 from 83.136.34.4 TSIG verified with key rcode0-distribution"
Jul 10 22:30:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 22:35:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 22:40:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 22:45:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 22:50:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 22:55:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 23:00:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 23:05:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 23:10:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 23:15:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 23:20:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 23:23:22 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 23:23:22 nsd[11002]: xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071101 to disk
Jul 10 23:23:23 nsd[11002]: message repeated 54 times: [ xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071101 to disk]
Jul 10 23:23:23 nsd[11002]: xfrd: zone test committed "received update to serial 2014071101 at 2014-07-10T23:23:23 from 83.136.34.4 TSIG verified with key rcode0-distribution"
Jul 10 23:25:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 23:30:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 23:35:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 23:40:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 23:45:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 23:50:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 10 23:55:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 00:00:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 00:05:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 00:10:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 00:15:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 00:20:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 00:25:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 00:27:55 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 00:27:55 nsd[11002]: xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071102 to disk
Jul 11 00:27:55 nsd[11002]: message repeated 55 times: [ xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071102 to disk]
Jul 11 00:27:55 nsd[11002]: xfrd: zone test committed "received update to serial 2014071102 at 2014-07-11T00:27:55 from 83.136.34.4 TSIG verified with key rcode0-distribution"
Jul 11 00:30:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 00:35:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 00:40:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 00:45:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 00:50:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 00:55:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 01:00:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 01:05:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 01:10:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 01:15:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 01:20:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 01:25:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 01:26:27 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 01:26:27 nsd[11002]: xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071103 to disk
Jul 11 01:26:27 nsd[11002]: message repeated 54 times: [ xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071103 to disk]
Jul 11 01:26:27 nsd[11002]: xfrd: zone test committed "received update to serial 2014071103 at 2014-07-11T01:26:27 from 83.136.34.4 TSIG verified with key rcode0-distribution"
Jul 11 01:30:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 01:35:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 01:40:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 01:45:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 01:50:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 01:55:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 02:00:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 02:05:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 02:10:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 02:15:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 02:20:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 02:25:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 02:27:37 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 02:27:37 nsd[11002]: xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071104 to disk
Jul 11 02:27:38 nsd[11002]: message repeated 53 times: [ xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071104 to disk]
Jul 11 02:27:38 nsd[11002]: xfrd: zone test committed "received update to serial 2014071104 at 2014-07-11T02:27:38 from 83.136.34.4 TSIG verified with key rcode0-distribution"
Jul 11 02:30:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 02:35:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 02:40:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 02:45:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 02:50:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 02:55:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 03:00:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 03:05:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 03:10:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 03:15:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 03:20:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 03:25:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 03:26:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 03:26:13 nsd[11002]: xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071105 to disk
Jul 11 03:26:13 nsd[11002]: message repeated 55 times: [ xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071105 to disk]
Jul 11 03:26:13 nsd[11002]: xfrd: zone test committed "received update to serial 2014071105 at 2014-07-11T03:26:13 from 83.136.34.4 TSIG verified with key rcode0-distribution"
Jul 11 03:30:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 03:35:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 03:40:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 03:45:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 03:50:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 03:55:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 04:00:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 04:05:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 04:10:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 04:15:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 04:20:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 04:25:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 04:26:36 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 04:26:36 nsd[11002]: xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071106 to disk
Jul 11 04:26:36 nsd[11002]: message repeated 54 times: [ xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071106 to disk]
Jul 11 04:26:36 nsd[11002]: xfrd: zone test committed "received update to serial 2014071106 at 2014-07-11T04:26:36 from 83.136.34.4 TSIG verified with key rcode0-distribution"
Jul 11 04:30:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 04:35:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 04:40:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 04:45:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 04:50:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 04:55:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 05:00:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 05:05:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 05:10:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 05:15:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 05:20:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 05:24:36 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 05:24:36 nsd[11002]: xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071107 to disk
Jul 11 05:24:37 nsd[11002]: message repeated 55 times: [ xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071107 to disk]
Jul 11 05:24:37 nsd[11002]: xfrd: zone test committed "received update to serial 2014071107 at 2014-07-11T05:24:37 from 83.136.34.4 TSIG verified with key rcode0-distribution"
Jul 11 05:25:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 05:30:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 05:35:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 05:40:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 05:45:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 05:50:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 05:55:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 06:00:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 06:05:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 06:10:13 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 06:15:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 06:20:12 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 06:23:23 nsd[11023]: notify for test. from 83.136.34.4
Jul 11 06:23:23 nsd[11002]: xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071108 to disk
Jul 11 06:23:23 nsd[11002]: message repeated 54 times: [ xfrd: zone test written received XFR packet from 83.136.34.4 with serial 2014071108 to disk]
Jul 11 06:23:23 nsd[11002]: xfrd: zone test committed "received update to serial 2014071108 at 2014-07-11T06:23:23 from 83.136.34.4 TSIG verified with key rcode0-distribution"
Jul 11 06:25:13 nsd[11023]: notify for test. from 83.136.34.4


More information about the nsd-users mailing list