On 11/30/2012 12:45 PM, Simon Kelley wrote:
On 30/11/12 17:20, Gene Czarcinski wrote:
On 11/30/2012 11:32 AM, Simon Kelley wrote:
On 30/11/12 15:54, Gene Czarcinski wrote:
On 11/29/2012 04:18 PM, Simon Kelley wrote:
On 29/11/12 20:31, Gene Czarcinski wrote:

I spoke too quickly.

The cause of the problem is libvirt related but I am not sure what
just
yet.

I was running a libvirt that had a lot of "stuff" on it but seemed to
work OK. Then, earlier today I update to a point that appears to be
somewhat beyond the leading edge and, although I was not getting any
RTR-ADVERT messages, it turned out that there were/are big-time
problems
running qemu-kvm. So, back off/downgrade to the previous version.
Qemu-kvm now works but the RTR-ADVERT messages are back.

This may be a bit time-consuming to debug!

Are you seeing the new log message in netlink.c?


The good news is that libvirt is working again (I must have done a
git-pull in the middle of an update).  Thus, I am not seeing the large
numbers of RTR-ADVERT.

Yes, I am seeing the new log message and I have a question about that.
Every time a new virtual network interface is started, something must be
doing some type of broadcast because all of the dnsmasq instances (the
new one and all the "old" ones) suddenly wake up and issue a flurry of
RA packets and related syslog messages.  To kick the flurry off, there
one of the new "unsolicited" syslog messages from each dnsmasq instance.

Is this something you would expect?  Is this "normal?"  The libvirt
folks they are not doing it.
I'd expect it. The code you instrumented gets run whenever a "new
address" event happens, which is whenever an address is added to an
interface. "Every time a new virtual network interface is started" is a
good proxy for that.

The dnsmasq code isn't very discriminating, it updates it's idea of
which interfaces hace which addresses, and then does a minute of fast
advertisements on all of them. It might be possible to only do the fast
advertisements on new interfaces, but implementing that isn't totally
trivial.


Yes, I doubt very much if it would be trivial.  However, I do not
believe that this is the basic problem.

When the problem occurs, one of the networks "suddenly" attempts to work
with the real NIC rather than the virtual one defined in its config
file.  I slightly changed the IPv4 and IPv6 addresses defined for this
network and the problem went away.  I have also "just" seen the problem
happen on another system which also had that virtual address defined.

BTW, these configurations all use interface= and bind-dynamic rather
than the "old" bind-interface with listen-address= specified for each
specified IPv4 and IPv6 address.  I had not noticed the problem
previously.  Why it occurs at all with just this specific address is
puzzling.

The configuration in which causes problems is:
------------------------------------------
# dnsmasq conf file created by libvirt
strict-order
domain-needed
domain=net6
expand-hosts
local=/net6/
pid-file=/var/run/libvirt/network/net6.pid
bind-dynamic
interface=virbr11
dhcp-range=192.168.6.128,192.168.6.254
dhcp-no-override
dhcp-leasefile=/var/lib/libvirt/dnsmasq/net6.leases
dhcp-lease-max=127
dhcp-hostsfile=/var/lib/libvirt/dnsmasq/net6.hostsfile
addn-hosts=/var/lib/libvirt/dnsmasq/net6.addnhosts
dhcp-range=fd00:beef:10:6::1,ra-only
-------------------------------------------------

When I changed all the "6" to "160", the problem, disappeared. And
there is another network defined almost the same with "8" instead of "6"
and I have had no problems with it.

The real NIC is configured as a DHCP client  for both IPv4 and IPv6. It
is assigned "nailed" addresses of 192.168.17.2/24 and fd00:dead:beef:17::2.

And I just discovered why crazy stuff is happening (but I do not know
what causes it) ... the P33p1 NIC has:
   inet6 fd00:beef:10:6:3285:a9ff:fe8f:e982/64 scope global dynamic

Is that the "real NIC"?

Yes, p33p1 is the real NIC. This is going to be a real PITA to debug because I believe part of the problem is a race condition. NetworkManager has this really long dance it goes through to bring up the IPv6 interface.

But, I do not have any proof of that and as I just proved to myself, getting things to repeat are going to be difficult.

At this point I am not sure that bind-dynamic was related. I went through the syslogs I still have and the first occurrence was on 8 November. That is well before bind-dynamic was integrated in.

Attached are some limited copies of syslogs that I thought you might find of interest. It seems like the "strangeness" seem to happen right after I update libvirt and libvirtd is restarted which then gets dnsmasq started.

If I cannot get this figured out and "fixed", I will need to disable use of dnsmasq for RA service and fall back on radvd.

Frustrating .. so close and yet so far!

