[Users] Unable to finish AIO 3.3.0 - VDSM

Dan Kenigsberg danken at redhat.com
Tue Sep 24 12:28:26 UTC 2013


On Mon, Sep 23, 2013 at 06:10:09PM -0400, Nicholas Kesick wrote:
> Ok the thread got a little fragmented, so I'm trying to merge these
> together. Let me know if I missed something.
>  
> ----- Original Message -----
> > > From: "Dan Kenigsberg" <danken at redhat.com>
> > > To: "Jason Brooks" <jbrooks at redhat.com>
> > > Cc: "Nicholas Kesick" <cybertimber2000 at hotmail.com>, "oVirt Mailing List" <users at ovirt.org>
> > > Sent: Monday, September 23, 2013 1:23:28 PM
> > > Subject: Re: [Users] Unable to finish AIO 3.3.0 - VDSM
> > > 
> > > On Mon, Sep 23, 2013 at 03:29:10PM -0400, Jason Brooks wrote:
> > > > 
> > > > 
> > > > > 
> > > > > Hi Nicholas, I just installed an F19 AIO without any problem. My install
> > > > > was
> > > > > only minimal, though. I restored my snapshot to pre-ovirt install and
> > > > > added
> > > > > the "standard" group, rebooted, installed, and vdsm still installed
> > > > > normally.
> > > > > 
> > > > > I'm wondering if it makes a difference if the system starts out with
> > > > > minimal+standard, rather than starting out minimal and adding standard
> > > > > after...
> > > > > 
> > > > > This is with dhcp addressing.
> > > > 
> > > > Another difference -- my AIO machine has nics w/ the regular eth0 naming --
> > > > don't know if the biosdevname bits could be causing an issue...
> > > 
> > > Would I be wrong to assume that you had
> > > /etc/sysconfig/network-scripts/ifcfg-eth0 defined before installation
> > > began?
> > 
> > My systems do always have this defined before installation begins. I almost always
> > do PXE installs of Fedora. Wonder how it differs from a DVD install...
> > 
> > Jason
> Good question. My particular attempts with ovirt 3.3 have been by
> using the netinstall.iso. I can try a DVD install with
> minimal+standard. For what it's worth that's what I've always used,
> especially after that thread about minimal missing tar, and that part
> of the install or setup requires tar. 
>  
> I do wonder if the interface names are messing things up. I don't know
> if something changed upstream, or if it's part of the net install, but
> interfaces aren't name eth# or em# (embedded) / p#p# (PCI) anymore.
> Mine are way more cryptic now (enp4s0) and it's very annoying.
> I know there wasn't a ifcfg-eth0, but there is a ifcfg-enp4s0.
> ifconfig currently reports that I'm using em1, but there is no config
> file for that. hmm.

Naming per se should not matter. I have seen ovirt install on hosts with
all kinds of nic names.

However could we get to the bottom of the relation between enp4s0 and
em1? Do you have two physical nics, or just one? Which of them is
physically connected to the outer world? Your /var/log/messages that
it's your em1. THAT nic should have it ifcfg file before Vdsm is
installed on the host.

>  
> > On Mon, Sep 23, 2013 at 02:25:49PM -0400, Moti Asayag wrote:
> > > I have looked at the getVdsCapabilities reported by VDSM for the first time, on which the engine based its
> > > setupNetwork command for configuring the management network:
> > > 
> > > 'lastClientIface': 'em1',
> > > 'nics': {'em1': {'netmask': '255.255.255.0', 'addr': '192.168.2.9', 'hwaddr': 'a4:ba:db:ec:ea:cd', 'cfg': {}, 'ipv6addrs': > ['fe80::a6ba:dbff:feec:eacd/64', '2001:4830:1692:1:a6ba:dbff:feec:eacd/64'], 'speed': 1000, 'mtu': '1500'}}
> > > 
> > > Based on that input, the engine sends setupNetwork command to configure the management network on top of 'em1' nic.
> > > However, since it has no bootprotocol or gateway, it is identified as bootproto=NONE, which result in engine not to pass ip > address/subnet/gateway to vdsm, therefore the command fails.
> > 
> > This seems very similar to what triggered
> > 
> >  Bug 987813 - [RFE] report BOOTPROTO and BONDING_OPTS independent of
> >  netdevice.cfg
> > 
> > Vdsm does not really cope with network definitions that are not
> > ifcfg-based. I do not know what makes Fedora 19 sometimes use ifcfg
> > out-of-the-box and sometimes not, but in order to play well with the
> > current implementation of Vdsm, we should make it use legacy initscript
> > for network definition.
> > 
> See the above. I wonder if netinstall.iso messes with this.
> > > 
> > > networks=[ovirtmgmt {id=b05f272d-473f-41cb-b5a0-25cf06951f6b, description=Management Network, comment=null, subnet=null, gateway=null, > type=null, vlanId=null, stp=false, dataCenterId=7a7e4a7a-ecc8-4b3e-b200-2b54d0809a52, mtu=0, vmNetwork=true, cluster=NetworkCluster {id=> {clusterId=null, networkId=null}, status=OPERATIONAL, display=false, required=true, migration=false}, providedBy=null, label=null}],
> > > bonds=[],
> > > interfaces=[em1 {id=80a1e7c8-05bd-4209-a6fe-a23c38538330, vdsId=5e3da5d9-7133-4119-86c0-f655d3e37b38, name=em1, > macAddress=a4:ba:db:ec:ea:cd, networkName=ovirtmgmt, bondName=null, bootProtocol=NONE, address=192.168.2.9, subnet=255.255.255.0, > gateway=null, mtu=0, bridged=true, speed=1000, type=2, networkImplementationDetails=null}],
> > > removedNetworks=[],
> > > 
> > > As received by VDSM, where we can see the ip address and the subnet are omitted:
> > > Thread-17::DEBUG::2013-09-23 07:07:21,314::BindingXMLRPC::979::vds::(wrapper) client [192.168.2.9]::call setupNetworks with > ({'ovirtmgmt': {'nic': 'em1', 'STP': 'no', 'bridged': 'true'}}, {}, {'connectivityCheck': 'true', 'connectivityTimeout': 120}) {}
> > > 
> > > Looking at the traceback on vdsm.log reveals less information:
> > > storageRefresh::DEBUG::2013-09-23 07:07:22,597::misc::817::SamplingMethod::(__call__) Returning last result
> > > Thread-17::ERROR::2013-09-23 07:09:24,154::API::1261::vds::(setupNetworks)
> > > Traceback (most recent call last):
> > > File "/usr/share/vdsm/API.py", line 1259, in setupNetworks
> > > supervdsm.getProxy().setupNetworks(networks, bondings, options)
> > > File "/usr/share/vdsm/supervdsm.py", line 50, in __call__
> > > return callMethod()
> > > File "/usr/share/vdsm/supervdsm.py", line 48, in <lambda>
> > > **kwargs)
> > > File "<string>", line 2, in setupNetworks
> > > File "/usr/lib64/python2.7/multiprocessing/managers.py", line 773, in _callmethod
> > > raise convert_to_error(kind, result)
> > > ConfigNetworkError: (29, '')
> > > 
> > > 
> > > Nicholas, could you add also /var/log/vdsm/supervdsm.log and /var/log/messages so we can get more input about
> > > the failure to bring up em1 ?
> Yep, attached.
>  		 	   		  

> Sep 22 22:37:01 localhost rsyslogd: [origin software="rsyslogd" swVersion="7.2.6" x-pid="488" x-info="http://www.rsyslog.com"] start
> Sep 22 22:37:01 localhost kernel: [    0.000000] Initializing cgroup subsys cpuset
> Sep 22 22:37:01 localhost systemd[1]: systemd 204 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
> Sep 22 22:37:01 localhost kernel: [    0.000000] Initializing cgroup subsys cpu
> Sep 22 22:37:01 localhost kernel: [    0.000000] Initializing cgroup subsys cpuacct
> Sep 22 22:37:01 localhost kernel: [    0.000000] Linux version 3.11.1-200.fc19.x86_64 (mockbuild at bkernel02) (gcc version 4.8.1 20130603 (Red Hat 4.8.1-1) (GCC) ) #1 SMP Sat Sep 14 15:04:51 UTC 2013
> Sep 22 22:37:01 localhost kernel: [    0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.11.1-200.fc19.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 vconsole.keymap=us rd.luks=0 vconsole.font=latarcyrheb-sun16 rd.lvm.lv=fedora/root rhgb quiet
> Sep 22 22:37:01 localhost systemd[1]: Set hostname to <localhost.localdomain>.
> Sep 22 22:37:01 localhost kernel: [    0.000000] e820: BIOS-provided physical RAM map:
> Sep 22 22:37:01 localhost kernel: [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x00000000000957ff] usable
> Sep 22 22:37:01 localhost kernel: [    0.000000] BIOS-e820: [mem 0x0000000000095800-0x000000000009ffff] reserved
> Sep 22 22:37:01 localhost kernel: [    0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
> Sep 22 22:37:01 localhost kernel: [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bd77ffff] usable
> Sep 22 22:37:01 localhost systemd[1]: Started Create static device nodes in /dev.
> Sep 22 22:37:01 localhost kernel: [    0.000000] BIOS-e820: [mem 0x00000000bd780000-0x00000000bd78dfff] ACPI data
> Sep 22 22:37:01 localhost kernel: [    0.000000] BIOS-e820: [mem 0x00000000bd78e000-0x00000000bd7cffff] ACPI NVS
> Sep 22 22:37:01 localhost kernel: [    0.000000] BIOS-e820: [mem 0x00000000bd7d0000-0x00000000bd7dffff] reserved
> Sep 22 22:37:01 localhost kernel: [    0.000000] BIOS-e820: [mem 0x00000000bd7ed000-0x00000000bdffffff] reserved
> Sep 22 22:37:01 localhost kernel: [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
> Sep 22 22:37:01 localhost kernel: [    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
> Sep 22 22:37:01 localhost systemd[1]: Started Apply Kernel Variables.
> Sep 22 22:37:01 localhost kernel: [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023fffffff] usable
> Sep 22 22:37:01 localhost kernel: [    0.000000] NX (Execute Disable) protection: active
> Sep 22 22:37:01 localhost systemd[1]: Starting udev Kernel Device Manager...
> Sep 22 22:37:01 localhost kernel: [    0.000000] SMBIOS 2.6 present.
> Sep 22 22:37:01 localhost kernel: [    0.000000] No AGP bridge found
> Sep 22 22:37:01 localhost systemd[1]: Starting LVM2 metadata daemon...
> Sep 22 22:37:01 localhost kernel: [    0.000000] e820: last_pfn = 0x240000 max_arch_pfn = 0x400000000
> Sep 22 22:37:01 localhost systemd[1]: Started udev Kernel Device Manager.
> Sep 22 22:37:01 localhost systemd[1]: Started LVM2 metadata daemon.
> Sep 22 22:37:01 localhost systemd-fsck[363]: /dev/mapper/fedora-root: clean, 31182/3276800 files, 448791/13107200 blocks
> Sep 22 22:37:01 localhost systemd[1]: Started File System Check on Root Device.
> Sep 22 22:37:01 localhost kernel: [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
> Sep 22 22:37:01 localhost systemd[1]: Starting Remount Root and Kernel File Systems...
> Sep 22 22:37:01 localhost kernel: [    0.000000] e820: last_pfn = 0xbd780 max_arch_pfn = 0x400000000
> Sep 22 22:37:01 localhost kernel: [    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
> Sep 22 22:37:01 localhost kernel: [    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
> Sep 22 22:37:01 localhost kernel: [    0.000000] init_memory_mapping: [mem 0x23fe00000-0x23fffffff]
> Sep 22 22:37:01 localhost kernel: [    0.000000] init_memory_mapping: [mem 0x23c000000-0x23fdfffff]
> Sep 22 22:37:01 localhost kernel: [    0.000000] init_memory_mapping: [mem 0x200000000-0x23bffffff]
> Sep 22 22:37:01 localhost kernel: [    0.000000] init_memory_mapping: [mem 0x00100000-0xbd77ffff]
> Sep 22 22:37:01 localhost kernel: [    0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
> Sep 22 22:37:01 localhost kernel: [    0.000000] RAMDISK: [mem 0x35c12000-0x36e00fff]
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: RSDP 00000000000f9b00 00024 (v02 ACPIAM)
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: XSDT 00000000bd780100 0006C (v01 DELL    FX09    20100708 MSFT 00000097)
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: FACP 00000000bd780290 000F4 (v04 DELL   FX09     20100708 MSFT 00000097)
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: DSDT 00000000bd780660 05B85 (v02  1AAAA 1AAAA000 00000000 INTL 20051117)
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: FACS 00000000bd78e000 00040
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: APIC 00000000bd780390 0008C (v02 DELL   FX09     20100708 MSFT 00000097)
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: MCFG 00000000bd780420 0003C (v01 DELL   OEMMCFG  20100708 MSFT 00000097)
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: SLIC 00000000bd780460 00176 (v01 DELL    FX09    20100708 MSFT 00000097)
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: OSFR 00000000bd7805e0 00080 (v01 DELL   FX09     20100708 MSFT 00000097)
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: OEMB 00000000bd78e040 00072 (v01 DELL   FX09     20100708 MSFT 00000097)
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: HPET 00000000bd78a660 00038 (v01 DELL   OEMHPET  20100708 MSFT 00000097)
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: ASF! 00000000bd78a6a0 00099 (v32 LEGEND I865PASF 00000001 INTL 20051117)
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: SSDT 00000000bd790da0 00363 (v01 DpgPmm    CpuPm 00000012 INTL 20051117)
> Sep 22 22:37:01 localhost kernel: [    0.000000] No NUMA configuration found
> Sep 22 22:37:01 localhost kernel: [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000023fffffff]
> Sep 22 22:37:01 localhost kernel: [    0.000000] Initmem setup node 0 [mem 0x00000000-0x23fffffff]
> Sep 22 22:37:01 localhost kernel: [    0.000000]   NODE_DATA [mem 0x23ffe7000-0x23fffafff]
> Sep 22 22:37:01 localhost kernel: [    0.000000] Zone ranges:
> Sep 22 22:37:01 localhost kernel: [    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
> Sep 22 22:37:01 localhost kernel: [    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
> Sep 22 22:37:01 localhost kernel: [    0.000000]   Normal   [mem 0x100000000-0x23fffffff]
> Sep 22 22:37:01 localhost kernel: [    0.000000] Movable zone start for each node
> Sep 22 22:37:01 localhost kernel: [    0.000000] Early memory node ranges
> Sep 22 22:37:01 localhost kernel: [    0.000000]   node   0: [mem 0x00001000-0x00094fff]
> Sep 22 22:37:01 localhost kernel: [    0.000000]   node   0: [mem 0x00100000-0xbd77ffff]
> Sep 22 22:37:01 localhost kernel: [    0.000000]   node   0: [mem 0x100000000-0x23fffffff]
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x808
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
> Sep 22 22:37:01 localhost kernel: [    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
> Sep 22 22:37:01 localhost kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
> Sep 22 22:37:01 localhost kernel: [    0.000000] ACPI: HPET id: 0xffffffff base: 0xfed00000
> Sep 22 22:37:01 localhost kernel: [    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
> Sep 22 22:37:01 localhost kernel: [    0.000000] PM: Registered nosave memory: [mem 0x00095000-0x00095fff]
> Sep 22 22:37:01 localhost kernel: [    0.000000] PM: Registered nosave memory: [mem 0x00096000-0x0009ffff]
> Sep 22 22:37:01 localhost kernel: [    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e3fff]
> Sep 22 22:37:01 localhost kernel: [    0.000000] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
> Sep 22 22:37:01 localhost kernel: [    0.000000] PM: Registered nosave memory: [mem 0xbd780000-0xbd78dfff]
> Sep 22 22:37:01 localhost kernel: [    0.000000] PM: Registered nosave memory: [mem 0xbd78e000-0xbd7cffff]
> Sep 22 22:37:01 localhost kernel: [    0.000000] PM: Registered nosave memory: [mem 0xbd7d0000-0xbd7dffff]
> Sep 22 22:37:01 localhost kernel: [    0.000000] PM: Registered nosave memory: [mem 0xbd7e0000-0xbd7ecfff]
> Sep 22 22:37:01 localhost kernel: [    0.000000] PM: Registered nosave memory: [mem 0xbd7ed000-0xbdffffff]
> Sep 22 22:37:01 localhost kernel: [    0.000000] PM: Registered nosave memory: [mem 0xbe000000-0xfedfffff]
> Sep 22 22:37:01 localhost kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
> Sep 22 22:37:01 localhost kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffafffff]
> Sep 22 22:37:01 localhost kernel: [    0.000000] PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
> Sep 22 22:37:01 localhost kernel: [    0.000000] e820: [mem 0xbe000000-0xfedfffff] available for PCI devices
> Sep 22 22:37:01 localhost kernel: [    0.000000] Booting paravirtualized kernel on bare hardware
> Sep 22 22:37:01 localhost kernel: [    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
> Sep 22 22:37:01 localhost kernel: [    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88023fc00000 s85568 r8192 d20928 u262144
> Sep 22 22:37:01 localhost kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2054049
> Sep 22 22:37:01 localhost kernel: [    0.000000] Policy zone: Normal
> Sep 22 22:37:01 localhost kernel: [    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.11.1-200.fc19.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 vconsole.keymap=us rd.luks=0 vconsole.font=latarcyrheb-sun16 rd.lvm.lv=fedora/root rhgb quiet
> Sep 22 22:37:01 localhost kernel: [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
> Sep 22 22:37:01 localhost kernel: [    0.000000] Checking aperture...
> Sep 22 22:37:01 localhost kernel: [    0.000000] No AGP bridge found
> Sep 22 22:37:01 localhost kernel: [    0.000000] Memory: 8113684K/8346704K available (6507K kernel code, 990K rwdata, 2868K rodata, 1420K init, 1540K bss, 233020K reserved)
> Sep 22 22:37:01 localhost kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
> Sep 22 22:37:01 localhost kernel: [    0.000000] Hierarchical RCU implementation.
> Sep 22 22:37:01 localhost kernel: [    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
> Sep 22 22:37:01 localhost kernel: [    0.000000] NR_IRQS:8448 nr_irqs:744 16
> Sep 22 22:37:01 localhost kernel: [    0.000000] Console: colour VGA+ 80x25
> Sep 22 22:37:01 localhost kernel: [    0.000000] console [tty0] enabled
> Sep 22 22:37:01 localhost kernel: [    0.000000] allocated 33554432 bytes of page_cgroup
> Sep 22 22:37:01 localhost kernel: [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
> Sep 22 22:37:01 localhost kernel: [    0.000000] tsc: Fast TSC calibration using PIT
> Sep 22 22:37:01 localhost kernel: [    0.001000] tsc: Detected 2925.755 MHz processor
> Sep 22 22:37:01 localhost kernel: [    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 5851.51 BogoMIPS (lpj=2925755)
> Sep 22 22:37:01 localhost kernel: [    0.000004] pid_max: default: 32768 minimum: 301
> Sep 22 22:37:01 localhost kernel: [    0.000038] Security Framework initialized
> Sep 22 22:37:01 localhost kernel: [    0.000046] SELinux:  Initializing.
> Sep 22 22:37:01 localhost kernel: [    0.000744] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
> Sep 22 22:37:01 localhost kernel: [    0.002656] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
> Sep 22 22:37:01 localhost kernel: [    0.003398] Mount-cache hash table entries: 256
> Sep 22 22:37:01 localhost kernel: [    0.003594] Initializing cgroup subsys memory
> Sep 22 22:37:01 localhost kernel: [    0.003603] Initializing cgroup subsys devices
> Sep 22 22:37:01 localhost kernel: [    0.003605] Initializing cgroup subsys freezer
> Sep 22 22:37:01 localhost kernel: [    0.003607] Initializing cgroup subsys net_cls
> Sep 22 22:37:01 localhost kernel: [    0.003608] Initializing cgroup subsys blkio
> Sep 22 22:37:01 localhost kernel: [    0.003609] Initializing cgroup subsys perf_event
> Sep 22 22:37:01 localhost kernel: [    0.003630] CPU: Physical Processor ID: 0
> Sep 22 22:37:01 localhost kernel: [    0.003631] CPU: Processor Core ID: 0
> Sep 22 22:37:01 localhost kernel: [    0.003636] mce: CPU supports 9 MCE banks
> Sep 22 22:37:01 localhost kernel: [    0.003647] CPU0: Thermal monitoring enabled (TM1)
> Sep 22 22:37:01 localhost kernel: [    0.003657] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
> Sep 22 22:37:01 localhost kernel: [    0.003657] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
> Sep 22 22:37:01 localhost kernel: [    0.003657] tlb_flushall_shift: 6
> Sep 22 22:37:01 localhost kernel: [    0.003734] Freeing SMP alternatives memory: 24K (ffffffff81e5c000 - ffffffff81e62000)
> Sep 22 22:37:01 localhost kernel: [    0.004863] ACPI: Core revision 20130517
> Sep 22 22:37:01 localhost kernel: [    0.007648] ACPI: All ACPI Tables successfully acquired
> Sep 22 22:37:01 localhost kernel: [    0.029913] ftrace: allocating 25146 entries in 99 pages
> Sep 22 22:37:01 localhost kernel: [    0.041753] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
> Sep 22 22:37:01 localhost kernel: [    0.051756] smpboot: CPU0: Intel(R) Core(TM) i7 CPU         870  @ 2.93GHz (fam: 06, model: 1e, stepping: 05)
> Sep 22 22:37:01 localhost kernel: [    0.153459] Performance Events: PEBS fmt1+, 16-deep LBR, Nehalem events, Intel PMU driver.
> Sep 22 22:37:01 localhost kernel: [    0.153465] perf_event_intel: CPU erratum AAJ80 worked around
> Sep 22 22:37:01 localhost kernel: [    0.153466] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
> Sep 22 22:37:01 localhost kernel: [    0.153468] ... version:                3
> Sep 22 22:37:01 localhost kernel: [    0.153469] ... bit width:              48
> Sep 22 22:37:01 localhost kernel: [    0.153470] ... generic registers:      4
> Sep 22 22:37:01 localhost kernel: [    0.153471] ... value mask:             0000ffffffffffff
> Sep 22 22:37:01 localhost kernel: [    0.153472] ... max period:             000000007fffffff
> Sep 22 22:37:01 localhost kernel: [    0.153473] ... fixed-purpose events:   3
> Sep 22 22:37:01 localhost kernel: [    0.153474] ... event mask:             000000070000000f
> Sep 22 22:37:01 localhost kernel: [    0.168469] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
> Sep 22 22:37:01 localhost kernel: [    0.154665] smpboot: Booting Node   0, Processors  #1 #2 #3 #4 #5 #6 #7 OK
> Sep 22 22:37:01 localhost kernel: [    0.251320] Brought up 8 CPUs
> Sep 22 22:37:01 localhost kernel: [    0.251323] smpboot: Total of 8 processors activated (46812.08 BogoMIPS)
> Sep 22 22:37:01 localhost kernel: [    0.256705] devtmpfs: initialized
> Sep 22 22:37:01 localhost kernel: [    0.256877] PM: Registering ACPI NVS region [mem 0xbd78e000-0xbd7cffff] (270336 bytes)
> Sep 22 22:37:01 localhost kernel: [    0.257651] atomic64 test passed for x86-64 platform with CX8 and with SSE
> Sep 22 22:37:01 localhost kernel: [    0.257676] RTC time:  2:36:51, date: 09/23/13
> Sep 22 22:37:01 localhost kernel: [    0.257710] NET: Registered protocol family 16
> Sep 22 22:37:01 localhost kernel: [    0.257848] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
> Sep 22 22:37:01 localhost kernel: [    0.257850] ACPI: bus type PCI registered
> Sep 22 22:37:01 localhost kernel: [    0.257852] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
> Sep 22 22:37:01 localhost kernel: [    0.257893] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
> Sep 22 22:37:01 localhost kernel: [    0.257895] PCI: not using MMCONFIG
> Sep 22 22:37:01 localhost kernel: [    0.257896] PCI: Using configuration type 1 for base access
> Sep 22 22:37:01 localhost kernel: [    0.258647] bio: create slab <bio-0> at 0
> Sep 22 22:37:01 localhost kernel: [    0.258743] ACPI: Added _OSI(Module Device)
> Sep 22 22:37:01 localhost kernel: [    0.258745] ACPI: Added _OSI(Processor Device)
> Sep 22 22:37:01 localhost kernel: [    0.258746] ACPI: Added _OSI(3.0 _SCP Extensions)
> Sep 22 22:37:01 localhost kernel: [    0.258747] ACPI: Added _OSI(Processor Aggregator Device)
> Sep 22 22:37:01 localhost kernel: [    0.260100] ACPI: Executed 1 blocks of module-level executable AML code
> Sep 22 22:37:01 localhost kernel: [    0.264548] ACPI: SSDT 00000000bd78e0c0 0265C (v01 DpgPmm  P001Ist 00000011 INTL 20051117)
> Sep 22 22:37:01 localhost kernel: [    0.264778] ACPI: Dynamic OEM Table Load:
> Sep 22 22:37:01 localhost kernel: [    0.264780] ACPI: SSDT           (null) 0265C (v01 DpgPmm  P001Ist 00000011 INTL 20051117)
> Sep 22 22:37:01 localhost kernel: [    0.264852] ACPI: SSDT 00000000bd790720 00678 (v01  PmRef  P001Cst 00003001 INTL 20051117)
> Sep 22 22:37:01 localhost kernel: [    0.265034] ACPI: Dynamic OEM Table Load:
> Sep 22 22:37:01 localhost kernel: [    0.265036] ACPI: SSDT           (null) 00678 (v01  PmRef  P001Cst 00003001 INTL 20051117)
> Sep 22 22:37:01 localhost kernel: [    0.265172] ACPI: Interpreter enabled
> Sep 22 22:37:01 localhost kernel: [    0.265176] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571)
> Sep 22 22:37:01 localhost kernel: [    0.265179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
> Sep 22 22:37:01 localhost kernel: [    0.265188] ACPI: (supports S0 S3 S4 S5)
> Sep 22 22:37:01 localhost kernel: [    0.265189] ACPI: Using IOAPIC for interrupt routing
> Sep 22 22:37:01 localhost kernel: [    0.265205] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
> Sep 22 22:37:01 localhost kernel: [    0.265955] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
> Sep 22 22:37:01 localhost kernel: [    0.277970] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
> Sep 22 22:37:01 localhost kernel: [    0.278038] ACPI: No dock devices found.
> Sep 22 22:37:01 localhost kernel: [    0.282825] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
> Sep 22 22:37:01 localhost kernel: [    0.282977] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
> Sep 22 22:37:01 localhost kernel: [    0.283124] acpi PNP0A08:00: ACPI _OSC request failed (AE_SUPPORT), returned control mask: 0x0d
> Sep 22 22:37:01 localhost kernel: [    0.283126] acpi PNP0A08:00: ACPI _OSC control for PCIe not granted, disabling ASPM
> Sep 22 22:37:01 localhost kernel: [    0.283228] acpi PNP0A08:00: ignoring host bridge window [mem 0x000d0000-0x000dffff] (conflicts with Adapter ROM [mem 0x000cb000-0x000d23ff])
> Sep 22 22:37:01 localhost kernel: [    0.283319] PCI host bridge to bus 0000:00
> Sep 22 22:37:01 localhost kernel: [    0.283321] pci_bus 0000:00: root bus resource [bus 00-ff]
> Sep 22 22:37:01 localhost kernel: [    0.283323] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
> Sep 22 22:37:01 localhost kernel: [    0.283324] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
> Sep 22 22:37:01 localhost kernel: [    0.283326] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
> Sep 22 22:37:01 localhost kernel: [    0.283327] pci_bus 0000:00: root bus resource [mem 0xbe000000-0xdfffffff]
> Sep 22 22:37:01 localhost kernel: [    0.283328] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfed8ffff]
> Sep 22 22:37:01 localhost kernel: [    0.283509] pci 0000:00:03.0: System wakeup disabled by ACPI
> Sep 22 22:37:01 localhost kernel: [    0.284393] pci 0000:00:1a.0: System wakeup disabled by ACPI
> Sep 22 22:37:01 localhost kernel: [    0.284670] pci 0000:00:1c.0: System wakeup disabled by ACPI
> Sep 22 22:37:01 localhost kernel: [    0.284799] pci 0000:00:1c.1: System wakeup disabled by ACPI
> Sep 22 22:37:01 localhost kernel: [    0.284930] pci 0000:00:1c.5: System wakeup disabled by ACPI
> Sep 22 22:37:01 localhost kernel: [    0.285102] pci 0000:00:1d.0: System wakeup disabled by ACPI
> Sep 22 22:37:01 localhost kernel: [    0.285205] pci 0000:00:1e.0: System wakeup disabled by ACPI
> Sep 22 22:37:01 localhost kernel: [    0.287473] pci 0000:00:03.0: PCI bridge to [bus 01]
> Sep 22 22:37:01 localhost kernel: [    0.287556] pci 0000:00:1c.0: PCI bridge to [bus 02]
> Sep 22 22:37:01 localhost kernel: [    0.289480] pci 0000:00:1c.1: PCI bridge to [bus 03]
> Sep 22 22:37:01 localhost kernel: [    0.291489] pci 0000:00:1c.5: PCI bridge to [bus 04]
> Sep 22 22:37:01 localhost kernel: [    0.291590] pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode)
> Sep 22 22:37:01 localhost kernel: [    0.291888] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
> Sep 22 22:37:01 localhost kernel: [    0.291930] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
> Sep 22 22:37:01 localhost kernel: [    0.291972] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 6 7 10 11 12 14 15)
> Sep 22 22:37:01 localhost kernel: [    0.292013] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 *11 12 14 15)
> Sep 22 22:37:01 localhost kernel: [    0.292055] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
> Sep 22 22:37:01 localhost kernel: [    0.292096] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
> Sep 22 22:37:01 localhost kernel: [    0.292137] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 7 10 11 12 14 *15)
> Sep 22 22:37:01 localhost kernel: [    0.292178] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 6 7 10 11 12 *14 15)
> Sep 22 22:37:01 localhost kernel: [    0.292247] ACPI: Enabled 2 GPEs in block 00 to 3F
> Sep 22 22:37:01 localhost kernel: [    0.292337] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
> Sep 22 22:37:01 localhost kernel: [    0.292338] vgaarb: loaded
> Sep 22 22:37:01 localhost kernel: [    0.292339] vgaarb: bridge control possible 0000:01:00.0
> Sep 22 22:37:01 localhost kernel: [    0.292391] SCSI subsystem initialized
> Sep 22 22:37:01 localhost kernel: [    0.292393] ACPI: bus type ATA registered
> Sep 22 22:37:01 localhost kernel: [    0.292437] ACPI: bus type USB registered
> Sep 22 22:37:01 localhost kernel: [    0.292447] usbcore: registered new interface driver usbfs
> Sep 22 22:37:01 localhost kernel: [    0.292454] usbcore: registered new interface driver hub
> Sep 22 22:37:01 localhost kernel: [    0.292467] usbcore: registered new device driver usb
> Sep 22 22:37:01 localhost kernel: [    0.292518] PCI: Using ACPI for IRQ routing
> Sep 22 22:37:01 localhost kernel: [    0.298063] PCI: Discovered peer bus ff
> Sep 22 22:37:01 localhost kernel: [    0.298084] PCI host bridge to bus 0000:ff
> Sep 22 22:37:01 localhost kernel: [    0.298086] pci_bus 0000:ff: root bus resource [io  0x0000-0xffff]
> Sep 22 22:37:01 localhost kernel: [    0.298088] pci_bus 0000:ff: root bus resource [mem 0x00000000-0xfffffffff]
> Sep 22 22:37:01 localhost kernel: [    0.298089] pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff]
> Sep 22 22:37:01 localhost kernel: [    0.298648] NetLabel: Initializing
> Sep 22 22:37:01 localhost kernel: [    0.298649] NetLabel:  domain hash size = 128
> Sep 22 22:37:01 localhost kernel: [    0.298650] NetLabel:  protocols = UNLABELED CIPSOv4
> Sep 22 22:37:01 localhost kernel: [    0.298657] NetLabel:  unlabeled traffic allowed by default
> Sep 22 22:37:01 localhost kernel: [    0.298719] HPET: 8 timers in total, 5 timers will be used for per-cpu timer
> Sep 22 22:37:01 localhost kernel: [    0.298725] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 40, 41, 42, 43, 44, 0
> Sep 22 22:37:01 localhost kernel: [    0.298729] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
> Sep 22 22:37:01 localhost kernel: [    0.301003] Switched to clocksource hpet
> Sep 22 22:37:01 localhost kernel: [    0.305094] pnp: PnP ACPI init
> Sep 22 22:37:01 localhost kernel: [    0.305103] ACPI: bus type PNP registered
> Sep 22 22:37:01 localhost kernel: [    0.305149] system 00:00: [mem 0xfc000000-0xfcffffff] has been reserved
> Sep 22 22:37:01 localhost kernel: [    0.305151] system 00:00: [mem 0xfd000000-0xfdffffff] has been reserved
> Sep 22 22:37:01 localhost kernel: [    0.305152] system 00:00: [mem 0xfe000000-0xfebfffff] has been reserved
> Sep 22 22:37:01 localhost kernel: [    0.305154] system 00:00: [mem 0xfed14000-0xfed19fff] has been reserved
> Sep 22 22:37:01 localhost kernel: [    0.305404] system 00:05: [io  0x0a00-0x0a0f] has been reserved
> Sep 22 22:37:01 localhost kernel: [    0.305406] system 00:05: [io  0x0a10-0x0a1f] has been reserved
> Sep 22 22:37:01 localhost kernel: [    0.305407] system 00:05: [io  0x0a20-0x0a2f] has been reserved
> Sep 22 22:37:01 localhost kernel: [    0.305409] system 00:05: [io  0x0a30-0x0a3f] has been reserved
> Sep 22 22:37:01 localhost kernel: [    0.305519] system 00:06: [io  0x04d0-0x04d1] has been reserved
> Sep 22 22:37:01 localhost kernel: [    0.305521] system 00:06: [io  0x0800-0x087f] could not be reserved
> Sep 22 22:37:01 localhost kernel: [    0.305523] system 00:06: [io  0x0500-0x057f] has been reserved
> Sep 22 22:37:01 localhost kernel: [    0.305525] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
> Sep 22 22:37:01 localhost kernel: [    0.305527] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
> Sep 22 22:37:01 localhost kernel: [    0.305529] system 00:06: [mem 0xfed40000-0xfed8ffff] has been reserved
> Sep 22 22:37:01 localhost kernel: [    0.305675] system 00:09: [mem 0xffc00000-0xffefffff] has been reserved
> Sep 22 22:37:01 localhost kernel: [    0.305752] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
> Sep 22 22:37:01 localhost kernel: [    0.305754] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
> Sep 22 22:37:01 localhost kernel: [    0.305800] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
> Sep 22 22:37:01 localhost kernel: [    0.305952] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
> Sep 22 22:37:01 localhost kernel: [    0.305954] system 00:0c: [mem 0x000c0000-0x000cffff] could not be reserved
> Sep 22 22:37:01 localhost kernel: [    0.305956] system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
> Sep 22 22:37:01 localhost kernel: [    0.305958] system 00:0c: [mem 0x00100000-0xbdffffff] could not be reserved
> Sep 22 22:37:01 localhost kernel: [    0.305960] system 00:0c: [mem 0xfed90000-0xffffffff] could not be reserved
> Sep 22 22:37:01 localhost kernel: [    0.306063] pnp: PnP ACPI: found 13 devices
> Sep 22 22:37:01 localhost kernel: [    0.306064] ACPI: bus type PNP unregistered
> Sep 22 22:37:01 localhost kernel: [    0.312179] pci 0000:00:1c.0: BAR 14: assigned [mem 0xbe000000-0xbe1fffff]
> Sep 22 22:37:01 localhost kernel: [    0.312181] pci 0000:00:1c.0: BAR 15: assigned [mem 0xbe200000-0xbe3fffff 64bit pref]
> Sep 22 22:37:01 localhost kernel: [    0.312183] pci 0000:00:1c.1: BAR 15: assigned [mem 0xbe400000-0xbe5fffff 64bit pref]
> Sep 22 22:37:01 localhost kernel: [    0.312185] pci 0000:00:1c.5: BAR 15: assigned [mem 0xbe600000-0xbe7fffff 64bit pref]
> Sep 22 22:37:01 localhost kernel: [    0.312187] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
> Sep 22 22:37:01 localhost kernel: [    0.312188] pci 0000:00:1c.5: BAR 13: assigned [io  0x2000-0x2fff]
> Sep 22 22:37:01 localhost kernel: [    0.312191] pci 0000:00:03.0: PCI bridge to [bus 01]
> Sep 22 22:37:01 localhost kernel: [    0.312193] pci 0000:00:03.0:   bridge window [io  0xd000-0xdfff]
> Sep 22 22:37:01 localhost kernel: [    0.312196] pci 0000:00:03.0:   bridge window [mem 0xfbd00000-0xfbdfffff]
> Sep 22 22:37:01 localhost kernel: [    0.312199] pci 0000:00:03.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
> Sep 22 22:37:01 localhost kernel: [    0.312202] pci 0000:00:1c.0: PCI bridge to [bus 02]
> Sep 22 22:37:01 localhost kernel: [    0.312204] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
> Sep 22 22:37:01 localhost kernel: [    0.312208] pci 0000:00:1c.0:   bridge window [mem 0xbe000000-0xbe1fffff]
> Sep 22 22:37:01 localhost kernel: [    0.312211] pci 0000:00:1c.0:   bridge window [mem 0xbe200000-0xbe3fffff 64bit pref]
> Sep 22 22:37:01 localhost kernel: [    0.312215] pci 0000:00:1c.1: PCI bridge to [bus 03]
> Sep 22 22:37:01 localhost kernel: [    0.312218] pci 0000:00:1c.1:   bridge window [io  0xe000-0xefff]
> Sep 22 22:37:01 localhost kernel: [    0.312221] pci 0000:00:1c.1:   bridge window [mem 0xfbe00000-0xfbefffff]
> Sep 22 22:37:01 localhost kernel: [    0.312224] pci 0000:00:1c.1:   bridge window [mem 0xbe400000-0xbe5fffff 64bit pref]
> Sep 22 22:37:01 localhost kernel: [    0.312229] pci 0000:00:1c.5: PCI bridge to [bus 04]
> Sep 22 22:37:01 localhost kernel: [    0.312231] pci 0000:00:1c.5:   bridge window [io  0x2000-0x2fff]
> Sep 22 22:37:01 localhost kernel: [    0.312234] pci 0000:00:1c.5:   bridge window [mem 0xfbf00000-0xfbffffff]
> Sep 22 22:37:01 localhost kernel: [    0.312237] pci 0000:00:1c.5:   bridge window [mem 0xbe600000-0xbe7fffff 64bit pref]
> Sep 22 22:37:01 localhost kernel: [    0.312242] pci 0000:00:1e.0: PCI bridge to [bus 05]
> Sep 22 22:37:01 localhost kernel: [    0.312322] pci 0000:00:1c.0: enabling device (0104 -> 0107)
> Sep 22 22:37:01 localhost kernel: [    0.312431] pci 0000:00:1c.5: enabling device (0106 -> 0107)
> Sep 22 22:37:01 localhost kernel: [    0.312551] NET: Registered protocol family 2
> Sep 22 22:37:01 localhost kernel: [    0.312713] TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
> Sep 22 22:37:01 localhost kernel: [    0.313036] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
> Sep 22 22:37:01 localhost kernel: [    0.313290] TCP: Hash tables configured (established 65536 bind 65536)
> Sep 22 22:37:01 localhost kernel: [    0.313310] TCP: reno registered
> Sep 22 22:37:01 localhost kernel: [    0.313320] UDP hash table entries: 4096 (order: 5, 131072 bytes)
> Sep 22 22:37:01 localhost kernel: [    0.313374] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
> Sep 22 22:37:01 localhost kernel: [    0.313469] NET: Registered protocol family 1
> Sep 22 22:37:01 localhost kernel: [    0.313800] Unpacking initramfs...
> Sep 22 22:37:01 localhost kernel: [    0.584956] Freeing initrd memory: 18364K (ffff880035c12000 - ffff880036e01000)
> Sep 22 22:37:01 localhost kernel: [    0.584960] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
> Sep 22 22:37:01 localhost kernel: [    0.584962] software IO TLB [mem 0xb9780000-0xbd780000] (64MB) mapped at [ffff8800b9780000-ffff8800bd77ffff]
> Sep 22 22:37:01 localhost kernel: [    0.585738] Initialise system trusted keyring
> Sep 22 22:37:01 localhost kernel: [    0.585778] audit: initializing netlink socket (disabled)
> Sep 22 22:37:01 localhost kernel: [    0.585786] type=2000 audit(1379903811.447:1): initialized
> Sep 22 22:37:01 localhost kernel: [    0.603610] HugeTLB registered 2 MB page size, pre-allocated 0 pages
> Sep 22 22:37:01 localhost kernel: [    0.604588] zbud: loaded
> Sep 22 22:37:01 localhost kernel: [    0.604721] VFS: Disk quotas dquot_6.5.2
> Sep 22 22:37:01 localhost kernel: [    0.604754] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
> Sep 22 22:37:01 localhost kernel: [    0.605060] msgmni has been set to 15882
> Sep 22 22:37:01 localhost kernel: [    0.605842] alg: No test for stdrng (krng)
> Sep 22 22:37:01 localhost kernel: [    0.605851] NET: Registered protocol family 38
> Sep 22 22:37:01 localhost kernel: [    0.605853] Key type asymmetric registered
> Sep 22 22:37:01 localhost kernel: [    0.605854] Asymmetric key parser 'x509' registered
> Sep 22 22:37:01 localhost kernel: [    0.605855] Asymmetric key parser 'pefile' registered
> Sep 22 22:37:01 localhost kernel: [    0.605881] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
> Sep 22 22:37:01 localhost kernel: [    0.605924] io scheduler noop registered
> Sep 22 22:37:01 localhost kernel: [    0.605925] io scheduler deadline registered
> Sep 22 22:37:01 localhost kernel: [    0.605946] io scheduler cfq registered (default)
> Sep 22 22:37:01 localhost kernel: [    0.606159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
> Sep 22 22:37:01 localhost kernel: [    0.606169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
> Sep 22 22:37:01 localhost kernel: [    0.606312] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
> Sep 22 22:37:01 localhost kernel: [    0.606315] ACPI: Power Button [PWRB]
> Sep 22 22:37:01 localhost kernel: [    0.606339] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
> Sep 22 22:37:01 localhost kernel: [    0.606341] ACPI: Power Button [PWRF]
> Sep 22 22:37:01 localhost kernel: [    0.606398] ACPI: Requesting acpi_cpufreq
> Sep 22 22:37:01 localhost kernel: [    0.606636] GHES: HEST is not enabled!
> Sep 22 22:37:01 localhost kernel: [    0.606691] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
> Sep 22 22:37:01 localhost kernel: [    0.607109] Non-volatile memory driver v1.3
> Sep 22 22:37:01 localhost kernel: [    0.607111] Linux agpgart interface v0.103
> Sep 22 22:37:01 localhost kernel: [    0.607691] loop: module loaded
> Sep 22 22:37:01 localhost kernel: [    0.607841] ahci 0000:00:1f.2: controller can't do SNTF, turning off CAP_SNTF
> Sep 22 22:37:01 localhost kernel: [    0.607858] ahci: SSS flag set, parallel bus scan disabled
> Sep 22 22:37:01 localhost kernel: [    0.607889] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x2f impl RAID mode
> Sep 22 22:37:01 localhost kernel: [    0.607892] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems sxs apst 
> Sep 22 22:37:01 localhost kernel: [    0.615335] scsi0 : ahci
> Sep 22 22:37:01 localhost kernel: [    0.615394] scsi1 : ahci
> Sep 22 22:37:01 localhost kernel: [    0.615439] scsi2 : ahci
> Sep 22 22:37:01 localhost kernel: [    0.615482] scsi3 : ahci
> Sep 22 22:37:01 localhost kernel: [    0.615527] scsi4 : ahci
> Sep 22 22:37:01 localhost kernel: [    0.615568] scsi5 : ahci
> Sep 22 22:37:01 localhost kernel: [    0.615611] ata1: SATA max UDMA/133 abar m2048 at 0xfbcf4000 port 0xfbcf4100 irq 45
> Sep 22 22:37:01 localhost kernel: [    0.615613] ata2: SATA max UDMA/133 abar m2048 at 0xfbcf4000 port 0xfbcf4180 irq 45
> Sep 22 22:37:01 localhost kernel: [    0.615615] ata3: SATA max UDMA/133 abar m2048 at 0xfbcf4000 port 0xfbcf4200 irq 45
> Sep 22 22:37:01 localhost kernel: [    0.615617] ata4: SATA max UDMA/133 abar m2048 at 0xfbcf4000 port 0xfbcf4280 irq 45
> Sep 22 22:37:01 localhost kernel: [    0.615618] ata5: DUMMY
> Sep 22 22:37:01 localhost kernel: [    0.615619] ata6: SATA max UDMA/133 abar m2048 at 0xfbcf4000 port 0xfbcf4380 irq 45
> Sep 22 22:37:01 localhost kernel: [    0.615672] libphy: Fixed MDIO Bus: probed
> Sep 22 22:37:01 localhost kernel: [    0.615745] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> Sep 22 22:37:01 localhost kernel: [    0.615747] ehci-pci: EHCI PCI platform driver
> Sep 22 22:37:01 localhost kernel: [    0.615842] ehci-pci 0000:00:1a.0: EHCI Host Controller
> Sep 22 22:37:01 localhost kernel: [    0.615883] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
> Sep 22 22:37:01 localhost kernel: [    0.615894] ehci-pci 0000:00:1a.0: debug port 2
> Sep 22 22:37:01 localhost kernel: [    0.619823] ehci-pci 0000:00:1a.0: irq 16, io mem 0xfbcfc000
> Sep 22 22:37:01 localhost kernel: [    0.625047] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
> Sep 22 22:37:01 localhost kernel: [    0.625067] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
> Sep 22 22:37:01 localhost kernel: [    0.625068] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> Sep 22 22:37:01 localhost kernel: [    0.625070] usb usb1: Product: EHCI Host Controller
> Sep 22 22:37:01 localhost kernel: [    0.625071] usb usb1: Manufacturer: Linux 3.11.1-200.fc19.x86_64 ehci_hcd
> Sep 22 22:37:01 localhost kernel: [    0.625072] usb usb1: SerialNumber: 0000:00:1a.0
> Sep 22 22:37:01 localhost kernel: [    0.625152] hub 1-0:1.0: USB hub found
> Sep 22 22:37:01 localhost kernel: [    0.625155] hub 1-0:1.0: 2 ports detected
> Sep 22 22:37:01 localhost kernel: [    0.625292] ehci-pci 0000:00:1d.0: EHCI Host Controller
> Sep 22 22:37:01 localhost kernel: [    0.625326] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
> Sep 22 22:37:01 localhost kernel: [    0.625336] ehci-pci 0000:00:1d.0: debug port 2
> Sep 22 22:37:01 localhost kernel: [    0.629317] ehci-pci 0000:00:1d.0: irq 23, io mem 0xfbcf6000
> Sep 22 22:37:01 localhost kernel: [    0.635048] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
> Sep 22 22:37:01 localhost kernel: [    0.635066] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
> Sep 22 22:37:01 localhost kernel: [    0.635067] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> Sep 22 22:37:01 localhost kernel: [    0.635069] usb usb2: Product: EHCI Host Controller
> Sep 22 22:37:01 localhost kernel: [    0.635070] usb usb2: Manufacturer: Linux 3.11.1-200.fc19.x86_64 ehci_hcd
> Sep 22 22:37:01 localhost kernel: [    0.635071] usb usb2: SerialNumber: 0000:00:1d.0
> Sep 22 22:37:01 localhost kernel: [    0.635140] hub 2-0:1.0: USB hub found
> Sep 22 22:37:01 localhost kernel: [    0.635143] hub 2-0:1.0: 2 ports detected
> Sep 22 22:37:01 localhost kernel: [    0.635206] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> Sep 22 22:37:01 localhost kernel: [    0.635207] ohci-pci: OHCI PCI platform driver
> Sep 22 22:37:01 localhost kernel: [    0.635214] uhci_hcd: USB Universal Host Controller Interface driver
> Sep 22 22:37:01 localhost kernel: [    0.635251] usbcore: registered new interface driver usbserial
> Sep 22 22:37:01 localhost kernel: [    0.635255] usbcore: registered new interface driver usbserial_generic
> Sep 22 22:37:01 localhost kernel: [    0.635260] usbserial: USB Serial support registered for generic
> Sep 22 22:37:01 localhost kernel: [    0.635281] i8042: PNP: No PS/2 controller found. Probing ports directly.
> Sep 22 22:37:01 localhost kernel: [    0.635632] serio: i8042 KBD port at 0x60,0x64 irq 1
> Sep 22 22:37:01 localhost kernel: [    0.635636] serio: i8042 AUX port at 0x60,0x64 irq 12
> Sep 22 22:37:01 localhost kernel: [    0.635697] mousedev: PS/2 mouse device common for all mice
> Sep 22 22:37:01 localhost kernel: [    0.635814] rtc_cmos 00:02: RTC can wake from S4
> Sep 22 22:37:01 localhost kernel: [    0.635925] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
> Sep 22 22:37:01 localhost kernel: [    0.635949] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
> Sep 22 22:37:01 localhost kernel: [    0.636003] device-mapper: uevent: version 1.0.3
> Sep 22 22:37:01 localhost kernel: [    0.636064] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: dm-devel at redhat.com
> Sep 22 22:37:01 localhost kernel: [    0.636186] cpuidle: using governor menu
> Sep 22 22:37:01 localhost kernel: [    0.636308] hidraw: raw HID events driver (C) Jiri Kosina
> Sep 22 22:37:01 localhost kernel: [    0.636367] usbcore: registered new interface driver usbhid
> Sep 22 22:37:01 localhost kernel: [    0.636368] usbhid: USB HID core driver
> Sep 22 22:37:01 localhost kernel: [    0.636392] drop_monitor: Initializing network drop monitor service
> Sep 22 22:37:01 localhost kernel: [    0.636448] ip_tables: (C) 2000-2006 Netfilter Core Team
> Sep 22 22:37:01 localhost kernel: [    0.636479] TCP: cubic registered
> Sep 22 22:37:01 localhost kernel: [    0.636481] Initializing XFRM netlink socket
> Sep 22 22:37:01 localhost kernel: [    0.636564] NET: Registered protocol family 10
> Sep 22 22:37:01 localhost kernel: [    0.636715] mip6: Mobile IPv6
> Sep 22 22:37:01 localhost kernel: [    0.636717] NET: Registered protocol family 17
> Sep 22 22:37:01 localhost kernel: [    0.636971] Loading compiled-in X.509 certificates
> Sep 22 22:37:01 localhost kernel: [    0.637812] Loaded X.509 cert 'Fedora kernel signing key: fae4f1546fb65a08a76b7f4e557eb2a4beb553a6'
> Sep 22 22:37:01 localhost kernel: [    0.637819] registered taskstats version 1
> Sep 22 22:37:01 localhost kernel: [    0.638348]   Magic number: 13:536:612
> Sep 22 22:37:01 localhost kernel: [    0.638363] tty tty: hash matches
> Sep 22 22:37:01 localhost kernel: [    0.638441] rtc_cmos 00:02: setting system clock to 2013-09-23 02:36:51 UTC (1379903811)
> Sep 22 22:37:01 localhost kernel: [    0.922209] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> Sep 22 22:37:01 localhost kernel: [    0.927207] usb 1-1: new high-speed USB device number 2 using ehci-pci
> Sep 22 22:37:01 localhost kernel: [    0.929179] ata1.00: ATA-8: WDC WD6400AAKS-75A7B2, 01.03B01, max UDMA/133
> Sep 22 22:37:01 localhost kernel: [    0.929185] ata1.00: 1250263728 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
> Sep 22 22:37:01 localhost kernel: [    0.930532] ata1.00: configured for UDMA/133
> Sep 22 22:37:01 localhost kernel: [    0.930849] scsi 0:0:0:0: Direct-Access     ATA      WDC WD6400AAKS-7 01.0 PQ: 0 ANSI: 5
> Sep 22 22:37:01 localhost kernel: [    0.931012] sd 0:0:0:0: [sda] 1250263728 512-byte logical blocks: (640 GB/596 GiB)
> Sep 22 22:37:01 localhost kernel: [    0.931045] sd 0:0:0:0: [sda] Write Protect is off
> Sep 22 22:37:01 localhost kernel: [    0.931050] sd 0:0:0:0: Attached scsi generic sg0 type 0
> Sep 22 22:37:01 localhost kernel: [    0.931102] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> Sep 22 22:37:01 localhost kernel: [    0.938088]  sda: sda1 sda2
> Sep 22 22:37:01 localhost kernel: [    0.938627] sd 0:0:0:0: [sda] Attached SCSI disk
> Sep 22 22:37:01 localhost kernel: [    1.041594] usb 1-1: New USB device found, idVendor=8087, idProduct=0020
> Sep 22 22:37:01 localhost kernel: [    1.041600] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
> Sep 22 22:37:01 localhost kernel: [    1.042029] hub 1-1:1.0: USB hub found
> Sep 22 22:37:01 localhost kernel: [    1.042236] hub 1-1:1.0: 6 ports detected
> Sep 22 22:37:01 localhost kernel: [    1.145144] usb 2-1: new high-speed USB device number 2 using ehci-pci
> Sep 22 22:37:01 localhost kernel: [    1.236235] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> Sep 22 22:37:01 localhost kernel: [    1.239331] ata2.00: ATAPI: HL-DT-ST DVD+/-RW GH50N, B103, max UDMA/100
> Sep 22 22:37:01 localhost kernel: [    1.243113] ata2.00: configured for UDMA/100
> Sep 22 22:37:01 localhost kernel: [    1.252410] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GH50N    B103 PQ: 0 ANSI: 5
> Sep 22 22:37:01 localhost kernel: [    1.259746] usb 2-1: New USB device found, idVendor=8087, idProduct=0020
> Sep 22 22:37:01 localhost kernel: [    1.259752] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
> Sep 22 22:37:01 localhost kernel: [    1.260169] hub 2-1:1.0: USB hub found
> Sep 22 22:37:01 localhost kernel: [    1.260380] hub 2-1:1.0: 8 ports detected
> Sep 22 22:37:01 localhost kernel: [    1.262232] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
> Sep 22 22:37:01 localhost kernel: [    1.262237] cdrom: Uniform CD-ROM driver Revision: 3.20
> Sep 22 22:37:01 localhost kernel: [    1.262680] sr 1:0:0:0: Attached scsi generic sg1 type 5
> Sep 22 22:37:01 localhost kernel: [    1.536390] usb 2-1.2: new high-speed USB device number 3 using ehci-pci
> Sep 22 22:37:01 localhost kernel: [    1.567265] ata3: SATA link down (SStatus 0 SControl 300)
> Sep 22 22:37:01 localhost kernel: [    1.586272] tsc: Refined TSC clocksource calibration: 2925.981 MHz
> Sep 22 22:37:01 localhost kernel: [    1.624320] usb 2-1.2: New USB device found, idVendor=18e3, idProduct=9106
> Sep 22 22:37:01 localhost kernel: [    1.624326] usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
> Sep 22 22:37:01 localhost kernel: [    1.624330] usb 2-1.2: Product: Mass Storage Device
> Sep 22 22:37:01 localhost kernel: [    1.624334] usb 2-1.2: Manufacturer: Generic
> Sep 22 22:37:01 localhost kernel: [    1.624337] usb 2-1.2: SerialNumber: 18E391066476
> Sep 22 22:37:01 localhost kernel: [    1.687403] usb 2-1.4: new low-speed USB device number 4 using ehci-pci
> Sep 22 22:37:01 localhost kernel: [    1.767554] usb 2-1.4: New USB device found, idVendor=09da, idProduct=0006
> Sep 22 22:37:01 localhost kernel: [    1.767560] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
> Sep 22 22:37:01 localhost kernel: [    1.767564] usb 2-1.4: Product: USB Optical Mouse
> Sep 22 22:37:01 localhost kernel: [    1.767567] usb 2-1.4: Manufacturer: A4Tech
> Sep 22 22:37:01 localhost kernel: [    1.771598] input: A4Tech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input2
> Sep 22 22:37:01 localhost kernel: [    1.772106] a4tech 0003:09DA:0006.0001: input,hidraw0: USB HID v1.10 Mouse [A4Tech USB Optical Mouse] on usb-0000:00:1d.0-1.4/input0
> Sep 22 22:37:01 localhost kernel: [    1.845570] usb 2-1.6: new low-speed USB device number 5 using ehci-pci
> Sep 22 22:37:01 localhost kernel: [    1.872287] ata4: SATA link down (SStatus 0 SControl 300)
> Sep 22 22:37:01 localhost kernel: [    1.937280] usb 2-1.6: New USB device found, idVendor=413c, idProduct=2003
> Sep 22 22:37:01 localhost kernel: [    1.937287] usb 2-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
> Sep 22 22:37:01 localhost kernel: [    1.937290] usb 2-1.6: Product: Dell USB Keyboard
> Sep 22 22:37:01 localhost kernel: [    1.937294] usb 2-1.6: Manufacturer: Dell
> Sep 22 22:37:01 localhost kernel: [    1.943394] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input3
> Sep 22 22:37:01 localhost kernel: [    1.943635] hid-generic 0003:413C:2003.0002: input,hidraw1: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.0-1.6/input0
> Sep 22 22:37:01 localhost kernel: [    2.177320] ata6: SATA link down (SStatus 0 SControl 300)
> Sep 22 22:37:01 localhost kernel: [    2.178505] Freeing unused kernel memory: 1420K (ffffffff81cf9000 - ffffffff81e5c000)
> Sep 22 22:37:01 localhost kernel: [    2.178507] Write protecting the kernel read-only data: 12288k
> Sep 22 22:37:01 localhost kernel: [    2.181884] Freeing unused kernel memory: 1676K (ffff88000165d000 - ffff880001800000)
> Sep 22 22:37:01 localhost kernel: [    2.184286] Freeing unused kernel memory: 1228K (ffff880001acd000 - ffff880001c00000)
> Sep 22 22:37:01 localhost kernel: [    2.320753] usb-storage 2-1.2:1.0: USB Mass Storage device detected
> Sep 22 22:37:01 localhost kernel: [    2.321269] scsi6 : usb-storage 2-1.2:1.0
> Sep 22 22:37:01 localhost kernel: [    2.321346] usbcore: registered new interface driver usb-storage
> Sep 22 22:37:01 localhost kernel: [    2.322091] [drm] Initialized drm 1.1.0 20060810
> Sep 22 22:37:01 localhost kernel: [    2.348892] [drm] radeon kernel modesetting enabled.
> Sep 22 22:37:01 localhost kernel: [    2.349120] [drm] initializing kernel modesetting (RV380 0x1002:0x5B62 0x1002:0x0B02).
> Sep 22 22:37:01 localhost kernel: [    2.349133] [drm] register mmio base: 0xFBDF0000
> Sep 22 22:37:01 localhost kernel: [    2.349134] [drm] register mmio size: 65536
> Sep 22 22:37:01 localhost kernel: [    2.349178] [drm] Generation 2 PCI interface, using max accessible memory
> Sep 22 22:37:01 localhost kernel: [    2.349182] radeon 0000:01:00.0: VRAM: 256M 0x00000000D0000000 - 0x00000000DFFFFFFF (256M used)
> Sep 22 22:37:01 localhost kernel: [    2.349183] radeon 0000:01:00.0: GTT: 512M 0x00000000B0000000 - 0x00000000CFFFFFFF
> Sep 22 22:37:01 localhost kernel: [    2.349187] [drm] Detected VRAM RAM=256M, BAR=256M
> Sep 22 22:37:01 localhost kernel: [    2.349188] [drm] RAM width 128bits DDR
> Sep 22 22:37:01 localhost kernel: [    2.349249] [TTM] Zone  kernel: Available graphics memory: 4068198 kiB
> Sep 22 22:37:01 localhost kernel: [    2.349251] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
> Sep 22 22:37:01 localhost kernel: [    2.349252] [TTM] Initializing pool allocator
> Sep 22 22:37:01 localhost kernel: [    2.349255] [TTM] Initializing DMA pool allocator
> Sep 22 22:37:01 localhost kernel: [    2.349268] [drm] radeon: 256M of VRAM memory ready
> Sep 22 22:37:01 localhost kernel: [    2.349269] [drm] radeon: 512M of GTT memory ready.
> Sep 22 22:37:01 localhost kernel: [    2.349279] [drm] GART: num cpu pages 131072, num gpu pages 131072
> Sep 22 22:37:01 localhost kernel: [    2.349887] [drm] radeon: 1 quad pipes, 1 Z pipes initialized.
> Sep 22 22:37:01 localhost kernel: [    2.350515] [drm] PCIE GART of 512M enabled (table at 0x00000000D0040000).
> Sep 22 22:37:01 localhost kernel: [    2.350532] radeon 0000:01:00.0: WB enabled
> Sep 22 22:37:01 localhost kernel: [    2.350535] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x00000000b0000000 and cpu addr 0xffff88022f209000
> Sep 22 22:37:01 localhost kernel: [    2.350537] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
> Sep 22 22:37:01 localhost kernel: [    2.350537] [drm] Driver supports precise vblank timestamp query.
> Sep 22 22:37:01 localhost kernel: [    2.350560] radeon 0000:01:00.0: radeon: using MSI.
> Sep 22 22:37:01 localhost kernel: [    2.350574] [drm] radeon: irq initialized.
> Sep 22 22:37:01 localhost kernel: [    2.350580] [drm] Loading R300 Microcode
> Sep 22 22:37:01 localhost kernel: [    2.350861] [drm] radeon: ring at 0x00000000B0001000
> Sep 22 22:37:01 localhost kernel: [    2.350880] [drm] ring test succeeded in 1 usecs
> Sep 22 22:37:01 localhost kernel: [    2.351088] [drm] ib test succeeded in 0 usecs
> Sep 22 22:37:01 localhost kernel: [    2.351176] [drm] Radeon Display Connectors
> Sep 22 22:37:01 localhost kernel: [    2.351177] [drm] Connector 0:
> Sep 22 22:37:01 localhost kernel: [    2.351178] [drm]   DVI-I-1
> Sep 22 22:37:01 localhost kernel: [    2.351179] [drm]   HPD1
> Sep 22 22:37:01 localhost kernel: [    2.351180] [drm]   DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
> Sep 22 22:37:01 localhost kernel: [    2.351181] [drm]   Encoders:
> Sep 22 22:37:01 localhost kernel: [    2.351182] [drm]     CRT2: INTERNAL_DAC2
> Sep 22 22:37:01 localhost kernel: [    2.351182] [drm]     DFP1: INTERNAL_TMDS1
> Sep 22 22:37:01 localhost kernel: [    2.351183] [drm] Connector 1:
> Sep 22 22:37:01 localhost kernel: [    2.351184] [drm]   DVI-I-2
> Sep 22 22:37:01 localhost kernel: [    2.351185] [drm]   HPD2
> Sep 22 22:37:01 localhost kernel: [    2.351186] [drm]   DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
> Sep 22 22:37:01 localhost kernel: [    2.351187] [drm]   Encoders:
> Sep 22 22:37:01 localhost kernel: [    2.351187] [drm]     CRT1: INTERNAL_DAC1
> Sep 22 22:37:01 localhost kernel: [    2.351188] [drm]     DFP2: INTERNAL_DVO1
> Sep 22 22:37:01 localhost kernel: [    2.378326] firewire_ohci 0000:03:00.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
> Sep 22 22:37:01 localhost kernel: [    2.430387] [drm] fb mappable at 0xD00C0000
> Sep 22 22:37:01 localhost kernel: [    2.430389] [drm] vram apper at 0xD0000000
> Sep 22 22:37:01 localhost kernel: [    2.430390] [drm] size 4177920
> Sep 22 22:37:01 localhost kernel: [    2.430391] [drm] fb depth is 24
> Sep 22 22:37:01 localhost kernel: [    2.430391] [drm]    pitch is 5440
> Sep 22 22:37:01 localhost kernel: [    2.430459] fbcon: radeondrmfb (fb0) is primary device
> Sep 22 22:37:01 localhost kernel: [    2.486814] Console: switching to colour frame buffer device 170x48
> Sep 22 22:37:01 localhost kernel: [    2.490460] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
> Sep 22 22:37:01 localhost kernel: [    2.490462] radeon 0000:01:00.0: registered panic notifier
> Sep 22 22:37:01 localhost kernel: [    2.490464] [drm] Initialized radeon 2.34.0 20080528 for 0000:01:00.0 on minor 0
> Sep 22 22:37:01 localhost kernel: [    2.593812] Switched to clocksource tsc
> Sep 22 22:37:01 localhost kernel: [    2.879411] firewire_core 0000:03:00.0: created device fw0: GUID a4badb8000eceacd, S400
> Sep 22 22:37:01 localhost kernel: [    2.888153] bio: create slab <bio-1> at 1
> Sep 22 22:37:01 localhost kernel: [    3.177192] EXT4-fs (dm-0): INFO: recovery required on readonly filesystem
> Sep 22 22:37:01 localhost kernel: [    3.177195] EXT4-fs (dm-0): write access will be enabled during recovery
> Sep 22 22:37:01 localhost kernel: [    3.325352] scsi 6:0:0:0: Direct-Access     Generic- SD/MMC           1.00 PQ: 0 ANSI: 0
> Sep 22 22:37:01 localhost kernel: [    3.326069] scsi 6:0:0:1: Direct-Access     Generic- Compact Flash    1.01 PQ: 0 ANSI: 0
> Sep 22 22:37:01 localhost kernel: [    3.326765] scsi 6:0:0:2: Direct-Access     Generic- SM/xD-Picture    1.02 PQ: 0 ANSI: 0
> Sep 22 22:37:01 localhost kernel: [    3.327426] scsi 6:0:0:3: Direct-Access     Generic- MS/MS-Pro        1.03 PQ: 0 ANSI: 0
> Sep 22 22:37:01 localhost kernel: [    3.327797] sd 6:0:0:0: Attached scsi generic sg2 type 0
> Sep 22 22:37:01 localhost kernel: [    3.328007] sd 6:0:0:1: Attached scsi generic sg3 type 0
> Sep 22 22:37:01 localhost kernel: [    3.328176] sd 6:0:0:2: Attached scsi generic sg4 type 0
> Sep 22 22:37:01 localhost kernel: [    3.328331] sd 6:0:0:3: Attached scsi generic sg5 type 0
> Sep 22 22:37:01 localhost kernel: [    3.345411] sd 6:0:0:0: [sdb] Attached SCSI removable disk
> Sep 22 22:37:01 localhost kernel: [    3.346210] sd 6:0:0:1: [sdc] Attached SCSI removable disk
> Sep 22 22:37:01 localhost kernel: [    3.346923] sd 6:0:0:2: [sdd] Attached SCSI removable disk
> Sep 22 22:37:01 localhost kernel: [    3.347676] sd 6:0:0:3: [sde] Attached SCSI removable disk
> Sep 22 22:37:01 localhost kernel: [    3.644881] EXT4-fs (dm-0): recovery complete
> Sep 22 22:37:01 localhost kernel: [    3.651686] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
> Sep 22 22:37:01 localhost kernel: [    4.186192] type=1404 audit(1379903815.046:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
> Sep 22 22:37:01 localhost kernel: [    4.570647] type=1403 audit(1379903815.431:3): policy loaded auid=4294967295 ses=4294967295
> Sep 22 22:37:01 localhost kernel: [    6.071772] EXT4-fs (dm-0): re-mounted. Opts: (null)
> Sep 22 22:37:01 localhost kernel: [    6.254876] RPC: Registered named UNIX socket transport module.
> Sep 22 22:37:01 localhost kernel: [    6.254878] RPC: Registered udp transport module.
> Sep 22 22:37:01 localhost kernel: [    6.254879] RPC: Registered tcp transport module.
> Sep 22 22:37:01 localhost kernel: [    6.254880] RPC: Registered tcp NFSv4.1 backchannel transport module.
> Sep 22 22:37:01 localhost kernel: [    6.397356] Installing knfsd (copyright (C) 1996 okir at monad.swb.de).
> Sep 22 22:37:01 localhost kernel: [    6.648876] EDAC MC: Ver: 3.0.0
> Sep 22 22:37:01 localhost kernel: [    6.684207] ACPI Warning: 0x0000000000000828-0x000000000000082f SystemIO conflicts with Region \PMRG 1 (20130517/utaddress-251)
> Sep 22 22:37:01 localhost kernel: [    6.684212] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
> Sep 22 22:37:01 localhost kernel: [    6.684226] lpc_ich: Resource conflict(s) found affecting gpio_ich
> Sep 22 22:37:01 localhost kernel: [    6.788164] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
> Sep 22 22:37:01 localhost kernel: [    6.791978] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
> Sep 22 22:37:01 localhost kernel: [    6.805468] EDAC MC0: Giving out device to 'i7core_edac.c' 'i7 core #0': DEV 0000:ff:03.0
> Sep 22 22:37:01 localhost kernel: [    6.805497] EDAC PCI0: Giving out device to module 'i7core_edac' controller 'EDAC PCI controller': DEV '0000:ff:03.0' (POLLED)
> Sep 22 22:37:01 localhost kernel: [    6.805501] EDAC i7core: Driver loaded, 1 memory controller(s) found.
> Sep 22 22:37:01 localhost kernel: [    6.838764] microcode: CPU0 sig=0x106e5, pf=0x2, revision=0x4
> Sep 22 22:37:01 localhost kernel: [    6.881420] microcode: CPU0 sig=0x106e5, pf=0x2, revision=0x4
> Sep 22 22:37:01 localhost kernel: [    6.881696] microcode: CPU0 updated to revision 0x6, date = 2013-07-01
> Sep 22 22:37:01 localhost kernel: [    6.881703] microcode: CPU1 sig=0x106e5, pf=0x2, revision=0x4
> Sep 22 22:37:01 localhost kernel: [    6.881722] microcode: CPU1 sig=0x106e5, pf=0x2, revision=0x4
> Sep 22 22:37:01 localhost kernel: [    6.881931] microcode: CPU1 updated to revision 0x6, date = 2013-07-01
> Sep 22 22:37:01 localhost kernel: [    6.881935] microcode: CPU2 sig=0x106e5, pf=0x2, revision=0x4
> Sep 22 22:37:01 localhost kernel: [    6.881948] microcode: CPU2 sig=0x106e5, pf=0x2, revision=0x4
> Sep 22 22:37:01 localhost kernel: [    6.882155] microcode: CPU2 updated to revision 0x6, date = 2013-07-01
> Sep 22 22:37:01 localhost kernel: [    6.882167] microcode: CPU3 sig=0x106e5, pf=0x2, revision=0x4
> Sep 22 22:37:01 localhost kernel: [    6.882183] microcode: CPU3 sig=0x106e5, pf=0x2, revision=0x4
> Sep 22 22:37:01 localhost kernel: [    6.882392] microcode: CPU3 updated to revision 0x6, date = 2013-07-01
> Sep 22 22:37:01 localhost kernel: [    6.882423] microcode: CPU4 sig=0x106e5, pf=0x2, revision=0x4
> Sep 22 22:37:01 localhost kernel: [    6.882436] microcode: CPU4 sig=0x106e5, pf=0x2, revision=0x4
> Sep 22 22:37:01 localhost kernel: [    6.882639] microcode: CPU4 updated to revision 0x6, date = 2013-07-01
> Sep 22 22:37:01 localhost kernel: [    6.882644] microcode: CPU5 sig=0x106e5, pf=0x2, revision=0x4
> Sep 22 22:37:01 localhost kernel: [    6.882659] microcode: CPU5 sig=0x106e5, pf=0x2, revision=0x4
> Sep 22 22:37:01 localhost kernel: [    6.882865] microcode: CPU5 updated to revision 0x6, date = 2013-07-01
> Sep 22 22:37:01 localhost kernel: [    6.882871] microcode: CPU6 sig=0x106e5, pf=0x2, revision=0x4
> Sep 22 22:37:01 localhost kernel: [    6.882890] microcode: CPU6 sig=0x106e5, pf=0x2, revision=0x4
> Sep 22 22:37:01 localhost kernel: [    6.883102] microcode: CPU6 updated to revision 0x6, date = 2013-07-01
> Sep 22 22:37:01 localhost kernel: [    6.883109] microcode: CPU7 sig=0x106e5, pf=0x2, revision=0x4
> Sep 22 22:37:01 localhost kernel: [    6.883131] microcode: CPU7 sig=0x106e5, pf=0x2, revision=0x4
> Sep 22 22:37:01 localhost kernel: [    6.883337] microcode: CPU7 updated to revision 0x6, date = 2013-07-01
> Sep 22 22:37:01 localhost kernel: [    6.883399] microcode: Microcode Update Driver: v2.00 <tigran at aivazian.fsnet.co.uk>, Peter Oruba
> Sep 22 22:37:01 localhost kernel: [    6.951626] iTCO_vendor_support: vendor-support=0
> Sep 22 22:37:01 localhost kernel: [    7.033967] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
> Sep 22 22:37:01 localhost kernel: [    7.033984] iTCO_wdt: Found a H57 TCO device (Version=2, TCOBASE=0x0860)
> Sep 22 22:37:01 localhost kernel: [    7.034150] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
> Sep 22 22:37:01 localhost kernel: [    7.138111] input: HDA Intel MID HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4
> Sep 22 22:37:01 localhost kernel: [    7.138238] input: HDA Intel MID Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
> Sep 22 22:37:01 localhost kernel: [    7.138297] input: HDA Intel MID Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
> Sep 22 22:37:01 localhost kernel: [    7.138354] input: HDA Intel MID Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
> Sep 22 22:37:01 localhost kernel: [    7.138405] input: HDA Intel MID Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
> Sep 22 22:37:01 localhost kernel: [    7.138459] input: HDA Intel MID Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
> Sep 22 22:37:01 localhost kernel: [    7.138510] input: HDA Intel MID Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
> Sep 22 22:37:01 localhost kernel: [    7.138560] input: HDA Intel MID Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
> Sep 22 22:37:01 localhost kernel: [    7.138607] input: HDA Intel MID Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
> Sep 22 22:37:01 localhost kernel: [    7.142408] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
> Sep 22 22:37:01 localhost kernel: [    7.361115] pps_core: LinuxPPS API ver. 1 registered
> Sep 22 22:37:01 localhost kernel: [    7.361117] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
> Sep 22 22:37:01 localhost kernel: [    7.362665] PTP clock support registered
> Sep 22 22:37:01 localhost kernel: [    7.383279] tg3.c:v3.132 (May 21, 2013)
> Sep 22 22:37:01 localhost kernel: [    7.388370] libphy: tg3 mdio bus: probed
> Sep 22 22:37:01 localhost kernel: [    7.395329] tg3 0000:04:00.0 eth0: Tigon3 [partno(BCM57780) rev 57780001] (PCI Express) MAC address a4:ba:db:ec:ea:cd
> Sep 22 22:37:01 localhost kernel: [    7.395331] tg3 0000:04:00.0 eth0: attached PHY driver [Broadcom BCM57780] (mii_bus:phy_addr=400:01)
> Sep 22 22:37:01 localhost kernel: [    7.395333] tg3 0000:04:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
> Sep 22 22:37:01 localhost kernel: [    7.395335] tg3 0000:04:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
> Sep 22 22:37:01 localhost kernel: [    8.598456] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
> Sep 22 22:37:01 localhost kernel: [    8.938277] Adding 8273916k swap on /dev/mapper/fedora-swap.  Priority:-1 extents:1 across:8273916k FS
> Sep 22 22:37:01 localhost kernel: [    9.327285] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
> Sep 22 22:37:01 localhost kernel: [    9.516497] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
> Sep 22 22:37:01 localhost kernel: [    9.732080] type=1305 audit(1379903820.592:4): audit_pid=472 old=0 auid=4294967295 ses=4294967295
> Sep 22 22:37:01 localhost kernel: [    9.732080]  subj=system_u:system_r:auditd_t:s0 res=1
> Sep 22 22:37:03 localhost kernel: [   12.504387] ip6_tables: (C) 2000-2006 Netfilter Core Team
> Sep 22 22:37:03 localhost systemd[1]: Started Tell Plymouth To Write Out Runtime Data.
> Sep 22 22:37:03 localhost systemd[1]: Starting System Initialization.
> Sep 22 22:37:03 localhost systemd[1]: Reached target System Initialization.
> Sep 22 22:37:03 localhost systemd[1]: Starting Daily Cleanup of Temporary Directories.
> Sep 22 22:37:03 localhost systemd[1]: Started Daily Cleanup of Temporary Directories.
> Sep 22 22:37:03 localhost systemd[1]: Starting Timers.
> Sep 22 22:37:03 localhost systemd[1]: Reached target Timers.
> Sep 22 22:37:03 localhost systemd[1]: Starting PC/SC Smart Card Daemon Activation Socket.
> Sep 22 22:37:03 localhost systemd[1]: Listening on PC/SC Smart Card Daemon Activation Socket.
> Sep 22 22:37:03 localhost systemd[1]: Starting Avahi mDNS/DNS-SD Stack Activation Socket.
> Sep 22 22:37:03 localhost systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
> Sep 22 22:37:03 localhost auditd[472]: Started dispatcher: /sbin/audispd pid: 482
> Sep 22 22:37:03 localhost auditd[472]: Init complete, auditd 2.3.2 listening for events (startup state enable)
> Sep 22 22:37:03 localhost audispd: No plugins found, exiting
> Sep 22 22:37:03 localhost avahi-daemon[485]: Found user 'avahi' (UID 70) and group 'avahi' (GID 70).
> Sep 22 22:37:03 localhost avahi-daemon[485]: Successfully dropped root privileges.
> Sep 22 22:37:03 localhost avahi-daemon[485]: avahi-daemon 0.6.31 starting up.
> Sep 22 22:37:03 localhost avahi-daemon[485]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
> Sep 22 22:37:03 localhost smartd[492]: smartd 6.2 2013-07-26 r3841 [x86_64-linux-3.11.1-200.fc19.x86_64] (local build)
> Sep 22 22:37:03 localhost smartd[492]: Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org
> Sep 22 22:37:03 localhost avahi-daemon[485]: Successfully called chroot().
> Sep 22 22:37:03 localhost avahi-daemon[485]: Successfully dropped remaining capabilities.
> Sep 22 22:37:03 localhost smartd[492]: Opened configuration file /etc/smartmontools/smartd.conf
> Sep 22 22:37:03 localhost avahi-daemon[485]: No service file found in /etc/avahi/services.
> Sep 22 22:37:03 localhost rngd[489]: Unable to open file: /dev/tpm0
> Sep 22 22:37:03 localhost rngd[489]: can't open any entropy source
> Sep 22 22:37:03 localhost rngd[489]: Maybe RNG device modules are not loaded
> Sep 22 22:37:03 localhost avahi-daemon[485]: System host name is set to 'localhost'. This is not a suitable mDNS host name, looking for alternatives.
> Sep 22 22:37:03 localhost avahi-daemon[485]: Network interface enumeration completed.
> Sep 22 22:37:03 localhost avahi-daemon[485]: Registering HINFO record with values 'X86_64'/'LINUX'.
> Sep 22 22:37:03 localhost avahi-daemon[485]: Server startup complete. Host name is linux.local. Local service cookie is 2776517492.
> Sep 22 22:37:03 localhost smartd[492]: Configuration file /etc/smartmontools/smartd.conf was parsed, found DEVICESCAN, scanning devices
> Sep 22 22:37:03 localhost smartd[492]: Device: /dev/sda, type changed from 'scsi' to 'sat'
> Sep 22 22:37:03 localhost smartd[492]: Device: /dev/sda [SAT], opened
> Sep 22 22:37:03 localhost smartd[492]: Device: /dev/sda [SAT], WDC WD6400AAKS-75A7B2, S/N:WD-WCASYC268412, WWN:5-0014ee-2043e5943, FW:01.03B01, 640 GB
> Sep 22 22:37:03 localhost smartd[492]: Device: /dev/sda [SAT], found in smartd database: Western Digital Caviar Blue (SATA)
> Sep 22 22:37:03 localhost kernel: [   12.867608] Ebtables v2.0 registered
> Sep 22 22:37:03 localhost kernel: [   13.120010] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
> Sep 22 22:37:04 localhost smartd[492]: Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list.
> Sep 22 22:37:04 localhost smartd[492]: Monitoring 1 ATA and 0 SCSI devices
> Sep 22 22:37:04 localhost NetworkManager[514]: <info> NetworkManager (version 0.9.8.2-8.git20130709.fc19) is starting...
> Sep 22 22:37:04 localhost NetworkManager[514]: <info> Read config file /etc/NetworkManager/NetworkManager.conf
> Sep 22 22:37:04 localhost NetworkManager[514]: <info> WEXT support is enabled
> Sep 22 22:37:04 localhost dbus-daemon[494]: dbus[494]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
> Sep 22 22:37:04 localhost dbus[494]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
> Sep 22 22:37:04 localhost systemd[1]: Starting Authorization Manager...
> Sep 22 22:37:04 localhost polkitd[592]: Started polkitd version 0.112
> Sep 22 22:37:04 localhost dbus-daemon[494]: dbus[494]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
> Sep 22 22:37:04 localhost dbus[494]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
> Sep 22 22:37:04 localhost systemd[1]: Started Authorization Manager.
> Sep 22 22:37:04 localhost NetworkManager[514]:    ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1
> Sep 22 22:37:04 localhost NetworkManager[514]: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
> Sep 22 22:37:04 localhost NetworkManager[514]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
> Sep 22 22:37:04 localhost NetworkManager[514]:    ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-enp4s0 ...
> Sep 22 22:37:04 localhost NetworkManager[514]:    ifcfg-rh:     read connection 'enp4s0'
> Sep 22 22:37:04 localhost NetworkManager[514]:    ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ...
> Sep 22 22:37:04 localhost NetworkManager[514]: <info> monitoring kernel firmware directory '/lib/firmware'.
> Sep 22 22:37:05 localhost systemd[1]: Started Network Manager.
> Sep 22 22:37:05 localhost systemd[1]: Starting Network.
> Sep 22 22:37:05 localhost systemd[1]: Reached target Network.
> Sep 22 22:37:05 localhost systemd[1]: Starting OpenSSH server daemon...
> Sep 22 22:37:05 localhost NetworkManager[514]: <info> WiFi enabled by radio killswitch; enabled by state file
> Sep 22 22:37:05 localhost NetworkManager[514]: <info> WWAN enabled by radio killswitch; enabled by state file
> Sep 22 22:37:05 localhost NetworkManager[514]: <info> WiMAX enabled by radio killswitch; enabled by state file
> Sep 22 22:37:05 localhost NetworkManager[514]: <info> Networking is enabled by state file
> Sep 22 22:37:05 localhost NetworkManager[514]: <warn> failed to allocate link cache: (-10) Operation not supported
> Sep 22 22:37:05 localhost systemd[1]: Starting Sendmail Mail Transport Agent...
> Sep 22 22:37:05 localhost systemd[1]: Starting RPC bind service...
> Sep 22 22:37:05 localhost NetworkManager[514]: <info> (em1): carrier is OFF
> Sep 22 22:37:05 localhost NetworkManager[514]: <info> (em1): new Ethernet device (driver: 'tg3' ifindex: 2)
> Sep 22 22:37:05 localhost NetworkManager[514]: <info> (em1): exported as /org/freedesktop/NetworkManager/Devices/0
> Sep 22 22:37:05 localhost NetworkManager[514]: <info> (em1): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
> Sep 22 22:37:05 localhost NetworkManager[514]: <info> (em1): bringing up device.
> Sep 22 22:37:05 localhost systemd[1]: Started RPC bind service.
> Sep 22 22:37:05 localhost systemd[1]: Starting NFS file locking service....
> Sep 22 22:37:05 localhost NetworkManager[514]: <info> (em1): preparing device.
> Sep 22 22:37:05 localhost NetworkManager[514]: <info> (em1): deactivating device (reason 'managed') [2]
> Sep 22 22:37:05 localhost kernel: [   14.575676] IPv6: ADDRCONF(NETDEV_UP): em1: link is not ready
> Sep 22 22:37:05 localhost rpcbind: Cannot open '/var/lib/rpcbind/rpcbind.xdr' file for reading, errno 2 (No such file or directory)
> Sep 22 22:37:05 localhost rpcbind: Cannot open '/var/lib/rpcbind/portmap.xdr' file for reading, errno 2 (No such file or directory)
> Sep 22 22:37:05 localhost NetworkManager[514]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring...
> Sep 22 22:37:05 localhost NetworkManager[514]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring...
> Sep 22 22:37:05 localhost systemd[1]: PID file /run/sendmail.pid not readable (yet?) after start.
> Sep 22 22:37:05 localhost systemd[1]: Started Sendmail Mail Transport Agent.
> Sep 22 22:37:05 localhost systemd[1]: Starting Sendmail Mail Transport Client...
> Sep 22 22:37:05 localhost sshd-keygen[656]: Generating SSH2 RSA host key: [  OK  ]
> Sep 22 22:37:06 localhost rpc.statd[770]: Version 1.2.7 starting
> Sep 22 22:37:06 localhost systemd[1]: Started Sendmail Mail Transport Client.
> Sep 22 22:37:06 localhost sm-notify[771]: Version 1.2.7 starting
> Sep 22 22:37:06 localhost rpc.statd[770]: Initializing NSM state
> Sep 22 22:37:06 localhost sshd-keygen[656]: Generating SSH1 RSA host key: [  OK  ]
> Sep 22 22:37:06 localhost systemd[1]: Started NFS file locking service..
> Sep 22 22:37:06 localhost systemd[1]: Starting Network File System Server.
> Sep 22 22:37:06 localhost systemd[1]: Reached target Network File System Server.
> Sep 22 22:37:06 localhost sshd-keygen[656]: Generating SSH2 DSA host key: [  OK  ]
> Sep 22 22:37:06 localhost systemd[1]: Started OpenSSH server daemon.
> Sep 22 22:37:06 localhost systemd[1]: Starting Multi-User System.
> Sep 22 22:37:06 localhost systemd[1]: Reached target Multi-User System.
> Sep 22 22:37:06 localhost systemd[1]: Starting Update UTMP about System Runlevel Changes...
> Sep 22 22:37:06 localhost systemd[1]: Starting Stop Read-Ahead Data Collection 10s After Completed Startup.
> Sep 22 22:37:06 localhost systemd[1]: Started Stop Read-Ahead Data Collection 10s After Completed Startup.
> Sep 22 22:37:06 localhost kernel: [   15.412539] tg3 0000:04:00.0 em1: Link is down
> Sep 22 22:37:06 localhost systemd[1]: Started Update UTMP about System Runlevel Changes.
> Sep 22 22:37:06 localhost systemd[1]: Startup finished in 2.048s (kernel) + 1.958s (initrd) + 11.310s (userspace) = 15.317s.
> Sep 22 22:37:09 localhost kernel: [   18.422608] tg3 0000:04:00.0 em1: Link is up at 1000 Mbps, full duplex
> Sep 22 22:37:09 localhost kernel: [   18.422616] tg3 0000:04:00.0 em1: Flow control is on for TX and on for RX
> Sep 22 22:37:09 localhost kernel: [   18.422628] IPv6: ADDRCONF(NETDEV_CHANGE): em1: link becomes ready
> Sep 22 22:37:09 localhost NetworkManager[514]: <info> (em1): carrier now ON (device state 20)
> Sep 22 22:37:09 localhost NetworkManager[514]: <info> (em1): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40]
> Sep 22 22:37:09 localhost NetworkManager[514]: <info> Auto-activating connection 'enp4s0'.
> Sep 22 22:37:09 localhost NetworkManager[514]: <info> Activation (em1) starting connection 'enp4s0'
> Sep 22 22:37:09 localhost NetworkManager[514]: <info> (em1): device state change: disconnected -> prepare (reason 'none') [30 40 0]
> Sep 22 22:37:09 localhost NetworkManager[514]: <info> Activation (em1) Stage 1 of 5 (Device Prepare) scheduled...
> Sep 22 22:37:09 localhost NetworkManager[514]: <info> Activation (em1) Stage 1 of 5 (Device Prepare) started...
> Sep 22 22:37:09 localhost NetworkManager[514]: <info> Activation (em1) Stage 2 of 5 (Device Configure) scheduled...
> Sep 22 22:37:09 localhost NetworkManager[514]: <info> Activation (em1) Stage 1 of 5 (Device Prepare) complete.
> Sep 22 22:37:09 localhost NetworkManager[514]: <info> Activation (em1) Stage 2 of 5 (Device Configure) starting...
> Sep 22 22:37:09 localhost NetworkManager[514]: <info> (em1): device state change: prepare -> config (reason 'none') [40 50 0]
> Sep 22 22:37:09 localhost NetworkManager[514]: <info> Activation (em1) Stage 2 of 5 (Device Configure) successful.
> Sep 22 22:37:09 localhost NetworkManager[514]: <info> Activation (em1) Stage 2 of 5 (Device Configure) complete.
> Sep 22 22:37:09 localhost NetworkManager[514]: <info> Activation (em1) Stage 3 of 5 (IP Configure Start) scheduled.
> Sep 22 22:37:09 localhost NetworkManager[514]: <info> Activation (em1) Stage 3 of 5 (IP Configure Start) started...
> Sep 22 22:37:09 localhost NetworkManager[514]: <info> (em1): device state change: config -> ip-config (reason 'none') [50 70 0]
> Sep 22 22:37:09 localhost NetworkManager[514]: <info> Activation (em1) Beginning DHCPv4 transaction (timeout in 45 seconds)
> Sep 22 22:37:09 localhost NetworkManager[514]: <info> dhclient started with pid 977
> Sep 22 22:37:09 localhost dhclient[977]: Internet Systems Consortium DHCP Client 4.2.5
> Sep 22 22:37:09 localhost dhclient[977]: Copyright 2004-2013 Internet Systems Consortium.
> Sep 22 22:37:09 localhost dhclient[977]: All rights reserved.
> Sep 22 22:37:09 localhost dhclient[977]: For info, please visit https://www.isc.org/software/dhcp/
> Sep 22 22:37:09 localhost dhclient[977]: 
> Sep 22 22:37:09 localhost NetworkManager[514]: <info> Activation (em1) Beginning IP6 addrconf.
> Sep 22 22:37:09 localhost NetworkManager[514]: <info> Activation (em1) Stage 3 of 5 (IP Configure Start) complete.
> Sep 22 22:37:09 localhost NetworkManager[514]: <info> (em1): DHCPv4 state changed nbi -> preinit
> Sep 22 22:37:09 localhost dhclient[977]: Listening on LPF/em1/a4:ba:db:ec:ea:cd
> Sep 22 22:37:09 localhost dhclient[977]: Sending on   LPF/em1/a4:ba:db:ec:ea:cd
> Sep 22 22:37:09 localhost dhclient[977]: Sending on   Socket/fallback
> Sep 22 22:37:09 localhost dhclient[977]: DHCPDISCOVER on em1 to 255.255.255.255 port 67 interval 6 (xid=0x529a0db3)
> Sep 22 22:37:09 localhost dhclient[977]: DHCPREQUEST on em1 to 255.255.255.255 port 67 (xid=0x529a0db3)
> Sep 22 22:37:09 localhost dhclient[977]: DHCPOFFER from 192.168.2.1
> Sep 22 22:37:09 localhost dhclient[977]: DHCPACK from 192.168.2.1 (xid=0x529a0db3)
> Sep 22 22:37:09 localhost dhclient[977]: bound to 192.168.2.9 -- renewal in 576045 seconds.
> Sep 22 22:37:09 localhost NetworkManager[514]: <info> (em1): DHCPv4 state changed preinit -> bound
> Sep 22 22:37:09 localhost NetworkManager[514]: <info>   address 192.168.2.9
> Sep 22 22:37:09 localhost NetworkManager[514]: <info>   prefix 24 (255.255.255.0)
> Sep 22 22:37:09 localhost NetworkManager[514]: <info>   gateway 192.168.2.1
> Sep 22 22:37:09 localhost NetworkManager[514]: <info>   nameserver '192.168.2.1'
> Sep 22 22:37:09 localhost NetworkManager[514]: <info>   domain name 'mkesick.net'
> Sep 22 22:37:09 localhost NetworkManager[514]: <info> Activation (em1) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
> Sep 22 22:37:09 localhost NetworkManager[514]: <info> Activation (em1) Stage 5 of 5 (IPv4 Commit) started...
> Sep 22 22:37:09 localhost avahi-daemon[485]: Joining mDNS multicast group on interface em1.IPv4 with address 192.168.2.9.
> Sep 22 22:37:09 localhost avahi-daemon[485]: New relevant interface em1.IPv4 for mDNS.
> Sep 22 22:37:09 localhost avahi-daemon[485]: Registering new address record for 192.168.2.9 on em1.IPv4.
> Sep 22 22:37:10 localhost NetworkManager[514]: <info> (em1): device state change: ip-config -> secondaries (reason 'none') [70 90 0]
> Sep 22 22:37:10 localhost NetworkManager[514]: <info> Activation (em1) Stage 5 of 5 (IPv4 Commit) complete.
> Sep 22 22:37:10 localhost NetworkManager[514]: <info> (em1): device state change: secondaries -> activated (reason 'none') [90 100 0]
> Sep 22 22:37:10 localhost NetworkManager[514]: <info> Policy set 'enp4s0' (em1) as default for IPv4 routing and DNS.
> Sep 22 22:37:10 localhost NetworkManager[514]: <info> Activation (em1) successful, device activated.
> Sep 22 22:37:10 localhost systemd[1]: Stopping Sendmail Mail Transport Client...
> Sep 22 22:37:11 localhost systemd[1]: Stopping Sendmail Mail Transport Agent...
> Sep 22 22:37:11 localhost systemd[1]: Starting Sendmail Mail Transport Agent...
> Sep 22 22:37:11 localhost systemd[1]: PID file /run/sendmail.pid not readable (yet?) after start.
> Sep 22 22:37:11 localhost systemd[1]: Started Sendmail Mail Transport Agent.
> Sep 22 22:37:11 localhost systemd[1]: Starting Sendmail Mail Transport Client...
> Sep 22 22:37:11 localhost systemd[1]: Started Sendmail Mail Transport Client.
> Sep 22 22:37:11 localhost avahi-daemon[485]: Registering new address record for fe80::a6ba:dbff:feec:eacd on em1.*.
> Sep 22 22:37:12 localhost avahi-daemon[485]: Registering new address record for 2001:4830:1692:1:a6ba:dbff:feec:eacd on em1.*.
> Sep 22 22:37:12 localhost avahi-daemon[485]: Withdrawing address record for fe80::a6ba:dbff:feec:eacd on em1.
> Sep 22 22:37:12 localhost NetworkManager[514]: <info> Activation (em1) Stage 5 of 5 (IPv6 Commit) scheduled...
> Sep 22 22:37:12 localhost NetworkManager[514]: <info> Activation (em1) Stage 5 of 5 (IPv6 Commit) started...
> Sep 22 22:37:13 localhost NetworkManager[514]: <info> Policy set 'enp4s0' (em1) as default for IPv6 routing and DNS.
> Sep 22 22:37:13 localhost NetworkManager[514]: <info> Activation (em1) Stage 5 of 5 (IPv6 Commit) complete.
> Sep 22 22:37:25 localhost systemd-logind[495]: New session 1 of user root.
> Sep 22 22:37:36 localhost dbus-daemon[494]: dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 22 22:37:36 localhost dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 22 22:37:36 localhost systemd[1]: Starting Stop Read-Ahead Data Collection...
> Sep 22 22:37:36 localhost systemd[1]: Started Stop Read-Ahead Data Collection.
> Sep 22 22:37:36 localhost dbus-daemon[494]: dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 22 22:37:36 localhost dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 22 22:37:48 localhost kernel: [   57.736606] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
> Sep 22 22:39:34 localhost yum[1049]: Installed: screen-4.1.0-0.16.20120314git3c2946.fc19.x86_64
> Sep 22 22:39:35 localhost dbus-daemon[494]: dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 22 22:39:35 localhost dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 22 22:39:35 localhost dbus-daemon[494]: dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 22 22:39:35 localhost dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 22 22:39:52 localhost dbus-daemon[494]: dbus[494]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
> Sep 22 22:39:52 localhost dbus[494]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
> Sep 22 22:39:52 localhost systemd[1]: Starting Hostname Service...
> Sep 22 22:39:52 localhost dbus-daemon[494]: dbus[494]: [system] Successfully activated service 'org.freedesktop.hostname1'
> Sep 22 22:39:52 localhost dbus[494]: [system] Successfully activated service 'org.freedesktop.hostname1'
> Sep 22 22:39:52 localhost systemd[1]: Started Hostname Service.
> Sep 22 22:39:52 localhost systemd-hostnamed[1095]: Changed static host name to 'f19-ovirt.mkesick.net'
> Sep 22 22:39:52 localhost systemd-hostnamed[1095]: Changed host name to 'f19-ovirt.mkesick.net'
> Sep 22 22:40:27 localhost systemd-logind[495]: Removed session 1.
> Sep 22 22:40:40 localhost systemd-logind[495]: New session 2 of user root.
> Sep 22 22:40:57 localhost yum[1130]: Installed: ovirt-release-fedora-8-1.noarch
> Sep 22 22:40:57 localhost dbus-daemon[494]: dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 22 22:40:57 localhost dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 22 22:40:57 localhost dbus-daemon[494]: dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 22 22:40:57 localhost dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 22 22:51:12 localhost yum[1160]: Installed: libaio-0.3.109-7.fc19.x86_64
> Sep 22 22:51:13 localhost yum[1160]: Installed: glusterfs-libs-3.4.0-8.fc19.x86_64
> Sep 22 22:51:13 localhost yum[1160]: Installed: libiscsi-1.7.0-5.fc19.x86_64
> Sep 22 22:51:13 localhost yum[1160]: Installed: pixman-0.30.0-1.fc19.x86_64
> Sep 22 22:51:14 localhost yum[1160]: Installed: alsa-lib-1.0.27.2-1.fc19.x86_64
> Sep 22 22:51:14 localhost yum[1160]: Installed: libseccomp-2.1.0-0.fc19.x86_64
> Sep 22 22:51:15 localhost yum[1160]: Installed: bluez-libs-4.101-9.fc19.x86_64
> Sep 22 22:51:15 localhost yum[1160]: Installed: usbredir-0.6-5.fc19.x86_64
> Sep 22 22:51:16 localhost yum[1160]: Installed: SDL-1.2.15-11.fc19.x86_64
> Sep 22 22:51:16 localhost yum[1160]: Installed: libXext-1.3.2-1.fc19.x86_64
> Sep 22 22:51:16 localhost yum[1160]: Installed: libXrender-0.9.7-6.20130524git786f78fd8.fc19.x86_64
> Sep 22 22:51:17 localhost yum[1160]: Installed: 1:perl-Pod-Escapes-1.04-265.fc19.noarch
> Sep 22 22:51:17 localhost yum[1160]: Installed: perl-Encode-2.54-1.fc19.x86_64
> Sep 22 22:51:18 localhost yum[1160]: Installed: 4:perl-libs-5.16.3-265.fc19.x86_64
> Sep 22 22:51:18 localhost yum[1160]: Installed: 4:perl-macros-5.16.3-265.fc19.x86_64
> Sep 22 22:51:18 localhost yum[1160]: Installed: perl-Scalar-List-Utils-1.27-246.fc19.x86_64
> Sep 22 22:51:19 localhost yum[1160]: Installed: perl-Socket-2.009-2.fc19.x86_64
> Sep 22 22:51:19 localhost yum[1160]: Installed: perl-threads-1.87-1.fc19.x86_64
> Sep 22 22:51:19 localhost yum[1160]: Installed: perl-Filter-1.49-1.fc19.x86_64
> Sep 22 22:51:20 localhost yum[1160]: Installed: perl-PathTools-3.40-3.fc19.x86_64
> Sep 22 22:51:20 localhost yum[1160]: Installed: perl-Carp-1.26-243.fc19.noarch
> Sep 22 22:51:20 localhost yum[1160]: Installed: perl-threads-shared-1.43-2.fc19.x86_64
> Sep 22 22:51:21 localhost yum[1160]: Installed: 1:perl-Pod-Simple-3.20-265.fc19.noarch
> Sep 22 22:51:23 localhost yum[1160]: Installed: 4:perl-5.16.3-265.fc19.x86_64
> Sep 22 22:51:24 localhost yum[1160]: Installed: libICE-1.0.8-5.fc19.x86_64
> Sep 22 22:51:24 localhost yum[1160]: Installed: yajl-2.0.4-2.fc19.x86_64
> Sep 22 22:51:24 localhost yum[1160]: Installed: libSM-1.2.1-5.fc19.x86_64
> Sep 22 22:51:25 localhost yum[1160]: Installed: glusterfs-3.4.0-8.fc19.x86_64
> Sep 22 22:51:25 localhost yum[1160]: Installed: glusterfs-api-3.4.0-8.fc19.x86_64
> Sep 22 22:51:26 localhost yum[1160]: Installed: apr-1.4.6-6.fc19.x86_64
> Sep 22 22:51:26 localhost yum[1160]: Installed: libxslt-1.1.28-3.fc19.x86_64
> Sep 22 22:51:27 localhost yum[1160]: Installed: fuse-libs-2.9.3-1.fc19.x86_64
> Sep 22 22:51:27 localhost yum[1160]: Installed: libwsman1-2.3.6-6.fc19.x86_64
> Sep 22 22:51:27 localhost yum[1160]: Installed: 2:libogg-1.3.0-5.fc19.x86_64
> Sep 22 22:51:28 localhost yum[1160]: Installed: python-setuptools-0.6.36-1.fc19.noarch
> Sep 22 22:51:28 localhost yum[1160]: Installed: libXfixes-5.0.1-1.fc19.x86_64
> Sep 22 22:51:28 localhost yum[1160]: Installed: 1:dmidecode-2.12-3.fc19.x86_64
> Sep 22 22:51:29 localhost yum[1160]: Installed: javapackages-tools-0.15.0-2.fc19.noarch
> Sep 22 22:51:29 localhost yum[1160]: Installed: jpackage-utils-1.7.5-27.fc19.noarch
> Sep 22 22:51:30 localhost yum[1160]: Installed: tomcat-servlet-3.0-api-7.0.42-1.fc19.noarch
> Sep 22 22:51:30 localhost yum[1160]: Installed: javamail-1.4.3-16.fc19.noarch
> Sep 22 22:51:30 localhost yum[1160]: Installed: relaxngDatatype-1.0-10.4.fc19.noarch
> Sep 22 22:51:31 localhost yum[1160]: Installed: tomcat-jsp-2.2-api-7.0.42-1.fc19.noarch
> Sep 22 22:51:31 localhost yum[1160]: Installed: tomcat-el-2.2-api-7.0.42-1.fc19.noarch
> Sep 22 22:51:31 localhost yum[1160]: Installed: plexus-classworlds-2.4.2-4.fc19.noarch
> Sep 22 22:51:32 localhost yum[1160]: Installed: bea-stax-1.2.0-7.fc19.noarch
> Sep 22 22:51:32 localhost yum[1160]: Installed: atinject-1-10.20100611svn86.fc19.noarch
> Sep 22 22:51:32 localhost yum[1160]: Installed: bea-stax-api-1.2.0-7.fc19.noarch
> Sep 22 22:51:33 localhost yum[1160]: Installed: jakarta-oro-2.0.8-13.fc19.noarch
> Sep 22 22:51:33 localhost yum[1160]: Installed: 1:ecj-4.2.1-7.fc19.x86_64
> Sep 22 22:51:34 localhost yum[1160]: Installed: jline-1.0-4.fc19.noarch
> Sep 22 22:51:34 localhost yum[1160]: Installed: rhino-1.7R4-5.fc19.noarch
> Sep 22 22:51:34 localhost yum[1160]: Installed: xsom-0-9.20110809svn.fc19.noarch
> Sep 22 22:51:35 localhost yum[1160]: Installed: glassfish-fastinfoset-1.2.12-7.fc19.noarch
> Sep 22 22:51:35 localhost yum[1160]: Installed: asm2-2.2.3-13.fc19.noarch
> Sep 22 22:51:36 localhost yum[1160]: Installed: perl-Compress-Raw-Zlib-2.060-2.fc19.x86_64
> Sep 22 22:51:36 localhost yum[1160]: Installed: perl-LWP-MediaTypes-6.02-2.fc19.noarch
> Sep 22 22:51:36 localhost yum[1160]: Installed: libXi-1.7.2-1.fc19.x86_64
> Sep 22 22:51:37 localhost yum[1160]: Installed: libXtst-1.2.2-1.fc19.x86_64
> Sep 22 22:51:37 localhost yum[1160]: Installed: sanlock-lib-2.8-1.fc19.x86_64
> Sep 22 22:51:38 localhost yum[1160]: Installed: augeas-libs-1.1.0-1.fc19.x86_64
> Sep 22 22:51:38 localhost yum[1160]: Installed: libfdt-1.4.0-1.fc19.x86_64
> Sep 22 22:51:38 localhost yum[1160]: Installed: mesa-libglapi-9.2-1.20130919.fc19.x86_64
> Sep 22 22:51:39 localhost yum[1160]: Installed: vdsm-python-4.12.1-2.fc19.x86_64
> Sep 22 22:51:39 localhost yum[1160]: Installed: libibverbs-1.1.7-3.fc19.x86_64
> Sep 22 22:51:40 localhost yum[1160]: Installed: postgresql-libs-9.2.4-7.fc19.x86_64
> Sep 22 22:51:41 localhost yum[1160]: Installed: libicu-50.1.2-7.fc19.x86_64
> Sep 22 22:51:41 localhost yum[1160]: Installed: otopi-1.1.1-1.fc19.noarch
> Sep 22 22:51:42 localhost yum[1160]: Installed: m2crypto-0.21.1-11.fc19.x86_64
> Sep 22 22:51:43 localhost yum[1160]: Installed: ovirt-host-deploy-1.1.1-1.fc19.noarch
> Sep 22 22:51:43 localhost yum[1160]: Installed: librdmacm-1.0.17-1.fc19.x86_64
> Sep 22 22:51:43 localhost yum[1160]: Installed: netcf-libs-0.2.3-4.fc19.x86_64
> Sep 22 22:51:44 localhost systemd[1]: Reloading.
> Sep 22 22:51:44 localhost yum[1160]: Installed: sanlock-2.8-1.fc19.x86_64
> Sep 22 22:51:45 localhost yum[1160]: Installed: glassfish-dtd-parser-1.2-0.6.20120120svn.fc19.noarch
> Sep 22 22:51:45 localhost yum[1160]: Installed: jvnet-parent-4-1.fc19.noarch
> Sep 22 22:51:46 localhost yum[1160]: Installed: libXdamage-1.1.4-3.fc19.x86_64
> Sep 22 22:51:46 localhost yum[1160]: Installed: python-lxml-3.2.1-1.fc19.x86_64
> Sep 22 22:51:47 localhost yum[1160]: Installed: ovirt-engine-sdk-python-3.3.0.6-1.fc19.noarch
> Sep 22 22:51:47 localhost yum[1160]: Installed: apr-util-1.4.1-8.fc19.x86_64
> Sep 22 22:51:48 localhost yum[1160]: Installed: glusterfs-fuse-3.4.0-8.fc19.x86_64
> Sep 22 22:51:48 localhost yum[1160]: Installed: perl-Data-Dumper-2.145-1.fc19.x86_64
> Sep 22 22:51:48 localhost yum[1160]: Installed: perl-Encode-Locale-1.03-5.fc19.noarch
> Sep 22 22:51:49 localhost yum[1160]: Installed: libXrandr-1.4.1-1.fc19.x86_64
> Sep 22 22:51:49 localhost yum[1160]: Installed: python-suds-0.4.1-4.fc19.noarch
> Sep 22 22:51:50 localhost yum[1160]: Installed: libqb-0.14.4-2.fc19.x86_64
> Sep 22 22:51:50 localhost yum[1160]: Installed: libwayland-client-1.2.0-1.fc19.x86_64
> Sep 22 22:51:50 localhost yum[1160]: Installed: boost-system-1.53.0-14.fc19.x86_64
> Sep 22 22:51:50 localhost systemd[1]: Starting Cleanup of Temporary Directories...
> Sep 22 22:51:51 localhost systemd[1]: Started Cleanup of Temporary Directories.
> Sep 22 22:51:51 localhost yum[1160]: Installed: vdsm-python-cpopen-4.12.1-2.fc19.x86_64
> Sep 22 22:51:51 localhost yum[1160]: Installed: vdsm-xmlrpc-4.12.1-2.fc19.noarch
> Sep 22 22:51:52 localhost yum[1160]: Installed: snappy-1.1.0-1.fc19.x86_64
> Sep 22 22:51:52 localhost yum[1160]: Installed: 1:net-snmp-libs-5.7.2-11.fc19.x86_64
> Sep 22 22:51:53 localhost yum[1160]: Installed: 1:net-snmp-utils-5.7.2-11.fc19.x86_64
> Sep 22 22:51:53 localhost dbus-daemon[494]: dbus[494]: [system] Reloaded configuration
> Sep 22 22:51:53 localhost dbus[494]: [system] Reloaded configuration
> Sep 22 22:51:53 localhost dbus-daemon[494]: dbus[494]: [system] Reloaded configuration
> Sep 22 22:51:53 localhost dbus[494]: [system] Reloaded configuration
> Sep 22 22:51:53 localhost systemd[1]: Reloading.
> Sep 22 22:51:53 localhost yum[1160]: Installed: corosync-2.3.1-2.fc19.x86_64
> Sep 22 22:51:54 localhost yum[1160]: Installed: corosynclib-2.3.1-2.fc19.x86_64
> Sep 22 22:51:54 localhost yum[1160]: Installed: openbios-1.0.svn1063-2.fc19.noarch
> Sep 22 22:51:54 localhost systemd[1]: Reloading.
> Sep 22 22:51:55 localhost systemd[1]: Reloading.
> Sep 22 22:51:55 localhost systemd[1]: Reloading.
> Sep 22 22:51:55 localhost systemd[1]: Reloading.
> Sep 22 22:51:55 localhost yum[1160]: Installed: iscsi-initiator-utils-6.2.0.873-7.fc19.x86_64
> Sep 22 22:51:55 localhost yum[1160]: Installed: json-glib-0.16.0-1.fc19.x86_64
> Sep 22 22:51:56 localhost yum[1160]: Installed: fuse-2.9.3-1.fc19.x86_64
> Sep 22 22:51:57 localhost yum[1160]: Installed: atk-2.8.0-1.fc19.x86_64
> Sep 22 22:51:57 localhost yum[1160]: Installed: lzop-1.03-8.fc19.x86_64
> Sep 22 22:51:58 localhost yum[1160]: Installed: libfontenc-1.1.1-3.fc19.x86_64
> Sep 22 22:51:58 localhost yum[1160]: Installed: libwayland-server-1.2.0-1.fc19.x86_64
> Sep 22 22:51:58 localhost yum[1160]: Installed: lcms2-2.5-1.fc19.x86_64
> Sep 22 22:51:59 localhost yum[1160]: Installed: libusal-1.1.11-19.fc19.x86_64
> Sep 22 22:51:59 localhost yum[1160]: Installed: libcgroup-0.38-4.fc19.x86_64
> Sep 22 22:52:00 localhost yum[1160]: Installed: genisoimage-1.1.11-19.fc19.x86_64
> Sep 22 22:52:00 localhost yum[1160]: Installed: mesa-libgbm-9.2-1.20130919.fc19.x86_64
> Sep 22 22:52:01 localhost yum[1160]: Installed: mesa-libEGL-9.2-1.20130919.fc19.x86_64
> Sep 22 22:52:01 localhost yum[1160]: Installed: libXfont-1.4.5-4.fc19.x86_64
> Sep 22 22:52:02 localhost yum[1160]: Installed: 1:xorg-x11-font-utils-7.5-17.fc19.x86_64
> Sep 22 22:52:02 localhost systemd[1]: Reloading.
> Sep 22 22:52:02 localhost yum[1160]: Installed: zfs-fuse-0.7.0-11.fc19.x86_64
> Sep 22 22:52:03 localhost yum[1160]: Installed: libldm-0.2.3-1.fc19.x86_64
> Sep 22 22:52:03 localhost systemd[1]: Reloading.
> Sep 22 22:52:03 localhost yum[1160]: Installed: sheepdog-0.3.0-4.fc19.x86_64
> Sep 22 22:52:03 localhost yum[1160]: Installed: leveldb-1.12.0-5.fc19.x86_64
> Sep 22 22:52:04 localhost yum[1160]: Installed: vdsm-cli-4.12.1-2.fc19.noarch
> Sep 22 22:52:04 localhost yum[1160]: Installed: boost-thread-1.53.0-14.fc19.x86_64
> Sep 22 22:52:05 localhost yum[1160]: Installed: httpd-tools-2.4.6-2.fc19.x86_64
> Sep 22 22:52:06 localhost systemd[1]: Reloading.
> Sep 22 22:52:06 localhost yum[1160]: Installed: httpd-2.4.6-2.fc19.x86_64
> Sep 22 22:52:06 localhost yum[1160]: Installed: 1:mod_ssl-2.4.6-2.fc19.x86_64
> Sep 22 22:52:07 localhost yum[1160]: Installed: ovirt-image-uploader-3.3.0-1.fc19.noarch
> Sep 22 22:52:07 localhost yum[1160]: Installed: ovirt-iso-uploader-3.3.0-1.fc19.noarch
> Sep 22 22:52:07 localhost yum[1160]: Installed: glusterfs-rdma-3.4.0-8.fc19.x86_64
> Sep 22 22:52:08 localhost yum[1160]: Installed: gdisk-0.8.7-1.fc19.x86_64
> Sep 22 22:52:08 localhost yum[1160]: Installed: brlapi-0.6.0-6.fc19.x86_64
> Sep 22 22:52:09 localhost systemd[1]: Reloading.
> Sep 22 22:52:09 localhost yum[1160]: Installed: brltty-4.5-6.fc19.x86_64
> Sep 22 22:52:11 localhost yum[1160]: Installed: postgresql-9.2.4-7.fc19.x86_64
> Sep 22 22:52:13 localhost systemd[1]: Reloading.
> Sep 22 22:52:13 localhost yum[1160]: Installed: postgresql-server-9.2.4-7.fc19.x86_64
> Sep 22 22:52:14 localhost yum[1160]: Installed: python-psycopg2-2.4.5-7.fc19.x86_64
> Sep 22 22:52:14 localhost yum[1160]: Installed: augeas-1.1.0-1.fc19.x86_64
> Sep 22 22:52:15 localhost yum[1160]: Installed: sanlock-python-2.8-1.fc19.x86_64
> Sep 22 22:52:15 localhost yum[1160]: Installed: saxon-9.3.0.4-7.fc19.noarch
> Sep 22 22:52:15 localhost yum[1160]: Installed: stax-ex-1.7.1-4.fc19.noarch
> Sep 22 22:52:16 localhost yum[1160]: Installed: concurrent-1.3.4-16.fc19.noarch
> Sep 22 22:52:16 localhost yum[1160]: Installed: virt-what-1.13-2.fc19.x86_64
> Sep 22 22:52:17 localhost yum[1160]: Installed: libXcursor-1.1.14-1.fc19.x86_64
> Sep 22 22:52:17 localhost yum[1160]: Installed: python-pyudev-0.15-4.fc19.noarch
> Sep 22 22:52:18 localhost yum[1160]: Installed: python-websockify-0.4.1-1.fc19.noarch
> Sep 22 22:52:18 localhost yum[1160]: Installed: novnc-0.4-7.fc19.noarch
> Sep 22 22:52:19 localhost yum[1160]: Installed: 1:libvorbis-1.3.3-4.fc19.x86_64
> Sep 22 22:52:19 localhost yum[1160]: Installed: flac-libs-1.3.0-2.fc19.x86_64
> Sep 22 22:52:20 localhost yum[1160]: Installed: celt051-0.5.1.3-6.fc19.x86_64
> Sep 22 22:52:20 localhost yum[1160]: Installed: spice-server-0.12.4-1.fc19.x86_64
> Sep 22 22:52:21 localhost yum[1160]: Installed: libosinfo-0.2.7-1.fc19.x86_64
> Sep 22 22:52:21 localhost yum[1160]: Installed: jboss-web-native-2.0.10-4.fc19.x86_64
> Sep 22 22:52:22 localhost yum[1160]: Installed: glusterfs-cli-3.4.0-8.fc19.x86_64
> Sep 22 22:52:22 localhost yum[1160]: Installed: giflib-4.1.6-7.fc19.x86_64
> Sep 22 22:52:23 localhost yum[1160]: Installed: libXt-1.1.4-5.fc19.x86_64
> Sep 22 22:52:23 localhost yum[1160]: Installed: perl-IO-Socket-IP-0.19-1.fc19.noarch
> Sep 22 22:52:23 localhost yum[1160]: Installed: perl-Net-SSLeay-1.54-1.fc19.x86_64
> Sep 22 22:52:24 localhost yum[1160]: Installed: perl-IO-HTML-1.00-1.fc19.noarch
> Sep 22 22:52:24 localhost yum[1160]: Installed: perl-Business-ISBN-Data-20120719.001-2.fc19.noarch
> Sep 22 22:52:25 localhost yum[1160]: Installed: perl-Business-ISBN-2.05.03-3.fc19.noarch
> Sep 22 22:52:25 localhost yum[1160]: Installed: perl-URI-1.60-8.fc19.noarch
> Sep 22 22:52:25 localhost yum[1160]: Installed: perl-WWW-RobotRules-6.02-6.fc19.noarch
> Sep 22 22:52:26 localhost yum[1160]: Installed: perl-Digest-1.17-244.fc19.noarch
> Sep 22 22:52:26 localhost yum[1160]: Installed: perl-Digest-MD5-2.51-265.fc19.x86_64
> Sep 22 22:52:27 localhost yum[1160]: Installed: perl-Compress-Raw-Bzip2-2.060-2.fc19.x86_64
> Sep 22 22:52:27 localhost yum[1160]: Installed: perl-IO-Compress-2.060-2.fc19.noarch
> Sep 22 22:52:28 localhost yum[1160]: Installed: perl-HTML-Tagset-3.20-15.fc19.noarch
> Sep 22 22:52:28 localhost yum[1160]: Installed: perl-Net-LibIDN-0.12-14.fc19.x86_64
> Sep 22 22:52:29 localhost yum[1160]: Installed: perl-IO-Socket-SSL-1.88-1.fc19.noarch
> Sep 22 22:52:29 localhost yum[1160]: Installed: perl-Net-HTTP-6.06-1.fc19.noarch
> Sep 22 22:52:29 localhost yum[1160]: Installed: 1:perl-TimeDate-2.30-1.fc19.noarch
> Sep 22 22:52:30 localhost yum[1160]: Installed: perl-HTTP-Date-6.02-5.fc19.noarch
> Sep 22 22:52:30 localhost yum[1160]: Installed: perl-HTTP-Message-6.06-3.fc19.noarch
> Sep 22 22:52:31 localhost yum[1160]: Installed: perl-HTTP-Negotiate-6.01-5.fc19.noarch
> Sep 22 22:52:31 localhost yum[1160]: Installed: perl-HTTP-Daemon-6.01-5.fc19.noarch
> Sep 22 22:52:31 localhost yum[1160]: Installed: perl-HTML-Parser-3.69-10.fc19.x86_64
> Sep 22 22:52:32 localhost yum[1160]: Installed: perl-HTTP-Cookies-6.01-5.fc19.noarch
> Sep 22 22:52:32 localhost yum[1160]: Installed: perl-File-Listing-6.04-4.fc19.noarch
> Sep 22 22:52:33 localhost yum[1160]: Installed: perl-libwww-perl-6.05-1.fc19.noarch
> Sep 22 22:52:33 localhost yum[1160]: Installed: icoutils-0.31.0-1.fc19.x86_64
> Sep 22 22:52:34 localhost yum[1160]: Installed: libXxf86vm-1.1.3-1.fc19.x86_64
> Sep 22 22:52:34 localhost yum[1160]: Installed: mesa-libGL-9.2-1.20130919.fc19.x86_64
> Sep 22 22:52:35 localhost yum[1160]: Installed: libXinerama-1.1.3-1.fc19.x86_64
> Sep 22 22:52:35 localhost yum[1160]: Installed: device-mapper-multipath-libs-0.4.9-51.fc19.x86_64
> Sep 22 22:52:36 localhost systemd[1]: Reloading.
> Sep 22 22:52:36 localhost yum[1160]: Installed: device-mapper-multipath-0.4.9-51.fc19.x86_64
> Sep 22 22:52:36 localhost yum[1160]: Installed: python-netaddr-0.7.5-6.fc19.noarch
> Sep 22 22:52:37 localhost yum[1160]: Installed: 2:reiserfs-utils-3.6.21-8.fc19.x86_64
> Sep 22 22:52:37 localhost yum[1160]: Installed: nilfs-utils-2.1.4-3.fc19.x86_64
> Sep 22 22:52:38 localhost yum[1160]: Installed: python-pthreading-0.1.2-1.fc19.noarch
> Sep 22 22:52:38 localhost yum[1160]: Installed: libsemanage-python-2.1.10-6.fc19.x86_64
> Sep 22 22:52:38 localhost yum[1160]: Installed: ttmkfdir-3.0.9-39.fc19.x86_64
> Sep 22 22:52:39 localhost yum[1160]: Installed: poppler-data-0.4.6-2.fc19.noarch
> Sep 22 22:52:40 localhost yum[1160]: Installed: setools-libs-3.3.7-38.fc19.x86_64
> Sep 22 22:52:40 localhost yum[1160]: Installed: python-ply-3.4-4.fc19.noarch
> Sep 22 22:52:41 localhost yum[1160]: Installed: ovirt-engine-cli-3.3.0.4-1.fc19.noarch
> Sep 22 22:52:42 localhost yum[1160]: Installed: lsscsi-0.27-1.fc19.x86_64
> Sep 22 22:52:42 localhost yum[1160]: Installed: yum-plugin-versionlock-1.1.31-17.fc19.noarch
> Sep 22 22:52:42 localhost yum[1160]: Installed: libconfig-1.4.9-2.fc19.x86_64
> Sep 22 22:52:44 localhost yum[1160]: Installed: libart_lgpl-2.3.21-7.fc19.x86_64
> Sep 22 22:52:44 localhost yum[1160]: Installed: ipxe-roms-qemu-20130517-2.gitc4bce43.fc19.noarch
> Sep 22 22:52:45 localhost yum[1160]: Installed: autogen-libopts-5.12-5.fc19.x86_64
> Sep 22 22:52:45 localhost yum[1160]: Installed: xfsprogs-3.1.10-2.fc19.x86_64
> Sep 22 22:52:46 localhost yum[1160]: Installed: binutils-2.23.52.0.1-9.fc19.x86_64
> Sep 22 22:52:47 localhost yum[1160]: Installed: hfsplus-tools-540.1.linux3-4.fc19.x86_64
> Sep 22 22:52:47 localhost yum[1160]: Installed: python-configobj-4.7.2-6.fc19.noarch
> Sep 22 22:52:47 localhost dbus-daemon[494]: dbus[494]: [system] Reloaded configuration
> Sep 22 22:52:47 localhost dbus[494]: [system] Reloaded configuration
> Sep 22 22:52:47 localhost dbus-daemon[494]: dbus[494]: [system] Reloaded configuration
> Sep 22 22:52:47 localhost dbus[494]: [system] Reloaded configuration
> Sep 22 22:52:48 localhost systemd[1]: Reloading.
> Sep 22 22:52:48 localhost yum[1160]: Installed: tuned-2.2.2-1.fc19.noarch
> Sep 22 22:52:49 localhost systemd[1]: Reloading.
> Sep 22 22:52:49 localhost yum[1160]: Installed: radvd-1.9.2-3.fc19.x86_64
> Sep 22 22:52:50 localhost yum[1160]: Installed: seabios-bin-1.7.2.2-2.fc19.noarch
> Sep 22 22:52:50 localhost yum[1160]: Installed: netpbm-10.61.02-5.fc19.x86_64
> Sep 22 22:52:51 localhost yum[1160]: Installed: hivex-1.3.8-1.fc19.x86_64
> Sep 22 22:52:51 localhost yum[1160]: Installed: python-IPy-0.75-5.fc19.noarch
> Sep 22 22:52:51 localhost yum[1160]: Installed: python-dateutil-1.5-6.fc19.noarch
> Sep 22 22:52:52 localhost yum[1160]: Installed: ovirt-log-collector-3.3.0-1.fc19.noarch
> Sep 22 22:52:52 localhost yum[1160]: Installed: xen-licenses-4.2.3-1.fc19.x86_64
> Sep 22 22:52:53 localhost yum[1160]: Installed: xen-libs-4.2.3-1.fc19.x86_64
> Sep 22 22:52:53 localhost yum[1160]: Installed: jfsutils-1.1.15-2.fc19.x86_64
> Sep 22 22:52:54 localhost yum[1160]: Installed: cyrus-sasl-md5-2.1.26-9.fc19.x86_64
> Sep 22 22:52:54 localhost yum[1160]: Installed: tzdata-java-2013c-2.fc19.noarch
> Sep 22 22:52:55 localhost yum[1160]: Installed: python-pexpect-2.5.1-8.fc19.noarch
> Sep 22 22:52:55 localhost yum[1160]: Installed: fence-agents-common-4.0.3-1.fc19.x86_64
> Sep 22 22:52:55 localhost yum[1160]: Installed: fence-agents-rsb-4.0.3-1.fc19.x86_64
> Sep 22 22:52:56 localhost yum[1160]: Installed: fence-agents-brocade-4.0.3-1.fc19.x86_64
> Sep 22 22:52:56 localhost yum[1160]: Installed: fence-agents-ilo-mp-4.0.3-1.fc19.x86_64
> Sep 22 22:52:57 localhost yum[1160]: Installed: fence-agents-vmware-soap-4.0.3-1.fc19.x86_64
> Sep 22 22:52:57 localhost yum[1160]: Installed: fence-agents-kdump-4.0.3-1.fc19.x86_64
> Sep 22 22:52:57 localhost yum[1160]: Installed: fence-agents-ipdu-4.0.3-1.fc19.x86_64
> Sep 22 22:52:58 localhost yum[1160]: Installed: fence-agents-apc-4.0.3-1.fc19.x86_64
> Sep 22 22:52:58 localhost yum[1160]: Installed: fence-agents-alom-4.0.3-1.fc19.x86_64
> Sep 22 22:52:59 localhost yum[1160]: Installed: fence-agents-ibmblade-4.0.3-1.fc19.x86_64
> Sep 22 22:52:59 localhost yum[1160]: Installed: fence-agents-bladecenter-4.0.3-1.fc19.x86_64
> Sep 22 22:52:59 localhost yum[1160]: Installed: fence-agents-ilo2-4.0.3-1.fc19.x86_64
> Sep 22 22:53:00 localhost yum[1160]: Installed: fence-agents-eaton-snmp-4.0.3-1.fc19.x86_64
> Sep 22 22:53:00 localhost yum[1160]: Installed: fence-agents-ldom-4.0.3-1.fc19.x86_64
> Sep 22 22:53:01 localhost yum[1160]: Installed: fence-agents-eps-4.0.3-1.fc19.x86_64
> Sep 22 22:53:01 localhost yum[1160]: Installed: fence-agents-rsa-4.0.3-1.fc19.x86_64
> Sep 22 22:53:01 localhost yum[1160]: Installed: fence-agents-lpar-4.0.3-1.fc19.x86_64
> Sep 22 22:53:02 localhost yum[1160]: Installed: fence-agents-drac5-4.0.3-1.fc19.x86_64
> Sep 22 22:53:02 localhost yum[1160]: Installed: fence-agents-wti-4.0.3-1.fc19.x86_64
> Sep 22 22:53:02 localhost yum[1160]: Installed: fence-agents-rhevm-4.0.3-1.fc19.x86_64
> Sep 22 22:53:03 localhost yum[1160]: Installed: fence-agents-ovh-4.0.3-1.fc19.x86_64
> Sep 22 22:53:03 localhost yum[1160]: Installed: fence-agents-cisco-ucs-4.0.3-1.fc19.x86_64
> Sep 22 22:53:04 localhost yum[1160]: Installed: fence-agents-apc-snmp-4.0.3-1.fc19.x86_64
> Sep 22 22:53:04 localhost yum[1160]: Installed: fence-agents-cisco-mds-4.0.3-1.fc19.x86_64
> Sep 22 22:53:05 localhost yum[1160]: Installed: fence-agents-intelmodular-4.0.3-1.fc19.x86_64
> Sep 22 22:53:05 localhost yum[1160]: Installed: fence-agents-ifmib-4.0.3-1.fc19.x86_64
> Sep 22 22:53:05 localhost yum[1160]: Installed: fence-agents-hpblade-4.0.3-1.fc19.x86_64
> Sep 22 22:53:10 localhost yum[1160]: Installed: kernel-modules-extra-3.11.1-200.fc19.x86_64
> Sep 22 22:53:11 localhost yum[1160]: Installed: gfs2-utils-3.1.6-2.fc19.x86_64
> Sep 22 22:53:11 localhost systemd[1]: Reloading.
> Sep 22 22:53:11 localhost yum[1160]: Installed: ipmitool-1.8.12-15.fc19.x86_64
> Sep 22 22:53:11 localhost yum[1160]: Installed: fence-agents-ipmilan-4.0.3-1.fc19.x86_64
> Sep 22 22:53:12 localhost yum[1160]: Installed: seavgabios-bin-1.7.2.2-2.fc19.noarch
> Sep 22 22:53:12 localhost yum[1160]: Installed: libwebp-0.3.1-1.fc19.x86_64
> Sep 22 22:53:13 localhost yum[1160]: Installed: python-markdown-2.2.1-2.fc19.noarch
> Sep 22 22:53:14 localhost yum[1160]: Installed: mtools-4.0.18-3.fc19.x86_64
> Sep 22 22:53:15 localhost yum[1160]: Installed: syslinux-4.05-5.fc19.x86_64
> Sep 22 22:53:15 localhost yum[1160]: Installed: syslinux-extlinux-4.05-5.fc19.x86_64
> Sep 22 22:53:15 localhost yum[1160]: Installed: sg3_utils-libs-1.36-1.fc19.x86_64
> Sep 22 22:53:16 localhost yum[1160]: Installed: sg3_utils-1.36-1.fc19.x86_64
> Sep 22 22:53:16 localhost yum[1160]: Installed: fence-agents-scsi-4.0.3-1.fc19.x86_64
> Sep 22 22:53:17 localhost yum[1160]: Installed: fence-agents-all-4.0.3-1.fc19.x86_64
> Sep 22 22:53:17 localhost yum[1160]: Installed: SLOF-0.1.git20121018-1.fc19.noarch
> Sep 22 22:53:18 localhost yum[1160]: Installed: python-dmidecode-3.10.13-7.fc19.x86_64
> Sep 22 22:53:18 localhost systemd[1]: Reloading.
> Sep 22 22:53:18 localhost yum[1160]: Installed: iptables-services-1.4.18-1.fc19.x86_64
> Sep 22 22:53:19 localhost yum[1160]: Installed: libasyncns-0.8-5.fc19.x86_64
> Sep 22 22:53:20 localhost yum[1160]: Installed: libXcomposite-0.4.4-3.fc19.x86_64
> Sep 22 22:53:20 localhost yum[1160]: Installed: cracklib-python-2.8.22-3.fc19.x86_64
> Sep 22 22:53:20 localhost yum[1160]: Installed: gsm-1.0.13-9.fc19.x86_64
> Sep 22 22:53:21 localhost yum[1160]: Installed: libsndfile-1.0.25-7.fc19.x86_64
> Sep 22 22:53:22 localhost yum[1160]: Installed: pulseaudio-libs-3.0-10.fc19.x86_64
> Sep 22 22:53:22 localhost yum[1160]: Installed: 1:pyparted-3.9-3.fc19.x86_64
> Sep 22 22:53:23 localhost yum[1160]: Installed: cryptopp-5.6.2-2.fc19.x86_64
> Sep 22 22:53:23 localhost yum[1160]: Installed: ceph-libs-0.61.7-1.fc19.x86_64
> Sep 22 22:53:25 localhost yum[1160]: Installed: 2:qemu-common-1.4.2-9.fc19.x86_64
> Sep 22 22:53:25 localhost yum[1160]: Installed: 2:qemu-img-1.4.2-9.fc19.x86_64
> Sep 22 22:53:26 localhost yum[1160]: Installed: 2:qemu-system-alpha-1.4.2-9.fc19.x86_64
> Sep 22 22:53:26 localhost yum[1160]: Installed: 2:qemu-system-sparc-1.4.2-9.fc19.x86_64
> Sep 22 22:53:27 localhost yum[1160]: Installed: 2:qemu-system-ppc-1.4.2-9.fc19.x86_64
> Sep 22 22:53:28 localhost yum[1160]: Installed: 2:qemu-system-unicore32-1.4.2-9.fc19.x86_64
> Sep 22 22:53:29 localhost yum[1160]: Installed: 2:qemu-system-xtensa-1.4.2-9.fc19.x86_64
> Sep 22 22:53:29 localhost yum[1160]: Installed: 2:qemu-system-or32-1.4.2-9.fc19.x86_64
> Sep 22 22:53:30 localhost yum[1160]: Installed: 2:qemu-system-arm-1.4.2-9.fc19.x86_64
> Sep 22 22:53:30 localhost yum[1160]: Installed: 2:qemu-system-cris-1.4.2-9.fc19.x86_64
> Sep 22 22:53:31 localhost yum[1160]: Installed: 2:qemu-system-microblaze-1.4.2-9.fc19.x86_64
> Sep 22 22:53:31 localhost yum[1160]: Installed: 2:qemu-system-m68k-1.4.2-9.fc19.x86_64
> Sep 22 22:53:33 localhost yum[1160]: Installed: 2:qemu-user-1.4.2-9.fc19.x86_64
> Sep 22 22:53:34 localhost yum[1160]: Installed: 2:qemu-system-mips-1.4.2-9.fc19.x86_64
> Sep 22 22:53:35 localhost yum[1160]: Installed: 2:qemu-system-lm32-1.4.2-9.fc19.x86_64
> Sep 22 22:53:35 localhost yum[1160]: Installed: 2:qemu-system-s390x-1.4.2-9.fc19.x86_64
> Sep 22 22:53:36 localhost yum[1160]: Installed: 2:qemu-system-sh4-1.4.2-9.fc19.x86_64
> Sep 22 22:53:36 localhost yum[1160]: Installed: audit-libs-python-2.3.2-1.fc19.x86_64
> Sep 22 22:53:37 localhost yum[1160]: Installed: policycoreutils-python-2.1.14-46.5.fc19.x86_64
> Sep 22 22:53:38 localhost yum[1160]: Installed: libthai-0.1.14-7.fc19.x86_64
> Sep 22 22:53:38 localhost yum[1160]: Installed: hicolor-icon-theme-0.12-6.fc19.noarch
> Sep 22 22:53:39 localhost yum[1160]: Installed: spice-html5-0.1.2-2.fc19.noarch
> Sep 22 22:53:40 localhost yum[1160]: Installed: ldns-1.6.16-2.fc19.x86_64
> Sep 22 22:53:41 localhost yum[1160]: Installed: unbound-libs-1.4.20-9.fc19.x86_64
> Sep 22 22:53:41 localhost yum[1160]: Installed: gnutls-dane-3.1.11-1.fc19.x86_64
> Sep 22 22:53:42 localhost yum[1160]: Installed: gnutls-utils-3.1.11-1.fc19.x86_64
> Sep 22 22:53:43 localhost systemd[1]: Reloading.
> Sep 22 22:53:43 localhost yum[1160]: Installed: libvirt-client-1.0.5.5-1.fc19.x86_64
> Sep 22 22:53:44 localhost yum[1160]: Installed: libvirt-python-1.0.5.5-1.fc19.x86_64
> Sep 22 22:53:44 localhost yum[1160]: Installed: supermin-helper-4.1.3-1.fc19.x86_64
> Sep 22 22:53:45 localhost yum[1160]: Installed: scrub-2.5.2-3.fc19.x86_64
> Sep 22 22:53:46 localhost yum[1160]: Installed: strace-4.8-1.fc19.x86_64
> Sep 22 22:53:46 localhost systemd[1]: Reloading.
> Sep 22 22:53:46 localhost yum[1160]: Installed: numad-0.5-10.20121130git.fc19.x86_64
> Sep 22 22:53:47 localhost systemd[1]: Reloading.
> Sep 22 22:53:47 localhost yum[1160]: Installed: libvirt-daemon-1.0.5.5-1.fc19.x86_64
> Sep 22 22:53:47 localhost yum[1160]: Installed: libvirt-daemon-driver-network-1.0.5.5-1.fc19.x86_64
> Sep 22 22:53:47 localhost yum[1160]: Installed: libvirt-daemon-driver-qemu-1.0.5.5-1.fc19.x86_64
> Sep 22 22:53:48 localhost yum[1160]: Installed: libvirt-daemon-driver-nwfilter-1.0.5.5-1.fc19.x86_64
> Sep 22 22:53:48 localhost yum[1160]: Installed: libvirt-daemon-driver-secret-1.0.5.5-1.fc19.x86_64
> Sep 22 22:53:49 localhost yum[1160]: Installed: libvirt-daemon-driver-nodedev-1.0.5.5-1.fc19.x86_64
> Sep 22 22:53:49 localhost yum[1160]: Installed: libvirt-daemon-driver-storage-1.0.5.5-1.fc19.x86_64
> Sep 22 22:53:50 localhost yum[1160]: Installed: libvirt-daemon-driver-interface-1.0.5.5-1.fc19.x86_64
> Sep 22 22:53:50 localhost yum[1160]: Installed: libvirt-daemon-config-nwfilter-1.0.5.5-1.fc19.x86_64
> Sep 22 22:53:51 localhost yum[1160]: Installed: libvirt-daemon-driver-lxc-1.0.5.5-1.fc19.x86_64
> Sep 22 22:53:51 localhost yum[1160]: Installed: libvirt-daemon-driver-uml-1.0.5.5-1.fc19.x86_64
> Sep 22 22:53:51 localhost yum[1160]: Installed: libvirt-lock-sanlock-1.0.5.5-1.fc19.x86_64
> Sep 22 22:53:52 localhost yum[1160]: Installed: libvirt-daemon-driver-xen-1.0.5.5-1.fc19.x86_64
> Sep 22 22:53:52 localhost yum[1160]: Installed: libvirt-daemon-config-network-1.0.5.5-1.fc19.x86_64
> Sep 22 22:53:53 localhost yum[1160]: Installed: libvirt-daemon-driver-libxl-1.0.5.5-1.fc19.x86_64
> Sep 22 22:53:53 localhost yum[1160]: Installed: libvirt-1.0.5.5-1.fc19.x86_64
> Sep 22 22:53:53 localhost systemd[1]: Reloading.
> Sep 22 22:53:54 localhost yum[1160]: Installed: mom-0.3.2-3.fc19.noarch
> Sep 22 22:53:54 localhost systemd[1]: Reloading.
> Sep 22 22:53:54 localhost yum[1160]: Installed: ntpdate-4.2.6p5-11.fc19.x86_64
> Sep 22 22:53:55 localhost systemd[1]: Reloading.
> Sep 22 22:53:55 localhost yum[1160]: Installed: ntp-4.2.6p5-11.fc19.x86_64
> Sep 22 22:53:56 localhost yum[1160]: Installed: graphite2-1.2.2-2.fc19.x86_64
> Sep 22 22:53:56 localhost yum[1160]: Installed: harfbuzz-0.9.19-1.fc19.x86_64
> Sep 22 22:53:57 localhost yum[1160]: Installed: python-inotify-0.9.4-2.fc19.noarch
> Sep 22 22:53:57 localhost yum[1160]: Installed: 1:sgabios-bin-0.20110622svn-5.fc19.noarch
> Sep 22 22:53:58 localhost yum[1160]: Installed: 2:qemu-system-x86-1.4.2-9.fc19.x86_64
> Sep 22 22:53:58 localhost yum[1160]: Installed: 2:qemu-kvm-1.4.2-9.fc19.x86_64
> Sep 22 22:53:58 localhost yum[1160]: Installed: libvirt-daemon-kvm-1.0.5.5-1.fc19.x86_64
> Sep 22 22:53:59 localhost yum[1160]: Installed: 2:qemu-1.4.2-9.fc19.x86_64
> Sep 22 22:53:59 localhost yum[1160]: Installed: libvirt-daemon-qemu-1.0.5.5-1.fc19.x86_64
> Sep 22 22:53:59 localhost yum[1160]: Installed: zerofree-1.0.1-12.fc19.x86_64
> Sep 22 22:54:00 localhost yum[1160]: Installed: lcms-libs-1.19-9.fc19.x86_64
> Sep 22 22:54:01 localhost yum[1160]: Installed: python-pillow-2.0.0-11.gitd1c6db8.fc19.x86_64
> Sep 22 22:54:02 localhost yum[1160]: Installed: python-pygments-1.4-8.fc19.noarch
> Sep 22 22:54:02 localhost yum[1160]: Installed: python-cheetah-2.4.4-4.fc19.x86_64
> Sep 22 22:54:03 localhost yum[1160]: Installed: hexedit-1.2.13-3.fc19.x86_64
> Sep 22 22:54:03 localhost yum[1160]: Installed: fontpackages-filesystem-1.44-7.fc19.noarch
> Sep 22 22:54:05 localhost yum[1160]: Installed: fontconfig-2.10.93-1.fc19.x86_64
> Sep 22 22:54:06 localhost yum[1160]: Installed: cairo-1.12.14-2.fc19.x86_64
> Sep 22 22:54:07 localhost yum[1160]: Installed: ghostscript-fonts-5.50-30.fc19.noarch
> Sep 22 22:54:07 localhost yum[1160]: Installed: libXft-2.3.1-4.fc19.x86_64
> Sep 22 22:54:08 localhost yum[1160]: Installed: pango-1.34.1-1.fc19.x86_64
> Sep 22 22:54:09 localhost yum[1160]: Installed: gtk2-2.24.19-3.fc19.x86_64
> Sep 22 22:54:12 localhost yum[1160]: Installed: libgcj-4.8.1-1.fc19.x86_64
> Sep 22 22:54:12 localhost yum[1160]: Installed: xorg-x11-fonts-Type1-7.5-8.fc19.noarch
> Sep 22 22:54:17 localhost yum[1160]: Installed: 1:java-1.7.0-openjdk-1.7.0.60-2.4.2.4.fc19.x86_64
> Sep 22 22:54:18 localhost yum[1160]: Installed: apache-commons-logging-1.1.2-2.fc19.noarch
> Sep 22 22:54:18 localhost yum[1160]: Installed: jboss-servlet-3.0-api-1.0.1-5.fc19.noarch
> Sep 22 22:54:18 localhost yum[1160]: Installed: felix-osgi-core-1.4.0-12.fc19.noarch
> Sep 22 22:54:19 localhost yum[1160]: Installed: apache-commons-collections-3.2.1-16.fc19.noarch
> Sep 22 22:54:19 localhost yum[1160]: Installed: plexus-utils-3.0.9-5.fc19.noarch
> Sep 22 22:54:20 localhost yum[1160]: Installed: xml-commons-apis-1.4.01-12.fc19.noarch
> Sep 22 22:54:20 localhost yum[1160]: Installed: objectweb-asm-3.3.1-7.fc19.noarch
> Sep 22 22:54:21 localhost yum[1160]: Installed: jboss-logmanager-1.2.2-5.fc19.noarch
> Sep 22 22:54:21 localhost yum[1160]: Installed: geronimo-jta-1.1.1-14.fc19.noarch
> Sep 22 22:54:22 localhost yum[1160]: Installed: javassist-3.16.1-5.fc19.noarch
> Sep 22 22:54:22 localhost yum[1160]: Installed: apache-commons-beanutils-1.8.3-9.fc19.noarch
> Sep 22 22:54:23 localhost yum[1160]: Installed: apache-commons-lang-2.6-12.fc19.noarch
> Sep 22 22:54:23 localhost yum[1160]: Installed: hibernate-jpa-2.0-api-1.0.1-11.fc19.noarch
> Sep 22 22:54:24 localhost yum[1160]: Installed: jboss-transaction-1.1-api-1.0.1-4.fc19.noarch
> Sep 22 22:54:24 localhost yum[1160]: Installed: apache-commons-digester-1.8.1-14.fc19.noarch
> Sep 22 22:54:24 localhost yum[1160]: Installed: apache-commons-codec-1.8-1.fc19.noarch
> Sep 22 22:54:25 localhost yum[1160]: Installed: geronimo-annotation-1.0-12.fc19.noarch
> Sep 22 22:54:25 localhost yum[1160]: Installed: apache-commons-pool-1.6-5.fc19.noarch
> Sep 22 22:54:26 localhost yum[1160]: Installed: antlr-tool-2.7.7-26.fc19.noarch
> Sep 22 22:54:26 localhost yum[1160]: Installed: jboss-el-2.2-api-1.0.1-0.6.20120212git2fabd8.fc19.noarch
> Sep 22 22:54:27 localhost yum[1160]: Installed: jboss-jsp-2.2-api-1.0.1-6.fc19.noarch
> Sep 22 22:54:27 localhost yum[1160]: Installed: 1:jakarta-commons-httpclient-3.1-13.fc19.noarch
> Sep 22 22:54:27 localhost yum[1160]: Installed: aether-api-1.13.1-10.fc19.noarch
> Sep 22 22:54:28 localhost yum[1160]: Installed: wsdl4j-1.6.3-1.fc19.noarch
> Sep 22 22:54:28 localhost yum[1160]: Installed: jboss-connector-1.6-api-1.0.1-0.5.20120310git9dc9a5.fc19.noarch
> Sep 22 22:54:29 localhost yum[1160]: Installed: cglib-2.2-15.fc19.noarch
> Sep 22 22:54:29 localhost yum[1160]: Installed: xml-commons-resolver-1.2-12.fc19.noarch
> Sep 22 22:54:29 localhost yum[1160]: Installed: geronimo-validation-1.1-7.fc19.noarch
> Sep 22 22:54:30 localhost yum[1160]: Installed: jetty-util-9.0.3-3.fc19.noarch
> Sep 22 22:54:30 localhost yum[1160]: Installed: aether-spi-1.13.1-10.fc19.noarch
> Sep 22 22:54:30 localhost yum[1160]: Installed: aopalliance-1.0-5.fc19.noarch
> Sep 22 22:54:31 localhost yum[1160]: Installed: 1:apache-commons-io-2.4-9.fc19.noarch
> Sep 22 22:54:31 localhost yum[1160]: Installed: jboss-interceptors-1.1-api-1.0.2-0.5.20120319git49a904.fc19.noarch
> Sep 22 22:54:32 localhost yum[1160]: Installed: geronimo-jms-1.1.1-16.fc19.noarch
> Sep 22 22:54:32 localhost yum[1160]: Installed: log4j-1.2.17-10.fc19.noarch
> Sep 22 22:54:32 localhost yum[1160]: Installed: jetty-jmx-9.0.3-3.fc19.noarch
> Sep 22 22:54:33 localhost yum[1160]: Installed: jetty-http-9.0.3-3.fc19.noarch
> Sep 22 22:54:33 localhost yum[1160]: Installed: jetty-io-9.0.3-3.fc19.noarch
> Sep 22 22:54:34 localhost yum[1160]: Installed: aether-util-1.13.1-10.fc19.noarch
> Sep 22 22:54:34 localhost yum[1160]: Installed: jcip-annotations-1-7.20060626.fc19.noarch
> Sep 22 22:54:34 localhost yum[1160]: Installed: plexus-interpolation-1.15-6.fc19.noarch
> Sep 22 22:54:35 localhost yum[1160]: Installed: bouncycastle-1.46-7.fc19.noarch
> Sep 22 22:54:35 localhost yum[1160]: Installed: jboss-jaxws-2.2-api-2.0.2-0.4.20120507gitd6937f.fc19.noarch
> Sep 22 22:54:36 localhost yum[1160]: Installed: apache-commons-cli-1.2-9.fc19.noarch
> Sep 22 22:54:37 localhost systemd[1]: Reloading.
> Sep 22 22:54:37 localhost yum[1160]: Installed: 1:hsqldb-1.8.1.3-10.fc19.noarch
> Sep 22 22:54:37 localhost yum[1160]: Installed: jboss-jms-1.1-api-1.0.1-5.fc19.noarch
> Sep 22 22:54:38 localhost yum[1160]: Installed: aspectjweaver-1.6.12-6.fc19.noarch
> Sep 22 22:54:38 localhost yum[1160]: Installed: maven-model-2.2.1-44.fc19.noarch
> Sep 22 22:54:39 localhost yum[1160]: Installed: jboss-jaxrpc-1.1-api-1.0.1-3.fc19.noarch
> Sep 22 22:54:39 localhost yum[1160]: Installed: jboss-ejb-3.1-api-1.0.2-6.fc19.noarch
> Sep 22 22:54:39 localhost yum[1160]: Installed: cdi-api-1.0-9.SP4.fc19.noarch
> Sep 22 22:54:40 localhost yum[1160]: Installed: geronimo-jpa-1.1.1-11.fc19.noarch
> Sep 22 22:54:40 localhost yum[1160]: Installed: 1:isorelax-0-0.12.release20050331.fc19.noarch
> Sep 22 22:54:40 localhost yum[1160]: Installed: jboss-modules-1.1.1-9.fc19.noarch
> Sep 22 22:54:41 localhost yum[1160]: Installed: jboss-marshalling-1.3.13-7.fc19.noarch
> Sep 22 22:54:42 localhost systemd-logind[495]: New session 3 of user root.
> Sep 22 22:54:42 localhost yum[1160]: Installed: jboss-jaspi-1.0-api-1.0.1-5.fc19.noarch
> Sep 22 22:54:43 localhost yum[1160]: Installed: httpcomponents-core-4.2.4-3.fc19.noarch
> Sep 22 22:54:43 localhost yum[1160]: Installed: httpcomponents-client-4.2.5-1.fc19.noarch
> Sep 22 22:54:44 localhost yum[1160]: Installed: freemarker-2.3.19-5.fc19.noarch
> Sep 22 22:54:44 localhost yum[1160]: Installed: jboss-jaxb-2.2-api-1.0.4-5.fc19.noarch
> Sep 22 22:54:45 localhost yum[1160]: Installed: stax2-api-3.1.1-6.fc19.noarch
> Sep 22 22:54:45 localhost yum[1160]: Installed: jetty-client-9.0.3-3.fc19.noarch
> Sep 22 22:54:45 localhost yum[1160]: Installed: jetty-server-9.0.3-3.fc19.noarch
> Sep 22 22:54:46 localhost yum[1160]: Installed: jetty-security-9.0.3-3.fc19.noarch
> Sep 22 22:54:46 localhost yum[1160]: Installed: apache-commons-validator-1.4.0-4.fc19.noarch
> Sep 22 22:54:48 localhost yum[1160]: Installed: jboss-jacc-1.4-api-1.0.2-5.fc19.noarch
> Sep 22 22:54:48 localhost yum[1160]: Installed: rhq-plugin-annotations-3.0.4-5.fc19.noarch
> Sep 22 22:54:49 localhost yum[1160]: Installed: geronimo-interceptor-1.0.1-9.fc19.noarch
> Sep 22 22:54:49 localhost yum[1160]: Installed: codemodel-2.6-8.fc19.noarch
> Sep 22 22:54:49 localhost yum[1160]: Installed: glassfish-jaxb-api-2.2.7-3.fc19.noarch
> Sep 22 22:54:50 localhost yum[1160]: Installed: picketbox-commons-1.0.0-6.fc19.noarch
> Sep 22 22:54:50 localhost yum[1160]: Installed: jboss-ejb3-ext-api-2.0.0-5.fc19.noarch
> Sep 22 22:54:50 localhost yum[1160]: Installed: jboss-saaj-1.3-api-1.0.2-5.fc19.noarch
> Sep 22 22:54:51 localhost yum[1160]: Installed: sac-1.3-15.fc19.noarch
> Sep 22 22:54:51 localhost yum[1160]: Installed: jboss-annotations-1.1-api-1.0.1-0.5.20120212git76e1a2.fc19.noarch
> Sep 22 22:54:52 localhost yum[1160]: Installed: snakeyaml-1.11-4.fc19.noarch
> Sep 22 22:54:52 localhost yum[1160]: Installed: jetty-websocket-api-9.0.3-3.fc19.noarch
> Sep 22 22:54:53 localhost yum[1160]: Installed: jetty-websocket-common-9.0.3-3.fc19.noarch
> Sep 22 22:54:53 localhost yum[1160]: Installed: jetty-websocket-servlet-9.0.3-3.fc19.noarch
> Sep 22 22:54:54 localhost yum[1160]: Installed: jboss-web-7.0.13-5.fc18.noarch
> Sep 22 22:54:54 localhost yum[1160]: Installed: picketbox-xacml-2.0.7-5.fc19.noarch
> Sep 22 22:54:55 localhost yum[1160]: Installed: jetty-servlet-9.0.3-3.fc19.noarch
> Sep 22 22:54:55 localhost yum[1160]: Installed: bouncycastle-mail-1.46-7.fc19.noarch
> Sep 22 22:54:55 localhost yum[1160]: Installed: aether-impl-1.13.1-10.fc19.noarch
> Sep 22 22:54:56 localhost yum[1160]: Installed: apache-mime4j-0.7.2-7.fc19.noarch
> Sep 22 22:54:56 localhost yum[1160]: Installed: apache-commons-jci-1.0-7.fc19.noarch
> Sep 22 22:54:57 localhost yum[1160]: Installed: apache-commons-jci-fam-1.0-7.fc19.noarch
> Sep 22 22:54:57 localhost yum[1160]: Installed: apache-commons-jci-core-1.0-7.fc19.noarch
> Sep 22 22:54:57 localhost dbus-daemon[494]: dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 22 22:54:57 localhost dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 22 22:54:57 localhost dbus-daemon[494]: dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 22 22:54:57 localhost dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 22 22:54:57 localhost yum[1160]: Installed: jetty-xml-9.0.3-3.fc19.noarch
> Sep 22 22:54:58 localhost yum[1160]: Installed: jetty-webapp-9.0.3-3.fc19.noarch
> Sep 22 22:54:58 localhost yum[1160]: Installed: apache-commons-dbcp-1.4-12.fc19.noarch
> Sep 22 22:54:59 localhost yum[1160]: Installed: tomcat-lib-7.0.42-1.fc19.noarch
> Sep 22 22:54:59 localhost yum[1160]: Installed: scannotation-1.0.3-0.6.r12.fc19.noarch
> Sep 22 22:55:00 localhost yum[1160]: Installed: jtype-0.1.2-5.fc19.noarch
> Sep 22 22:55:00 localhost yum[1160]: Installed: xmlbeans-2.6.0-3.fc19.noarch
> Sep 22 22:55:01 localhost yum[1160]: Installed: plexus-containers-component-annotations-1.5.5-11.fc19.noarch
> Sep 22 22:55:01 localhost yum[1160]: Installed: jandex-1.0.3-7.fc19.noarch
> Sep 22 22:55:02 localhost yum[1160]: Installed: jboss-jaxr-1.0-api-1.0.2-4.fc19.noarch
> Sep 22 22:55:02 localhost yum[1160]: Installed: jettison-1.3.3-1.fc19.noarch
> Sep 22 22:55:03 localhost yum[1160]: Installed: h2-1.3.168-3.fc19.noarch
> Sep 22 22:55:03 localhost yum[1160]: Installed: gnu-getopt-1.0.14-2.fc19.noarch
> Sep 22 22:55:04 localhost yum[1160]: Installed: jzlib-1.1.1-3.fc19.noarch
> Sep 22 22:55:04 localhost yum[1160]: Installed: netty-3.6.3-3.fc19.noarch
> Sep 22 22:55:04 localhost yum[1160]: Installed: jsch-0.1.50-1.fc19.noarch
> Sep 22 22:55:05 localhost yum[1160]: Installed: jcommon-1.0.18-2.fc19.noarch
> Sep 22 22:55:05 localhost yum[1160]: Installed: jfreechart-1.0.14-9.fc19.noarch
> Sep 22 22:55:06 localhost yum[1160]: Installed: jetty-continuation-9.0.3-3.fc19.noarch
> Sep 22 22:55:06 localhost yum[1160]: Installed: staxmapper-1.1.0-6.fc19.noarch
> Sep 22 22:55:07 localhost yum[1160]: Installed: cal10n-0.7.7-1.fc19.noarch
> Sep 22 22:55:07 localhost yum[1160]: Installed: slf4j-1.7.4-1.fc19.noarch
> Sep 22 22:55:08 localhost yum[1160]: Installed: jboss-logging-3.1.2-1.fc19.noarch
> Sep 22 22:55:08 localhost yum[1160]: Installed: jboss-logging-tools-1.0.2-1.fc19.noarch
> Sep 22 22:55:09 localhost yum[1160]: Installed: jboss-common-core-2.2.18-9.fc19.noarch
> Sep 22 22:55:09 localhost yum[1160]: Installed: jbossws-api-1.0.1-3.fc19.noarch
> Sep 22 22:55:09 localhost yum[1160]: Installed: xnio-3.0.3-6.fc19.noarch
> Sep 22 22:55:10 localhost yum[1160]: Installed: jboss-remoting-3.2.4-4.fc19.noarch
> Sep 22 22:55:10 localhost yum[1160]: Installed: jbossws-spi-2.1.0-4.fc19.noarch
> Sep 22 22:55:11 localhost yum[1160]: Installed: jboss-sasl-1.0.0-6.fc19.noarch
> Sep 22 22:55:11 localhost yum[1160]: Installed: hibernate-commons-annotations-4.0.1-4.fc19.noarch
> Sep 22 22:55:12 localhost yum[1160]: Installed: jboss-transaction-spi-7.0.0-6.fc19.noarch
> Sep 22 22:55:12 localhost yum[1160]: Installed: jbosgi-metadata-2.0.3-5.fc19.noarch
> Sep 22 22:55:12 localhost yum[1160]: Installed: jboss-vfs-3.1.0-6.fc19.noarch
> Sep 22 22:55:13 localhost yum[1160]: Installed: jboss-ejb-client-1.0.5-5.fc19.noarch
> Sep 22 22:55:13 localhost yum[1160]: Installed: jboss-threads-2.0.0-8.fc19.noarch
> Sep 22 22:55:14 localhost yum[1160]: Installed: apache-commons-net-3.2-4.fc19.noarch
> Sep 22 22:55:14 localhost yum[1160]: Installed: jetty-jndi-9.0.3-3.fc19.noarch
> Sep 22 22:55:14 localhost yum[1160]: Installed: jetty-plus-9.0.3-3.fc19.noarch
> Sep 22 22:55:15 localhost yum[1160]: Installed: jboss-classfilewriter-1.0.3-3.fc19.noarch
> Sep 22 22:55:15 localhost yum[1160]: Installed: stringtemplate4-4.0.4-5.fc19.noarch
> Sep 22 22:55:16 localhost yum[1160]: Installed: jibx-1.2.5-2.fc19.x86_64
> Sep 22 22:55:18 localhost yum[1160]: Installed: 1:java-1.7.0-openjdk-devel-1.7.0.60-2.4.2.4.fc19.x86_64
> Sep 22 22:55:19 localhost yum[1160]: Installed: byteman-2.0.4-3.fc19.noarch
> Sep 22 22:55:19 localhost yum[1160]: Installed: jboss-msc-1.0.2-5.fc19.noarch
> Sep 22 22:55:19 localhost yum[1160]: Installed: args4j-2.0.16-11.fc19.noarch
> Sep 22 22:55:20 localhost yum[1160]: Installed: bean-validation-api-1.0.0-8.fc19.noarch
> Sep 22 22:55:20 localhost yum[1160]: Installed: 1:eclipse-equinox-osgi-4.3.0-4.fc19.x86_64
> Sep 22 22:55:21 localhost yum[1160]: Installed: xbean-3.13-1.fc19.noarch
> Sep 22 22:55:21 localhost yum[1160]: Installed: hawtjni-1.6-4.fc19.noarch
> Sep 22 22:55:22 localhost yum[1160]: Installed: jgroups-3.0.6-4.fc19.noarch
> Sep 22 22:55:22 localhost yum[1160]: Installed: jboss-httpserver-1.0.0-5.fc19.noarch
> Sep 22 22:55:23 localhost yum[1160]: Installed: jsoup-1.6.1-7.fc19.noarch
> Sep 22 22:55:24 localhost yum[1160]: Installed: istack-commons-2.17-1.fc19.noarch
> Sep 22 22:55:24 localhost yum[1160]: Installed: ws-xmlschema-2.0.2-7.fc19.noarch
> Sep 22 22:55:25 localhost yum[1160]: Installed: jansi-native-1.4-5.fc19.x86_64
> Sep 22 22:55:25 localhost yum[1160]: Installed: jansi-1.9-3.fc19.noarch
> Sep 22 22:55:25 localhost yum[1160]: Installed: jboss-invocation-1.1.1-6.fc19.noarch
> Sep 22 22:55:26 localhost yum[1160]: Installed: jetty-annotations-9.0.3-3.fc19.noarch
> Sep 22 22:55:26 localhost yum[1160]: Installed: jboss-remote-naming-1.0.2-6.fc19.noarch
> Sep 22 22:55:27 localhost yum[1160]: Installed: jboss-remoting-jmx-1.0.5-1.fc19.noarch
> Sep 22 22:55:27 localhost yum[1160]: Installed: jboss-reflect-2.0.2-4.fc19.noarch
> Sep 22 22:55:28 localhost yum[1160]: Installed: jboss-naming-5.0.6-0.6.CR1.fc19.noarch
> Sep 22 22:55:28 localhost yum[1160]: Installed: jboss-jad-1.2-api-1.0.1-5.fc19.noarch
> Sep 22 22:55:29 localhost yum[1160]: Installed: jboss-metadata-7.0.1-5.fc19.noarch
> Sep 22 22:55:29 localhost yum[1160]: Installed: mod_cluster-java-1.2.1-5.fc19.x86_64
> Sep 22 22:55:30 localhost yum[1160]: Installed: snappy-java-1.0.4.1-5.fc19.noarch
> Sep 22 22:55:30 localhost yum[1160]: Installed: jboss-negotiation-2.2.0-9.SP1.fc19.noarch
> Sep 22 22:55:30 localhost yum[1160]: Installed: slf4j-jboss-logmanager-1.0.0-5.fc19.noarch
> Sep 22 22:55:31 localhost yum[1160]: Installed: jul-to-slf4j-stub-1.0.0-4.fc19.noarch
> Sep 22 22:55:32 localhost yum[1160]: Installed: 1:mysql-connector-java-5.1.24-1.fc19.noarch
> Sep 22 22:55:32 localhost yum[1160]: Installed: jetty-servlets-9.0.3-3.fc19.noarch
> Sep 22 22:55:32 localhost yum[1160]: Installed: jetty-deploy-9.0.3-3.fc19.noarch
> Sep 22 22:55:33 localhost yum[1160]: Installed: bouncycastle-tsp-1.46-6.fc19.noarch
> Sep 22 22:55:33 localhost yum[1160]: Installed: itext-core-2.1.7-19.fc19.noarch
> Sep 22 22:55:34 localhost yum[1160]: Installed: jetty-websocket-server-9.0.3-3.fc19.noarch
> Sep 22 22:55:34 localhost yum[1160]: Installed: cssparser-0.9.7-1.fc19.noarch
> Sep 22 22:55:35 localhost yum[1160]: Installed: jetty-jaas-9.0.3-3.fc19.noarch
> Sep 22 22:55:35 localhost yum[1160]: Installed: jetty-rewrite-9.0.3-3.fc19.noarch
> Sep 22 22:55:36 localhost yum[1160]: Installed: jetty-proxy-9.0.3-3.fc19.noarch
> Sep 22 22:55:37 localhost systemd[1]: Reloading.
> Sep 22 22:55:37 localhost yum[1160]: Installed: jetty-9.0.3-3.fc19.noarch
> Sep 22 22:55:38 localhost yum[1160]: Installed: jamonapi-2.73-7.fc19.noarch
> Sep 22 22:55:38 localhost yum[1160]: Installed: glassfish-toplink-essentials-2.0.46-5.fc19.noarch
> Sep 22 22:55:39 localhost yum[1160]: Installed: jboss-j2eemgmt-1.1-api-1.0.1-5.fc19.noarch
> Sep 22 22:55:39 localhost yum[1160]: Installed: jboss-iiop-client-1.0.0-6.fc19.noarch
> Sep 22 22:55:40 localhost yum[1160]: Installed: aether-connector-file-1.13.1-10.fc19.noarch
> Sep 22 22:55:40 localhost yum[1160]: Installed: not-yet-commons-ssl-0.3.11-9.fc19.noarch
> Sep 22 22:55:41 localhost yum[1160]: Installed: jexcelapi-2.6.12-6.fc19.noarch
> Sep 22 22:55:41 localhost yum[1160]: Installed: jboss-logmanager-log4j-1.0.0-7.fc19.noarch
> Sep 22 22:55:42 localhost yum[1160]: Installed: mojarra-2.1.7-6.fc19.noarch
> Sep 22 22:55:42 localhost yum[1160]: Installed: stringtemplate-3.2.1-5.fc19.noarch
> Sep 22 22:55:43 localhost yum[1160]: Installed: antlr3-java-3.4-14.fc19.noarch
> Sep 22 22:55:43 localhost yum[1160]: Installed: antlr3-tool-3.4-14.fc19.noarch
> Sep 22 22:55:44 localhost yum[1160]: Installed: eclipselink-2.3.2-2.fc19.noarch
> Sep 22 22:55:44 localhost yum[1160]: Installed: apache-commons-modeler-2.0.1-11.fc19.noarch
> Sep 22 22:55:45 localhost yum[1160]: Installed: jboss-classpool-scoped-1.0.0-5.fc19.noarch
> Sep 22 22:55:45 localhost yum[1160]: Installed: apache-commons-ognl-3.0.2-4.20120313svn1102435.fc19.noarch
> Sep 22 22:55:46 localhost yum[1160]: Installed: mvel-2.0.19-4.fc19.noarch
> Sep 22 22:55:46 localhost yum[1160]: Installed: xpp2-2.1.10-16.fc19.noarch
> Sep 22 22:55:47 localhost yum[1160]: Installed: plexus-io-2.0.5-6.fc19.noarch
> Sep 22 22:55:47 localhost yum[1160]: Installed: 2:apache-commons-discovery-0.5-7.fc19.noarch
> Sep 22 22:55:48 localhost yum[1160]: Installed: axis-1.4-20.fc19.noarch
> Sep 22 22:55:48 localhost yum[1160]: Installed: otopi-java-1.1.1-1.fc19.noarch
> Sep 22 22:55:49 localhost yum[1160]: Installed: ovirt-host-deploy-java-1.1.1-1.fc19.noarch
> Sep 22 22:55:50 localhost yum[1160]: Installed: dnsjava-2.1.3-4.fc19.noarch
> Sep 22 22:55:50 localhost yum[1160]: Installed: plexus-cipher-1.7-2.fc19.noarch
> Sep 22 22:55:51 localhost yum[1160]: Installed: apache-commons-lang3-3.1-5.fc19.noarch
> Sep 22 22:55:51 localhost yum[1160]: Installed: mimepull-1.8-5.fc19.noarch
> Sep 22 22:55:52 localhost yum[1160]: Installed: jsr-305-0-0.13.20090319svn.fc19.noarch
> Sep 22 22:55:52 localhost yum[1160]: Installed: guava-13.0-3.fc19.noarch
> Sep 22 22:55:53 localhost yum[1160]: Installed: google-guice-3.1.3-1.fc19.noarch
> Sep 22 22:55:53 localhost yum[1160]: Installed: jboss-interceptor-2.0.0-6.fc19.noarch
> Sep 22 22:55:54 localhost yum[1160]: Installed: sisu-inject-bean-2.3.0-8.fc19.noarch
> Sep 22 22:55:54 localhost yum[1160]: Installed: sisu-inject-plexus-2.3.0-8.fc19.noarch
> Sep 22 22:55:55 localhost yum[1160]: Installed: jsr-311-1.1.1-4.fc19.noarch
> Sep 22 22:55:55 localhost yum[1160]: Installed: xapool-1.5.0-3.fc19.noarch
> Sep 22 22:55:56 localhost systemd[1]: Reloading.
> Sep 22 22:55:56 localhost yum[1160]: Installed: derby-10.9.1.0-2.fc19.noarch
> Sep 22 22:55:57 localhost yum[1160]: Installed: easymock2-2.5.2-9.fc19.noarch
> Sep 22 22:55:57 localhost yum[1160]: Installed: jai-imageio-core-1.2-0.12.20100217cvs.fc19.noarch
> Sep 22 22:55:58 localhost yum[1160]: Installed: java-service-wrapper-3.2.5-12.fc19.x86_64
> Sep 22 22:55:58 localhost yum[1160]: Installed: mchange-commons-0.2.3.4-2.fc19.noarch
> Sep 22 22:55:59 localhost yum[1160]: Installed: c3p0-0.9.2.1-2.fc19.noarch
> Sep 22 22:56:00 localhost yum[1160]: Installed: qdox-1.12.1-5.fc19.noarch
> Sep 22 22:56:00 localhost yum[1160]: Installed: hamcrest-1.3-1.fc19.noarch
> Sep 22 22:56:01 localhost yum[1160]: Installed: junit-4.11-6.fc19.noarch
> Sep 22 22:56:01 localhost yum[1160]: Installed: plexus-containers-container-default-1.5.5-11.fc19.noarch
> Sep 22 22:56:01 localhost yum[1160]: Installed: shrinkwrap-1.0.0-5.fc19.noarch
> Sep 22 22:56:02 localhost yum[1160]: Installed: jbosgi-vfs-1.1.2-0.6.CR1.fc19.noarch
> Sep 22 22:56:02 localhost yum[1160]: Installed: jbosgi-spi-3.0.1-4.fc19.noarch
> Sep 22 22:56:03 localhost yum[1160]: Installed: jbosgi-deployment-1.0.12-5.fc19.noarch
> Sep 22 22:56:03 localhost yum[1160]: Installed: jbosgi-resolver1-1.0.13-6.fc19.noarch
> Sep 22 22:56:04 localhost yum[1160]: Installed: serp-1.14.2-0.4.20120406cvs.fc19.noarch
> Sep 22 22:56:04 localhost yum[1160]: Installed: maven-profile-2.2.1-44.fc19.noarch
> Sep 22 22:56:05 localhost yum[1160]: Installed: maven-artifact-2.2.1-44.fc19.noarch
> Sep 22 22:56:05 localhost yum[1160]: Installed: maven-plugin-registry-2.2.1-44.fc19.noarch
> Sep 22 22:56:05 localhost yum[1160]: Installed: maven-settings-2.2.1-44.fc19.noarch
> Sep 22 22:56:06 localhost yum[1160]: Installed: xpp3-1.1.3.8-8.fc19.noarch
> Sep 22 22:56:06 localhost yum[1160]: Installed: xpp3-minimal-1.1.3.8-8.fc19.noarch
> Sep 22 22:56:07 localhost yum[1160]: Installed: xstream-1.3.1-5.fc19.noarch
> Sep 22 22:56:07 localhost yum[1160]: Installed: aether-test-util-1.13.1-10.fc19.noarch
> Sep 22 22:56:08 localhost yum[1160]: Installed: jboss-jaxrs-1.1-api-1.0.1-5.fc19.noarch
> Sep 22 22:56:08 localhost yum[1160]: Installed: geronimo-commonj-1.1.0-6.fc19.noarch
> Sep 22 22:56:08 localhost yum[1160]: Installed: aqute-bndlib-1.50.0-5.fc19.noarch
> Sep 22 22:56:09 localhost yum[1160]: Installed: beust-jcommander-1.30-2.fc19.noarch
> Sep 22 22:56:10 localhost yum[1160]: Installed: testng-6.8-1.fc19.noarch
> Sep 22 22:56:10 localhost yum[1160]: Installed: classmate-0.5.4-4.fc19.noarch
> Sep 22 22:56:10 localhost yum[1160]: Installed: plexus-component-api-1.0-0.13.alpha15.fc19.noarch
> Sep 22 22:56:11 localhost yum[1160]: Installed: plexus-interactivity-1.0-0.10.alpha6.fc19.noarch
> Sep 22 22:56:11 localhost yum[1160]: Installed: ehcache-parent-2.3-4.fc19.noarch
> Sep 22 22:56:12 localhost yum[1160]: Installed: ehcache-sizeof-agent-1.0.1-4.fc19.noarch
> Sep 22 22:56:12 localhost yum[1160]: Installed: hessian-4.0.7-5.fc19.noarch
> Sep 22 22:56:13 localhost yum[1160]: Installed: apache-commons-jexl-2.1.1-5.fc19.noarch
> Sep 22 22:56:13 localhost yum[1160]: Installed: jboss-stdio-1.0.1-7.fc19.noarch
> Sep 22 22:56:14 localhost yum[1160]: Installed: apache-mina-2.0.4-6.fc19.noarch
> Sep 22 22:56:15 localhost yum[1160]: Installed: apache-commons-math-3.2-1.fc19.noarch
> Sep 22 22:56:15 localhost yum[1160]: Installed: jra-1.0-0.5.alpha4.fc19.noarch
> Sep 22 22:56:15 localhost yum[1160]: Installed: portals-pom-1.3-5.fc19.noarch
> Sep 22 22:56:16 localhost yum[1160]: Installed: portlet-2.0-api-1.0-5.fc19.noarch
> Sep 22 22:56:16 localhost yum[1160]: Installed: apache-commons-fileupload-1.2.2-11.fc19.noarch
> Sep 22 22:56:17 localhost yum[1160]: Installed: tiles-2.2.2-6.fc19.noarch
> Sep 22 22:56:17 localhost yum[1160]: Installed: 1:java_cup-0.11a-12.fc19.noarch
> Sep 22 22:56:18 localhost yum[1160]: Installed: java-1.5.0-gcj-1.5.0.0-43.fc19.x86_64
> Sep 22 22:56:19 localhost yum[1160]: Installed: sinjdoc-0.5-15.fc19.x86_64
> Sep 22 22:56:20 localhost yum[1160]: Installed: xalan-j2-2.7.1-21.fc19.noarch
> Sep 22 22:56:21 localhost yum[1160]: Installed: xerces-j2-2.11.0-14.fc19.noarch
> Sep 22 22:56:21 localhost yum[1160]: Installed: ant-1.8.4-6.fc19.noarch
> Sep 22 22:56:22 localhost yum[1160]: Installed: 1:msv-xsdlib-2013.2.3-1.fc19.noarch
> Sep 22 22:56:22 localhost yum[1160]: Installed: 1:msv-msv-2013.2.3-1.fc19.noarch
> Sep 22 22:56:23 localhost yum[1160]: Installed: xml-security-1.5.3-5.fc19.noarch
> Sep 22 22:56:23 localhost yum[1160]: Installed: ws-jaxme-0.5.2-8.fc19.noarch
> Sep 22 22:56:24 localhost yum[1160]: Installed: jdom-1.1.3-4.fc19.noarch
> Sep 22 22:56:24 localhost yum[1160]: Installed: jaxen-1.1.3-9.fc19.noarch
> Sep 22 22:56:25 localhost yum[1160]: Installed: dom4j-1.6.1-13.fc19.noarch
> Sep 22 22:56:25 localhost yum[1160]: Installed: hibernate3-3.6.10-7.fc19.noarch
> Sep 22 22:56:26 localhost yum[1160]: Installed: jboss-jstl-1.2-api-1.0.3-6.fc19.noarch
> Sep 22 22:56:26 localhost yum[1160]: Installed: jboss-jsf-2.1-api-2.0.2-6.fc19.noarch
> Sep 22 22:56:27 localhost yum[1160]: Installed: bsf-2.4.0-16.fc19.noarch
> Sep 22 22:56:27 localhost yum[1160]: Installed: bsh-1.3.0-24.fc19.noarch
> Sep 22 22:56:28 localhost yum[1160]: Installed: apache-commons-chain-1.2-6.fc19.noarch
> Sep 22 22:56:28 localhost yum[1160]: Installed: struts-1.3.10-7.fc19.noarch
> Sep 22 22:56:29 localhost yum[1160]: Installed: weld-api-1.1-7.fc19.noarch
> Sep 22 22:56:29 localhost yum[1160]: Installed: ehcache-core-2.6.7-1.fc19.noarch
> Sep 22 22:56:30 localhost yum[1160]: Installed: rome-0.9-13.fc19.noarch
> Sep 22 22:56:30 localhost yum[1160]: Installed: woodstox-core-4.1.2-5.fc19.noarch
> Sep 22 22:56:31 localhost yum[1160]: Installed: rngom-201103-0.7.20120119svn.fc19.noarch
> Sep 22 22:56:31 localhost yum[1160]: Installed: jbossws-common-tools-1.1.0-7.fc19.noarch
> Sep 22 22:56:32 localhost yum[1160]: Installed: jbossxb-2.0.3-3.fc19.noarch
> Sep 22 22:56:32 localhost yum[1160]: Installed: xom-1.0-12.fc19.noarch
> Sep 22 22:56:32 localhost yum[1160]: Installed: owasp-esapi-java-2.0.1-7.fc19.noarch
> Sep 22 22:56:33 localhost yum[1160]: Installed: txw2-20110809-7.fc19.noarch
> Sep 22 22:56:33 localhost yum[1160]: Installed: axiom-1.2.12-5.fc19.noarch
> Sep 22 22:56:34 localhost yum[1160]: Installed: neethi-3.0.1-4.fc19.noarch
> Sep 22 22:56:35 localhost yum[1160]: Installed: weld-core-1.1.13-1.Final.fc19.noarch
> Sep 22 22:56:35 localhost yum[1160]: Installed: sslext-1.2-4.fc19.noarch
> Sep 22 22:56:36 localhost yum[1160]: Installed: apache-poi-3.8-4.fc19.noarch
> Sep 22 22:56:37 localhost yum[1160]: Installed: apache-commons-jxpath-1.3-15.fc19.noarch
> Sep 22 22:56:37 localhost yum[1160]: Installed: werken-xpath-0.9.4-10.beta.12.4.fc19.noarch
> Sep 22 22:56:37 localhost yum[1160]: Installed: relaxngcc-1.12-5.fc19.noarch
> Sep 22 22:56:38 localhost yum[1160]: Installed: apache-commons-vfs-2.0-10.fc19.noarch
> Sep 22 22:56:38 localhost yum[1160]: Installed: apache-commons-configuration-1.9-4.fc19.noarch
> Sep 22 22:56:39 localhost yum[1160]: Installed: apache-juddi-3.1.4-4.fc19.noarch
> Sep 22 22:56:39 localhost yum[1160]: Installed: ant-junit-1.8.4-6.fc19.noarch
> Sep 22 22:56:40 localhost yum[1160]: Installed: apache-ivy-2.3.0-1.fc19.noarch
> Sep 22 22:56:41 localhost yum[1160]: Installed: groovy-1.8.9-2.fc19.noarch
> Sep 22 22:56:41 localhost yum[1160]: Installed: jdo2-api-2.2-5.fc19.noarch
> Sep 22 22:56:42 localhost yum[1160]: Installed: classworlds-1.1-9.fc19.noarch
> Sep 22 22:56:42 localhost yum[1160]: Installed: plexus-archiver-2.3-1.fc19.noarch
> Sep 22 22:56:43 localhost yum[1160]: Installed: jing-20091111-12.fc19.noarch
> Sep 22 22:56:43 localhost yum[1160]: Installed: glassfish-jaxb-2.2.5-4.fc19.noarch
> Sep 22 22:56:44 localhost yum[1160]: Installed: openjpa-2.2.1-6.fc19.noarch
> Sep 22 22:56:44 localhost yum[1160]: Installed: jboss-jaxb-intros-1.0.2-4.fc19.noarch
> Sep 22 22:56:45 localhost yum[1160]: Installed: jbossws-common-2.1.0-3.fc19.noarch
> Sep 22 22:56:45 localhost yum[1160]: Installed: cxf-xjc-utils-2.6.0-5.fc19.noarch
> Sep 22 22:56:46 localhost yum[1160]: Installed: xmlunit-1.4-1.fc19.noarch
> Sep 22 22:56:46 localhost yum[1160]: Installed: shrinkwrap-descriptors-2.0.0-0.4.alpha2.fc19.noarch
> Sep 22 22:56:47 localhost yum[1160]: Installed: avalon-logkit-2.1-12.fc19.noarch
> Sep 22 22:56:47 localhost yum[1160]: Installed: avalon-framework-4.3-8.fc19.noarch
> Sep 22 22:56:48 localhost yum[1160]: Installed: jacorb-2.3.1-8.fc19.noarch
> Sep 22 22:56:48 localhost yum[1160]: Installed: jboss-rmi-1.0-api-1.0.4-7.fc19.noarch
> Sep 22 22:56:49 localhost yum[1160]: Installed: jakarta-taglibs-standard-1.1.2-9.fc19.noarch
> Sep 22 22:56:50 localhost yum[1160]: Installed: batik-1.8-0.7.svn1230816.fc19.noarch
> Sep 22 22:56:51 localhost yum[1160]: Installed: itext-2.1.7-19.fc19.x86_64
> Sep 22 22:56:51 localhost yum[1160]: Installed: emma-2.0.5312-10.fc19.noarch
> Sep 22 22:56:52 localhost yum[1160]: Installed: jdepend-2.9.1-8.fc19.noarch
> Sep 22 22:56:52 localhost yum[1160]: Installed: cookxml-3.0.2-5.fc19.noarch
> Sep 22 22:56:53 localhost yum[1160]: Installed: cookcc-0.3.3-7.fc19.noarch
> Sep 22 22:56:53 localhost yum[1160]: Installed: jboss-dmr-1.1.1-9.fc19.noarch
> Sep 22 22:56:53 localhost yum[1160]: Installed: paranamer-2.4.1-5.fc19.noarch
> Sep 22 22:56:54 localhost yum[1160]: Installed: joda-convert-1.3-1.fc19.noarch
> Sep 22 22:56:54 localhost yum[1160]: Installed: joda-time-2.2-1.tzdata2013c.fc19.noarch
> Sep 22 22:56:55 localhost yum[1160]: Installed: jackson-1.9.4-6.fc19.noarch
> Sep 22 22:56:56 localhost yum[1160]: Installed: hibernate-validator-4.2.0-8.fc19.noarch
> Sep 22 22:56:56 localhost yum[1160]: Installed: hibernate-4.1.7-6.fc19.noarch
> Sep 22 22:56:57 localhost yum[1160]: Installed: hibernate-entitymanager-4.1.7-6.fc19.noarch
> Sep 22 22:56:57 localhost yum[1160]: Installed: opensaml-java-xmltooling-1.3.4-5.fc19.noarch
> Sep 22 22:56:58 localhost yum[1160]: Installed: opensaml-java-openws-1.4.4-4.fc19.noarch
> Sep 22 22:56:58 localhost yum[1160]: Installed: hibernate-envers-4.1.7-6.fc19.noarch
> Sep 22 22:56:59 localhost yum[1160]: Installed: hibernate3-entitymanager-3.6.10-7.fc19.noarch
> Sep 22 22:56:59 localhost yum[1160]: Installed: avro-1.6.2-6.fc19.noarch
> Sep 22 22:57:00 localhost yum[1160]: Installed: infinispan-5.1.2-6.fc19.noarch
> Sep 22 22:57:00 localhost yum[1160]: Installed: picketbox-4.0.6-9.fc19.noarch
> Sep 22 22:57:01 localhost yum[1160]: Installed: ironjacamar-1.0.9-6.fc19.noarch
> Sep 22 22:57:02 localhost yum[1160]: Installed: hornetq-2.2.13-6.fc19.x86_64
> Sep 22 22:57:03 localhost yum[1160]: Installed: jboss-jts-4.16.2-11.fc19.noarch
> Sep 22 22:57:03 localhost yum[1160]: Installed: hibernate-testing-4.1.7-6.fc19.noarch
> Sep 22 22:57:04 localhost yum[1160]: Installed: hibernate-infinispan-4.1.7-6.fc19.noarch
> Sep 22 22:57:04 localhost yum[1160]: Installed: hibernate3-infinispan-3.6.10-7.fc19.noarch
> Sep 22 22:57:05 localhost yum[1160]: Installed: libreadline-java-0.8.0-31.fc19.x86_64
> Sep 22 22:57:06 localhost yum[1160]: Installed: jython-2.2.1-12.fc19.noarch
> Sep 22 22:57:06 localhost yum[1160]: Installed: plexus-sec-dispatcher-1.4-10.fc19.noarch
> Sep 22 22:57:07 localhost yum[1160]: Installed: jopt-simple-3.3-8.fc19.noarch
> Sep 22 22:57:07 localhost yum[1160]: Installed: springframework-3.1.1-14.fc19.noarch
> Sep 22 22:57:08 localhost yum[1160]: Installed: springframework-beans-3.1.1-14.fc19.noarch
> Sep 22 22:57:08 localhost yum[1160]: Installed: springframework-aop-3.1.1-14.fc19.noarch
> Sep 22 22:57:09 localhost yum[1160]: Installed: springframework-tx-3.1.1-14.fc19.noarch
> Sep 22 22:57:09 localhost yum[1160]: Installed: springframework-expression-3.1.1-14.fc19.noarch
> Sep 22 22:57:09 localhost yum[1160]: Installed: springframework-instrument-3.1.1-14.fc19.noarch
> Sep 22 22:57:10 localhost yum[1160]: Installed: felix-osgi-foundation-1.2.0-12.fc19.noarch
> Sep 22 22:57:11 localhost yum[1160]: Installed: felix-osgi-compendium-1.4.0-14.fc19.noarch
> Sep 22 22:57:11 localhost yum[1160]: Installed: geronimo-osgi-support-1.0-12.fc19.noarch
> Sep 22 22:57:11 localhost yum[1160]: Installed: geronimo-saaj-1.1-11.fc19.noarch
> Sep 22 22:57:12 localhost yum[1160]: Installed: geronimo-jaxrpc-2.1-11.fc19.noarch
> Sep 22 22:57:12 localhost yum[1160]: Installed: geronimo-ejb-1.0-9.fc19.noarch
> Sep 22 22:57:13 localhost yum[1160]: Installed: springframework-context-3.1.1-14.fc19.noarch
> Sep 22 22:57:13 localhost yum[1160]: Installed: springframework-oxm-3.1.1-14.fc19.noarch
> Sep 22 22:57:14 localhost yum[1160]: Installed: springframework-web-3.1.1-14.fc19.noarch
> Sep 22 22:57:14 localhost yum[1160]: Installed: aries-util-0.4-4.fc19.noarch
> Sep 22 22:57:15 localhost yum[1160]: Installed: felix-framework-4.2.1-1.fc19.noarch
> Sep 22 22:57:15 localhost yum[1160]: Installed: springframework-jdbc-3.1.1-14.fc19.noarch
> Sep 22 22:57:16 localhost yum[1160]: Installed: springframework-orm-3.1.1-14.fc19.noarch
> Sep 22 22:57:16 localhost yum[1160]: Installed: felix-osgi-obr-resolver-0.1.0-0.7.Beta1.fc19.noarch
> Sep 22 22:57:17 localhost yum[1160]: Installed: jbosgi-resolver-2.0.0-0.5.Beta2.fc19.noarch
> Sep 22 22:57:17 localhost yum[1160]: Installed: aries-quiesce-0.3-4.fc19.noarch
> Sep 22 22:57:17 localhost yum[1160]: Installed: aries-proxy-0.3-4.fc19.noarch
> Sep 22 22:57:18 localhost yum[1160]: Installed: aries-blueprint-0.3.1-5.fc19.noarch
> Sep 22 22:57:18 localhost yum[1160]: Installed: springframework-jms-3.1.1-14.fc19.noarch
> Sep 22 22:57:19 localhost yum[1160]: Installed: quartz-2.1.2-8.fc19.noarch
> Sep 22 22:57:19 localhost yum[1160]: Installed: apache-scout-1.2.6-6.fc19.noarch
> Sep 22 22:57:20 localhost yum[1160]: Installed: glassfish-saaj-1.3.19-3.fc19.noarch
> Sep 22 22:57:20 localhost yum[1160]: Installed: felix-configadmin-1.4.0-7.fc19.noarch
> Sep 22 22:57:21 localhost yum[1160]: Installed: jboss-servlet-2.5-api-1.0.1-3.fc19.noarch
> Sep 22 22:57:21 localhost yum[1160]: Installed: regexp-1.5-10.fc19.noarch
> Sep 22 22:57:22 localhost yum[1160]: Installed: bcel-5.2-15.fc19.noarch
> Sep 22 22:57:22 localhost yum[1160]: Installed: velocity-1.7-7.fc19.noarch
> Sep 22 22:57:23 localhost yum[1160]: Installed: opensaml-java-2.5.3-4.fc19.noarch
> Sep 22 22:57:23 localhost yum[1160]: Installed: nekohtml-1.9.14-11.fc19.noarch
> Sep 22 22:57:24 localhost yum[1160]: Installed: maven-wagon-2.4-1.fc19.noarch
> Sep 22 22:57:24 localhost yum[1160]: Installed: aether-connector-wagon-1.13.1-10.fc19.noarch
> Sep 22 22:57:25 localhost yum[1160]: Installed: maven-3.0.5-3.fc19.noarch
> Sep 22 22:57:25 localhost yum[1160]: Installed: wss4j-1.6.10-1.fc19.noarch
> Sep 22 22:57:26 localhost yum[1160]: Installed: 1:cxf-2.6.9-1.fc19.noarch
> Sep 22 22:57:26 localhost yum[1160]: Installed: 1:cxf-api-2.6.9-1.fc19.noarch
> Sep 22 22:57:27 localhost yum[1160]: Installed: maven-archiver-2.5-7.fc19.noarch
> Sep 22 22:57:27 localhost yum[1160]: Installed: maven-artifact-manager-2.2.1-44.fc19.noarch
> Sep 22 22:57:28 localhost yum[1160]: Installed: maven-project-2.2.1-44.fc19.noarch
> Sep 22 22:57:28 localhost yum[1160]: Installed: maven-source-plugin-2.2.1-5.fc19.noarch
> Sep 22 22:57:28 localhost yum[1160]: Installed: forge-parent-31-1.fc19.noarch
> Sep 22 22:57:29 localhost yum[1160]: Installed: aether-1.13.1-10.fc19.noarch
> Sep 22 22:57:29 localhost yum[1160]: Installed: shrinkwrap-resolver-1.0.0-0.5.beta7.fc19.noarch
> Sep 22 22:57:30 localhost yum[1160]: Installed: arquillian-core-1.0.2-1.fc18.noarch
> Sep 22 22:57:31 localhost yum[1160]: Installed: jbosgi-framework-1.1.8-6.fc19.noarch
> Sep 22 22:57:31 localhost yum[1160]: Installed: arquillian-osgi-1.0.2-5.fc19.noarch
> Sep 22 22:57:32 localhost yum[1160]: Installed: jbosgi-repository-1.0.5-6.fc19.noarch
> Sep 22 22:57:32 localhost yum[1160]: Installed: httpunit-1.7-11.fc19.noarch
> Sep 22 22:57:33 localhost yum[1160]: Installed: resteasy-2.3.2-12.fc19.noarch
> Sep 22 22:57:33 localhost yum[1160]: Installed: velocity-tools-2.0-5.fc19.noarch
> Sep 22 22:57:34 localhost yum[1160]: Installed: apache-commons-javaflow-1.0-0.4.20120509SNAPSHOT.fc19.noarch
> Sep 22 22:57:35 localhost yum[1160]: Installed: jasperreports-4.0.2-5.fc19.noarch
> Sep 22 22:57:35 localhost yum[1160]: Installed: springframework-context-support-3.1.1-14.fc19.noarch
> Sep 22 22:57:36 localhost yum[1160]: Installed: springframework-webmvc-3.1.1-14.fc19.noarch
> Sep 22 22:57:36 localhost yum[1160]: Installed: 1:cxf-rt-2.6.9-1.fc19.noarch
> Sep 22 22:57:37 localhost yum[1160]: Installed: 1:cxf-tools-2.6.9-1.fc19.noarch
> Sep 22 22:57:37 localhost yum[1160]: Installed: jaxws-jboss-httpserver-httpspi-1.0.1-4.fc19.noarch
> Sep 22 22:57:38 localhost yum[1160]: Installed: 1:cxf-services-2.6.9-1.fc19.noarch
> Sep 22 22:57:38 localhost yum[1160]: Installed: jbossws-cxf-4.1.0-4.fc19.noarch
> Sep 22 22:57:39 localhost yum[1160]: Installed: jbossws-native-4.1.0-5.fc19.noarch
> Sep 22 22:57:41 localhost systemd[1]: Reloading.
> Sep 22 22:57:41 localhost yum[1160]: Installed: jboss-as-7.1.1-21.fc19.noarch
> Sep 22 22:57:42 localhost yum[1160]: Installed: urw-fonts-2.4-15.fc19.noarch
> Sep 22 22:57:44 localhost yum[1160]: Installed: ghostscript-9.07-12.fc19.x86_64
> Sep 22 22:57:45 localhost yum[1160]: Installed: netpbm-progs-10.61.02-5.fc19.x86_64
> Sep 22 22:57:46 localhost yum[1160]: Installed: 1:libguestfs-1.22.6-1.fc19.x86_64
> Sep 22 22:57:46 localhost yum[1160]: Installed: 1:libguestfs-tools-c-1.22.6-1.fc19.x86_64
> Sep 22 22:57:47 localhost yum[1160]: Installed: 1:python-lockfile-0.9.1-4.fc19.noarch
> Sep 22 22:57:47 localhost yum[1160]: Installed: python-daemon-1.6-4.fc19.noarch
> Sep 22 22:57:48 localhost yum[1160]: Installed: ovirt-engine-lib-3.3.0-4.fc19.noarch
> Sep 22 22:57:53 localhost yum[1160]: Installed: ovirt-engine-userportal-3.3.0-4.fc19.noarch
> Sep 22 22:58:04 localhost yum[1160]: Installed: ovirt-engine-webadmin-portal-3.3.0-4.fc19.noarch
> Sep 22 22:58:05 localhost yum[1160]: Installed: ovirt-engine-setup-3.3.0-4.fc19.noarch
> Sep 22 22:58:05 localhost systemd[1]: Reloading.
> Sep 22 22:58:05 localhost yum[1160]: Installed: ovirt-engine-tools-3.3.0-4.fc19.noarch
> Sep 22 22:58:06 localhost yum[1160]: Installed: ovirt-engine-restapi-3.3.0-4.fc19.noarch
> Sep 22 22:58:07 localhost systemd[1]: Reloading.
> Sep 22 22:58:08 localhost yum[1160]: Installed: ovirt-engine-backend-3.3.0-4.fc19.noarch
> Sep 22 22:58:08 localhost yum[1160]: Installed: ovirt-engine-dbscripts-3.3.0-4.fc19.noarch
> Sep 22 22:58:09 localhost yum[1160]: Installed: ovirt-engine-3.3.0-4.fc19.noarch
> Sep 22 22:58:09 localhost yum[1160]: Installed: python-ethtool-0.8-1.fc19.x86_64
> Sep 22 22:58:23 localhost dbus-daemon[494]: dbus[494]: avc:  received policyload notice (seqno=2)
> Sep 22 22:58:23 localhost dbus[494]: avc:  received policyload notice (seqno=2)
> Sep 22 22:58:23 localhost dbus-daemon[494]: dbus[494]: [system] Reloaded configuration
> Sep 22 22:58:23 localhost dbus[494]: [system] Reloaded configuration
> Sep 22 22:58:24 localhost dbus-daemon[494]: dbus[494]: avc:  received policyload notice (seqno=3)
> Sep 22 22:58:24 localhost dbus[494]: avc:  received policyload notice (seqno=3)
> Sep 22 22:58:24 localhost dbus[494]: [system] Reloaded configuration
> Sep 22 22:58:24 localhost dbus-daemon[494]: dbus[494]: [system] Reloaded configuration
> Sep 22 22:58:24 localhost saslpasswd2: error deleting entry from sasldb: BDB0073 DB_NOTFOUND: No matching key/data pair found
> Sep 22 22:58:24 localhost saslpasswd2: error deleting entry from sasldb: BDB0073 DB_NOTFOUND: No matching key/data pair found
> Sep 22 22:58:24 localhost saslpasswd2: error deleting entry from sasldb: BDB0073 DB_NOTFOUND: No matching key/data pair found
> Sep 22 22:58:24 localhost systemd[1]: Starting Load Kernel Modules...
> Sep 22 22:58:24 localhost kernel: [ 1293.894114] bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
> Sep 22 22:58:24 localhost systemd-modules-load[2268]: Inserted module 'bonding'
> Sep 22 22:58:24 localhost NetworkManager[514]: <warn> failed to allocate link cache: (-10) Operation not supported
> Sep 22 22:58:24 localhost systemd-modules-load[2268]: Inserted module 'bridge'
> Sep 22 22:58:24 localhost kernel: [ 1293.910579] Bridge firewalling registered
> Sep 22 22:58:24 localhost kernel: [ 1293.911861] tun: Universal TUN/TAP device driver, 1.6
> Sep 22 22:58:24 localhost kernel: [ 1293.911862] tun: (C) 1999-2004 Max Krasnyansky <maxk at qualcomm.com>
> Sep 22 22:58:24 localhost systemd-modules-load[2268]: Inserted module 'tun'
> Sep 22 22:58:24 localhost systemd-modules-load[2268]: Inserted module '8021q'
> Sep 22 22:58:24 localhost kernel: [ 1293.915544] 8021q: 802.1Q VLAN Support v1.8
> Sep 22 22:58:24 localhost NetworkManager[514]: <info> (bond0): carrier is OFF
> Sep 22 22:58:24 localhost NetworkManager[514]: <info> (bond0): new Bond device (driver: 'bonding' ifindex: 3)
> Sep 22 22:58:24 localhost NetworkManager[514]: <info> (bond0): exported as /org/freedesktop/NetworkManager/Devices/1
> Sep 22 22:58:24 localhost NetworkManager[514]: <info> (bond0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
> Sep 22 22:58:24 localhost NetworkManager[514]: <info> (bond0): bringing up device.
> Sep 22 22:58:24 localhost NetworkManager[514]: <info> (bond0): deactivating device (reason 'managed') [2]
> Sep 22 22:58:24 localhost NetworkManager[514]: <info> Added default wired connection 'Wired connection 1' for /sys/devices/virtual/net/bond0
> Sep 22 22:58:24 localhost systemd[1]: Started Load Kernel Modules.
> Sep 22 22:58:24 localhost kernel: [ 1293.920551] IPv6: ADDRCONF(NETDEV_UP): bond0: link is not ready
> Sep 22 22:58:24 localhost kernel: [ 1293.920556] 8021q: adding VLAN 0 to HW filter on device bond0
> Sep 22 22:58:24 localhost NetworkManager[514]: <info> (bond0): device state change: unavailable -> disconnected (reason 'none') [20 30 0]
> Sep 22 22:58:24 localhost systemd[1]: Reloading.
> Sep 22 22:58:24 localhost systemd[1]: Reloading.
> Sep 22 22:58:24 localhost systemd[1]: Reloading.
> Sep 22 22:58:24 localhost systemd[1]: Reloading.
> Sep 22 22:58:24 localhost yum[1160]: Installed: vdsm-4.12.1-2.fc19.x86_64
> Sep 22 22:58:25 localhost yum[1160]: Installed: ovirt-host-deploy-offline-1.1.1-1.fc19.noarch
> Sep 22 22:58:25 localhost yum[1160]: Installed: ovirt-engine-setup-plugin-allinone-3.3.0-4.fc19.noarch
> Sep 22 22:58:26 localhost dbus-daemon[494]: dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 22 22:58:26 localhost dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 22 22:58:26 localhost dbus-daemon[494]: dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 22 22:58:26 localhost dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 22 23:35:53 localhost systemd[1]: Reexecuting.
> Sep 22 23:35:53 localhost systemd[1]: systemd 204 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
> Sep 23 05:03:38 localhost kernel: [23209.645183] perf samples too long (2760 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
> Sep 23 07:03:21 localhost dbus-daemon[494]: dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 23 07:03:21 localhost dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 23 07:03:21 localhost dbus-daemon[494]: dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 23 07:03:21 localhost dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 23 07:03:26 localhost systemd[1]: Reloading.
> Sep 23 07:03:26 localhost yum[1502]: Installed: ovirt-engine-websocket-proxy-3.3.0-4.fc19.noarch
> Sep 23 07:03:26 localhost dbus-daemon[494]: dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 23 07:03:26 localhost dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 23 07:03:26 localhost dbus-daemon[494]: dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 23 07:03:26 localhost dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 23 07:04:19 localhost dbus-daemon[494]: dbus[494]: [system] Activating via systemd: service name='net.reactivated.Fprint' unit='fprintd.service'
> Sep 23 07:04:19 localhost dbus[494]: [system] Activating via systemd: service name='net.reactivated.Fprint' unit='fprintd.service'
> Sep 23 07:04:19 localhost systemd[1]: Starting Fingerprint Authentication Daemon...
> Sep 23 07:04:19 localhost dbus-daemon[494]: dbus[494]: [system] Successfully activated service 'net.reactivated.Fprint'
> Sep 23 07:04:19 localhost dbus[494]: [system] Successfully activated service 'net.reactivated.Fprint'
> Sep 23 07:04:19 localhost systemd[1]: Started Fingerprint Authentication Daemon.
> Sep 23 07:04:19 localhost fprintd[1535]: Launching FprintObject
> Sep 23 07:04:19 localhost fprintd[1535]: ** Message: D-Bus service launched with name: net.reactivated.Fprint
> Sep 23 07:04:19 localhost fprintd[1535]: ** Message: entering main loop
> Sep 23 07:04:21 localhost systemd-logind[495]: New session 45 of user root.
> Sep 23 07:04:29 localhost dbus-daemon[494]: dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 23 07:04:29 localhost dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 23 07:04:29 localhost dbus-daemon[494]: dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 23 07:04:29 localhost dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 23 07:04:30 localhost dbus-daemon[494]: dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 23 07:04:30 localhost dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 23 07:04:30 localhost dbus-daemon[494]: dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 23 07:04:30 localhost dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 23 07:04:32 localhost dbus-daemon[494]: dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 23 07:04:32 localhost dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 23 07:04:32 localhost dbus-daemon[494]: dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 23 07:04:32 localhost dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 23 07:04:42 localhost dbus-daemon[494]: dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 23 07:04:42 localhost dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 23 07:04:42 localhost dbus-daemon[494]: dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 23 07:04:42 localhost dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 23 07:04:49 localhost fprintd[1535]: ** Message: No devices in use, exit
> Sep 23 07:05:24 localhost systemd[1]: Starting Virtualization daemon...
> Sep 23 07:05:24 localhost systemd[1]: Started Virtualization daemon.
> Sep 23 07:05:24 localhost NetworkManager[514]: <warn> failed to allocate link cache: (-10) Operation not supported
> Sep 23 07:05:24 localhost NetworkManager[514]: <info> (virbr0): ignoring bridge not created by NetworkManager
> Sep 23 07:05:27 localhost avahi-daemon[485]: Joining mDNS multicast group on interface virbr0.IPv4 with address 192.168.122.1.
> Sep 23 07:05:27 localhost kernel: [30519.000557] IPv6: ADDRCONF(NETDEV_UP): virbr0: link is not ready
> Sep 23 07:05:27 localhost avahi-daemon[485]: New relevant interface virbr0.IPv4 for mDNS.
> Sep 23 07:05:27 localhost avahi-daemon[485]: Registering new address record for 192.168.122.1 on virbr0.IPv4.
> Sep 23 07:05:27 localhost dnsmasq[1753]: started, version 2.66 cachesize 150
> Sep 23 07:05:27 localhost dnsmasq[1753]: compile time options: IPv6 GNU-getopt DBus no-i18n IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth
> Sep 23 07:05:27 localhost dnsmasq-dhcp[1753]: DHCP, IP range 192.168.122.2 -- 192.168.122.254, lease time 1h
> Sep 23 07:05:27 localhost dnsmasq[1753]: using local addresses only for unqualified names
> Sep 23 07:05:27 localhost dnsmasq[1753]: reading /etc/resolv.conf
> Sep 23 07:05:27 localhost dnsmasq[1753]: using nameserver 192.168.2.1#53
> Sep 23 07:05:27 localhost dnsmasq[1753]: using local addresses only for unqualified names
> Sep 23 07:05:27 localhost dnsmasq[1753]: read /etc/hosts - 3 addresses
> Sep 23 07:05:27 localhost dnsmasq[1753]: read /var/lib/libvirt/dnsmasq/default.addnhosts - 0 addresses
> Sep 23 07:05:27 localhost dnsmasq-dhcp[1753]: read /var/lib/libvirt/dnsmasq/default.hostsfile
> Sep 23 07:05:30 localhost systemd[1]: Stopping Virtualization daemon...
> Sep 23 07:05:30 localhost systemd[1]: Stopped Virtualization daemon.
> Sep 23 07:05:32 localhost dbus-daemon[494]: dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 23 07:05:32 localhost dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 23 07:05:32 localhost dbus-daemon[494]: dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 23 07:05:32 localhost dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 23 07:05:33 localhost systemd[1]: Stopped oVirt Engine.
> Sep 23 07:05:33 localhost systemd[1]: Stopped oVirt Engine websockets proxy.
> Sep 23 07:05:33 localhost systemd[1]: Reloading.
> Sep 23 07:05:33 localhost systemd[1]: Stopped IPv4 firewall with iptables.
> Sep 23 07:05:33 localhost systemd[1]: Started firewalld - dynamic firewall daemon.
> Sep 23 07:05:33 localhost systemd[1]: Reloading.
> Sep 23 07:05:43 localhost dbus-daemon[494]: dbus[494]: avc:  received policyload notice (seqno=4)
> Sep 23 07:05:43 localhost dbus[494]: avc:  received policyload notice (seqno=4)
> Sep 23 07:05:43 localhost dbus-daemon[494]: dbus[494]: [system] Reloaded configuration
> Sep 23 07:05:43 localhost dbus[494]: [system] Reloaded configuration
> Sep 23 07:05:44 localhost dbus-daemon[494]: dbus[494]: avc:  received policyload notice (seqno=5)
> Sep 23 07:05:44 localhost dbus[494]: avc:  received policyload notice (seqno=5)
> Sep 23 07:05:44 localhost dbus-daemon[494]: dbus[494]: [system] Reloaded configuration
> Sep 23 07:05:44 localhost dbus[494]: [system] Reloaded configuration
> Sep 23 07:05:48 localhost systemd[1]: Stopped PostgreSQL database server.
> Sep 23 07:05:48 localhost systemd[1]: Starting PostgreSQL database server...
> Sep 23 07:05:50 localhost systemd[1]: Started PostgreSQL database server.
> Sep 23 07:05:51 localhost systemd[1]: Stopping PostgreSQL database server...
> Sep 23 07:05:52 localhost systemd[1]: Stopped PostgreSQL database server.
> Sep 23 07:05:52 localhost systemd[1]: Starting PostgreSQL database server...
> Sep 23 07:05:53 localhost systemd[1]: Started PostgreSQL database server.
> Sep 23 07:05:53 localhost systemd[1]: Reloading.
> Sep 23 07:06:53 localhost dbus-daemon[494]: dbus[494]: avc:  received policyload notice (seqno=6)
> Sep 23 07:06:53 localhost dbus[494]: avc:  received policyload notice (seqno=6)
> Sep 23 07:06:53 localhost dbus[494]: [system] Reloaded configuration
> Sep 23 07:06:53 localhost dbus-daemon[494]: dbus[494]: [system] Reloaded configuration
> Sep 23 07:06:54 localhost dbus-daemon[494]: dbus[494]: avc:  received policyload notice (seqno=7)
> Sep 23 07:06:54 localhost dbus[494]: avc:  received policyload notice (seqno=7)
> Sep 23 07:06:54 localhost dbus-daemon[494]: dbus[494]: [system] Reloaded configuration
> Sep 23 07:06:54 localhost dbus[494]: [system] Reloaded configuration
> Sep 23 07:06:55 localhost dbus-daemon[494]: dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 23 07:06:55 localhost dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 23 07:06:55 localhost dbus-daemon[494]: dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 23 07:06:55 localhost dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 23 07:07:00 localhost systemd[1]: Reloading.
> Sep 23 07:07:00 localhost systemd[1]: Stopped oVirt Engine websockets proxy.
> Sep 23 07:07:00 localhost systemd[1]: Starting oVirt Engine websockets proxy...
> Sep 23 07:07:00 localhost systemd[1]: Started oVirt Engine websockets proxy.
> Sep 23 07:07:00 localhost systemd[1]: Reloading.
> Sep 23 07:07:00 localhost systemd[1]: Starting oVirt Engine...
> Sep 23 07:07:00 localhost systemd[1]: Started oVirt Engine.
> Sep 23 07:07:00 localhost systemd[1]: Reloading.
> Sep 23 07:07:00 localhost systemd[1]: Reloading.
> Sep 23 07:07:00 localhost systemd[1]: Stopped The Apache HTTP Server.
> Sep 23 07:07:00 localhost systemd[1]: Starting The Apache HTTP Server...
> Sep 23 07:07:00 localhost httpd[10160]: [Mon Sep 23 07:07:00.297453 2013] [proxy:warn] [pid 10160] AH01146: Ignoring parameter 'timeout=3600' for worker 'ajp://127.0.0.1:8702' because of worker sharing
> Sep 23 07:07:00 localhost systemd[1]: Started The Apache HTTP Server.
> Sep 23 07:07:07 localhost systemd-logind[495]: New session 46 of user root.
> Sep 23 07:07:07 localhost systemd-logind[495]: Removed session 46.
> Sep 23 07:07:07 localhost systemd-logind[495]: New session 47 of user root.
> Sep 23 07:07:08 localhost dbus-daemon[494]: dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 23 07:07:08 localhost dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 23 07:07:08 localhost dbus-daemon[494]: dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 23 07:07:08 localhost dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 23 07:07:09 localhost dbus-daemon[494]: dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 23 07:07:09 localhost dbus[494]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
> Sep 23 07:07:09 localhost dbus-daemon[494]: dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 23 07:07:09 localhost dbus[494]: [system] Successfully activated service 'org.freedesktop.PackageKit'
> Sep 23 07:07:10 localhost systemd[1]: Stopped Virtual Desktop Server Manager.
> Sep 23 07:07:10 localhost systemd[1]: Stopped "Auxiliary vdsm service for running helper functions as root".
> Sep 23 07:07:10 localhost systemd[1]: Time has been changed
> Sep 23 07:07:10 localhost systemd[1]: Starting Dynamic System Tuning Daemon...
> Sep 23 07:07:10 localhost systemd[1]: Started Dynamic System Tuning Daemon.
> Sep 23 07:07:10 localhost systemd[1]: Reloading.
> Sep 23 07:07:12 localhost systemd[1]: Stopped Suspend Active Libvirt Guests.
> Sep 23 07:07:12 localhost systemd[1]: Reloading.
> Sep 23 07:07:12 localhost systemd[1]: Reloading.
> Sep 23 07:07:12 localhost systemd[1]: Stopped Virtualization daemon.
> Sep 23 07:07:12 localhost systemd[1]: Starting "Auxiliary vdsm service for running helper functions as root"...
> Sep 23 07:07:12 localhost systemd[1]: Started "Auxiliary vdsm service for running helper functions as root".
> Sep 23 07:07:12 localhost systemd[1]: Starting System Time Synchronized.
> Sep 23 07:07:12 localhost systemd[1]: Reached target System Time Synchronized.
> Sep 23 07:07:12 localhost systemd[1]: Starting Restore failed Vdsm network configuration on boot...
> Sep 23 07:07:12 localhost systemd[1]: Started Device-Mapper Multipath Device Controller.
> Sep 23 07:07:12 localhost systemd[1]: Starting Open-iSCSI...
> Sep 23 07:07:12 localhost iscsid: iSCSI logger with pid=10557 started!
> Sep 23 07:07:12 localhost systemd[1]: Failed to read PID from file /var/run/iscsid.pid: Invalid argument
> Sep 23 07:07:13 localhost kernel: [30625.190540] Loading iSCSI transport class v2.0-870.
> Sep 23 07:07:13 localhost systemd[1]: Started Open-iSCSI.
> Sep 23 07:07:13 localhost systemd[1]: Starting Virtualization daemon...
> Sep 23 07:07:13 localhost systemd[1]: Started Virtualization daemon.
> Sep 23 07:07:13 localhost libvirtd[10564]: 2013-09-23 11:07:13.191+0000: 10564: info : libvirt version: 1.0.5.5, package: 1.fc19 (Fedora Project, 2013-08-01-23:39:55, buildvm-09.phx2.fedoraproject.org)
> Sep 23 07:07:13 localhost libvirtd[10564]: 2013-09-23 11:07:13.191+0000: 10564: debug : virLogParseOutputs:1331 : outputs=1:file:/var/log/libvirt/libvirtd.log
> Sep 23 07:07:13 localhost systemd-logind[495]: Watching system buttons on /dev/input/event1 (Power Button)
> Sep 23 07:07:13 localhost systemd-logind[495]: Watching system buttons on /dev/input/event0 (Power Button)
> Sep 23 07:07:13 localhost systemd[1]: Starting LSB: Bring up/down networking...
> Sep 23 07:07:13 localhost systemd[1]: Started Restore failed Vdsm network configuration on boot.
> Sep 23 07:07:13 localhost systemd[1]: Starting Virtual Desktop Server Manager...
> Sep 23 07:07:13 localhost systemd-vdsmd[10607]: Traceback (most recent call last):
> Sep 23 07:07:13 localhost systemd-vdsmd[10607]: File "/usr/bin/vdsm-tool", line 143, in <module>
> Sep 23 07:07:13 localhost systemd-vdsmd[10607]: sys.exit(main())
> Sep 23 07:07:13 localhost systemd-vdsmd[10607]: File "/usr/bin/vdsm-tool", line 140, in main
> Sep 23 07:07:13 localhost systemd-vdsmd[10607]: return tool_command[cmd]["command"](*args[1:])
> Sep 23 07:07:13 localhost systemd-vdsmd[10607]: File "/usr/lib64/python2.7/site-packages/vdsm/tool/sanlock.py", line 41, in sanlock_check_service
> Sep 23 07:07:13 localhost systemd-vdsmd[10607]: sanlock_pid = open(SANLOCK_PID, "r").readline().strip()
> Sep 23 07:07:13 localhost systemd-vdsmd[10607]: IOError: [Errno 2] No such file or directory: '/var/run/sanlock/sanlock.pid'
> Sep 23 07:07:13 localhost systemd[1]: Starting Watchdog Multiplexing Daemon...
> Sep 23 07:07:13 localhost systemd[1]: Starting Shared Storage Lease Manager...
> Sep 23 07:07:13 localhost wdmd[10724]: wdmd started S0 H1 G179
> Sep 23 07:07:13 localhost systemd-wdmd[10706]: Starting wdmd: [  OK  ]
> Sep 23 07:07:13 localhost systemd-sanlock[10707]: Starting sanlock: [  OK  ]
> Sep 23 07:07:13 localhost systemd[1]: Started Watchdog Multiplexing Daemon.
> Sep 23 07:07:13 localhost systemd[1]: Started Shared Storage Lease Manager.
> Sep 23 07:07:13 localhost wdmd[10724]: /dev/watchdog0 armed with fire_timeout 60
> Sep 23 07:07:13 localhost systemd-vdsmd[10607]: Attempting to restart sanlock service:[  OK  ]
> Sep 23 07:07:13 localhost systemd-vdsmd[10607]: Starting configure libvirt to VDSM ...
> Sep 23 07:07:13 localhost systemd-vdsmd[10607]: libvirt is already configured for vdsm
> Sep 23 07:07:13 localhost systemd-vdsmd[10607]: =Done configuring libvirt=
> Sep 23 07:07:13 localhost network[10605]: Bringing up loopback interface:  [  OK  ]
> Sep 23 07:07:13 localhost NetworkManager[514]: <info> (em1): disconnecting for new activation request.
> Sep 23 07:07:13 localhost NetworkManager[514]: <info> (em1): device state change: activated -> disconnected (reason 'none') [100 30 0]
> Sep 23 07:07:13 localhost NetworkManager[514]: <info> (em1): deactivating device (reason 'none') [0]
> Sep 23 07:07:13 localhost iscsid: iSCSI daemon with pid=10558 started!
> Sep 23 07:07:14 localhost NetworkManager[514]: <info> (em1): canceled DHCP transaction, DHCP client pid 977
> Sep 23 07:07:14 localhost avahi-daemon[485]: Withdrawing address record for 192.168.2.9 on em1.
> Sep 23 07:07:14 localhost avahi-daemon[485]: Leaving mDNS multicast group on interface em1.IPv4 with address 192.168.2.9.
> Sep 23 07:07:14 localhost avahi-daemon[485]: Interface em1.IPv4 no longer relevant for mDNS.
> Sep 23 07:07:14 localhost avahi-daemon[485]: Withdrawing address record for 2001:4830:1692:1:a6ba:dbff:feec:eacd on em1.
> Sep 23 07:07:14 localhost avahi-daemon[485]: Registering new address record for fe80::a6ba:dbff:feec:eacd on em1.*.
> Sep 23 07:07:14 localhost systemd-vdsmd[10607]: Starting multipathd...
> Sep 23 07:07:14 localhost NetworkManager[514]: <info> Activation (em1) starting connection 'enp4s0'
> Sep 23 07:07:14 localhost NetworkManager[514]: <info> (em1): device state change: disconnected -> prepare (reason 'none') [30 40 0]
> Sep 23 07:07:14 localhost NetworkManager[514]: <info> Activation (em1) Stage 1 of 5 (Device Prepare) scheduled...
> Sep 23 07:07:14 localhost dbus[494]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
> Sep 23 07:07:14 localhost NetworkManager[514]: <info> Activation (em1) Stage 1 of 5 (Device Prepare) started...
> Sep 23 07:07:14 localhost NetworkManager[514]: <info> Activation (em1) Stage 2 of 5 (Device Configure) scheduled...
> Sep 23 07:07:14 localhost NetworkManager[514]: <info> Activation (em1) Stage 1 of 5 (Device Prepare) complete.
> Sep 23 07:07:14 localhost NetworkManager[514]: <info> Activation (em1) Stage 2 of 5 (Device Configure) starting...
> Sep 23 07:07:14 localhost NetworkManager[514]: <info> (em1): device state change: prepare -> config (reason 'none') [40 50 0]
> Sep 23 07:07:14 localhost NetworkManager[514]: <info> Activation (em1) Stage 2 of 5 (Device Configure) successful.
> Sep 23 07:07:14 localhost NetworkManager[514]: <info> Activation (em1) Stage 2 of 5 (Device Configure) complete.
> Sep 23 07:07:14 localhost dbus-daemon[494]: dbus[494]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
> Sep 23 07:07:14 localhost systemd[1]: Starting Network Manager Script Dispatcher Service...
> Sep 23 07:07:14 localhost dbus-daemon[494]: dbus[494]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
> Sep 23 07:07:14 localhost dbus[494]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
> Sep 23 07:07:14 localhost systemd[1]: Started Network Manager Script Dispatcher Service.
> Sep 23 07:07:14 localhost systemd[1]: Stopping Sendmail Mail Transport Client...
> Sep 23 07:07:14 localhost NetworkManager[514]: <info> Activation (em1) Stage 3 of 5 (IP Configure Start) scheduled.
> Sep 23 07:07:14 localhost NetworkManager[514]: <info> Activation (em1) Stage 3 of 5 (IP Configure Start) started...
> Sep 23 07:07:14 localhost NetworkManager[514]: <info> (em1): device state change: config -> ip-config (reason 'none') [50 70 0]
> Sep 23 07:07:14 localhost NetworkManager[514]: <info> Activation (em1) Beginning DHCPv4 transaction (timeout in 45 seconds)
> Sep 23 07:07:14 localhost systemd[1]: Stopping Sendmail Mail Transport Agent...
> Sep 23 07:07:14 localhost NetworkManager[514]: <info> dhclient started with pid 10875
> Sep 23 07:07:14 localhost NetworkManager[514]: <info> Activation (em1) Beginning IP6 addrconf.
> Sep 23 07:07:14 localhost NetworkManager[514]: <info> Activation (em1) Stage 3 of 5 (IP Configure Start) complete.
> Sep 23 07:07:14 localhost systemd[1]: Starting Sendmail Mail Transport Agent...
> Sep 23 07:07:14 localhost avahi-daemon[485]: Withdrawing address record for fe80::a6ba:dbff:feec:eacd on em1.
> Sep 23 07:07:14 localhost dhclient[10875]: Internet Systems Consortium DHCP Client 4.2.5
> Sep 23 07:07:14 localhost dhclient[10875]: Copyright 2004-2013 Internet Systems Consortium.
> Sep 23 07:07:14 localhost dhclient[10875]: All rights reserved.
> Sep 23 07:07:14 localhost dhclient[10875]: For info, please visit https://www.isc.org/software/dhcp/
> Sep 23 07:07:14 localhost dhclient[10875]: 
> Sep 23 07:07:14 localhost NetworkManager[514]: <info> (em1): DHCPv4 state changed nbi -> preinit
> Sep 23 07:07:14 localhost dhclient[10875]: Listening on LPF/em1/a4:ba:db:ec:ea:cd
> Sep 23 07:07:14 localhost dhclient[10875]: Sending on   LPF/em1/a4:ba:db:ec:ea:cd
> Sep 23 07:07:14 localhost dhclient[10875]: Sending on   Socket/fallback
> Sep 23 07:07:14 localhost dhclient[10875]: DHCPREQUEST on em1 to 255.255.255.255 port 67 (xid=0xc7f4ee7)
> Sep 23 07:07:14 localhost systemd[1]: Started Device-Mapper Multipath Device Controller.
> Sep 23 07:07:14 localhost systemd[1]: Started Sendmail Mail Transport Agent.
> Sep 23 07:07:14 localhost systemd[1]: Starting Sendmail Mail Transport Client...
> Sep 23 07:07:14 localhost systemd[1]: Started Sendmail Mail Transport Client.
> Sep 23 07:07:14 localhost dhclient[10875]: DHCPACK from 192.168.2.1 (xid=0xc7f4ee7)
> Sep 23 07:07:14 localhost dhclient[10875]: bound to 192.168.2.9 -- renewal in 462315 seconds.
> Sep 23 07:07:14 localhost NetworkManager[514]: <info> (em1): DHCPv4 state changed preinit -> reboot
> Sep 23 07:07:14 localhost NetworkManager[514]: <info>   address 192.168.2.9
> Sep 23 07:07:14 localhost NetworkManager[514]: <info>   prefix 24 (255.255.255.0)
> Sep 23 07:07:14 localhost NetworkManager[514]: <info>   gateway 192.168.2.1
> Sep 23 07:07:14 localhost NetworkManager[514]: <info>   nameserver '192.168.2.1'
> Sep 23 07:07:14 localhost NetworkManager[514]: <info>   domain name 'mkesick.net'
> Sep 23 07:07:14 localhost NetworkManager[514]: <info> Activation (em1) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
> Sep 23 07:07:14 localhost NetworkManager[514]: <info> Activation (em1) Stage 5 of 5 (IPv4 Commit) started...
> Sep 23 07:07:14 localhost avahi-daemon[485]: Joining mDNS multicast group on interface em1.IPv4 with address 192.168.2.9.
> Sep 23 07:07:14 localhost avahi-daemon[485]: New relevant interface em1.IPv4 for mDNS.
> Sep 23 07:07:14 localhost avahi-daemon[485]: Registering new address record for 192.168.2.9 on em1.IPv4.
> Sep 23 07:07:14 localhost dnsmasq[1753]: no servers found in /etc/resolv.conf, will retry
> Sep 23 07:07:14 localhost systemd-vdsmd[10607]: Starting ntpd...
> Sep 23 07:07:14 localhost systemd[1]: Starting Network Time Service...
> Sep 23 07:07:14 localhost ntpd[10930]: ntpd 4.2.6p5 at 1.2349-o Tue Apr  2 17:46:59 UTC 2013 (1)
> Sep 23 07:07:14 localhost ntpd[10931]: proto: precision = 0.053 usec
> Sep 23 07:07:14 localhost ntpd[10931]: 0.0.0.0 c01d 0d kern kernel time sync enabled
> Sep 23 07:07:14 localhost ntpd[10931]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123
> Sep 23 07:07:14 localhost systemd[1]: Started Network Time Service.
> Sep 23 07:07:14 localhost ntpd[10931]: Listen and drop on 1 v6wildcard :: UDP 123
> Sep 23 07:07:14 localhost ntpd[10931]: Listen normally on 2 lo 127.0.0.1 UDP 123
> Sep 23 07:07:14 localhost ntpd[10931]: Listen normally on 3 em1 192.168.2.9 UDP 123
> Sep 23 07:07:14 localhost ntpd[10931]: Listen normally on 4 virbr0 192.168.122.1 UDP 123
> Sep 23 07:07:14 localhost ntpd[10931]: Listen normally on 5 lo ::1 UDP 123
> Sep 23 07:07:14 localhost ntpd[10931]: peers refreshed
> Sep 23 07:07:14 localhost ntpd[10931]: Listening on routing socket on fd #22 for interface updates
> Sep 23 07:07:14 localhost ntpd[10931]: Deferring DNS for 0.fedora.pool.ntp.org 1
> Sep 23 07:07:14 localhost ntpd[10931]: Deferring DNS for 1.fedora.pool.ntp.org 1
> Sep 23 07:07:14 localhost ntpd[10931]: Deferring DNS for 2.fedora.pool.ntp.org 1
> Sep 23 07:07:14 localhost ntpd[10931]: Deferring DNS for 3.fedora.pool.ntp.org 1
> Sep 23 07:07:14 localhost ntpd[10931]: 0.0.0.0 c016 06 restart
> Sep 23 07:07:14 localhost ntpd[10931]: 0.0.0.0 c012 02 freq_set kernel 0.000 PPM
> Sep 23 07:07:14 localhost ntpd[10931]: 0.0.0.0 c011 01 freq_not_set
> Sep 23 07:07:15 localhost NetworkManager[514]: <info> (em1): device state change: ip-config -> secondaries (reason 'none') [70 90 0]
> Sep 23 07:07:15 localhost NetworkManager[514]: <info> Activation (em1) Stage 5 of 5 (IPv4 Commit) complete.
> Sep 23 07:07:15 localhost NetworkManager[514]: <info> (em1): device state change: secondaries -> activated (reason 'none') [90 100 0]
> Sep 23 07:07:15 localhost NetworkManager[514]: <info> Policy set 'enp4s0' (em1) as default for IPv4 routing and DNS.
> Sep 23 07:07:15 localhost NetworkManager[514]: <info> Activation (em1) successful, device activated.
> Sep 23 07:07:15 localhost network[10605]: Bringing up interface enp4s0:  [  OK  ]
> Sep 23 07:07:15 localhost systemd[1]: Stopping Sendmail Mail Transport Client...
> Sep 23 07:07:15 localhost systemd[1]: Stopping Sendmail Mail Transport Agent...
> Sep 23 07:07:15 localhost systemd[1]: Started LSB: Bring up/down networking.
> Sep 23 07:07:15 localhost systemd[1]: Starting Sendmail Mail Transport Agent...
> Sep 23 07:07:15 localhost systemd[1]: Reloading.
> Sep 23 07:07:15 localhost systemd[1]: Started Sendmail Mail Transport Agent.
> Sep 23 07:07:15 localhost systemd[1]: Starting Sendmail Mail Transport Client...
> Sep 23 07:07:15 localhost systemd[1]: Started Device-Mapper Multipath Device Controller.
> Sep 23 07:07:15 localhost systemd[1]: Started Sendmail Mail Transport Client.
> Sep 23 07:07:16 localhost avahi-daemon[485]: Registering new address record for fe80::a6ba:dbff:feec:eacd on em1.*.
> Sep 23 07:07:16 localhost dnsmasq[1753]: reading /etc/resolv.conf
> Sep 23 07:07:16 localhost dnsmasq[1753]: using nameserver 192.168.2.1#53
> Sep 23 07:07:16 localhost dnsmasq[1753]: using local addresses only for unqualified names
> Sep 23 07:07:16 localhost ntpd_intres[10932]: DNS 0.fedora.pool.ntp.org -> 169.229.70.201
> Sep 23 07:07:16 localhost ntpd_intres[10932]: DNS 1.fedora.pool.ntp.org -> 131.234.137.23
> Sep 23 07:07:17 localhost ntpd_intres[10932]: DNS 2.fedora.pool.ntp.org -> 67.18.187.111
> Sep 23 07:07:17 localhost ntpd_intres[10932]: DNS 3.fedora.pool.ntp.org -> 46.40.123.212
> Sep 23 07:07:17 localhost avahi-daemon[485]: Registering new address record for 2001:4830:1692:1:a6ba:dbff:feec:eacd on em1.*.
> Sep 23 07:07:17 localhost dnsmasq[1753]: read /etc/hosts - 3 addresses
> Sep 23 07:07:17 localhost avahi-daemon[485]: Withdrawing address record for fe80::a6ba:dbff:feec:eacd on em1.
> Sep 23 07:07:17 localhost dnsmasq[1753]: read /var/lib/libvirt/dnsmasq/default.addnhosts - 0 addresses
> Sep 23 07:07:17 localhost dnsmasq-dhcp[1753]: read /var/lib/libvirt/dnsmasq/default.hostsfile
> Sep 23 07:07:17 localhost NetworkManager[514]: <info> Activation (em1) Stage 5 of 5 (IPv6 Commit) scheduled...
> Sep 23 07:07:17 localhost NetworkManager[514]: <info> Activation (em1) Stage 5 of 5 (IPv6 Commit) started...
> Sep 23 07:07:18 localhost NetworkManager[514]: <info> Policy set 'enp4s0' (em1) as default for IPv6 routing and DNS.
> Sep 23 07:07:18 localhost NetworkManager[514]: <info> Activation (em1) Stage 5 of 5 (IPv6 Commit) complete.
> Sep 23 07:07:18 localhost ntpd[10931]: Listen normally on 6 em1 2001:4830:1692:1:a6ba:dbff:feec:eacd UDP 123
> Sep 23 07:07:18 localhost ntpd[10931]: Listen normally on 7 em1 fe80::a6ba:dbff:feec:eacd UDP 123
> Sep 23 07:07:18 localhost ntpd[10931]: peers refreshed
> Sep 23 07:07:19 localhost systemd-vdsmd[10607]: libvirt: Network Filter Driver error : Network filter not found: no nwfilter with matching name 'vdsm-no-mac-spoofing'
> Sep 23 07:07:19 localhost NetworkManager[514]: <warn> failed to allocate link cache: (-10) Operation not supported
> Sep 23 07:07:19 localhost NetworkManager[514]: <info> (;vdsmdummy;): ignoring bridge not created by NetworkManager
> Sep 23 07:07:19 localhost systemd-vdsmd[10607]: Checking conflicts ...
> Sep 23 07:07:19 localhost systemd-vdsmd[10607]: SUCCESS: ssl configured to true. No conflicts
> Sep 23 07:07:19 localhost systemd-vdsmd[10607]: Starting up vdsm daemon:
> Sep 23 07:07:19 localhost systemd-vdsmd[10607]: [  OK  ]#015vdsm start[  OK  ]
> Sep 23 07:07:19 localhost systemd[1]: Started Virtual Desktop Server Manager.
> Sep 23 07:07:20 localhost vdsm vds WARNING Unable to load the json rpc server module. Please make sure it is installed.
> Sep 23 07:07:20 localhost kernel: [30632.585668] ata1: hard resetting link
> Sep 23 07:07:20 localhost kernel: [30632.587829] ata2: hard resetting link
> Sep 23 07:07:20 localhost kernel: [30632.588926] ata3: hard resetting link
> Sep 23 07:07:20 localhost kernel: [30632.590823] ata4: hard resetting link
> Sep 23 07:07:20 localhost kernel: [30632.595142] ata6: hard resetting link
> Sep 23 07:07:20 localhost kernel: [30632.890927] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> Sep 23 07:07:20 localhost kernel: [30632.893049] ata1.00: configured for UDMA/133
> Sep 23 07:07:20 localhost kernel: [30632.893057] ata1: EH complete
> Sep 23 07:07:20 localhost kernel: [30632.893911] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> Sep 23 07:07:20 localhost kernel: [30632.893927] ata3: SATA link down (SStatus 0 SControl 300)
> Sep 23 07:07:20 localhost kernel: [30632.893934] ata3: EH complete
> Sep 23 07:07:20 localhost kernel: [30632.895954] ata4: SATA link down (SStatus 0 SControl 300)
> Sep 23 07:07:20 localhost kernel: [30632.895965] ata4: EH complete
> Sep 23 07:07:20 localhost kernel: [30632.899979] ata6: SATA link down (SStatus 0 SControl 300)
> Sep 23 07:07:20 localhost kernel: [30632.899991] ata6: EH complete
> Sep 23 07:07:20 localhost kernel: [30632.900714] ata2.00: configured for UDMA/100
> Sep 23 07:07:20 localhost kernel: [30632.906293] ata2: EH complete
> Sep 23 07:07:21 localhost avahi-daemon[485]: Withdrawing address record for 2001:4830:1692:1:a6ba:dbff:feec:eacd on em1.
> Sep 23 07:07:21 localhost avahi-daemon[485]: Registering new address record for fe80::a6ba:dbff:feec:eacd on em1.*.
> Sep 23 07:07:21 localhost NetworkManager[514]: <error> [1379934441.634495] [nm-system.c:1266] nm_system_replace_default_ip6_route(): (em1): failed to set IPv6 default route: -7
> Sep 23 07:07:21 localhost NetworkManager[514]: <info> Policy set 'enp4s0' (em1) as default for IPv6 routing and DNS.
> Sep 23 07:07:21 localhost NetworkManager[514]: <info> (em1): DHCPv4 client pid 10875 exited with status -1
> Sep 23 07:07:21 localhost NetworkManager[514]: <warn> DHCP client died abnormally
> Sep 23 07:07:21 localhost NetworkManager[514]: <info> (em1): device state change: activated -> failed (reason 'ip-config-expired') [100 120 6]
> Sep 23 07:07:21 localhost avahi-daemon[485]: Withdrawing address record for 192.168.2.9 on em1.
> Sep 23 07:07:21 localhost avahi-daemon[485]: Leaving mDNS multicast group on interface em1.IPv4 with address 192.168.2.9.
> Sep 23 07:07:21 localhost avahi-daemon[485]: Interface em1.IPv4 no longer relevant for mDNS.
> Sep 23 07:07:21 localhost NetworkManager[514]: <warn> Activation (em1) failed for connection 'enp4s0'
> Sep 23 07:07:21 localhost NetworkManager[514]: <info> (em1): device state change: failed -> disconnected (reason 'none') [120 30 0]
> Sep 23 07:07:21 localhost NetworkManager[514]: <info> (em1): deactivating device (reason 'none') [0]
> Sep 23 07:07:21 localhost avahi-daemon[485]: Withdrawing address record for fe80::a6ba:dbff:feec:eacd on em1.
> Sep 23 07:07:21 localhost NetworkManager[514]: <info> (em1): carrier now OFF (device state 30)
> Sep 23 07:07:21 localhost NetworkManager[514]: <info> (em1): device state change: disconnected -> unavailable (reason 'carrier-changed') [30 20 40]
> Sep 23 07:07:21 localhost NetworkManager[514]: <info> (em1): deactivating device (reason 'carrier-changed') [40]
> Sep 23 07:07:21 localhost systemd[1]: Stopping Sendmail Mail Transport Client...
> Sep 23 07:07:21 localhost systemd[1]: Stopping Sendmail Mail Transport Agent...
> Sep 23 07:07:21 localhost systemd[1]: Starting Sendmail Mail Transport Agent...
> Sep 23 07:07:21 localhost systemd[1]: PID file /run/sendmail.pid not readable (yet?) after start.
> Sep 23 07:07:21 localhost systemd[1]: Started Sendmail Mail Transport Agent.
> Sep 23 07:07:21 localhost systemd[1]: Starting Sendmail Mail Transport Client...
> Sep 23 07:07:21 localhost systemd[1]: Started Sendmail Mail Transport Client.
> Sep 23 07:07:21 localhost NetworkManager[514]: <warn> failed to allocate link cache: (-10) Operation not supported
> Sep 23 07:07:21 localhost kernel: [30633.935158] IPv6: ADDRCONF(NETDEV_UP): em1: link is not ready
> Sep 23 07:07:21 localhost NetworkManager[514]: <info> (ovirtmgmt): ignoring bridge not created by NetworkManager
> Sep 23 07:07:21 localhost kernel: [30633.936040] device em1 entered promiscuous mode
> Sep 23 07:07:21 localhost kernel: [30633.965068] IPv6: ADDRCONF(NETDEV_UP): ovirtmgmt: link is not ready
> Sep 23 07:07:22 localhost python[10554]: libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-ovirtmgmt'
> Sep 23 07:07:22 localhost python[10554]: libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-ovirtmgmt'
> Sep 23 07:07:22 localhost kernel: [30634.375001] tg3 0000:04:00.0 em1: Link is down
> Sep 23 07:07:22 localhost NetworkManager[514]:    ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-ovirtmgmt ...
> Sep 23 07:07:22 localhost NetworkManager[514]:    ifcfg-rh:     warning: DELAY invalid when STP is disabled
> Sep 23 07:07:22 localhost NetworkManager[514]:    ifcfg-rh:     read connection 'Bridge ovirtmgmt'
> Sep 23 07:07:22 localhost NetworkManager[514]: <warn> (ovirtmgmt): cannot use existing bridge for 'Bridge ovirtmgmt'
> Sep 23 07:07:22 localhost NetworkManager[514]:    ifcfg-rh:     warning: DELAY invalid when STP is disabled
> Sep 23 07:07:22 localhost NetworkManager[514]:    ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-em1 ...
> Sep 23 07:07:22 localhost NetworkManager[514]: <warn> failed to allocate link cache: (-10) Operation not supported
> Sep 23 07:07:22 localhost NetworkManager[514]:    ifcfg-rh:     read connection 'System em1'
> Sep 23 07:07:22 localhost NetworkManager[514]:    ifcfg-rh: Ignoring connection 'System em1' and its device due to NM_CONTROLLED/BRIDGE/VLAN.
> Sep 23 07:07:22 localhost NetworkManager[514]: <info> (em1): device state change: unavailable -> unmanaged (reason 'unmanaged') [20 10 3]
> Sep 23 07:07:22 localhost NetworkManager[514]: <info> (em1): cleaning up...
> Sep 23 07:07:22 localhost NetworkManager[514]: <info> (em1): taking down device.
> Sep 23 07:07:22 localhost NetworkManager[514]: <warn> failed to allocate link cache: (-10) Operation not supported
> Sep 23 07:07:22 localhost kernel: [30634.434386] ovirtmgmt: port 1(em1) entered disabled state
> Sep 23 07:07:22 localhost ntpd[10931]: Deleting interface #7 em1, fe80::a6ba:dbff:feec:eacd#123, interface stats: received=0, sent=0, dropped=0, active_time=4 secs
> Sep 23 07:07:22 localhost ntpd[10931]: Deleting interface #6 em1, 2001:4830:1692:1:a6ba:dbff:feec:eacd#123, interface stats: received=0, sent=0, dropped=0, active_time=4 secs
> Sep 23 07:07:22 localhost ntpd[10931]: Deleting interface #3 em1, 192.168.2.9#123, interface stats: received=8, sent=8, dropped=4, active_time=8 secs
> Sep 23 07:07:22 localhost ntpd[10931]: 46.40.123.212 interface 192.168.2.9 -> (none)
> Sep 23 07:07:22 localhost ntpd[10931]: 67.18.187.111 interface 192.168.2.9 -> (none)
> Sep 23 07:07:22 localhost ntpd[10931]: 131.234.137.23 interface 192.168.2.9 -> (none)
> Sep 23 07:07:22 localhost ntpd[10931]: 169.229.70.201 interface 192.168.2.9 -> (none)
> Sep 23 07:07:22 localhost ntpd[10931]: peers refreshed
> Sep 23 07:07:24 localhost NetworkManager[514]: <info> Auto-activating connection 'enp4s0'.
> Sep 23 07:07:24 localhost NetworkManager[514]: <info> Connection 'enp4s0' auto-activation failed: (2) Device not managed by NetworkManager or unavailable
> Sep 23 07:09:23 localhost kernel: [30755.769747] device em1 left promiscuous mode
> Sep 23 07:09:23 localhost kernel: [30755.769757] ovirtmgmt: port 1(em1) entered disabled state
> Sep 23 07:09:23 localhost avahi-daemon[485]: Withdrawing workstation service for ovirtmgmt.
> Sep 23 07:09:23 localhost NetworkManager[514]: <warn> failed to allocate link cache: (-10) Operation not supported
> Sep 23 07:09:23 localhost NetworkManager[514]: <warn> failed to allocate link cache: (-10) Operation not supported
> Sep 23 07:09:23 localhost NetworkManager[514]:    ifcfg-rh: updating /etc/sysconfig/network-scripts/ifcfg-em1
> Sep 23 07:09:23 localhost NetworkManager[514]:    ifcfg-rh: Managing connection 'System em1' and its device because NM_CONTROLLED was true.
> Sep 23 07:09:23 localhost NetworkManager[514]: <warn> failed to allocate link cache: (-10) Operation not supported
> Sep 23 07:09:23 localhost NetworkManager[514]: <info> (em1): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
> Sep 23 07:09:23 localhost NetworkManager[514]: <info> (em1): bringing up device.
> Sep 23 07:09:24 localhost NetworkManager[514]: <info> (em1): preparing device.
> Sep 23 07:09:24 localhost NetworkManager[514]: <info> (em1): deactivating device (reason 'managed') [2]
> Sep 23 07:09:24 localhost kernel: [30756.045286] IPv6: ADDRCONF(NETDEV_UP): em1: link is not ready
> Sep 23 07:09:24 localhost NetworkManager[514]: <warn> connection /org/freedesktop/NetworkManager/Settings/3 failed to activate: (2) Device not managed by NetworkManager or unavailable
> Sep 23 07:09:24 localhost python[10554]: libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-ovirtmgmt'
> Sep 23 07:09:24 localhost vdsm vds ERROR
> Sep 23 07:09:24 localhost NetworkManager[514]:    ifcfg-rh: removed /etc/sysconfig/network-scripts/ifcfg-ovirtmgmt.
> Sep 23 07:09:24 localhost NetworkManager[514]:    ifcfg-rh:     error: Couldn't parse file '/etc/sysconfig/network-scripts/ifcfg-em1'
> Sep 23 07:09:24 localhost NetworkManager[514]:    ifcfg-rh: removed /etc/sysconfig/network-scripts/ifcfg-em1.
> Sep 23 07:09:24 localhost NetworkManager[514]:    ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-em1 ...
> Sep 23 07:09:24 localhost NetworkManager[514]:    ifcfg-rh:     error: Couldn't parse file '/etc/sysconfig/network-scripts/ifcfg-em1'
> Sep 23 07:09:24 localhost NetworkManager[514]:    ifcfg-rh: removed /etc/sysconfig/network-scripts/ifcfg-em1.
> Sep 23 07:09:26 localhost NetworkManager[514]: <info> (em1): carrier now ON (device state 20)
> Sep 23 07:09:26 localhost NetworkManager[514]: <info> (em1): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40]
> Sep 23 07:09:26 localhost dnsmasq[1753]: no servers found in /etc/resolv.conf, will retry
> Sep 23 07:09:26 localhost kernel: [30758.638381] tg3 0000:04:00.0 em1: Link is up at 1000 Mbps, full duplex
> Sep 23 07:09:26 localhost kernel: [30758.638383] tg3 0000:04:00.0 em1: Flow control is on for TX and on for RX
> Sep 23 07:09:26 localhost kernel: [30758.638390] IPv6: ADDRCONF(NETDEV_CHANGE): em1: link becomes ready
> Sep 23 07:09:26 localhost NetworkManager[514]: <info> Auto-activating connection 'enp4s0'.
> Sep 23 07:09:26 localhost NetworkManager[514]: <info> Activation (em1) starting connection 'enp4s0'
> Sep 23 07:09:26 localhost NetworkManager[514]: <info> (em1): device state change: disconnected -> prepare (reason 'none') [30 40 0]
> Sep 23 07:09:26 localhost NetworkManager[514]: <info> Activation (em1) Stage 1 of 5 (Device Prepare) scheduled...
> Sep 23 07:09:26 localhost NetworkManager[514]: <info> Activation (em1) Stage 1 of 5 (Device Prepare) started...
> Sep 23 07:09:26 localhost NetworkManager[514]: <info> Activation (em1) Stage 2 of 5 (Device Configure) scheduled...
> Sep 23 07:09:26 localhost NetworkManager[514]: <info> Activation (em1) Stage 1 of 5 (Device Prepare) complete.
> Sep 23 07:09:26 localhost NetworkManager[514]: <info> Activation (em1) Stage 2 of 5 (Device Configure) starting...
> Sep 23 07:09:26 localhost NetworkManager[514]: <info> (em1): device state change: prepare -> config (reason 'none') [40 50 0]
> Sep 23 07:09:26 localhost NetworkManager[514]: <info> Activation (em1) Stage 2 of 5 (Device Configure) successful.
> Sep 23 07:09:26 localhost NetworkManager[514]: <info> Activation (em1) Stage 2 of 5 (Device Configure) complete.
> Sep 23 07:09:26 localhost NetworkManager[514]: <info> Activation (em1) Stage 3 of 5 (IP Configure Start) scheduled.
> Sep 23 07:09:26 localhost NetworkManager[514]: <info> Activation (em1) Stage 3 of 5 (IP Configure Start) started...
> Sep 23 07:09:26 localhost NetworkManager[514]: <info> (em1): device state change: config -> ip-config (reason 'none') [50 70 0]
> Sep 23 07:09:26 localhost NetworkManager[514]: <info> Activation (em1) Beginning DHCPv4 transaction (timeout in 45 seconds)
> Sep 23 07:09:26 localhost NetworkManager[514]: <info> dhclient started with pid 11872
> Sep 23 07:09:26 localhost NetworkManager[514]: <info> Activation (em1) Beginning IP6 addrconf.
> Sep 23 07:09:26 localhost NetworkManager[514]: <info> Activation (em1) Stage 3 of 5 (IP Configure Start) complete.
> Sep 23 07:09:26 localhost dhclient[11872]: Internet Systems Consortium DHCP Client 4.2.5
> Sep 23 07:09:26 localhost dhclient[11872]: Copyright 2004-2013 Internet Systems Consortium.
> Sep 23 07:09:26 localhost dhclient[11872]: All rights reserved.
> Sep 23 07:09:26 localhost dhclient[11872]: For info, please visit https://www.isc.org/software/dhcp/
> Sep 23 07:09:26 localhost dhclient[11872]: 
> Sep 23 07:09:26 localhost NetworkManager[514]: <info> (em1): DHCPv4 state changed nbi -> preinit
> Sep 23 07:09:26 localhost dhclient[11872]: Listening on LPF/em1/a4:ba:db:ec:ea:cd
> Sep 23 07:09:26 localhost dhclient[11872]: Sending on   LPF/em1/a4:ba:db:ec:ea:cd
> Sep 23 07:09:26 localhost dhclient[11872]: Sending on   Socket/fallback
> Sep 23 07:09:26 localhost dhclient[11872]: DHCPREQUEST on em1 to 255.255.255.255 port 67 (xid=0x1ad15d2b)
> Sep 23 07:09:26 localhost dhclient[11872]: DHCPACK from 192.168.2.1 (xid=0x1ad15d2b)
> Sep 23 07:09:26 localhost dhclient[11872]: bound to 192.168.2.9 -- renewal in 569302 seconds.
> Sep 23 07:09:26 localhost NetworkManager[514]: <info> (em1): DHCPv4 state changed preinit -> reboot
> Sep 23 07:09:26 localhost NetworkManager[514]: <info>   address 192.168.2.9
> Sep 23 07:09:26 localhost NetworkManager[514]: <info>   prefix 24 (255.255.255.0)
> Sep 23 07:09:26 localhost NetworkManager[514]: <info>   gateway 192.168.2.1
> Sep 23 07:09:26 localhost NetworkManager[514]: <info>   nameserver '192.168.2.1'
> Sep 23 07:09:26 localhost NetworkManager[514]: <info>   domain name 'mkesick.net'
> Sep 23 07:09:26 localhost NetworkManager[514]: <info> Activation (em1) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
> Sep 23 07:09:26 localhost NetworkManager[514]: <info> Activation (em1) Stage 5 of 5 (IPv4 Commit) started...
> Sep 23 07:09:26 localhost avahi-daemon[485]: Joining mDNS multicast group on interface em1.IPv4 with address 192.168.2.9.
> Sep 23 07:09:26 localhost avahi-daemon[485]: New relevant interface em1.IPv4 for mDNS.
> Sep 23 07:09:26 localhost avahi-daemon[485]: Registering new address record for 192.168.2.9 on em1.IPv4.
> Sep 23 07:09:27 localhost systemd-logind[495]: Removed session 47.
> Sep 23 07:09:27 localhost NetworkManager[514]: <info> (em1): device state change: ip-config -> secondaries (reason 'none') [70 90 0]
> Sep 23 07:09:27 localhost NetworkManager[514]: <info> Activation (em1) Stage 5 of 5 (IPv4 Commit) complete.
> Sep 23 07:09:27 localhost NetworkManager[514]: <info> (em1): device state change: secondaries -> activated (reason 'none') [90 100 0]
> Sep 23 07:09:27 localhost NetworkManager[514]: <info> Policy set 'enp4s0' (em1) as default for IPv4 routing and DNS.
> Sep 23 07:09:27 localhost NetworkManager[514]: <info> Activation (em1) successful, device activated.
> Sep 23 07:09:27 localhost dbus-daemon[494]: dbus[494]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
> Sep 23 07:09:27 localhost dbus[494]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
> Sep 23 07:09:27 localhost systemd[1]: Starting Network Manager Script Dispatcher Service...
> Sep 23 07:09:27 localhost dbus-daemon[494]: dbus[494]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
> Sep 23 07:09:27 localhost dbus[494]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
> Sep 23 07:09:27 localhost systemd[1]: Started Network Manager Script Dispatcher Service.
> Sep 23 07:09:27 localhost systemd[1]: Stopping Sendmail Mail Transport Client...
> Sep 23 07:09:27 localhost systemd[1]: Stopping Sendmail Mail Transport Agent...
> Sep 23 07:09:27 localhost systemd[1]: Starting Sendmail Mail Transport Agent...
> Sep 23 07:09:27 localhost systemd[1]: PID file /run/sendmail.pid not readable (yet?) after start.
> Sep 23 07:09:27 localhost systemd[1]: Started Sendmail Mail Transport Agent.
> Sep 23 07:09:27 localhost systemd[1]: Starting Sendmail Mail Transport Client...
> Sep 23 07:09:27 localhost systemd[1]: Started Sendmail Mail Transport Client.
> Sep 23 07:09:28 localhost avahi-daemon[485]: Registering new address record for fe80::a6ba:dbff:feec:eacd on em1.*.
> Sep 23 07:09:28 localhost dnsmasq[1753]: reading /etc/resolv.conf
> Sep 23 07:09:28 localhost dnsmasq[1753]: using nameserver 192.168.2.1#53
> Sep 23 07:09:28 localhost dnsmasq[1753]: using local addresses only for unqualified names
> Sep 23 07:09:29 localhost ntpd[10931]: Listen normally on 8 em1 192.168.2.9 UDP 123
> Sep 23 07:09:29 localhost ntpd[10931]: Listen normally on 9 em1 fe80::a6ba:dbff:feec:eacd UDP 123
> Sep 23 07:09:29 localhost ntpd[10931]: peers refreshed
> Sep 23 07:09:29 localhost avahi-daemon[485]: Registering new address record for 2001:4830:1692:1:a6ba:dbff:feec:eacd on em1.*.
> Sep 23 07:09:29 localhost avahi-daemon[485]: Withdrawing address record for fe80::a6ba:dbff:feec:eacd on em1.
> Sep 23 07:09:29 localhost NetworkManager[514]: <info> Activation (em1) Stage 5 of 5 (IPv6 Commit) scheduled...
> Sep 23 07:09:29 localhost NetworkManager[514]: <info> Activation (em1) Stage 5 of 5 (IPv6 Commit) started...
> Sep 23 07:09:30 localhost NetworkManager[514]: <info> Policy set 'enp4s0' (em1) as default for IPv6 routing and DNS.
> Sep 23 07:09:30 localhost NetworkManager[514]: <info> Activation (em1) Stage 5 of 5 (IPv6 Commit) complete.
> Sep 23 07:09:31 localhost ntpd[10931]: Listen normally on 10 em1 2001:4830:1692:1:a6ba:dbff:feec:eacd UDP 123
> Sep 23 07:09:31 localhost ntpd[10931]: peers refreshed
> Sep 23 07:09:38 localhost ntpd[10931]: 0.0.0.0 c61c 0c clock_step +0.683445 s
> Sep 23 07:09:38 localhost ntpd[10931]: 0.0.0.0 c614 04 freq_mode
> Sep 23 07:09:38 localhost systemd[1]: Time has been changed
> Sep 23 07:09:39 localhost ntpd[10931]: 0.0.0.0 c618 08 no_sys_peer
> Sep 23 07:18:16 localhost systemd[1]: Reloading.
> Sep 23 07:18:16 localhost systemd[1]: Stopped NFS Server.
> Sep 23 07:18:16 localhost systemd[1]: Starting NFS Server...
> Sep 23 07:18:16 localhost kernel: [31288.217844] NFSD: starting 90-second grace period (net ffffffff81cbdfc0)
> Sep 23 07:18:16 localhost systemd[1]: Started NFS Server.
> Sep 23 07:18:16 localhost systemd[1]: Starting NFSv4 ID-name mapping daemon...
> Sep 23 07:18:16 localhost systemd[1]: Starting NFS Mount Daemon...
> Sep 23 07:18:16 localhost systemd[1]: Starting NFS Remote Quota Server...
> Sep 23 07:18:16 localhost systemd[1]: Started NFS Remote Quota Server.
> Sep 23 07:18:16 localhost systemd[1]: Started NFSv4 ID-name mapping daemon.
> Sep 23 07:18:16 localhost rpc.mountd[12143]: Version 1.2.7 starting
> Sep 23 07:18:16 localhost systemd[1]: Started NFS Mount Daemon.
> Sep 23 07:23:30 localhost avahi-daemon[485]: Withdrawing address record for 2001:4830:1692:1:a6ba:dbff:feec:eacd on em1.
> Sep 23 07:23:30 localhost avahi-daemon[485]: Registering new address record for fe80::a6ba:dbff:feec:eacd on em1.*.
> Sep 23 07:23:30 localhost NetworkManager[514]: <error> [1379935410.60948] [nm-system.c:1266] nm_system_replace_default_ip6_route(): (em1): failed to set IPv6 default route: -7
> Sep 23 07:23:30 localhost NetworkManager[514]: <info> Policy set 'enp4s0' (em1) as default for IPv6 routing and DNS.
> Sep 23 07:23:30 localhost NetworkManager[514]: <info> (em1): DHCPv4 client pid 11872 exited with status -1
> Sep 23 07:23:30 localhost NetworkManager[514]: <warn> DHCP client died abnormally
> Sep 23 07:23:30 localhost NetworkManager[514]: <info> (em1): device state change: activated -> failed (reason 'ip-config-expired') [100 120 6]
> Sep 23 07:23:30 localhost avahi-daemon[485]: Withdrawing address record for 192.168.2.9 on em1.
> Sep 23 07:23:30 localhost avahi-daemon[485]: Leaving mDNS multicast group on interface em1.IPv4 with address 192.168.2.9.
> Sep 23 07:23:30 localhost avahi-daemon[485]: Interface em1.IPv4 no longer relevant for mDNS.
> Sep 23 07:23:30 localhost NetworkManager[514]: <warn> Activation (em1) failed for connection 'enp4s0'
> Sep 23 07:23:30 localhost NetworkManager[514]: <info> (em1): device state change: failed -> disconnected (reason 'none') [120 30 0]
> Sep 23 07:23:30 localhost NetworkManager[514]: <info> (em1): deactivating device (reason 'none') [0]
> Sep 23 07:23:30 localhost dbus[494]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
> Sep 23 07:23:30 localhost dbus-daemon[494]: dbus[494]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
> Sep 23 07:23:30 localhost systemd[1]: Starting Network Manager Script Dispatcher Service...
> Sep 23 07:23:30 localhost avahi-daemon[485]: Withdrawing address record for fe80::a6ba:dbff:feec:eacd on em1.
> Sep 23 07:23:30 localhost NetworkManager[514]: <info> (em1): carrier now OFF (device state 30)
> Sep 23 07:23:30 localhost NetworkManager[514]: <info> (em1): device state change: disconnected -> unavailable (reason 'carrier-changed') [30 20 40]
> Sep 23 07:23:30 localhost NetworkManager[514]: <info> (em1): deactivating device (reason 'carrier-changed') [40]
> Sep 23 07:23:30 localhost dbus-daemon[494]: dbus[494]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
> Sep 23 07:23:30 localhost dbus[494]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
> Sep 23 07:23:30 localhost systemd[1]: Started Network Manager Script Dispatcher Service.
> Sep 23 07:23:30 localhost systemd[1]: Stopping Sendmail Mail Transport Client...
> Sep 23 07:23:30 localhost systemd[1]: Stopping Sendmail Mail Transport Agent...
> Sep 23 07:23:30 localhost systemd[1]: Starting Sendmail Mail Transport Agent...
> Sep 23 07:23:30 localhost systemd[1]: PID file /run/sendmail.pid not readable (yet?) after start.
> Sep 23 07:23:30 localhost systemd[1]: Started Sendmail Mail Transport Agent.
> Sep 23 07:23:30 localhost systemd[1]: Starting Sendmail Mail Transport Client...
> Sep 23 07:23:30 localhost systemd[1]: Started Sendmail Mail Transport Client.
> Sep 23 07:23:30 localhost NetworkManager[514]: <warn> failed to allocate link cache: (-10) Operation not supported
> Sep 23 07:23:30 localhost kernel: [31601.761397] IPv6: ADDRCONF(NETDEV_UP): em1: link is not ready
> Sep 23 07:23:30 localhost NetworkManager[514]: <info> (ovirtmgmt): ignoring bridge not created by NetworkManager
> Sep 23 07:23:30 localhost kernel: [31601.762768] device em1 entered promiscuous mode
> Sep 23 07:23:30 localhost kernel: [31601.790013] IPv6: ADDRCONF(NETDEV_UP): ovirtmgmt: link is not ready
> Sep 23 07:23:30 localhost python[10554]: libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-ovirtmgmt'
> Sep 23 07:23:30 localhost python[10554]: libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-ovirtmgmt'
> Sep 23 07:23:30 localhost NetworkManager[514]:    ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-ovirtmgmt ...
> Sep 23 07:23:30 localhost NetworkManager[514]:    ifcfg-rh:     warning: DELAY invalid when STP is disabled
> Sep 23 07:23:30 localhost NetworkManager[514]:    ifcfg-rh:     read connection 'Bridge ovirtmgmt'
> Sep 23 07:23:30 localhost NetworkManager[514]: <warn> (ovirtmgmt): cannot use existing bridge for 'Bridge ovirtmgmt'
> Sep 23 07:23:30 localhost NetworkManager[514]:    ifcfg-rh:     warning: DELAY invalid when STP is disabled
> Sep 23 07:23:30 localhost NetworkManager[514]:    ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-em1 ...
> Sep 23 07:23:30 localhost NetworkManager[514]: <warn> failed to allocate link cache: (-10) Operation not supported
> Sep 23 07:23:30 localhost NetworkManager[514]:    ifcfg-rh:     read connection 'System em1'
> Sep 23 07:23:30 localhost NetworkManager[514]:    ifcfg-rh: Ignoring connection 'System em1' and its device due to NM_CONTROLLED/BRIDGE/VLAN.
> Sep 23 07:23:30 localhost NetworkManager[514]: <info> (em1): device state change: unavailable -> unmanaged (reason 'unmanaged') [20 10 3]
> Sep 23 07:23:30 localhost NetworkManager[514]: <info> (em1): cleaning up...
> Sep 23 07:23:30 localhost NetworkManager[514]: <info> (em1): taking down device.
> Sep 23 07:23:30 localhost NetworkManager[514]: <warn> failed to allocate link cache: (-10) Operation not supported
> Sep 23 07:23:30 localhost kernel: [31602.240534] ovirtmgmt: port 1(em1) entered disabled state
> Sep 23 07:23:31 localhost kernel: [31602.461325] tg3 0000:04:00.0 em1: Link is down
> Sep 23 07:23:31 localhost ntpd[10931]: Deleting interface #10 em1, 2001:4830:1692:1:a6ba:dbff:feec:eacd#123, interface stats: received=0, sent=0, dropped=0, active_time=839 secs
> Sep 23 07:23:31 localhost ntpd[10931]: Deleting interface #9 em1, fe80::a6ba:dbff:feec:eacd#123, interface stats: received=0, sent=0, dropped=0, active_time=841 secs
> Sep 23 07:23:31 localhost ntpd[10931]: Deleting interface #8 em1, 192.168.2.9#123, interface stats: received=77, sent=77, dropped=0, active_time=841 secs
> Sep 23 07:23:31 localhost ntpd[10931]: 131.234.137.23 interface 192.168.2.9 -> (none)
> Sep 23 07:23:31 localhost ntpd[10931]: 46.40.123.212 interface 192.168.2.9 -> (none)
> Sep 23 07:23:31 localhost ntpd[10931]: 67.18.187.111 interface 192.168.2.9 -> (none)
> Sep 23 07:23:31 localhost ntpd[10931]: 169.229.70.201 interface 192.168.2.9 -> (none)
> Sep 23 07:23:31 localhost ntpd[10931]: peers refreshed
> Sep 23 07:23:33 localhost NetworkManager[514]: <info> Auto-activating connection 'enp4s0'.
> Sep 23 07:23:33 localhost NetworkManager[514]: <info> Connection 'enp4s0' auto-activation failed: (2) Device not managed by NetworkManager or unavailable
> Sep 23 07:25:30 localhost systemd[1]: Deactivating swap /dev/dm-1...
> Sep 23 07:25:30 localhost systemd[1]: Deactivating swap /dev/dm-1...
> Sep 23 07:25:30 localhost systemd[1]: Deactivating swap /dev/dm-1...
> Sep 23 07:25:30 localhost systemd[1]: Deactivating swap /dev/dm-1...
> Sep 23 07:25:30 localhost systemd[1]: Deactivating swap /dev/dm-1...
> Sep 23 07:25:30 localhost systemd[1]: Stopping Sound Card.
> Sep 23 07:25:30 localhost systemd[1]: Stopped target Sound Card.
> Sep 23 07:25:30 localhost systemd[1]: Stopping Stop Read-Ahead Data Collection 10s After Completed Startup.
> Sep 23 07:25:30 localhost systemd[1]: Stopped Stop Read-Ahead Data Collection 10s After Completed Startup.
> Sep 23 07:25:30 localhost kernel: [31721.897408] nfsd: last server has exited, flushing export cache
> Sep 23 07:25:30 localhost rsyslogd: [origin software="rsyslogd" swVersion="7.2.6" x-pid="488" x-info="http://www.rsyslog.com"] exiting on signal 15.
> Sep 23 07:26:07 f19-ovirt rsyslogd: [origin software="rsyslogd" swVersion="7.2.6" x-pid="573" x-info="http://www.rsyslog.com"] start
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] Initializing cgroup subsys cpuset
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] Initializing cgroup subsys cpu
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] Initializing cgroup subsys cpuacct
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] Linux version 3.11.1-200.fc19.x86_64 (mockbuild at bkernel02) (gcc version 4.8.1 20130603 (Red Hat 4.8.1-1) (GCC) ) #1 SMP Sat Sep 14 15:04:51 UTC 2013
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.11.1-200.fc19.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 vconsole.keymap=us rd.luks=0 vconsole.font=latarcyrheb-sun16 rd.lvm.lv=fedora/root rhgb quiet
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] e820: BIOS-provided physical RAM map:
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x00000000000957ff] usable
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] BIOS-e820: [mem 0x0000000000095800-0x000000000009ffff] reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bd77ffff] usable
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] BIOS-e820: [mem 0x00000000bd780000-0x00000000bd78dfff] ACPI data
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] BIOS-e820: [mem 0x00000000bd78e000-0x00000000bd7cffff] ACPI NVS
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] BIOS-e820: [mem 0x00000000bd7d0000-0x00000000bd7dffff] reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] BIOS-e820: [mem 0x00000000bd7ed000-0x00000000bdffffff] reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023fffffff] usable
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] NX (Execute Disable) protection: active
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] SMBIOS 2.6 present.
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] No AGP bridge found
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] e820: last_pfn = 0x240000 max_arch_pfn = 0x400000000
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] e820: last_pfn = 0xbd780 max_arch_pfn = 0x400000000
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
> Sep 23 07:26:07 f19-ovirt systemd[1]: systemd 204 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
> Sep 23 07:26:07 f19-ovirt systemd[1]: Set hostname to <f19-ovirt.mkesick.net>.
> Sep 23 07:26:07 f19-ovirt systemd[1]: Started udev Coldplug all Devices.
> Sep 23 07:26:07 f19-ovirt systemd[1]: Mounting Arbitrary Executable File Formats File System...
> Sep 23 07:26:07 f19-ovirt systemd[1]: Mounted Debug File System.
> Sep 23 07:26:07 f19-ovirt systemd[1]: Mounted Huge Pages File System.
> Sep 23 07:26:07 f19-ovirt systemd[1]: Mounted POSIX Message Queue File System.
> Sep 23 07:26:07 f19-ovirt systemd[1]: Started Create static device nodes in /dev.
> Sep 23 07:26:07 f19-ovirt systemd[1]: Mounted Temporary Directory.
> Sep 23 07:26:07 f19-ovirt systemd[1]: Starting udev Kernel Device Manager...
> Sep 23 07:26:07 f19-ovirt systemd[1]: Starting LVM2 metadata daemon...
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] init_memory_mapping: [mem 0x23fe00000-0x23fffffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] init_memory_mapping: [mem 0x23c000000-0x23fdfffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] init_memory_mapping: [mem 0x200000000-0x23bffffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] init_memory_mapping: [mem 0x00100000-0xbd77ffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] RAMDISK: [mem 0x35c12000-0x36e00fff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: RSDP 00000000000f9b00 00024 (v02 ACPIAM)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: XSDT 00000000bd780100 0006C (v01 DELL    FX09    20100708 MSFT 00000097)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: FACP 00000000bd780290 000F4 (v04 DELL   FX09     20100708 MSFT 00000097)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: DSDT 00000000bd780660 05B85 (v02  1AAAA 1AAAA000 00000000 INTL 20051117)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: FACS 00000000bd78e000 00040
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: APIC 00000000bd780390 0008C (v02 DELL   FX09     20100708 MSFT 00000097)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: MCFG 00000000bd780420 0003C (v01 DELL   OEMMCFG  20100708 MSFT 00000097)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: SLIC 00000000bd780460 00176 (v01 DELL    FX09    20100708 MSFT 00000097)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: OSFR 00000000bd7805e0 00080 (v01 DELL   FX09     20100708 MSFT 00000097)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: OEMB 00000000bd78e040 00072 (v01 DELL   FX09     20100708 MSFT 00000097)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: HPET 00000000bd78a660 00038 (v01 DELL   OEMHPET  20100708 MSFT 00000097)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: ASF! 00000000bd78a6a0 00099 (v32 LEGEND I865PASF 00000001 INTL 20051117)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: SSDT 00000000bd790da0 00363 (v01 DpgPmm    CpuPm 00000012 INTL 20051117)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] No NUMA configuration found
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000023fffffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] Initmem setup node 0 [mem 0x00000000-0x23fffffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000]   NODE_DATA [mem 0x23ffe7000-0x23fffafff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] Zone ranges:
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000]   Normal   [mem 0x100000000-0x23fffffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] Movable zone start for each node
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] Early memory node ranges
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000]   node   0: [mem 0x00001000-0x00094fff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000]   node   0: [mem 0x00100000-0xbd77ffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000]   node   0: [mem 0x100000000-0x23fffffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x808
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] ACPI: HPET id: 0xffffffff base: 0xfed00000
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] PM: Registered nosave memory: [mem 0x00095000-0x00095fff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] PM: Registered nosave memory: [mem 0x00096000-0x0009ffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e3fff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] PM: Registered nosave memory: [mem 0xbd780000-0xbd78dfff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] PM: Registered nosave memory: [mem 0xbd78e000-0xbd7cffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] PM: Registered nosave memory: [mem 0xbd7d0000-0xbd7dffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] PM: Registered nosave memory: [mem 0xbd7e0000-0xbd7ecfff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] PM: Registered nosave memory: [mem 0xbd7ed000-0xbdffffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] PM: Registered nosave memory: [mem 0xbe000000-0xfedfffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffafffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] e820: [mem 0xbe000000-0xfedfffff] available for PCI devices
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] Booting paravirtualized kernel on bare hardware
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88023fc00000 s85568 r8192 d20928 u262144
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2054049
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] Policy zone: Normal
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.11.1-200.fc19.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 vconsole.keymap=us rd.luks=0 vconsole.font=latarcyrheb-sun16 rd.lvm.lv=fedora/root rhgb quiet
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] Checking aperture...
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] No AGP bridge found
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] Memory: 8113684K/8346704K available (6507K kernel code, 990K rwdata, 2868K rodata, 1420K init, 1540K bss, 233020K reserved)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] Hierarchical RCU implementation.
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] NR_IRQS:8448 nr_irqs:744 16
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] Console: colour VGA+ 80x25
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] console [tty0] enabled
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] allocated 33554432 bytes of page_cgroup
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000000] tsc: Fast TSC calibration using PIT
> Sep 23 07:26:07 f19-ovirt kernel: [    0.001000] tsc: Detected 2925.847 MHz processor
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 5851.69 BogoMIPS (lpj=2925847)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000005] pid_max: default: 32768 minimum: 301
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000038] Security Framework initialized
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000045] SELinux:  Initializing.
> Sep 23 07:26:07 f19-ovirt kernel: [    0.000742] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.002563] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.003321] Mount-cache hash table entries: 256
> Sep 23 07:26:07 f19-ovirt kernel: [    0.003506] Initializing cgroup subsys memory
> Sep 23 07:26:07 f19-ovirt kernel: [    0.003515] Initializing cgroup subsys devices
> Sep 23 07:26:07 f19-ovirt kernel: [    0.003517] Initializing cgroup subsys freezer
> Sep 23 07:26:07 f19-ovirt kernel: [    0.003518] Initializing cgroup subsys net_cls
> Sep 23 07:26:07 f19-ovirt kernel: [    0.003520] Initializing cgroup subsys blkio
> Sep 23 07:26:07 f19-ovirt kernel: [    0.003521] Initializing cgroup subsys perf_event
> Sep 23 07:26:07 f19-ovirt kernel: [    0.003542] CPU: Physical Processor ID: 0
> Sep 23 07:26:07 f19-ovirt kernel: [    0.003543] CPU: Processor Core ID: 0
> Sep 23 07:26:07 f19-ovirt kernel: [    0.003548] mce: CPU supports 9 MCE banks
> Sep 23 07:26:07 f19-ovirt kernel: [    0.003559] CPU0: Thermal monitoring enabled (TM1)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.003569] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
> Sep 23 07:26:07 f19-ovirt kernel: [    0.003569] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
> Sep 23 07:26:07 f19-ovirt kernel: [    0.003569] tlb_flushall_shift: 6
> Sep 23 07:26:07 f19-ovirt kernel: [    0.003646] Freeing SMP alternatives memory: 24K (ffffffff81e5c000 - ffffffff81e62000)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.004784] ACPI: Core revision 20130517
> Sep 23 07:26:07 f19-ovirt kernel: [    0.007560] ACPI: All ACPI Tables successfully acquired
> Sep 23 07:26:07 f19-ovirt kernel: [    0.029835] ftrace: allocating 25146 entries in 99 pages
> Sep 23 07:26:07 f19-ovirt kernel: [    0.041665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
> Sep 23 07:26:07 f19-ovirt kernel: [    0.051671] smpboot: CPU0: Intel(R) Core(TM) i7 CPU         870  @ 2.93GHz (fam: 06, model: 1e, stepping: 05)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.153673] Performance Events: PEBS fmt1+, 16-deep LBR, Nehalem events, Intel PMU driver.
> Sep 23 07:26:07 f19-ovirt kernel: [    0.153678] perf_event_intel: CPU erratum AAJ80 worked around
> Sep 23 07:26:07 f19-ovirt kernel: [    0.153680] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
> Sep 23 07:26:07 f19-ovirt kernel: [    0.153682] ... version:                3
> Sep 23 07:26:07 f19-ovirt kernel: [    0.153683] ... bit width:              48
> Sep 23 07:26:07 f19-ovirt kernel: [    0.153684] ... generic registers:      4
> Sep 23 07:26:07 f19-ovirt kernel: [    0.153685] ... value mask:             0000ffffffffffff
> Sep 23 07:26:07 f19-ovirt kernel: [    0.153686] ... max period:             000000007fffffff
> Sep 23 07:26:07 f19-ovirt kernel: [    0.153686] ... fixed-purpose events:   3
> Sep 23 07:26:07 f19-ovirt kernel: [    0.153687] ... event mask:             000000070000000f
> Sep 23 07:26:07 f19-ovirt kernel: [    0.169445] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
> Sep 23 07:26:07 f19-ovirt kernel: [    0.154884] smpboot: Booting Node   0, Processors  #1 #2 #3 #4 #5 #6 #7 OK
> Sep 23 07:26:07 f19-ovirt kernel: [    0.252328] Brought up 8 CPUs
> Sep 23 07:26:07 f19-ovirt kernel: [    0.252331] smpboot: Total of 8 processors activated (46813.55 BogoMIPS)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.257711] devtmpfs: initialized
> Sep 23 07:26:07 f19-ovirt kernel: [    0.257884] PM: Registering ACPI NVS region [mem 0xbd78e000-0xbd7cffff] (270336 bytes)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.258656] atomic64 test passed for x86-64 platform with CX8 and with SSE
> Sep 23 07:26:07 f19-ovirt kernel: [    0.258684] RTC time: 11:25:56, date: 09/23/13
> Sep 23 07:26:07 f19-ovirt kernel: [    0.258718] NET: Registered protocol family 16
> Sep 23 07:26:07 f19-ovirt kernel: [    0.258856] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
> Sep 23 07:26:07 f19-ovirt kernel: [    0.258858] ACPI: bus type PCI registered
> Sep 23 07:26:07 f19-ovirt kernel: [    0.258860] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
> Sep 23 07:26:07 f19-ovirt kernel: [    0.258901] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.258903] PCI: not using MMCONFIG
> Sep 23 07:26:07 f19-ovirt kernel: [    0.258904] PCI: Using configuration type 1 for base access
> Sep 23 07:26:07 f19-ovirt kernel: [    0.259728] bio: create slab <bio-0> at 0
> Sep 23 07:26:07 f19-ovirt kernel: [    0.259824] ACPI: Added _OSI(Module Device)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.259825] ACPI: Added _OSI(Processor Device)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.259826] ACPI: Added _OSI(3.0 _SCP Extensions)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.259828] ACPI: Added _OSI(Processor Aggregator Device)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.261103] ACPI: Executed 1 blocks of module-level executable AML code
> Sep 23 07:26:07 f19-ovirt kernel: [    0.265759] ACPI: SSDT 00000000bd78e0c0 0265C (v01 DpgPmm  P001Ist 00000011 INTL 20051117)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.265988] ACPI: Dynamic OEM Table Load:
> Sep 23 07:26:07 f19-ovirt kernel: [    0.265990] ACPI: SSDT           (null) 0265C (v01 DpgPmm  P001Ist 00000011 INTL 20051117)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.266062] ACPI: SSDT 00000000bd790720 00678 (v01  PmRef  P001Cst 00003001 INTL 20051117)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.266244] ACPI: Dynamic OEM Table Load:
> Sep 23 07:26:07 f19-ovirt kernel: [    0.266246] ACPI: SSDT           (null) 00678 (v01  PmRef  P001Cst 00003001 INTL 20051117)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.266382] ACPI: Interpreter enabled
> Sep 23 07:26:07 f19-ovirt kernel: [    0.266386] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.266389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.266399] ACPI: (supports S0 S3 S4 S5)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.266400] ACPI: Using IOAPIC for interrupt routing
> Sep 23 07:26:07 f19-ovirt kernel: [    0.266416] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.267164] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
> Sep 23 07:26:07 f19-ovirt kernel: [    0.279179] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
> Sep 23 07:26:07 f19-ovirt kernel: [    0.279247] ACPI: No dock devices found.
> Sep 23 07:26:07 f19-ovirt kernel: [    0.284034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
> Sep 23 07:26:07 f19-ovirt kernel: [    0.284186] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.284334] acpi PNP0A08:00: ACPI _OSC request failed (AE_SUPPORT), returned control mask: 0x0d
> Sep 23 07:26:07 f19-ovirt kernel: [    0.284335] acpi PNP0A08:00: ACPI _OSC control for PCIe not granted, disabling ASPM
> Sep 23 07:26:07 f19-ovirt kernel: [    0.284437] acpi PNP0A08:00: ignoring host bridge window [mem 0x000d0000-0x000dffff] (conflicts with Adapter ROM [mem 0x000cb000-0x000d23ff])
> Sep 23 07:26:07 f19-ovirt kernel: [    0.284528] PCI host bridge to bus 0000:00
> Sep 23 07:26:07 f19-ovirt kernel: [    0.284530] pci_bus 0000:00: root bus resource [bus 00-ff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.284532] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.284533] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.284535] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.284536] pci_bus 0000:00: root bus resource [mem 0xbe000000-0xdfffffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.284538] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfed8ffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.284721] pci 0000:00:03.0: System wakeup disabled by ACPI
> Sep 23 07:26:07 f19-ovirt kernel: [    0.285595] pci 0000:00:1a.0: System wakeup disabled by ACPI
> Sep 23 07:26:07 f19-ovirt kernel: [    0.285867] pci 0000:00:1c.0: System wakeup disabled by ACPI
> Sep 23 07:26:07 f19-ovirt kernel: [    0.285992] pci 0000:00:1c.1: System wakeup disabled by ACPI
> Sep 23 07:26:07 f19-ovirt kernel: [    0.286119] pci 0000:00:1c.5: System wakeup disabled by ACPI
> Sep 23 07:26:07 f19-ovirt kernel: [    0.286289] pci 0000:00:1d.0: System wakeup disabled by ACPI
> Sep 23 07:26:07 f19-ovirt kernel: [    0.286389] pci 0000:00:1e.0: System wakeup disabled by ACPI
> Sep 23 07:26:07 f19-ovirt kernel: [    0.288694] pci 0000:00:03.0: PCI bridge to [bus 01]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.288777] pci 0000:00:1c.0: PCI bridge to [bus 02]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.290701] pci 0000:00:1c.1: PCI bridge to [bus 03]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.292709] pci 0000:00:1c.5: PCI bridge to [bus 04]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.292804] pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.293101] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.293143] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.293185] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 6 7 10 11 12 14 15)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.293227] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 *11 12 14 15)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.293268] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
> Sep 23 07:26:07 f19-ovirt kernel: [    0.293309] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
> Sep 23 07:26:07 f19-ovirt kernel: [    0.293351] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 7 10 11 12 14 *15)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.293392] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 6 7 10 11 12 *14 15)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.293460] ACPI: Enabled 2 GPEs in block 00 to 3F
> Sep 23 07:26:07 f19-ovirt kernel: [    0.293549] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
> Sep 23 07:26:07 f19-ovirt kernel: [    0.293550] vgaarb: loaded
> Sep 23 07:26:07 f19-ovirt kernel: [    0.293551] vgaarb: bridge control possible 0000:01:00.0
> Sep 23 07:26:07 f19-ovirt kernel: [    0.293603] SCSI subsystem initialized
> Sep 23 07:26:07 f19-ovirt kernel: [    0.293605] ACPI: bus type ATA registered
> Sep 23 07:26:07 f19-ovirt kernel: [    0.293650] ACPI: bus type USB registered
> Sep 23 07:26:07 f19-ovirt kernel: [    0.293661] usbcore: registered new interface driver usbfs
> Sep 23 07:26:07 f19-ovirt kernel: [    0.293667] usbcore: registered new interface driver hub
> Sep 23 07:26:07 f19-ovirt kernel: [    0.293680] usbcore: registered new device driver usb
> Sep 23 07:26:07 f19-ovirt kernel: [    0.293731] PCI: Using ACPI for IRQ routing
> Sep 23 07:26:07 f19-ovirt kernel: [    0.299180] PCI: Discovered peer bus ff
> Sep 23 07:26:07 f19-ovirt kernel: [    0.299201] PCI host bridge to bus 0000:ff
> Sep 23 07:26:07 f19-ovirt kernel: [    0.299203] pci_bus 0000:ff: root bus resource [io  0x0000-0xffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.299205] pci_bus 0000:ff: root bus resource [mem 0x00000000-0xfffffffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.299206] pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.299763] NetLabel: Initializing
> Sep 23 07:26:07 f19-ovirt kernel: [    0.299764] NetLabel:  domain hash size = 128
> Sep 23 07:26:07 f19-ovirt kernel: [    0.299765] NetLabel:  protocols = UNLABELED CIPSOv4
> Sep 23 07:26:07 f19-ovirt kernel: [    0.299772] NetLabel:  unlabeled traffic allowed by default
> Sep 23 07:26:07 f19-ovirt kernel: [    0.299834] HPET: 8 timers in total, 5 timers will be used for per-cpu timer
> Sep 23 07:26:07 f19-ovirt kernel: [    0.299840] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 40, 41, 42, 43, 44, 0
> Sep 23 07:26:07 f19-ovirt kernel: [    0.299844] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
> Sep 23 07:26:07 f19-ovirt kernel: [    0.302118] Switched to clocksource hpet
> Sep 23 07:26:07 f19-ovirt kernel: [    0.306207] pnp: PnP ACPI init
> Sep 23 07:26:07 f19-ovirt kernel: [    0.306217] ACPI: bus type PNP registered
> Sep 23 07:26:07 f19-ovirt kernel: [    0.306263] system 00:00: [mem 0xfc000000-0xfcffffff] has been reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.306265] system 00:00: [mem 0xfd000000-0xfdffffff] has been reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.306266] system 00:00: [mem 0xfe000000-0xfebfffff] has been reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.306268] system 00:00: [mem 0xfed14000-0xfed19fff] has been reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.306517] system 00:05: [io  0x0a00-0x0a0f] has been reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.306519] system 00:05: [io  0x0a10-0x0a1f] has been reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.306521] system 00:05: [io  0x0a20-0x0a2f] has been reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.306522] system 00:05: [io  0x0a30-0x0a3f] has been reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.306633] system 00:06: [io  0x04d0-0x04d1] has been reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.306635] system 00:06: [io  0x0800-0x087f] could not be reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.306637] system 00:06: [io  0x0500-0x057f] has been reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.306639] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.306640] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.306642] system 00:06: [mem 0xfed40000-0xfed8ffff] has been reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.306789] system 00:09: [mem 0xffc00000-0xffefffff] has been reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.306866] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.306868] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.306914] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.307149] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.307151] system 00:0c: [mem 0x000c0000-0x000cffff] could not be reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.307153] system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.307155] system 00:0c: [mem 0x00100000-0xbdffffff] could not be reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.307156] system 00:0c: [mem 0xfed90000-0xffffffff] could not be reserved
> Sep 23 07:26:07 f19-ovirt kernel: [    0.307251] pnp: PnP ACPI: found 13 devices
> Sep 23 07:26:07 f19-ovirt kernel: [    0.307252] ACPI: bus type PNP unregistered
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313279] pci 0000:00:1c.0: BAR 14: assigned [mem 0xbe000000-0xbe1fffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313281] pci 0000:00:1c.0: BAR 15: assigned [mem 0xbe200000-0xbe3fffff 64bit pref]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313283] pci 0000:00:1c.1: BAR 15: assigned [mem 0xbe400000-0xbe5fffff 64bit pref]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313285] pci 0000:00:1c.5: BAR 15: assigned [mem 0xbe600000-0xbe7fffff 64bit pref]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313287] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313289] pci 0000:00:1c.5: BAR 13: assigned [io  0x2000-0x2fff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313291] pci 0000:00:03.0: PCI bridge to [bus 01]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313294] pci 0000:00:03.0:   bridge window [io  0xd000-0xdfff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313297] pci 0000:00:03.0:   bridge window [mem 0xfbd00000-0xfbdfffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313299] pci 0000:00:03.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313303] pci 0000:00:1c.0: PCI bridge to [bus 02]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313305] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313309] pci 0000:00:1c.0:   bridge window [mem 0xbe000000-0xbe1fffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313311] pci 0000:00:1c.0:   bridge window [mem 0xbe200000-0xbe3fffff 64bit pref]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313316] pci 0000:00:1c.1: PCI bridge to [bus 03]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313318] pci 0000:00:1c.1:   bridge window [io  0xe000-0xefff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313322] pci 0000:00:1c.1:   bridge window [mem 0xfbe00000-0xfbefffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313325] pci 0000:00:1c.1:   bridge window [mem 0xbe400000-0xbe5fffff 64bit pref]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313329] pci 0000:00:1c.5: PCI bridge to [bus 04]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313331] pci 0000:00:1c.5:   bridge window [io  0x2000-0x2fff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313335] pci 0000:00:1c.5:   bridge window [mem 0xfbf00000-0xfbffffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313338] pci 0000:00:1c.5:   bridge window [mem 0xbe600000-0xbe7fffff 64bit pref]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313342] pci 0000:00:1e.0: PCI bridge to [bus 05]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313425] pci 0000:00:1c.0: enabling device (0104 -> 0107)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313535] pci 0000:00:1c.5: enabling device (0106 -> 0107)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313654] NET: Registered protocol family 2
> Sep 23 07:26:07 f19-ovirt kernel: [    0.313816] TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.314139] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.314393] TCP: Hash tables configured (established 65536 bind 65536)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.314413] TCP: reno registered
> Sep 23 07:26:07 f19-ovirt kernel: [    0.314423] UDP hash table entries: 4096 (order: 5, 131072 bytes)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.314477] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.314572] NET: Registered protocol family 1
> Sep 23 07:26:07 f19-ovirt kernel: [    0.314903] Unpacking initramfs...
> Sep 23 07:26:07 f19-ovirt kernel: [    0.586193] Freeing initrd memory: 18364K (ffff880035c12000 - ffff880036e01000)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.586197] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.586199] software IO TLB [mem 0xb9780000-0xbd780000] (64MB) mapped at [ffff8800b9780000-ffff8800bd77ffff]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.586988] Initialise system trusted keyring
> Sep 23 07:26:07 f19-ovirt kernel: [    0.587027] audit: initializing netlink socket (disabled)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.587042] type=2000 audit(1379935556.447:1): initialized
> Sep 23 07:26:07 f19-ovirt kernel: [    0.604857] HugeTLB registered 2 MB page size, pre-allocated 0 pages
> Sep 23 07:26:07 f19-ovirt kernel: [    0.605830] zbud: loaded
> Sep 23 07:26:07 f19-ovirt kernel: [    0.605957] VFS: Disk quotas dquot_6.5.2
> Sep 23 07:26:07 f19-ovirt kernel: [    0.605989] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.606290] msgmni has been set to 15882
> Sep 23 07:26:07 f19-ovirt kernel: [    0.606980] alg: No test for stdrng (krng)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.606987] NET: Registered protocol family 38
> Sep 23 07:26:07 f19-ovirt kernel: [    0.606989] Key type asymmetric registered
> Sep 23 07:26:07 f19-ovirt kernel: [    0.606990] Asymmetric key parser 'x509' registered
> Sep 23 07:26:07 f19-ovirt kernel: [    0.606991] Asymmetric key parser 'pefile' registered
> Sep 23 07:26:07 f19-ovirt kernel: [    0.607015] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.607050] io scheduler noop registered
> Sep 23 07:26:07 f19-ovirt kernel: [    0.607051] io scheduler deadline registered
> Sep 23 07:26:07 f19-ovirt kernel: [    0.607072] io scheduler cfq registered (default)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.607281] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
> Sep 23 07:26:07 f19-ovirt kernel: [    0.607291] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
> Sep 23 07:26:07 f19-ovirt kernel: [    0.607434] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
> Sep 23 07:26:07 f19-ovirt kernel: [    0.607437] ACPI: Power Button [PWRB]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.607463] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
> Sep 23 07:26:07 f19-ovirt kernel: [    0.607465] ACPI: Power Button [PWRF]
> Sep 23 07:26:07 f19-ovirt kernel: [    0.607523] ACPI: Requesting acpi_cpufreq
> Sep 23 07:26:07 f19-ovirt kernel: [    0.607769] GHES: HEST is not enabled!
> Sep 23 07:26:07 f19-ovirt kernel: [    0.607821] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
> Sep 23 07:26:07 f19-ovirt kernel: [    0.608226] Non-volatile memory driver v1.3
> Sep 23 07:26:07 f19-ovirt kernel: [    0.608228] Linux agpgart interface v0.103
> Sep 23 07:26:07 f19-ovirt kernel: [    0.608775] loop: module loaded
> Sep 23 07:26:07 f19-ovirt kernel: [    0.608923] ahci 0000:00:1f.2: controller can't do SNTF, turning off CAP_SNTF
> Sep 23 07:26:07 f19-ovirt kernel: [    0.608941] ahci: SSS flag set, parallel bus scan disabled
> Sep 23 07:26:07 f19-ovirt kernel: [    0.608972] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x2f impl RAID mode
> Sep 23 07:26:07 f19-ovirt kernel: [    0.608974] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems sxs apst 
> Sep 23 07:26:07 f19-ovirt kernel: [    0.616450] scsi0 : ahci
> Sep 23 07:26:07 f19-ovirt kernel: [    0.616507] scsi1 : ahci
> Sep 23 07:26:07 f19-ovirt kernel: [    0.616548] scsi2 : ahci
> Sep 23 07:26:07 f19-ovirt kernel: [    0.616588] scsi3 : ahci
> Sep 23 07:26:07 f19-ovirt kernel: [    0.616631] scsi4 : ahci
> Sep 23 07:26:07 f19-ovirt kernel: [    0.616670] scsi5 : ahci
> Sep 23 07:26:07 f19-ovirt kernel: [    0.616713] ata1: SATA max UDMA/133 abar m2048 at 0xfbcf4000 port 0xfbcf4100 irq 45
> Sep 23 07:26:07 f19-ovirt kernel: [    0.616715] ata2: SATA max UDMA/133 abar m2048 at 0xfbcf4000 port 0xfbcf4180 irq 45
> Sep 23 07:26:07 f19-ovirt kernel: [    0.616716] ata3: SATA max UDMA/133 abar m2048 at 0xfbcf4000 port 0xfbcf4200 irq 45
> Sep 23 07:26:07 f19-ovirt kernel: [    0.616718] ata4: SATA max UDMA/133 abar m2048 at 0xfbcf4000 port 0xfbcf4280 irq 45
> Sep 23 07:26:07 f19-ovirt kernel: [    0.616719] ata5: DUMMY
> Sep 23 07:26:07 f19-ovirt kernel: [    0.616720] ata6: SATA max UDMA/133 abar m2048 at 0xfbcf4000 port 0xfbcf4380 irq 45
> Sep 23 07:26:07 f19-ovirt kernel: [    0.616773] libphy: Fixed MDIO Bus: probed
> Sep 23 07:26:07 f19-ovirt kernel: [    0.616821] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> Sep 23 07:26:07 f19-ovirt kernel: [    0.616822] ehci-pci: EHCI PCI platform driver
> Sep 23 07:26:07 f19-ovirt kernel: [    0.616902] ehci-pci 0000:00:1a.0: EHCI Host Controller
> Sep 23 07:26:07 f19-ovirt kernel: [    0.616934] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
> Sep 23 07:26:07 f19-ovirt kernel: [    0.616945] ehci-pci 0000:00:1a.0: debug port 2
> Sep 23 07:26:07 f19-ovirt kernel: [    0.620862] ehci-pci 0000:00:1a.0: irq 16, io mem 0xfbcfc000
> Sep 23 07:26:07 f19-ovirt kernel: [    0.626163] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
> Sep 23 07:26:07 f19-ovirt kernel: [    0.626176] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
> Sep 23 07:26:07 f19-ovirt kernel: [    0.626178] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> Sep 23 07:26:07 f19-ovirt kernel: [    0.626179] usb usb1: Product: EHCI Host Controller
> Sep 23 07:26:07 f19-ovirt kernel: [    0.626181] usb usb1: Manufacturer: Linux 3.11.1-200.fc19.x86_64 ehci_hcd
> Sep 23 07:26:07 f19-ovirt kernel: [    0.626182] usb usb1: SerialNumber: 0000:00:1a.0
> Sep 23 07:26:07 f19-ovirt kernel: [    0.626258] hub 1-0:1.0: USB hub found
> Sep 23 07:26:07 f19-ovirt kernel: [    0.626263] hub 1-0:1.0: 2 ports detected
> Sep 23 07:26:07 f19-ovirt kernel: [    0.626400] ehci-pci 0000:00:1d.0: EHCI Host Controller
> Sep 23 07:26:07 f19-ovirt kernel: [    0.626433] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
> Sep 23 07:26:07 f19-ovirt kernel: [    0.626443] ehci-pci 0000:00:1d.0: debug port 2
> Sep 23 07:26:07 f19-ovirt kernel: [    0.630426] ehci-pci 0000:00:1d.0: irq 23, io mem 0xfbcf6000
> Sep 23 07:26:07 f19-ovirt kernel: [    0.636162] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
> Sep 23 07:26:07 f19-ovirt kernel: [    0.636172] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
> Sep 23 07:26:07 f19-ovirt kernel: [    0.636173] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> Sep 23 07:26:07 f19-ovirt kernel: [    0.636175] usb usb2: Product: EHCI Host Controller
> Sep 23 07:26:07 f19-ovirt kernel: [    0.636176] usb usb2: Manufacturer: Linux 3.11.1-200.fc19.x86_64 ehci_hcd
> Sep 23 07:26:07 f19-ovirt kernel: [    0.636177] usb usb2: SerialNumber: 0000:00:1d.0
> Sep 23 07:26:07 f19-ovirt kernel: [    0.636245] hub 2-0:1.0: USB hub found
> Sep 23 07:26:07 f19-ovirt kernel: [    0.636248] hub 2-0:1.0: 2 ports detected
> Sep 23 07:26:07 f19-ovirt kernel: [    0.636309] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> Sep 23 07:26:07 f19-ovirt kernel: [    0.636311] ohci-pci: OHCI PCI platform driver
> Sep 23 07:26:07 f19-ovirt kernel: [    0.636317] uhci_hcd: USB Universal Host Controller Interface driver
> Sep 23 07:26:07 f19-ovirt kernel: [    0.636355] usbcore: registered new interface driver usbserial
> Sep 23 07:26:07 f19-ovirt kernel: [    0.636359] usbcore: registered new interface driver usbserial_generic
> Sep 23 07:26:07 f19-ovirt kernel: [    0.636363] usbserial: USB Serial support registered for generic
> Sep 23 07:26:07 f19-ovirt kernel: [    0.636383] i8042: PNP: No PS/2 controller found. Probing ports directly.
> Sep 23 07:26:07 f19-ovirt kernel: [    0.636737] serio: i8042 KBD port at 0x60,0x64 irq 1
> Sep 23 07:26:07 f19-ovirt kernel: [    0.636750] serio: i8042 AUX port at 0x60,0x64 irq 12
> Sep 23 07:26:07 f19-ovirt kernel: [    0.636794] mousedev: PS/2 mouse device common for all mice
> Sep 23 07:26:07 f19-ovirt kernel: [    0.636905] rtc_cmos 00:02: RTC can wake from S4
> Sep 23 07:26:07 f19-ovirt kernel: [    0.637023] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
> Sep 23 07:26:07 f19-ovirt kernel: [    0.637047] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
> Sep 23 07:26:07 f19-ovirt kernel: [    0.637098] device-mapper: uevent: version 1.0.3
> Sep 23 07:26:07 f19-ovirt kernel: [    0.637145] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: dm-devel at redhat.com
> Sep 23 07:26:07 f19-ovirt kernel: [    0.637272] cpuidle: using governor menu
> Sep 23 07:26:07 f19-ovirt kernel: [    0.637397] hidraw: raw HID events driver (C) Jiri Kosina
> Sep 23 07:26:07 f19-ovirt kernel: [    0.637458] usbcore: registered new interface driver usbhid
> Sep 23 07:26:07 f19-ovirt kernel: [    0.637459] usbhid: USB HID core driver
> Sep 23 07:26:07 f19-ovirt kernel: [    0.637488] drop_monitor: Initializing network drop monitor service
> Sep 23 07:26:07 f19-ovirt kernel: [    0.637545] ip_tables: (C) 2000-2006 Netfilter Core Team
> Sep 23 07:26:07 f19-ovirt kernel: [    0.637576] TCP: cubic registered
> Sep 23 07:26:07 f19-ovirt kernel: [    0.637578] Initializing XFRM netlink socket
> Sep 23 07:26:07 f19-ovirt kernel: [    0.637658] NET: Registered protocol family 10
> Sep 23 07:26:07 f19-ovirt kernel: [    0.637798] mip6: Mobile IPv6
> Sep 23 07:26:07 f19-ovirt kernel: [    0.637800] NET: Registered protocol family 17
> Sep 23 07:26:07 f19-ovirt kernel: [    0.638042] Loading compiled-in X.509 certificates
> Sep 23 07:26:07 f19-ovirt kernel: [    0.638877] Loaded X.509 cert 'Fedora kernel signing key: fae4f1546fb65a08a76b7f4e557eb2a4beb553a6'
> Sep 23 07:26:07 f19-ovirt kernel: [    0.638884] registered taskstats version 1
> Sep 23 07:26:07 f19-ovirt kernel: [    0.639424]   Magic number: 13:287:429
> Sep 23 07:26:07 f19-ovirt kernel: [    0.639514] rtc_cmos 00:02: setting system clock to 2013-09-23 11:25:56 UTC (1379935556)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.923323] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.924567] ata1.00: ATA-8: WDC WD6400AAKS-75A7B2, 01.03B01, max UDMA/133
> Sep 23 07:26:07 f19-ovirt kernel: [    0.924573] ata1.00: 1250263728 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
> Sep 23 07:26:07 f19-ovirt kernel: [    0.925895] ata1.00: configured for UDMA/133
> Sep 23 07:26:07 f19-ovirt kernel: [    0.926200] scsi 0:0:0:0: Direct-Access     ATA      WDC WD6400AAKS-7 01.0 PQ: 0 ANSI: 5
> Sep 23 07:26:07 f19-ovirt kernel: [    0.926515] sd 0:0:0:0: [sda] 1250263728 512-byte logical blocks: (640 GB/596 GiB)
> Sep 23 07:26:07 f19-ovirt kernel: [    0.926517] sd 0:0:0:0: Attached scsi generic sg0 type 0
> Sep 23 07:26:07 f19-ovirt kernel: [    0.926565] sd 0:0:0:0: [sda] Write Protect is off
> Sep 23 07:26:07 f19-ovirt kernel: [    0.926579] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> Sep 23 07:26:07 f19-ovirt kernel: [    0.928388] usb 1-1: new high-speed USB device number 2 using ehci-pci
> Sep 23 07:26:07 f19-ovirt kernel: [    0.929808]  sda: sda1 sda2
> Sep 23 07:26:07 f19-ovirt kernel: [    0.930277] sd 0:0:0:0: [sda] Attached SCSI disk
> Sep 23 07:26:07 f19-ovirt kernel: [    1.042847] usb 1-1: New USB device found, idVendor=8087, idProduct=0020
> Sep 23 07:26:07 f19-ovirt kernel: [    1.042853] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
> Sep 23 07:26:07 f19-ovirt kernel: [    1.043357] hub 1-1:1.0: USB hub found
> Sep 23 07:26:07 f19-ovirt kernel: [    1.043505] hub 1-1:1.0: 6 ports detected
> Sep 23 07:26:07 f19-ovirt kernel: [    1.146259] usb 2-1: new high-speed USB device number 2 using ehci-pci
> Sep 23 07:26:07 f19-ovirt kernel: [    1.231410] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> Sep 23 07:26:07 f19-ovirt kernel: [    1.234493] ata2.00: ATAPI: HL-DT-ST DVD+/-RW GH50N, B103, max UDMA/100
> Sep 23 07:26:07 f19-ovirt kernel: [    1.238272] ata2.00: configured for UDMA/100
> Sep 23 07:26:07 f19-ovirt kernel: [    1.247587] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GH50N    B103 PQ: 0 ANSI: 5
> Sep 23 07:26:07 f19-ovirt kernel: [    1.257383] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
> Sep 23 07:26:07 f19-ovirt kernel: [    1.257388] cdrom: Uniform CD-ROM driver Revision: 3.20
> Sep 23 07:26:07 f19-ovirt kernel: [    1.257799] sr 1:0:0:0: Attached scsi generic sg1 type 5
> Sep 23 07:26:07 f19-ovirt kernel: [    1.260628] usb 2-1: New USB device found, idVendor=8087, idProduct=0020
> Sep 23 07:26:07 f19-ovirt kernel: [    1.260634] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
> Sep 23 07:26:07 f19-ovirt kernel: [    1.261048] hub 2-1:1.0: USB hub found
> Sep 23 07:26:07 f19-ovirt kernel: [    1.261111] hub 2-1:1.0: 8 ports detected
> Sep 23 07:26:07 f19-ovirt kernel: [    1.537582] usb 2-1.2: new high-speed USB device number 3 using ehci-pci
> Sep 23 07:26:07 f19-ovirt kernel: [    1.562440] ata3: SATA link down (SStatus 0 SControl 300)
> Sep 23 07:26:07 f19-ovirt kernel: [    1.589434] tsc: Refined TSC clocksource calibration: 2925.981 MHz
> Sep 23 07:26:07 f19-ovirt kernel: [    1.625045] usb 2-1.2: New USB device found, idVendor=18e3, idProduct=9106
> Sep 23 07:26:07 f19-ovirt kernel: [    1.625051] usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
> Sep 23 07:26:07 f19-ovirt kernel: [    1.625055] usb 2-1.2: Product: Mass Storage Device
> Sep 23 07:26:07 f19-ovirt kernel: [    1.625058] usb 2-1.2: Manufacturer: Generic
> Sep 23 07:26:07 f19-ovirt kernel: [    1.625061] usb 2-1.2: SerialNumber: 18E391066476
> Sep 23 07:26:07 f19-ovirt kernel: [    1.698607] usb 2-1.4: new low-speed USB device number 4 using ehci-pci
> Sep 23 07:26:07 f19-ovirt kernel: [    1.778305] usb 2-1.4: New USB device found, idVendor=09da, idProduct=0006
> Sep 23 07:26:07 f19-ovirt kernel: [    1.778311] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
> Sep 23 07:26:07 f19-ovirt kernel: [    1.778315] usb 2-1.4: Product: USB Optical Mouse
> Sep 23 07:26:07 f19-ovirt kernel: [    1.778318] usb 2-1.4: Manufacturer: A4Tech
> Sep 23 07:26:07 f19-ovirt kernel: [    1.782344] input: A4Tech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input2
> Sep 23 07:26:07 f19-ovirt kernel: [    1.782658] a4tech 0003:09DA:0006.0001: input,hidraw0: USB HID v1.10 Mouse [A4Tech USB Optical Mouse] on usb-0000:00:1d.0-1.4/input0
> Sep 23 07:26:07 f19-ovirt kernel: [    1.855603] usb 2-1.6: new low-speed USB device number 5 using ehci-pci
> Sep 23 07:26:07 f19-ovirt kernel: [    1.867458] ata4: SATA link down (SStatus 0 SControl 300)
> Sep 23 07:26:07 f19-ovirt kernel: [    1.947443] usb 2-1.6: New USB device found, idVendor=413c, idProduct=2003
> Sep 23 07:26:07 f19-ovirt kernel: [    1.947449] usb 2-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
> Sep 23 07:26:07 f19-ovirt kernel: [    1.947453] usb 2-1.6: Product: Dell USB Keyboard
> Sep 23 07:26:07 f19-ovirt kernel: [    1.947456] usb 2-1.6: Manufacturer: Dell
> Sep 23 07:26:07 f19-ovirt kernel: [    1.953374] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input3
> Sep 23 07:26:07 f19-ovirt kernel: [    1.953609] hid-generic 0003:413C:2003.0002: input,hidraw1: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.0-1.6/input0
> Sep 23 07:26:07 f19-ovirt kernel: [    2.172495] ata6: SATA link down (SStatus 0 SControl 300)
> Sep 23 07:26:07 f19-ovirt kernel: [    2.173682] Freeing unused kernel memory: 1420K (ffffffff81cf9000 - ffffffff81e5c000)
> Sep 23 07:26:07 f19-ovirt kernel: [    2.173684] Write protecting the kernel read-only data: 12288k
> Sep 23 07:26:07 f19-ovirt kernel: [    2.177070] Freeing unused kernel memory: 1676K (ffff88000165d000 - ffff880001800000)
> Sep 23 07:26:07 f19-ovirt kernel: [    2.179346] Freeing unused kernel memory: 1228K (ffff880001acd000 - ffff880001c00000)
> Sep 23 07:26:07 f19-ovirt kernel: [    2.315397] usb-storage 2-1.2:1.0: USB Mass Storage device detected
> Sep 23 07:26:07 f19-ovirt kernel: [    2.315453] scsi6 : usb-storage 2-1.2:1.0
> Sep 23 07:26:07 f19-ovirt kernel: [    2.315524] usbcore: registered new interface driver usb-storage
> Sep 23 07:26:07 f19-ovirt kernel: [    2.318629] [drm] Initialized drm 1.1.0 20060810
> Sep 23 07:26:07 f19-ovirt kernel: [    2.343269] [drm] radeon kernel modesetting enabled.
> Sep 23 07:26:07 f19-ovirt kernel: [    2.343529] [drm] initializing kernel modesetting (RV380 0x1002:0x5B62 0x1002:0x0B02).
> Sep 23 07:26:07 f19-ovirt kernel: [    2.343542] [drm] register mmio base: 0xFBDF0000
> Sep 23 07:26:07 f19-ovirt kernel: [    2.343543] [drm] register mmio size: 65536
> Sep 23 07:26:07 f19-ovirt kernel: [    2.343586] [drm] Generation 2 PCI interface, using max accessible memory
> Sep 23 07:26:07 f19-ovirt kernel: [    2.343591] radeon 0000:01:00.0: VRAM: 256M 0x00000000D0000000 - 0x00000000DFFFFFFF (256M used)
> Sep 23 07:26:07 f19-ovirt kernel: [    2.343592] radeon 0000:01:00.0: GTT: 512M 0x00000000B0000000 - 0x00000000CFFFFFFF
> Sep 23 07:26:07 f19-ovirt kernel: [    2.343596] [drm] Detected VRAM RAM=256M, BAR=256M
> Sep 23 07:26:07 f19-ovirt kernel: [    2.343597] [drm] RAM width 128bits DDR
> Sep 23 07:26:07 f19-ovirt kernel: [    2.343636] [TTM] Zone  kernel: Available graphics memory: 4068198 kiB
> Sep 23 07:26:07 f19-ovirt kernel: [    2.343638] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
> Sep 23 07:26:07 f19-ovirt kernel: [    2.343639] [TTM] Initializing pool allocator
> Sep 23 07:26:07 f19-ovirt kernel: [    2.343644] [TTM] Initializing DMA pool allocator
> Sep 23 07:26:07 f19-ovirt kernel: [    2.343659] [drm] radeon: 256M of VRAM memory ready
> Sep 23 07:26:07 f19-ovirt kernel: [    2.343660] [drm] radeon: 512M of GTT memory ready.
> Sep 23 07:26:07 f19-ovirt kernel: [    2.343671] [drm] GART: num cpu pages 131072, num gpu pages 131072
> Sep 23 07:26:07 f19-ovirt kernel: [    2.344277] [drm] radeon: 1 quad pipes, 1 Z pipes initialized.
> Sep 23 07:26:07 f19-ovirt kernel: [    2.344970] [drm] PCIE GART of 512M enabled (table at 0x00000000D0040000).
> Sep 23 07:26:07 f19-ovirt kernel: [    2.344988] radeon 0000:01:00.0: WB enabled
> Sep 23 07:26:07 f19-ovirt kernel: [    2.344990] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x00000000b0000000 and cpu addr 0xffff88022f2e0000
> Sep 23 07:26:07 f19-ovirt kernel: [    2.344992] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
> Sep 23 07:26:07 f19-ovirt kernel: [    2.344992] [drm] Driver supports precise vblank timestamp query.
> Sep 23 07:26:07 f19-ovirt kernel: [    2.345015] radeon 0000:01:00.0: radeon: using MSI.
> Sep 23 07:26:07 f19-ovirt kernel: [    2.345032] [drm] radeon: irq initialized.
> Sep 23 07:26:07 f19-ovirt kernel: [    2.345038] [drm] Loading R300 Microcode
> Sep 23 07:26:07 f19-ovirt kernel: [    2.345431] [drm] radeon: ring at 0x00000000B0001000
> Sep 23 07:26:07 f19-ovirt kernel: [    2.345451] [drm] ring test succeeded in 1 usecs
> Sep 23 07:26:07 f19-ovirt kernel: [    2.345702] [drm] ib test succeeded in 0 usecs
> Sep 23 07:26:07 f19-ovirt kernel: [    2.345835] [drm] Radeon Display Connectors
> Sep 23 07:26:07 f19-ovirt kernel: [    2.345836] [drm] Connector 0:
> Sep 23 07:26:07 f19-ovirt kernel: [    2.345839] [drm]   DVI-I-1
> Sep 23 07:26:07 f19-ovirt kernel: [    2.345840] [drm]   HPD1
> Sep 23 07:26:07 f19-ovirt kernel: [    2.345842] [drm]   DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
> Sep 23 07:26:07 f19-ovirt kernel: [    2.345843] [drm]   Encoders:
> Sep 23 07:26:07 f19-ovirt kernel: [    2.345844] [drm]     CRT2: INTERNAL_DAC2
> Sep 23 07:26:07 f19-ovirt kernel: [    2.345846] [drm]     DFP1: INTERNAL_TMDS1
> Sep 23 07:26:07 f19-ovirt kernel: [    2.345846] [drm] Connector 1:
> Sep 23 07:26:07 f19-ovirt kernel: [    2.345848] [drm]   DVI-I-2
> Sep 23 07:26:07 f19-ovirt kernel: [    2.345849] [drm]   HPD2
> Sep 23 07:26:07 f19-ovirt kernel: [    2.345850] [drm]   DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
> Sep 23 07:26:07 f19-ovirt kernel: [    2.345852] [drm]   Encoders:
> Sep 23 07:26:07 f19-ovirt kernel: [    2.345853] [drm]     CRT1: INTERNAL_DAC1
> Sep 23 07:26:07 f19-ovirt kernel: [    2.345854] [drm]     DFP2: INTERNAL_DVO1
> Sep 23 07:26:07 f19-ovirt kernel: [    2.369393] firewire_ohci 0000:03:00.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
> Sep 23 07:26:07 f19-ovirt kernel: [    2.422272] [drm] fb mappable at 0xD00C0000
> Sep 23 07:26:07 f19-ovirt kernel: [    2.422273] [drm] vram apper at 0xD0000000
> Sep 23 07:26:07 f19-ovirt kernel: [    2.422274] [drm] size 4177920
> Sep 23 07:26:07 f19-ovirt kernel: [    2.422275] [drm] fb depth is 24
> Sep 23 07:26:07 f19-ovirt kernel: [    2.422276] [drm]    pitch is 5440
> Sep 23 07:26:07 f19-ovirt kernel: [    2.422443] fbcon: radeondrmfb (fb0) is primary device
> Sep 23 07:26:07 f19-ovirt kernel: [    2.478802] Console: switching to colour frame buffer device 170x48
> Sep 23 07:26:07 f19-ovirt kernel: [    2.482434] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
> Sep 23 07:26:07 f19-ovirt kernel: [    2.482436] radeon 0000:01:00.0: registered panic notifier
> Sep 23 07:26:07 f19-ovirt kernel: [    2.482440] [drm] Initialized radeon 2.34.0 20080528 for 0000:01:00.0 on minor 0
> Sep 23 07:26:07 f19-ovirt kernel: [    2.607126] Switched to clocksource tsc
> Sep 23 07:26:07 f19-ovirt kernel: [    2.870551] firewire_core 0000:03:00.0: created device fw0: GUID a4badb8000eceacd, S400
> Sep 23 07:26:07 f19-ovirt kernel: [    2.879325] bio: create slab <bio-1> at 1
> Sep 23 07:26:07 f19-ovirt kernel: [    3.177351] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
> Sep 23 07:26:07 f19-ovirt kernel: [    3.318314] scsi 6:0:0:0: Direct-Access     Generic- SD/MMC           1.00 PQ: 0 ANSI: 0
> Sep 23 07:26:07 f19-ovirt kernel: [    3.318810] scsi 6:0:0:1: Direct-Access     Generic- Compact Flash    1.01 PQ: 0 ANSI: 0
> Sep 23 07:26:07 f19-ovirt kernel: [    3.319314] scsi 6:0:0:2: Direct-Access     Generic- SM/xD-Picture    1.02 PQ: 0 ANSI: 0
> Sep 23 07:26:07 f19-ovirt kernel: [    3.319808] scsi 6:0:0:3: Direct-Access     Generic- MS/MS-Pro        1.03 PQ: 0 ANSI: 0
> Sep 23 07:26:07 f19-ovirt kernel: [    3.319978] sd 6:0:0:0: Attached scsi generic sg2 type 0
> Sep 23 07:26:07 f19-ovirt kernel: [    3.320089] sd 6:0:0:1: Attached scsi generic sg3 type 0
> Sep 23 07:26:07 f19-ovirt kernel: [    3.320189] sd 6:0:0:2: Attached scsi generic sg4 type 0
> Sep 23 07:26:07 f19-ovirt kernel: [    3.320291] sd 6:0:0:3: Attached scsi generic sg5 type 0
> Sep 23 07:26:07 f19-ovirt kernel: [    3.326730] sd 6:0:0:0: [sdb] Attached SCSI removable disk
> Sep 23 07:26:07 f19-ovirt kernel: [    3.327404] sd 6:0:0:1: [sdc] Attached SCSI removable disk
> Sep 23 07:26:07 f19-ovirt kernel: [    3.328355] sd 6:0:0:2: [sdd] Attached SCSI removable disk
> Sep 23 07:26:07 f19-ovirt kernel: [    3.329066] sd 6:0:0:3: [sde] Attached SCSI removable disk
> Sep 23 07:26:07 f19-ovirt kernel: [    3.794624] type=1404 audit(1379935559.654:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
> Sep 23 07:26:07 f19-ovirt kernel: [    4.183792] type=1403 audit(1379935560.043:3): policy loaded auid=4294967295 ses=4294967295
> Sep 23 07:26:07 f19-ovirt kernel: [    6.250153] device-mapper: multipath: version 1.5.1 loaded
> Sep 23 07:26:07 f19-ovirt kernel: [    6.301902] bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
> Sep 23 07:26:07 f19-ovirt kernel: [    6.603259] EXT4-fs (dm-0): re-mounted. Opts: (null)
> Sep 23 07:26:07 f19-ovirt kernel: [    6.699076] RPC: Registered named UNIX socket transport module.
> Sep 23 07:26:07 f19-ovirt kernel: [    6.699078] RPC: Registered udp transport module.
> Sep 23 07:26:07 f19-ovirt kernel: [    6.699079] RPC: Registered tcp transport module.
> Sep 23 07:26:07 f19-ovirt kernel: [    6.699080] RPC: Registered tcp NFSv4.1 backchannel transport module.
> Sep 23 07:26:07 f19-ovirt kernel: [    6.708179] Installing knfsd (copyright (C) 1996 okir at monad.swb.de).
> Sep 23 07:26:07 f19-ovirt kernel: [    6.775010] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
> Sep 23 07:26:07 f19-ovirt kernel: [    6.775553] ACPI Warning: 0x0000000000000828-0x000000000000082f SystemIO conflicts with Region \PMRG 1 (20130517/utaddress-251)
> Sep 23 07:26:07 f19-ovirt kernel: [    6.775557] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
> Sep 23 07:26:07 f19-ovirt kernel: [    6.775571] lpc_ich: Resource conflict(s) found affecting gpio_ich
> Sep 23 07:26:07 f19-ovirt kernel: [    6.776388] EDAC MC: Ver: 3.0.0
> Sep 23 07:26:07 f19-ovirt kernel: [    6.778142] EDAC MC0: Giving out device to 'i7core_edac.c' 'i7 core #0': DEV 0000:ff:03.0
> Sep 23 07:26:07 f19-ovirt kernel: [    6.778217] EDAC PCI0: Giving out device to module 'i7core_edac' controller 'EDAC PCI controller': DEV '0000:ff:03.0' (POLLED)
> Sep 23 07:26:07 f19-ovirt kernel: [    6.778222] EDAC i7core: Driver loaded, 1 memory controller(s) found.
> Sep 23 07:26:07 f19-ovirt kernel: [    6.782485] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
> Sep 23 07:26:07 f19-ovirt kernel: [    6.791324] microcode: CPU0 sig=0x106e5, pf=0x2, revision=0x4
> Sep 23 07:26:07 f19-ovirt kernel: [    6.884927] pps_core: LinuxPPS API ver. 1 registered
> Sep 23 07:26:07 f19-ovirt kernel: [    6.884930] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
> Sep 23 07:26:07 f19-ovirt kernel: [    6.886404] PTP clock support registered
> Sep 23 07:26:07 f19-ovirt kernel: [    6.889543] tg3.c:v3.132 (May 21, 2013)
> Sep 23 07:26:07 f19-ovirt kernel: [    6.892752] libphy: tg3 mdio bus: probed
> Sep 23 07:26:07 f19-ovirt kernel: [    6.900223] tg3 0000:04:00.0 eth0: Tigon3 [partno(BCM57780) rev 57780001] (PCI Express) MAC address a4:ba:db:ec:ea:cd
> Sep 23 07:26:07 f19-ovirt kernel: [    6.900225] tg3 0000:04:00.0 eth0: attached PHY driver [Broadcom BCM57780] (mii_bus:phy_addr=400:01)
> Sep 23 07:26:07 f19-ovirt kernel: [    6.900227] tg3 0000:04:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
> Sep 23 07:26:07 f19-ovirt kernel: [    6.900228] tg3 0000:04:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
> Sep 23 07:26:07 f19-ovirt kernel: [    6.911622] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
> Sep 23 07:26:07 f19-ovirt kernel: [    6.923162] microcode: CPU0 sig=0x106e5, pf=0x2, revision=0x4
> Sep 23 07:26:07 f19-ovirt kernel: [    6.923436] microcode: CPU0 updated to revision 0x6, date = 2013-07-01
> Sep 23 07:26:07 f19-ovirt kernel: [    6.923444] microcode: CPU1 sig=0x106e5, pf=0x2, revision=0x4
> Sep 23 07:26:07 f19-ovirt kernel: [    6.923465] microcode: CPU1 sig=0x106e5, pf=0x2, revision=0x4
> Sep 23 07:26:07 f19-ovirt kernel: [    6.923675] microcode: CPU1 updated to revision 0x6, date = 2013-07-01
> Sep 23 07:26:07 f19-ovirt kernel: [    6.923682] microcode: CPU2 sig=0x106e5, pf=0x2, revision=0x4
> Sep 23 07:26:07 f19-ovirt kernel: [    6.923704] microcode: CPU2 sig=0x106e5, pf=0x2, revision=0x4
> Sep 23 07:26:07 f19-ovirt kernel: [    6.923911] microcode: CPU2 updated to revision 0x6, date = 2013-07-01
> Sep 23 07:26:07 f19-ovirt kernel: [    6.923923] microcode: CPU3 sig=0x106e5, pf=0x2, revision=0x4
> Sep 23 07:26:07 f19-ovirt kernel: [    6.923949] microcode: CPU3 sig=0x106e5, pf=0x2, revision=0x4
> Sep 23 07:26:07 f19-ovirt kernel: [    6.924157] microcode: CPU3 updated to revision 0x6, date = 2013-07-01
> Sep 23 07:26:07 f19-ovirt kernel: [    6.924165] microcode: CPU4 sig=0x106e5, pf=0x2, revision=0x4
> Sep 23 07:26:07 f19-ovirt kernel: [    6.924186] microcode: CPU4 sig=0x106e5, pf=0x2, revision=0x4
> Sep 23 07:26:07 f19-ovirt kernel: [    6.924395] microcode: CPU4 updated to revision 0x6, date = 2013-07-01
> Sep 23 07:26:07 f19-ovirt kernel: [    6.924400] microcode: CPU5 sig=0x106e5, pf=0x2, revision=0x4
> Sep 23 07:26:07 f19-ovirt kernel: [    6.924424] microcode: CPU5 sig=0x106e5, pf=0x2, revision=0x4
> Sep 23 07:26:07 f19-ovirt kernel: [    6.924638] microcode: CPU5 updated to revision 0x6, date = 2013-07-01
> Sep 23 07:26:07 f19-ovirt kernel: [    6.924643] microcode: CPU6 sig=0x106e5, pf=0x2, revision=0x4
> Sep 23 07:26:07 f19-ovirt kernel: [    6.924666] microcode: CPU6 sig=0x106e5, pf=0x2, revision=0x4
> Sep 23 07:26:07 f19-ovirt kernel: [    6.924876] microcode: CPU6 updated to revision 0x6, date = 2013-07-01
> Sep 23 07:26:07 f19-ovirt kernel: [    6.924911] microcode: CPU7 sig=0x106e5, pf=0x2, revision=0x4
> Sep 23 07:26:07 f19-ovirt kernel: [    6.924972] microcode: CPU7 sig=0x106e5, pf=0x2, revision=0x4
> Sep 23 07:26:07 f19-ovirt kernel: [    6.925173] microcode: CPU7 updated to revision 0x6, date = 2013-07-01
> Sep 23 07:26:07 f19-ovirt kernel: [    6.925217] microcode: Microcode Update Driver: v2.00 <tigran at aivazian.fsnet.co.uk>, Peter Oruba
> Sep 23 07:26:07 f19-ovirt kernel: [    6.945906] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
> Sep 23 07:26:07 f19-ovirt kernel: [    6.981175] Bridge firewalling registered
> Sep 23 07:26:07 f19-ovirt kernel: [    6.992736] tun: Universal TUN/TAP device driver, 1.6
> Sep 23 07:26:07 f19-ovirt kernel: [    6.992738] tun: (C) 1999-2004 Max Krasnyansky <maxk at qualcomm.com>
> Sep 23 07:26:07 f19-ovirt kernel: [    7.019341] iTCO_vendor_support: vendor-support=0
> Sep 23 07:26:07 f19-ovirt kernel: [    7.020511] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
> Sep 23 07:26:07 f19-ovirt kernel: [    7.020531] iTCO_wdt: Found a H57 TCO device (Version=2, TCOBASE=0x0860)
> Sep 23 07:26:07 f19-ovirt kernel: [    7.020602] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
> Sep 23 07:26:07 f19-ovirt kernel: [    7.033787] 8021q: 802.1Q VLAN Support v1.8
> Sep 23 07:26:07 f19-ovirt kernel: [    7.540163] input: HDA Intel MID HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4
> Sep 23 07:26:07 f19-ovirt kernel: [    7.540548] input: HDA Intel MID Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
> Sep 23 07:26:07 f19-ovirt kernel: [    7.540603] input: HDA Intel MID Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
> Sep 23 07:26:07 f19-ovirt kernel: [    7.540664] input: HDA Intel MID Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
> Sep 23 07:26:07 f19-ovirt kernel: [    7.540715] input: HDA Intel MID Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
> Sep 23 07:26:07 f19-ovirt kernel: [    7.540769] input: HDA Intel MID Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
> Sep 23 07:26:07 f19-ovirt kernel: [    7.540844] input: HDA Intel MID Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
> Sep 23 07:26:07 f19-ovirt kernel: [    7.540900] input: HDA Intel MID Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
> Sep 23 07:26:07 f19-ovirt kernel: [    7.540951] input: HDA Intel MID Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
> Sep 23 07:26:07 f19-ovirt kernel: [   10.280834] Adding 8273916k swap on /dev/mapper/fedora-swap.  Priority:-1 extents:1 across:8273916k FS
> Sep 23 07:26:07 f19-ovirt kernel: [   10.475522] device-mapper: multipath service-time: version 0.2.0 loaded
> Sep 23 07:26:07 f19-ovirt kernel: [   10.475628] device-mapper: table: 253:2: multipath: error getting device
> Sep 23 07:26:07 f19-ovirt kernel: [   10.475630] device-mapper: ioctl: error adding target to table
> Sep 23 07:26:07 f19-ovirt kernel: [   10.475947] device-mapper: table: 253:2: multipath: error getting device
> Sep 23 07:26:07 f19-ovirt kernel: [   10.475949] device-mapper: ioctl: error adding target to table
> Sep 23 07:26:07 f19-ovirt kernel: [   10.712263] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
> Sep 23 07:26:07 f19-ovirt kernel: [   11.057849] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
> Sep 23 07:26:07 f19-ovirt kernel: [   11.719725] type=1305 audit(1379935567.578:4): audit_pid=552 old=0 auid=4294967295 ses=4294967295
> Sep 23 07:26:07 f19-ovirt kernel: [   11.719725]  subj=system_u:system_r:auditd_t:s0 res=1
> Sep 23 07:26:08 f19-ovirt systemd[1]: Started Trigger Flushing of Journal to Persistent Storage.
> Sep 23 07:26:08 f19-ovirt systemd[1]: Started Security Auditing Service.
> Sep 23 07:26:08 f19-ovirt systemd[1]: Started Recreate Volatile Files and Directories.
> Sep 23 07:26:08 f19-ovirt systemd[1]: Started Tell Plymouth To Write Out Runtime Data.
> Sep 23 07:26:08 f19-ovirt systemd[1]: Starting System Initialization.
> Sep 23 07:26:08 f19-ovirt systemd[1]: Reached target System Initialization.
> Sep 23 07:26:08 f19-ovirt systemd[1]: Starting Daily Cleanup of Temporary Directories.
> Sep 23 07:26:08 f19-ovirt systemd[1]: Started Daily Cleanup of Temporary Directories.
> Sep 23 07:26:08 f19-ovirt systemd[1]: Starting Timers.
> Sep 23 07:26:08 f19-ovirt systemd[1]: Reached target Timers.
> Sep 23 07:26:08 f19-ovirt systemd[1]: Starting Open-iSCSI iscsid Socket.
> Sep 23 07:26:08 f19-ovirt auditctl[553]: No rules
> Sep 23 07:26:08 f19-ovirt auditctl[553]: AUDIT_STATUS: enabled=0 flag=1 pid=0 rate_limit=0 backlog_limit=320 lost=0 backlog=0
> Sep 23 07:26:08 f19-ovirt avahi-daemon[566]: Found user 'avahi' (UID 70) and group 'avahi' (GID 70).
> Sep 23 07:26:08 f19-ovirt avahi-daemon[566]: Successfully dropped root privileges.
> Sep 23 07:26:08 f19-ovirt avahi-daemon[566]: avahi-daemon 0.6.31 starting up.
> Sep 23 07:26:08 f19-ovirt avahi-daemon[566]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
> Sep 23 07:26:08 f19-ovirt avahi-daemon[566]: Successfully called chroot().
> Sep 23 07:26:08 f19-ovirt avahi-daemon[566]: Successfully dropped remaining capabilities.
> Sep 23 07:26:08 f19-ovirt auditd[552]: Started dispatcher: /sbin/audispd pid: 607
> Sep 23 07:26:08 f19-ovirt audispd: No plugins found, exiting
> Sep 23 07:26:08 f19-ovirt auditd[552]: Init complete, auditd 2.3.2 listening for events (startup state enable)
> Sep 23 07:26:08 f19-ovirt smartd[575]: smartd 6.2 2013-07-26 r3841 [x86_64-linux-3.11.1-200.fc19.x86_64] (local build)
> Sep 23 07:26:08 f19-ovirt avahi-daemon[566]: No service file found in /etc/avahi/services.
> Sep 23 07:26:08 f19-ovirt smartd[575]: Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org
> Sep 23 07:26:08 f19-ovirt avahi-daemon[566]: Network interface enumeration completed.
> Sep 23 07:26:08 f19-ovirt smartd[575]: Opened configuration file /etc/smartmontools/smartd.conf
> Sep 23 07:26:08 f19-ovirt avahi-daemon[566]: Registering HINFO record with values 'X86_64'/'LINUX'.
> Sep 23 07:26:08 f19-ovirt smartd[575]: Configuration file /etc/smartmontools/smartd.conf was parsed, found DEVICESCAN, scanning devices
> Sep 23 07:26:08 f19-ovirt avahi-daemon[566]: Server startup complete. Host name is f19-ovirt.local. Local service cookie is 1126620826.
> Sep 23 07:26:08 f19-ovirt rngd[574]: Unable to open file: /dev/tpm0
> Sep 23 07:26:08 f19-ovirt rngd[574]: can't open any entropy source
> Sep 23 07:26:08 f19-ovirt rngd[574]: Maybe RNG device modules are not loaded
> Sep 23 07:26:08 f19-ovirt smartd[575]: Device: /dev/sda, type changed from 'scsi' to 'sat'
> Sep 23 07:26:08 f19-ovirt smartd[575]: Device: /dev/sda [SAT], opened
> Sep 23 07:26:08 f19-ovirt smartd[575]: Device: /dev/sda [SAT], WDC WD6400AAKS-75A7B2, S/N:WD-WCASYC268412, WWN:5-0014ee-2043e5943, FW:01.03B01, 640 GB
> Sep 23 07:26:08 f19-ovirt smartd[575]: Device: /dev/sda [SAT], found in smartd database: Western Digital Caviar Blue (SATA)
> Sep 23 07:26:09 f19-ovirt smartd[575]: Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list.
> Sep 23 07:26:09 f19-ovirt smartd[575]: Monitoring 1 ATA and 0 SCSI devices
> Sep 23 07:26:09 f19-ovirt systemd[1]: Started firewalld - dynamic firewall daemon.
> Sep 23 07:26:09 f19-ovirt systemd[1]: Starting Network Manager...
> Sep 23 07:26:09 f19-ovirt network[562]: Bringing up loopback interface:  [  OK  ]
> Sep 23 07:26:09 f19-ovirt kernel: [   13.635639] IPv6: ADDRCONF(NETDEV_UP): em1: link is not ready
> Sep 23 07:26:09 f19-ovirt kernel: [   13.636802] device em1 entered promiscuous mode
> Sep 23 07:26:09 f19-ovirt network[562]: Bringing up interface em1:  [  OK  ]
> Sep 23 07:26:09 f19-ovirt kernel: [   13.641054] ip6_tables: (C) 2000-2006 Netfilter Core Team
> Sep 23 07:26:09 f19-ovirt network[562]: Bringing up interface enp4s0:  ./network-functions: line 73: [: /etc/dhcp/dhclient-em1: binary operator expected
> Sep 23 07:26:09 f19-ovirt network[562]: ./network-functions: line 75: [: /etc/dhclient-em1: binary operator expected
> Sep 23 07:26:09 f19-ovirt network[562]: ./network-functions: line 65: [: /var/lib/dhclient/dhclient-em1: binary operator expected
> Sep 23 07:26:09 f19-ovirt network[562]: Determining IP information for em1
> Sep 23 07:26:09 f19-ovirt NetworkManager[682]: <info> NetworkManager (version 0.9.8.2-8.git20130709.fc19) is starting...
> Sep 23 07:26:09 f19-ovirt NetworkManager[682]: <info> Read config file /etc/NetworkManager/NetworkManager.conf
> Sep 23 07:26:09 f19-ovirt NetworkManager[682]: <info> WEXT support is enabled
> Sep 23 07:26:09 f19-ovirt kernel: [   13.915522] tg3 0000:04:00.0 em1: Link is down
> Sep 23 07:26:09 f19-ovirt dbus-daemon[577]: dbus[577]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
> Sep 23 07:26:09 f19-ovirt dbus[577]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
> Sep 23 07:26:09 f19-ovirt systemd[1]: Starting Authorization Manager...
> Sep 23 07:26:09 f19-ovirt polkitd[765]: Started polkitd version 0.112
> Sep 23 07:26:10 f19-ovirt dbus-daemon[577]: dbus[577]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
> Sep 23 07:26:10 f19-ovirt dbus[577]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
> Sep 23 07:26:10 f19-ovirt systemd[1]: Started Authorization Manager.
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]:    ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]:    ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-em1 ...
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <warn> failed to allocate link cache: (-10) Operation not supported
> Sep 23 07:26:10 f19-ovirt kernel: [   14.533259] IPv6: ADDRCONF(NETDEV_UP): ovirtmgmt: link is not ready
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]:    ifcfg-rh:     read connection 'System em1'
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]:    ifcfg-rh: Ignoring connection 'System em1' and its device due to NM_CONTROLLED/BRIDGE/VLAN.
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]:    ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-enp4s0 ...
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]:    ifcfg-rh:     read connection 'enp4s0'
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]:    ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-ovirtmgmt ...
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]:    ifcfg-rh:     warning: DELAY invalid when STP is disabled
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]:    ifcfg-rh:     read connection 'Bridge ovirtmgmt'
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]:    ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ...
> Sep 23 07:26:10 f19-ovirt network[562]: ovirtmgmt...Cannot find device "ovirtmgmt.pid"
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <info> monitoring kernel firmware directory '/lib/firmware'.
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <info> WiFi enabled by radio killswitch; enabled by state file
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <info> WWAN enabled by radio killswitch; enabled by state file
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <info> WiMAX enabled by radio killswitch; enabled by state file
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <info> Networking is enabled by state file
> Sep 23 07:26:10 f19-ovirt systemd[1]: Started Network Manager.
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <warn> failed to allocate link cache: (-10) Operation not supported
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <info> (em1): carrier is OFF
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <info> (em1): new Ethernet device (driver: 'tg3' ifindex: 3)
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <info> (em1): exported as /org/freedesktop/NetworkManager/Devices/0
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <warn> (ovirtmgmt): cannot use existing bridge for 'Bridge ovirtmgmt'
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <warn> failed to allocate link cache: (-10) Operation not supported
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <info> (bond0): carrier is OFF
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <info> (bond0): new Bond device (driver: 'bonding' ifindex: 2)
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <info> (bond0): exported as /org/freedesktop/NetworkManager/Devices/1
> Sep 23 07:26:10 f19-ovirt kernel: [   14.658991] IPv6: ADDRCONF(NETDEV_UP): bond0: link is not ready
> Sep 23 07:26:10 f19-ovirt kernel: [   14.658993] 8021q: adding VLAN 0 to HW filter on device bond0
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <info> (bond0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <info> (bond0): bringing up device.
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <info> (bond0): deactivating device (reason 'managed') [2]
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <info> Added default wired connection 'Wired connection 1' for /sys/devices/virtual/net/bond0
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <warn> (ovirtmgmt): cannot use existing bridge for 'Bridge ovirtmgmt'
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring...
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <warn> failed to allocate link cache: (-10) Operation not supported
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <info> (ovirtmgmt): ignoring bridge not created by NetworkManager
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring...
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <warn> failed to allocate link cache: (-10) Operation not supported
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <info> (ovirtmgmt): ignoring bridge not created by NetworkManager
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <warn> (ovirtmgmt): cannot use existing bridge for 'Bridge ovirtmgmt'
> Sep 23 07:26:10 f19-ovirt NetworkManager[682]: <info> (bond0): device state change: unavailable -> disconnected (reason 'none') [20 30 0]
> Sep 23 07:26:10 f19-ovirt kernel: [   14.733125] Ebtables v2.0 registered
> Sep 23 07:26:10 f19-ovirt kernel: [   14.758652] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
> Sep 23 07:26:10 f19-ovirt network[562]: Cannot find device "ovirtmgmt.lease"
> Sep 23 07:26:10 f19-ovirt dhclient[762]: Error getting hardware address for "ovirtmgmt.pid": No such device
> Sep 23 07:26:10 f19-ovirt dhclient[762]: 
> Sep 23 07:26:10 f19-ovirt dhclient[762]: This version of ISC DHCP is based on the release available
> Sep 23 07:26:10 f19-ovirt dhclient[762]: on ftp.isc.org.  Features have been added and other changes
> Sep 23 07:26:10 f19-ovirt dhclient[762]: have been made to the base software release in order to make
> Sep 23 07:26:10 f19-ovirt dhclient[762]: it work better with this distribution.
> Sep 23 07:26:10 f19-ovirt dhclient[762]: 
> Sep 23 07:26:10 f19-ovirt dhclient[762]: Please report for this software via the Red Hat Bugzilla site:
> Sep 23 07:26:10 f19-ovirt dhclient[762]:     http://bugzilla.redhat.com
> Sep 23 07:26:10 f19-ovirt dhclient[762]: 
> Sep 23 07:26:10 f19-ovirt dhclient[762]: exiting.
> Sep 23 07:26:10 f19-ovirt network[562]: failed.
> Sep 23 07:26:10 f19-ovirt network[562]: WARN     : [/etc/sysconfig/network-scripts/ifup-eth] Unable to obtain IPv4 DHCP address em1
> Sep 23 07:26:10 f19-ovirt network[562]: ovirtmgmt.
> Sep 23 07:26:10 f19-ovirt /etc/sysconfig/network-scripts/ifup-eth: Unable to obtain IPv4 DHCP address em1
> Sep 23 07:26:10 f19-ovirt network[562]: cat: /sys/class/net/em1: Is a directory
> Sep 23 07:26:10 f19-ovirt network[562]: cat: ovirtmgmt/ifindex: No such file or directory
> Sep 23 07:26:10 f19-ovirt network[562]: /etc/sysconfig/network-scripts/ifup-eth: line 272: 1000 + : syntax error: operand expected (error token is "+ ")
> Sep 23 07:26:12 f19-ovirt systemd[1]: Started Dynamic System Tuning Daemon.
> Sep 23 07:26:12 f19-ovirt network[562]: ERROR    : [/etc/sysconfig/network-scripts/ifup-aliases] Missing config file ovirtmgmt.
> Sep 23 07:26:12 f19-ovirt /etc/sysconfig/network-scripts/ifup-aliases: Missing config file ovirtmgmt.
> Sep 23 07:26:12 f19-ovirt network[562]: [  OK  ]
> Sep 23 07:26:12 f19-ovirt kernel: [   16.927726] tg3 0000:04:00.0 em1: Link is up at 1000 Mbps, full duplex
> Sep 23 07:26:12 f19-ovirt kernel: [   16.927729] tg3 0000:04:00.0 em1: Flow control is on for TX and on for RX
> Sep 23 07:26:12 f19-ovirt kernel: [   16.927735] IPv6: ADDRCONF(NETDEV_CHANGE): em1: link becomes ready
> Sep 23 07:26:12 f19-ovirt network[562]: Bringing up interface ovirtmgmt:  [  OK  ]
> Sep 23 07:26:12 f19-ovirt systemd[1]: Started LSB: Bring up/down networking.
> Sep 23 07:26:12 f19-ovirt systemd[1]: Starting Network.
> Sep 23 07:26:12 f19-ovirt systemd[1]: Reached target Network.
> Sep 23 07:26:12 f19-ovirt systemd[1]: Starting OpenSSH server daemon...
> Sep 23 07:26:12 f19-ovirt systemd[1]: Starting PostgreSQL database server...
> Sep 23 07:26:12 f19-ovirt systemd[1]: Starting The Apache HTTP Server...
> Sep 23 07:26:13 f19-ovirt systemd[1]: Starting Sendmail Mail Transport Agent...
> Sep 23 07:26:13 f19-ovirt systemd[1]: Starting RPC bind service...
> Sep 23 07:26:13 f19-ovirt systemd[1]: Starting Open-iSCSI...
> Sep 23 07:26:13 f19-ovirt systemd[1]: Started OpenSSH server daemon.
> Sep 23 07:26:13 f19-ovirt systemd[1]: Started RPC bind service.
> Sep 23 07:26:13 f19-ovirt systemd[1]: Starting NFS file locking service....
> Sep 23 07:26:13 f19-ovirt kernel: [   17.316043] device em1 left promiscuous mode
> Sep 23 07:26:13 f19-ovirt kernel: [   17.316050] ovirtmgmt: port 1(em1) entered disabled state
> Sep 23 07:26:13 f19-ovirt avahi-daemon[566]: Withdrawing workstation service for ovirtmgmt.
> Sep 23 07:26:13 f19-ovirt rpc.statd[1601]: Version 1.2.7 starting
> Sep 23 07:26:13 f19-ovirt sm-notify[1602]: Version 1.2.7 starting
> Sep 23 07:26:13 f19-ovirt iscsid: iSCSI logger with pid=1612 started!
> Sep 23 07:26:13 f19-ovirt systemd[1]: Failed to read PID from file /var/run/iscsid.pid: Invalid argument
> Sep 23 07:26:13 f19-ovirt systemd[1]: Started NFS file locking service..
> Sep 23 07:26:13 f19-ovirt systemd[1]: Starting NFS Server...
> Sep 23 07:26:13 f19-ovirt kernel: [   17.654961] Loading iSCSI transport class v2.0-870.
> Sep 23 07:26:13 f19-ovirt systemd[1]: Started Open-iSCSI.
> Sep 23 07:26:13 f19-ovirt systemd[1]: Started Login and scanning of iSCSI devices.
> Sep 23 07:26:13 f19-ovirt systemd[1]: Starting Virtualization daemon...
> Sep 23 07:26:13 f19-ovirt vdsm-restore-net-config[572]: libvirt: XML-RPC error : Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory
> Sep 23 07:26:13 f19-ovirt systemd[1]: Started Virtualization daemon.
> Sep 23 07:26:13 f19-ovirt systemd[1]: Started Sendmail Mail Transport Agent.
> Sep 23 07:26:13 f19-ovirt systemd[1]: Starting Sendmail Mail Transport Client...
> Sep 23 07:26:13 f19-ovirt kernel: [   17.930753] tg3 0000:04:00.0 em1: Link is down
> Sep 23 07:26:13 f19-ovirt vdsm-restore-net-config[572]: libvirt: XML-RPC error : Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory
> Sep 23 07:26:13 f19-ovirt systemd[1]: Started Sendmail Mail Transport Client.
> Sep 23 07:26:13 f19-ovirt libvirtd[1627]: 2013-09-23 11:26:13.979+0000: 1627: info : libvirt version: 1.0.5.5, package: 1.fc19 (Fedora Project, 2013-08-01-23:39:55, buildvm-09.phx2.fedoraproject.org)
> Sep 23 07:26:13 f19-ovirt libvirtd[1627]: 2013-09-23 11:26:13.979+0000: 1627: debug : virLogParseOutputs:1331 : outputs=1:file:/var/log/libvirt/libvirtd.log
> Sep 23 07:26:14 f19-ovirt vdsm-restore-net-config[572]: libvirt: XML-RPC error : Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory
> Sep 23 07:26:14 f19-ovirt vdsm-restore-net-config[572]: libvirt: XML-RPC error : Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory
> Sep 23 07:26:14 f19-ovirt kernel: [   18.485241] NFSD: starting 90-second grace period (net ffffffff81cbdfc0)
> Sep 23 07:26:14 f19-ovirt systemd[1]: Started NFS Server.
> Sep 23 07:26:14 f19-ovirt systemd[1]: Starting NFSv4 ID-name mapping daemon...
> Sep 23 07:26:14 f19-ovirt systemd[1]: Starting NFS Mount Daemon...
> Sep 23 07:26:14 f19-ovirt systemd[1]: Starting NFS Remote Quota Server...
> Sep 23 07:26:14 f19-ovirt systemd[1]: Starting Network File System Server.
> Sep 23 07:26:14 f19-ovirt systemd[1]: Reached target Network File System Server.
> Sep 23 07:26:14 f19-ovirt httpd[1565]: [Mon Sep 23 07:26:14.381362 2013] [proxy:warn] [pid 1565] AH01146: Ignoring parameter 'timeout=3600' for worker 'ajp://127.0.0.1:8702' because of worker sharing
> Sep 23 07:26:14 f19-ovirt iscsid: iSCSI daemon with pid=1613 started!
> Sep 23 07:26:14 f19-ovirt systemd[1]: Started NFS Remote Quota Server.
> Sep 23 07:26:14 f19-ovirt rpc.mountd[1671]: Version 1.2.7 starting
> Sep 23 07:26:14 f19-ovirt systemd[1]: Started NFS Mount Daemon.
> Sep 23 07:26:14 f19-ovirt vdsm-restore-net-config[572]: libvirt: XML-RPC error : Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory
> Sep 23 07:26:14 f19-ovirt systemd[1]: Started NFSv4 ID-name mapping daemon.
> Sep 23 07:26:14 f19-ovirt systemd[1]: Started The Apache HTTP Server.
> Sep 23 07:26:14 f19-ovirt vdsm-restore-net-config[572]: libvirt: XML-RPC error : Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory
> Sep 23 07:26:14 f19-ovirt vdsm-restore-net-config[572]: libvirt: XML-RPC error : Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory
> Sep 23 07:26:15 f19-ovirt vdsm-restore-net-config[572]: libvirt: XML-RPC error : Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory
> Sep 23 07:26:15 f19-ovirt systemd[1]: Started PostgreSQL database server.
> Sep 23 07:26:15 f19-ovirt systemd[1]: Starting oVirt Engine...
> Sep 23 07:26:15 f19-ovirt systemd[1]: Started oVirt Engine.
> Sep 23 07:26:23 f19-ovirt vdsm-restore-net-config[572]: WARNING:root:File: /etc/sysconfig/network-scripts/route-ovirtmgmt already removed
> Sep 23 07:26:23 f19-ovirt vdsm-restore-net-config[572]: WARNING:root:File: /etc/sysconfig/network-scripts/rule-ovirtmgmt already removed
> Sep 23 07:26:23 f19-ovirt systemd[1]: Started Restore failed Vdsm network configuration on boot.
> Sep 23 07:26:23 f19-ovirt systemd[1]: Starting Virtual Desktop Server Manager...
> Sep 23 07:26:23 f19-ovirt systemd-vdsmd[1861]: Traceback (most recent call last):
> Sep 23 07:26:23 f19-ovirt systemd-vdsmd[1861]: File "/usr/bin/vdsm-tool", line 143, in <module>
> Sep 23 07:26:23 f19-ovirt systemd-vdsmd[1861]: sys.exit(main())
> Sep 23 07:26:23 f19-ovirt systemd-vdsmd[1861]: File "/usr/bin/vdsm-tool", line 140, in main
> Sep 23 07:26:23 f19-ovirt systemd-vdsmd[1861]: return tool_command[cmd]["command"](*args[1:])
> Sep 23 07:26:23 f19-ovirt systemd-vdsmd[1861]: File "/usr/lib64/python2.7/site-packages/vdsm/tool/sanlock.py", line 41, in sanlock_check_service
> Sep 23 07:26:23 f19-ovirt systemd-vdsmd[1861]: sanlock_pid = open(SANLOCK_PID, "r").readline().strip()
> Sep 23 07:26:23 f19-ovirt systemd-vdsmd[1861]: IOError: [Errno 2] No such file or directory: '/var/run/sanlock/sanlock.pid'
> Sep 23 07:26:24 f19-ovirt NetworkManager[682]:    ifcfg-rh: removed /etc/sysconfig/network-scripts/ifcfg-em1.
> Sep 23 07:26:24 f19-ovirt NetworkManager[682]: <info> (em1): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
> Sep 23 07:26:24 f19-ovirt NetworkManager[682]: <info> (em1): bringing up device.
> Sep 23 07:26:24 f19-ovirt NetworkManager[682]: <info> (em1): preparing device.
> Sep 23 07:26:24 f19-ovirt NetworkManager[682]: <info> (em1): deactivating device (reason 'managed') [2]
> Sep 23 07:26:24 f19-ovirt kernel: [   28.456860] IPv6: ADDRCONF(NETDEV_UP): em1: link is not ready
> Sep 23 07:26:24 f19-ovirt NetworkManager[682]:    ifcfg-rh: removed /etc/sysconfig/network-scripts/ifcfg-ovirtmgmt.
> Sep 23 07:26:24 f19-ovirt systemd[1]: Starting Watchdog Multiplexing Daemon...
> Sep 23 07:26:24 f19-ovirt systemd[1]: Starting Shared Storage Lease Manager...
> Sep 23 07:26:24 f19-ovirt kernel: [   28.954843] tg3 0000:04:00.0 em1: Link is down
> Sep 23 07:26:24 f19-ovirt wdmd[1909]: wdmd started S0 H1 G179
> Sep 23 07:26:24 f19-ovirt systemd-wdmd[1891]: Starting wdmd: [  OK  ]
> Sep 23 07:26:24 f19-ovirt systemd[1]: Started Watchdog Multiplexing Daemon.
> Sep 23 07:26:24 f19-ovirt systemd-sanlock[1892]: Starting sanlock: [  OK  ]
> Sep 23 07:26:24 f19-ovirt systemd[1]: Started Shared Storage Lease Manager.
> Sep 23 07:26:24 f19-ovirt wdmd[1909]: /dev/watchdog0 failed to set timeout
> Sep 23 07:26:24 f19-ovirt wdmd[1909]: /dev/watchdog0 disarmed
> Sep 23 07:26:24 f19-ovirt wdmd[1909]: /dev/watchdog1 armed with fire_timeout 60
> Sep 23 07:26:24 f19-ovirt systemd-vdsmd[1861]: Attempting to restart sanlock service:[  OK  ]
> Sep 23 07:26:24 f19-ovirt systemd-vdsmd[1861]: Starting configure libvirt to VDSM ...
> Sep 23 07:26:24 f19-ovirt systemd-vdsmd[1861]: libvirt is already configured for vdsm
> Sep 23 07:26:24 f19-ovirt systemd-vdsmd[1861]: =Done configuring libvirt=
> Sep 23 07:26:26 f19-ovirt systemd-vdsmd[1861]: Starting ntpd...
> Sep 23 07:26:26 f19-ovirt systemd[1]: Starting Network Time Service...
> Sep 23 07:26:26 f19-ovirt ntpd[1967]: ntpd 4.2.6p5 at 1.2349-o Tue Apr  2 17:46:59 UTC 2013 (1)
> Sep 23 07:26:26 f19-ovirt ntpd[1968]: proto: precision = 0.037 usec
> Sep 23 07:26:26 f19-ovirt ntpd[1968]: 0.0.0.0 c01d 0d kern kernel time sync enabled
> Sep 23 07:26:26 f19-ovirt systemd[1]: Started Network Time Service.
> Sep 23 07:26:26 f19-ovirt ntpd[1968]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123
> Sep 23 07:26:26 f19-ovirt ntpd[1968]: Listen and drop on 1 v6wildcard :: UDP 123
> Sep 23 07:26:26 f19-ovirt ntpd[1968]: Listen normally on 2 lo 127.0.0.1 UDP 123
> Sep 23 07:26:26 f19-ovirt ntpd[1968]: Listen normally on 3 lo ::1 UDP 123
> Sep 23 07:26:26 f19-ovirt ntpd[1968]: peers refreshed
> Sep 23 07:26:26 f19-ovirt ntpd[1968]: Listening on routing socket on fd #20 for interface updates
> Sep 23 07:26:26 f19-ovirt ntpd[1968]: Deferring DNS for 0.fedora.pool.ntp.org 1
> Sep 23 07:26:26 f19-ovirt ntpd[1968]: Deferring DNS for 1.fedora.pool.ntp.org 1
> Sep 23 07:26:26 f19-ovirt ntpd[1968]: Deferring DNS for 2.fedora.pool.ntp.org 1
> Sep 23 07:26:26 f19-ovirt ntpd[1968]: Deferring DNS for 3.fedora.pool.ntp.org 1
> Sep 23 07:26:26 f19-ovirt ntpd[1968]: 0.0.0.0 c016 06 restart
> Sep 23 07:26:26 f19-ovirt ntpd[1968]: 0.0.0.0 c012 02 freq_set kernel 0.000 PPM
> Sep 23 07:26:26 f19-ovirt ntpd[1968]: 0.0.0.0 c011 01 freq_not_set
> Sep 23 07:26:26 f19-ovirt kernel: [   30.962887] tg3 0000:04:00.0 em1: Link is up at 1000 Mbps, full duplex
> Sep 23 07:26:26 f19-ovirt kernel: [   30.962891] tg3 0000:04:00.0 em1: Flow control is on for TX and on for RX
> Sep 23 07:26:26 f19-ovirt kernel: [   30.962898] IPv6: ADDRCONF(NETDEV_CHANGE): em1: link becomes ready
> Sep 23 07:26:26 f19-ovirt NetworkManager[682]: <info> (em1): carrier now ON (device state 20)
> Sep 23 07:26:26 f19-ovirt NetworkManager[682]: <info> (em1): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40]
> Sep 23 07:26:26 f19-ovirt NetworkManager[682]: <info> Auto-activating connection 'enp4s0'.
> Sep 23 07:26:26 f19-ovirt NetworkManager[682]: <info> Activation (em1) starting connection 'enp4s0'
> Sep 23 07:26:26 f19-ovirt NetworkManager[682]: <info> (em1): device state change: disconnected -> prepare (reason 'none') [30 40 0]
> Sep 23 07:26:26 f19-ovirt NetworkManager[682]: <info> Activation (em1) Stage 1 of 5 (Device Prepare) scheduled...
> Sep 23 07:26:26 f19-ovirt NetworkManager[682]: <info> Activation (em1) Stage 1 of 5 (Device Prepare) started...
> Sep 23 07:26:26 f19-ovirt NetworkManager[682]: <info> Activation (em1) Stage 2 of 5 (Device Configure) scheduled...
> Sep 23 07:26:26 f19-ovirt NetworkManager[682]: <info> Activation (em1) Stage 1 of 5 (Device Prepare) complete.
> Sep 23 07:26:26 f19-ovirt NetworkManager[682]: <info> Activation (em1) Stage 2 of 5 (Device Configure) starting...
> Sep 23 07:26:26 f19-ovirt NetworkManager[682]: <info> (em1): device state change: prepare -> config (reason 'none') [40 50 0]
> Sep 23 07:26:26 f19-ovirt NetworkManager[682]: <info> Activation (em1) Stage 2 of 5 (Device Configure) successful.
> Sep 23 07:26:26 f19-ovirt NetworkManager[682]: <info> Activation (em1) Stage 2 of 5 (Device Configure) complete.
> Sep 23 07:26:26 f19-ovirt NetworkManager[682]: <info> Activation (em1) Stage 3 of 5 (IP Configure Start) scheduled.
> Sep 23 07:26:26 f19-ovirt NetworkManager[682]: <info> Activation (em1) Stage 3 of 5 (IP Configure Start) started...
> Sep 23 07:26:26 f19-ovirt NetworkManager[682]: <info> (em1): device state change: config -> ip-config (reason 'none') [50 70 0]
> Sep 23 07:26:26 f19-ovirt NetworkManager[682]: <info> Activation (em1) Beginning DHCPv4 transaction (timeout in 45 seconds)
> Sep 23 07:26:27 f19-ovirt NetworkManager[682]: <info> dhclient started with pid 2017
> Sep 23 07:26:27 f19-ovirt NetworkManager[682]: <info> Activation (em1) Beginning IP6 addrconf.
> Sep 23 07:26:27 f19-ovirt NetworkManager[682]: <info> Activation (em1) Stage 3 of 5 (IP Configure Start) complete.
> Sep 23 07:26:27 f19-ovirt dhclient[2017]: Internet Systems Consortium DHCP Client 4.2.5
> Sep 23 07:26:27 f19-ovirt dhclient[2017]: Copyright 2004-2013 Internet Systems Consortium.
> Sep 23 07:26:27 f19-ovirt dhclient[2017]: All rights reserved.
> Sep 23 07:26:27 f19-ovirt dhclient[2017]: For info, please visit https://www.isc.org/software/dhcp/
> Sep 23 07:26:27 f19-ovirt dhclient[2017]: 
> Sep 23 07:26:27 f19-ovirt NetworkManager[682]: <info> (em1): DHCPv4 state changed nbi -> preinit
> Sep 23 07:26:27 f19-ovirt dhclient[2017]: Listening on LPF/em1/a4:ba:db:ec:ea:cd
> Sep 23 07:26:27 f19-ovirt dhclient[2017]: Sending on   LPF/em1/a4:ba:db:ec:ea:cd
> Sep 23 07:26:27 f19-ovirt dhclient[2017]: Sending on   Socket/fallback
> Sep 23 07:26:27 f19-ovirt dhclient[2017]: DHCPREQUEST on em1 to 255.255.255.255 port 67 (xid=0x6404470e)
> Sep 23 07:26:27 f19-ovirt dbus-daemon[577]: dbus[577]: [system] Activating via systemd: service name='net.reactivated.Fprint' unit='fprintd.service'
> Sep 23 07:26:27 f19-ovirt dbus[577]: [system] Activating via systemd: service name='net.reactivated.Fprint' unit='fprintd.service'
> Sep 23 07:26:27 f19-ovirt dhclient[2017]: DHCPACK from 192.168.2.1 (xid=0x6404470e)
> Sep 23 07:26:27 f19-ovirt dhclient[2017]: bound to 192.168.2.9 -- renewal in 519218 seconds.
> Sep 23 07:26:27 f19-ovirt NetworkManager[682]: <info> (em1): DHCPv4 state changed preinit -> reboot
> Sep 23 07:26:27 f19-ovirt NetworkManager[682]: <info>   address 192.168.2.9
> Sep 23 07:26:27 f19-ovirt NetworkManager[682]: <info>   prefix 24 (255.255.255.0)
> Sep 23 07:26:27 f19-ovirt NetworkManager[682]: <info>   gateway 192.168.2.1
> Sep 23 07:26:27 f19-ovirt NetworkManager[682]: <info>   nameserver '192.168.2.1'
> Sep 23 07:26:27 f19-ovirt NetworkManager[682]: <info>   domain name 'mkesick.net'
> Sep 23 07:26:27 f19-ovirt NetworkManager[682]: <info> Activation (em1) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
> Sep 23 07:26:27 f19-ovirt NetworkManager[682]: <info> Activation (em1) Stage 5 of 5 (IPv4 Commit) started...
> Sep 23 07:26:27 f19-ovirt avahi-daemon[566]: Joining mDNS multicast group on interface em1.IPv4 with address 192.168.2.9.
> Sep 23 07:26:27 f19-ovirt avahi-daemon[566]: New relevant interface em1.IPv4 for mDNS.
> Sep 23 07:26:27 f19-ovirt avahi-daemon[566]: Registering new address record for 192.168.2.9 on em1.IPv4.
> Sep 23 07:26:27 f19-ovirt systemd[1]: Starting Fingerprint Authentication Daemon...
> Sep 23 07:26:27 f19-ovirt dbus-daemon[577]: dbus[577]: [system] Successfully activated service 'net.reactivated.Fprint'
> Sep 23 07:26:27 f19-ovirt dbus[577]: [system] Successfully activated service 'net.reactivated.Fprint'
> Sep 23 07:26:27 f19-ovirt systemd[1]: Started Fingerprint Authentication Daemon.
> Sep 23 07:26:27 f19-ovirt fprintd[2034]: Launching FprintObject
> Sep 23 07:26:27 f19-ovirt fprintd[2034]: ** Message: D-Bus service launched with name: net.reactivated.Fprint
> Sep 23 07:26:27 f19-ovirt fprintd[2034]: ** Message: entering main loop
> Sep 23 07:26:28 f19-ovirt NetworkManager[682]: <info> (em1): device state change: ip-config -> secondaries (reason 'none') [70 90 0]
> Sep 23 07:26:28 f19-ovirt NetworkManager[682]: <info> Activation (em1) Stage 5 of 5 (IPv4 Commit) complete.
> Sep 23 07:26:28 f19-ovirt NetworkManager[682]: <warn> failed to allocate link cache: (-10) Operation not supported
> Sep 23 07:26:28 f19-ovirt NetworkManager[682]: <info> (;vdsmdummy;): ignoring bridge not created by NetworkManager
> Sep 23 07:26:28 f19-ovirt NetworkManager[682]: <info> (em1): device state change: secondaries -> activated (reason 'none') [90 100 0]
> Sep 23 07:26:28 f19-ovirt systemd-vdsmd[1861]: Checking conflicts ...
> Sep 23 07:26:28 f19-ovirt systemd-vdsmd[1861]: SUCCESS: ssl configured to true. No conflicts
> Sep 23 07:26:28 f19-ovirt systemd-vdsmd[1861]: Starting up vdsm daemon:
> Sep 23 07:26:28 f19-ovirt ntpd[1968]: Listen normally on 4 em1 192.168.2.9 UDP 123
> Sep 23 07:26:28 f19-ovirt ntpd[1968]: peers refreshed
> Sep 23 07:26:28 f19-ovirt NetworkManager[682]: <info> Policy set 'enp4s0' (em1) as default for IPv4 routing and DNS.
> Sep 23 07:26:28 f19-ovirt NetworkManager[682]: <info> Activation (em1) successful, device activated.
> Sep 23 07:26:28 f19-ovirt dbus-daemon[577]: dbus[577]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
> Sep 23 07:26:28 f19-ovirt dbus[577]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
> Sep 23 07:26:28 f19-ovirt systemd[1]: Starting Network Manager Script Dispatcher Service...
> Sep 23 07:26:28 f19-ovirt dbus-daemon[577]: dbus[577]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
> Sep 23 07:26:28 f19-ovirt dbus[577]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
> Sep 23 07:26:28 f19-ovirt systemd[1]: Started Network Manager Script Dispatcher Service.
> Sep 23 07:26:28 f19-ovirt systemd[1]: Stopping Sendmail Mail Transport Client...
> Sep 23 07:26:28 f19-ovirt systemd[1]: Stopping Sendmail Mail Transport Agent...
> Sep 23 07:26:28 f19-ovirt systemd[1]: Starting Sendmail Mail Transport Agent...
> Sep 23 07:26:28 f19-ovirt systemd[1]: PID file /run/sendmail.pid not readable (yet?) after start.
> Sep 23 07:26:28 f19-ovirt systemd[1]: Started Sendmail Mail Transport Agent.
> Sep 23 07:26:28 f19-ovirt systemd[1]: Starting Sendmail Mail Transport Client...
> Sep 23 07:26:28 f19-ovirt systemd[1]: Started Sendmail Mail Transport Client.
> Sep 23 07:26:28 f19-ovirt ntpd_intres[1972]: DNS 0.fedora.pool.ntp.org -> 120.119.28.1
> Sep 23 07:26:28 f19-ovirt ntpd_intres[1972]: DNS 1.fedora.pool.ntp.org -> 91.121.34.166
> Sep 23 07:26:28 f19-ovirt avahi-daemon[566]: Registering new address record for fe80::a6ba:dbff:feec:eacd on em1.*.
> Sep 23 07:26:28 f19-ovirt systemd-vdsmd[1861]: [  OK  ]#015vdsm start[  OK  ]
> Sep 23 07:26:28 f19-ovirt systemd[1]: Started Virtual Desktop Server Manager.
> Sep 23 07:26:28 f19-ovirt systemd[1]: Starting Multi-User System.
> Sep 23 07:26:28 f19-ovirt systemd[1]: Reached target Multi-User System.
> Sep 23 07:26:28 f19-ovirt systemd[1]: Starting Update UTMP about System Runlevel Changes...
> Sep 23 07:26:28 f19-ovirt systemd[1]: Starting Stop Read-Ahead Data Collection 10s After Completed Startup.
> Sep 23 07:26:28 f19-ovirt systemd[1]: Started Stop Read-Ahead Data Collection 10s After Completed Startup.
> Sep 23 07:26:28 f19-ovirt systemd[1]: Started Update UTMP about System Runlevel Changes.
> Sep 23 07:26:28 f19-ovirt systemd[1]: Startup finished in 2.042s (kernel) + 1.580s (initrd) + 28.979s (userspace) = 32.602s.
> Sep 23 07:26:28 f19-ovirt ntpd_intres[1972]: DNS 2.fedora.pool.ntp.org -> 88.198.230.201
> Sep 23 07:26:28 f19-ovirt ntpd_intres[1972]: DNS 3.fedora.pool.ntp.org -> 192.53.103.108
> Sep 23 07:26:29 f19-ovirt avahi-daemon[566]: Registering new address record for 2001:4830:1692:1:a6ba:dbff:feec:eacd on em1.*.
> Sep 23 07:26:29 f19-ovirt avahi-daemon[566]: Withdrawing address record for fe80::a6ba:dbff:feec:eacd on em1.
> Sep 23 07:26:30 f19-ovirt NetworkManager[682]: <info> Activation (em1) Stage 5 of 5 (IPv6 Commit) scheduled...
> Sep 23 07:26:30 f19-ovirt NetworkManager[682]: <info> Activation (em1) Stage 5 of 5 (IPv6 Commit) started...
> Sep 23 07:26:30 f19-ovirt systemd-logind[581]: New session 1 of user root.
> Sep 23 07:26:31 f19-ovirt NetworkManager[682]: <info> Policy set 'enp4s0' (em1) as default for IPv6 routing and DNS.
> Sep 23 07:26:31 f19-ovirt NetworkManager[682]: <info> Activation (em1) Stage 5 of 5 (IPv6 Commit) complete.
> Sep 23 07:26:31 f19-ovirt vdsm vds WARNING Unable to load the json rpc server module. Please make sure it is installed.
> Sep 23 07:26:31 f19-ovirt ntpd[1968]: Listen normally on 5 em1 2001:4830:1692:1:a6ba:dbff:feec:eacd UDP 123
> Sep 23 07:26:31 f19-ovirt ntpd[1968]: Listen normally on 6 em1 fe80::a6ba:dbff:feec:eacd UDP 123
> Sep 23 07:26:31 f19-ovirt ntpd[1968]: peers refreshed
> Sep 23 07:26:31 f19-ovirt kernel: [   35.552248] ata2: hard resetting link
> Sep 23 07:26:31 f19-ovirt kernel: [   35.553843] ata3: hard resetting link
> Sep 23 07:26:31 f19-ovirt kernel: [   35.555439] ata4: hard resetting link
> Sep 23 07:26:31 f19-ovirt kernel: [   35.558757] ata6: hard resetting link
> Sep 23 07:26:31 f19-ovirt kernel: [   35.579320] ata1: hard resetting link
> Sep 23 07:26:31 f19-ovirt kernel: [   35.857459] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> Sep 23 07:26:31 f19-ovirt kernel: [   35.859490] ata3: SATA link down (SStatus 0 SControl 300)
> Sep 23 07:26:31 f19-ovirt kernel: [   35.859502] ata3: EH complete
> Sep 23 07:26:31 f19-ovirt kernel: [   35.860490] ata4: SATA link down (SStatus 0 SControl 300)
> Sep 23 07:26:31 f19-ovirt kernel: [   35.860500] ata4: EH complete
> Sep 23 07:26:31 f19-ovirt kernel: [   35.863499] ata6: SATA link down (SStatus 0 SControl 300)
> Sep 23 07:26:31 f19-ovirt kernel: [   35.863509] ata6: EH complete
> Sep 23 07:26:31 f19-ovirt kernel: [   35.864258] ata2.00: configured for UDMA/100
> Sep 23 07:26:31 f19-ovirt kernel: [   35.869797] ata2: EH complete
> Sep 23 07:26:31 f19-ovirt kernel: [   35.883426] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> Sep 23 07:26:31 f19-ovirt kernel: [   35.885581] ata1.00: configured for UDMA/133
> Sep 23 07:26:31 f19-ovirt kernel: [   35.885587] ata1: EH complete
> Sep 23 07:26:33 f19-ovirt kernel: [   37.626243] device-mapper: table: 253:3: multipath: error getting device
> Sep 23 07:26:33 f19-ovirt kernel: [   37.626283] device-mapper: ioctl: error adding target to table
> Sep 23 07:26:33 f19-ovirt kernel: [   37.626698] device-mapper: table: 253:3: multipath: error getting device
> Sep 23 07:26:33 f19-ovirt kernel: [   37.626734] device-mapper: ioctl: error adding target to table
> Sep 23 07:26:33 f19-ovirt multipathd: dm-3: remove map (uevent)
> Sep 23 07:26:33 f19-ovirt multipathd: dm-3: remove map (uevent)
> Sep 23 07:26:33 f19-ovirt multipathd: dm-3: remove map (uevent)
> Sep 23 07:26:33 f19-ovirt multipathd: dm-3: remove map (uevent)
> Sep 23 07:26:36 f19-ovirt ntpd[1968]: 0.0.0.0 c61c 0c clock_step +0.864969 s
> Sep 23 07:26:36 f19-ovirt ntpd[1968]: 0.0.0.0 c614 04 freq_mode
> Sep 23 07:26:36 f19-ovirt systemd[1]: Time has been changed
> Sep 23 07:26:37 f19-ovirt ntpd[1968]: 0.0.0.0 c618 08 no_sys_peer
> Sep 23 07:26:58 f19-ovirt fprintd[2034]: ** Message: No devices in use, exit
> Sep 23 07:26:59 f19-ovirt systemd[1]: Starting Stop Read-Ahead Data Collection...
> Sep 23 07:26:59 f19-ovirt systemd[1]: Started Stop Read-Ahead Data Collection.
> Sep 23 07:28:10 f19-ovirt kernel: [  133.316300] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
> Sep 23 07:40:56 f19-ovirt systemd[1]: Starting Cleanup of Temporary Directories...
> Sep 23 07:40:56 f19-ovirt systemd[1]: Started Cleanup of Temporary Directories.
> Sep 23 07:41:50 f19-ovirt ntpd[1968]: 0.0.0.0 c612 02 freq_set kernel 4.749 PPM
> Sep 23 07:41:50 f19-ovirt ntpd[1968]: 0.0.0.0 c615 05 clock_sync
> Sep 23 08:24:15 f19-ovirt systemd-logind[581]: New session 6 of user nick.
> Sep 23 08:24:41 f19-ovirt dbus-daemon[577]: dbus[577]: [system] Activating via systemd: service name='net.reactivated.Fprint' unit='fprintd.service'
> Sep 23 08:24:41 f19-ovirt dbus[577]: [system] Activating via systemd: service name='net.reactivated.Fprint' unit='fprintd.service'
> Sep 23 08:24:41 f19-ovirt systemd[1]: Starting Fingerprint Authentication Daemon...
> Sep 23 08:24:41 f19-ovirt dbus-daemon[577]: dbus[577]: [system] Successfully activated service 'net.reactivated.Fprint'
> Sep 23 08:24:41 f19-ovirt dbus[577]: [system] Successfully activated service 'net.reactivated.Fprint'
> Sep 23 08:24:41 f19-ovirt systemd[1]: Started Fingerprint Authentication Daemon.
> Sep 23 08:24:41 f19-ovirt fprintd[3565]: Launching FprintObject
> Sep 23 08:24:41 f19-ovirt fprintd[3565]: ** Message: D-Bus service launched with name: net.reactivated.Fprint
> Sep 23 08:24:41 f19-ovirt fprintd[3565]: ** Message: entering main loop
> Sep 23 08:24:43 f19-ovirt su: (to root) nick on pts/0
> Sep 23 08:25:11 f19-ovirt fprintd[3565]: ** Message: No devices in use, exit
> Sep 23 08:32:59 f19-ovirt kernel: [ 4023.566255] perf samples too long (3437 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
> Sep 23 08:47:43 f19-ovirt systemd-logind[581]: Removed session 6.
> Sep 23 09:12:10 f19-ovirt systemd-logind[581]: New session 12 of user nick.
> Sep 23 09:29:31 f19-ovirt systemd-logind[581]: Removed session 12.
> Sep 23 10:42:44 f19-ovirt systemd-logind[581]: New session 20 of user nick.
> Sep 23 10:44:01 f19-ovirt systemd-logind[581]: Removed session 20.
> Sep 23 11:12:34 f19-ovirt systemd-logind[581]: New session 24 of user nick.
> Sep 23 11:14:36 f19-ovirt systemd-logind[581]: Removed session 24.
> Sep 23 17:51:39 f19-ovirt systemd-logind[581]: New session 57 of user nick.
> Sep 23 17:54:43 f19-ovirt dbus-daemon[577]: dbus[577]: [system] Activating via systemd: service name='net.reactivated.Fprint' unit='fprintd.service'
> Sep 23 17:54:43 f19-ovirt dbus[577]: [system] Activating via systemd: service name='net.reactivated.Fprint' unit='fprintd.service'
> Sep 23 17:54:43 f19-ovirt systemd[1]: Starting Fingerprint Authentication Daemon...
> Sep 23 17:54:43 f19-ovirt dbus-daemon[577]: dbus[577]: [system] Successfully activated service 'net.reactivated.Fprint'
> Sep 23 17:54:43 f19-ovirt dbus[577]: [system] Successfully activated service 'net.reactivated.Fprint'
> Sep 23 17:54:43 f19-ovirt systemd[1]: Started Fingerprint Authentication Daemon.
> Sep 23 17:54:43 f19-ovirt fprintd[14478]: Launching FprintObject
> Sep 23 17:54:43 f19-ovirt fprintd[14478]: ** Message: D-Bus service launched with name: net.reactivated.Fprint
> Sep 23 17:54:43 f19-ovirt fprintd[14478]: ** Message: entering main loop

> MainThread::DEBUG::2013-09-23 07:07:13,312::supervdsmServer::363::SuperVdsm.Server::(main) Making sure I'm root - SuperVdsm
> MainThread::DEBUG::2013-09-23 07:07:13,312::supervdsmServer::372::SuperVdsm.Server::(main) Parsing cmd args
> MainThread::DEBUG::2013-09-23 07:07:13,312::supervdsmServer::375::SuperVdsm.Server::(main) Cleaning old socket /var/run/vdsm/svdsm.sock
> MainThread::DEBUG::2013-09-23 07:07:13,313::supervdsmServer::379::SuperVdsm.Server::(main) Setting up keep alive thread
> MainThread::DEBUG::2013-09-23 07:07:13,313::supervdsmServer::382::SuperVdsm.Server::(main) Creating remote object manager
> MainThread::DEBUG::2013-09-23 07:07:13,313::supervdsmServer::393::SuperVdsm.Server::(main) Started serving super vdsm object
> MainThread::DEBUG::2013-09-23 07:07:13,313::sourceRouteThread::46::root::(subscribeToInotifyLoop) sourceRouteThread.subscribeToInotifyLoop started
> MainThread::DEBUG::2013-09-23 07:07:15,518::sourceRouteThread::18::root::(process_IN_CLOSE_WRITE_filePath) Responding to DHCP response in /var/run/vdsm/sourceRoutes/1379934435
> MainThread::DEBUG::2013-09-23 07:07:15,519::libvirtconnection::124::libvirtconnection::(get) trying to connect libvirt
> MainThread::INFO::2013-09-23 07:07:19,287::sourceRouteThread::35::root::(process_IN_CLOSE_WRITE_filePath) interface em1 is not a libvirt interface
> MainThread::WARNING::2013-09-23 07:07:19,288::utils::113::root::(rmFile) File: /var/run/vdsm/trackedInterfaces/em1 already removed
> MainProcess|storageRefresh::DEBUG::2013-09-23 07:07:20,565::supervdsmServer::88::SuperVdsm.ServerCallback::(wrapper) calling to forceScsiScan with () {}
> MainProcess|storageRefresh::DEBUG::2013-09-23 07:07:20,566::misc::807::SamplingMethod::(__call__) Trying to enter sampling method (storage.iscsi.forceScsiScan)
> MainProcess|storageRefresh::DEBUG::2013-09-23 07:07:20,566::misc::809::SamplingMethod::(__call__) Got in to sampling method
> MainProcess|storageRefresh::DEBUG::2013-09-23 07:07:20,566::iscsi::400::Storage.Misc.excCmd::(forceScsiScan) '/usr/bin/dd of=/sys/class/scsi_host/host0/scan' (cwd None)
> MainProcess|storageRefresh::DEBUG::2013-09-23 07:07:20,569::iscsi::400::Storage.Misc.excCmd::(forceScsiScan) '/usr/bin/dd of=/sys/class/scsi_host/host1/scan' (cwd None)
> MainProcess|storageRefresh::DEBUG::2013-09-23 07:07:20,570::iscsi::400::Storage.Misc.excCmd::(forceScsiScan) '/usr/bin/dd of=/sys/class/scsi_host/host2/scan' (cwd None)
> MainProcess|storageRefresh::DEBUG::2013-09-23 07:07:20,572::iscsi::400::Storage.Misc.excCmd::(forceScsiScan) '/usr/bin/dd of=/sys/class/scsi_host/host3/scan' (cwd None)
> MainProcess|storageRefresh::DEBUG::2013-09-23 07:07:20,574::iscsi::400::Storage.Misc.excCmd::(forceScsiScan) '/usr/bin/dd of=/sys/class/scsi_host/host4/scan' (cwd None)
> MainProcess|storageRefresh::DEBUG::2013-09-23 07:07:20,576::iscsi::400::Storage.Misc.excCmd::(forceScsiScan) '/usr/bin/dd of=/sys/class/scsi_host/host5/scan' (cwd None)
> MainProcess|storageRefresh::DEBUG::2013-09-23 07:07:20,578::iscsi::400::Storage.Misc.excCmd::(forceScsiScan) '/usr/bin/dd of=/sys/class/scsi_host/host6/scan' (cwd None)
> MainProcess|storageRefresh::DEBUG::2013-09-23 07:07:20,580::iscsi::426::Storage.ISCSI::(forceScsiScan) Performing SCSI scan, this will take up to 30 seconds
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,315::supervdsmServer::88::SuperVdsm.ServerCallback::(wrapper) calling to setupNetworks with ({'ovirtmgmt': {'nic': 'em1', 'STP': 'no', 'bridged': 'true'}}, {}, {'connectivityCheck': 'true', 'connectivityTimeout': 120}) {}
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,315::utils::486::root::(execCmd) '/sbin/ip route show to 0.0.0.0/0 table all' (cwd None)
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,318::utils::505::root::(execCmd) SUCCESS: <err> = ''; <rc> = 0
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,324::configNetwork::488::setupNetworks::(setupNetworks) Setting up network according to configuration: networks:{'ovirtmgmt': {'nic': 'em1', 'STP': 'no', 'bridged': 'true'}}, bondings:{}, options:{'connectivityCheck': 'true', 'connectivityTimeout': 120}
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,324::configNetwork::492::root::(setupNetworks) Validating configuration
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,325::utils::486::root::(execCmd) '/sbin/ip route show to 0.0.0.0/0 table all' (cwd None)
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,327::utils::505::root::(execCmd) SUCCESS: <err> = ''; <rc> = 0
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,332::configNetwork::495::setupNetworks::(setupNetworks) Applying...
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,333::utils::486::root::(execCmd) '/sbin/ip route show to 0.0.0.0/0 table all' (cwd None)
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,336::utils::505::root::(execCmd) SUCCESS: <err> = ''; <rc> = 0
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,340::utils::486::root::(execCmd) '/sbin/ip route show to 0.0.0.0/0 table all' (cwd None)
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,343::utils::505::root::(execCmd) SUCCESS: <err> = ''; <rc> = 0
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,347::configNetwork::536::setupNetworks::(setupNetworks) Adding network 'ovirtmgmt'
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,348::utils::486::root::(execCmd) '/sbin/ip route show to 0.0.0.0/0 table all' (cwd None)
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,350::utils::505::root::(execCmd) SUCCESS: <err> = ''; <rc> = 0
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,355::configNetwork::176::root::(addNetwork) validating network...
> MainProcess|Thread-17::INFO::2013-09-23 07:07:21,355::configNetwork::191::root::(addNetwork) Adding network ovirtmgmt with vlan=None, bonding=None, nics=['em1'], bondingOptions=None, mtu=None, bridged=True, options={'STP': 'no', 'implicitBonding': True}
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,355::ifcfg::366::root::(_persistentBackup) backing up ifcfg-ovirtmgmt: # original file did not exist
> 
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,356::ifcfg::235::root::(writeBackupFile) Persistently backed up /var/lib/vdsm/netconfback/ifcfg-ovirtmgmt (until next 'set safe config')
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,358::ifcfg::665::Storage.Misc.excCmd::(ifdown) '/usr/sbin/ifdown ovirtmgmt' (cwd None)
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,559::ifcfg::665::Storage.Misc.excCmd::(ifdown) SUCCESS: <err> = ''; <rc> = 0
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,559::utils::486::root::(execCmd) '/sbin/ip route show to 0.0.0.0/0 table all' (cwd None)
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,562::utils::505::root::(execCmd) SUCCESS: <err> = ''; <rc> = 0
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,567::ifcfg::366::root::(_persistentBackup) backing up ifcfg-em1: # original file did not exist
> 
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,568::ifcfg::235::root::(writeBackupFile) Persistently backed up /var/lib/vdsm/netconfback/ifcfg-em1 (until next 'set safe config')
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,568::ifcfg::665::Storage.Misc.excCmd::(ifdown) '/usr/sbin/ifdown em1' (cwd None)
> MainThread::DEBUG::2013-09-23 07:07:21,654::sourceRouteThread::18::root::(process_IN_CLOSE_WRITE_filePath) Responding to DHCP response in /var/run/vdsm/sourceRoutes/1379934441
> MainThread::INFO::2013-09-23 07:07:21,657::sourceRouteThread::35::root::(process_IN_CLOSE_WRITE_filePath) interface em1 is not a libvirt interface
> MainThread::WARNING::2013-09-23 07:07:21,657::utils::113::root::(rmFile) File: /var/run/vdsm/trackedInterfaces/em1 already removed
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,846::ifcfg::665::Storage.Misc.excCmd::(ifdown) SUCCESS: <err> = 'bridge ovirtmgmt does not exist!\n'; <rc> = 0
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,847::ifcfg::672::Storage.Misc.excCmd::(_ifup) '/usr/sbin/ifup em1' (cwd None)
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,920::ifcfg::672::Storage.Misc.excCmd::(_ifup) SUCCESS: <err> = ''; <rc> = 0
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,920::__init__::78::root::(_addSourceRoute) Adding source route ovirtmgmt, None, None, None
> MainProcess|Thread-17::ERROR::2013-09-23 07:07:21,920::sourceRoute::68::root::(configure) ipaddr, mask or gateway not received
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:21,920::ifcfg::672::Storage.Misc.excCmd::(_ifup) '/usr/sbin/ifup ovirtmgmt' (cwd None)
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:22,275::ifcfg::672::Storage.Misc.excCmd::(_ifup) SUCCESS: <err> = ''; <rc> = 0
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:22,277::libvirtconnection::101::libvirtconnection::(wrapper) Unknown libvirterror: ecode: 43 edom: 19 level: 2 message: Network not found: no network with matching name 'vdsm-ovirtmgmt'
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:22,277::ifcfg::245::root::(_atomicNetworkBackup) Backed up ovirtmgmt
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:22,278::libvirtconnection::101::libvirtconnection::(wrapper) Unknown libvirterror: ecode: 43 edom: 19 level: 2 message: Network not found: no network with matching name 'vdsm-ovirtmgmt'
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:22,278::ifcfg::254::root::(_persistentNetworkBackup) backing up network ovirtmgmt: # original file did not exist
> 
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:22,279::ifcfg::235::root::(writeBackupFile) Persistently backed up /var/lib/vdsm/netconfback/logicalnetworks/ovirtmgmt (until next 'set safe config')
> MainProcess|Thread-17::DEBUG::2013-09-23 07:07:22,345::configNetwork::541::setupNetworks::(setupNetworks) Checking connectivity...
> MainProcess|storageRefresh::DEBUG::2013-09-23 07:07:22,582::misc::817::SamplingMethod::(__call__) Returning last result
> MainProcess|PolicyEngine::DEBUG::2013-09-23 07:07:30,746::supervdsmServer::88::SuperVdsm.ServerCallback::(wrapper) calling to ksmTune with ({'run': 0},) {}
> MainProcess|PolicyEngine::DEBUG::2013-09-23 07:07:40,771::supervdsmServer::88::SuperVdsm.ServerCallback::(wrapper) calling to ksmTune with ({},) {}
> MainProcess|PolicyEngine::DEBUG::2013-09-23 07:07:50,796::supervdsmServer::88::SuperVdsm.ServerCallback::(wrapper) calling to ksmTune with ({},) {}
> MainProcess|PolicyEngine::DEBUG::2013-09-23 07:08:00,820::supervdsmServer::88::SuperVdsm.ServerCallback::(wrapper) calling to ksmTune with ({},) {}
> MainProcess|PolicyEngine::DEBUG::2013-09-23 07:08:10,845::supervdsmServer::88::SuperVdsm.ServerCallback::(wrapper) calling to ksmTune with ({},) {}
> MainProcess|PolicyEngine::DEBUG::2013-09-23 07:08:20,870::supervdsmServer::88::SuperVdsm.ServerCallback::(wrapper) calling to ksmTune with ({},) {}
> MainProcess|PolicyEngine::DEBUG::2013-09-23 07:08:30,896::supervdsmServer::88::SuperVdsm.ServerCallback::(wrapper) calling to ksmTune with ({},) {}
> MainProcess|PolicyEngine::DEBUG::2013-09-23 07:08:40,913::supervdsmServer::88::SuperVdsm.ServerCallback::(wrapper) calling to ksmTune with ({},) {}
> MainProcess|PolicyEngine::DEBUG::2013-09-23 07:08:50,938::supervdsmServer::88::SuperVdsm.ServerCallback::(wrapper) calling to ksmTune with ({},) {}
> MainProcess|PolicyEngine::DEBUG::2013-09-23 07:09:00,963::supervdsmServer::88::SuperVdsm.ServerCallback::(wrapper) calling to ksmTune with ({},) {}
> MainProcess|PolicyEngine::DEBUG::2013-09-23 07:09:10,988::supervdsmServer::88::SuperVdsm.ServerCallback::(wrapper) calling to ksmTune with ({},) {}
> MainProcess|PolicyEngine::DEBUG::2013-09-23 07:09:21,013::supervdsmServer::88::SuperVdsm.ServerCallback::(wrapper) calling to ksmTune with ({},) {}
> MainProcess|Thread-17::INFO::2013-09-23 07:09:23,484::configNetwork::544::setupNetworks::(setupNetworks) Connectivity check failed, rolling back
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,484::utils::486::root::(execCmd) '/sbin/ip route show to 0.0.0.0/0 table all' (cwd None)
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,488::utils::505::root::(execCmd) SUCCESS: <err> = ''; <rc> = 0
> MainProcess|Thread-17::INFO::2013-09-23 07:09:23,495::configNetwork::312::root::(delNetwork) Removing network ovirtmgmt with vlan=None, bonding=None, nics=['em1'],options={}
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,497::ifcfg::245::root::(_atomicNetworkBackup) Backed up ovirtmgmt
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,498::ifcfg::254::root::(_persistentNetworkBackup) backing up network ovirtmgmt: <network>
>   <name>vdsm-ovirtmgmt</name>
>   <uuid>c9bf80c6-bf9e-4a9d-9dc0-b48f07268363</uuid>
>   <forward mode='bridge'/>
>   <bridge name='ovirtmgmt' />
> </network>
> 
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,502::netmodels::145::root::(remove) Removing bridge Bridge(ovirtmgmt: Nic(em1))
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,502::ifcfg::665::Storage.Misc.excCmd::(ifdown) '/usr/sbin/ifdown ovirtmgmt' (cwd None)
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,737::ifcfg::665::Storage.Misc.excCmd::(ifdown) SUCCESS: <err> = ''; <rc> = 0
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,737::__init__::86::root::(_removeSourceRoute) Removing source route for device ovirtmgmt
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,737::ifcfg::366::root::(_persistentBackup) backing up rule-ovirtmgmt: # original file did not exist
> 
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,737::ifcfg::235::root::(writeBackupFile) Persistently backed up /var/lib/vdsm/netconfback/rule-ovirtmgmt (until next 'set safe config')
> MainProcess|Thread-17::WARNING::2013-09-23 07:09:23,738::utils::113::root::(rmFile) File: /etc/sysconfig/network-scripts/rule-ovirtmgmt already removed
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,738::ifcfg::201::root::(_removeFile) Removed file /etc/sysconfig/network-scripts/rule-ovirtmgmt
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,738::ifcfg::366::root::(_persistentBackup) backing up route-ovirtmgmt: # original file did not exist
> 
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,738::ifcfg::235::root::(writeBackupFile) Persistently backed up /var/lib/vdsm/netconfback/route-ovirtmgmt (until next 'set safe config')
> MainProcess|Thread-17::WARNING::2013-09-23 07:09:23,738::utils::113::root::(rmFile) File: /etc/sysconfig/network-scripts/route-ovirtmgmt already removed
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,738::ifcfg::201::root::(_removeFile) Removed file /etc/sysconfig/network-scripts/route-ovirtmgmt
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,738::ifcfg::112::Storage.Misc.excCmd::(removeBridge) '/usr/sbin/brctl delbr ovirtmgmt' (cwd None)
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,754::ifcfg::112::Storage.Misc.excCmd::(removeBridge) SUCCESS: <err> = ''; <rc> = 0
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,754::ifcfg::291::root::(_atomicBackup) Backed up /etc/sysconfig/network-scripts/ifcfg-ovirtmgmt
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,755::ifcfg::366::root::(_persistentBackup) backing up ifcfg-ovirtmgmt: # Generated by VDSM version 4.12.1-2.fc19
> DEVICE=ovirtmgmt
> ONBOOT=yes
> TYPE=Bridge
> DELAY=0
> DEFROUTE=yes
> NM_CONTROLLED=no
> STP=no
> 
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,755::ifcfg::201::root::(_removeFile) Removed file /etc/sysconfig/network-scripts/ifcfg-ovirtmgmt
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,755::utils::486::root::(execCmd) '/sbin/ip route show to 0.0.0.0/0 table all' (cwd None)
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,758::utils::505::root::(execCmd) SUCCESS: <err> = ''; <rc> = 0
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,763::ifcfg::665::Storage.Misc.excCmd::(ifdown) '/usr/sbin/ifdown em1' (cwd None)
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,984::ifcfg::665::Storage.Misc.excCmd::(ifdown) SUCCESS: <err> = 'bridge ovirtmgmt does not exist!\n'; <rc> = 0
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,985::ifcfg::291::root::(_atomicBackup) Backed up /etc/sysconfig/network-scripts/ifcfg-em1
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,985::ifcfg::366::root::(_persistentBackup) backing up ifcfg-em1: # Generated by VDSM version 4.12.1-2.fc19
> DEVICE=em1
> ONBOOT=yes
> HWADDR=a4:ba:db:ec:ea:cd
> BRIDGE=ovirtmgmt
> MTU=1500
> NM_CONTROLLED=no
> STP=no
> 
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,986::ifcfg::366::root::(_persistentBackup) backing up ifcfg-em1: # Generated by VDSM version 4.12.1-2.fc19
> DEVICE=em1
> ONBOOT=yes
> HWADDR=a4:ba:db:ec:ea:cd
> MTU=1500
> NM_CONTROLLED=no
> STP=no
> 
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:23,986::ifcfg::672::Storage.Misc.excCmd::(_ifup) '/usr/sbin/ifup em1' (cwd None)
> MainProcess|Thread-17::DEBUG::2013-09-23 07:09:24,067::ifcfg::672::Storage.Misc.excCmd::(_ifup) FAILED: <err> = 'Error: Connection activation failed: Device not managed by NetworkManager or unavailable\n'; <rc> = 4

Here, Vdsm is trying to configure em1 with no ip address (because it
found no ifcfg-em1 to begin with). But then, it fails to do so since
NetworkManager is still running.

So if possible, make sure ifcfg-em1 exists (and has the correct
BOOTPROT=dhcp in it) and the NetworkManager is off before initiating
installation. That's annoying, I know. It should be fix, for sure. But
currently it is a must.

Regards,
Dan.



More information about the Users mailing list