Gene
Nov 30 09:41:14 condor dbus[954]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Nov 30 09:49:18 condor dhclient[20760]: isc-dhclient-4.2.4-P2
Nov 30 09:58:24 condor dhclient[24849]: PRC: Renewing lease on p32p1.
Nov 30 09:58:24 condor dhclient[24849]: XMT: Renew on p32p1, interval 9250ms.
Nov 30 09:58:24 condor dhclient[24849]: RCV: Reply message on p32p1 from fe80::2a0:ccff:fea2:4fad.
Nov 30 09:58:24 condor NetworkManager[900]: <info> (p32p1): DHCPv6 state changed renew6 -> renew6
Nov 30 09:58:24 condor NetworkManager[900]: <info>   address fd00:dead:beef:18::1b0/128
Nov 30 09:58:24 condor NetworkManager[900]: <info>   nameserver 'fd00:dead:beef:18::1'
Nov 30 09:58:24 condor dbus[954]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Nov 30 09:58:24 condor dbus-daemon[954]: dbus[954]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Nov 30 09:58:24 condor dbus-daemon[954]: dbus[954]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 30 09:58:24 condor dbus[954]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 30 10:11:24 condor yum[24776]: Updated: libvirt-client-1.0.0-1gc3.fc17gc2.31.x86_64
Nov 30 10:11:24 condor yum[24776]: Updated: libvirt-daemon-1.0.0-1gc3.fc17gc2.31.x86_64
Nov 30 10:11:24 condor yum[24776]: Updated: libvirt-daemon-driver-network-1.0.0-1gc3.fc17gc2.31.x86_64
Nov 30 10:11:25 condor yum[24776]: Updated: libvirt-daemon-driver-qemu-1.0.0-1gc3.fc17gc2.31.x86_64
Nov 30 10:11:25 condor yum[24776]: Updated: libvirt-daemon-driver-lxc-1.0.0-1gc3.fc17gc2.31.x86_64
Nov 30 10:11:25 condor yum[24776]: Updated: libvirt-daemon-driver-secret-1.0.0-1gc3.fc17gc2.31.x86_64
Nov 30 10:11:25 condor yum[24776]: Updated: libvirt-daemon-driver-xen-1.0.0-1gc3.fc17gc2.31.x86_64
Nov 30 10:11:25 condor yum[24776]: Updated: libvirt-daemon-driver-nodedev-1.0.0-1gc3.fc17gc2.31.x86_64
Nov 30 10:11:25 condor yum[24776]: Updated: libvirt-daemon-driver-libxl-1.0.0-1gc3.fc17gc2.31.x86_64
Nov 30 10:11:25 condor yum[24776]: Updated: libvirt-daemon-config-network-1.0.0-1gc3.fc17gc2.31.x86_64
Nov 30 10:11:25 condor yum[24776]: Updated: libvirt-daemon-driver-storage-1.0.0-1gc3.fc17gc2.31.x86_64
Nov 30 10:11:25 condor yum[24776]: Updated: libvirt-daemon-driver-nwfilter-1.0.0-1gc3.fc17gc2.31.x86_64
Nov 30 10:11:25 condor yum[24776]: Updated: libvirt-daemon-config-nwfilter-1.0.0-1gc3.fc17gc2.31.x86_64
Nov 30 10:11:25 condor yum[24776]: Updated: libvirt-daemon-driver-interface-1.0.0-1gc3.fc17gc2.31.x86_64
Nov 30 10:11:25 condor yum[24776]: Updated: libvirt-daemon-driver-uml-1.0.0-1gc3.fc17gc2.31.x86_64
Nov 30 10:11:25 condor yum[24776]: Updated: libvirt-1.0.0-1gc3.fc17gc2.31.x86_64
Nov 30 10:11:25 condor yum[24776]: Updated: libvirt-python-1.0.0-1gc3.fc17gc2.31.x86_64
Nov 30 10:11:26 condor yum[24776]: Updated: libvirt-docs-1.0.0-1gc3.fc17gc2.31.x86_64
Nov 30 10:11:26 condor systemd[1]: Reloading.
Nov 30 10:11:26 condor dbus-daemon[954]: dbus[954]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Nov 30 10:11:26 condor dbus[954]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Nov 30 10:11:27 condor dbus-daemon[954]: dbus[954]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Nov 30 10:11:27 condor dbus[954]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Nov 30 10:11:30 condor libvirtd[24823]: libvirt version: 1.0.0, package: 1gc3.fc17gc2.31 (Gene Czarcinski <g...@czarc.net>, 2012-11-30-09:04:03, condor)
Nov 30 10:11:30 condor libvirtd[24823]: monitor socket did not show up: No such file or directory
Nov 30 10:11:33 condor libvirtd[24823]: monitor socket did not show up: No such file or directory
Nov 30 10:11:36 condor libvirtd[24823]: monitor socket did not show up: No such file or directory
Nov 30 10:12:09 condor NetworkManager[900]: <warn> /sys/devices/virtual/net/virbr11: couldn't determine device driver; ignoring...
Nov 30 10:12:09 condor NetworkManager[900]: <warn> /sys/devices/virtual/net/virbr11-nic: couldn't determine device driver; ignoring...
Nov 30 10:12:09 condor kernel: [412350.851644] device virbr11-nic entered promiscuous mode
Nov 30 10:12:09 condor avahi-daemon[924]: Joining mDNS multicast group on interface virbr11.IPv4 with address 192.168.6.1.
Nov 30 10:12:09 condor kernel: [412351.070104] virbr11: topology change detected, propagating
Nov 30 10:12:09 condor kernel: [412351.070116] virbr11: port 1(virbr11-nic) entered forwarding state
Nov 30 10:12:09 condor kernel: [412351.070157] virbr11: port 1(virbr11-nic) entered forwarding state
Nov 30 10:12:09 condor avahi-daemon[924]: New relevant interface virbr11.IPv4 for mDNS.
Nov 30 10:12:09 condor avahi-daemon[924]: Registering new address record for 192.168.6.1 on virbr11.IPv4.
Nov 30 10:12:09 condor dnsmasq[24994]: started, version 2.64rc1 cachesize 150
Nov 30 10:12:09 condor dnsmasq[24994]: compile time options: IPv6 GNU-getopt DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack
Nov 30 10:12:09 condor kernel: [412351.096780] virbr11: port 1(virbr11-nic) entered disabled state
Nov 30 10:12:09 condor dnsmasq-dhcp[24994]: IPv6 router advertisement enabled
Nov 30 10:12:09 condor dnsmasq-dhcp[24994]: DHCP, IP range 192.168.6.128 -- 192.168.6.254, lease time 1h
Nov 30 10:12:09 condor dnsmasq-dhcp[24994]: DHCPv6, IP range fd00:dead:beef:6::1:10 -- fd00:dead:beef:6::1:ff, lease time 1h
Nov 30 10:12:09 condor dnsmasq[24994]: using local addresses only for unqualified names
Nov 30 10:12:09 condor dnsmasq[24994]: reading /etc/resolv.conf
Nov 30 10:12:09 condor dnsmasq[24994]: using nameserver fd00:dead:beef:18::1#53
Nov 30 10:12:09 condor dnsmasq[24994]: using nameserver fe80::2a0:ccff:fea2:4fad#53
Nov 30 10:12:09 condor dnsmasq[24994]: using nameserver 192.168.18.91#53
Nov 30 10:12:09 condor dnsmasq[24994]: using local addresses only for unqualified names
Nov 30 10:12:09 condor dnsmasq[24994]: read /etc/hosts - 2 addresses
Nov 30 10:12:09 condor dnsmasq[24994]: read /var/lib/libvirt/dnsmasq/sixnet.addnhosts - 0 addresses
Nov 30 10:12:09 condor dnsmasq-dhcp[24994]: read /var/lib/libvirt/dnsmasq/sixnet.hostsfile
Nov 30 10:12:11 condor avahi-daemon[924]: Registering new address record for fe80::5054:ff:fe7e:9b3a on virbr11.*.
Nov 30 10:12:11 condor dnsmasq-dhcp[24994]: ra_start_unsolicted()
Nov 30 10:12:11 condor avahi-daemon[924]: Registering new address record for fd00:dead:beef:6::1 on virbr11.*.
Nov 30 10:12:11 condor dnsmasq-dhcp[24994]: ra_start_unsolicted()
Nov 30 10:12:11 condor avahi-daemon[924]: Withdrawing address record for fe80::5054:ff:fe7e:9b3a on virbr11.
Nov 30 10:12:13 condor dnsmasq-dhcp[24994]: RTR-ADVERT(virbr11) fd00:dead:beef:6::
Nov 30 10:12:21 condor NetworkManager[900]: <warn> /sys/devices/virtual/net/virbr10: couldn't determine device driver; ignoring...
Nov 30 10:12:21 condor NetworkManager[900]: <warn> /sys/devices/virtual/net/virbr10-nic: couldn't determine device driver; ignoring...
Nov 30 10:12:21 condor kernel: [412362.353887] device virbr10-nic entered promiscuous mode
Nov 30 10:12:21 condor dnsmasq-dhcp[24994]: ra_start_unsolicted()
Nov 30 10:12:21 condor kernel: [412362.515062] virbr10: topology change detected, propagating
Nov 30 10:12:21 condor kernel: [412362.515066] virbr10: port 1(virbr10-nic) entered forwarding state
Nov 30 10:12:21 condor kernel: [412362.515087] virbr10: port 1(virbr10-nic) entered forwarding state
Nov 30 10:12:21 condor avahi-daemon[924]: Joining mDNS multicast group on interface virbr10.IPv4 with address 192.168.200.1.
Nov 30 10:12:21 condor avahi-daemon[924]: New relevant interface virbr10.IPv4 for mDNS.
Nov 30 10:12:21 condor avahi-daemon[924]: Registering new address record for 192.168.200.1 on virbr10.IPv4.
Nov 30 10:12:21 condor dnsmasq[25029]: started, version 2.64rc1 cachesize 150
Nov 30 10:12:21 condor dnsmasq[25029]: compile time options: IPv6 GNU-getopt DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack
Nov 30 10:12:21 condor kernel: [412362.540592] virbr10: port 1(virbr10-nic) entered disabled state
Nov 30 10:12:21 condor dnsmasq-dhcp[25029]: IPv6 router advertisement enabled
Nov 30 10:12:21 condor dnsmasq-dhcp[25029]: DHCP, IP range 192.168.200.128 -- 192.168.200.254, lease time 1h
Nov 30 10:12:21 condor dnsmasq-dhcp[25029]: SLAAC on fd00:dead:beef:17:: prefix valid 2h
Nov 30 10:12:21 condor dnsmasq[25029]: using local addresses only for unqualified names
Nov 30 10:12:21 condor dnsmasq[25029]: read /etc/hosts - 2 addresses
Nov 30 10:12:21 condor dnsmasq[25029]: read /var/lib/libvirt/dnsmasq/testnet5.addnhosts - 0 addresses
Nov 30 10:12:21 condor dnsmasq-dhcp[25029]: read /var/lib/libvirt/dnsmasq/testnet5.hostsfile
Nov 30 10:12:21 condor dnsmasq-dhcp[25029]: RTR-ADVERT(virbr10) fd00:dead:beef:17::
Nov 30 10:12:22 condor NetworkManager[900]: <info> Policy set 'Wired connection 1' (p32p1) as default for IPv6 routing and DNS.
Nov 30 10:12:22 condor dnsmasq-dhcp[25029]: ra_start_unsolicted()
Nov 30 10:12:22 condor dnsmasq-dhcp[24994]: ra_start_unsolicted()
Nov 30 10:12:22 condor avahi-daemon[924]: Registering new address record for fe80::5054:ff:fee4:789e on virbr10.*.
Nov 30 10:12:23 condor dnsmasq-dhcp[25029]: ra_start_unsolicted()
Nov 30 10:12:23 condor dnsmasq-dhcp[24994]: ra_start_unsolicted()
Nov 30 10:12:23 condor avahi-daemon[924]: Registering new address record for fd00:dead:beef:17:f66d:4ff:fe42:54d8 on p32p1.*.
Nov 30 10:12:23 condor dnsmasq[24994]: reading /etc/resolv.conf
Nov 30 10:12:23 condor dnsmasq[3350]: reading /etc/resolv.conf
Nov 30 10:12:23 condor dnsmasq[24994]: using nameserver fd00:dead:beef:18::1#53
Nov 30 10:12:23 condor dnsmasq[24994]: using nameserver fe80::2a0:ccff:fea2:4fad#53
Nov 30 10:12:23 condor dnsmasq[24994]: using nameserver fe80::5054:ff:fee4:789e#53
Nov 30 10:12:23 condor dnsmasq[24994]: using nameserver 192.168.18.91#53
Nov 30 10:12:23 condor dnsmasq[24994]: using local addresses only for unqualified names
Nov 30 10:12:23 condor dnsmasq[3350]: using nameserver fd00:dead:beef:18::1#53
Nov 30 10:12:23 condor dnsmasq[3350]: using nameserver fe80::2a0:ccff:fea2:4fad#53
Nov 30 10:12:23 condor dnsmasq[3350]: using nameserver fe80::5054:ff:fee4:789e#53
Nov 30 10:12:23 condor dnsmasq[3350]: using nameserver 192.168.18.91#53
Nov 30 10:12:23 condor dnsmasq[3350]: using local addresses only for domain virt
Nov 30 10:12:23 condor dnsmasq-dhcp[24994]: ra_start_unsolicted()
Nov 30 10:12:23 condor dnsmasq-dhcp[25029]: ra_start_unsolicted()
Nov 30 10:12:23 condor avahi-daemon[924]: Registering new address record for fd00:dead:beef:17::1 on virbr10.*.
Nov 30 10:12:23 condor avahi-daemon[924]: Withdrawing address record for fe80::5054:ff:fee4:789e on virbr10.
Nov 30 10:12:24 condor dnsmasq-dhcp[25029]: RTR-ADVERT(p32p1) fd00:dead:beef:17::
Nov 30 10:12:24 condor dnsmasq-dhcp[25029]: ra_start_unsolicted()
Nov 30 10:12:24 condor dnsmasq-dhcp[24994]: ra_start_unsolicted()
Nov 30 10:12:26 condor dnsmasq[24994]: reading /etc/resolv.conf
Nov 30 10:12:26 condor dnsmasq[24994]: using nameserver fd00:dead:beef:18::1#53
Nov 30 10:12:26 condor dnsmasq[24994]: using nameserver fe80::2a0:ccff:fea2:4fad#53
Nov 30 10:12:26 condor dnsmasq[24994]: using nameserver fe80::5054:ff:fee4:789e#53
Nov 30 10:12:26 condor dnsmasq[24994]: using nameserver fe80::f66d:4ff:fe42:54d8#53
Nov 30 10:12:26 condor dnsmasq[24994]: using nameserver 192.168.18.91#53
Nov 30 10:12:26 condor dnsmasq[24994]: using local addresses only for unqualified names
Nov 30 10:12:26 condor dnsmasq-dhcp[24994]: RTR-ADVERT(virbr11) fd00:dead:beef:6::
Nov 30 10:12:26 condor dnsmasq[3350]: reading /etc/resolv.conf
Nov 30 10:12:26 condor dnsmasq[3350]: using nameserver fd00:dead:beef:18::1#53
Nov 30 10:12:26 condor dnsmasq[3350]: using nameserver fe80::2a0:ccff:fea2:4fad#53
Nov 30 10:12:26 condor dnsmasq[3350]: using nameserver fe80::5054:ff:fee4:789e#53
Nov 30 10:12:26 condor dnsmasq[3350]: using nameserver fe80::f66d:4ff:fe42:54d8#53
Nov 30 10:12:26 condor dnsmasq[3350]: using nameserver 192.168.18.91#53
Nov 30 10:12:26 condor dnsmasq[3350]: using local addresses only for domain virt
Nov 30 10:12:27 condor dnsmasq-dhcp[25029]: RTR-ADVERT(p32p1) fd00:dead:beef:17::
Nov 30 10:12:27 condor dnsmasq-dhcp[25029]: ra_start_unsolicted()
Nov 30 10:12:27 condor dnsmasq-dhcp[24994]: ra_start_unsolicted()
Nov 30 10:12:29 condor dnsmasq-dhcp[24994]: RTR-ADVERT(virbr11) fd00:dead:beef:6::
Nov 30 10:12:30 condor dnsmasq-dhcp[25029]: RTR-ADVERT(p32p1) fd00:dead:beef:17::
Nov 30 10:12:30 condor dnsmasq-dhcp[25029]: ra_start_unsolicted()
Nov 30 10:12:30 condor dnsmasq-dhcp[24994]: ra_start_unsolicted()
Nov 30 10:12:30 condor dnsmasq-dhcp[25029]: RTR-ADVERT(p32p1) fd00:dead:beef:17::
Nov 30 10:12:32 condor dnsmasq-dhcp[24994]: RTR-ADVERT(virbr11) fd00:dead:beef:6::
Nov 30 10:12:39 condor dnsmasq-dhcp[24994]: RTR-ADVERT(virbr11) fd00:dead:beef:6::
Nov 30 10:12:46 condor dnsmasq-dhcp[24994]: RTR-ADVERT(virbr11) fd00:dead:beef:6::
Nov 30 10:12:49 condor dnsmasq-dhcp[25029]: RTR-ADVERT(p32p1) fd00:dead:beef:17::
Nov 30 10:12:49 condor dnsmasq-dhcp[25029]: ra_start_unsolicted()
Nov 30 10:12:49 condor dnsmasq-dhcp[24994]: ra_start_unsolicted()
Nov 30 10:12:49 condor dnsmasq-dhcp[24994]: RTR-ADVERT(virbr11) fd00:dead:beef:6::
Nov 30 10:12:53 condor dnsmasq-dhcp[25029]: RTR-ADVERT(p32p1) fd00:dead:beef:17::
Nov 30 10:12:53 condor dnsmasq-dhcp[25029]: ra_start_unsolicted()
Nov 30 10:12:53 condor dnsmasq-dhcp[24994]: ra_start_unsolicted()
Nov 30 10:12:55 condor dnsmasq-dhcp[24994]: RTR-ADVERT(virbr11) fd00:dead:beef:6::
Nov 30 10:12:57 condor dnsmasq-dhcp[25029]: RTR-ADVERT(p32p1) fd00:dead:beef:17::
Nov 30 10:12:57 condor dnsmasq-dhcp[25029]: ra_start_unsolicted()
Nov 30 10:12:57 condor dnsmasq-dhcp[24994]: ra_start_unsolicted()
Nov 30 10:13:00 condor dnsmasq-dhcp[25029]: RTR-ADVERT(p32p1) fd00:dead:beef:17::
Nov 30 10:13:00 condor dnsmasq-dhcp[24994]: ra_start_unsolicted()
Nov 30 10:13:00 condor dnsmasq-dhcp[25029]: ra_start_unsolicted()

Nov  8 11:26:34 falcon libvirtd[14399]: Shutting down network 'net6'
Nov  8 11:26:34 falcon dnsmasq[14472]: exiting on receipt of SIGTERM
Nov  8 11:26:34 falcon kernel: [125090.468204] device virbr11-nic left promiscuous mode
Nov  8 11:26:34 falcon kernel: [125090.468214] virbr11: port 1(virbr11-nic) entered disabled state
Nov  8 11:26:34 falcon avahi-daemon[954]: Interface virbr11.IPv4 no longer relevant for mDNS.
Nov  8 11:26:34 falcon avahi-daemon[954]: Leaving mDNS multicast group on interface virbr11.IPv4 with address 192.168.6.1.
Nov  8 11:26:34 falcon avahi-daemon[954]: Withdrawing address record for fd00:beef:10:6::1 on virbr11.
Nov  8 11:26:34 falcon avahi-daemon[954]: Withdrawing address record for 192.168.6.1 on virbr11.
Nov  8 11:27:28 falcon yum[17315]: Updated: libvirt-client-1.0.0-1gc1.fc17.gc0.90.x86_64
Nov  8 11:27:28 falcon yum[17315]: Updated: libvirt-daemon-1.0.0-1gc1.fc17.gc0.90.x86_64
Nov  8 11:27:29 falcon yum[17315]: Updated: libvirt-daemon-driver-network-1.0.0-1gc1.fc17.gc0.90.x86_64
Nov  8 11:27:29 falcon yum[17315]: Updated: libvirt-daemon-driver-lxc-1.0.0-1gc1.fc17.gc0.90.x86_64
Nov  8 11:27:29 falcon yum[17315]: Updated: libvirt-daemon-driver-qemu-1.0.0-1gc1.fc17.gc0.90.x86_64
Nov  8 11:27:29 falcon yum[17315]: Updated: libvirt-daemon-config-network-1.0.0-1gc1.fc17.gc0.90.x86_64
Nov  8 11:27:29 falcon yum[17315]: Updated: libvirt-daemon-driver-nodedev-1.0.0-1gc1.fc17.gc0.90.x86_64
Nov  8 11:27:29 falcon yum[17315]: Updated: libvirt-daemon-driver-storage-1.0.0-1gc1.fc17.gc0.90.x86_64
Nov  8 11:27:29 falcon yum[17315]: Updated: libvirt-daemon-driver-xen-1.0.0-1gc1.fc17.gc0.90.x86_64
Nov  8 11:27:29 falcon yum[17315]: Updated: libvirt-daemon-driver-libxl-1.0.0-1gc1.fc17.gc0.90.x86_64
Nov  8 11:27:29 falcon yum[17315]: Updated: libvirt-daemon-driver-uml-1.0.0-1gc1.fc17.gc0.90.x86_64
Nov  8 11:27:29 falcon yum[17315]: Updated: libvirt-daemon-driver-interface-1.0.0-1gc1.fc17.gc0.90.x86_64
Nov  8 11:27:29 falcon yum[17315]: Updated: libvirt-daemon-driver-nwfilter-1.0.0-1gc1.fc17.gc0.90.x86_64
Nov  8 11:27:30 falcon yum[17315]: Updated: libvirt-daemon-driver-secret-1.0.0-1gc1.fc17.gc0.90.x86_64
Nov  8 11:27:30 falcon yum[17315]: Updated: libvirt-daemon-config-nwfilter-1.0.0-1gc1.fc17.gc0.90.x86_64
Nov  8 11:27:30 falcon yum[17315]: Updated: libvirt-1.0.0-1gc1.fc17.gc0.90.x86_64
Nov  8 11:27:30 falcon yum[17315]: Updated: libvirt-python-1.0.0-1gc1.fc17.gc0.90.x86_64
Nov  8 11:27:31 falcon systemd[1]: Reloading.
Nov  8 11:27:31 falcon libvirtd[14399]: stopping all netlink event services
Nov  8 11:27:31 falcon libvirtd[17427]: libvirt version: 1.0.0, package: 1gc1.fc17.gc0.90 (Gene Czarcinski <g...@czarc.net>, 2012-11-08-11:21:22, condor)
Nov  8 11:27:31 falcon libvirtd[17427]: starting netlink event service with protocol 0
Nov  8 11:27:31 falcon libvirtd[17427]: starting netlink event service with protocol 15
Nov  8 11:27:31 falcon libvirtd[17427]: Reloading iptables rules
Nov  8 11:27:31 falcon libvirtd[17427]: Refreshing network daemons
Nov  8 11:27:31 falcon kernel: [125146.816866] device virbr11-nic entered promiscuous mode
Nov  8 11:27:31 falcon libvirtd[17427]: firewall-cmd not found on system. firewalld support disabled for iptables.
Nov  8 11:27:31 falcon dbus-daemon[988]: dbus[988]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Nov  8 11:27:31 falcon dbus[988]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Nov  8 11:27:31 falcon dbus-daemon[988]: dbus[988]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Nov  8 11:27:31 falcon dbus[988]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Nov  8 11:27:31 falcon avahi-daemon[954]: Joining mDNS multicast group on interface virbr11.IPv4 with address 192.168.6.1.
Nov  8 11:27:31 falcon avahi-daemon[954]: New relevant interface virbr11.IPv4 for mDNS.
Nov  8 11:27:31 falcon avahi-daemon[954]: Registering new address record for 192.168.6.1 on virbr11.IPv4.
Nov  8 11:27:31 falcon kernel: [125146.936510] virbr11: topology change detected, propagating
Nov  8 11:27:31 falcon kernel: [125146.936514] virbr11: port 1(virbr11-nic) entered forwarding state
Nov  8 11:27:31 falcon kernel: [125146.936527] virbr11: port 1(virbr11-nic) entered forwarding state
Nov  8 11:27:31 falcon libvirtd[17427]: starting dhcp daemon (/sbin/dnsmasq)
Nov  8 11:27:31 falcon dnsmasq[17500]: started, version 2.64test7 cachesize 150
Nov  8 11:27:31 falcon dnsmasq[17500]: compile time options: IPv6 GNU-getopt DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack
Nov  8 11:27:31 falcon dnsmasq-dhcp[17500]: IPv6 router advertisement enabled
Nov  8 11:27:31 falcon dnsmasq-dhcp[17500]: DHCP, IP range 192.168.6.128 -- 192.168.6.254, lease time 1h
Nov  8 11:27:31 falcon dnsmasq-dhcp[17500]: SLAAC on fd00:beef:10:6:: prefix valid 2h
Nov  8 11:27:31 falcon kernel: [125146.955520] virbr11: port 1(virbr11-nic) entered disabled state
Nov  8 11:27:31 falcon dnsmasq[17500]: using local addresses only for domain net6
Nov  8 11:27:31 falcon dnsmasq[17500]: reading /etc/resolv.conf
Nov  8 11:27:31 falcon dnsmasq[17500]: using nameserver fd00:dead:beef:17::1#53
Nov  8 11:27:31 falcon dnsmasq[17500]: using nameserver fe80::2a0:ccff:fea2:fd8#53
Nov  8 11:27:31 falcon dnsmasq[17500]: using nameserver 192.168.17.1#53
Nov  8 11:27:31 falcon dnsmasq[17500]: using local addresses only for domain net6
Nov  8 11:27:31 falcon dnsmasq[17500]: read /etc/hosts - 2 addresses
Nov  8 11:27:31 falcon dnsmasq[17500]: read /var/lib/libvirt/dnsmasq/net6.addnhosts - 0 addresses
Nov  8 11:27:31 falcon dnsmasq-dhcp[17500]: read /var/lib/libvirt/dnsmasq/net6.hostsfile
Nov  8 11:27:31 falcon dnsmasq-dhcp[17500]: RTR-ADVERT(virbr11) fd00:beef:10:6::
Nov  8 11:27:31 falcon libvirtd[17427]: Starting up network 'net6'
Nov  8 11:27:31 falcon libvirtd[17427]: Skipping special dir '..'
Nov  8 11:27:31 falcon libvirtd[17427]: Skipping special dir '.'
Nov  8 11:27:31 falcon libvirtd[17427]: cannot initialize libxenlight context, probably not running in a Xen Dom0, disabling driver
Nov  8 11:27:31 falcon libvirtd[17427]: Configured cgroup controller 'cpu'
Nov  8 11:27:31 falcon libvirtd[17427]: Configured cgroup controller 'cpuacct'
Nov  8 11:27:31 falcon libvirtd[17427]: Configured cgroup controller 'cpuset'
Nov  8 11:27:31 falcon libvirtd[17427]: Configured cgroup controller 'memory'
Nov  8 11:27:31 falcon libvirtd[17427]: Configured cgroup controller 'devices'
Nov  8 11:27:31 falcon libvirtd[17427]: Configured cgroup controller 'blkio'
Nov  8 11:27:32 falcon libvirtd[17427]: Scanning for configs in /var/run/libvirt/qemu
Nov  8 11:27:32 falcon libvirtd[17427]: Scanning for configs in /etc/libvirt/qemu
Nov  8 11:27:32 falcon libvirtd[17427]: Loading config file 'f17tester.xml'
Nov  8 11:27:32 falcon libvirtd[17427]: Loading config file 'pluto.xml'
Nov  8 11:27:32 falcon libvirtd[17427]: Loading config file 'user26.xml'
Nov  8 11:27:32 falcon libvirtd[17427]: Loading config file 'test4.xml'
Nov  8 11:27:32 falcon libvirtd[17427]: Loading config file 'mininal.xml'
Nov  8 11:27:32 falcon libvirtd[17427]: Loading config file 'user25.xml'
Nov  8 11:27:32 falcon libvirtd[17427]: Loading config file 'dhcpd6.xml'
Nov  8 11:27:32 falcon libvirtd[17427]: Loading config file 'Nessus.xml'
Nov  8 11:27:32 falcon libvirtd[17427]: Loading config file 'test2.xml'
Nov  8 11:27:32 falcon libvirtd[17427]: Loading config file 'user27.xml'
Nov  8 11:27:32 falcon libvirtd[17427]: Loading config file 'f18testing.xml'
Nov  8 11:27:32 falcon libvirtd[17427]: Loading config file 'f18test2.xml'
Nov  8 11:27:32 falcon libvirtd[17427]: Loading config file 'charon.xml'
Nov  8 11:27:32 falcon libvirtd[17427]: Loading config file 'relay2.xml'
Nov  8 11:27:32 falcon libvirtd[17427]: Loading config file 'relay.xml'
Nov  8 11:27:32 falcon libvirtd[17427]: Loading config file 'user28.xml'
Nov  8 11:27:32 falcon libvirtd[17427]: Loading config file 'centos.xml'
Nov  8 11:27:32 falcon libvirtd[17427]: Loading config file 'test3.xml'
Nov  8 11:27:32 falcon libvirtd[17427]: Loading config file 'test1.xml'
Nov  8 11:27:32 falcon libvirtd[17427]: Loading config file 'f17relay.xml'
Nov  8 11:27:32 falcon libvirtd[17427]: Scanning for snapshots for domain charon in /var/lib/libvirt/qemu/snapshot/charon
Nov  8 11:27:32 falcon libvirtd[17427]: Scanning for snapshots for domain relay2 in /var/lib/libvirt/qemu/snapshot/relay2
Nov  8 11:27:32 falcon libvirtd[17427]: Scanning for snapshots for domain dhcpd6 in /var/lib/libvirt/qemu/snapshot/dhcpd6
Nov  8 11:27:32 falcon libvirtd[17427]: Scanning for snapshots for domain user25 in /var/lib/libvirt/qemu/snapshot/user25
Nov  8 11:27:32 falcon libvirtd[17427]: Scanning for snapshots for domain f18test2 in /var/lib/libvirt/qemu/snapshot/f18test2
Nov  8 11:27:32 falcon libvirtd[17427]: Scanning for snapshots for domain Nessus in /var/lib/libvirt/qemu/snapshot/Nessus
Nov  8 11:27:32 falcon libvirtd[17427]: Scanning for snapshots for domain test3 in /var/lib/libvirt/qemu/snapshot/test3
Nov  8 11:27:32 falcon libvirtd[17427]: Scanning for snapshots for domain f17tester in /var/lib/libvirt/qemu/snapshot/f17tester
Nov  8 11:27:32 falcon libvirtd[17427]: Scanning for snapshots for domain f17relay in /var/lib/libvirt/qemu/snapshot/f17relay
Nov  8 11:27:32 falcon libvirtd[17427]: Scanning for snapshots for domain relay in /var/lib/libvirt/qemu/snapshot/relay
Nov  8 11:27:32 falcon libvirtd[17427]: Scanning for snapshots for domain user26 in /var/lib/libvirt/qemu/snapshot/user26
Nov  8 11:27:32 falcon libvirtd[17427]: Scanning for snapshots for domain pluto in /var/lib/libvirt/qemu/snapshot/pluto
Nov  8 11:27:32 falcon libvirtd[17427]: Scanning for snapshots for domain user28 in /var/lib/libvirt/qemu/snapshot/user28
Nov  8 11:27:32 falcon libvirtd[17427]: Scanning for snapshots for domain test2 in /var/lib/libvirt/qemu/snapshot/test2
Nov  8 11:27:32 falcon libvirtd[17427]: Scanning for snapshots for domain test1 in /var/lib/libvirt/qemu/snapshot/test1
Nov  8 11:27:32 falcon libvirtd[17427]: Scanning for snapshots for domain f18testing in /var/lib/libvirt/qemu/snapshot/f18testing
Nov  8 11:27:32 falcon libvirtd[17427]: Scanning for snapshots for domain mininal in /var/lib/libvirt/qemu/snapshot/mininal
Nov  8 11:27:32 falcon libvirtd[17427]: Scanning for snapshots for domain test4 in /var/lib/libvirt/qemu/snapshot/test4
Nov  8 11:27:32 falcon libvirtd[17427]: Scanning for snapshots for domain user27 in /var/lib/libvirt/qemu/snapshot/user27
Nov  8 11:27:32 falcon libvirtd[17427]: Scanning for snapshots for domain centos in /var/lib/libvirt/qemu/snapshot/centos
Nov  8 11:27:32 falcon libvirtd[17427]: lxcSecurityInit (null)
Nov  8 11:27:32 falcon libvirtd[17427]: Scanning for configs in /var/run/libvirt/lxc
Nov  8 11:27:32 falcon libvirtd[17427]: Scanning for configs in /etc/libvirt/lxc
Nov  8 11:27:32 falcon libvirtd[17427]: Adding inotify watch on /var/run/libvirt/uml-guest
Nov  8 11:27:32 falcon libvirtd[17427]: Scanning for configs in /etc/libvirt/uml
Nov  8 11:27:32 falcon avahi-daemon[954]: Registering new address record for fe80::5054:ff:fe0b:845c on virbr11.*.
Nov  8 11:27:32 falcon avahi-daemon[954]: Registering new address record for fd00:beef:10:6:3285:a9ff:fe8f:e982 on p33p1.*.
Nov  8 11:27:32 falcon dnsmasq-dhcp[17500]: RTR-ADVERT(p33p1) fd00:beef:10:6::
Nov  8 11:27:32 falcon dnsmasq-dhcp[17500]: RTR-ADVERT(p33p1) fd00:beef:10:6::
Nov  8 11:27:33 falcon avahi-daemon[954]: Registering new address record for fd00:beef:10:6::1 on virbr11.*.
Nov  8 11:27:33 falcon avahi-daemon[954]: Withdrawing address record for fe80::5054:ff:fe0b:845c on virbr11.
Nov  8 11:27:33 falcon dnsmasq[17500]: reading /etc/resolv.conf
Nov  8 11:27:33 falcon dnsmasq[17500]: using nameserver fd00:dead:beef:17::1#53
Nov  8 11:27:33 falcon dnsmasq[17500]: using nameserver fe80::2a0:ccff:fea2:fd8#53
Nov  8 11:27:33 falcon dnsmasq[17500]: ignoring nameserver fe80::5054:ff:fe0b:845c - local interface
Nov  8 11:27:33 falcon dnsmasq[17500]: using nameserver fe80::3285:a9ff:fe8f:e982#53
Nov  8 11:27:33 falcon dnsmasq[17500]: using nameserver 192.168.17.1#53
Nov  8 11:27:33 falcon dnsmasq[17500]: using local addresses only for domain net6
Nov  8 11:27:35 falcon dnsmasq-dhcp[17500]: RTR-ADVERT(p33p1) fd00:beef:10:6::
Nov  8 11:27:38 falcon dnsmasq-dhcp[17500]: RTR-ADVERT(p33p1) fd00:beef:10:6::
Nov  8 11:27:42 falcon dnsmasq-dhcp[17500]: RTR-ADVERT(p33p1) fd00:beef:10:6::
Nov  8 11:27:42 falcon dnsmasq-dhcp[17500]: RTR-ADVERT(p33p1) fd00:beef:10:6::
Nov  8 11:27:46 falcon yum[17567]: Updated: libvirt-docs-1.0.0-1gc1.fc17.gc0.90.x86_64
Nov  8 11:27:49 falcon dnsmasq-dhcp[17500]: RTR-ADVERT(p33p1) fd00:beef:10:6::
Nov  8 11:27:52 falcon dnsmasq-dhcp[17500]: RTR-ADVERT(p33p1) fd00:beef:10:6::
Nov  8 11:27:53 falcon dnsmasq-dhcp[17500]: RTR-ADVERT(p33p1) fd00:beef:10:6::
Nov  8 11:27:54 falcon dnsmasq-dhcp[17500]: RTR-ADVERT(p33p1) fd00:beef:10:6::
Nov  8 11:27:54 falcon dnsmasq-dhcp[17500]: RTR-ADVERT(p33p1) fd00:beef:10:6::
Nov  8 11:28:04 falcon libvirtd[17427]: Bypass polkit auth for privileged client pid:17632,uid:0
Nov  8 11:28:04 falcon kernel: [125180.408354] device virbr16-nic entered promiscuous mode
Nov  8 11:28:05 falcon avahi-daemon[954]: Joining mDNS multicast group on interface virbr16.IPv4 with address 192.168.91.1.
Nov  8 11:28:05 falcon kernel: [125180.526537] virbr16: topology change detected, propagating
Nov  8 11:28:05 falcon kernel: [125180.526540] virbr16: port 1(virbr16-nic) entered forwarding state
Nov  8 11:28:05 falcon kernel: [125180.526556] virbr16: port 1(virbr16-nic) entered forwarding state
Nov  8 11:28:05 falcon avahi-daemon[954]: New relevant interface virbr16.IPv4 for mDNS.
Nov  8 11:28:05 falcon avahi-daemon[954]: Registering new address record for 192.168.91.1 on virbr16.IPv4.
Nov  8 11:28:05 falcon libvirtd[17427]: starting dhcp daemon (/sbin/dnsmasq)
Nov  8 11:28:05 falcon dnsmasq[17669]: started, version 2.64test7 cachesize 150
Nov  8 11:28:05 falcon dnsmasq[17669]: compile time options: IPv6 GNU-getopt DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack
Nov  8 11:28:05 falcon dnsmasq-dhcp[17669]: IPv6 router advertisement enabled
Nov  8 11:28:05 falcon dnsmasq-dhcp[17669]: DHCP, IP range 192.168.91.128 -- 192.168.91.254, lease time 1h
Nov  8 11:28:05 falcon dnsmasq-dhcp[17669]: DHCPv6, IP range fd00:beef:10:91::1:10 -- fd00:beef:10:91::1:ff, lease time 1h
Nov  8 11:28:05 falcon dnsmasq[17669]: using local addresses only for domain net91
Nov  8 11:28:05 falcon kernel: [125180.549144] virbr16: port 1(virbr16-nic) entered disabled state
Nov  8 11:28:05 falcon dnsmasq[17669]: reading /etc/resolv.conf
Nov  8 11:28:05 falcon dnsmasq[17669]: using nameserver fd00:dead:beef:17::1#53
Nov  8 11:28:05 falcon dnsmasq[17669]: using nameserver fe80::2a0:ccff:fea2:fd8#53
Nov  8 11:28:05 falcon dnsmasq[17669]: using nameserver fe80::5054:ff:fe0b:845c#53
Nov  8 11:28:05 falcon dnsmasq[17669]: using nameserver fe80::3285:a9ff:fe8f:e982#53
Nov  8 11:28:05 falcon dnsmasq[17669]: using nameserver 192.168.17.1#53
Nov  8 11:28:05 falcon dnsmasq[17669]: using local addresses only for domain net91
Nov  8 11:28:05 falcon dnsmasq[17669]: read /etc/hosts - 2 addresses
Nov  8 11:28:05 falcon dnsmasq[17669]: read /var/lib/libvirt/dnsmasq/net91.addnhosts - 3 addresses
Nov  8 11:28:05 falcon dnsmasq-dhcp[17669]: read /var/lib/libvirt/dnsmasq/net91.hostsfile
Nov  8 11:28:05 falcon libvirtd[17427]: Starting up network 'net91'
Nov  8 11:28:06 falcon avahi-daemon[954]: Registering new address record for fd00:beef:10:91::1 on virbr16.*.
Nov  8 11:28:06 falcon dnsmasq-dhcp[17669]: RTR-ADVERT(virbr16) fd00:beef:10:91::
Nov  8 11:28:08 falcon dnsmasq-dhcp[17500]: RTR-ADVERT(p33p1) fd00:beef:10:6::
Nov  8 11:28:12 falcon dnsmasq-dhcp[17500]: RTR-ADVERT(p33p1) fd00:beef:10:6::
Nov  8 11:28:12 falcon dnsmasq-dhcp[17669]: RTR-ADVERT(virbr16) fd00:beef:10:91::
Nov  8 11:28:14 falcon dnsmasq-dhcp[17500]: RTR-ADVERT(p33p1) fd00:beef:10:6::
Nov  8 11:28:14 falcon dnsmasq-dhcp[17669]: RTR-ADVERT(virbr16) fd00:beef:10:91::
Nov  8 11:28:16 falcon dnsmasq-dhcp[17500]: RTR-ADVERT(p33p1) fd00:beef:10:6::
Nov  8 11:28:17 falcon dnsmasq-dhcp[17669]: RTR-ADVERT(virbr16) fd00:beef:10:91::
Nov  8 11:28:19 falcon dnsmasq-dhcp[17500]: RTR-ADVERT(p33p1) fd00:beef:10:6::

_______________________________________________
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Reply via email to