Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 895901 Details for
Bug 1098185
PartitionException: Partition is not part of the disk it is being removed from
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
File: anaconda-tb
anaconda-tb (text/plain), 631.36 KB, created by
Vratislav Podzimek
on 2014-05-15 12:55:11 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
Vratislav Podzimek
Created:
2014-05-15 12:55:11 UTC
Size:
631.36 KB
patch
obsolete
>anaconda 21.36-1 exception report >Traceback (most recent call first): > File "/usr/lib64/python2.7/site-packages/parted/disk.py", line 269, in removePartition > if self.__disk.remove_partition(partition.getPedPartition()): > File "/usr/lib64/python2.7/site-packages/parted/decorators.py", line 41, in new > ret = fn(*args, **kwds) > File "/tmp/updates/blivet/formats/disklabel.py", line 328, in removePartition > self.partedDisk.removePartition(partition) > File "/tmp/updates/blivet/devicetree.py", line 431, in _removeDevice > dev.disk.format.removePartition(dev.partedPartition) > File "/tmp/updates/blivet/devicetree.py", line 489, in registerAction > self._removeDevice(action.device) > File "/tmp/updates/blivet/__init__.py", line 1297, in destroyDevice > self.devicetree.registerAction(action) > File "/tmp/updates/pyanaconda/ui/gui/spokes/custom.py", line 1678, in _destroy_device > self._storage_playground.destroyDevice(device) > File "/tmp/updates/pyanaconda/ui/gui/spokes/custom.py", line 120, in decorated > return func(*args, **kwargs) > File "/tmp/updates/pyanaconda/ui/gui/spokes/custom.py", line 1783, in on_remove_clicked > self._destroy_device(device) >PartitionException: Partition is not part of the disk it is being removed from > >Local variables in innermost frame: >self: parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7ff4d816e910> > PedDisk: <_ped.Disk object at 0x7ff4d8145f80> >partition: parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4d816ed10> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4d80da450> PedPartition: <_ped.Partition object at 0x7ff4d80e1e90> > > >Anaconda instance, containing members: >_instClass: DefaultInstall instance, containing members: >_intf: GraphicalUserInterface instance, containing members: > _intf.instclass: Already dumped (DefaultInstall instance) > _intf._mehInterface: GraphicalExceptionHandlingIface instance, containing members: > _intf._mehInterface._lightbox_func: <bound method GraphicalUserInterface.lightbox_over_current_action of <pyanaconda.ui.gui.GraphicalUserInterface object at 0x7ff4e115dc90>> > _intf._quitDialog: <class 'pyanaconda.ui.gui.QuitDialog'> > _intf.data: #version=DEVEL ># System authorization information >auth --enableshadow --passalgo=sha512 > ># Use network installation >url --url="http://cobra02/trees/rawhide/x86_64/os/" ># Run the Setup Agent on first boot >firstboot --enable >ignoredisk --only-use=vda,vdb,vdc,vdd ># Keyboard layouts >keyboard --xlayouts='us' ># System language >lang en_US.UTF-8 > ># Network information >network --bootproto=dhcp --device=ens3 --noipv6 --activate >network --hostname=office46.anaconda.englab.brq.redhat.com ># SELinux configuration >selinux --enforcing ># System timezone >timezone America/New_York --isUtc --ntpservers=clock.util.phx2.redhat.com,clock02.util.phx2.redhat.com ># System bootloader configuration >bootloader --location=mbr --boot-drive=vda ># Partition clearing information >clearpart --none --initlabel --drives=vda,vdb,vdc,vdd > >%packages >@base-x >@core >@dial-up >@firefox >@fonts >@gnome-desktop >@guest-desktop-agents >@hardware-support >@input-methods >@libreoffice >@multimedia >@printing >@standard > >%end > > > _intf.storage: Blivet instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {'vda': 128, 'vdc': 130, 'vdb': 129, 'vdd': 131} > _intf.storage.dasd: None > _intf.storage.roots: [Root instance, containing members: > mounts: {'/boot': existing 512.94 MiB mdarray boot_0 (10) with existing ext4 filesystem >, '/': existing 9476 MiB mdarray root_0 (26) with existing ext4 filesystem >} > swaps: [existing 1024 MiB mdarray swap_0 (18) with existing swap >] > name: Fedora Linux 21 for x86_64 >] > _intf.storage.zfcp: ZFCP instance, containing members: > _intf.storage.zfcp.down: False > _intf.storage.zfcp.hasReadConfig: True > _intf.storage.zfcp.intf: None > _intf.storage.zfcp.fcpdevs: set([]) > _intf.storage._defaultFSType: ext4 > _intf.storage.autoPartEscrowCert: None > _intf.storage.iscsi: iscsi instance, containing members: > _intf.storage.iscsi.initiatorSet: False > _intf.storage.iscsi.ifaces: {} > _intf.storage.iscsi.started: False > _intf.storage.iscsi._initiator: Skipped > _intf.storage.iscsi.discovered_targets: {} > _intf.storage.iscsi.ibftNodes: [] > _intf.storage.escrowCertificates: {} > _intf.storage.fsset: FSSet instance, containing members: > _intf.storage.fsset.origFStab: None > _intf.storage.fsset._fstab_swaps: set([]) > _intf.storage.fsset._usb: None > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree.dasd: None > _intf.storage.fsset.devicetree.populated: True > _intf.storage.fsset.devicetree.exclusiveDisks: [] > _intf.storage.fsset.devicetree._actions: [] > _intf.storage.fsset.devicetree.iscsi: Already dumped (iscsi instance) > _intf.storage.fsset.devicetree._pvInfo: None > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree._devices: [existing 10 GiB disk vda (1) with existing msdos disklabel >, existing 513 MiB partition vda1 (6) with existing mdmember >, Already dumped (MDRaidArrayDevice instance) >, existing 257 MiB partition vda2 (14) with existing mdmember >, Already dumped (MDRaidArrayDevice instance) >, existing 4742 MiB partition vda3 (22) with existing mdmember >, Already dumped (MDRaidArrayDevice instance) >, existing 10 GiB disk vdb (30) with existing msdos disklabel >, existing 513 MiB partition vdb1 (35) with existing mdmember >, existing 257 MiB partition vdb2 (40) with existing mdmember >, existing 4742 MiB partition vdb3 (45) with existing mdmember >, existing 10 GiB disk vdc (50) with existing msdos disklabel >, existing 513 MiB partition vdc1 (55) with existing mdmember >, existing 257 MiB partition vdc2 (60) with existing mdmember >, existing 4742 MiB partition vdc3 (65) with existing mdmember >, existing 10 GiB disk vdd (70) with existing msdos disklabel >, existing 513 MiB partition vdd1 (75) with existing mdmember >, existing 257 MiB partition vdd2 (80) with existing mdmember >, existing 4742 MiB partition vdd3 (85) with existing mdmember >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 90 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7ff4e0d2c8d0) -- > name = /tmp/curl_fetch_url0/my_comps_squashfs.img (deleted) status = False kids = 1 id = 90 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /tmp/curl_fetch_url0/my_comps_squashfs.img (deleted) > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0x7ff4e0d2c8d0) -- > name = /tmp/curl_fetch_url0/my_comps_squashfs.img (deleted) status = False kids = 1 id = 90 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /tmp/curl_fetch_url0/my_comps_squashfs.img (deleted) > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /tmp/curl_fetch_url0/my_comps_squashfs.img (deleted) > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 93 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7ff4e0d2c690) -- > name = loop0 status = False kids = 0 id = 93 > parents = ['existing 0 B file /tmp/curl_fetch_url0/my_comps_squashfs.img (deleted) (90)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0x7ff4e0d2c690) -- > name = loop0 status = False kids = 0 id = 93 > parents = ['existing 0 B file /tmp/curl_fetch_url0/my_comps_squashfs.img (deleted) (90)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop0 > protected: False > originalFormat: existing None > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 98 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7ff4e0d27790) -- > name = /LiveOS/rootfs.img status = False kids = 1 id = 98 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /LiveOS/rootfs.img > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0x7ff4e0d27790) -- > name = /LiveOS/rootfs.img status = False kids = 1 id = 98 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /LiveOS/rootfs.img > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /LiveOS/rootfs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 101 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7ff4e0d2c1d0) -- > name = loop1 status = False kids = 1 id = 101 > parents = ['existing 0 B file /LiveOS/rootfs.img (98)'] > uuid = None size = 0 B > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = ext4> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0x7ff4e0d2c1d0) -- > name = loop1 status = False kids = 1 id = 101 > parents = ['existing 0 B file /LiveOS/rootfs.img (98)'] > uuid = None size = 0 B > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = ext4> > controllable: False > uuid: None > _format: Ext4FS instance, containing members: > _format._label: Anaconda > _format.errors: False > _format.uuid: 9983482a-5e34-4405-b7f9-852cba7b01b2 > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._minInstanceSize: 0 B > _format._mountType: ext4 > _format.fsprofile: None > _format._targetSize: 2048 MiB > _format.dirty: False > _format._size: Already dumped (Size instance) > _format.mountopts: None > _format.mountpoint: None > _format.id: 104 > _format._device: /dev/loop1 > deviceLinks: [/dev/disk/by-label/Anaconda, /dev/disk/by-uuid/9983482a-5e34-4405-b7f9-852cba7b01b2] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop1 > protected: False > originalFormat: Ext4FS instance, containing members: > originalFormat._label: Anaconda > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat._targetSize: Already dumped (Size instance) > originalFormat._minInstanceSize: Already dumped (Size instance) > originalFormat.mountopts: None > originalFormat._size: Already dumped (Size instance) > originalFormat.id: 104 > originalFormat._device: /dev/loop1 > originalFormat.errors: False > originalFormat.uuid: 9983482a-5e34-4405-b7f9-852cba7b01b2 > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.dirty: False > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 106 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7ff4e0d2c390) -- > name = /overlay (deleted) status = False kids = 1 id = 106 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /overlay (deleted) > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0x7ff4e0d2c390) -- > name = /overlay (deleted) status = False kids = 1 id = 106 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /overlay (deleted) > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /overlay (deleted) > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 109 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7ff4e0db5050) -- > name = loop2 status = False kids = 1 id = 109 > parents = ['existing 0 B file /overlay (deleted) (106)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop2 > format args = [] originalFormat = None> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0x7ff4e0db5050) -- > name = loop2 status = False kids = 1 id = 109 > parents = ['existing 0 B file /overlay (deleted) (106)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop2 > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop2 > protected: False > originalFormat: existing None > _serial: None >, existing 2048 MiB dm live-rw (113) with existing ext4 filesystem >, existing 2048 MiB dm live-base (118) with existing ext4 filesystem >] > _intf.storage.fsset.devicetree.ignoredDisks: [] > _intf.storage.fsset.devicetree._completed_actions: [] > _intf.storage.fsset.devicetree.names: [vda, vda1, boot_0, vda2, swap_0, vda3, root_0, vdb, vdb1, vdb2, vdb3, vdc, vdc1, vdc2, vdc3, vdd, vdd1, vdd2, vdd3, loop0, /tmp/curl_fetch_url0/my_comps_squashfs.img (deleted), loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), live-rw, live-base, md125, md126, md127] > _intf.storage.fsset.devicetree.liveBackingDevice: None > _intf.storage.fsset.devicetree.protectedDevNames: [] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._hidden: [] > _intf.storage.fsset.devicetree.protectedDevSpecs: [] > _intf.storage.fsset.devicetree._lvInfo: None > _intf.storage.fsset.preserveLines: [] > _intf.storage.fsset._run: None > _intf.storage.fsset._devshm: None > _intf.storage.fsset._dev: None > _intf.storage.fsset.blkidTab: None > _intf.storage.fsset._proc: None > _intf.storage.fsset.active: False > _intf.storage.fsset.cryptTab: None > _intf.storage.fsset._devpts: None > _intf.storage.fsset._sysfs: None > _intf.storage.fsset._selinux: None > _intf.storage.config: StorageDiscoveryConfig instance, containing members: > _intf.storage.config.clearPartType: 2 > _intf.storage.config.clearNonExistent: False > _intf.storage.config.ignoredDisks: [] > _intf.storage.config.protectedDevSpecs: [] > _intf.storage.config.ignoreDiskInteractive: False > _intf.storage.config.exclusiveDisks: [vda, vdb, vdc, vdd] > _intf.storage.config.clearPartDevices: [] > _intf.storage.config.zeroMbr: False > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [vda, vdb, vdc, vdd] > _intf.storage.config.initializeDisks: True > _intf.storage.size_sets: [] > _intf.storage.autoPartType: 2 > _intf.storage._bootloader: GRUB2 instance, containing members: > _intf.storage._bootloader._disk_order: [] > _intf.storage._bootloader.console_options: Skipped > _intf.storage._bootloader.console: Skipped > _intf.storage._bootloader.skip_bootloader: False > _intf.storage._bootloader.warnings: [] > _intf.storage._bootloader.chain_images: [] > _intf.storage._bootloader.stage2_is_preferred_stage1: False > _intf.storage._bootloader.disks: [Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >] > _intf.storage._bootloader.problems: [] > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader._default_image: None > _intf.storage._bootloader.stage2_device: None > _intf.storage._bootloader.encrypted_password: Skipped > _intf.storage._bootloader.errors: [] > _intf.storage._bootloader.stage1_device: Already dumped (DiskDevice instance) > _intf.storage._bootloader._timeout: None > _intf.storage._bootloader.stage1_disk: Already dumped (DiskDevice instance) > _intf.storage._bootloader.password: None > _intf.storage._bootloader.dracut_args: > _intf.storage._bootloader.boot_args: > _intf.storage._bootloader.linux_images: [] > _intf.storage.devicetree: Already dumped (DeviceTree instance) > _intf.storage._dumpFile: /tmp/storage.state > _intf.storage.ksdata: Already dumped (AnacondaKSHandler instance) > _intf.storage.services: set([]) > _intf.storage.encryptionPassphrase: Skipped > _intf.storage.encryptionCipher: None > _intf.storage.doAutoPart: False > _intf.storage._nextID: 0 > _intf.storage.fcoe: fcoe instance, containing members: > _intf.storage.fcoe.started: True > _intf.storage.fcoe.nics: [] > _intf.storage.fcoe.lldpadStarted: False > _intf.storage.fcoe.added_nics: [] > _intf.storage.autoPartitionRequests: [PartSpec instance (0x7ff4e115dd50) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 MiB maxSize = 50 GiB grow = True > >, PartSpec instance (0x7ff4e115dcd0) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 MiB maxSize = None grow = True > >, PartSpec instance (0x7ff4e115ddd0) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 MiB maxSize = None grow = False > >, PartSpec instance (0x7ff4e115de10) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1024 KiB maxSize = None grow = False > >, PartSpec instance (0x7ff4e115de50) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 3968 MiB maxSize = None grow = False > >] > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.encryptedAutoPart: False > _intf._isFinal: False > _intf._distributionText: <function distributionText at 0x7ff504a5eb90> > _intf._ui: None > _intf._actions: Skipped > _intf.payload: YumPayload instance, containing members: > _intf.payload._groups: Skipped > _intf.payload.instclass: Already dumped (DefaultInstall instance) > _intf.payload._rescueVersionList: [] > _intf.payload.install_device: None > _intf.payload._environmentAddons: {'lxde-desktop-environment': (['3d-printing', 'lxde-apps', 'lxde-office', 'lxde-media'], ['admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'minimal-environment': (['guest-agents', 'standard'], ['3d-printing', 'admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'mate-desktop-environment': (['3d-printing', 'libreoffice', 'mate-applications', 'mate-compiz'], ['admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'gnome-desktop-environment': (['3d-printing', 'epiphany', 'gnome-games', 'libreoffice'], ['admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'infrastructure-server-environment': (['web-server', 'dns-server', 'dogtag', 'ftp-server', 'freeipa-server', 'guest-agents', 'ha', 'load-balancer', 'mail-server', 'mysql', 'network-server', 'sql-server', 'virtualization', 'smb-server'], ['3d-printing', 'admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'basic-desktop-environment': (['cinnamon-desktop', 'firefox', 'gnome-desktop', 'input-methods', 'kde-desktop', 'lxde-desktop', 'legacy-fonts', 'libreoffice', 'mate-desktop', 'sugar-desktop', 'xmonad', 'xmonad-mate', 'xfce-desktop'], ['3d-printing', 'admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'web-server-environment': (['guest-agents', 'haproxy', 'jbossas', 'mysql', 'mongodb', 'php', 'perl-web', 'sql-server', 'python-web', 'rubyonrails', 'tomcat'], ['3d-printing', 'admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'xfce-desktop-environment': (['3d-printing', 'xfce-apps', 'xfce-extra-plugins', 'xfce-media', 'xfce-office'], ['admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'kde-desktop-environment': (['3d-printing', 'kde-apps', 'kde-education', 'kde-media', 'kde-office', 'kde-telepathy'], ['admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'sugar-desktop-environment': (['sugar-apps'], ['3d-printing', 'admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'developer-workstation-environment': (['3d-printing', 'design-suite', 'electronic-lab', 'font-design', 'haskell', 'jbossas', 'java-development', 'legacy-software-development', 'mysql', 'milkymist', 'mingw32', 'mongodb', 'ocaml', 'php', 'perl-web', 'sql-server', 'python-web', 'robotics-suite', 'rubyonrails'], ['admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'development-tools', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'rpm-development-tools', 'security-lab', 'system-tools']), 'cinnamon-desktop-environment': (['3d-printing', 'libreoffice'], ['admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools'])} > _intf.payload._root_dir: /tmp/yum.root > _intf.payload._repos_dir: /etc/yum.repos.d,/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anaconda.repos.d > _intf.payload._setup: True > _intf.payload._requiredPackages: [] > _intf.payload._requiredGroups: [] > _intf.payload.storage: Already dumped (Blivet instance) > _intf.payload._yum: Skipped > _intf.payload._base_repo: anaconda > _intf.payload.txID: 1400158336.79 > _intf.payload._rpm_macros: [] > _intf.payload._createdInitrds: False > _intf.payload._packages: [] > _intf.payload._space_required: 2861.02 MiB > _intf.payload._base_repo_lock: <_RLock owner=None count=0> > _intf.payload.data: Already dumped (AnacondaKSHandler instance) > _intf.payload._kernelVersionList: [] > _intf._currentAction: SummaryHub instance, containing members: > _intf._currentAction._window: HubWindow instance, containing members: > _intf._currentAction._spokes: {'SoftwareSelectionSpoke': SoftwareSelectionSpoke instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes._tx_id: None > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._addonStates: {'korean-support': 0, 'mate-applications': 0, 'office': 0, 'khmer-support': 0, 'critical-path-kde': 0, 'engineering-and-scientific': 0, 'persian-support': 0, 'mysql': 0, 'georgian-support': 0, 'development-libs': 0, 'sanskrit-support': 0, 'kde-media': 0, 'font-design': 0, 'editors': 0, 'window-managers': 0, 'directory-server': 0, 'system-tools': 0, 'kf5-software-development': 0, 'kde-education': 0, 'japanese-support': 0, 'libreoffice': 0, 'punjabi-support': 0, 'bhutanese-support': 0, 'xmonad': 0, 'input-methods': 0, 'fedora-packager': 0, 'development-tools': 0, 'critical-path-base': 0, 'gnome-software-development': 0, 'legacy-fonts': 0, 'yiddish-support': 0, 'lxde-office': 0, 'c-development': 0, 'kashmiri-support': 0, 'electronic-lab': 0, 'fonts': 0, 'mate-desktop': 0, 'online-docs': 0, 'russian-support': 0, 'simplified-chinese-support': 0, 'xfce-software-development': 0, 'text-internet': 0, 'gujarati-support': 0, 'dogri-support': 0, 'dial-up': 0, 'books': 0, 'x-software-development': 0, 'virtualization': 0, 'xfce-apps': 0, 'rpm-development-tools': 0, 'legacy-network-server': 0, 'dns-server': 0, 'gnome-desktop': 0, 'news-server': 0, 'guest-desktop-agents': 0, 'multimedia': 0, 'arabic-support': 0, 'kde-telepathy': 0, 'dogtag': 0, 'printing': 0, 'mongodb': 0, 'core': 0, 'authoring-and-publishing': 0, 'rubyonrails': 0, 'security-lab': 0, 'standard': 0, 'konkani-support': 0, 'sindhi-support': 0, 'gnome-games': 0, 'ftp-server': 0, 'thai-support': 0, 'java-development': 0, 'kde-office': 0, 'perl-web': 0, 'haproxy': 0, 'kannada-support': 0, 'cinnamon-desktop': 0, 'd-development': 0, 'anaconda-tools': 0, 'lxde-media': 0, 'ocaml': 0, 'hardware-support': 0, 'epiphany': 0, 'games': 0, 'critical-path-gnome': 0, 'greek-support': 0, 'xfce-desktop': 0, 'firefox': 0, 'tibetan-support': 0, 'milkymist': 0, 'manipuri-support': 0, 'bodo-support': 0, 'haskell': 0, 'legacy-software-development': 0, 'freeipa-server': 0, 'vietnamese-support': 0, 'java': 0, 'mingw32': 0, 'telugu-support': 0, 'network-server': 0, 'xmonad-mate': 0, 'urdu-support': 0, 'perl': 0, 'sugar-apps': 0, 'mate-compiz': 0, 'tamil-support': 0, 'legacy-software-support': 0, 'xfce-media': 0, 'smb-server': 0, 'load-balancer': 0, 'sinhala-support': 0, 'cloud-infrastructure': 0, 'base-x': 0, 'python-web': 0, 'malayalam-support': 0, 'jbossas': 0, 'graphics': 0, 'web-server': 0, 'ha': 0, 'ruby': 0, 'eclipse': 0, 'xfce-office': 0, 'kde-apps': 0, 'oriya-support': 0, 'libreoffice-development': 0, 'nepali-support': 0, 'kde-software-development': 0, '3d-printing': 0, 'assamese-support': 0, 'kde-desktop': 0, 'santali-support': 0, 'basic-desktop': 0, 'bengali-support': 0, 'mail-server': 0, 'traditional-chinese-support': 0, 'education': 0, 'hebrew-support': 0, 'critical-path-xfce': 0, 'kurdish-support': 0, 'server-cfg': 0, 'sound-and-video': 0, 'sql-server': 0, 'finnish-support': 0, 'admin-tools': 0, 'critical-path-apps': 0, 'buildsys-build': 0, 'hindi-support': 0, 'robotics-suite': 0, 'critical-path-lxde': 0, 'marathi-support': 0, 'ethiopic-support': 0, 'burmese-support': 0, 'php': 0, 'xfce-extra-plugins': 0, 'guest-agents': 0, 'design-suite': 0, 'tomcat': 0, 'medical': 0, 'lepcha-support': 0, 'sugar-desktop': 0, 'maithili-support': 0, 'lxde-desktop': 0, 'lxde-apps': 0, 'graphical-internet': 0} > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._environmentListBox: ListBox instance, containing members: > _intf._currentAction._spokes._addonListBox: ListBox instance, containing members: > _intf._currentAction._spokes.selectedGroups: [libreoffice] > _intf._currentAction._spokes._origAddons: [libreoffice] > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._storage: Already dumped (Blivet instance) > _intf._currentAction._spokes._origEnvironment: gnome-desktop-environment > _intf._currentAction._spokes._selectFlag: False > _intf._currentAction._spokes._errorMsgs: 1:libreoffice-pdfimport-4.2.4.2-8.fc21.x86_64 requires libpoppler.so.43()(64bit) > _intf._currentAction._spokes.excludedGroups: [] > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.environment: gnome-desktop-environment >, 'FilterSpoke': FilterSpoke instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes.ancestors: [] > _intf._currentAction._spokes._store: ListStore instance, containing members: > _intf._currentAction._spokes.applyOnSkip: True > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.disks: [] > _intf._currentAction._spokes.selector: None > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._notebook: Notebook instance, containing members: > _intf._currentAction._spokes._storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.pages: [SearchPage instance, containing members: > _lunEntry: Entry instance, containing members: > _portCombo: ComboBoxText instance, containing members: > _targetEntry: Entry instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > filterActive: False > _combo: ComboBoxText instance, containing members: > model: TreeModelFilter instance, containing members: > _wwidEntry: Entry instance, containing members: >, MultipathPage instance, containing members: > _wwidEntry: Entry instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > filterActive: False > _combo: ComboBoxText instance, containing members: > model: TreeModelFilter instance, containing members: > _icCombo: ComboBoxText instance, containing members: > _vendorCombo: ComboBoxText instance, containing members: >, OtherPage instance, containing members: > _idEntry: Entry instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > filterActive: False > _combo: ComboBoxText instance, containing members: > model: TreeModelFilter instance, containing members: > _icCombo: ComboBoxText instance, containing members: > _vendorCombo: ComboBoxText instance, containing members: >, RaidPage instance, containing members: > filterActive: False > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > model: TreeModelFilter instance, containing members: >, ZPage instance, containing members: > filterActive: False > _isS390: False > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > model: TreeModelFilter instance, containing members: >] > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.selected_disks: [] > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._addDisksButton: None >, 'NetworkSpoke': NetworkSpoke instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._storage: Already dumped (Blivet instance) > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.network_control_box: NetworkControlBox instance, containing members: > _intf._currentAction._spokes.network_control_box.spoke: Already dumped (NetworkSpoke instance) > _intf._currentAction._spokes.network_control_box.dev_cfg_store: ListStore instance, containing members: > _intf._currentAction._spokes.network_control_box.builder: Already dumped (Builder instance) > _intf._currentAction._spokes.network_control_box._running_nmce: None > _intf._currentAction._spokes.network_control_box.selected_ssid: None > _intf._currentAction._spokes.network_control_box.client: Client instance, containing members: > _intf._currentAction._spokes.network_control_box.entry_hostname: Entry instance, containing members: > _intf._currentAction._spokes.network_control_box._updating_device: False >, 'SourceSpoke': SourceSpoke instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes._updatesBox: Box instance, containing members: > _intf._currentAction._spokes._repoNameWarningLabel: None > _intf._currentAction._spokes._repoNameWarningBox: None > _intf._currentAction._spokes._networkButton: RadioButton instance, containing members: > _intf._currentAction._spokes._nfsOptsBox: Box instance, containing members: > _intf._currentAction._spokes._repoProxyPasswordEntry: Entry instance, containing members: > _intf._currentAction._spokes._autodetectDeviceLabel: Label instance, containing members: > _intf._currentAction._spokes._autodetectButton: RadioButton instance, containing members: > _intf._currentAction._spokes._autodetectLabel: Label instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._proxyButton: Button instance, containing members: > _intf._currentAction._spokes._repoStore: ListStore instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes._repoEntryBox: Grid instance, containing members: > _intf._currentAction._spokes._storage: Already dumped (Blivet instance) > _intf._currentAction._spokes._cdrom: None > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._proxyUrl: Skipped > _intf._currentAction._spokes._isoChooserButton: Button instance, containing members: > _intf._currentAction._spokes._mirrorlistCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._repoMirrorlistCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._duplicateRepoCheck: InputCheck instance, containing members: > _intf._currentAction._spokes._duplicateRepoCheck._run_check: <bound method SourceSpoke._checkDuplicateRepos of <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7ff4d9d25ad0>> > _intf._currentAction._spokes._duplicateRepoCheck._parent: Already dumped (SourceSpoke instance) > _intf._currentAction._spokes._duplicateRepoCheck._input_obj: Already dumped (ListStore instance) > _intf._currentAction._spokes._duplicateRepoCheck._data: None > _intf._currentAction._spokes._duplicateRepoCheck._check_status: None > _intf._currentAction._spokes._duplicateRepoCheck._enabled: True > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._repoProxyUrlEntry: Entry instance, containing members: > _intf._currentAction._spokes._repoURLChecks: {} > _intf._currentAction._spokes._protocolComboBox: ComboBoxText instance, containing members: > _intf._currentAction._spokes._repoProxyUsernameEntry: Entry instance, containing members: > _intf._currentAction._spokes._repoView: TreeView instance, containing members: > _intf._currentAction._spokes._repoNameChecks: {} > _intf._currentAction._spokes._autodetectBox: Grid instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._verifyIsoButton: Button instance, containing members: > _intf._currentAction._spokes._currentIsoFile: None > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._origIsoChooserButton: _Choose an ISO > _intf._currentAction._spokes._repoProxyChecks: {} > _intf._currentAction._spokes._repoProtocolComboBox: ComboBoxText instance, containing members: > _intf._currentAction._spokes._urlEntry: Entry instance, containing members: > _intf._currentAction._spokes._noUpdatesCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._repoUrlEntry: Entry instance, containing members: > _intf._currentAction._spokes._repoNameEntry: Entry instance, containing members: > _intf._currentAction._spokes._error: False > _intf._currentAction._spokes._repoSelection: TreeSelection instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._urlCheck: InputCheck instance, containing members: > _intf._currentAction._spokes._urlCheck._run_check: <bound method SourceSpoke._checkURLEntry of <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7ff4d9d25ad0>> > _intf._currentAction._spokes._urlCheck._parent: Already dumped (SourceSpoke instance) > _intf._currentAction._spokes._urlCheck._input_obj: Already dumped (Entry instance) > _intf._currentAction._spokes._urlCheck._data: None > _intf._currentAction._spokes._urlCheck._check_status: None > _intf._currentAction._spokes._urlCheck._enabled: False > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._proxyChange: False > _intf._currentAction._spokes._ready: True > _intf._currentAction._spokes._check_list: [Already dumped (InputCheck instance) >, Already dumped (InputCheck instance) >] > _intf._currentAction._spokes._networkBox: Box instance, containing members: > _intf._currentAction._spokes._isoBox: Box instance, containing members: > _intf._currentAction._spokes._isoButton: RadioButton instance, containing members: >, 'KeyboardSpoke': KeyboardSpoke instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes._store: ListStore instance, containing members: > _intf._currentAction._spokes._selection: TreeSelection instance, containing members: > _intf._currentAction._spokes._xkl_wrapper: Skipped > _intf._currentAction._spokes._switching_dialog: ConfigureSwitchingDialog instance, containing members: > _intf._currentAction._spokes._switching_dialog._window: Dialog instance, containing members: > _intf._currentAction._spokes._switching_dialog.applyOnSkip: False > _intf._currentAction._spokes._switching_dialog._switchingOptsSort: TreeModelSort instance, containing members: > _intf._currentAction._spokes._switching_dialog.builder: Builder instance, containing members: > _intf._currentAction._spokes._switching_dialog.skipTo: None > _intf._currentAction._spokes._switching_dialog._xkl_wrapper: Skipped > _intf._currentAction._spokes._switching_dialog._switchingOptsStore: ListStore instance, containing members: > _intf._currentAction._spokes._switching_dialog._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes._removeButton: ToolButton instance, containing members: > _intf._currentAction._spokes._storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._add_dialog: AddLayoutDialog instance, containing members: > _intf._currentAction._spokes._add_dialog._window: Dialog instance, containing members: > _intf._currentAction._spokes._add_dialog._treeModelFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes._add_dialog.applyOnSkip: False > _intf._currentAction._spokes._add_dialog.builder: Builder instance, containing members: > _intf._currentAction._spokes._add_dialog._newLayoutSelection: TreeSelection instance, containing members: > _intf._currentAction._spokes._add_dialog._confirmAddButton: Button instance, containing members: > _intf._currentAction._spokes._add_dialog.skipTo: None > _intf._currentAction._spokes._add_dialog._treeModelSort: TreeModelSort instance, containing members: > _intf._currentAction._spokes._add_dialog._xkl_wrapper: Skipped > _intf._currentAction._spokes._add_dialog._store: ListStore instance, containing members: > _intf._currentAction._spokes._add_dialog._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._add_dialog._chosen_layouts: [] > _intf._currentAction._spokes._add_dialog._entry: Entry instance, containing members: > _intf._currentAction._spokes._downButton: ToolButton instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._layoutSwitchLabel: Label instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._confirmed: False > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._previewButton: ToolButton instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._ready: True > _intf._currentAction._spokes._remove_last_attempt: False > _intf._currentAction._spokes._upButton: ToolButton instance, containing members: >, 'CustomPartitioningSpoke': CustomPartitioningSpoke instance, containing members: > _intf._currentAction._spokes._typeStore: ListStore instance, containing members: > _intf._currentAction._spokes._configureBox: Box instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes._device_container_name: None > _intf._currentAction._spokes._accordion: Accordion instance, containing members: > _intf._currentAction._spokes._accordion._expanders: [Expander instance, containing members: >] > _intf._currentAction._spokes._fs_types: [ext4, ext3, ext2, swap, BIOS Boot, xfs, vfat] > _intf._currentAction._spokes._initialized: True > _intf._currentAction._spokes._encryptCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._addButton: ToolButton instance, containing members: > _intf._currentAction._spokes._modifyContainerButton: Button instance, containing members: > _intf._currentAction._spokes.passphrase: Skipped > _intf._currentAction._spokes._incompleteDeviceOptionsLabel: Label instance, containing members: > _intf._currentAction._spokes._reformatCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._devices: [FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 98 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7ff4d7e94a50) -- > name = /LiveOS/rootfs.img status = False kids = 1 id = 98 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /LiveOS/rootfs.img > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0x7ff4d7e94a50) -- > name = /LiveOS/rootfs.img status = False kids = 1 id = 98 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /LiveOS/rootfs.img > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /LiveOS/rootfs.img > protected: False > originalFormat: existing None > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 106 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7ff4d7e94dd0) -- > name = /overlay (deleted) status = False kids = 1 id = 106 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /overlay (deleted) > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0x7ff4d7e94dd0) -- > name = /overlay (deleted) status = False kids = 1 id = 106 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /overlay (deleted) > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /overlay (deleted) > protected: False > originalFormat: existing None > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 90 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7ff4d7e94810) -- > name = /tmp/curl_fetch_url0/my_comps_squashfs.img (deleted) status = False kids = 1 id = 90 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /tmp/curl_fetch_url0/my_comps_squashfs.img (deleted) > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0x7ff4d7e94810) -- > name = /tmp/curl_fetch_url0/my_comps_squashfs.img (deleted) status = False kids = 1 id = 90 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /tmp/curl_fetch_url0/my_comps_squashfs.img (deleted) > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /tmp/curl_fetch_url0/my_comps_squashfs.img (deleted) > protected: False > originalFormat: existing None > _serial: None >, existing 2048 MiB dm live-base (118) with existing ext4 filesystem >, existing 2048 MiB dm live-rw (113) with existing ext4 filesystem >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 93 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7ff4d7e94850) -- > name = loop0 status = False kids = 0 id = 93 > parents = ['existing 0 B file /tmp/curl_fetch_url0/my_comps_squashfs.img (deleted) (90)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0x7ff4d7e94850) -- > name = loop0 status = False kids = 0 id = 93 > parents = ['existing 0 B file /tmp/curl_fetch_url0/my_comps_squashfs.img (deleted) (90)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop0 > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 101 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7ff4d7e94c10) -- > name = loop1 status = False kids = 1 id = 101 > parents = ['existing 0 B file /LiveOS/rootfs.img (98)'] > uuid = None size = 0 B > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = ext4> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0x7ff4d7e94c10) -- > name = loop1 status = False kids = 1 id = 101 > parents = ['existing 0 B file /LiveOS/rootfs.img (98)'] > uuid = None size = 0 B > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = ext4> > controllable: False > uuid: None > _format: Ext4FS instance, containing members: > _format._label: Anaconda > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._targetSize: 2048 MiB > _format._minInstanceSize: 0 B > _format.mountopts: None > _format.mountpoint: None > _format.id: 104 > _format._size: Already dumped (Size instance) > _format.errors: False > _format.uuid: 9983482a-5e34-4405-b7f9-852cba7b01b2 > _format._mountType: ext4 > _format.fsprofile: None > _format.dirty: False > _format._device: /dev/loop1 > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [/dev/disk/by-label/Anaconda, /dev/disk/by-uuid/9983482a-5e34-4405-b7f9-852cba7b01b2] > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop1 > protected: False > originalFormat: Ext4FS instance, containing members: > originalFormat._label: Anaconda > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat._targetSize: Already dumped (Size instance) > originalFormat._minInstanceSize: Already dumped (Size instance) > originalFormat.mountopts: None > originalFormat._size: Already dumped (Size instance) > originalFormat.id: 104 > originalFormat._device: /dev/loop1 > originalFormat.errors: False > originalFormat.uuid: 9983482a-5e34-4405-b7f9-852cba7b01b2 > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.dirty: False > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 109 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7ff4d7e94f90) -- > name = loop2 status = False kids = 1 id = 109 > parents = ['existing 0 B file /overlay (deleted) (106)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop2 > format args = [] originalFormat = None> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0x7ff4d7e94f90) -- > name = loop2 status = False kids = 1 id = 109 > parents = ['existing 0 B file /overlay (deleted) (106)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop2 > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop2 > protected: False > originalFormat: existing None > _serial: None >, existing 10 GiB disk vda (1) with non-existent msdos disklabel >, non-existent 500 MiB partition vda1 (314) with non-existent ext4 filesystem mounted at /boot >, non-existent 3968 MiB partition vda2 (320) with non-existent swap >, existing 10 GiB disk vdb (30) with non-existent msdos disklabel >, non-existent 10239 MiB partition vdb1 (308) with non-existent ext4 filesystem mounted at / >, existing 10 GiB disk vdc (50) with non-existent msdos disklabel >, existing 10 GiB disk vdd (70) with non-existent msdos disklabel >] > _intf._currentAction._spokes._partitionsViewport: Viewport instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes._removeButton: ToolButton instance, containing members: > _intf._currentAction._spokes._typeCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._current_selector: MountpointSelector instance, containing members: > _intf._currentAction._spokes._current_selector._root: Root instance, containing members: > _intf._currentAction._spokes._current_selector._root.mounts: {'/boot': Already dumped (PartitionDevice instance) >, '/': Already dumped (PartitionDevice instance) >} > _intf._currentAction._spokes._current_selector._root.swaps: [Already dumped (PartitionDevice instance) >] > _intf._currentAction._spokes._current_selector._root.name: New Fedora 21 Installation > _intf._currentAction._spokes._current_selector._device: Already dumped (PartitionDevice instance) > _intf._currentAction._spokes._labelEntry: Entry instance, containing members: > _intf._currentAction._spokes._partitionsNotebook: Notebook instance, containing members: > _intf._currentAction._spokes._totalSpaceLabel: Label instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._incompleteDeviceLabel: Label instance, containing members: > _intf._currentAction._spokes._mainSpokeClass: StorageSpoke > _intf._currentAction._spokes._raidStoreFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes._mountPointEntry: Entry instance, containing members: > _intf._currentAction._spokes._uneditableDeviceLabel: Label instance, containing members: > _intf._currentAction._spokes._uneditableDeviceDescLabel: Label instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._whenCreateLabel: Label instance, containing members: > _intf._currentAction._spokes._selectedDeviceLabel: Label instance, containing members: > _intf._currentAction._spokes._selectedDeviceDescLabel: Label instance, containing members: > _intf._currentAction._spokes._encryptedDeviceLabel: Label instance, containing members: > _intf._currentAction._spokes._resetButton: Button instance, containing members: > _intf._currentAction._spokes._device_container_size: 0 > _intf._currentAction._spokes._device_container_encrypted: False > _intf._currentAction._spokes._summaryLabel: Label instance, containing members: > _intf._currentAction._spokes._containerCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._nameEntry: Entry instance, containing members: > _intf._currentAction._spokes.selector: None > _intf._currentAction._spokes._containerLabel: Label instance, containing members: > _intf._currentAction._spokes._hidden_disks: [] > _intf._currentAction._spokes._back_already_clicked: False > _intf._currentAction._spokes._applyButton: Button instance, containing members: > _intf._currentAction._spokes._passphraseEntry: Entry instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._device_size_text: 500 MiB > _intf._currentAction._spokes._raidLevelCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._availableSpaceLabel: Label instance, containing members: > _intf._currentAction._spokes._sizeEntry: Entry instance, containing members: > _intf._currentAction._spokes._containerStore: ListStore instance, containing members: > _intf._currentAction._spokes._error: None > _intf._currentAction._spokes._configButton: ToolButton instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._encryptedDeviceDescLabel: Label instance, containing members: > _intf._currentAction._spokes._raidLevelLabel: Label instance, containing members: > _intf._currentAction._spokes._storage_playground: Skipped > _intf._currentAction._spokes._device_disks: [Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >] > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._fsCombo: ComboBoxText instance, containing members: > _intf._currentAction._spokes._storage: Already dumped (Blivet instance) > _intf._currentAction._spokes._free_space: 25.64 GiB > _intf._currentAction._spokes._device_container_raid_level: None > _intf._currentAction._spokes._device_name_dict: {0: boot, 1: boot, 2: vda1, 3: boot, 4: , 5: boot} > _intf._currentAction._spokes._incompleteDeviceDescLabel: Label instance, containing members: >, 'LangsupportSpoke': LangsupportSpoke instance, containing members: > _intf._currentAction._spokes._langSelection: TreeSelection instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes._localeStore: ListStore instance, containing members: > _intf._currentAction._spokes._localeView: TreeView instance, containing members: > _intf._currentAction._spokes._arrow: Image instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._langView: TreeView instance, containing members: > _intf._currentAction._spokes._languageStoreFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._languageEntry: Entry instance, containing members: > _intf._currentAction._spokes._langSelectedColumn: TreeViewColumn instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._langSelectedRenderer: CellRendererPixbuf instance, containing members: > _intf._currentAction._spokes._selected_locales: set([]) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._storage: Already dumped (Blivet instance) > _intf._currentAction._spokes._localeSelection: None > _intf._currentAction._spokes._languageStore: ListStore instance, containing members: >, 'DatetimeSpoke': DatetimeSpoke instance, containing members: > _intf._currentAction._spokes._kickstarted: False > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes._monthCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._radioButton24h: RadioButton instance, containing members: > _intf._currentAction._spokes._amPmLabel: Label instance, containing members: > _intf._currentAction._spokes._monthsStore: ListStore instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._ntpSwitch: Switch instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes._storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._regions_zones: {'Africa': set(['Kinshasa', 'Harare', 'Dar_es_Salaam', 'Addis_Ababa', 'Brazzaville', 'Johannesburg', 'Maseru', 'Dakar', 'Bissau', 'Lubumbashi', 'Luanda', 'Bangui', 'Khartoum', 'Mbabane', 'Malabo', 'Niamey', 'Sao_Tome', 'Nouakchott', 'Ouagadougou', 'Tripoli', 'Windhoek', 'Ndjamena', 'Algiers', 'Lome', 'Kampala', 'Kigali', 'Freetown', 'Juba', 'Gaborone', 'Ceuta', 'El_Aaiun', 'Accra', 'Tunis', 'Bamako', 'Porto-Novo', 'Mogadishu', 'Nairobi', 'Maputo', 'Casablanca', 'Banjul', 'Monrovia', 'Cairo', 'Abidjan', 'Bujumbura', 'Djibouti', 'Lagos', 'Conakry', 'Blantyre', 'Asmara', 'Libreville', 'Douala', 'Lusaka']), 'America': set(['Monterrey', 'Regina', 'Goose_Bay', 'Argentina/La_Rioja', 'Fortaleza', 'Aruba', 'North_Dakota/Center', 'Tegucigalpa', 'Santiago', 'Guatemala', 'Swift_Current', 'Argentina/Buenos_Aires', 'Dominica', 'Scoresbysund', 'Havana', 'Yellowknife', 'Dawson_Creek', 'Indiana/Indianapolis', 'Adak', 'Indiana/Vincennes', 'Antigua', 'Bahia', 'Rankin_Inlet', 'Jamaica', 'St_Thomas', 'Cuiaba', 'Edmonton', 'Indiana/Marengo', 'Grand_Turk', 'Paramaribo', 'Campo_Grande', 'Argentina/Tucuman', 'Caracas', 'Argentina/San_Juan', 'Denver', 'Argentina/Cordoba', 'St_Vincent', 'Eirunepe', 'St_Johns', 'New_York', 'Boise', 'Cambridge_Bay', 'Miquelon', 'Rainy_River', 'Inuvik', 'Argentina/Salta', 'Creston', 'Maceio', 'Belem', 'Argentina/Jujuy', 'Indiana/Winamac', 'Resolute', 'Metlakatla', 'North_Dakota/New_Salem', 'Boa_Vista', 'Glace_Bay', 'Puerto_Rico', 'Araguaina', 'Sao_Paulo', 'Los_Angeles', 'Dawson', 'Pangnirtung', 'Whitehorse', 'La_Paz', 'Chihuahua', 'Merida', 'Rio_Branco', 'Panama', 'Cayenne', 'Mazatlan', 'Sitka', 'St_Lucia', 'Lower_Princes', 'Cancun', 'Manaus', 'Bahia_Banderas', 'Moncton', 'Asuncion', 'Belize', 'Indiana/Knox', 'Toronto', 'Santa_Isabel', 'St_Kitts', 'Danmarkshavn', 'Blanc-Sablon', 'Detroit', 'Atikokan', 'Grenada', 'Argentina/Rio_Gallegos', 'Port-au-Prince', 'Matamoros', 'Port_of_Spain', 'Argentina/Catamarca', 'Hermosillo', 'Halifax', 'Lima', 'Nome', 'Barbados', 'Curacao', 'Kentucky/Louisville', 'Chicago', 'Santarem', 'Godthab', 'Kentucky/Monticello', 'Porto_Velho', 'Winnipeg', 'Vancouver', 'Argentina/Mendoza', 'Ojinaga', 'St_Barthelemy', 'Anguilla', 'Montevideo', 'Marigot', 'Santo_Domingo', 'Phoenix', 'Noronha', 'Cayman', 'Argentina/Ushuaia', 'Yakutat', 'El_Salvador', 'Indiana/Tell_City', 'Martinique', 'Nassau', 'Guayaquil', 'Mexico_City', 'Thule', 'Kralendijk', 'Argentina/San_Luis', 'Anchorage', 'Montserrat', 'Nipigon', 'Thunder_Bay', 'Managua', 'Guyana', 'Recife', 'Guadeloupe', 'Menominee', 'Tijuana', 'Iqaluit', 'Bogota', 'North_Dakota/Beulah', 'Tortola', 'Juneau', 'Indiana/Petersburg', 'Costa_Rica', 'Indiana/Vevay']), 'Antarctica': set(['Troll', 'DumontDUrville', 'Vostok', 'Syowa', 'Palmer', 'Casey', 'Rothera', 'McMurdo', 'Macquarie', 'Davis', 'Mawson']), 'Arctic': set(['Longyearbyen']), 'Asia': set(['Karachi', 'Choibalsan', 'Vladivostok', 'Kashgar', 'Rangoon', 'Aqtobe', 'Kuwait', 'Kuala_Lumpur', 'Gaza', 'Dubai', 'Samarkand', 'Ho_Chi_Minh', 'Damascus', 'Thimphu', 'Yekaterinburg', 'Manila', 'Amman', 'Kolkata', 'Hovd', 'Beirut', 'Nicosia', 'Almaty', 'Bahrain', 'Brunei', 'Hong_Kong', 'Magadan', 'Aqtau', 'Tashkent', 'Singapore', 'Phnom_Penh', 'Irkutsk', 'Tokyo', 'Muscat', 'Bangkok', 'Yerevan', 'Baghdad', 'Qyzylorda', 'Taipei', 'Omsk', 'Tehran', 'Bishkek', 'Ulaanbaatar', 'Shanghai', 'Kamchatka', 'Chongqing', 'Dhaka', 'Novokuznetsk', 'Dushanbe', 'Sakhalin', 'Kuching', 'Anadyr', 'Khandyga', 'Jakarta', 'Yakutsk', 'Pontianak', 'Makassar', 'Krasnoyarsk', 'Kathmandu', 'Aden', 'Urumqi', 'Oral', 'Tbilisi', 'Harbin', 'Seoul', 'Kabul', 'Dili', 'Ashgabat', 'Macau', 'Riyadh', 'Baku', 'Qatar', 'Jayapura', 'Hebron', 'Colombo', 'Novosibirsk', 'Pyongyang', 'Jerusalem', 'Vientiane', 'Ust-Nera']), 'Atlantic': set(['Reykjavik', 'Cape_Verde', 'Azores', 'Faroe', 'Canary', 'Bermuda', 'Madeira', 'St_Helena', 'Stanley', 'South_Georgia']), 'Australia': set(['Melbourne', 'Eucla', 'Brisbane', 'Lindeman', 'Broken_Hill', 'Hobart', 'Lord_Howe', 'Perth', 'Sydney', 'Currie', 'Darwin', 'Adelaide']), 'Europe': set(['Kiev', 'Istanbul', 'Paris', 'Oslo', 'Riga', 'Athens', 'Luxembourg', 'Andorra', 'Gibraltar', 'Tirane', 'Ljubljana', 'Chisinau', 'Simferopol', 'Vienna', 'Busingen', 'Zagreb', 'Stockholm', 'Warsaw', 'Moscow', 'Skopje', 'Bratislava', 'Berlin', 'Zaporozhye', 'Brussels', 'Uzhgorod', 'Budapest', 'San_Marino', 'Helsinki', 'Vaduz', 'Vatican', 'Dublin', 'Podgorica', 'Minsk', 'Malta', 'Guernsey', 'Monaco', 'Jersey', 'Mariehamn', 'Bucharest', 'Isle_of_Man', 'Belgrade', 'Zurich', 'Tallinn', 'Madrid', 'Prague', 'Sofia', 'Samara', 'Rome', 'London', 'Lisbon', 'Volgograd', 'Amsterdam', 'Copenhagen', 'Kaliningrad', 'Vilnius', 'Sarajevo']), 'Indian': set(['Cocos', 'Maldives', 'Comoro', 'Mayotte', 'Antananarivo', 'Mahe', 'Mauritius', 'Chagos', 'Reunion', 'Kerguelen', 'Christmas']), 'Pacific': set(['Kwajalein', 'Palau', 'Auckland', 'Pitcairn', 'Chuuk', 'Galapagos', 'Marquesas', 'Nauru', 'Easter', 'Guadalcanal', 'Saipan', 'Tarawa', 'Tongatapu', 'Noumea', 'Pago_Pago', 'Wallis', 'Wake', 'Apia', 'Honolulu', 'Rarotonga', 'Chatham', 'Kosrae', 'Fakaofo', 'Norfolk', 'Majuro', 'Kiritimati', 'Pohnpei', 'Efate', 'Gambier', 'Niue', 'Johnston', 'Midway', 'Guam', 'Funafuti', 'Port_Moresby', 'Tahiti', 'Enderbury', 'Fiji']), 'US': set(['Mountain', 'Arizona', 'Central', 'Eastern', 'Hawaii', 'Pacific', 'Alaska']), 'Etc': set(['UTC', 'GMT-10', 'GMT-11', 'GMT-12', 'GMT-13', 'GMT-14', 'GMT+8', 'GMT+9', 'GMT+1', 'GMT+2', 'GMT+3', 'GMT+4', 'GMT+5', 'GMT+6', 'GMT+7', 'GMT+12', 'GMT+10', 'GMT+11', 'GMT-8', 'GMT-9', 'GMT-6', 'GMT-7', 'GMT-4', 'GMT-5', 'GMT-2', 'GMT-3', 'GMT-1', 'GMT'])} > _intf._currentAction._spokes._months_nums: {'February': 2, 'October': 10, 'March': 3, 'August': 8, 'May': 5, 'January': 1, 'June': 6, 'September': 9, 'April': 4, 'December': 12, 'July': 7, 'November': 11} > _intf._currentAction._spokes._tzmap: TimezoneMap instance, containing members: > _intf._currentAction._spokes._yearCombo: ComboBox instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._update_datetime_timer_id: None > _intf._currentAction._spokes._cityCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._regionCombo: ComboBox instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._dayCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._amPmUp: Button instance, containing members: > _intf._currentAction._spokes._citiesStore: ListStore instance, containing members: > _intf._currentAction._spokes._amPmDown: Button instance, containing members: > _intf._currentAction._spokes._minutesLabel: Label instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._yearsStore: ListStore instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._daysStore: ListStore instance, containing members: > _intf._currentAction._spokes._config_dialog: NTPconfigDialog instance, containing members: > _intf._currentAction._spokes._config_dialog._window: Dialog instance, containing members: > _intf._currentAction._spokes._config_dialog.applyOnSkip: False > _intf._currentAction._spokes._config_dialog.builder: Builder instance, containing members: > _intf._currentAction._spokes._config_dialog._epoch: 0 > _intf._currentAction._spokes._config_dialog._serverCheck: InputCheck instance, containing members: > _intf._currentAction._spokes._config_dialog._serverCheck._run_check: <bound method NTPconfigDialog._validateServer of <pyanaconda.ui.gui.spokes.datetime_spoke.NTPconfigDialog object at 0x7ff4d9a173d0>> > _intf._currentAction._spokes._config_dialog._serverCheck._parent: Already dumped (NTPconfigDialog instance) > _intf._currentAction._spokes._config_dialog._serverCheck._input_obj: Entry instance, containing members: > _intf._currentAction._spokes._config_dialog._serverCheck._data: None > _intf._currentAction._spokes._config_dialog._serverCheck._check_status: Skipped > _intf._currentAction._spokes._config_dialog._serverCheck._enabled: True > _intf._currentAction._spokes._config_dialog._epoch_lock: <thread.lock object at 0x7ff4ec70c870> > _intf._currentAction._spokes._config_dialog.skipTo: None > _intf._currentAction._spokes._config_dialog._serversStore: ListStore instance, containing members: > _intf._currentAction._spokes._config_dialog._addButton: Button instance, containing members: > _intf._currentAction._spokes._config_dialog._check_list: [Already dumped (InputCheck instance) >] > _intf._currentAction._spokes._config_dialog._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._config_dialog._serverEntry: Already dumped (Entry instance) > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._old_region: America > _intf._currentAction._spokes._citiesFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes._start_updating_timer_id: None > _intf._currentAction._spokes._hoursLabel: Label instance, containing members: > _intf._currentAction._spokes._regionsStore: ListStore instance, containing members: > _intf._currentAction._spokes._old_city: New_York > _intf._currentAction._spokes._daysFilter: TreeModelFilter instance, containing members: >, 'StorageSpoke': StorageSpoke instance, containing members: > _intf._currentAction._spokes.clearPartType: 2 > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes.encrypted: False > _intf._currentAction._spokes.passphrase: Skipped > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.applyOnSkip: True > _intf._currentAction._spokes.autopart: False > _intf._currentAction._spokes._cur_clicked_overview: DiskOverview instance, containing members: > _intf._currentAction._spokes._storage: Already dumped (Blivet instance) > _intf._currentAction._spokes._customPart: RadioButton instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes.specialized_disks_box: Box instance, containing members: > _intf._currentAction._spokes._mainSpokeClass: StorageSpoke > _intf._currentAction._spokes.selected_disks: [vda, vdb, vdc, vdd] > _intf._currentAction._spokes._previous_autopart: False > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.autoPartType: 2 > _intf._currentAction._spokes._encrypted: CheckButton instance, containing members: > _intf._currentAction._spokes.local_disks_box: Box instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._last_clicked_overview: None > _intf._currentAction._spokes._reclaim: CheckButton instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.disks: [Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >] > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._ready: True >} > _intf._currentAction._checker: FileSystemSpaceChecker instance, containing members: > _intf._currentAction._checker.error_message: Not enough space in filesystems for the current software selection. An additional 2861.02 MiB is needed. > _intf._currentAction._checker.storage: Already dumped (Blivet instance) > _intf._currentAction._checker.payload: Already dumped (YumPayload instance) > _intf._currentAction._checker.success: False > _intf._currentAction._checker.deficit: 2861.02 MiB > _intf._currentAction.applyOnSkip: False > _intf._currentAction.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction.paths: {'spokes': [('pyanaconda.ui.gui.spokes.%s', '/tmp/updates/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/site-python/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes')], 'categories': [('pyanaconda.ui.gui.categories.%s', '/tmp/updates/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib/site-python/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/categories')]} > _intf._currentAction.builder: Builder instance, containing members: > _intf._currentAction._inSpoke: True > _intf._currentAction.skipTo: None > _intf._currentAction._environs: [anaconda] > _intf._currentAction._storage: Already dumped (Blivet instance) > _intf._currentAction._autoContinue: False > _intf._currentAction._notReadySpokes: [] > _intf._currentAction._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction.payload: Already dumped (YumPayload instance) > _intf._currentAction._incompleteSpokes: [Already dumped (StorageSpoke instance) >, Already dumped (SoftwareSelectionSpoke instance) >] >updateSrc: http://cobra02/ks/vp/compose_updates.img >rootParts: None >id: None >rescue: False >mediaDevice: None >methodstr: http://cobra02/trees/rawhide/x86_64/os/ >proxyPassword: None >desktop: Desktop instance, containing members: > desktop._runlevel: 3 > desktop.desktop: None >canReIPL: False >xdriver: None >stage2: None >rescue_mount: True >_bootloader: GRUB2 instance, containing members: > _bootloader._disk_order: [] > _bootloader.console_options: Skipped > _bootloader.console: Skipped > _bootloader.skip_bootloader: False > _bootloader.warnings: [] > _bootloader.chain_images: [] > _bootloader.stage2_is_preferred_stage1: False > _bootloader.disks: [] > _bootloader.problems: [] > _bootloader._update_only: False > _bootloader._default_image: None > _bootloader.stage2_device: None > _bootloader.encrypted_password: Skipped > _bootloader.errors: [] > _bootloader.stage1_device: None > _bootloader._timeout: None > _bootloader.stage1_disk: None > _bootloader.password: None > _bootloader.dracut_args: > _bootloader.boot_args: > _bootloader.linux_images: [] >_payload: Already dumped (YumPayload instance) >displayMode: g >ksdata: Already dumped (AnacondaKSHandler instance) >proxyUsername: None >extraModules: [] >dbus_session_connection: None >dbus_inhibit_id: None >mehConfig: Config instance, containing members: > mehConfig.programArch: x86_64 > mehConfig.callbackDict: {'lsblk_output': (<function lsblk_callback at 0x7ff4e0bb1140>, True), 'type': (<function <lambda> at 0x7ff4e0bb1398>, True), 'addons': (<function list_addons_callback at 0x7ff4e0bb12a8>, False), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0x7ff4e0bb11b8>, True)} > mehConfig.attrSkipList: [_intf._actions, _intf._currentAction._xklwrapper, _intf._currentAction._spokes["KeyboardSpoke"]._xkl_wrapper, _intf._currentAction._storage_playground, _intf._currentAction._spokes["CustomPartitioningSpoke"]._storage_playground, _intf._currentAction.language.translations, _intf._currentAction.language.locales, _intf._currentAction._spokes["PasswordSpoke"]._oldweak, _intf._currentAction._spokes["PasswordSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._oldweak, _intf.storage.bootloader.password, _intf.storage.data, _intf.storage.encryptionPassphrase, _bootloader.encrypted_password, _bootloader.password, payload._groups, payload._yum] > mehConfig.programVersion: 21.36-1 > mehConfig.localSkipList: [passphrase, password, _oldweak, _password] > mehConfig.programName: anaconda > mehConfig.fileList: [/tmp/anaconda.log, /tmp/packaging.log, /tmp/program.log, /tmp/storage.log, /tmp/ifcfg.log, /tmp/yum.log, /mnt/sysimage/root/install.log, /proc/cmdline, /tmp/syslog] >isHeadless: False >reIPLMessage: None >_storage: Already dumped (Blivet instance) >dir: None >opts: {'noipv6': False, 'noipv4': False, 'updateSrc': 'http://cobra02/ks/vp/compose_updates.img', 'selinux': True, 'module': [], 'syslog': None, 'leavebootorder': False, 'images': [], 'dmraid': True, 'armPlatform': None, 'dnf': False, 'memcheck': True, 'iscsi': False, 'ksfile': None, 'dirinstall': False, 'kbdtype': None, 'runres': None, 'xdriver': None, 'display_mode': 'g', 'stage2': None, 'method': 'http://cobra02/trees/rawhide/x86_64/os/', 'vncpassword': '', 'vnc': False, 'rescue': False, 'noverifyssl': False, 'autostep': False, 'geoloc': None, 'proxy': None, 'dlabel': False, 'vncconnect': None, 'mpathfriendlynames': True, 'lang': 'en_US.UTF-8', 'askmethod': False, 'liveinst': False, 'loglevel': 'debug', 'isHeadless': False, 'eject': True, 'rescue_nomount': False, 'keymap': None, 'mpath': True, 'ibft': True, 'debug': False, 'extlinux': False, 'multiLib': False, 'nofb': None, 'targetArch': None} >proxy: None > >Registered callbacks: > > >/tmp/anaconda.log: >12:47:18,896 INFO anaconda: /sbin/anaconda 21.36-1 >12:47:20,669 INFO anaconda: 4063232 kB (3968 MB) are available >12:47:20,669 INFO anaconda: check_memory(): total:3968, needed:512, graphical:512 >12:47:20,720 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >12:47:20,721 INFO anaconda: Default encoding = utf-8 >12:47:20,812 INFO anaconda: Parsing kickstart: /usr/share/anaconda/interactive-defaults.ks >12:47:21,270 INFO anaconda: Display mode = g >12:47:21,281 INFO anaconda: 4063232 kB (3968 MB) are available >12:47:21,301 INFO anaconda: check_memory(): total:3968, needed:512, graphical:512 >12:47:25,709 DEBUG anaconda: X server has signalled a successful start. >12:47:25,710 WARN anaconda: logo image is missing, using a substitute >12:47:25,713 INFO anaconda: Starting window manager, pid 1584. >12:47:25,939 INFO anaconda: Started spice-vdagent. >12:47:25,945 INFO anaconda: Running Thread: AnaXklWrapperInitThread (140689901664000) >12:47:29,651 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >12:47:29,653 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >12:47:29,653 INFO anaconda: using only installclass _Fedora >12:47:32,531 INFO anaconda: bootloader GRUB2 on X86 platform >12:47:32,669 INFO anaconda: bootloader GRUB2 on X86 platform >12:47:32,808 DEBUG anaconda: network: devices found ['ens3'] >12:47:33,537 DEBUG anaconda: updating hostname office46.anaconda.englab.brq.redhat.com >12:47:33,600 INFO anaconda: Running Thread: AnaStorageThread (140689703429888) >12:47:33,603 INFO anaconda: Running Thread: AnaTimeInitThread (140689695037184) >12:47:33,605 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (140689686644480) >12:47:33,607 INFO anaconda: Running Thread: AnaPayloadThread (140689678251776) >12:47:33,832 INFO anaconda: got 2 NTP servers from DHCP >12:47:33,881 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (140689686644480) >12:47:33,899 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (140689686644480) >12:47:33,904 INFO anaconda: Starting geolocation lookup >12:47:33,916 INFO anaconda: Geolocation provider: Fedora GeoIP >12:47:40,384 INFO anaconda: Geolocation lookup finished in 6.5 seconds >12:47:40,585 INFO anaconda: got results from geolocation >12:47:40,693 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (140689686644480) >12:47:43,492 INFO anaconda: Thread Done: AnaXklWrapperInitThread (140689901664000) >12:47:47,386 DEBUG anaconda: Entered spoke: WelcomeLanguageSpoke >12:48:12,887 INFO anaconda: Thread Done: AnaStorageThread (140689703429888) >12:48:14,008 INFO anaconda: Thread Done: AnaTimeInitThread (140689695037184) >12:48:50,396 INFO anaconda: Thread Done: AnaPayloadThread (140689678251776) >12:52:07,973 DEBUG anaconda: network standalone spoke (init): completed: ['ens3'] >12:52:08,331 DEBUG anaconda: Left spoke: WelcomeLanguageSpoke >12:52:08,332 DEBUG anaconda: Entered hub: SummaryHub >12:52:09,213 INFO anaconda: Running Thread: AnaNTPserver1 (140689678251776) >12:52:09,218 INFO anaconda: Running Thread: AnaNTPserver2 (140689695037184) >12:52:09,227 INFO anaconda: Running Thread: AnaDateTimeThread (140689703429888) >12:52:09,305 INFO anaconda: fs space: 0 B needed: 2861.02 MiB >12:52:09,555 INFO anaconda: Thread Done: AnaDateTimeThread (140689703429888) >12:52:09,567 INFO anaconda: Thread Done: AnaNTPserver1 (140689678251776) >12:52:09,627 INFO anaconda: Running Thread: AnaAddLayoutsInitThread (140689678251776) >12:52:09,630 DEBUG anaconda: Starting applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x7ff4d9a17a90>> on <dictionary-keyiterator object at 0x7ff4db57edb8> >12:52:09,631 INFO anaconda: Running Thread: AnaGtkBatchPre1 (140689703429888) >12:52:09,637 INFO anaconda: Thread Done: AnaGtkBatchPre1 (140689703429888) >12:52:09,719 INFO anaconda: Thread Done: AnaNTPserver2 (140689695037184) >12:52:09,790 INFO anaconda: Running Thread: AnaKeyboardThread (140689695037184) >12:52:09,801 INFO anaconda: fs space: 0 B needed: 2861.02 MiB >12:52:09,970 INFO anaconda: fs space: 0 B needed: 2861.02 MiB >12:52:10,036 INFO anaconda: Running Thread: AnaSourceWatcher (140689703429888) >12:52:10,086 INFO anaconda: Running Thread: AnaSoftwareWatcher (140689901664000) >12:52:10,117 DEBUG anaconda: Setting up repos: [] >12:52:10,179 INFO anaconda: Running Thread: AnaStorageWatcher (140689593132800) >12:52:10,190 INFO anaconda: Thread Done: AnaStorageWatcher (140689593132800) >12:52:10,239 INFO anaconda: Running Thread: AnaCustomStorageInit (140689593132800) >12:52:11,175 DEBUG anaconda: network: GUI, device configuration added: connection 3931ee66-fa42-40c0-87ac-48db16034a93 device ens3 >12:52:11,456 DEBUG anaconda: network: GUI, connection 3931ee66-fa42-40c0-87ac-48db16034a93 found >12:52:11,457 DEBUG anaconda: network: GUI, connection e1dc9436-191a-4c9f-bf44-957bb88bb314 found >12:52:12,628 DEBUG anaconda: updating hostname office46.anaconda.englab.brq.redhat.com >12:52:14,901 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7ff4d9a17ad0> >12:52:14,945 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7ff4d9a174d0> >12:52:14,946 INFO anaconda: setting <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7ff4d9a174d0> status to: Getting list of layouts... >12:52:14,947 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7ff4d9d25ad0> status to: Probing storage... >12:52:14,947 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7ff4d9d25ad0> status to: Downloading package metadata... >12:52:14,948 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7ff4d9d8a790> status to: Downloading package metadata... >12:52:14,949 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7ff4d9d8a790> status to: Downloading group metadata... >12:52:14,950 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7ff4d9e45090> status to: Probing storage... >12:52:14,965 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7ff4d9e45090> >08:52:16,760 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7ff4d9d8a790> >08:52:16,776 INFO anaconda: Thread Done: AnaSoftwareWatcher (140689901664000) >08:52:16,790 INFO anaconda: Running Thread: AnaCheckSoftwareThread (140689584740096) >08:52:17,074 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7ff4d9d8a790> >08:52:17,084 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7ff4d9d25ad0> >08:52:17,085 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7ff4d9d8a790> status to: Checking software dependencies... >08:52:18,370 INFO anaconda: Thread Done: AnaCustomStorageInit (140689593132800) >08:52:28,850 DEBUG anaconda: Finished applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x7ff4d9a17a90>> on <dictionary-keyiterator object at 0x7ff4db57edb8> >08:52:28,852 INFO anaconda: Thread Done: AnaAddLayoutsInitThread (140689678251776) >08:52:28,873 INFO anaconda: Thread Done: AnaKeyboardThread (140689695037184) >08:52:28,923 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7ff4d9a174d0> >08:52:29,695 INFO anaconda: setting <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0x7ff4db54e110> status to: Wired (ens3) connected >08:52:37,548 DEBUG anaconda: Entered spoke: StorageSpoke >08:52:41,524 DEBUG anaconda: disk free: 18.47 GiB fs free: 0 B sw needs: 2861.02 MiB auto swap: 0 B >08:52:41,902 INFO anaconda: Running Thread: AnaExecuteStorageThread (140689695037184) >08:52:41,903 DEBUG anaconda: Left spoke: StorageSpoke >08:52:42,024 DEBUG anaconda: new disk order: [] >08:52:42,072 DEBUG anaconda: new disk order: [] >08:52:43,818 DEBUG anaconda: Entered spoke: CustomPartitioningSpoke >08:52:43,867 DEBUG anaconda: stage1 device cannot be of type mdarray >08:52:43,869 DEBUG anaconda: stage1 device cannot be of type mdarray >08:52:43,871 DEBUG anaconda: stage1 device cannot be of type mdarray >08:52:43,875 DEBUG anaconda: _is_valid_disklabel(vda) returning True >08:52:43,876 DEBUG anaconda: _is_valid_size(vda) returning True >08:52:43,877 DEBUG anaconda: _is_valid_location(vda) returning True >08:52:43,877 DEBUG anaconda: _is_valid_format(vda) returning True >08:52:43,878 DEBUG anaconda: is_valid_stage1_device(vda) returning True >08:52:43,878 INFO anaconda: Thread Done: AnaExecuteStorageThread (140689695037184) >08:52:44,776 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/tmp/curl_fetch_url0/my_comps_squashfs.img (deleted)', 'boot_0', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'root_0', 'swap_0', 'vda', 'vda1', 'vda2', 'vda3', 'vdb', 'vdb1', 'vdb2', 'vdb3', 'vdc', 'vdc1', 'vdc2', 'vdc3', 'vdd', 'vdd1', 'vdd2', 'vdd3'] >08:52:44,805 DEBUG anaconda: ui: unused=[] >08:52:44,805 DEBUG anaconda: ui: new_devices=[] >08:52:45,511 DEBUG anaconda: page clicked: New Fedora 21 Installation >08:52:45,512 DEBUG anaconda: show mountpoint: New Fedora 21 Installation >08:52:45,514 DEBUG anaconda: show mountpoint: New Fedora 21 Installation >08:52:45,833 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7ff4d9e45090> >08:52:45,841 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7ff4d9e45090> status to: Saving storage configuration... >08:52:45,867 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7ff4d9e45090> >08:52:47,125 DEBUG anaconda: page clicked: Fedora Linux 21 for x86_64 >08:52:47,201 DEBUG anaconda: show mountpoint: Fedora Linux 21 for x86_64 >08:52:47,252 DEBUG anaconda: populate_right_side: existing 512.94 MiB mdarray boot_0 (10) with existing ext4 filesystem >08:52:47,623 DEBUG anaconda: updated device_disks to ['vda', 'vdb', 'vdc', 'vdd'] >08:52:47,624 DEBUG anaconda: updated device_container_name to None >08:52:47,625 DEBUG anaconda: updated device_container_raid_level to None >08:52:47,625 DEBUG anaconda: updated device_container_encrypted to False >08:52:47,626 DEBUG anaconda: updated device_container_size to 0 >08:52:47,701 DEBUG anaconda: fs type changed: ext4 >08:52:47,714 DEBUG anaconda: device_type_changed: 1 <gi.overrides.Gtk.TreeModelRow object at 0x7ff4d7e93390> >08:52:47,742 DEBUG anaconda: populate_raid: 1, raid1 >08:52:47,808 DEBUG anaconda: populate_raid: 1, raid1 >08:52:47,810 DEBUG anaconda: populate_right_side: existing 512.94 MiB mdarray boot_0 (10) with existing ext4 filesystem >08:52:48,234 DEBUG anaconda: updated device_disks to ['vda', 'vdb', 'vdc', 'vdd'] >08:52:48,236 DEBUG anaconda: updated device_container_name to None >08:52:48,238 DEBUG anaconda: updated device_container_raid_level to None >08:52:48,238 DEBUG anaconda: updated device_container_encrypted to False >08:52:48,239 DEBUG anaconda: updated device_container_size to 0 >08:52:48,378 DEBUG anaconda: populate_raid: 1, raid1 >08:52:49,861 INFO anaconda: Thread Done: AnaCheckSoftwareThread (140689584740096) >08:52:49,929 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7ff4d9d8a790> status to: Error checking software dependencies >08:52:49,937 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7ff4d9d8a790> >08:52:49,941 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7ff4d9d25ad0> >08:52:50,069 DEBUG anaconda: removing device 'existing 512.94 MiB mdarray boot_0 (10) with existing ext4 filesystem' from page Fedora Linux 21 for x86_64 >08:52:50,516 INFO anaconda: Thread Done: AnaSourceWatcher (140689703429888) >08:52:50,585 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7ff4d9d25ad0> >08:52:52,950 INFO anaconda: ui: removed device boot_0 >08:52:52,998 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/tmp/curl_fetch_url0/my_comps_squashfs.img (deleted)', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'vda', 'vdb', 'vdc', 'vdd'] >08:52:53,000 DEBUG anaconda: ui: unused=[] >08:52:53,000 DEBUG anaconda: ui: new_devices=[] >08:52:53,018 DEBUG anaconda: page clicked: New Fedora 21 Installation >08:52:53,019 DEBUG anaconda: show mountpoint: New Fedora 21 Installation >08:52:53,021 DEBUG anaconda: show mountpoint: New Fedora 21 Installation >08:52:56,021 DEBUG anaconda: running automatic partitioning >08:52:56,331 DEBUG anaconda: _is_valid_disklabel(vda) returning True >08:52:56,331 DEBUG anaconda: _is_valid_size(vda) returning True >08:52:56,332 DEBUG anaconda: _is_valid_location(vda) returning True >08:52:56,332 DEBUG anaconda: _is_valid_format(vda) returning True >08:52:56,333 DEBUG anaconda: is_valid_stage1_device(vda) returning True >08:52:58,118 DEBUG anaconda: new disk order: [] >08:52:58,289 DEBUG anaconda: _is_valid_disklabel(vda) returning True >08:52:58,290 DEBUG anaconda: _is_valid_size(vda) returning True >08:52:58,291 DEBUG anaconda: _is_valid_location(vda) returning True >08:52:58,291 DEBUG anaconda: _is_valid_format(vda) returning True >08:52:58,292 DEBUG anaconda: is_valid_stage1_device(vda) returning True >08:52:58,292 DEBUG anaconda: finished automatic partitioning >08:52:58,299 DEBUG anaconda: _is_valid_disklabel(vda) returning True >08:52:58,299 DEBUG anaconda: _is_valid_size(vda) returning True >08:52:58,300 DEBUG anaconda: _is_valid_location(vda) returning True >08:52:58,300 DEBUG anaconda: _is_valid_format(vda) returning True >08:52:58,301 DEBUG anaconda: is_valid_stage1_device(vda) returning True >08:52:58,301 DEBUG anaconda: _is_valid_disklabel(vda1) returning True >08:52:58,302 DEBUG anaconda: _is_valid_size(vda1) returning True >08:52:58,303 DEBUG anaconda: _is_valid_location(vda1) returning True >08:52:58,304 DEBUG anaconda: _is_valid_partition(vda1) returning True >08:52:58,305 DEBUG anaconda: _is_valid_format(vda1) returning True >08:52:58,306 DEBUG anaconda: is_valid_stage2_device(vda1) returning True >08:52:58,309 DEBUG anaconda: refreshing ui >08:52:58,321 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/tmp/curl_fetch_url0/my_comps_squashfs.img (deleted)', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'vda', 'vda1', 'vda2', 'vdb', 'vdb1', 'vdc', 'vdd'] >08:52:58,323 DEBUG anaconda: ui: unused=[] >08:52:58,324 DEBUG anaconda: ui: new_devices=['vda1', 'vda2', 'vdb1'] >08:52:58,403 DEBUG anaconda: page clicked: New Fedora 21 Installation >08:52:58,404 DEBUG anaconda: show mountpoint: New Fedora 21 Installation >08:52:58,405 DEBUG anaconda: populate_right_side: non-existent 500 MiB partition vda1 (314) with non-existent ext4 filesystem mounted at /boot >08:52:58,449 DEBUG anaconda: updated device_disks to ['vda', 'vdb', 'vdc', 'vdd'] >08:52:58,450 DEBUG anaconda: updated device_container_name to None >08:52:58,451 DEBUG anaconda: updated device_container_raid_level to None >08:52:58,451 DEBUG anaconda: updated device_container_encrypted to False >08:52:58,452 DEBUG anaconda: updated device_container_size to 0 >08:52:58,467 DEBUG anaconda: device_type_changed: 2 <gi.overrides.Gtk.TreeModelRow object at 0x7ff4d7e94950> >08:52:58,470 DEBUG anaconda: populate_raid: 2, None >08:52:58,473 DEBUG anaconda: populate_raid: 2, None >08:52:58,474 DEBUG anaconda: populate_right_side: non-existent 500 MiB partition vda1 (314) with non-existent ext4 filesystem mounted at /boot >08:52:58,519 DEBUG anaconda: updated device_disks to ['vda', 'vdb', 'vdc', 'vdd'] >08:52:58,520 DEBUG anaconda: updated device_container_name to None >08:52:58,520 DEBUG anaconda: updated device_container_raid_level to None >08:52:58,521 DEBUG anaconda: updated device_container_encrypted to False >08:52:58,521 DEBUG anaconda: updated device_container_size to 0 >08:52:58,535 DEBUG anaconda: populate_raid: 2, None >08:52:58,539 DEBUG anaconda: show mountpoint: New Fedora 21 Installation >08:52:58,539 DEBUG anaconda: finished refreshing ui >08:52:58,540 DEBUG anaconda: updating space display >08:52:58,570 DEBUG anaconda: finished updating space display >08:52:59,797 DEBUG anaconda: removing device 'non-existent 500 MiB partition vda1 (314) with non-existent ext4 filesystem mounted at /boot' from page New Fedora 21 Installation >08:52:59,874 DEBUG anaconda: running handleException >08:52:59,896 DEBUG anaconda: Traceback (most recent call last): > > File "/tmp/updates/pyanaconda/ui/gui/spokes/custom.py", line 1783, in on_remove_clicked > self._destroy_device(device) > > File "/tmp/updates/pyanaconda/ui/gui/spokes/custom.py", line 120, in decorated > return func(*args, **kwargs) > > File "/tmp/updates/pyanaconda/ui/gui/spokes/custom.py", line 1678, in _destroy_device > self._storage_playground.destroyDevice(device) > > File "/tmp/updates/blivet/__init__.py", line 1297, in destroyDevice > self.devicetree.registerAction(action) > > File "/tmp/updates/blivet/devicetree.py", line 489, in registerAction > self._removeDevice(action.device) > > File "/tmp/updates/blivet/devicetree.py", line 431, in _removeDevice > dev.disk.format.removePartition(dev.partedPartition) > > File "/tmp/updates/blivet/formats/disklabel.py", line 328, in removePartition > self.partedDisk.removePartition(partition) > > File "/usr/lib64/python2.7/site-packages/parted/decorators.py", line 41, in new > ret = fn(*args, **kwds) > > File "/usr/lib64/python2.7/site-packages/parted/disk.py", line 269, in removePartition > if self.__disk.remove_partition(partition.getPedPartition()): > >PartitionException: Partition is not part of the disk it is being removed from > >08:52:59,899 DEBUG anaconda: Gtk running, queuing exception handler to the main loop > > >/tmp/packaging.log: >12:48:12,891 INFO packaging: configuring base repo >12:48:13,055 INFO_2 yum.verbose.YumPlugins: Loaded plugins: fastestmirror, langpacks >12:48:13,055 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >12:48:13,056 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >12:48:13,057 DEBUG yum.verbose.plugin: Adding en_US to language list >12:48:13,064 DEBUG yum.verbose.YumBase: Config time: 0.055 >12:48:13,130 INFO_2 yum.verbose.YumPlugins: Loaded plugins: fastestmirror, langpacks >12:48:13,130 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >12:48:13,131 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >12:48:13,131 DEBUG yum.verbose.plugin: Adding en_US to language list >12:48:13,136 DEBUG yum.verbose.YumBase: Config time: 0.015 >12:48:13,198 INFO packaging: adding yum repo, name: anaconda, baseurl: http://cobra02/trees/rawhide/x86_64/os/, mirrorlist: None >12:48:13,344 INFO packaging: gathering repo metadata >12:48:13,350 INFO packaging: skipping disabled repo fedora >12:48:13,352 INFO packaging: gathering repo metadata for anaconda >12:48:13,808 INFO packaging: skipping disabled repo updates-testing >12:48:13,810 INFO packaging: skipping disabled repo rawhide >12:48:13,812 INFO packaging: skipping disabled repo updates >12:48:13,812 INFO packaging: Refreshing environmentAddons >12:48:13,814 DEBUG yum.verbose.YumBase: Setting up Package Sacks >12:48:13,815 INFO_2 yum.verbose.plugin: Determining fastest mirrors >12:48:24,899 DEBUG yum.verbose.YumBase: pkgsack time: 11.084 >12:48:25,223 DEBUG yum.verbose.YumBase: group time: 11.408 >12:48:50,390 INFO packaging: metadata retrieval complete >08:52:16,792 INFO packaging: checking software selection >08:52:16,810 DEBUG yum.verbose.YumBase: Setting up Package Sacks >08:52:22,079 DEBUG yum.verbose.YumBase: pkgsack time: 5.269 >08:52:22,948 DEBUG yum.verbose.YumBase: group time: 6.138 >08:52:22,951 DEBUG yum.verbose.YumBase: rpmdb time: 0.000 >08:52:25,416 DEBUG yum.verbose.YumBase: Obs Init time: 2.436 >08:52:25,852 DEBUG yum.verbose.YumBase: No package named ppc64-utils available to be installed >08:52:26,456 DEBUG yum.verbose.YumBase: No package named polkit-js-engine available to be installed >08:52:27,688 DEBUG yum.verbose.YumBase: No package named xorg-x11-drv-geode available to be installed >08:52:27,692 DEBUG yum.verbose.YumBase: No package named xorg-x11-drv-omap available to be installed >08:52:28,458 DEBUG yum.verbose.YumBase: No package named ql23xx-firmware available to be installed >08:52:28,499 DEBUG yum.verbose.YumBase: No package named ql2200-firmware available to be installed >08:52:28,542 DEBUG yum.verbose.YumBase: No package named ql2100-firmware available to be installed >08:52:28,905 DEBUG yum.verbose.YumBase: No package named foomatic-filters available to be installed >08:52:29,295 DEBUG yum.verbose.YumBase: No package named PackageKit-yum-plugin available to be installed >08:52:29,729 DEBUG yum.verbose.YumBase: Checking for virtual provide or file-provide for kernel-PAE >08:52:29,731 INFO packaging: no kernel-PAE package >08:52:29,735 INFO packaging: selected kernel >08:52:29,739 INFO packaging: checking dependencies >08:52:30,213 DEBUG yum.verbose.YumBase: Building updates object >08:52:33,036 DEBUG yum.verbose.YumBase: up:simple updates time: 0.902 >08:52:33,053 DEBUG yum.verbose.YumBase: up:obs time: 0.017 >08:52:33,054 DEBUG yum.verbose.YumBase: up:condense time: 0.000 >08:52:33,055 DEBUG yum.verbose.YumBase: updates time: 2.841 >08:52:33,074 DEBUG yum.verbose.YumBase: TSINFO: Marking glib2-2.40.0-1.fc21.x86_64 as install for ModemManager-1.2.0-1.fc21.x86_64 >08:52:33,080 DEBUG yum.verbose.YumBase: TSINFO: Marking libqmi-1.8.0-1.fc21.x86_64 as install for ModemManager-1.2.0-1.fc21.x86_64 >08:52:33,086 DEBUG yum.verbose.YumBase: TSINFO: Marking ModemManager-glib-1.2.0-1.fc21.x86_64 as install for ModemManager-1.2.0-1.fc21.x86_64 >08:52:33,092 DEBUG yum.verbose.YumBase: TSINFO: Marking libmbim-1.8.0-1.fc21.x86_64 as install for ModemManager-1.2.0-1.fc21.x86_64 >08:52:33,098 DEBUG yum.verbose.YumBase: TSINFO: Marking libgudev1-212-4.fc21.x86_64 as install for ModemManager-1.2.0-1.fc21.x86_64 >08:52:33,101 DEBUG yum.verbose.YumBase: Quick matched glib2-2.40.0-1.fc21.x86_64 to require for libgmodule-2.0.so.0()(64bit) >08:52:33,102 DEBUG yum.verbose.YumBase: Quick matched glib2-2.40.0-1.fc21.x86_64 to require for libglib-2.0.so.0()(64bit) >08:52:33,103 DEBUG yum.verbose.YumBase: Quick matched glib2-2.40.0-1.fc21.x86_64 to require for libgio-2.0.so.0()(64bit) >08:52:33,123 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:NetworkManager-glib-0.9.9.1-5.git20140319.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >08:52:33,128 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:wpa_supplicant-2.0-8.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >08:52:33,138 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl3-3.2.24-2.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >08:52:33,145 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-glib-0.100.2-2.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >08:52:33,153 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-libs-212-4.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >08:52:33,157 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.24-2.fc21.x86_64 to require for libnl-genl-3.so.200(libnl_3)(64bit) >08:52:33,157 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.24-2.fc21.x86_64 to require for libnl-3.so.200(libnl_3)(64bit) >08:52:33,162 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcc-4.9.0-3.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >08:52:33,163 DEBUG yum.verbose.YumBase: Quick matched libgcc-4.9.0-3.fc21.x86_64 to require for libgcc_s.so.1(GCC_3.0)(64bit) >08:52:33,183 DEBUG yum.verbose.YumBase: TSINFO: Marking iptables-1.4.21-8.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >08:52:33,188 DEBUG yum.verbose.YumBase: TSINFO: Marking dnsmasq-2.70-1.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >08:52:33,192 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-autoipd-0.6.31-25.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >08:52:33,198 DEBUG yum.verbose.YumBase: TSINFO: Marking libuuid-2.24.2-4.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >08:52:33,204 DEBUG yum.verbose.YumBase: TSINFO: Marking teamd-1.10-1.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >08:52:33,213 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-3.16.1-2.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >08:52:33,221 DEBUG yum.verbose.YumBase: TSINFO: Marking libsoup-2.46.0-2.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >08:52:33,227 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-0.112-3.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >08:52:33,234 DEBUG yum.verbose.YumBase: TSINFO: Marking nspr-4.10.5-1.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >08:52:33,235 DEBUG yum.verbose.YumBase: Quick matched nspr-4.10.5-1.fc21.x86_64 to require for libplc4.so()(64bit) >08:52:33,239 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-util-3.16.1-1.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >08:52:33,243 DEBUG yum.verbose.YumBase: Quick matched 1:NetworkManager-glib-0.9.9.1-5.git20140319.fc21.x86_64 to require for libnm-glib.so.4()(64bit) >08:52:33,244 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.24-2.fc21.x86_64 to require for libnl-genl-3.so.200()(64bit) >08:52:33,245 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.24-2.fc21.x86_64 to require for libnl-3.so.200()(64bit) >08:52:33,248 DEBUG yum.verbose.YumBase: TSINFO: Marking libndp-1.2-1.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >08:52:33,254 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dbus-libs-1.6.18-3.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >08:52:33,264 DEBUG yum.verbose.YumBase: TSINFO: Marking shared-mime-info-1.3-1.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-2.fc21.x86_64 >08:52:33,267 DEBUG yum.verbose.YumBase: TSINFO: Marking xl2tpd-1.3.6-1.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-2.fc21.x86_64 >08:52:33,271 DEBUG yum.verbose.YumBase: TSINFO: Marking pptp-1.8.0-1.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-2.fc21.x86_64 >08:52:33,274 DEBUG yum.verbose.YumBase: TSINFO: Marking libreswan-3.8-1.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-2.fc21.x86_64 >08:52:33,279 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-keyring-3.12.0-1.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-2.fc21.x86_64 >08:52:33,285 DEBUG yum.verbose.YumBase: TSINFO: Marking pango-1.36.3-1.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-2.fc21.x86_64 >08:52:33,287 DEBUG yum.verbose.YumBase: Quick matched pango-1.36.3-1.fc21.x86_64 to require for libpango-1.0.so.0()(64bit) >08:52:33,291 DEBUG yum.verbose.YumBase: TSINFO: Marking gtk3-3.13.1-2.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-2.fc21.x86_64 >08:52:33,301 DEBUG yum.verbose.YumBase: TSINFO: Marking libgnome-keyring-3.12.0-1.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-2.fc21.x86_64 >08:52:33,307 DEBUG yum.verbose.YumBase: TSINFO: Marking gdk-pixbuf2-2.30.7-1.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-2.fc21.x86_64 >08:52:33,313 DEBUG yum.verbose.YumBase: TSINFO: Marking cairo-1.13.1-0.1.git337ab1f.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-2.fc21.x86_64 >08:52:33,319 DEBUG yum.verbose.YumBase: TSINFO: Marking cairo-gobject-1.13.1-0.1.git337ab1f.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-2.fc21.x86_64 >08:52:33,324 DEBUG yum.verbose.YumBase: TSINFO: Marking atk-2.13.1-1.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-2.fc21.x86_64 >08:52:33,339 DEBUG yum.verbose.YumBase: TSINFO: Marking openconnect-5.99-1.fc21.x86_64 as install for NetworkManager-openconnect-0.9.8.4-2.fc21.x86_64 >08:52:33,347 DEBUG yum.verbose.YumBase: TSINFO: Marking libxml2-2.9.1-2.fc21.x86_64 as install for NetworkManager-openconnect-0.9.8.4-2.fc21.x86_64 >08:52:33,349 DEBUG yum.verbose.YumBase: Quick matched libxml2-2.9.1-2.fc21.x86_64 to require for libxml2.so.2(LIBXML2_2.4.30)(64bit) >08:52:33,357 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:NetworkManager-openvpn-0.9.9.0-0.1.git20140128.fc21.x86_64 as install for 1:NetworkManager-openvpn-gnome-0.9.9.0-0.1.git20140128.fc21.x86_64 >08:52:33,366 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:NetworkManager-pptp-0.9.8.2-4.fc21.x86_64 as install for 1:NetworkManager-pptp-gnome-0.9.8.2-4.fc21.x86_64 >08:52:33,376 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:NetworkManager-vpnc-0.9.9.0-4.git20140428.fc21.x86_64 as install for 1:NetworkManager-vpnc-gnome-0.9.9.0-4.git20140428.fc21.x86_64 >08:52:33,385 DEBUG yum.verbose.YumBase: TSINFO: Marking PackageKit-glib-0.9.2-2.fc21.x86_64 as install for PackageKit-command-not-found-0.9.2-2.fc21.x86_64 >08:52:33,390 DEBUG yum.verbose.YumBase: TSINFO: Marking sqlite-3.8.4.3-1.fc21.x86_64 as install for PackageKit-command-not-found-0.9.2-2.fc21.x86_64 >08:52:33,398 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer1-1.2.4-1.fc21.x86_64 as install for PackageKit-gstreamer-plugin-0.9.2-2.fc21.x86_64 >08:52:33,440 DEBUG yum.verbose.YumBase: TSINFO: Marking gtk2-2.24.22-2.fc21.x86_64 as install for PackageKit-gtk3-module-0.9.2-2.fc21.x86_64 >08:52:33,447 DEBUG yum.verbose.YumBase: Quick matched gtk2-2.24.22-2.fc21.x86_64 to require for libgdk-x11-2.0.so.0()(64bit) >08:52:33,451 DEBUG yum.verbose.YumBase: TSINFO: Marking freetype-2.5.3-5.fc21.x86_64 as install for PackageKit-gtk3-module-0.9.2-2.fc21.x86_64 >08:52:33,456 DEBUG yum.verbose.YumBase: TSINFO: Marking fontconfig-2.11.1-2.fc21.x86_64 as install for PackageKit-gtk3-module-0.9.2-2.fc21.x86_64 >08:52:33,460 DEBUG yum.verbose.YumBase: TSINFO: Marking fontpackages-filesystem-1.44-9.fc20.noarch as install for abattis-cantarell-fonts-0.0.15-1.fc21.noarch >08:52:33,466 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-2.2.1-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >08:52:33,470 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-ureport-2.2.2-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >08:52:33,473 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-logger-2.2.2-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >08:52:33,476 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-bugzilla-2.2.2-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >08:52:33,480 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-fedora-2.2.2-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >08:52:33,483 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-tui-2.2.1-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >08:52:33,486 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-retrace-client-2.2.1-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >08:52:33,489 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-plugin-bodhi-2.2.1-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >08:52:33,491 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-xorg-2.2.1-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >08:52:33,494 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-vmcore-2.2.1-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >08:52:33,497 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-python3-2.2.1-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >08:52:33,500 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-python-2.2.1-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >08:52:33,502 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-pstoreoops-2.2.1-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >08:52:33,506 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-kerneloops-2.2.1-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >08:52:33,509 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-ccpp-2.2.1-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >08:52:33,517 DEBUG yum.verbose.YumBase: TSINFO: Marking gdb-7.7.1-12.fc21.x86_64 as install for abrt-desktop-2.2.1-3.fc21.x86_64 >08:52:33,521 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-abrt-0.3.6-1.fc21.x86_64 as install for abrt-desktop-2.2.1-3.fc21.x86_64 >08:52:33,524 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-0.158-3.fc21.x86_64 as install for abrt-desktop-2.2.1-3.fc21.x86_64 >08:52:33,528 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-gui-2.2.1-3.fc21.x86_64 as install for abrt-desktop-2.2.1-3.fc21.x86_64 >08:52:33,535 DEBUG yum.verbose.YumBase: TSINFO: Marking satyr-0.13-3.fc21.x86_64 as install for abrt-java-connector-1.0.10-2.fc21.x86_64 >08:52:33,539 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-libs-4.11.2-10.fc21.x86_64 as install for abrt-java-connector-1.0.10-2.fc21.x86_64 >08:52:33,541 DEBUG yum.verbose.YumBase: Quick matched rpm-libs-4.11.2-10.fc21.x86_64 to require for librpm.so.3()(64bit) >08:52:33,544 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-2.2.2-3.fc21.x86_64 as install for abrt-java-connector-1.0.10-2.fc21.x86_64 >08:52:33,550 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-libs-2.2.1-3.fc21.x86_64 as install for abrt-java-connector-1.0.10-2.fc21.x86_64 >08:52:33,559 DEBUG yum.verbose.YumBase: TSINFO: Marking libacl-2.2.52-4.fc21.x86_64 as install for acl-2.2.52-4.fc21.x86_64 >08:52:33,560 DEBUG yum.verbose.YumBase: Quick matched libacl-2.2.52-4.fc21.x86_64 to require for libacl.so.1(ACL_1.0)(64bit) >08:52:33,564 DEBUG yum.verbose.YumBase: TSINFO: Marking libattr-2.4.47-6.fc21.x86_64 as install for acl-2.2.52-4.fc21.x86_64 >08:52:33,577 DEBUG yum.verbose.YumBase: TSINFO: Marking 5:guile-2.0.11-1.fc21.x86_64 as install for 1:aisleriot-3.12.0-1.fc21.x86_64 >08:52:33,585 DEBUG yum.verbose.YumBase: TSINFO: Marking GConf2-3.2.6-7.fc20.x86_64 as install for 1:aisleriot-3.12.0-1.fc21.x86_64 >08:52:33,587 DEBUG yum.verbose.YumBase: Quick matched GConf2-3.2.6-7.fc20.x86_64 to require for GConf2 >08:52:33,592 DEBUG yum.verbose.YumBase: TSINFO: Marking gc-7.4.0-1.fc21.x86_64 as install for 1:aisleriot-3.12.0-1.fc21.x86_64 >08:52:33,598 DEBUG yum.verbose.YumBase: TSINFO: Marking libcanberra-0.30-4.fc20.x86_64 as install for 1:aisleriot-3.12.0-1.fc21.x86_64 >08:52:33,604 DEBUG yum.verbose.YumBase: TSINFO: Marking libX11-1.6.1-1.fc21.x86_64 as install for 1:aisleriot-3.12.0-1.fc21.x86_64 >08:52:33,608 DEBUG yum.verbose.YumBase: TSINFO: Marking alsa-tools-firmware-1.0.27-3.fc21.x86_64 as install for alsa-firmware-1.0.27-2.fc20.noarch >08:52:33,616 DEBUG yum.verbose.YumBase: TSINFO: Marking pulseaudio-libs-5.0-4.fc21.x86_64 as install for alsa-plugins-pulseaudio-1.0.27-2.fc20.x86_64 >08:52:33,712 DEBUG yum.verbose.YumBase: TSINFO: Marking alsa-lib-1.0.27.2-2.fc21.x86_64 as install for alsa-plugins-pulseaudio-1.0.27-2.fc20.x86_64 >08:52:33,715 DEBUG yum.verbose.YumBase: Quick matched alsa-lib-1.0.27.2-2.fc21.x86_64 to require for libasound.so.2(ALSA_0.9)(64bit) >08:52:33,730 DEBUG yum.verbose.YumBase: TSINFO: Marking libsamplerate-0.1.8-5.fc21.x86_64 as install for alsa-utils-1.0.27.2-5.fc21.x86_64 >08:52:33,732 DEBUG yum.verbose.YumBase: Quick matched libsamplerate-0.1.8-5.fc21.x86_64 to require for libsamplerate.so.0(libsamplerate.so.0.0)(64bit) >08:52:33,737 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-libs-5.9-13.20140323.fc21.x86_64 as install for alsa-utils-1.0.27.2-5.fc21.x86_64 >08:52:33,740 DEBUG yum.verbose.YumBase: Quick matched ncurses-libs-5.9-13.20140323.fc21.x86_64 to require for libncursesw.so.5()(64bit) >08:52:33,741 DEBUG yum.verbose.YumBase: Quick matched ncurses-libs-5.9-13.20140323.fc21.x86_64 to require for libmenuw.so.5()(64bit) >08:52:33,741 DEBUG yum.verbose.YumBase: Quick matched ncurses-libs-5.9-13.20140323.fc21.x86_64 to require for libformw.so.5()(64bit) >08:52:33,750 DEBUG yum.verbose.YumBase: TSINFO: Marking pam-1.1.8-10.fc21.x86_64 as install for at-3.1.14-2.fc21.x86_64 >08:52:33,756 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-2.2.2-8.fc21.x86_64 as install for at-3.1.14-2.fc21.x86_64 >08:52:33,759 DEBUG yum.verbose.YumBase: Quick matched pam-1.1.8-10.fc21.x86_64 to require for libpam.so.0()(64bit) >08:52:33,771 DEBUG yum.verbose.YumBase: TSINFO: Marking libXtst-1.2.2-2.fc21.x86_64 as install for at-spi2-core-2.13.1-1.fc21.x86_64 >08:52:33,776 DEBUG yum.verbose.YumBase: TSINFO: Marking libXext-1.3.2-2.fc21.x86_64 as install for at-spi2-core-2.13.1-1.fc21.x86_64 >08:52:33,781 DEBUG yum.verbose.YumBase: TSINFO: Marking libXevie-1.0.3-7.fc21.x86_64 as install for at-spi2-core-2.13.1-1.fc21.x86_64 >08:52:33,800 DEBUG yum.verbose.YumBase: TSINFO: Marking audit-libs-2.3.6-1.fc21.x86_64 as install for audit-2.3.6-1.fc21.x86_64 >08:52:33,807 DEBUG yum.verbose.YumBase: TSINFO: Marking krb5-libs-1.12.1-6.fc21.x86_64 as install for audit-2.3.6-1.fc21.x86_64 >08:52:33,810 DEBUG yum.verbose.YumBase: Quick matched krb5-libs-1.12.1-6.fc21.x86_64 to require for libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit) >08:52:33,812 DEBUG yum.verbose.YumBase: TSINFO: Marking chkconfig-1.3.61-1.fc21.x86_64 as install for audit-2.3.6-1.fc21.x86_64 >08:52:33,817 DEBUG yum.verbose.YumBase: TSINFO: Marking tcp_wrappers-libs-7.6-76.fc21.x86_64 as install for audit-2.3.6-1.fc21.x86_64 >08:52:33,820 DEBUG yum.verbose.YumBase: Quick matched krb5-libs-1.12.1-6.fc21.x86_64 to require for libgssapi_krb5.so.2()(64bit) >08:52:33,821 DEBUG yum.verbose.YumBase: Quick matched audit-libs-2.3.6-1.fc21.x86_64 to require for libaudit.so.1()(64bit) >08:52:33,836 DEBUG yum.verbose.YumBase: TSINFO: Marking python-2.7.6-7.fc21.x86_64 as install for authconfig-6.2.8-7.fc21.x86_64 >08:52:33,846 DEBUG yum.verbose.YumBase: TSINFO: Marking libpwquality-1.2.3-2.fc21.x86_64 as install for authconfig-6.2.8-7.fc21.x86_64 >08:52:33,851 DEBUG yum.verbose.YumBase: TSINFO: Marking newt-python-0.52.17-1.fc21.x86_64 as install for authconfig-6.2.8-7.fc21.x86_64 >08:52:33,856 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:openssl-1.0.1g-1.fc21.x86_64 as install for authconfig-6.2.8-7.fc21.x86_64 >08:52:33,870 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-libs-0.6.31-25.fc21.x86_64 as install for avahi-0.6.31-25.fc21.x86_64 >08:52:33,877 DEBUG yum.verbose.YumBase: TSINFO: Marking libdaemon-0.14-6.fc21.x86_64 as install for avahi-0.6.31-25.fc21.x86_64 >08:52:33,885 DEBUG yum.verbose.YumBase: TSINFO: Marking expat-2.1.0-7.fc21.x86_64 as install for avahi-0.6.31-25.fc21.x86_64 >08:52:33,888 DEBUG yum.verbose.YumBase: TSINFO: Marking glibc-common-2.19.90-12.fc21.x86_64 as install for avahi-0.6.31-25.fc21.x86_64 >08:52:33,894 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-2.24-4.fc21.x86_64 as install for avahi-0.6.31-25.fc21.x86_64 >08:52:33,899 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-17-1.fc21.x86_64 as install for b43-openfwwf-5.2-10.fc20.noarch >08:52:33,912 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:pkgconfig-0.28-3.fc21.x86_64 as install for 1:bash-completion-2.1-4.fc21.noarch >08:52:33,916 DEBUG yum.verbose.YumBase: TSINFO: Marking info-5.2-2.fc21.x86_64 as install for bc-1.06.95-11.fc21.x86_64 >08:52:33,920 DEBUG yum.verbose.YumBase: TSINFO: Marking readline-6.2-8.fc21.x86_64 as install for bc-1.06.95-11.fc21.x86_64 >08:52:33,934 DEBUG yum.verbose.YumBase: TSINFO: Marking zeitgeist-libs-0.9.14-2.fc21.x86_64 as install for bijiben-3.13.1-1.fc21.x86_64 >08:52:33,938 DEBUG yum.verbose.YumBase: TSINFO: Marking webkitgtk3-2.4.2-1.fc21.x86_64 as install for bijiben-3.13.1-1.fc21.x86_64 >08:52:33,944 DEBUG yum.verbose.YumBase: TSINFO: Marking tracker-1.0.1-1.fc21.x86_64 as install for bijiben-3.13.1-1.fc21.x86_64 >08:52:33,950 DEBUG yum.verbose.YumBase: TSINFO: Marking libsecret-0.18-1.fc21.x86_64 as install for bijiben-3.13.1-1.fc21.x86_64 >08:52:33,954 DEBUG yum.verbose.YumBase: TSINFO: Marking libical-1.0-4.fc21.x86_64 as install for bijiben-3.13.1-1.fc21.x86_64 >08:52:33,955 DEBUG yum.verbose.YumBase: Quick matched libical-1.0-4.fc21.x86_64 to require for libicalss.so.1()(64bit) >08:52:33,956 DEBUG yum.verbose.YumBase: Quick matched libical-1.0-4.fc21.x86_64 to require for libical.so.1()(64bit) >08:52:33,959 DEBUG yum.verbose.YumBase: TSINFO: Marking gtkhtml3-4.8.1-1.fc21.x86_64 as install for bijiben-3.13.1-1.fc21.x86_64 >08:52:33,961 DEBUG yum.verbose.YumBase: Quick matched gtkhtml3-4.8.1-1.fc21.x86_64 to require for libgtkhtml-4.0.so.0()(64bit) >08:52:33,964 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-online-accounts-3.13.1-1.fc21.x86_64 as install for bijiben-3.13.1-1.fc21.x86_64 >08:52:33,972 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:enchant-1.6.0-7.fc21.x86_64 as install for bijiben-3.13.1-1.fc21.x86_64 >08:52:33,978 DEBUG yum.verbose.YumBase: TSINFO: Marking evolution-data-server-3.12.2-1.fc21.x86_64 as install for bijiben-3.13.1-1.fc21.x86_64 >08:52:33,983 DEBUG yum.verbose.YumBase: Quick matched evolution-data-server-3.12.2-1.fc21.x86_64 to require for libecal-1.2.so.16()(64bit) >08:52:33,984 DEBUG yum.verbose.YumBase: Quick matched evolution-data-server-3.12.2-1.fc21.x86_64 to require for libebackend-1.2.so.7()(64bit) >08:52:33,984 DEBUG yum.verbose.YumBase: Quick matched evolution-data-server-3.12.2-1.fc21.x86_64 to require for libcamel-1.2.so.49()(64bit) >08:52:33,992 DEBUG yum.verbose.YumBase: TSINFO: Marking libidn-1.28-2.fc21.x86_64 as install for 32:bind-utils-9.9.5-3.fc21.x86_64 >08:52:33,996 DEBUG yum.verbose.YumBase: TSINFO: Marking zlib-1.2.8-4.fc21.x86_64 as install for 32:bind-utils-9.9.5-3.fc21.x86_64 >08:52:34,000 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-libs-9.9.5-3.fc21.x86_64 as install for 32:bind-utils-9.9.5-3.fc21.x86_64 >08:52:34,001 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-9.9.5-3.fc21.x86_64 to require for libisccfg.so.90()(64bit) >08:52:34,002 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-9.9.5-3.fc21.x86_64 to require for libisccc.so.90()(64bit) >08:52:34,002 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-9.9.5-3.fc21.x86_64 to require for libisc.so.95()(64bit) >08:52:34,006 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:openssl-libs-1.0.1g-1.fc21.x86_64 as install for 32:bind-utils-9.9.5-3.fc21.x86_64 >08:52:34,010 DEBUG yum.verbose.YumBase: TSINFO: Marking libcom_err-1.42.9-2.fc21.x86_64 as install for 32:bind-utils-9.9.5-3.fc21.x86_64 >08:52:34,014 DEBUG yum.verbose.YumBase: TSINFO: Marking pciutils-libs-3.2.1-2.fc21.x86_64 as install for biosdevname-0.5.0-2.fc21.x86_64 >08:52:34,015 DEBUG yum.verbose.YumBase: Quick matched pciutils-libs-3.2.1-2.fc21.x86_64 to require for libpci.so.3()(64bit) >08:52:34,018 DEBUG yum.verbose.YumBase: TSINFO: Marking bluez-5.18-1.fc21.x86_64 as install for bluez-cups-5.18-1.fc21.x86_64 >08:52:34,030 DEBUG yum.verbose.YumBase: TSINFO: Marking genisoimage-1.1.11-22.fc20.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >08:52:34,034 DEBUG yum.verbose.YumBase: TSINFO: Marking libisofs-1.3.6-1.fc21.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >08:52:34,037 DEBUG yum.verbose.YumBase: TSINFO: Marking libburn-1.3.6-1.fc21.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >08:52:34,040 DEBUG yum.verbose.YumBase: TSINFO: Marking dvd+rw-tools-7.1-14.fc20.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >08:52:34,043 DEBUG yum.verbose.YumBase: TSINFO: Marking wodim-1.1.11-22.fc20.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >08:52:34,047 DEBUG yum.verbose.YumBase: TSINFO: Marking cdrdao-1.2.3-21.fc21.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >08:52:34,051 DEBUG yum.verbose.YumBase: TSINFO: Marking icedax-1.1.11-22.fc20.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >08:52:34,057 DEBUG yum.verbose.YumBase: TSINFO: Marking totem-pl-parser-3.10.2-1.fc21.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >08:52:34,068 DEBUG yum.verbose.YumBase: TSINFO: Marking libnotify-0.7.6-1.fc21.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >08:52:34,078 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer1-plugins-base-1.2.3-1.fc21.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >08:52:34,082 DEBUG yum.verbose.YumBase: Quick matched gstreamer1-plugins-base-1.2.3-1.fc21.x86_64 to require for libgsttag-1.0.so.0()(64bit) >08:52:34,083 DEBUG yum.verbose.YumBase: Quick matched gstreamer1-plugins-base-1.2.3-1.fc21.x86_64 to require for libgstpbutils-1.0.so.0()(64bit) >08:52:34,088 DEBUG yum.verbose.YumBase: TSINFO: Marking brasero-libs-3.11.3-3.fc21.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >08:52:34,089 DEBUG yum.verbose.YumBase: Quick matched brasero-libs-3.11.3-3.fc21.x86_64 to require for libbrasero-media3.so.1()(64bit) >08:52:34,090 DEBUG yum.verbose.YumBase: Quick matched brasero-libs-3.11.3-3.fc21.x86_64 to require for libbrasero-burn3.so.1()(64bit) >08:52:34,094 DEBUG yum.verbose.YumBase: TSINFO: Marking libSM-1.2.1-6.fc21.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >08:52:34,099 DEBUG yum.verbose.YumBase: TSINFO: Marking libICE-1.0.8-6.fc21.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >08:52:34,108 DEBUG yum.verbose.YumBase: TSINFO: Marking nautilus-extensions-3.13.1-1.fc21.x86_64 as install for brasero-nautilus-3.11.3-3.fc21.x86_64 >08:52:34,118 DEBUG yum.verbose.YumBase: TSINFO: Marking libblkid-2.24.2-4.fc21.x86_64 as install for btrfs-progs-3.14.1-1.fc21.x86_64 >08:52:34,120 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.24.2-4.fc21.x86_64 to require for libblkid.so.1(BLKID_2.15)(64bit) >08:52:34,121 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.24.2-4.fc21.x86_64 to require for libblkid.so.1(BLKID_1.0)(64bit) >08:52:34,124 DEBUG yum.verbose.YumBase: TSINFO: Marking lzo-2.06-5.fc21.x86_64 as install for btrfs-progs-3.14.1-1.fc21.x86_64 >08:52:34,129 DEBUG yum.verbose.YumBase: TSINFO: Marking e2fsprogs-libs-1.42.9-2.fc21.x86_64 as install for btrfs-progs-3.14.1-1.fc21.x86_64 >08:52:34,135 DEBUG yum.verbose.YumBase: TSINFO: Marking bzip2-libs-1.0.6-11.fc21.x86_64 as install for bzip2-1.0.6-11.fc21.x86_64 >08:52:34,147 DEBUG yum.verbose.YumBase: TSINFO: Marking python-caribou-0.4.13-4.fc21.noarch as install for caribou-0.4.13-4.fc21.x86_64 >08:52:34,177 DEBUG yum.verbose.YumBase: TSINFO: Marking gobject-introspection-1.40.0-2.fc21.x86_64 as install for caribou-0.4.13-4.fc21.x86_64 >08:52:34,184 DEBUG yum.verbose.YumBase: TSINFO: Marking libxklavier-5.4-1.fc21.x86_64 as install for caribou-0.4.13-4.fc21.x86_64 >08:52:34,196 DEBUG yum.verbose.YumBase: TSINFO: Marking libxkbcommon-0.4.0-1.fc21.x86_64 as install for caribou-0.4.13-4.fc21.x86_64 >08:52:34,202 DEBUG yum.verbose.YumBase: TSINFO: Marking libwayland-server-1.4.93-1.fc21.x86_64 as install for caribou-0.4.13-4.fc21.x86_64 >08:52:34,213 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libwayland-egl-10.2-0.4.rc2.20140510.fc21.x86_64 as install for caribou-0.4.13-4.fc21.x86_64 >08:52:34,220 DEBUG yum.verbose.YumBase: TSINFO: Marking libwayland-cursor-1.4.93-1.fc21.x86_64 as install for caribou-0.4.13-4.fc21.x86_64 >08:52:34,230 DEBUG yum.verbose.YumBase: TSINFO: Marking libwayland-client-1.4.93-1.fc21.x86_64 as install for caribou-0.4.13-4.fc21.x86_64 >08:52:34,236 DEBUG yum.verbose.YumBase: TSINFO: Marking json-glib-1.0.0-1.fc21.x86_64 as install for caribou-0.4.13-4.fc21.x86_64 >08:52:34,242 DEBUG yum.verbose.YumBase: TSINFO: Marking libgee-0.14.0-1.fc21.x86_64 as install for caribou-0.4.13-4.fc21.x86_64 >08:52:34,251 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libgbm-10.2-0.4.rc2.20140510.fc21.x86_64 as install for caribou-0.4.13-4.fc21.x86_64 >08:52:34,258 DEBUG yum.verbose.YumBase: TSINFO: Marking libevdev-1.2-5.fc21.x86_64 as install for caribou-0.4.13-4.fc21.x86_64 >08:52:34,264 DEBUG yum.verbose.YumBase: TSINFO: Marking libdrm-2.4.54-1.fc21.x86_64 as install for caribou-0.4.13-4.fc21.x86_64 >08:52:34,270 DEBUG yum.verbose.YumBase: TSINFO: Marking cogl-1.18.0-2.fc21.x86_64 as install for caribou-0.4.13-4.fc21.x86_64 >08:52:34,273 DEBUG yum.verbose.YumBase: Quick matched cogl-1.18.0-2.fc21.x86_64 to require for libcogl-path.so.20()(64bit) >08:52:34,274 DEBUG yum.verbose.YumBase: Quick matched cogl-1.18.0-2.fc21.x86_64 to require for libcogl-pango.so.20()(64bit) >08:52:34,280 DEBUG yum.verbose.YumBase: TSINFO: Marking clutter-1.18.2-1.fc21.x86_64 as install for caribou-0.4.13-4.fc21.x86_64 >08:52:34,289 DEBUG yum.verbose.YumBase: TSINFO: Marking libXrandr-1.4.1-2.fc21.x86_64 as install for caribou-0.4.13-4.fc21.x86_64 >08:52:34,295 DEBUG yum.verbose.YumBase: TSINFO: Marking libXi-1.7.2-2.fc21.x86_64 as install for caribou-0.4.13-4.fc21.x86_64 >08:52:34,301 DEBUG yum.verbose.YumBase: TSINFO: Marking libXfixes-5.0.1-2.fc21.x86_64 as install for caribou-0.4.13-4.fc21.x86_64 >08:52:34,307 DEBUG yum.verbose.YumBase: TSINFO: Marking libXdamage-1.1.4-4.fc21.x86_64 as install for caribou-0.4.13-4.fc21.x86_64 >08:52:34,313 DEBUG yum.verbose.YumBase: TSINFO: Marking libXcomposite-0.4.4-4.fc21.x86_64 as install for caribou-0.4.13-4.fc21.x86_64 >08:52:34,320 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libEGL-10.2-0.4.rc2.20140510.fc21.x86_64 as install for caribou-0.4.13-4.fc21.x86_64 >08:52:34,362 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:cheese-libs-3.13.1-1.fc21.x86_64 as install for 2:cheese-3.13.1-1.fc21.x86_64 >08:52:34,368 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-video-effects-0.4.1-1.fc21.noarch as install for 2:cheese-3.13.1-1.fc21.x86_64 >08:52:34,373 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-desktop3-3.13.1-1.fc21.x86_64 as install for 2:cheese-3.13.1-1.fc21.x86_64 >08:52:34,380 DEBUG yum.verbose.YumBase: TSINFO: Marking clutter-gtk-1.5.2-2.fc21.x86_64 as install for 2:cheese-3.13.1-1.fc21.x86_64 >08:52:34,388 DEBUG yum.verbose.YumBase: TSINFO: Marking clutter-gst2-2.0.10-3.fc21.x86_64 as install for 2:cheese-3.13.1-1.fc21.x86_64 >08:52:34,392 DEBUG yum.verbose.YumBase: Quick matched 2:cheese-libs-3.13.1-1.fc21.x86_64 to require for libcheese-gtk.so.23()(64bit) >08:52:34,402 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-freebl-3.16.1-2.fc21.x86_64 as install for chrony-1.29.1-1.fc21.x86_64 >08:52:34,404 DEBUG yum.verbose.YumBase: Quick matched nss-softokn-freebl-3.16.1-2.fc21.x86_64 to require for libfreebl3.so()(64bit) >08:52:34,409 DEBUG yum.verbose.YumBase: TSINFO: Marking libedit-3.1-5.20140213cvs.fc21.x86_64 as install for chrony-1.29.1-1.fc21.x86_64 >08:52:34,420 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libwbclient-4.1.6-2.fc21.x86_64 as install for cifs-utils-6.3-2.fc21.x86_64 >08:52:34,426 DEBUG yum.verbose.YumBase: TSINFO: Marking libtalloc-2.1.0-3.fc21.x86_64 as install for cifs-utils-6.3-2.fc21.x86_64 >08:52:34,431 DEBUG yum.verbose.YumBase: TSINFO: Marking keyutils-libs-1.5.9-1.fc21.x86_64 as install for cifs-utils-6.3-2.fc21.x86_64 >08:52:34,433 DEBUG yum.verbose.YumBase: Quick matched keyutils-libs-1.5.9-1.fc21.x86_64 to require for libkeyutils.so.1(KEYUTILS_0.3)(64bit) >08:52:34,435 DEBUG yum.verbose.YumBase: TSINFO: Marking keyutils-1.5.9-1.fc21.x86_64 as install for cifs-utils-6.3-2.fc21.x86_64 >08:52:34,442 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-ng-0.7.4-3.fc21.x86_64 as install for cifs-utils-6.3-2.fc21.x86_64 >08:52:34,499 DEBUG yum.verbose.YumBase: TSINFO: Marking colord-libs-1.2.0-1.fc21.x86_64 as install for colord-1.2.0-1.fc21.x86_64 >08:52:34,503 DEBUG yum.verbose.YumBase: TSINFO: Marking color-filesystem-1-14.fc21.noarch as install for colord-1.2.0-1.fc21.x86_64 >08:52:34,512 DEBUG yum.verbose.YumBase: TSINFO: Marking libusbx-1.0.18-1.fc21.x86_64 as install for colord-1.2.0-1.fc21.x86_64 >08:52:34,518 DEBUG yum.verbose.YumBase: TSINFO: Marking lcms2-2.6-1.fc21.x86_64 as install for colord-1.2.0-1.fc21.x86_64 >08:52:34,523 DEBUG yum.verbose.YumBase: TSINFO: Marking libgusb-0.1.6-2.fc20.x86_64 as install for colord-1.2.0-1.fc21.x86_64 >08:52:34,525 DEBUG yum.verbose.YumBase: Quick matched colord-libs-1.2.0-1.fc21.x86_64 to require for libcolordprivate.so.2()(64bit) >08:52:34,526 DEBUG yum.verbose.YumBase: Quick matched colord-libs-1.2.0-1.fc21.x86_64 to require for libcolord.so.2()(64bit) >08:52:34,549 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:control-center-filesystem-3.13.1-4.fc21.x86_64 as install for 1:control-center-3.13.1-4.fc21.x86_64 >08:52:34,552 DEBUG yum.verbose.YumBase: TSINFO: Marking redhat-menus-12.0.2-7.fc20.noarch as install for 1:control-center-3.13.1-4.fc21.x86_64 >08:52:34,561 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-menus-3.10.1-2.fc21.x86_64 as install for 1:control-center-3.13.1-4.fc21.x86_64 >08:52:34,564 DEBUG yum.verbose.YumBase: TSINFO: Marking desktop-file-utils-0.22-1.fc21.x86_64 as install for 1:control-center-3.13.1-4.fc21.x86_64 >08:52:34,566 DEBUG yum.verbose.YumBase: Quick matched desktop-file-utils-0.22-1.fc21.x86_64 to require for desktop-file-utils >08:52:34,568 DEBUG yum.verbose.YumBase: TSINFO: Marking vino-3.12.0-2.fc21.x86_64 as install for 1:control-center-3.13.1-4.fc21.x86_64 >08:52:34,575 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libsmbclient-4.1.6-2.fc21.x86_64 as install for 1:control-center-3.13.1-4.fc21.x86_64 >08:52:34,582 DEBUG yum.verbose.YumBase: TSINFO: Marking pulseaudio-libs-glib2-5.0-4.fc21.x86_64 as install for 1:control-center-3.13.1-4.fc21.x86_64 >08:52:34,585 DEBUG yum.verbose.YumBase: TSINFO: Marking iso-codes-3.53-1.fc21.noarch as install for 1:control-center-3.13.1-4.fc21.x86_64 >08:52:34,588 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dbus-x11-1.6.18-3.fc21.x86_64 as install for 1:control-center-3.13.1-4.fc21.x86_64 >08:52:34,591 DEBUG yum.verbose.YumBase: TSINFO: Marking accountsservice-0.6.35-2.fc21.x86_64 as install for 1:control-center-3.13.1-4.fc21.x86_64 >08:52:34,599 DEBUG yum.verbose.YumBase: TSINFO: Marking libgnomekbd-3.6.0-3.fc20.x86_64 as install for 1:control-center-3.13.1-4.fc21.x86_64 >08:52:34,606 DEBUG yum.verbose.YumBase: TSINFO: Marking libwacom-0.9-2.fc21.x86_64 as install for 1:control-center-3.13.1-4.fc21.x86_64 >08:52:34,611 DEBUG yum.verbose.YumBase: TSINFO: Marking upower-0.99.0-4.fc21.x86_64 as install for 1:control-center-3.13.1-4.fc21.x86_64 >08:52:34,618 DEBUG yum.verbose.YumBase: TSINFO: Marking libnm-gtk-0.9.9.0-11.git20140424.fc21.x86_64 as install for 1:control-center-3.13.1-4.fc21.x86_64 >08:52:34,624 DEBUG yum.verbose.YumBase: TSINFO: Marking ibus-libs-1.5.7-1.fc21.x86_64 as install for 1:control-center-3.13.1-4.fc21.x86_64 >08:52:34,629 DEBUG yum.verbose.YumBase: TSINFO: Marking libgtop2-2.30.0-1.fc21.x86_64 as install for 1:control-center-3.13.1-4.fc21.x86_64 >08:52:34,634 DEBUG yum.verbose.YumBase: TSINFO: Marking grilo-0.2.10-1.fc21.x86_64 as install for 1:control-center-3.13.1-4.fc21.x86_64 >08:52:34,640 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:gnome-bluetooth-libs-3.12.0-1.fc21.x86_64 as install for 1:control-center-3.13.1-4.fc21.x86_64 >08:52:34,646 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:cups-libs-1.7.2-3.fc21.x86_64 as install for 1:control-center-3.13.1-4.fc21.x86_64 >08:52:34,652 DEBUG yum.verbose.YumBase: TSINFO: Marking colord-gtk-0.1.25-2.fc20.x86_64 as install for 1:control-center-3.13.1-4.fc21.x86_64 >08:52:34,658 DEBUG yum.verbose.YumBase: TSINFO: Marking accountsservice-libs-0.6.35-2.fc21.x86_64 as install for 1:control-center-3.13.1-4.fc21.x86_64 >08:52:34,665 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libGL-10.2-0.4.rc2.20140510.fc21.x86_64 as install for 1:control-center-3.13.1-4.fc21.x86_64 >08:52:34,682 DEBUG yum.verbose.YumBase: TSINFO: Marking pcsc-lite-libs-1.8.10-3.fc21.x86_64 as install for coolkey-1.1.0-24.fc20.x86_64 >08:52:34,687 DEBUG yum.verbose.YumBase: TSINFO: Marking pcsc-lite-1.8.10-3.fc21.x86_64 as install for coolkey-1.1.0-24.fc20.x86_64 >08:52:34,691 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-tools-3.16.1-2.fc21.x86_64 as install for coolkey-1.1.0-24.fc20.x86_64 >08:52:34,725 DEBUG yum.verbose.YumBase: TSINFO: Marking libstdc++-4.9.0-3.fc21.x86_64 as install for coolkey-1.1.0-24.fc20.x86_64 >08:52:34,727 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.9.0-3.fc21.x86_64 to require for libstdc++.so.6(GLIBCXX_3.4)(64bit) >08:52:34,728 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.9.0-3.fc21.x86_64 to require for libstdc++.so.6(CXXABI_1.3)(64bit) >08:52:34,731 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-3.16.1-2.fc21.x86_64 as install for coolkey-1.1.0-24.fc20.x86_64 >08:52:34,734 DEBUG yum.verbose.YumBase: TSINFO: Marking pcsc-lite-ccid-1.4.13-1.fc21.x86_64 as install for coolkey-1.1.0-24.fc20.x86_64 >08:52:34,750 DEBUG yum.verbose.YumBase: TSINFO: Marking grep-2.18-1.fc21.x86_64 as install for coreutils-8.22-14.fc21.x86_64 >08:52:34,767 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:gmp-6.0.0-3.fc21.x86_64 as install for coreutils-8.22-14.fc21.x86_64 >08:52:34,769 DEBUG yum.verbose.YumBase: Quick matched 1:gmp-6.0.0-3.fc21.x86_64 to require for libgmp.so.10()(64bit) >08:52:34,778 DEBUG yum.verbose.YumBase: TSINFO: Marking sed-4.2.2-6.fc21.x86_64 as install for cronie-1.4.11-6.fc21.x86_64 >08:52:34,793 DEBUG yum.verbose.YumBase: TSINFO: Marking cronie-anacron-1.4.11-6.fc21.x86_64 as install for cronie-1.4.11-6.fc21.x86_64 >08:52:34,807 DEBUG yum.verbose.YumBase: TSINFO: Marking cryptsetup-libs-1.6.4-2.fc21.x86_64 as install for cryptsetup-1.6.4-2.fc21.x86_64 >08:52:34,813 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-lib-1.4.1-4.fc21.x86_64 as install for cryptsetup-1.6.4-2.fc21.x86_64 >08:52:34,819 DEBUG yum.verbose.YumBase: TSINFO: Marking popt-1.16-2.fc21.x86_64 as install for cryptsetup-1.6.4-2.fc21.x86_64 >08:52:34,839 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:cups-filesystem-1.7.2-3.fc21.noarch as install for 1:cups-1.7.2-3.fc21.x86_64 >08:52:34,842 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:cups-client-1.7.2-3.fc21.x86_64 as install for 1:cups-1.7.2-3.fc21.x86_64 >08:52:34,863 DEBUG yum.verbose.YumBase: TSINFO: Marking cups-filters-libs-1.0.53-2.fc21.x86_64 as install for cups-filters-1.0.53-2.fc21.x86_64 >08:52:34,868 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-utils-0.26.0-1.fc21.x86_64 as install for cups-filters-1.0.53-2.fc21.x86_64 >08:52:34,874 DEBUG yum.verbose.YumBase: TSINFO: Marking qpdf-libs-5.1.1-1.fc21.x86_64 as install for cups-filters-1.0.53-2.fc21.x86_64 >08:52:34,880 DEBUG yum.verbose.YumBase: TSINFO: Marking libtiff-4.0.3-14.fc21.x86_64 as install for cups-filters-1.0.53-2.fc21.x86_64 >08:52:34,886 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-0.26.0-1.fc21.x86_64 as install for cups-filters-1.0.53-2.fc21.x86_64 >08:52:34,892 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libpng-1.6.10-1.fc21.x86_64 as install for cups-filters-1.0.53-2.fc21.x86_64 >08:52:34,898 DEBUG yum.verbose.YumBase: TSINFO: Marking libjpeg-turbo-1.3.1-2.fc21.x86_64 as install for cups-filters-1.0.53-2.fc21.x86_64 >08:52:34,900 DEBUG yum.verbose.YumBase: Quick matched cups-filters-libs-1.0.53-2.fc21.x86_64 to require for libcupsfilters.so.1()(64bit) >08:52:34,905 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-glib-0.6.31-25.fc21.x86_64 as install for cups-filters-1.0.53-2.fc21.x86_64 >08:52:34,927 DEBUG yum.verbose.YumBase: TSINFO: Marking libcurl-7.36.0-4.fc21.x86_64 as install for curl-7.36.0-4.fc21.x86_64 >08:52:34,933 DEBUG yum.verbose.YumBase: TSINFO: Marking libssh2-1.4.3-12.fc21.x86_64 as install for curl-7.36.0-4.fc21.x86_64 >08:52:34,939 DEBUG yum.verbose.YumBase: TSINFO: Marking libmetalink-0.1.2-4.fc21.x86_64 as install for curl-7.36.0-4.fc21.x86_64 >08:52:34,944 DEBUG yum.verbose.YumBase: TSINFO: Marking openldap-2.4.39-5.fc21.x86_64 as install for curl-7.36.0-4.fc21.x86_64 >08:52:34,947 DEBUG yum.verbose.YumBase: Quick matched openldap-2.4.39-5.fc21.x86_64 to require for liblber-2.4.so.2()(64bit) >08:52:34,954 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-lib-2.1.26-16.fc21.x86_64 as install for cyrus-sasl-plain-2.1.26-16.fc21.x86_64 >08:52:34,974 DEBUG yum.verbose.YumBase: TSINFO: Marking duplicity-0.6.24-2.fc21.x86_64 as install for deja-dup-30.0-1.fc21.x86_64 >08:52:34,979 DEBUG yum.verbose.YumBase: TSINFO: Marking python-cloudfiles-1.7.10-4.fc20.noarch as install for deja-dup-30.0-1.fc21.x86_64 >08:52:34,985 DEBUG yum.verbose.YumBase: TSINFO: Marking libpeas-1.10.0-1.fc21.x86_64 as install for deja-dup-30.0-1.fc21.x86_64 >08:52:34,991 DEBUG yum.verbose.YumBase: TSINFO: Marking dejavu-fonts-common-2.34-2.fc21.noarch as install for dejavu-sans-fonts-2.34-2.fc21.noarch >08:52:35,000 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-libs-5.1.2-8alpha.fc21.x86_64 as install for deltarpm-3.6-3.fc21.x86_64 >08:52:35,003 DEBUG yum.verbose.YumBase: Quick matched xz-libs-5.1.2-8alpha.fc21.x86_64 to require for liblzma.so.5()(64bit) >08:52:35,013 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-libs-4.3.0-10.fc21.x86_64 as install for 12:dhclient-4.3.0-10.fc21.x86_64 >08:52:35,017 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-common-4.3.0-10.fc21.x86_64 as install for 12:dhclient-4.3.0-10.fc21.x86_64 >08:52:35,022 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-libs-lite-9.9.5-3.fc21.x86_64 as install for 12:dhclient-4.3.0-10.fc21.x86_64 >08:52:35,025 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-lite-9.9.5-3.fc21.x86_64 to require for libisc-export.so.95()(64bit) >08:52:35,026 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-lite-9.9.5-3.fc21.x86_64 to require for libirs-export.so.91()(64bit) >08:52:35,027 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-lite-9.9.5-3.fc21.x86_64 to require for libdns-export.so.100()(64bit) >08:52:35,032 DEBUG yum.verbose.YumBase: TSINFO: Marking dracut-037-11.git20140402.fc21.x86_64 as install for dracut-config-rescue-037-11.git20140402.fc21.x86_64 >08:52:35,041 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:rmt-1.5.2-9.fc21.x86_64 as install for 1:dump-0.4-0.21.b44.fc20.x86_64 >08:52:35,056 DEBUG yum.verbose.YumBase: TSINFO: Marking libss-1.42.9-2.fc21.x86_64 as install for e2fsprogs-1.42.9-2.fc21.x86_64 >08:52:35,058 DEBUG yum.verbose.YumBase: Quick matched libss-1.42.9-2.fc21.x86_64 to require for libss.so.2()(64bit) >08:52:35,099 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-salut-0.8.1-5.fc21.x86_64 as install for empathy-3.12.1-1.fc21.x86_64 >08:52:35,112 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:telepathy-mission-control-5.16.1-1.fc21.x86_64 as install for empathy-3.12.1-1.fc21.x86_64 >08:52:35,120 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-haze-0.8.0-1.fc21.x86_64 as install for empathy-3.12.1-1.fc21.x86_64 >08:52:35,125 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-gabble-0.18.2-1.fc21.x86_64 as install for empathy-3.12.1-1.fc21.x86_64 >08:52:35,132 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-idle-0.2.0-1.fc21.x86_64 as install for empathy-3.12.1-1.fc21.x86_64 >08:52:35,137 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-filesystem-0.0.2-6.fc20.noarch as install for empathy-3.12.1-1.fc21.x86_64 >08:52:35,146 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-glib-0.24.0-1.fc21.x86_64 as install for empathy-3.12.1-1.fc21.x86_64 >08:52:35,148 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.9.0)(64bit) >08:52:35,149 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.9)(64bit) >08:52:35,150 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.6)(64bit) >08:52:35,150 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.36)(64bit) >08:52:35,151 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.35)(64bit) >08:52:35,152 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.34)(64bit) >08:52:35,153 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.32)(64bit) >08:52:35,153 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.29)(64bit) >08:52:35,154 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.27)(64bit) >08:52:35,155 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.26)(64bit) >08:52:35,156 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.24)(64bit) >08:52:35,156 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.23)(64bit) >08:52:35,157 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.21)(64bit) >08:52:35,158 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.2)(64bit) >08:52:35,158 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.18)(64bit) >08:52:35,159 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.17)(64bit) >08:52:35,160 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.16)(64bit) >08:52:35,160 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.15)(64bit) >08:52:35,161 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.14)(64bit) >08:52:35,162 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.12)(64bit) >08:52:35,163 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.1)(64bit) >08:52:35,163 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.0)(64bit) >08:52:35,164 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.23.2)(64bit) >08:52:35,165 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.23.0)(64bit) >08:52:35,165 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.9)(64bit) >08:52:35,166 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.4)(64bit) >08:52:35,167 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.3)(64bit) >08:52:35,168 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.1)(64bit) >08:52:35,169 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.0)(64bit) >08:52:35,169 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.17.6)(64bit) >08:52:35,170 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.17.5)(64bit) >08:52:35,171 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.17.1)(64bit) >08:52:35,171 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.17.0)(64bit) >08:52:35,173 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.8)(64bit) >08:52:35,174 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.6)(64bit) >08:52:35,175 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.5)(64bit) >08:52:35,175 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.3)(64bit) >08:52:35,176 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.2)(64bit) >08:52:35,177 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.1)(64bit) >08:52:35,178 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.0)(64bit) >08:52:35,178 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.14.3)(64bit) >08:52:35,179 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.14.2)(64bit) >08:52:35,180 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.9)(64bit) >08:52:35,180 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.8)(64bit) >08:52:35,181 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.7)(64bit) >08:52:35,182 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.3)(64bit) >08:52:35,182 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.2)(64bit) >08:52:35,183 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.16)(64bit) >08:52:35,184 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.14)(64bit) >08:52:35,184 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.12)(64bit) >08:52:35,185 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.11)(64bit) >08:52:35,185 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.10)(64bit) >08:52:35,186 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.1)(64bit) >08:52:35,187 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.0)(64bit) >08:52:35,187 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.9)(64bit) >08:52:35,188 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.7)(64bit) >08:52:35,188 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.6)(64bit) >08:52:35,189 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.5)(64bit) >08:52:35,190 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.4)(64bit) >08:52:35,190 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.3)(64bit) >08:52:35,191 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.16)(64bit) >08:52:35,192 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.15)(64bit) >08:52:35,192 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.14)(64bit) >08:52:35,193 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.13)(64bit) >08:52:35,193 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.12)(64bit) >08:52:35,195 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.11)(64bit) >08:52:35,195 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.1)(64bit) >08:52:35,197 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.0)(64bit) >08:52:35,203 DEBUG yum.verbose.YumBase: TSINFO: Marking gnutls-3.3.2-1.fc21.x86_64 as install for empathy-3.12.1-1.fc21.x86_64 >08:52:35,212 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-logger-0.8.0-4.fc21.x86_64 as install for empathy-3.12.1-1.fc21.x86_64 >08:52:35,224 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-farstream-0.6.1-1.fc21.x86_64 as install for empathy-3.12.1-1.fc21.x86_64 >08:52:35,231 DEBUG yum.verbose.YumBase: TSINFO: Marking p11-kit-0.20.2-2.fc21.x86_64 as install for empathy-3.12.1-1.fc21.x86_64 >08:52:35,239 DEBUG yum.verbose.YumBase: TSINFO: Marking geocode-glib-3.12.0-2.fc21.x86_64 as install for empathy-3.12.1-1.fc21.x86_64 >08:52:35,246 DEBUG yum.verbose.YumBase: TSINFO: Marking gcr-3.12.0-2.fc21.x86_64 as install for empathy-3.12.1-1.fc21.x86_64 >08:52:35,249 DEBUG yum.verbose.YumBase: Quick matched gcr-3.12.0-2.fc21.x86_64 to require for libgcr-base-3.so.1()(64bit) >08:52:35,249 DEBUG yum.verbose.YumBase: Quick matched gcr-3.12.0-2.fc21.x86_64 to require for libgck-1.so.0()(64bit) >08:52:35,254 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:folks-0.9.6-4.fc21.x86_64 as install for empathy-3.12.1-1.fc21.x86_64 >08:52:35,258 DEBUG yum.verbose.YumBase: Quick matched 1:folks-0.9.6-4.fc21.x86_64 to require for libfolks-telepathy.so.25()(64bit) >08:52:35,263 DEBUG yum.verbose.YumBase: TSINFO: Marking farstream02-0.2.3-3.fc20.x86_64 as install for empathy-3.12.1-1.fc21.x86_64 >08:52:35,269 DEBUG yum.verbose.YumBase: TSINFO: Marking libchamplain-gtk-0.12.7-3.fc21.x86_64 as install for empathy-3.12.1-1.fc21.x86_64 >08:52:35,275 DEBUG yum.verbose.YumBase: TSINFO: Marking libchamplain-0.12.7-3.fc21.x86_64 as install for empathy-3.12.1-1.fc21.x86_64 >08:52:35,294 DEBUG yum.verbose.YumBase: TSINFO: Marking gsettings-desktop-schemas-3.13.1-1.fc21.x86_64 as install for eog-3.13.1-1.fc21.x86_64 >08:52:35,300 DEBUG yum.verbose.YumBase: TSINFO: Marking libexif-0.6.21-6.fc20.x86_64 as install for eog-3.13.1-1.fc21.x86_64 >08:52:35,305 DEBUG yum.verbose.YumBase: TSINFO: Marking exempi-2.2.1-4.fc21.x86_64 as install for eog-3.13.1-1.fc21.x86_64 >08:52:35,322 DEBUG yum.verbose.YumBase: TSINFO: Marking evince-libs-3.12.1-2.fc21.x86_64 as install for evince-3.12.1-2.fc21.x86_64 >08:52:35,325 DEBUG yum.verbose.YumBase: Quick matched evince-libs-3.12.1-2.fc21.x86_64 to require for libevview3.so.3()(64bit) >08:52:35,326 DEBUG yum.verbose.YumBase: Quick matched evince-libs-3.12.1-2.fc21.x86_64 to require for libevdocument3.so.4()(64bit) >08:52:35,358 DEBUG yum.verbose.YumBase: TSINFO: Marking highlight-3.18-1.fc21.x86_64 as install for evolution-3.12.2-1.fc21.x86_64 >08:52:35,368 DEBUG yum.verbose.YumBase: TSINFO: Marking gvfs-1.21.1-2.fc21.x86_64 as install for evolution-3.12.2-1.fc21.x86_64 >08:52:35,381 DEBUG yum.verbose.YumBase: TSINFO: Marking gtkspell3-3.0.6-1.fc21.x86_64 as install for evolution-3.12.2-1.fc21.x86_64 >08:52:35,388 DEBUG yum.verbose.YumBase: TSINFO: Marking libgweather-3.13.1-1.fc21.x86_64 as install for evolution-3.12.2-1.fc21.x86_64 >08:52:35,395 DEBUG yum.verbose.YumBase: TSINFO: Marking libgdata-0.15.0-1.fc21.x86_64 as install for evolution-3.12.2-1.fc21.x86_64 >08:52:35,428 DEBUG yum.verbose.YumBase: TSINFO: Marking libmspack-0.4-0.2.alpha.fc20.x86_64 as install for evolution-ews-3.12.2-1.fc21.x86_64 >08:52:35,430 DEBUG yum.verbose.YumBase: Quick matched libmspack-0.4-0.2.alpha.fc20.x86_64 to require for libmspack.so.0()(64bit) >08:52:35,443 DEBUG yum.verbose.YumBase: TSINFO: Marking file-libs-5.14-20.fc21.x86_64 as install for file-5.14-20.fc21.x86_64 >08:52:35,445 DEBUG yum.verbose.YumBase: Quick matched file-libs-5.14-20.fc21.x86_64 to require for libmagic.so.1()(64bit) >08:52:35,456 DEBUG yum.verbose.YumBase: TSINFO: Marking libarchive-3.1.2-7.fc21.x86_64 as install for file-roller-3.13.1-1.fc21.x86_64 >08:52:35,516 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-bookmarks-15-4.fc21.noarch as install for firefox-29.0-5.fc21.x86_64 >08:52:35,519 DEBUG yum.verbose.YumBase: TSINFO: Marking mozilla-filesystem-1.9-10.fc20.x86_64 as install for firefox-29.0-5.fc21.x86_64 >08:52:35,524 DEBUG yum.verbose.YumBase: TSINFO: Marking libvpx-1.3.0-4.fc21.x86_64 as install for firefox-29.0-5.fc21.x86_64 >08:52:35,530 DEBUG yum.verbose.YumBase: TSINFO: Marking startup-notification-0.12-7.fc20.x86_64 as install for firefox-29.0-5.fc21.x86_64 >08:52:35,535 DEBUG yum.verbose.YumBase: TSINFO: Marking libicu-52.1-1.fc21.x86_64 as install for firefox-29.0-5.fc21.x86_64 >08:52:35,538 DEBUG yum.verbose.YumBase: Quick matched libicu-52.1-1.fc21.x86_64 to require for libicui18n.so.52()(64bit) >08:52:35,538 DEBUG yum.verbose.YumBase: Quick matched libicu-52.1-1.fc21.x86_64 to require for libicudata.so.52()(64bit) >08:52:35,543 DEBUG yum.verbose.YumBase: TSINFO: Marking libffi-3.0.13-5.fc21.x86_64 as install for firefox-29.0-5.fc21.x86_64 >08:52:35,548 DEBUG yum.verbose.YumBase: TSINFO: Marking libXt-1.1.4-8.fc21.x86_64 as install for firefox-29.0-5.fc21.x86_64 >08:52:35,553 DEBUG yum.verbose.YumBase: TSINFO: Marking libXrender-0.9.8-2.fc21.x86_64 as install for firefox-29.0-5.fc21.x86_64 >08:52:35,564 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject3-base-3.13.1-1.fc21.x86_64 as install for firewall-config-0.3.9.3-1.fc21.noarch >08:52:35,567 DEBUG yum.verbose.YumBase: TSINFO: Marking hicolor-icon-theme-0.13-1.fc21.noarch as install for firewall-config-0.3.9.3-1.fc21.noarch >08:52:35,573 DEBUG yum.verbose.YumBase: TSINFO: Marking python-slip-dbus-0.6.0-1.fc21.noarch as install for firewalld-0.3.9.3-1.fc21.noarch >08:52:35,575 DEBUG yum.verbose.YumBase: TSINFO: Marking python-decorator-3.4.0-3.fc20.noarch as install for firewalld-0.3.9.3-1.fc21.noarch >08:52:35,578 DEBUG yum.verbose.YumBase: TSINFO: Marking ebtables-2.0.10-13.fc21.x86_64 as install for firewalld-0.3.9.3-1.fc21.noarch >08:52:35,587 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-python-1.2.0-1.fc21.x86_64 as install for firewalld-0.3.9.3-1.fc21.noarch >08:52:35,646 DEBUG yum.verbose.YumBase: TSINFO: Marking 4:perl-5.18.2-298.fc21.x86_64 as install for foomatic-4.0.11-1.fc21.x86_64 >08:52:35,652 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.2-298.fc21.x86_64 to require for perl(vars) >08:52:35,652 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.2-298.fc21.x86_64 to require for perl(strict) >08:52:35,654 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.2-298.fc21.x86_64 to require for perl(POSIX) >08:52:35,655 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.2-298.fc21.x86_64 to require for perl(Getopt::Std) >08:52:35,659 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Getopt-Long-2.42-1.fc21.noarch as install for foomatic-4.0.11-1.fc21.x86_64 >08:52:35,665 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Exporter-5.70-1.fc21.noarch as install for foomatic-4.0.11-1.fc21.x86_64 >08:52:35,677 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Encode-2.60-1.fc21.x86_64 as install for foomatic-4.0.11-1.fc21.x86_64 >08:52:35,682 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Data-Dumper-2.151-1.fc21.x86_64 as install for foomatic-4.0.11-1.fc21.x86_64 >08:52:35,686 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-PathTools-3.40-291.fc21.x86_64 as install for foomatic-4.0.11-1.fc21.x86_64 >08:52:35,692 DEBUG yum.verbose.YumBase: TSINFO: Marking foomatic-db-4.0-42.20131218.fc21.noarch as install for foomatic-4.0.11-1.fc21.x86_64 >08:52:35,702 DEBUG yum.verbose.YumBase: TSINFO: Marking foomatic-db-filesystem-4.0-42.20131218.fc21.noarch as install for foomatic-db-ppds-4.0-42.20131218.fc21.noarch >08:52:35,708 DEBUG yum.verbose.YumBase: TSINFO: Marking fprintd-0.5.1-1.fc20.x86_64 as install for fprintd-pam-0.5.1-1.fc20.x86_64 >08:52:35,728 DEBUG yum.verbose.YumBase: TSINFO: Marking libXau-1.0.8-2.fc21.x86_64 as install for 1:gdm-3.12.1-3.fc21.x86_64 >08:52:35,732 DEBUG yum.verbose.YumBase: TSINFO: Marking xorg-x11-server-utils-7.7-4.fc21.x86_64 as install for 1:gdm-3.12.1-3.fc21.x86_64 >08:52:35,740 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-logos-21.0.3-1.fc21.x86_64 as install for 1:gdm-3.12.1-3.fc21.x86_64 >08:52:35,743 DEBUG yum.verbose.YumBase: TSINFO: Marking xorg-x11-xkb-utils-7.7-8.fc20.x86_64 as install for 1:gdm-3.12.1-3.fc21.x86_64 >08:52:35,747 DEBUG yum.verbose.YumBase: TSINFO: Marking pulseaudio-gdm-hooks-5.0-4.fc21.x86_64 as install for 1:gdm-3.12.1-3.fc21.x86_64 >08:52:35,750 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-session-3.12.1-2.fc21.x86_64 as install for 1:gdm-3.12.1-3.fc21.x86_64 >08:52:35,755 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-keyring-pam-3.12.0-1.fc21.x86_64 as install for 1:gdm-3.12.1-3.fc21.x86_64 >08:52:35,760 DEBUG yum.verbose.YumBase: TSINFO: Marking libXdmcp-1.1.1-5.fc20.x86_64 as install for 1:gdm-3.12.1-3.fc21.x86_64 >08:52:35,777 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-3.3.2-12.fc21.x86_64 as install for 2:gedit-3.12.1-1.fc21.x86_64 >08:52:35,786 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-gobject-3.13.1-1.fc21.x86_64 as install for 2:gedit-3.12.1-1.fc21.x86_64 >08:52:35,792 DEBUG yum.verbose.YumBase: TSINFO: Marking gtksourceview3-3.12.1-1.fc21.x86_64 as install for 2:gedit-3.12.1-1.fc21.x86_64 >08:52:35,796 DEBUG yum.verbose.YumBase: TSINFO: Marking zenity-3.12.1-1.fc21.x86_64 as install for 2:gedit-3.12.1-1.fc21.x86_64 >08:52:35,811 DEBUG yum.verbose.YumBase: TSINFO: Marking urw-fonts-2.4-18.fc21.noarch as install for ghostscript-9.14-1.fc21.x86_64 >08:52:35,814 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-data-0.4.6-4.fc21.noarch as install for ghostscript-9.14-1.fc21.x86_64 >08:52:35,817 DEBUG yum.verbose.YumBase: TSINFO: Marking ghostscript-fonts-5.50-32.fc21.noarch as install for ghostscript-9.14-1.fc21.x86_64 >08:52:35,824 DEBUG yum.verbose.YumBase: TSINFO: Marking ca-certificates-2013.1.97-2.fc21.noarch as install for glib-networking-2.40.1-1.fc21.x86_64 >08:52:35,830 DEBUG yum.verbose.YumBase: TSINFO: Marking libproxy-0.4.11-8.fc21.x86_64 as install for glib-networking-2.40.1-1.fc21.x86_64 >08:52:35,843 DEBUG yum.verbose.YumBase: TSINFO: Marking pulseaudio-module-bluetooth-5.0-4.fc21.x86_64 as install for 1:gnome-bluetooth-3.12.0-1.fc21.x86_64 >08:52:35,865 DEBUG yum.verbose.YumBase: TSINFO: Marking mtools-4.0.18-4.fc20.x86_64 as install for gnome-boxes-3.12.1-1.fc21.x86_64 >08:52:35,875 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-gobject-0.1.8-1.fc21.x86_64 as install for gnome-boxes-3.12.1-1.fc21.x86_64 >08:52:35,878 DEBUG yum.verbose.YumBase: Quick matched libvirt-gobject-0.1.8-1.fc21.x86_64 to require for libvirt-gobject-1.0.so.0(LIBVIRT_GOBJECT_0.1.4)(64bit) >08:52:35,879 DEBUG yum.verbose.YumBase: Quick matched libvirt-gobject-0.1.8-1.fc21.x86_64 to require for libvirt-gobject-1.0.so.0(LIBVIRT_GOBJECT_0.1.3)(64bit) >08:52:35,880 DEBUG yum.verbose.YumBase: Quick matched libvirt-gobject-0.1.8-1.fc21.x86_64 to require for libvirt-gobject-1.0.so.0(LIBVIRT_GOBJECT_0.1.2)(64bit) >08:52:35,881 DEBUG yum.verbose.YumBase: Quick matched libvirt-gobject-0.1.8-1.fc21.x86_64 to require for libvirt-gobject-1.0.so.0(LIBVIRT_GOBJECT_0.0.9)(64bit) >08:52:35,882 DEBUG yum.verbose.YumBase: Quick matched libvirt-gobject-0.1.8-1.fc21.x86_64 to require for libvirt-gobject-1.0.so.0(LIBVIRT_GOBJECT_0.0.8)(64bit) >08:52:35,887 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-gconfig-0.1.8-1.fc21.x86_64 as install for gnome-boxes-3.12.1-1.fc21.x86_64 >08:52:35,889 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.8-1.fc21.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.1.6)(64bit) >08:52:35,890 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.8-1.fc21.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.1.5)(64bit) >08:52:35,891 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.8-1.fc21.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.1.4)(64bit) >08:52:35,892 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.8-1.fc21.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.1.0)(64bit) >08:52:35,893 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.8-1.fc21.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.0.9)(64bit) >08:52:35,893 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.8-1.fc21.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.0.8)(64bit) >08:52:35,896 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-kvm-1.2.4-1.fc21.x86_64 as install for gnome-boxes-3.12.1-1.fc21.x86_64 >08:52:35,899 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-config-network-1.2.4-1.fc21.x86_64 as install for gnome-boxes-3.12.1-1.fc21.x86_64 >08:52:35,905 DEBUG yum.verbose.YumBase: TSINFO: Marking spice-gtk3-0.25-1.fc21.x86_64 as install for gnome-boxes-3.12.1-1.fc21.x86_64 >08:52:35,913 DEBUG yum.verbose.YumBase: TSINFO: Marking spice-glib-0.25-1.fc21.x86_64 as install for gnome-boxes-3.12.1-1.fc21.x86_64 >08:52:35,922 DEBUG yum.verbose.YumBase: TSINFO: Marking libosinfo-0.2.9-1.fc21.x86_64 as install for gnome-boxes-3.12.1-1.fc21.x86_64 >08:52:35,925 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.9-1.fc21.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.2.8)(64bit) >08:52:35,925 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.9-1.fc21.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.2.7)(64bit) >08:52:35,926 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.9-1.fc21.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.2.6)(64bit) >08:52:35,927 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.9-1.fc21.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.2.3)(64bit) >08:52:35,928 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.9-1.fc21.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.2.2)(64bit) >08:52:35,928 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.9-1.fc21.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.2.1)(64bit) >08:52:35,929 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.9-1.fc21.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.2.0)(64bit) >08:52:35,930 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.9-1.fc21.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.0.5)(64bit) >08:52:35,931 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.9-1.fc21.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.0.1)(64bit) >08:52:35,936 DEBUG yum.verbose.YumBase: TSINFO: Marking libgovirt-0.3.0-3.fc21.x86_64 as install for gnome-boxes-3.12.1-1.fc21.x86_64 >08:52:35,940 DEBUG yum.verbose.YumBase: TSINFO: Marking fuseiso-20070708-14.fc20.x86_64 as install for gnome-boxes-3.12.1-1.fc21.x86_64 >08:52:35,949 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-client-1.2.4-1.fc21.x86_64 as install for gnome-boxes-3.12.1-1.fc21.x86_64 >08:52:35,965 DEBUG yum.verbose.YumBase: TSINFO: Marking rest-0.7.91-1.fc21.x86_64 as install for gnome-boxes-3.12.1-1.fc21.x86_64 >08:52:35,972 DEBUG yum.verbose.YumBase: TSINFO: Marking gvnc-0.5.3-2.fc21.x86_64 as install for gnome-boxes-3.12.1-1.fc21.x86_64 >08:52:35,980 DEBUG yum.verbose.YumBase: TSINFO: Marking gtk-vnc2-0.5.3-2.fc21.x86_64 as install for gnome-boxes-3.12.1-1.fc21.x86_64 >08:52:36,014 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-shell-extension-window-list-3.13.1-1.fc21.noarch as install for gnome-classic-session-3.13.1-1.fc21.noarch >08:52:36,018 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-shell-extension-places-menu-3.13.1-1.fc21.noarch as install for gnome-classic-session-3.13.1-1.fc21.noarch >08:52:36,021 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-shell-extension-launch-new-instance-3.13.1-1.fc21.noarch as install for gnome-classic-session-3.13.1-1.fc21.noarch >08:52:36,025 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-shell-extension-apps-menu-3.13.1-1.fc21.noarch as install for gnome-classic-session-3.13.1-1.fc21.noarch >08:52:36,029 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-shell-extension-alternate-tab-3.13.1-1.fc21.noarch as install for gnome-classic-session-3.13.1-1.fc21.noarch >08:52:36,054 DEBUG yum.verbose.YumBase: TSINFO: Marking argyllcms-1.6.3-1.fc21.x86_64 as install for gnome-color-manager-3.13.1-2.fc21.x86_64 >08:52:36,060 DEBUG yum.verbose.YumBase: TSINFO: Marking vte3-0.36.1-3.fc21.x86_64 as install for gnome-color-manager-3.13.1-2.fc21.x86_64 >08:52:36,066 DEBUG yum.verbose.YumBase: TSINFO: Marking exiv2-libs-0.24-1.fc21.x86_64 as install for gnome-color-manager-3.13.1-2.fc21.x86_64 >08:52:36,102 DEBUG yum.verbose.YumBase: TSINFO: Marking udisks2-2.1.3-1.fc21.x86_64 as install for gnome-disk-utility-3.12.1-3.fc21.x86_64 >08:52:36,108 DEBUG yum.verbose.YumBase: TSINFO: Marking libudisks2-2.1.3-1.fc21.x86_64 as install for gnome-disk-utility-3.12.1-3.fc21.x86_64 >08:52:36,113 DEBUG yum.verbose.YumBase: TSINFO: Marking libdvdread-4.9.9-1.fc21.x86_64 as install for gnome-disk-utility-3.12.1-3.fc21.x86_64 >08:52:36,125 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-online-miners-3.12.0-2.fc21.x86_64 as install for gnome-documents-3.13.1-1.fc21.x86_64 >08:52:36,131 DEBUG yum.verbose.YumBase: TSINFO: Marking libzapojit-0.0.3-3.fc21.x86_64 as install for gnome-documents-3.13.1-1.fc21.x86_64 >08:52:36,136 DEBUG yum.verbose.YumBase: TSINFO: Marking gjs-1.40.1-1.fc21.x86_64 as install for gnome-documents-3.13.1-1.fc21.x86_64 >08:52:36,147 DEBUG yum.verbose.YumBase: TSINFO: Marking harfbuzz-0.9.28-1.fc21.x86_64 as install for gnome-font-viewer-3.12.0-1.fc21.x86_64 >08:52:36,181 DEBUG yum.verbose.YumBase: TSINFO: Marking geoclue2-2.1.8-1.fc21.x86_64 as install for gnome-maps-3.12.1-1.fc21.x86_64 >08:52:36,200 DEBUG yum.verbose.YumBase: TSINFO: Marking PackageKit-0.9.2-2.fc21.x86_64 as install for gnome-packagekit-3.12.1-1.fc21.x86_64 >08:52:36,218 DEBUG yum.verbose.YumBase: TSINFO: Marking dleyna-renderer-0.4.0-1.fc21.x86_64 as install for gnome-photos-3.12.1-1.fc21.x86_64 >08:52:36,224 DEBUG yum.verbose.YumBase: TSINFO: Marking gfbgraph-0.2.2-1.fc21.x86_64 as install for gnome-photos-3.12.1-1.fc21.x86_64 >08:52:36,229 DEBUG yum.verbose.YumBase: TSINFO: Marking gegl-0.2.0-17.fc21.x86_64 as install for gnome-photos-3.12.1-1.fc21.x86_64 >08:52:36,235 DEBUG yum.verbose.YumBase: TSINFO: Marking babl-0.1.10-8.fc20.x86_64 as install for gnome-photos-3.12.1-1.fc21.x86_64 >08:52:36,262 DEBUG yum.verbose.YumBase: TSINFO: Marking libxkbfile-1.0.8-4.fc20.x86_64 as install for gnome-settings-daemon-3.13.1-1.fc21.x86_64 >08:52:36,295 DEBUG yum.verbose.YumBase: TSINFO: Marking mutter-3.13.1-5.fc21.x86_64 as install for gnome-shell-3.13.1-2.fc21.x86_64 >08:52:36,303 DEBUG yum.verbose.YumBase: TSINFO: Marking libcroco-0.6.8-3.fc21.x86_64 as install for gnome-shell-3.13.1-2.fc21.x86_64 >08:52:36,308 DEBUG yum.verbose.YumBase: TSINFO: Marking mozjs24-24.2.0-3.fc21.x86_64 as install for gnome-shell-3.13.1-2.fc21.x86_64 >08:52:36,313 DEBUG yum.verbose.YumBase: TSINFO: Marking libgsystem-2014.2-1.fc21.x86_64 as install for gnome-shell-3.13.1-2.fc21.x86_64 >08:52:36,324 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:epiphany-runtime-3.12.0-3.fc21.x86_64 as install for gnome-software-3.13.1-3.fc21.x86_64 >08:52:36,331 DEBUG yum.verbose.YumBase: TSINFO: Marking libappstream-glib-0.1.5-1.fc21.x86_64 as install for gnome-software-3.13.1-3.fc21.x86_64 >08:52:36,351 DEBUG yum.verbose.YumBase: TSINFO: Marking libsigc++20-2.3.1-3.fc21.x86_64 as install for gnome-system-monitor-3.13.1-1.fc21.x86_64 >08:52:36,354 DEBUG yum.verbose.YumBase: TSINFO: Marking pangomm-2.34.0-2.fc21.x86_64 as install for gnome-system-monitor-3.13.1-1.fc21.x86_64 >08:52:36,358 DEBUG yum.verbose.YumBase: TSINFO: Marking gtkmm30-3.12.0-1.fc21.x86_64 as install for gnome-system-monitor-3.13.1-1.fc21.x86_64 >08:52:36,362 DEBUG yum.verbose.YumBase: TSINFO: Marking glibmm24-2.40.0-1.fc21.x86_64 as install for gnome-system-monitor-3.13.1-1.fc21.x86_64 >08:52:36,363 DEBUG yum.verbose.YumBase: Quick matched glibmm24-2.40.0-1.fc21.x86_64 to require for libgiomm-2.4.so.1()(64bit) >08:52:36,366 DEBUG yum.verbose.YumBase: TSINFO: Marking cairomm-1.10.0-7.fc21.x86_64 as install for gnome-system-monitor-3.13.1-1.fc21.x86_64 >08:52:36,370 DEBUG yum.verbose.YumBase: TSINFO: Marking atkmm-2.22.7-2.fc21.x86_64 as install for gnome-system-monitor-3.13.1-1.fc21.x86_64 >08:52:36,378 DEBUG yum.verbose.YumBase: TSINFO: Marking vte291-0.37.0-2.fc21.x86_64 as install for gnome-terminal-3.13.0-1.fc21.x86_64 >08:52:36,380 DEBUG yum.verbose.YumBase: Quick matched vte291-0.37.0-2.fc21.x86_64 to require for libvte-2.91.so.0()(64bit) >08:52:36,382 DEBUG yum.verbose.YumBase: TSINFO: Marking adwaita-gtk3-theme-3.13.1-2.fc21.x86_64 as install for gnome-themes-standard-3.13.1-2.fc21.x86_64 >08:52:36,391 DEBUG yum.verbose.YumBase: TSINFO: Marking adwaita-gtk2-theme-3.13.1-2.fc21.x86_64 as install for gnome-themes-standard-3.13.1-2.fc21.x86_64 >08:52:36,393 DEBUG yum.verbose.YumBase: TSINFO: Marking adwaita-icon-theme-3.13.1-2.fc21.noarch as install for gnome-themes-standard-3.13.1-2.fc21.x86_64 >08:52:36,401 DEBUG yum.verbose.YumBase: TSINFO: Marking mod_dnssd-0.6-10.fc21.x86_64 as install for gnome-user-share-3.10.2-1.fc21.x86_64 >08:52:36,409 DEBUG yum.verbose.YumBase: TSINFO: Marking httpd-2.4.9-3.fc21.x86_64 as install for gnome-user-share-3.10.2-1.fc21.x86_64 >08:52:36,415 DEBUG yum.verbose.YumBase: TSINFO: Marking gnu-free-fonts-common-20120503-8.fc20.noarch as install for gnu-free-mono-fonts-20120503-8.fc20.noarch >08:52:36,422 DEBUG yum.verbose.YumBase: TSINFO: Marking pinentry-0.8.3-1.fc21.x86_64 as install for gnupg2-2.0.22-3.fc21.x86_64 >08:52:36,426 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcrypt-1.6.1-2.fc21.x86_64 as install for gnupg2-2.0.22-3.fc21.x86_64 >08:52:36,429 DEBUG yum.verbose.YumBase: TSINFO: Marking libassuan-2.1.0-2.fc21.x86_64 as install for gnupg2-2.0.22-3.fc21.x86_64 >08:52:36,432 DEBUG yum.verbose.YumBase: TSINFO: Marking pth-2.0.7-22.fc21.x86_64 as install for gnupg2-2.0.22-3.fc21.x86_64 >08:52:36,435 DEBUG yum.verbose.YumBase: TSINFO: Marking libgpg-error-1.12-1.fc21.x86_64 as install for gnupg2-2.0.22-3.fc21.x86_64 >08:52:36,471 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer-0.10.36-7.fc21.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-21.fc21.x86_64 >08:52:36,476 DEBUG yum.verbose.YumBase: TSINFO: Marking libsndfile-1.0.25-9.fc21.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-21.fc21.x86_64 >08:52:36,479 DEBUG yum.verbose.YumBase: TSINFO: Marking libvdpau-0.7-1.fc21.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-21.fc21.x86_64 >08:52:36,483 DEBUG yum.verbose.YumBase: TSINFO: Marking orc-0.4.18-1.fc21.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-21.fc21.x86_64 >08:52:36,487 DEBUG yum.verbose.YumBase: TSINFO: Marking opus-1.1-1.fc21.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-21.fc21.x86_64 >08:52:36,490 DEBUG yum.verbose.YumBase: TSINFO: Marking libofa-0.9.3-23.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-21.fc21.x86_64 >08:52:36,494 DEBUG yum.verbose.YumBase: TSINFO: Marking libmpcdec-1.2.6-12.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-21.fc21.x86_64 >08:52:36,497 DEBUG yum.verbose.YumBase: TSINFO: Marking jasper-libs-1.900.1-25.fc21.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-21.fc21.x86_64 >08:52:36,504 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer-plugins-base-0.10.36-7.fc21.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-21.fc21.x86_64 >08:52:36,507 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-7.fc21.x86_64 to require for libgsttag-0.10.so.0()(64bit) >08:52:36,507 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-7.fc21.x86_64 to require for libgstsdp-0.10.so.0()(64bit) >08:52:36,508 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-7.fc21.x86_64 to require for libgstrtp-0.10.so.0()(64bit) >08:52:36,508 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-7.fc21.x86_64 to require for libgstriff-0.10.so.0()(64bit) >08:52:36,510 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-7.fc21.x86_64 to require for libgstinterfaces-0.10.so.0()(64bit) >08:52:36,510 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-7.fc21.x86_64 to require for libgstfft-0.10.so.0()(64bit) >08:52:36,511 DEBUG yum.verbose.YumBase: Quick matched gstreamer-0.10.36-7.fc21.x86_64 to require for libgstbase-0.10.so.0()(64bit) >08:52:36,512 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-7.fc21.x86_64 to require for libgstapp-0.10.so.0()(64bit) >08:52:36,515 DEBUG yum.verbose.YumBase: TSINFO: Marking gsm-1.0.13-10.fc21.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-21.fc21.x86_64 >08:52:36,518 DEBUG yum.verbose.YumBase: TSINFO: Marking libdvdnav-4.2.1-1.fc21.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-21.fc21.x86_64 >08:52:36,522 DEBUG yum.verbose.YumBase: TSINFO: Marking soundtouch-1.4.0-8.fc21.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-21.fc21.x86_64 >08:52:36,528 DEBUG yum.verbose.YumBase: TSINFO: Marking espeak-1.48.04-1.fc21.x86_64 as install for gstreamer-plugins-espeak-0.4.0-2.fc19.x86_64 >08:52:36,555 DEBUG yum.verbose.YumBase: TSINFO: Marking wavpack-4.70.0-1.fc21.x86_64 as install for gstreamer-plugins-good-0.10.31-11.fc21.x86_64 >08:52:36,559 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libvorbis-1.3.4-1.fc21.x86_64 as install for gstreamer-plugins-good-0.10.31-11.fc21.x86_64 >08:52:36,563 DEBUG yum.verbose.YumBase: TSINFO: Marking libv4l-1.0.0-1.fc21.x86_64 as install for gstreamer-plugins-good-0.10.31-11.fc21.x86_64 >08:52:36,568 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libtheora-1.1.1-9.fc21.x86_64 as install for gstreamer-plugins-good-0.10.31-11.fc21.x86_64 >08:52:36,572 DEBUG yum.verbose.YumBase: TSINFO: Marking taglib-1.9.1-4.fc21.x86_64 as install for gstreamer-plugins-good-0.10.31-11.fc21.x86_64 >08:52:36,575 DEBUG yum.verbose.YumBase: TSINFO: Marking speex-1.2-0.19.rc1.fc21.x86_64 as install for gstreamer-plugins-good-0.10.31-11.fc21.x86_64 >08:52:36,579 DEBUG yum.verbose.YumBase: TSINFO: Marking libshout-2.2.2-10.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-11.fc21.x86_64 >08:52:36,582 DEBUG yum.verbose.YumBase: TSINFO: Marking libavc1394-0.5.3-14.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-11.fc21.x86_64 >08:52:36,586 DEBUG yum.verbose.YumBase: TSINFO: Marking libraw1394-2.1.0-2.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-11.fc21.x86_64 >08:52:36,589 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libogg-1.3.0-6.fc21.x86_64 as install for gstreamer-plugins-good-0.10.31-11.fc21.x86_64 >08:52:36,593 DEBUG yum.verbose.YumBase: TSINFO: Marking libiec61883-1.2.0-10.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-11.fc21.x86_64 >08:52:36,596 DEBUG yum.verbose.YumBase: TSINFO: Marking libdv-1.0.0-17.fc21.x86_64 as install for gstreamer-plugins-good-0.10.31-11.fc21.x86_64 >08:52:36,600 DEBUG yum.verbose.YumBase: TSINFO: Marking flac-libs-1.3.0-3.fc21.x86_64 as install for gstreamer-plugins-good-0.10.31-11.fc21.x86_64 >08:52:36,608 DEBUG yum.verbose.YumBase: TSINFO: Marking gutenprint-libs-5.2.10-0.6.pre2.fc21.x86_64 as install for gutenprint-5.2.10-0.6.pre2.fc21.x86_64 >08:52:36,609 DEBUG yum.verbose.YumBase: Quick matched gutenprint-libs-5.2.10-0.6.pre2.fc21.x86_64 to require for libgutenprint.so.2()(64bit) >08:52:36,618 DEBUG yum.verbose.YumBase: TSINFO: Marking usbmuxd-1.0.9-0.2.c24463e.fc21.x86_64 as install for gvfs-afc-1.21.1-2.fc21.x86_64 >08:52:36,622 DEBUG yum.verbose.YumBase: TSINFO: Marking libusbmuxd-1.0.9-1.fc21.x86_64 as install for gvfs-afc-1.21.1-2.fc21.x86_64 >08:52:36,626 DEBUG yum.verbose.YumBase: TSINFO: Marking libtasn1-3.5-1.fc21.x86_64 as install for gvfs-afc-1.21.1-2.fc21.x86_64 >08:52:36,629 DEBUG yum.verbose.YumBase: TSINFO: Marking libplist-1.11-1.fc21.x86_64 as install for gvfs-afc-1.21.1-2.fc21.x86_64 >08:52:36,633 DEBUG yum.verbose.YumBase: TSINFO: Marking libimobiledevice-1.1.6-1.fc21.x86_64 as install for gvfs-afc-1.21.1-2.fc21.x86_64 >08:52:36,636 DEBUG yum.verbose.YumBase: TSINFO: Marking libbluray-0.5.0-4.fc21.x86_64 as install for gvfs-afc-1.21.1-2.fc21.x86_64 >08:52:36,648 DEBUG yum.verbose.YumBase: TSINFO: Marking fuse-libs-2.9.3-2.fc21.x86_64 as install for gvfs-fuse-1.21.1-2.fc21.x86_64 >08:52:36,649 DEBUG yum.verbose.YumBase: Quick matched fuse-libs-2.9.3-2.fc21.x86_64 to require for libfuse.so.2(FUSE_2.6)(64bit) >08:52:36,650 DEBUG yum.verbose.YumBase: TSINFO: Marking fuse-2.9.3-2.fc21.x86_64 as install for gvfs-fuse-1.21.1-2.fc21.x86_64 >08:52:36,660 DEBUG yum.verbose.YumBase: TSINFO: Marking libgphoto2-2.5.3-7.fc21.x86_64 as install for gvfs-gphoto2-1.21.1-2.fc21.x86_64 >08:52:36,662 DEBUG yum.verbose.YumBase: Quick matched libgphoto2-2.5.3-7.fc21.x86_64 to require for libgphoto2_port.so.10()(64bit) >08:52:36,662 DEBUG yum.verbose.YumBase: Quick matched libgphoto2-2.5.3-7.fc21.x86_64 to require for libgphoto2.so.6()(64bit) >08:52:36,668 DEBUG yum.verbose.YumBase: TSINFO: Marking libmtp-1.1.6-2.fc20.x86_64 as install for gvfs-mtp-1.21.1-2.fc21.x86_64 >08:52:36,685 DEBUG yum.verbose.YumBase: TSINFO: Marking hplip-libs-3.14.4-4.fc21.x86_64 as install for 1:hpijs-3.14.4-4.fc21.x86_64 >08:52:36,686 DEBUG yum.verbose.YumBase: Quick matched hplip-libs-3.14.4-4.fc21.x86_64 to require for libhpmud.so.0()(64bit) >08:52:36,687 DEBUG yum.verbose.YumBase: Quick matched hplip-libs-3.14.4-4.fc21.x86_64 to require for libhpip.so.0()(64bit) >08:52:36,697 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pillow-2.4.0-3.fc21.x86_64 as install for hplip-3.14.4-4.fc21.x86_64 >08:52:36,701 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:net-snmp-libs-5.7.2-19.fc21.x86_64 as install for hplip-3.14.4-4.fc21.x86_64 >08:52:36,705 DEBUG yum.verbose.YumBase: TSINFO: Marking hunspell-en-US-0.20121024-7.fc21.noarch as install for hunspell-1.3.2-15.fc21.x86_64 >08:52:36,714 DEBUG yum.verbose.YumBase: TSINFO: Marking libchewing-0.3.5-2.fc21.x86_64 as install for ibus-chewing-1.4.10.1-1.fc21.x86_64 >08:52:36,720 DEBUG yum.verbose.YumBase: TSINFO: Marking ibus-1.5.7-1.fc21.x86_64 as install for ibus-chewing-1.4.10.1-1.fc21.x86_64 >08:52:36,729 DEBUG yum.verbose.YumBase: TSINFO: Marking libhangul-0.1.0-7.fc20.x86_64 as install for ibus-hangul-1.4.2-7.fc21.x86_64 >08:52:36,734 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject3-3.13.1-1.fc21.x86_64 as install for ibus-hangul-1.4.2-7.fc21.x86_64 >08:52:36,741 DEBUG yum.verbose.YumBase: TSINFO: Marking libkkc-0.3.3-1.fc21.x86_64 as install for ibus-kkc-1.5.20-1.fc21.x86_64 >08:52:36,745 DEBUG yum.verbose.YumBase: TSINFO: Marking libgee06-0.6.8-2.fc20.x86_64 as install for ibus-kkc-1.5.20-1.fc21.x86_64 >08:52:36,753 DEBUG yum.verbose.YumBase: TSINFO: Marking libpinyin-data-1.0.0-1.fc21.x86_64 as install for ibus-libpinyin-1.6.92-2.fc21.x86_64 >08:52:36,758 DEBUG yum.verbose.YumBase: TSINFO: Marking libpinyin-1.0.0-1.fc21.x86_64 as install for ibus-libpinyin-1.6.92-2.fc21.x86_64 >08:52:36,760 DEBUG yum.verbose.YumBase: Quick matched libpinyin-1.0.0-1.fc21.x86_64 to require for libpinyin.so.4(LIBPINYIN)(64bit) >08:52:36,760 DEBUG yum.verbose.YumBase: Quick matched libpinyin-1.0.0-1.fc21.x86_64 to require for libpinyin.so.4()(64bit) >08:52:36,763 DEBUG yum.verbose.YumBase: TSINFO: Marking opencc-0.4.3-2.fc21.x86_64 as install for ibus-libpinyin-1.6.92-2.fc21.x86_64 >08:52:36,766 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-5.2.2-5.fc21.x86_64 as install for ibus-libpinyin-1.6.92-2.fc21.x86_64 >08:52:36,775 DEBUG yum.verbose.YumBase: TSINFO: Marking m17n-lib-1.6.4-10.fc21.x86_64 as install for ibus-m17n-1.3.4-12.fc21.x86_64 >08:52:36,777 DEBUG yum.verbose.YumBase: Quick matched m17n-lib-1.6.4-10.fc21.x86_64 to require for libm17n.so.0()(64bit) >08:52:36,777 DEBUG yum.verbose.YumBase: Quick matched m17n-lib-1.6.4-10.fc21.x86_64 to require for libm17n-core.so.0()(64bit) >08:52:36,781 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-enchant-1.6.5-12.fc20.noarch as install for ibus-typing-booster-1.2.10-2.fc21.noarch >08:52:36,784 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-dbus-1.2.0-1.fc21.x86_64 as install for ibus-typing-booster-1.2.10-2.fc21.noarch >08:52:36,786 DEBUG yum.verbose.YumBase: TSINFO: Marking libtranslit-m17n-0.0.3-3.fc21.x86_64 as install for ibus-typing-booster-1.2.10-2.fc21.noarch >08:52:36,791 DEBUG yum.verbose.YumBase: TSINFO: Marking tagsoup-1.2.1-6.fc20.noarch as install for icedtea-web-1.5-2.fc21.x86_64 >08:52:36,793 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:java-1.7.0-openjdk-1.7.0.60-2.5.0.16.pre02.fc21.x86_64 as install for icedtea-web-1.5-2.fc21.x86_64 >08:52:36,804 DEBUG yum.verbose.YumBase: TSINFO: Marking im-chooser-common-1.6.4-2.fc20.x86_64 as install for im-chooser-1.6.4-2.fc20.x86_64 >08:52:36,808 DEBUG yum.verbose.YumBase: TSINFO: Marking imsettings-libs-1.6.7-2.fc21.x86_64 as install for im-chooser-1.6.4-2.fc20.x86_64 >08:52:36,821 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:findutils-4.5.12-2.fc21.x86_64 as install for initscripts-9.54-2.fc21.x86_64 >08:52:36,826 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-release-21-0.6.noarch as install for initscripts-9.54-2.fc21.x86_64 >08:52:36,829 DEBUG yum.verbose.YumBase: TSINFO: Marking gawk-4.1.1-2.fc21.x86_64 as install for initscripts-9.54-2.fc21.x86_64 >08:52:36,836 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-5.3.28-4.fc21.x86_64 as install for iproute-3.14.0-2.fc21.x86_64 >08:52:36,840 DEBUG yum.verbose.YumBase: TSINFO: Marking linux-atm-libs-2.5.1-8.fc21.x86_64 as install for iproute-3.14.0-2.fc21.x86_64 >08:52:36,846 DEBUG yum.verbose.YumBase: TSINFO: Marking libnetfilter_conntrack-1.0.4-1.fc21.x86_64 as install for iptstate-2.2.5-3.fc20.x86_64 >08:52:36,858 DEBUG yum.verbose.YumBase: TSINFO: Marking numactl-libs-2.0.9-1.fc21.x86_64 as install for 2:irqbalance-1.0.7-6.fc21.x86_64 >08:52:36,859 DEBUG yum.verbose.YumBase: Quick matched numactl-libs-2.0.9-1.fc21.x86_64 to require for libnuma.so.1(libnuma_1.1)(64bit) >08:52:36,860 DEBUG yum.verbose.YumBase: Quick matched numactl-libs-2.0.9-1.fc21.x86_64 to require for libnuma.so.1()(64bit) >08:52:36,866 DEBUG yum.verbose.YumBase: TSINFO: Marking hwdata-0.265-1.fc21.noarch as install for isdn4k-utils-3.2-94.fc21.x86_64 >08:52:36,870 DEBUG yum.verbose.YumBase: TSINFO: Marking 14:libpcap-1.5.3-3.fc21.x86_64 as install for isdn4k-utils-3.2-94.fc21.x86_64 >08:52:36,876 DEBUG yum.verbose.YumBase: TSINFO: Marking kbd-misc-2.0.1-6.fc21.noarch as install for kbd-2.0.1-6.fc21.x86_64 >08:52:36,878 DEBUG yum.verbose.YumBase: TSINFO: Marking kbd-legacy-2.0.1-6.fc21.noarch as install for kbd-2.0.1-6.fc21.x86_64 >08:52:36,881 DEBUG yum.verbose.YumBase: TSINFO: Marking kernel-modules-3.15.0-0.rc5.git2.1.fc21.x86_64 as install for kernel-3.15.0-0.rc5.git2.1.fc21.x86_64 >08:52:36,883 DEBUG yum.verbose.YumBase: TSINFO: Marking kernel-core-3.15.0-0.rc5.git2.1.fc21.x86_64 as install for kernel-3.15.0-0.rc5.git2.1.fc21.x86_64 >08:52:36,886 DEBUG yum.verbose.YumBase: TSINFO: Marking khmeros-fonts-common-5.0-17.fc21.noarch as install for khmeros-base-fonts-5.0-17.fc21.noarch >08:52:36,889 DEBUG yum.verbose.YumBase: TSINFO: Marking groff-base-1.22.2-8.fc21.x86_64 as install for less-458-7.fc21.x86_64 >08:52:36,901 DEBUG yum.verbose.YumBase: TSINFO: Marking libtdb-1.2.13-1.fc21.x86_64 as install for libcanberra-gtk2-0.30-4.fc20.x86_64 >08:52:36,905 DEBUG yum.verbose.YumBase: TSINFO: Marking libtool-ltdl-2.4.2-24.fc21.x86_64 as install for libcanberra-gtk2-0.30-4.fc20.x86_64 >08:52:36,911 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:liberation-fonts-common-1.07.4-2.fc21.noarch as install for 1:liberation-mono-fonts-1.07.4-2.fc21.noarch >08:52:36,918 DEBUG yum.verbose.YumBase: TSINFO: Marking mozjs17-17.0.0-10.fc21.x86_64 as install for libproxy-mozjs-0.4.11-8.fc21.x86_64 >08:52:36,919 DEBUG yum.verbose.YumBase: Quick matched mozjs17-17.0.0-10.fc21.x86_64 to require for libmozjs-17.0.so()(64bit) >08:52:36,942 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libreoffice-ure-4.2.4.2-8.fc21.x86_64 as install for 1:libreoffice-calc-4.2.4.2-8.fc21.x86_64 >08:52:36,950 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 as install for 1:libreoffice-calc-4.2.4.2-8.fc21.x86_64 >08:52:36,959 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.2.4.2-8.fc21.x86_64 to require for libuno_salhelpergcc3.so.3(LIBO_UDK_3.6)(64bit) >08:52:36,959 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.2.4.2-8.fc21.x86_64 to require for libuno_sal.so.3(UDK_3_0_0)(64bit) >08:52:36,960 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.2.4.2-8.fc21.x86_64 to require for libuno_sal.so.3(UDK_3.9)(64bit) >08:52:36,960 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.2.4.2-8.fc21.x86_64 to require for libuno_sal.so.3(UDK_3.8)(64bit) >08:52:36,960 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.2.4.2-8.fc21.x86_64 to require for libuno_sal.so.3(UDK_3.7)(64bit) >08:52:36,961 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.2.4.2-8.fc21.x86_64 to require for libuno_sal.so.3(UDK_3.6)(64bit) >08:52:36,961 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.2.4.2-8.fc21.x86_64 to require for libuno_sal.so.3(UDK_3.3)(64bit) >08:52:36,962 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.2.4.2-8.fc21.x86_64 to require for libuno_sal.so.3(UDK_3.10)(64bit) >08:52:36,962 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.2.4.2-8.fc21.x86_64 to require for libuno_sal.so.3(UDK_3.1)(64bit) >08:52:36,963 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.2.4.2-8.fc21.x86_64 to require for libuno_sal.so.3(LIBO_UDK_4.2)(64bit) >08:52:36,963 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.2.4.2-8.fc21.x86_64 to require for libuno_sal.so.3(LIBO_UDK_4.1)(64bit) >08:52:36,963 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.2.4.2-8.fc21.x86_64 to require for libuno_sal.so.3(LIBO_UDK_4.0)(64bit) >08:52:36,964 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.2.4.2-8.fc21.x86_64 to require for libuno_sal.so.3(LIBO_UDK_3.6)(64bit) >08:52:36,964 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.2.4.2-8.fc21.x86_64 to require for libuno_sal.so.3(LIBO_UDK_3.5)(64bit) >08:52:36,965 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.2.4.2-8.fc21.x86_64 to require for libuno_cppuhelpergcc3.so.3(UDK_3_0_0)(64bit) >08:52:36,965 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.2.4.2-8.fc21.x86_64 to require for libuno_cppuhelpergcc3.so.3(UDK_3.6)(64bit) >08:52:36,966 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.2.4.2-8.fc21.x86_64 to require for libuno_cppuhelpergcc3.so.3(UDK_3.1)(64bit) >08:52:36,966 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.2.4.2-8.fc21.x86_64 to require for libuno_cppuhelpergcc3.so.3(LIBO_UDK_3.9)(64bit) >08:52:36,967 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.2.4.2-8.fc21.x86_64 to require for libuno_cppu.so.3(UDK_3_0_0)(64bit) >08:52:36,967 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.2.4.2-8.fc21.x86_64 to require for libuno_cppu.so.3(UDK_3.3)(64bit) >08:52:36,967 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.2.4.2-8.fc21.x86_64 to require for libuno_cppu.so.3(UDK_3.1)(64bit) >08:52:36,968 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 to require for libvcllo.so()(64bit) >08:52:36,969 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 to require for libvbahelperlo.so()(64bit) >08:52:36,969 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 to require for libutllo.so()(64bit) >08:52:36,970 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.2.4.2-8.fc21.x86_64 to require for libuno_sal.so.3()(64bit) >08:52:36,971 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.2.4.2-8.fc21.x86_64 to require for libuno_cppuhelpergcc3.so.3()(64bit) >08:52:36,971 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.2.4.2-8.fc21.x86_64 to require for libuno_cppu.so.3()(64bit) >08:52:36,972 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 to require for libtllo.so()(64bit) >08:52:36,973 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 to require for libtklo.so()(64bit) >08:52:36,973 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 to require for libsvxlo.so()(64bit) >08:52:36,974 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 to require for libsvxcorelo.so()(64bit) >08:52:36,974 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 to require for libsvtlo.so()(64bit) >08:52:36,974 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 to require for libsvllo.so()(64bit) >08:52:36,975 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 to require for libsotlo.so()(64bit) >08:52:36,975 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 to require for libsfxlo.so()(64bit) >08:52:36,976 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 to require for libsblo.so()(64bit) >08:52:36,976 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 to require for libsaxlo.so()(64bit) >08:52:36,980 DEBUG yum.verbose.YumBase: TSINFO: Marking liborcus-0.5.1-7.fc21.x86_64 as install for 1:libreoffice-calc-4.2.4.2-8.fc21.x86_64 >08:52:36,981 DEBUG yum.verbose.YumBase: Quick matched liborcus-0.5.1-7.fc21.x86_64 to require for liborcus-0.6.so.0()(64bit) >08:52:36,982 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 to require for libmsfilterlo.so()(64bit) >08:52:36,985 DEBUG yum.verbose.YumBase: TSINFO: Marking lpsolve-5.5.2.0-7.fc20.x86_64 as install for 1:libreoffice-calc-4.2.4.2-8.fc21.x86_64 >08:52:36,987 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 to require for libfilelo.so()(64bit) >08:52:36,987 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 to require for libeditenglo.so()(64bit) >08:52:36,988 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 to require for libdrawinglayerlo.so()(64bit) >08:52:36,988 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 to require for libdbtoolslo.so()(64bit) >08:52:36,990 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 to require for libcomphelper.so()(64bit) >08:52:36,991 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 to require for libbasegfxlo.so()(64bit) >08:52:36,991 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 to require for libavmedialo.so()(64bit) >08:52:36,997 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libreoffice-pdfimport-4.2.4.2-8.fc21.x86_64 as install for 1:libreoffice-draw-4.2.4.2-8.fc21.x86_64 >08:52:37,003 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libreoffice-pyuno-4.2.4.2-8.fc21.x86_64 as install for 1:libreoffice-emailmerge-4.2.4.2-8.fc21.x86_64 >08:52:37,034 DEBUG yum.verbose.YumBase: TSINFO: Marking libwpg-0.2.2-6.fc21.x86_64 as install for 1:libreoffice-graphicfilter-4.2.4.2-8.fc21.x86_64 >08:52:37,038 DEBUG yum.verbose.YumBase: TSINFO: Marking libwpd-0.9.9-2.fc21.x86_64 as install for 1:libreoffice-graphicfilter-4.2.4.2-8.fc21.x86_64 >08:52:37,039 DEBUG yum.verbose.YumBase: Quick matched libwpd-0.9.9-2.fc21.x86_64 to require for libwpd-0.9.so.9()(64bit) >08:52:37,042 DEBUG yum.verbose.YumBase: TSINFO: Marking libvisio-0.0.31-3.fc21.x86_64 as install for 1:libreoffice-graphicfilter-4.2.4.2-8.fc21.x86_64 >08:52:37,046 DEBUG yum.verbose.YumBase: TSINFO: Marking libodfgen-0.0.4-1.fc21.x86_64 as install for 1:libreoffice-graphicfilter-4.2.4.2-8.fc21.x86_64 >08:52:37,050 DEBUG yum.verbose.YumBase: TSINFO: Marking libmspub-0.0.6-6.fc21.x86_64 as install for 1:libreoffice-graphicfilter-4.2.4.2-8.fc21.x86_64 >08:52:37,053 DEBUG yum.verbose.YumBase: TSINFO: Marking libfreehand-0.0.0-4.fc21.x86_64 as install for 1:libreoffice-graphicfilter-4.2.4.2-8.fc21.x86_64 >08:52:37,057 DEBUG yum.verbose.YumBase: TSINFO: Marking libetonyek-0.0.4-1.fc21.x86_64 as install for 1:libreoffice-graphicfilter-4.2.4.2-8.fc21.x86_64 >08:52:37,061 DEBUG yum.verbose.YumBase: TSINFO: Marking libcdr-0.0.16-1.fc21.x86_64 as install for 1:libreoffice-graphicfilter-4.2.4.2-8.fc21.x86_64 >08:52:37,114 DEBUG yum.verbose.YumBase: TSINFO: Marking libwps-0.2.9-7.fc21.x86_64 as install for 1:libreoffice-writer-4.2.4.2-8.fc21.x86_64 >08:52:37,120 DEBUG yum.verbose.YumBase: TSINFO: Marking libmwaw-0.2.0-4.fc21.x86_64 as install for 1:libreoffice-writer-4.2.4.2-8.fc21.x86_64 >08:52:37,123 DEBUG yum.verbose.YumBase: TSINFO: Marking libe-book-0.0.3-2.fc21.x86_64 as install for 1:libreoffice-writer-4.2.4.2-8.fc21.x86_64 >08:52:37,127 DEBUG yum.verbose.YumBase: TSINFO: Marking libabw-0.0.2-1.fc21.x86_64 as install for 1:libreoffice-writer-4.2.4.2-8.fc21.x86_64 >08:52:37,134 DEBUG yum.verbose.YumBase: TSINFO: Marking sane-backends-1.0.24-9.fc21.x86_64 as install for libsane-hpaio-3.14.4-4.fc21.x86_64 >08:52:37,147 DEBUG yum.verbose.YumBase: TSINFO: Marking gzip-1.6-2.fc21.x86_64 as install for man-db-2.6.7.1-1.fc21.x86_64 >08:52:37,150 DEBUG yum.verbose.YumBase: TSINFO: Marking libpipeline-1.3.0-1.fc21.x86_64 as install for man-db-2.6.7.1-1.fc21.x86_64 >08:52:37,153 DEBUG yum.verbose.YumBase: TSINFO: Marking gdbm-1.11-1.fc21.x86_64 as install for man-db-2.6.7.1-1.fc21.x86_64 >08:52:37,159 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-filesystem-2.2.2-3.fc21.x86_64 as install for mdadm-3.3-7.fc21.x86_64 >08:52:37,168 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-filesystem-10.2-0.4.rc2.20140510.fc21.x86_64 as install for mesa-dri-drivers-10.2-0.4.rc2.20140510.fc21.x86_64 >08:52:37,172 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-libelf-0.158-3.fc21.x86_64 as install for mesa-dri-drivers-10.2-0.4.rc2.20140510.fc21.x86_64 >08:52:37,173 DEBUG yum.verbose.YumBase: Quick matched elfutils-libelf-0.158-3.fc21.x86_64 to require for libelf.so.1(ELFUTILS_1.0)(64bit) >08:52:37,174 DEBUG yum.verbose.YumBase: Quick matched elfutils-libelf-0.158-3.fc21.x86_64 to require for libelf.so.1()(64bit) >08:52:37,177 DEBUG yum.verbose.YumBase: TSINFO: Marking llvm-libs-3.4-6.fc21.x86_64 as install for mesa-dri-drivers-10.2-0.4.rc2.20140510.fc21.x86_64 >08:52:37,185 DEBUG yum.verbose.YumBase: TSINFO: Marking lockdev-1.0.4-0.15.20111007git.fc21.x86_64 as install for minicom-2.7-1.fc21.x86_64 >08:52:37,186 DEBUG yum.verbose.YumBase: Quick matched lockdev-1.0.4-0.15.20111007git.fc21.x86_64 to require for liblockdev.so.1()(64bit) >08:52:37,193 DEBUG yum.verbose.YumBase: TSINFO: Marking libXcursor-1.1.14-2.fc21.x86_64 as install for mousetweaks-3.12.0-1.fc21.x86_64 >08:52:37,218 DEBUG yum.verbose.YumBase: TSINFO: Marking libtirpc-0.2.4-1.0.fc21.x86_64 as install for 1:nfs-utils-1.3.0-1.2.fc21.x86_64 >08:52:37,220 DEBUG yum.verbose.YumBase: TSINFO: Marking rpcbind-0.2.1-0.2.fc21.x86_64 as install for 1:nfs-utils-1.3.0-1.2.fc21.x86_64 >08:52:37,226 DEBUG yum.verbose.YumBase: TSINFO: Marking libnfsidmap-0.25-8.fc21.x86_64 as install for 1:nfs-utils-1.3.0-1.2.fc21.x86_64 >08:52:37,229 DEBUG yum.verbose.YumBase: TSINFO: Marking libmount-2.24.2-4.fc21.x86_64 as install for 1:nfs-utils-1.3.0-1.2.fc21.x86_64 >08:52:37,230 DEBUG yum.verbose.YumBase: Quick matched libmount-2.24.2-4.fc21.x86_64 to require for libmount >08:52:37,234 DEBUG yum.verbose.YumBase: TSINFO: Marking libevent-2.0.21-4.fc21.x86_64 as install for 1:nfs-utils-1.3.0-1.2.fc21.x86_64 >08:52:37,238 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-libs-1.02.85-3.fc21.x86_64 as install for 1:nfs-utils-1.3.0-1.2.fc21.x86_64 >08:52:37,242 DEBUG yum.verbose.YumBase: TSINFO: Marking nhn-nanum-fonts-common-3.020-9.fc20.noarch as install for nhn-nanum-gothic-fonts-3.020-9.fc20.noarch >08:52:37,257 DEBUG yum.verbose.YumBase: TSINFO: Marking newt-0.52.17-1.fc21.x86_64 as install for ntsysv-1.3.61-1.fc21.x86_64 >08:52:37,258 DEBUG yum.verbose.YumBase: Quick matched newt-0.52.17-1.fc21.x86_64 to require for libnewt.so.0.52()(64bit) >08:52:37,270 DEBUG yum.verbose.YumBase: TSINFO: Marking open-vm-tools-9.4.0-9.fc21.x86_64 as install for open-vm-tools-desktop-9.4.0-9.fc21.x86_64 >08:52:37,273 DEBUG yum.verbose.YumBase: Quick matched open-vm-tools-9.4.0-9.fc21.x86_64 to require for libvmtools.so.0()(64bit) >08:52:37,273 DEBUG yum.verbose.YumBase: Quick matched open-vm-tools-9.4.0-9.fc21.x86_64 to require for libhgfs.so.0()(64bit) >08:52:37,276 DEBUG yum.verbose.YumBase: TSINFO: Marking gtkmm24-2.24.4-2.fc21.x86_64 as install for open-vm-tools-desktop-9.4.0-9.fc21.x86_64 >08:52:37,278 DEBUG yum.verbose.YumBase: Quick matched gtkmm24-2.24.4-2.fc21.x86_64 to require for libgdkmm-2.4.so.1()(64bit) >08:52:37,280 DEBUG yum.verbose.YumBase: TSINFO: Marking libXinerama-1.1.3-2.fc21.x86_64 as install for open-vm-tools-desktop-9.4.0-9.fc21.x86_64 >08:52:37,288 DEBUG yum.verbose.YumBase: TSINFO: Marking openssh-6.4p1-3.fc21.x86_64 as install for openssh-clients-6.4p1-3.fc21.x86_64 >08:52:37,299 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-speechd-0.8-7.fc21.x86_64 as install for orca-3.13.1-1.fc21.noarch >08:52:37,301 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-pyatspi-2.12.0-1.fc21.noarch as install for orca-3.13.1-1.fc21.noarch >08:52:37,304 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-brlapi-0.6.2-2.fc21.x86_64 as install for orca-3.13.1-1.fc21.noarch >08:52:37,310 DEBUG yum.verbose.YumBase: TSINFO: Marking libwnck3-3.4.7-1.fc21.x86_64 as install for orca-3.13.1-1.fc21.noarch >08:52:37,314 DEBUG yum.verbose.YumBase: TSINFO: Marking liblouis-python3-2.5.3-2.fc20.noarch as install for orca-3.13.1-1.fc21.noarch >08:52:37,337 DEBUG yum.verbose.YumBase: TSINFO: Marking paps-libs-0.6.8-28.fc21.x86_64 as install for paps-0.6.8-28.fc21.x86_64 >08:52:37,338 DEBUG yum.verbose.YumBase: Quick matched paps-libs-0.6.8-28.fc21.x86_64 to require for libpaps.so.0()(64bit) >08:52:37,344 DEBUG yum.verbose.YumBase: TSINFO: Marking libsepol-2.3-1.fc21.x86_64 as install for parted-3.1-21.fc21.x86_64 >08:52:37,355 DEBUG yum.verbose.YumBase: TSINFO: Marking libuser-0.60-3.fc21.x86_64 as install for passwd-0.79-2.fc21.x86_64 >08:52:37,365 DEBUG yum.verbose.YumBase: TSINFO: Marking passwdqc-lib-1.3.0-1.fc21.x86_64 as install for passwdqc-1.3.0-1.fc21.x86_64 >08:52:37,372 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-libs-17-1.fc21.x86_64 as install for pciutils-3.2.1-2.fc21.x86_64 >08:52:37,374 DEBUG yum.verbose.YumBase: Quick matched kmod-libs-17-1.fc21.x86_64 to require for libkmod.so.2()(64bit) >08:52:37,377 DEBUG yum.verbose.YumBase: TSINFO: Marking libsysfs-2.1.0-15.fc21.x86_64 as install for pcmciautils-018-5.fc20.x86_64 >08:52:37,381 DEBUG yum.verbose.YumBase: TSINFO: Marking xdg-utils-1.1.0-0.24.rc2.fc21.noarch as install for pinfo-0.6.10-8.fc20.x86_64 >08:52:37,389 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-scripts-0.8.9-4.2013.08.14.fc21.x86_64 as install for plymouth-0.8.9-4.2013.08.14.fc21.x86_64 >08:52:37,395 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-core-libs-0.8.9-4.2013.08.14.fc21.x86_64 as install for plymouth-0.8.9-4.2013.08.14.fc21.x86_64 >08:52:37,397 DEBUG yum.verbose.YumBase: Quick matched plymouth-core-libs-0.8.9-4.2013.08.14.fc21.x86_64 to require for libply-splash-core.so.2()(64bit) >08:52:37,399 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-theme-charge-0.8.9-4.2013.08.14.fc21.x86_64 as install for plymouth-system-theme-0.8.9-4.2013.08.14.fc21.x86_64 >08:52:37,408 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-utils-2.2.2-8.fc21.x86_64 as install for policycoreutils-2.3-2.fc21.x86_64 >08:52:37,413 DEBUG yum.verbose.YumBase: TSINFO: Marking libsemanage-2.3-1.fc21.x86_64 as install for policycoreutils-2.3-2.fc21.x86_64 >08:52:37,417 DEBUG yum.verbose.YumBase: TSINFO: Marking diffutils-3.3-6.fc21.x86_64 as install for policycoreutils-2.3-2.fc21.x86_64 >08:52:37,444 DEBUG yum.verbose.YumBase: TSINFO: Marking rtkit-0.11-8.fc21.x86_64 as install for pulseaudio-5.0-4.fc21.x86_64 >08:52:37,450 DEBUG yum.verbose.YumBase: TSINFO: Marking libxcb-1.10-1.fc21.x86_64 as install for pulseaudio-5.0-4.fc21.x86_64 >08:52:37,454 DEBUG yum.verbose.YumBase: TSINFO: Marking webrtc-audio-processing-0.1-6.fc21.x86_64 as install for pulseaudio-5.0-4.fc21.x86_64 >08:52:37,469 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:quota-nls-4.01-12.fc21.noarch as install for 1:quota-4.01-12.fc21.x86_64 >08:52:37,490 DEBUG yum.verbose.YumBase: TSINFO: Marking libdmapsharing-2.9.24-2.fc21.x86_64 as install for rhythmbox-3.0.2-3.fc21.x86_64 >08:52:37,492 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-mako-0.7.3-2.fc20.noarch as install for rhythmbox-3.0.2-3.fc21.x86_64 >08:52:37,494 DEBUG yum.verbose.YumBase: TSINFO: Marking media-player-info-17-4.fc20.noarch as install for rhythmbox-3.0.2-3.fc21.x86_64 >08:52:37,498 DEBUG yum.verbose.YumBase: TSINFO: Marking libmx-1.4.7-12.fc21.x86_64 as install for rhythmbox-3.0.2-3.fc21.x86_64 >08:52:37,505 DEBUG yum.verbose.YumBase: TSINFO: Marking libgpod-0.8.3-2.fc21.x86_64 as install for rhythmbox-3.0.2-3.fc21.x86_64 >08:52:37,521 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-utils-5.3.28-4.fc21.x86_64 as install for rpm-4.11.2-10.fc21.x86_64 >08:52:37,537 DEBUG yum.verbose.YumBase: TSINFO: Marking json-c-0.11-6.fc21.x86_64 as install for rsyslog-7.4.8-2.fc21.x86_64 >08:52:37,542 DEBUG yum.verbose.YumBase: TSINFO: Marking libestr-0.1.9-1.fc21.x86_64 as install for rsyslog-7.4.8-2.fc21.x86_64 >08:52:37,584 DEBUG yum.verbose.YumBase: TSINFO: Marking libunistring-0.9.3-9.fc21.x86_64 as install for rygel-0.22.1-1.fc21.x86_64 >08:52:37,618 DEBUG yum.verbose.YumBase: TSINFO: Marking gupnp-dlna-0.10.2-2.fc21.x86_64 as install for rygel-0.22.1-1.fc21.x86_64 >08:52:37,640 DEBUG yum.verbose.YumBase: Quick matched gupnp-dlna-0.10.2-2.fc21.x86_64 to require for libgupnp-dlna-2.0.so.3()(64bit) >08:52:37,661 DEBUG yum.verbose.YumBase: TSINFO: Marking gupnp-av-0.12.5-1.fc21.x86_64 as install for rygel-0.22.1-1.fc21.x86_64 >08:52:37,697 DEBUG yum.verbose.YumBase: TSINFO: Marking gupnp-0.20.11-1.fc21.x86_64 as install for rygel-0.22.1-1.fc21.x86_64 >08:52:37,734 DEBUG yum.verbose.YumBase: TSINFO: Marking gssdp-0.14.7-1.fc21.x86_64 as install for rygel-0.22.1-1.fc21.x86_64 >08:52:37,777 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:samba-libs-4.1.6-2.fc21.x86_64 as install for 2:samba-client-4.1.6-2.fc21.x86_64 >08:52:37,782 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:samba-common-4.1.6-2.fc21.x86_64 as install for 2:samba-client-4.1.6-2.fc21.x86_64 >08:52:37,788 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libutil_reg.so(SAMBA_4.1.6)(64bit) >08:52:37,789 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libutil_cmdline.so(SAMBA_4.1.6)(64bit) >08:52:37,789 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libtrusts_util.so(SAMBA_4.1.6)(64bit) >08:52:37,795 DEBUG yum.verbose.YumBase: TSINFO: Marking libtevent-0.9.21-1.fc21.x86_64 as install for 2:samba-client-4.1.6-2.fc21.x86_64 >08:52:37,797 DEBUG yum.verbose.YumBase: Quick matched libtevent-0.9.21-1.fc21.x86_64 to require for libtevent.so.0(TEVENT_0.9.12)(64bit) >08:52:37,798 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsmbregistry.so(SAMBA_4.1.6)(64bit) >08:52:37,799 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsmbconf.so.0(SMBCONF_0)(64bit) >08:52:37,799 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsmbclient-raw.so.0(SMBCLIENT_RAW_0.0.1)(64bit) >08:52:37,800 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsmb_transport.so(SAMBA_4.1.6)(64bit) >08:52:37,801 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libserver-role.so(SAMBA_4.1.6)(64bit) >08:52:37,801 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsecrets3.so(SAMBA_4.1.6)(64bit) >08:52:37,802 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsamdb-common.so(SAMBA_4.1.6)(64bit) >08:52:37,802 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsamba3-util.so(SAMBA_4.1.6)(64bit) >08:52:37,803 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit) >08:52:37,803 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsamba-sockets.so(SAMBA_4.1.6)(64bit) >08:52:37,804 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsamba-security.so(SAMBA_4.1.6)(64bit) >08:52:37,805 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsamba-hostconfig.so.0(SAMBA_HOSTCONFIG_0.0.1)(64bit) >08:52:37,805 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsamba-credentials.so.0(SAMBA_CREDENTIALS_0.0.1)(64bit) >08:52:37,805 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libreplace.so(SAMBA_4.1.6)(64bit) >08:52:37,806 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libregistry.so.0(REGISTRY_0.0.1)(64bit) >08:52:37,807 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libntdb.so.0(NTDB_0.9)(64bit) >08:52:37,808 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libnetif.so(SAMBA_4.1.6)(64bit) >08:52:37,809 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libndr.so.0(NDR_0.0.1)(64bit) >08:52:37,809 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libndr-standard.so.0(NDR_STANDARD_0.0.1)(64bit) >08:52:37,810 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libndr-samba.so(SAMBA_4.1.6)(64bit) >08:52:37,810 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libndr-nbt.so.0(NDR_NBT_0.0.1)(64bit) >08:52:37,811 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libmsrpc3.so(SAMBA_4.1.6)(64bit) >08:52:37,812 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for liblibsmb.so(SAMBA_4.1.6)(64bit) >08:52:37,812 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for liblibcli_netlogon3.so(SAMBA_4.1.6)(64bit) >08:52:37,813 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for liblibcli_lsa3.so(SAMBA_4.1.6)(64bit) >08:52:37,813 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libldbsamba.so(SAMBA_4.1.6)(64bit) >08:52:37,819 DEBUG yum.verbose.YumBase: TSINFO: Marking libldb-1.1.17-2.fc21.x86_64 as install for 2:samba-client-4.1.6-2.fc21.x86_64 >08:52:37,821 DEBUG yum.verbose.YumBase: Quick matched libldb-1.1.17-2.fc21.x86_64 to require for libldb.so.1(LDB_0.9.18)(64bit) >08:52:37,821 DEBUG yum.verbose.YumBase: Quick matched libldb-1.1.17-2.fc21.x86_64 to require for libldb.so.1(LDB_0.9.15)(64bit) >08:52:37,822 DEBUG yum.verbose.YumBase: Quick matched libldb-1.1.17-2.fc21.x86_64 to require for libldb.so.1(LDB_0.9.10)(64bit) >08:52:37,823 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libgensec.so.0(GENSEC_0.0.1)(64bit) >08:52:37,824 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libevents.so(SAMBA_4.1.6)(64bit) >08:52:37,824 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for liberrors.so(SAMBA_4.1.6)(64bit) >08:52:37,825 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libdcerpc.so.0(DCERPC_0.0.1)(64bit) >08:52:37,825 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libdcerpc-samba.so(SAMBA_4.1.6)(64bit) >08:52:37,826 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libdcerpc-binding.so.0(DCERPC_BINDING_0.0.1)(64bit) >08:52:37,826 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libdbwrap.so(SAMBA_4.1.6)(64bit) >08:52:37,827 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libcmdline-credentials.so(SAMBA_4.1.6)(64bit) >08:52:37,827 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libcliauth.so(SAMBA_4.1.6)(64bit) >08:52:37,828 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libcli_spoolss.so(SAMBA_4.1.6)(64bit) >08:52:37,828 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libcli_smb_common.so(SAMBA_4.1.6)(64bit) >08:52:37,829 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libcli_cldap.so(SAMBA_4.1.6)(64bit) >08:52:37,829 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libcli-nbt.so(SAMBA_4.1.6)(64bit) >08:52:37,829 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libcli-ldap.so(SAMBA_4.1.6)(64bit) >08:52:37,830 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libaddns.so(SAMBA_4.1.6)(64bit) >08:52:37,831 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libCHARSET3.so(SAMBA_4.1.6)(64bit) >08:52:37,832 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libutil_tdb.so()(64bit) >08:52:37,832 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libutil_reg.so()(64bit) >08:52:37,833 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libutil_cmdline.so()(64bit) >08:52:37,834 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libtrusts_util.so()(64bit) >08:52:37,836 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsmbregistry.so()(64bit) >08:52:37,837 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsmbconf.so.0()(64bit) >08:52:37,837 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsmbclient-raw.so.0()(64bit) >08:52:37,838 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsmb_transport.so()(64bit) >08:52:37,838 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libserver-role.so()(64bit) >08:52:37,839 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsecrets3.so()(64bit) >08:52:37,840 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsamdb-common.so()(64bit) >08:52:37,840 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsamba3-util.so()(64bit) >08:52:37,841 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsamba-util.so.0()(64bit) >08:52:37,841 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsamba-sockets.so()(64bit) >08:52:37,842 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsamba-security.so()(64bit) >08:52:37,842 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsamba-hostconfig.so.0()(64bit) >08:52:37,843 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsamba-credentials.so.0()(64bit) >08:52:37,843 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libreplace.so()(64bit) >08:52:37,844 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libregistry.so.0()(64bit) >08:52:37,846 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libntdb.so.0()(64bit) >08:52:37,847 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libnetif.so()(64bit) >08:52:37,848 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libndr.so.0()(64bit) >08:52:37,849 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libndr-standard.so.0()(64bit) >08:52:37,849 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libndr-samba.so()(64bit) >08:52:37,850 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libndr-nbt.so.0()(64bit) >08:52:37,851 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libmsrpc3.so()(64bit) >08:52:37,852 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for liblibsmb.so()(64bit) >08:52:37,852 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for liblibcli_netlogon3.so()(64bit) >08:52:37,853 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for liblibcli_lsa3.so()(64bit) >08:52:37,854 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libldbsamba.so()(64bit) >08:52:37,857 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libgensec.so.0()(64bit) >08:52:37,858 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libevents.so()(64bit) >08:52:37,858 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for liberrors.so()(64bit) >08:52:37,859 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libdcerpc.so.0()(64bit) >08:52:37,860 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libdcerpc-samba.so()(64bit) >08:52:37,860 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libdcerpc-binding.so.0()(64bit) >08:52:37,861 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libdbwrap.so()(64bit) >08:52:37,862 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libcmdline-credentials.so()(64bit) >08:52:37,862 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libcliauth.so()(64bit) >08:52:37,863 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libcli_spoolss.so()(64bit) >08:52:37,863 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libcli_smb_common.so()(64bit) >08:52:37,864 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libcli_cldap.so()(64bit) >08:52:37,864 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libcli-nbt.so()(64bit) >08:52:37,865 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libcli-ldap.so()(64bit) >08:52:37,865 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libaddns.so()(64bit) >08:52:37,866 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libCHARSET3.so()(64bit) >08:52:37,876 DEBUG yum.verbose.YumBase: TSINFO: Marking sane-backends-libs-1.0.24-9.fc21.x86_64 as install for sane-backends-drivers-scanners-1.0.24-9.fc21.x86_64 >08:52:37,880 DEBUG yum.verbose.YumBase: TSINFO: Marking libieee1284-0.2.11-15.fc20.x86_64 as install for sane-backends-drivers-scanners-1.0.24-9.fc21.x86_64 >08:52:37,895 DEBUG yum.verbose.YumBase: TSINFO: Marking pinentry-gtk-0.8.3-1.fc21.x86_64 as install for seahorse-3.12.0-1.fc21.x86_64 >08:52:37,901 DEBUG yum.verbose.YumBase: TSINFO: Marking gpgme-1.4.3-1.fc21.x86_64 as install for seahorse-3.12.0-1.fc21.x86_64 >08:52:37,902 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.4.3-1.fc21.x86_64 to require for libgpgme.so.11(GPGME_1.0)(64bit) >08:52:37,903 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.4.3-1.fc21.x86_64 to require for libgpgme.so.11()(64bit) >08:52:37,907 DEBUG yum.verbose.YumBase: TSINFO: Marking selinux-policy-3.13.1-53.fc21.noarch as install for selinux-policy-targeted-3.13.1-53.fc21.noarch >08:52:37,909 DEBUG yum.verbose.YumBase: Quick matched selinux-policy-3.13.1-53.fc21.noarch to require for selinux-policy >08:52:37,916 DEBUG yum.verbose.YumBase: TSINFO: Marking setroubleshoot-server-3.2.18-1.1.fc21.x86_64 as install for setroubleshoot-3.2.18-1.1.fc21.x86_64 >08:52:37,919 DEBUG yum.verbose.YumBase: TSINFO: Marking pygtk2-libglade-2.24.0-8.fc21.x86_64 as install for setroubleshoot-3.2.18-1.1.fc21.x86_64 >08:52:37,926 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-gtk-2.2.2-3.fc21.x86_64 as install for setroubleshoot-3.2.18-1.1.fc21.x86_64 >08:52:37,929 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-python-2.2.2-3.fc21.x86_64 as install for setroubleshoot-3.2.18-1.1.fc21.x86_64 >08:52:37,932 DEBUG yum.verbose.YumBase: TSINFO: Marking usermode-1.111-4.fc21.x86_64 as install for setuptool-1.19.11-7.fc20.x86_64 >08:52:37,946 DEBUG yum.verbose.YumBase: TSINFO: Marking LibRaw-0.16.0-2.fc21.x86_64 as install for shotwell-0.18.0-1.fc21.x86_64 >08:52:37,950 DEBUG yum.verbose.YumBase: TSINFO: Marking libgomp-4.9.0-3.fc21.x86_64 as install for shotwell-0.18.0-1.fc21.x86_64 >08:52:37,953 DEBUG yum.verbose.YumBase: TSINFO: Marking libgexiv2-0.10.1-1.fc21.x86_64 as install for shotwell-0.18.0-1.fc21.x86_64 >08:52:37,964 DEBUG yum.verbose.YumBase: TSINFO: Marking mailx-12.5-10.fc21.x86_64 as install for 1:smartmontools-6.2-5.fc21.x86_64 >08:52:37,995 DEBUG yum.verbose.YumBase: TSINFO: Marking ssmtp-2.64-11.fc21.x86_64 as install for 1:smartmontools-6.2-5.fc21.x86_64 >08:52:37,998 DEBUG yum.verbose.YumBase: TSINFO: Marking smc-fonts-common-6.0-7.fc21.noarch as install for smc-meera-fonts-6.0-7.fc21.noarch >08:52:38,003 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-5.1.2-8alpha.fc21.x86_64 as install for sos-3.1-1.fc21.noarch >08:52:38,006 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-python-4.11.2-10.fc21.x86_64 as install for sos-3.1-1.fc21.noarch >08:52:38,008 DEBUG yum.verbose.YumBase: TSINFO: Marking libxml2-python-2.9.1-2.fc21.x86_64 as install for sos-3.1-1.fc21.noarch >08:52:38,014 DEBUG yum.verbose.YumBase: TSINFO: Marking libpciaccess-0.13.3-0.1.fc21.x86_64 as install for spice-vdagent-0.15.0-1.fc21.x86_64 >08:52:38,018 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-proxy-1.11.5.1-3.fc21.x86_64 as install for sssd-1.11.5.1-3.fc21.x86_64 >08:52:38,020 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-ldap-1.11.5.1-3.fc21.x86_64 as install for sssd-1.11.5.1-3.fc21.x86_64 >08:52:38,022 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-krb5-1.11.5.1-3.fc21.x86_64 as install for sssd-1.11.5.1-3.fc21.x86_64 >08:52:38,024 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-ipa-1.11.5.1-3.fc21.x86_64 as install for sssd-1.11.5.1-3.fc21.x86_64 >08:52:38,026 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-common-pac-1.11.5.1-3.fc21.x86_64 as install for sssd-1.11.5.1-3.fc21.x86_64 >08:52:38,028 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-common-1.11.5.1-3.fc21.x86_64 as install for sssd-1.11.5.1-3.fc21.x86_64 >08:52:38,032 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-ad-1.11.5.1-3.fc21.x86_64 as install for sssd-1.11.5.1-3.fc21.x86_64 >08:52:38,034 DEBUG yum.verbose.YumBase: TSINFO: Marking python-sssdconfig-1.11.5.1-3.fc21.noarch as install for sssd-1.11.5.1-3.fc21.x86_64 >08:52:38,047 DEBUG yum.verbose.YumBase: TSINFO: Marking libmusicbrainz5-5.0.1-8.fc20.x86_64 as install for sushi-3.12.0-1.fc21.x86_64 >08:52:38,052 DEBUG yum.verbose.YumBase: TSINFO: Marking system-config-printer-libs-1.4.4-2.fc21.noarch as install for system-config-printer-1.4.4-2.fc21.x86_64 >08:52:38,055 DEBUG yum.verbose.YumBase: TSINFO: Marking pycairo-1.8.10-8.fc21.x86_64 as install for system-config-printer-1.4.4-2.fc21.x86_64 >08:52:38,068 DEBUG yum.verbose.YumBase: TSINFO: Marking libseccomp-2.1.1-2.fc21.x86_64 as install for systemd-212-4.fc21.x86_64 >08:52:38,071 DEBUG yum.verbose.YumBase: TSINFO: Marking qrencode-libs-3.4.2-1.fc21.x86_64 as install for systemd-212-4.fc21.x86_64 >08:52:38,074 DEBUG yum.verbose.YumBase: TSINFO: Marking libmicrohttpd-0.9.34-2.fc21.x86_64 as install for systemd-212-4.fc21.x86_64 >08:52:38,084 DEBUG yum.verbose.YumBase: TSINFO: Marking thai-scalable-fonts-common-0.5.0-7.fc20.noarch as install for thai-scalable-waree-fonts-0.5.0-7.fc20.noarch >08:52:38,099 DEBUG yum.verbose.YumBase: TSINFO: Marking pyxdg-0.25-2.fc20.noarch as install for 1:totem-3.12.0-1.fc21.x86_64 >08:52:38,102 DEBUG yum.verbose.YumBase: TSINFO: Marking grilo-plugins-0.2.12-3.fc21.x86_64 as install for 1:totem-3.12.0-1.fc21.x86_64 >08:52:38,126 DEBUG yum.verbose.YumBase: TSINFO: Marking transmission-common-2.82-1.fc20.x86_64 as install for transmission-gtk-2.82-1.fc20.x86_64 >08:52:38,132 DEBUG yum.verbose.YumBase: TSINFO: Marking dtc-1.4.0-3.fc21.x86_64 as install for uboot-tools-2014.04-5.fc21.x86_64 >08:52:38,138 DEBUG yum.verbose.YumBase: TSINFO: Marking usb_modeswitch-data-20140327-1.fc21.noarch as install for usb_modeswitch-2.1.1-1.fc21.x86_64 >08:52:38,151 DEBUG yum.verbose.YumBase: TSINFO: Marking jimtcl-0.75-1.fc21.x86_64 as install for usb_modeswitch-2.1.1-1.fc21.x86_64 >08:52:38,171 DEBUG yum.verbose.YumBase: TSINFO: Marking libutempter-1.1.6-3.fc21.x86_64 as install for util-linux-2.24.2-4.fc21.x86_64 >08:52:38,172 DEBUG yum.verbose.YumBase: Quick matched libutempter-1.1.6-3.fc21.x86_64 to require for libutempter.so.0()(64bit) >08:52:38,189 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:freerdp-1.1.0-0.10.beta.2013071101.fc21.x86_64 as install for vinagre-3.12.1-1.fc21.x86_64 >08:52:38,195 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-ui-gtk3-0.6.31-25.fc21.x86_64 as install for vinagre-3.12.1-1.fc21.x86_64 >08:52:38,200 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-gobject-0.6.31-25.fc21.x86_64 as install for vinagre-3.12.1-1.fc21.x86_64 >08:52:38,210 DEBUG yum.verbose.YumBase: TSINFO: Marking pcre-8.35-2.fc21.x86_64 as install for wget-1.15-1.fc21.x86_64 >08:52:38,218 DEBUG yum.verbose.YumBase: TSINFO: Marking crda-3.13_2013.11.27-2.fc21.x86_64 as install for 1:wireless-tools-29-10.1.fc20.x86_64 >08:52:38,231 DEBUG yum.verbose.YumBase: TSINFO: Marking libwvstreams-4.6.1-10.fc20.x86_64 as install for wvdial-1.61-8.fc20.x86_64 >08:52:38,234 DEBUG yum.verbose.YumBase: Quick matched libwvstreams-4.6.1-10.fc20.x86_64 to require for libwvstreams.so.4.6()(64bit) >08:52:38,235 DEBUG yum.verbose.YumBase: Quick matched libwvstreams-4.6.1-10.fc20.x86_64 to require for libwvbase.so.4.6()(64bit) >08:52:38,235 DEBUG yum.verbose.YumBase: Quick matched libwvstreams-4.6.1-10.fc20.x86_64 to require for libuniconf.so.4.6()(64bit) >08:52:38,241 DEBUG yum.verbose.YumBase: TSINFO: Marking xdg-user-dirs-0.15-2.fc20.x86_64 as install for xdg-user-dirs-gtk-0.10-4.fc21.x86_64 >08:52:38,252 DEBUG yum.verbose.YumBase: TSINFO: Marking xkeyboard-config-2.11-1.fc21.noarch as install for xorg-x11-drv-evdev-2.8.99.1-2.fc21.x86_64 >08:52:38,260 DEBUG yum.verbose.YumBase: TSINFO: Marking mtdev-1.1.5-1.fc21.x86_64 as install for xorg-x11-drv-evdev-2.8.99.1-2.fc21.x86_64 >08:52:38,262 DEBUG yum.verbose.YumBase: Quick matched mtdev-1.1.5-1.fc21.x86_64 to require for libmtdev.so.1()(64bit) >08:52:38,273 DEBUG yum.verbose.YumBase: TSINFO: Marking xcb-util-0.3.9-3.fc20.x86_64 as install for xorg-x11-drv-intel-2.99.911-2.fc21.x86_64 >08:52:38,276 DEBUG yum.verbose.YumBase: TSINFO: Marking pixman-0.32.0-2.fc21.x86_64 as install for xorg-x11-drv-intel-2.99.911-2.fc21.x86_64 >08:52:38,280 DEBUG yum.verbose.YumBase: TSINFO: Marking libXvMC-1.0.8-2.fc20.x86_64 as install for xorg-x11-drv-intel-2.99.911-2.fc21.x86_64 >08:52:38,283 DEBUG yum.verbose.YumBase: TSINFO: Marking libXv-1.0.9-2.fc20.x86_64 as install for xorg-x11-drv-intel-2.99.911-2.fc21.x86_64 >08:52:38,309 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libxatracker-10.2-0.4.rc2.20140510.fc21.x86_64 as install for xorg-x11-drv-vmware-13.0.2-2.fc21.x86_64 >08:52:38,312 DEBUG yum.verbose.YumBase: Quick matched mesa-libxatracker-10.2-0.4.rc2.20140510.fc21.x86_64 to require for libxatracker.so.2()(64bit) >08:52:38,328 DEBUG yum.verbose.YumBase: TSINFO: Marking xorg-x11-server-common-1.15.99.902-6.20140428.fc21.x86_64 as install for xorg-x11-server-Xorg-1.15.99.902-6.20140428.fc21.x86_64 >08:52:38,333 DEBUG yum.verbose.YumBase: TSINFO: Marking libxshmfence-1.1-1.fc21.x86_64 as install for xorg-x11-server-Xorg-1.15.99.902-6.20140428.fc21.x86_64 >08:52:38,336 DEBUG yum.verbose.YumBase: TSINFO: Marking libunwind-1.1-5.fc21.x86_64 as install for xorg-x11-server-Xorg-1.15.99.902-6.20140428.fc21.x86_64 >08:52:38,340 DEBUG yum.verbose.YumBase: TSINFO: Marking libepoxy-1.2-0.1.20140307gitd4ad80f.fc21.x86_64 as install for xorg-x11-server-Xorg-1.15.99.902-6.20140428.fc21.x86_64 >08:52:38,346 DEBUG yum.verbose.YumBase: TSINFO: Marking libXfont-1.4.7-1.fc21.x86_64 as install for xorg-x11-server-Xorg-1.15.99.902-6.20140428.fc21.x86_64 >08:52:38,356 DEBUG yum.verbose.YumBase: TSINFO: Marking libdmx-1.1.3-2.fc20.x86_64 as install for xorg-x11-utils-7.5-13.fc21.x86_64 >08:52:38,361 DEBUG yum.verbose.YumBase: TSINFO: Marking libXxf86vm-1.1.3-2.fc21.x86_64 as install for xorg-x11-utils-7.5-13.fc21.x86_64 >08:52:38,366 DEBUG yum.verbose.YumBase: TSINFO: Marking libXxf86misc-1.0.3-7.fc20.x86_64 as install for xorg-x11-utils-7.5-13.fc21.x86_64 >08:52:38,372 DEBUG yum.verbose.YumBase: TSINFO: Marking libXxf86dga-1.1.4-2.fc20.x86_64 as install for xorg-x11-utils-7.5-13.fc21.x86_64 >08:52:38,379 DEBUG yum.verbose.YumBase: TSINFO: Marking libXmu-1.1.1-5.fc20.x86_64 as install for 1:xorg-x11-xauth-1.0.7-4.fc20.x86_64 >08:52:38,392 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:yelp-libs-3.12.0-1.fc21.x86_64 as install for 1:yelp-3.12.0-1.fc21.x86_64 >08:52:38,397 DEBUG yum.verbose.YumBase: TSINFO: Marking yelp-xsl-3.12.0-1.fc21.noarch as install for 1:yelp-3.12.0-1.fc21.x86_64 >08:52:38,406 DEBUG yum.verbose.YumBase: TSINFO: Marking yum-metadata-parser-1.1.4-11.fc21.x86_64 as install for yum-3.4.3-146.fc21.noarch >08:52:38,412 DEBUG yum.verbose.YumBase: TSINFO: Marking python-urlgrabber-3.10.1-0.fc21.noarch as install for yum-3.4.3-146.fc21.noarch >08:52:38,416 DEBUG yum.verbose.YumBase: TSINFO: Marking pyxattr-0.5.1-4.fc21.x86_64 as install for yum-3.4.3-146.fc21.noarch >08:52:38,420 DEBUG yum.verbose.YumBase: TSINFO: Marking python-iniparse-0.4-12.fc21.noarch as install for yum-3.4.3-146.fc21.noarch >08:52:38,425 DEBUG yum.verbose.YumBase: TSINFO: Marking pyliblzma-0.5.3-10.fc21.x86_64 as install for yum-3.4.3-146.fc21.noarch >08:52:38,427 DEBUG yum.verbose.YumBase: TSINFO: Marking pygpgme-0.3-8.fc21.x86_64 as install for yum-3.4.3-146.fc21.noarch >08:52:38,432 DEBUG yum.verbose.YumBase: TSINFO: Marking langtable-python-0.0.24-1.fc21.noarch as install for yum-langpacks-0.4.3-1.fc21.noarch >08:52:38,439 DEBUG yum.verbose.YumBase: TSINFO: Marking python-kitchen-1.1.1-5.fc20.noarch as install for yum-utils-1.1.31-21.fc21.noarch >08:52:38,503 DEBUG yum.verbose.YumBase: TSINFO: Marking psmisc-22.21-3.fc21.x86_64 as install for GConf2-3.2.6-7.fc20.x86_64 >08:52:38,529 DEBUG yum.verbose.YumBase: TSINFO: Marking openvpn-2.3.4-1.fc21.x86_64 as install for 1:NetworkManager-openvpn-0.9.9.0-0.1.git20140128.fc21.x86_64 >08:52:38,546 DEBUG yum.verbose.YumBase: TSINFO: Marking vpnc-0.5.3-21.svn457.fc21.x86_64 as install for 1:NetworkManager-vpnc-0.9.9.0-4.git20140428.fc21.x86_64 >08:52:38,557 DEBUG yum.verbose.YumBase: TSINFO: Marking comps-extras-23-1.fc21.noarch as install for PackageKit-0.9.2-2.fc21.x86_64 >08:52:38,563 DEBUG yum.verbose.YumBase: TSINFO: Marking libsolv-0.6.1-0.gitf78f5de.fc21.x86_64 as install for PackageKit-0.9.2-2.fc21.x86_64 >08:52:38,565 DEBUG yum.verbose.YumBase: Quick matched libsolv-0.6.1-0.gitf78f5de.fc21.x86_64 to require for libsolv.so.0()(64bit) >08:52:38,569 DEBUG yum.verbose.YumBase: TSINFO: Marking librepo-1.7.3-1.fc21.x86_64 as install for PackageKit-0.9.2-2.fc21.x86_64 >08:52:38,574 DEBUG yum.verbose.YumBase: TSINFO: Marking hawkey-0.4.14-1.fc21.x86_64 as install for PackageKit-0.9.2-2.fc21.x86_64 >08:52:38,587 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-python-2.2.1-3.fc21.x86_64 as install for abrt-2.2.1-3.fc21.x86_64 >08:52:38,598 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-kerneloops-2.2.2-3.fc21.x86_64 as install for abrt-addon-kerneloops-2.2.1-3.fc21.x86_64 >08:52:38,606 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-python-212-4.fc21.x86_64 as install for abrt-addon-python-2.2.1-3.fc21.x86_64 >08:52:38,611 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-python3-212-4.fc21.x86_64 as install for abrt-addon-python3-2.2.1-3.fc21.x86_64 >08:52:38,615 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-python3-2.2.1-3.fc21.x86_64 as install for abrt-addon-python3-2.2.1-3.fc21.x86_64 >08:52:38,620 DEBUG yum.verbose.YumBase: TSINFO: Marking python-augeas-0.4.1-5.fc21.noarch as install for abrt-addon-vmcore-2.2.1-3.fc21.x86_64 >08:52:38,623 DEBUG yum.verbose.YumBase: TSINFO: Marking kexec-tools-2.0.6-5.fc21.x86_64 as install for abrt-addon-vmcore-2.2.1-3.fc21.x86_64 >08:52:38,628 DEBUG yum.verbose.YumBase: TSINFO: Marking crash-7.0.5-1.fc21.x86_64 as install for abrt-addon-vmcore-2.2.1-3.fc21.x86_64 >08:52:38,647 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-gui-libs-2.2.1-3.fc21.x86_64 as install for abrt-gui-2.2.1-3.fc21.x86_64 >08:52:38,651 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-dbus-2.2.1-3.fc21.x86_64 as install for abrt-gui-2.2.1-3.fc21.x86_64 >08:52:38,663 DEBUG yum.verbose.YumBase: TSINFO: Marking xmlrpc-c-client-1.32.5-1904.svn2451.fc21.x86_64 as install for abrt-plugin-bodhi-2.2.1-3.fc21.x86_64 >08:52:38,669 DEBUG yum.verbose.YumBase: TSINFO: Marking xmlrpc-c-1.32.5-1904.svn2451.fc21.x86_64 as install for abrt-plugin-bodhi-2.2.1-3.fc21.x86_64 >08:52:38,674 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-web-2.2.2-3.fc21.x86_64 as install for abrt-plugin-bodhi-2.2.1-3.fc21.x86_64 >08:52:38,689 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-cli-2.2.2-3.fc21.x86_64 as install for abrt-tui-2.2.1-3.fc21.x86_64 >08:52:38,718 DEBUG yum.verbose.YumBase: TSINFO: Marking fxload-2002_04_11-14.fc20.x86_64 as install for alsa-tools-firmware-1.0.27-3.fc21.x86_64 >08:52:38,762 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-license-9.9.5-3.fc21.noarch as install for 32:bind-libs-9.9.5-3.fc21.x86_64 >08:52:38,786 DEBUG yum.verbose.YumBase: TSINFO: Marking p11-kit-trust-0.20.2-2.fc21.x86_64 as install for ca-certificates-2013.1.97-2.fc21.noarch >08:52:38,817 DEBUG yum.verbose.YumBase: TSINFO: Marking libao-1.2.0-1.fc21.x86_64 as install for cdrdao-1.2.3-21.fc21.x86_64 >08:52:38,819 DEBUG yum.verbose.YumBase: Quick matched libao-1.2.0-1.fc21.x86_64 to require for libao.so.4()(64bit) >08:52:38,875 DEBUG yum.verbose.YumBase: TSINFO: Marking libinput-0.1.0-1.fc21.x86_64 as install for clutter-1.18.2-1.fc21.x86_64 >08:52:38,978 DEBUG yum.verbose.YumBase: TSINFO: Marking iw-3.14-1.fc21.x86_64 as install for crda-3.13_2013.11.27-2.fc21.x86_64 >08:52:39,043 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:emacs-filesystem-24.3-16.fc21.noarch as install for desktop-file-utils-0.22-1.fc21.x86_64 >08:52:39,050 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-1.02.85-3.fc21.x86_64 as install for device-mapper-libs-1.02.85-3.fc21.x86_64 >08:52:39,070 DEBUG yum.verbose.YumBase: TSINFO: Marking dleyna-connector-dbus-0.2.0-1.fc21.x86_64 as install for dleyna-renderer-0.4.0-1.fc21.x86_64 >08:52:39,075 DEBUG yum.verbose.YumBase: TSINFO: Marking dleyna-core-0.4.0-1.fc21.x86_64 as install for dleyna-renderer-0.4.0-1.fc21.x86_64 >08:52:39,086 DEBUG yum.verbose.YumBase: TSINFO: Marking nettle-2.7.1-3.fc21.x86_64 as install for dnsmasq-2.70-1.fc21.x86_64 >08:52:39,089 DEBUG yum.verbose.YumBase: Quick matched nettle-2.7.1-3.fc21.x86_64 to require for libhogweed.so.2()(64bit) >08:52:39,097 DEBUG yum.verbose.YumBase: TSINFO: Marking kpartx-0.4.9-64.fc21.x86_64 as install for dracut-037-11.git20140402.fc21.x86_64 >08:52:39,100 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:hardlink-1.0-18.fc21.x86_64 as install for dracut-037-11.git20140402.fc21.x86_64 >08:52:39,125 DEBUG yum.verbose.YumBase: TSINFO: Marking python-boto-2.27.0-1.fc21.noarch as install for duplicity-0.6.24-2.fc21.x86_64 >08:52:39,128 DEBUG yum.verbose.YumBase: TSINFO: Marking python-GnuPGInterface-0.3.2-12.fc20.noarch as install for duplicity-0.6.24-2.fc21.x86_64 >08:52:39,132 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:ncftp-3.2.5-7.fc21.x86_64 as install for duplicity-0.6.24-2.fc21.x86_64 >08:52:39,135 DEBUG yum.verbose.YumBase: TSINFO: Marking gnupg-1.4.16-4.fc21.x86_64 as install for duplicity-0.6.24-2.fc21.x86_64 >08:52:39,140 DEBUG yum.verbose.YumBase: TSINFO: Marking python-paramiko-1.12.2-1.fc21.noarch as install for duplicity-0.6.24-2.fc21.x86_64 >08:52:39,143 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:python-lockfile-0.9.1-5.fc20.noarch as install for duplicity-0.6.24-2.fc21.x86_64 >08:52:39,146 DEBUG yum.verbose.YumBase: TSINFO: Marking python-dropbox-1.6-4.fc20.noarch as install for duplicity-0.6.24-2.fc21.x86_64 >08:52:39,151 DEBUG yum.verbose.YumBase: TSINFO: Marking librsync-0.9.7-22.fc21.x86_64 as install for duplicity-0.6.24-2.fc21.x86_64 >08:52:39,157 DEBUG yum.verbose.YumBase: TSINFO: Marking python-libs-2.7.6-7.fc21.x86_64 as install for duplicity-0.6.24-2.fc21.x86_64 >08:52:39,183 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-libs-0.158-3.fc21.x86_64 as install for elfutils-0.158-3.fc21.x86_64 >08:52:39,187 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-3.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.158)(64bit) >08:52:39,187 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-3.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.149)(64bit) >08:52:39,188 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-3.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.148)(64bit) >08:52:39,188 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-3.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.138)(64bit) >08:52:39,189 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-3.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.130)(64bit) >08:52:39,190 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-3.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.127)(64bit) >08:52:39,190 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-3.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.126)(64bit) >08:52:39,191 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-3.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.122)(64bit) >08:52:39,191 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-3.fc21.x86_64 to require for libasm.so.1(ELFUTILS_1.0)(64bit) >08:52:39,192 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-3.fc21.x86_64 to require for libdw.so.1()(64bit) >08:52:39,193 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-3.fc21.x86_64 to require for libasm.so.1()(64bit) >08:52:39,220 DEBUG yum.verbose.YumBase: TSINFO: Marking libxslt-1.1.28-6.fc21.x86_64 as install for 1:epiphany-runtime-3.12.0-3.fc21.x86_64 >08:52:39,224 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-6.fc21.x86_64 to require for libxslt.so.1()(64bit) >08:52:39,228 DEBUG yum.verbose.YumBase: TSINFO: Marking libwebkit2gtk-2.4.2-1.fc21.x86_64 as install for 1:epiphany-runtime-3.12.0-3.fc21.x86_64 >08:52:39,259 DEBUG yum.verbose.YumBase: TSINFO: Marking libspectre-0.2.7-3.fc20.x86_64 as install for evince-libs-3.12.1-2.fc21.x86_64 >08:52:39,270 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-glib-0.26.0-1.fc21.x86_64 as install for evince-libs-3.12.1-2.fc21.x86_64 >08:52:39,276 DEBUG yum.verbose.YumBase: TSINFO: Marking libgxps-0.2.2-8.fc20.x86_64 as install for evince-libs-3.12.1-2.fc21.x86_64 >08:52:39,328 DEBUG yum.verbose.YumBase: TSINFO: Marking libnice-gstreamer1-0.1.4-2.fc20.x86_64 as install for farstream02-0.2.3-3.fc20.x86_64 >08:52:39,334 DEBUG yum.verbose.YumBase: TSINFO: Marking libnice-0.1.4-2.fc20.x86_64 as install for farstream02-0.2.3-3.fc20.x86_64 >08:52:39,340 DEBUG yum.verbose.YumBase: TSINFO: Marking gupnp-igd-0.2.3-1.fc21.x86_64 as install for farstream02-0.2.3-3.fc20.x86_64 >08:52:39,344 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-release-rawhide-21-0.6.noarch as install for fedora-release-21-0.6.noarch >08:52:39,354 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-1.4.1-4.fc21.x86_64 as install for fipscheck-lib-1.4.1-4.fc21.x86_64 >08:52:39,403 DEBUG yum.verbose.YumBase: TSINFO: Marking libfprint-0.5.1-2.fc21.x86_64 as install for fprintd-0.5.1-1.fc20.x86_64 >08:52:39,424 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:freerdp-libwinpr-1.1.0-0.10.beta.2013071101.fc21.x86_64 as install for 1:freerdp-1.1.0-0.10.beta.2013071101.fc21.x86_64 >08:52:39,431 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:freerdp-libs-1.1.0-0.10.beta.2013071101.fc21.x86_64 as install for 1:freerdp-1.1.0-0.10.beta.2013071101.fc21.x86_64 >08:52:39,435 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libxfreerdp-client.so.1.1()(64bit) >08:52:39,436 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libwinpr-thread.so.0.1()(64bit) >08:52:39,437 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libwinpr-sysinfo.so.0.1()(64bit) >08:52:39,437 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libwinpr-synch.so.0.1()(64bit) >08:52:39,438 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libwinpr-sspi.so.0.1()(64bit) >08:52:39,438 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libwinpr-rpc.so.0.1()(64bit) >08:52:39,439 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libwinpr-registry.so.0.1()(64bit) >08:52:39,439 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libwinpr-pool.so.0.1()(64bit) >08:52:39,440 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libwinpr-path.so.0.1()(64bit) >08:52:39,441 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libwinpr-library.so.0.1()(64bit) >08:52:39,441 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libwinpr-interlocked.so.0.1()(64bit) >08:52:39,442 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libwinpr-input.so.0.1()(64bit) >08:52:39,442 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libwinpr-heap.so.0.1()(64bit) >08:52:39,443 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libwinpr-handle.so.0.1()(64bit) >08:52:39,443 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libwinpr-file.so.0.1()(64bit) >08:52:39,444 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libwinpr-environment.so.0.1()(64bit) >08:52:39,444 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libwinpr-dsparse.so.0.1()(64bit) >08:52:39,445 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libwinpr-crypto.so.0.1()(64bit) >08:52:39,446 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libwinpr-crt.so.0.1()(64bit) >08:52:39,447 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libfreerdp-rail.so.1.1()(64bit) >08:52:39,448 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libfreerdp-primitives.so.1.1()(64bit) >08:52:39,448 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libfreerdp-locale.so.1.1()(64bit) >08:52:39,449 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libfreerdp-gdi.so.1.1()(64bit) >08:52:39,449 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libfreerdp-crypto.so.1.1()(64bit) >08:52:39,450 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libfreerdp-core.so.1.1()(64bit) >08:52:39,450 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libfreerdp-common.so.1.1.0()(64bit) >08:52:39,451 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libfreerdp-codec.so.1.1()(64bit) >08:52:39,451 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libfreerdp-client.so.1.1()(64bit) >08:52:39,452 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.1.0-0.10.beta.2013071101.fc21.x86_64 to require for libfreerdp-cache.so.1.1()(64bit) >08:52:39,478 DEBUG yum.verbose.YumBase: TSINFO: Marking libatomic_ops-7.4.2-2.fc21.x86_64 as install for gc-7.4.0-1.fc21.x86_64 >08:52:39,513 DEBUG yum.verbose.YumBase: TSINFO: Marking suitesparse-4.2.1-2.fc21.x86_64 as install for gegl-0.2.0-17.fc21.x86_64 >08:52:39,517 DEBUG yum.verbose.YumBase: TSINFO: Marking libopenraw-0.0.9-6.fc20.x86_64 as install for gegl-0.2.0-17.fc21.x86_64 >08:52:39,521 DEBUG yum.verbose.YumBase: TSINFO: Marking SDL-1.2.15-14.fc21.x86_64 as install for gegl-0.2.0-17.fc21.x86_64 >08:52:39,526 DEBUG yum.verbose.YumBase: TSINFO: Marking ilmbase-2.1.0-1.fc21.x86_64 as install for gegl-0.2.0-17.fc21.x86_64 >08:52:39,528 DEBUG yum.verbose.YumBase: Quick matched ilmbase-2.1.0-1.fc21.x86_64 to require for libIlmThread-2_1.so.11()(64bit) >08:52:39,532 DEBUG yum.verbose.YumBase: TSINFO: Marking OpenEXR-libs-2.1.0-3.fc21.x86_64 as install for gegl-0.2.0-17.fc21.x86_64 >08:52:39,535 DEBUG yum.verbose.YumBase: Quick matched ilmbase-2.1.0-1.fc21.x86_64 to require for libIex-2_1.so.11()(64bit) >08:52:39,535 DEBUG yum.verbose.YumBase: Quick matched ilmbase-2.1.0-1.fc21.x86_64 to require for libHalf.so.11()(64bit) >08:52:39,547 DEBUG yum.verbose.YumBase: TSINFO: Marking libusal-1.1.11-22.fc20.x86_64 as install for genisoimage-1.1.11-22.fc20.x86_64 >08:52:39,549 DEBUG yum.verbose.YumBase: Quick matched libusal-1.1.11-22.fc20.x86_64 to require for libusal.so.0()(64bit) >08:52:39,549 DEBUG yum.verbose.YumBase: Quick matched libusal-1.1.11-22.fc20.x86_64 to require for librols.so.0()(64bit) >08:52:39,565 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:xorg-x11-font-utils-7.5-18.fc20.x86_64 as install for ghostscript-fonts-5.50-32.fc21.noarch >08:52:39,583 DEBUG yum.verbose.YumBase: TSINFO: Marking tzdata-2014b-1.fc21.noarch as install for glibc-common-2.19.90-12.fc21.x86_64 >08:52:39,598 DEBUG yum.verbose.YumBase: TSINFO: Marking python-inotify-0.9.4-4.fc20.noarch as install for gnome-abrt-0.3.6-1.fc21.x86_64 >08:52:39,609 DEBUG yum.verbose.YumBase: TSINFO: Marking desktop-backgrounds-gnome-20.0.0-1.fc21.noarch as install for gnome-desktop3-3.13.1-1.fc21.x86_64 >08:52:39,643 DEBUG yum.verbose.YumBase: TSINFO: Marking libmediaart-0.4.0-1.fc21.x86_64 as install for gnome-online-miners-3.12.0-2.fc21.x86_64 >08:52:39,653 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-shell-extension-common-3.13.1-1.fc21.noarch as install for gnome-shell-extension-alternate-tab-3.13.1-1.fc21.noarch >08:52:39,658 DEBUG yum.verbose.YumBase: TSINFO: Marking frei0r-plugins-1.4-1.fc21.x86_64 as install for gnome-video-effects-0.4.1-1.fc21.noarch >08:52:39,666 DEBUG yum.verbose.YumBase: TSINFO: Marking trousers-0.3.11.2-3.fc21.x86_64 as install for gnutls-3.3.2-1.fc21.x86_64 >08:52:39,690 DEBUG yum.verbose.YumBase: TSINFO: Marking liboauth-1.0.1-2.fc20.x86_64 as install for grilo-0.2.10-1.fc21.x86_64 >08:52:39,705 DEBUG yum.verbose.YumBase: TSINFO: Marking gmime-2.6.20-1.fc21.x86_64 as install for grilo-plugins-0.2.12-3.fc21.x86_64 >08:52:39,723 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer-tools-0.10.36-7.fc21.x86_64 as install for gstreamer-0.10.36-7.fc21.x86_64 >08:52:39,740 DEBUG yum.verbose.YumBase: TSINFO: Marking libvisual-0.4.0-14.fc20.x86_64 as install for gstreamer-plugins-base-0.10.36-7.fc21.x86_64 >08:52:39,746 DEBUG yum.verbose.YumBase: TSINFO: Marking cdparanoia-libs-10.2-16.fc21.x86_64 as install for gstreamer-plugins-base-0.10.36-7.fc21.x86_64 >08:52:39,748 DEBUG yum.verbose.YumBase: Quick matched cdparanoia-libs-10.2-16.fc21.x86_64 to require for libcdda_interface.so.0()(64bit) >08:52:39,773 DEBUG yum.verbose.YumBase: TSINFO: Marking libsrtp-1.4.4-10.20101004cvs.fc21.x86_64 as install for gstreamer1-plugins-bad-free-1.2.3-3.fc21.x86_64 >08:52:39,879 DEBUG yum.verbose.YumBase: TSINFO: Marking libcdio-paranoia-10.2+0.90+1-2.fc21.x86_64 as install for gvfs-1.21.1-2.fc21.x86_64 >08:52:39,881 DEBUG yum.verbose.YumBase: Quick matched libcdio-paranoia-10.2+0.90+1-2.fc21.x86_64 to require for libcdio_cdda.so.1(CDIO_CDDA_1)(64bit) >08:52:39,885 DEBUG yum.verbose.YumBase: TSINFO: Marking libcdio-0.92-1.fc21.x86_64 as install for gvfs-1.21.1-2.fc21.x86_64 >08:52:39,888 DEBUG yum.verbose.YumBase: Quick matched libcdio-paranoia-10.2+0.90+1-2.fc21.x86_64 to require for libcdio_cdda.so.1()(64bit) >08:52:39,897 DEBUG yum.verbose.YumBase: TSINFO: Marking graphite2-1.2.4-1.fc21.x86_64 as install for harfbuzz-0.9.28-1.fc21.x86_64 >08:52:39,913 DEBUG yum.verbose.YumBase: TSINFO: Marking hplip-common-3.14.4-4.fc21.x86_64 as install for hplip-libs-3.14.4-4.fc21.x86_64 >08:52:39,924 DEBUG yum.verbose.YumBase: TSINFO: Marking httpd-tools-2.4.9-3.fc21.x86_64 as install for httpd-2.4.9-3.fc21.x86_64 >08:52:39,931 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-logos-httpd-21.0.3-1.fc21.noarch as install for httpd-2.4.9-3.fc21.x86_64 >08:52:39,936 DEBUG yum.verbose.YumBase: TSINFO: Marking apr-util-1.5.3-1.fc21.x86_64 as install for httpd-2.4.9-3.fc21.x86_64 >08:52:39,942 DEBUG yum.verbose.YumBase: TSINFO: Marking apr-1.5.1-1.fc21.x86_64 as install for httpd-2.4.9-3.fc21.x86_64 >08:52:39,959 DEBUG yum.verbose.YumBase: TSINFO: Marking ibus-wayland-1.5.7-1.fc21.x86_64 as install for ibus-1.5.7-1.fc21.x86_64 >08:52:39,963 DEBUG yum.verbose.YumBase: TSINFO: Marking ibus-setup-1.5.7-1.fc21.noarch as install for ibus-1.5.7-1.fc21.x86_64 >08:52:39,982 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:vorbis-tools-1.4.0-12.fc21.x86_64 as install for icedax-1.1.11-22.fc20.x86_64 >08:52:39,987 DEBUG yum.verbose.YumBase: TSINFO: Marking cdparanoia-10.2-16.fc21.x86_64 as install for icedax-1.1.11-22.fc20.x86_64 >08:52:40,005 DEBUG yum.verbose.YumBase: TSINFO: Marking libnfnetlink-1.0.1-3.fc21.x86_64 as install for iptables-1.4.21-8.fc21.x86_64 >08:52:40,008 DEBUG yum.verbose.YumBase: TSINFO: Marking xml-common-0.6.3-40.fc20.noarch as install for iso-codes-3.53-1.fc21.noarch >08:52:40,030 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:java-1.7.0-openjdk-headless-1.7.0.60-2.5.0.16.pre02.fc21.x86_64 as install for 1:java-1.7.0-openjdk-1.7.0.60-2.5.0.16.pre02.fc21.x86_64 >08:52:40,036 DEBUG yum.verbose.YumBase: TSINFO: Marking xorg-x11-fonts-Type1-7.5-9.fc20.noarch as install for 1:java-1.7.0-openjdk-1.7.0.60-2.5.0.16.pre02.fc21.x86_64 >08:52:40,043 DEBUG yum.verbose.YumBase: Quick matched 1:java-1.7.0-openjdk-headless-1.7.0.60-2.5.0.16.pre02.fc21.x86_64 to require for libjava.so(SUNWprivate_1.1)(64bit) >08:52:40,043 DEBUG yum.verbose.YumBase: Quick matched 1:java-1.7.0-openjdk-headless-1.7.0.60-2.5.0.16.pre02.fc21.x86_64 to require for libjvm.so()(64bit) >08:52:40,044 DEBUG yum.verbose.YumBase: Quick matched 1:java-1.7.0-openjdk-headless-1.7.0.60-2.5.0.16.pre02.fc21.x86_64 to require for libjava.so()(64bit) >08:52:40,049 DEBUG yum.verbose.YumBase: TSINFO: Marking giflib-4.1.6-10.fc21.x86_64 as install for 1:java-1.7.0-openjdk-1.7.0.60-2.5.0.16.pre02.fc21.x86_64 >08:52:40,062 DEBUG yum.verbose.YumBase: TSINFO: Marking linux-firmware-20140317-37.gitdec41bce.fc21.noarch as install for kernel-core-3.15.0-0.rc5.git2.1.fc21.x86_64 >08:52:40,086 DEBUG yum.verbose.YumBase: TSINFO: Marking libverto-0.2.6-1.fc21.x86_64 as install for krb5-libs-1.12.1-6.fc21.x86_64 >08:52:40,090 DEBUG yum.verbose.YumBase: TSINFO: Marking langtable-data-0.0.24-1.fc21.noarch as install for langtable-python-0.0.24-1.fc21.noarch >08:52:40,093 DEBUG yum.verbose.YumBase: TSINFO: Marking langtable-0.0.24-1.fc21.noarch as install for langtable-python-0.0.24-1.fc21.noarch >08:52:40,105 DEBUG yum.verbose.YumBase: TSINFO: Marking libX11-common-1.6.1-1.fc21.noarch as install for libX11-1.6.1-1.fc21.x86_64 >08:52:40,125 DEBUG yum.verbose.YumBase: TSINFO: Marking libfontenc-1.1.1-4.fc20.x86_64 as install for libXfont-1.4.7-1.fc21.x86_64 >08:52:40,185 DEBUG yum.verbose.YumBase: TSINFO: Marking sound-theme-freedesktop-0.8-3.fc20.noarch as install for libcanberra-0.30-4.fc20.x86_64 >08:52:40,313 DEBUG yum.verbose.YumBase: TSINFO: Marking gd-2.1.0-4.fc21.x86_64 as install for libgphoto2-2.5.3-7.fc21.x86_64 >08:52:40,319 DEBUG yum.verbose.YumBase: TSINFO: Marking libXpm-3.5.11-1.fc21.x86_64 as install for libgphoto2-2.5.3-7.fc21.x86_64 >08:52:40,331 DEBUG yum.verbose.YumBase: TSINFO: Marking sg3_utils-libs-1.38-1.fc21.x86_64 as install for libgpod-0.8.3-2.fc21.x86_64 >08:52:40,378 DEBUG yum.verbose.YumBase: TSINFO: Marking libkkc-common-0.3.3-1.fc21.noarch as install for libkkc-0.3.3-1.fc21.x86_64 >08:52:40,381 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libkkc-data-0.2.7-2.fc21.x86_64 as install for libkkc-0.3.3-1.fc21.x86_64 >08:52:40,384 DEBUG yum.verbose.YumBase: TSINFO: Marking skkdic-20131114-7.T1121.fc21.noarch as install for libkkc-0.3.3-1.fc21.x86_64 >08:52:40,389 DEBUG yum.verbose.YumBase: TSINFO: Marking marisa-0.2.4-5.fc21.x86_64 as install for libkkc-0.3.3-1.fc21.x86_64 >08:52:40,405 DEBUG yum.verbose.YumBase: TSINFO: Marking liblouis-2.5.3-2.fc20.x86_64 as install for liblouis-python3-2.5.3-2.fc20.noarch >08:52:40,491 DEBUG yum.verbose.YumBase: TSINFO: Marking neon-0.30.0-2.fc21.x86_64 as install for libmusicbrainz5-5.0.1-8.fc20.x86_64 >08:52:40,533 DEBUG yum.verbose.YumBase: TSINFO: Marking libmnl-1.0.3-6.fc21.x86_64 as install for libnetfilter_conntrack-1.0.4-1.fc21.x86_64 >08:52:40,535 DEBUG yum.verbose.YumBase: Quick matched libmnl-1.0.3-6.fc21.x86_64 to require for libmnl.so.0(LIBMNL_1.0)(64bit) >08:52:40,535 DEBUG yum.verbose.YumBase: Quick matched libmnl-1.0.3-6.fc21.x86_64 to require for libmnl.so.0()(64bit) >08:52:40,563 DEBUG yum.verbose.YumBase: TSINFO: Marking mobile-broadband-provider-info-1.20120614-4.fc20.noarch as install for libnm-gtk-0.9.9.0-11.git20140424.fc21.x86_64 >08:52:40,621 DEBUG yum.verbose.YumBase: TSINFO: Marking fftw-libs-double-3.3.4-1.fc21.x86_64 as install for libofa-0.9.3-23.fc20.x86_64 >08:52:40,633 DEBUG yum.verbose.YumBase: TSINFO: Marking boost-system-1.54.0-14.fc21.x86_64 as install for liborcus-0.5.1-7.fc21.x86_64 >08:52:40,656 DEBUG yum.verbose.YumBase: TSINFO: Marking seed-3.8.1-2.fc21.x86_64 as install for libpeas-1.10.0-1.fc21.x86_64 >08:52:40,664 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-libs-3.3.2-12.fc21.x86_64 as install for libpeas-1.10.0-1.fc21.x86_64 >08:52:40,688 DEBUG yum.verbose.YumBase: TSINFO: Marking libmodman-2.0.1-7.fc21.x86_64 as install for libproxy-0.4.11-8.fc21.x86_64 >08:52:40,696 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-dicts-2.9.1-2.fc21.x86_64 as install for libpwquality-1.2.3-2.fc21.x86_64 >08:52:40,701 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-2.9.1-2.fc21.x86_64 as install for libpwquality-1.2.3-2.fc21.x86_64 >08:52:40,792 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libreoffice-opensymbol-fonts-4.2.4.2-8.fc21.noarch as install for 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 >08:52:40,800 DEBUG yum.verbose.YumBase: TSINFO: Marking hyphen-2.8.6-4.fc21.x86_64 as install for 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 >08:52:40,803 DEBUG yum.verbose.YumBase: TSINFO: Marking hyphen-en-2.8.6-4.fc21.noarch as install for 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 >08:52:40,813 DEBUG yum.verbose.YumBase: TSINFO: Marking google-crosextra-carlito-fonts-1.103-0.1.20130920.fc21.noarch as install for 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 >08:52:40,822 DEBUG yum.verbose.YumBase: TSINFO: Marking google-crosextra-caladea-fonts-1.002-0.3.20130214.fc21.noarch as install for 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 >08:52:40,826 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:autocorr-en-4.2.4.2-8.fc21.noarch as install for 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 >08:52:40,831 DEBUG yum.verbose.YumBase: TSINFO: Marking redland-1.0.17-1.fc21.x86_64 as install for 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 >08:52:40,836 DEBUG yum.verbose.YumBase: TSINFO: Marking raptor2-2.0.14-1.fc21.x86_64 as install for 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 >08:52:40,843 DEBUG yum.verbose.YumBase: TSINFO: Marking mythes-1.2.3-6.fc20.x86_64 as install for 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 >08:52:40,848 DEBUG yum.verbose.YumBase: TSINFO: Marking liblangtag-0.5.3-1.fc21.x86_64 as install for 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 >08:52:40,866 DEBUG yum.verbose.YumBase: TSINFO: Marking harfbuzz-icu-0.9.28-1.fc21.x86_64 as install for 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 >08:52:40,871 DEBUG yum.verbose.YumBase: TSINFO: Marking firebird-libfbembed-2.5.2.26539.0-10.fc21.x86_64 as install for 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 >08:52:40,888 DEBUG yum.verbose.YumBase: TSINFO: Marking libexttextcat-3.4.3-2.fc20.x86_64 as install for 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 >08:52:40,894 DEBUG yum.verbose.YumBase: TSINFO: Marking libeot-0.01-1.fc21.x86_64 as install for 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 >08:52:40,937 DEBUG yum.verbose.YumBase: TSINFO: Marking libcmis-0.4.1-3.fc21.x86_64 as install for 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 >08:52:40,972 DEBUG yum.verbose.YumBase: TSINFO: Marking clucene-core-2.3.3.4-10.fc20.x86_64 as install for 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 >08:52:40,974 DEBUG yum.verbose.YumBase: Quick matched clucene-core-2.3.3.4-10.fc20.x86_64 to require for libclucene-core.so.1()(64bit) >08:52:41,006 DEBUG yum.verbose.YumBase: TSINFO: Marking clucene-contribs-lib-2.3.3.4-10.fc20.x86_64 as install for 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 >08:52:41,013 DEBUG yum.verbose.YumBase: TSINFO: Marking boost-date-time-1.54.0-14.fc21.x86_64 as install for 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 >08:52:41,018 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libGLU-9.0.0-4.fc21.x86_64 as install for 1:libreoffice-core-4.2.4.2-8.fc21.x86_64 >08:52:41,064 DEBUG yum.verbose.YumBase: TSINFO: Marking augeas-libs-1.2.0-2.fc21.x86_64 as install for libreport-2.2.2-3.fc21.x86_64 >08:52:41,066 DEBUG yum.verbose.YumBase: Quick matched augeas-libs-1.2.0-2.fc21.x86_64 to require for libaugeas.so.0(AUGEAS_0.10.0)(64bit) >08:52:41,067 DEBUG yum.verbose.YumBase: Quick matched augeas-libs-1.2.0-2.fc21.x86_64 to require for libaugeas.so.0(AUGEAS_0.1.0)(64bit) >08:52:41,068 DEBUG yum.verbose.YumBase: Quick matched augeas-libs-1.2.0-2.fc21.x86_64 to require for libaugeas.so.0()(64bit) >08:52:41,076 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-reportuploader-2.2.2-3.fc21.x86_64 as install for libreport-gtk-2.2.2-3.fc21.x86_64 >08:52:41,080 DEBUG yum.verbose.YumBase: TSINFO: Marking fros-1.0-4.fc20.noarch as install for libreport-gtk-2.2.2-3.fc21.x86_64 >08:52:41,117 DEBUG yum.verbose.YumBase: TSINFO: Marking unbound-libs-1.4.22-2.fc21.x86_64 as install for libreswan-3.8-1.fc21.x86_64 >08:52:41,142 DEBUG yum.verbose.YumBase: TSINFO: Marking ustr-1.0.4-15.fc21.x86_64 as install for libsemanage-2.3-1.fc21.x86_64 >08:52:41,144 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-15.fc21.x86_64 to require for libustr-1.0.so.1(USTR_1.0)(64bit) >08:52:41,145 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-15.fc21.x86_64 to require for libustr-1.0.so.1()(64bit) >08:52:41,219 DEBUG yum.verbose.YumBase: TSINFO: Marking jbigkit-libs-2.0-10.fc21.x86_64 as install for libtiff-4.0.3-14.fc21.x86_64 >08:52:41,233 DEBUG yum.verbose.YumBase: TSINFO: Marking libtranslit-0.0.3-3.fc21.x86_64 as install for libtranslit-m17n-0.0.3-3.fc21.x86_64 >08:52:41,278 DEBUG yum.verbose.YumBase: TSINFO: Marking gnutls-utils-3.3.2-1.fc21.x86_64 as install for libvirt-client-1.2.4-1.fc21.x86_64 >08:52:41,282 DEBUG yum.verbose.YumBase: TSINFO: Marking gettext-0.18.3.2-1.fc21.x86_64 as install for libvirt-client-1.2.4-1.fc21.x86_64 >08:52:41,290 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-md5-2.1.26-16.fc21.x86_64 as install for libvirt-client-1.2.4-1.fc21.x86_64 >08:52:41,297 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-2.1.26-16.fc21.x86_64 as install for libvirt-client-1.2.4-1.fc21.x86_64 >08:52:41,303 DEBUG yum.verbose.YumBase: TSINFO: Marking yajl-2.1.0-1.fc21.x86_64 as install for libvirt-client-1.2.4-1.fc21.x86_64 >08:52:41,308 DEBUG yum.verbose.YumBase: TSINFO: Marking libwsman1-2.4.4-2.fc21.x86_64 as install for libvirt-client-1.2.4-1.fc21.x86_64 >08:52:41,309 DEBUG yum.verbose.YumBase: Quick matched libwsman1-2.4.4-2.fc21.x86_64 to require for libwsman_client.so.2()(64bit) >08:52:41,310 DEBUG yum.verbose.YumBase: Quick matched libwsman1-2.4.4-2.fc21.x86_64 to require for libwsman.so.1()(64bit) >08:52:41,312 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-network-1.2.4-1.fc21.x86_64 as install for libvirt-daemon-config-network-1.2.4-1.fc21.x86_64 >08:52:41,316 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-1.2.4-1.fc21.x86_64 as install for libvirt-daemon-config-network-1.2.4-1.fc21.x86_64 >08:52:41,324 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-storage-1.2.4-1.fc21.x86_64 as install for libvirt-daemon-kvm-1.2.4-1.fc21.x86_64 >08:52:41,329 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-secret-1.2.4-1.fc21.x86_64 as install for libvirt-daemon-kvm-1.2.4-1.fc21.x86_64 >08:52:41,331 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-qemu-1.2.4-1.fc21.x86_64 as install for libvirt-daemon-kvm-1.2.4-1.fc21.x86_64 >08:52:41,335 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-nwfilter-1.2.4-1.fc21.x86_64 as install for libvirt-daemon-kvm-1.2.4-1.fc21.x86_64 >08:52:41,338 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-nodedev-1.2.4-1.fc21.x86_64 as install for libvirt-daemon-kvm-1.2.4-1.fc21.x86_64 >08:52:41,341 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-interface-1.2.4-1.fc21.x86_64 as install for libvirt-daemon-kvm-1.2.4-1.fc21.x86_64 >08:52:41,343 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:qemu-kvm-2.0.0-4.fc21.x86_64 as install for libvirt-daemon-kvm-1.2.4-1.fc21.x86_64 >08:52:41,370 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-glib-0.1.8-1.fc21.x86_64 as install for libvirt-gobject-0.1.8-1.fc21.x86_64 >08:52:41,372 DEBUG yum.verbose.YumBase: Quick matched libvirt-glib-0.1.8-1.fc21.x86_64 to require for libvirt-glib-1.0.so.0(LIBVIRT_GLIB_0.0.7)(64bit) >08:52:41,372 DEBUG yum.verbose.YumBase: Quick matched libvirt-glib-0.1.8-1.fc21.x86_64 to require for libvirt-glib-1.0.so.0()(64bit) >08:52:41,387 DEBUG yum.verbose.YumBase: TSINFO: Marking libwacom-data-0.9-2.fc21.noarch as install for libwacom-0.9-2.fc21.x86_64 >08:52:41,410 DEBUG yum.verbose.YumBase: TSINFO: Marking libXres-1.0.7-2.fc20.x86_64 as install for libwnck3-3.4.7-1.fc21.x86_64 >08:52:41,456 DEBUG yum.verbose.YumBase: TSINFO: Marking m17n-db-1.6.5-2.fc21.noarch as install for m17n-lib-1.6.4-10.fc21.x86_64 >08:52:41,474 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libglapi-10.2-0.4.rc2.20140510.fc21.x86_64 as install for mesa-libEGL-10.2-0.4.rc2.20140510.fc21.x86_64 >08:52:41,509 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-base-5.9-13.20140323.fc21.noarch as install for ncurses-libs-5.9-13.20140323.fc21.x86_64 >08:52:41,539 DEBUG yum.verbose.YumBase: TSINFO: Marking slang-2.2.4-11.fc21.x86_64 as install for newt-0.52.17-1.fc21.x86_64 >08:52:41,548 DEBUG yum.verbose.YumBase: Quick matched slang-2.2.4-11.fc21.x86_64 to require for libslang.so.2()(64bit) >08:52:41,579 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-sysinit-3.16.1-2.fc21.x86_64 as install for nss-3.16.1-2.fc21.x86_64 >08:52:41,663 DEBUG yum.verbose.YumBase: TSINFO: Marking libdnet-1.12-13.fc21.x86_64 as install for open-vm-tools-9.4.0-9.fc21.x86_64 >08:52:41,687 DEBUG yum.verbose.YumBase: TSINFO: Marking vpnc-script-0.5.3-21.svn457.fc21.noarch as install for openconnect-5.99-1.fc21.x86_64 >08:52:41,708 DEBUG yum.verbose.YumBase: TSINFO: Marking stoken-libs-0.5-1.fc21.x86_64 as install for openconnect-5.99-1.fc21.x86_64 >08:52:41,720 DEBUG yum.verbose.YumBase: TSINFO: Marking liboath-2.4.1-3.fc21.x86_64 as install for openconnect-5.99-1.fc21.x86_64 >08:52:41,734 DEBUG yum.verbose.YumBase: Quick matched liboath-2.4.1-3.fc21.x86_64 to require for liboath.so.0(LIBOATH_1.4.0)(64bit) >08:52:41,736 DEBUG yum.verbose.YumBase: Quick matched liboath-2.4.1-3.fc21.x86_64 to require for liboath.so.0(LIBOATH_1.2.0)(64bit) >08:52:41,738 DEBUG yum.verbose.YumBase: Quick matched liboath-2.4.1-3.fc21.x86_64 to require for liboath.so.0(LIBOATH_1.12.0)(64bit) >08:52:41,781 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:make-3.82-19.fc21.x86_64 as install for 1:openssl-1.0.1g-1.fc21.x86_64 >08:52:41,855 DEBUG yum.verbose.YumBase: TSINFO: Marking libthai-0.1.20-1.fc21.x86_64 as install for pango-1.36.3-1.fc21.x86_64 >08:52:41,862 DEBUG yum.verbose.YumBase: Quick matched libthai-0.1.20-1.fc21.x86_64 to require for libthai.so.0(LIBTHAI_0.1)(64bit) >08:52:41,864 DEBUG yum.verbose.YumBase: Quick matched libthai-0.1.20-1.fc21.x86_64 to require for libthai.so.0()(64bit) >08:52:41,889 DEBUG yum.verbose.YumBase: TSINFO: Marking libXft-2.3.1-6.fc21.x86_64 as install for pango-1.36.3-1.fc21.x86_64 >08:52:42,049 DEBUG yum.verbose.YumBase: TSINFO: Marking 4:perl-libs-5.18.2-298.fc21.x86_64 as install for 4:perl-5.18.2-298.fc21.x86_64 >08:52:42,073 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Socket-2.013-1.fc21.x86_64 as install for 4:perl-5.18.2-298.fc21.x86_64 >08:52:42,092 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Scalar-List-Utils-1.38-1.fc21.x86_64 as install for 4:perl-5.18.2-298.fc21.x86_64 >08:52:42,100 DEBUG yum.verbose.YumBase: TSINFO: Marking 4:perl-macros-5.18.2-298.fc21.x86_64 as install for 4:perl-5.18.2-298.fc21.x86_64 >08:52:42,107 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-threads-shared-1.46-2.fc21.x86_64 as install for 4:perl-5.18.2-298.fc21.x86_64 >08:52:42,112 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-threads-1.92-1.fc21.x86_64 as install for 4:perl-5.18.2-298.fc21.x86_64 >08:52:42,120 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-constant-1.27-292.fc20.noarch as install for 4:perl-5.18.2-298.fc21.x86_64 >08:52:42,127 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Time-Local-1.2300-291.fc20.noarch as install for 4:perl-5.18.2-298.fc21.x86_64 >08:52:42,137 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Time-HiRes-1.9726-1.fc21.x86_64 as install for 4:perl-5.18.2-298.fc21.x86_64 >08:52:42,146 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Storable-2.45-2.fc21.x86_64 as install for 4:perl-5.18.2-298.fc21.x86_64 >08:52:42,169 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Pod-Simple-3.28-292.fc20.noarch as install for 4:perl-5.18.2-298.fc21.x86_64 >08:52:42,179 DEBUG yum.verbose.YumBase: Quick matched 1:perl-Pod-Simple-3.28-292.fc20.noarch to require for perl(Pod::Simple::Search) >08:52:42,186 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Module-CoreList-3.03-298.fc21.noarch as install for 4:perl-5.18.2-298.fc21.x86_64 >08:52:42,197 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Filter-1.49-5.fc21.x86_64 as install for 4:perl-5.18.2-298.fc21.x86_64 >08:52:42,209 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-File-Temp-0.23.04-1.fc21.noarch as install for 4:perl-5.18.2-298.fc21.x86_64 >08:52:42,370 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-File-Path-2.09-292.fc20.noarch as install for 4:perl-5.18.2-298.fc21.x86_64 >08:52:42,374 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Carp-1.33.01-1.fc21.noarch as install for 4:perl-5.18.2-298.fc21.x86_64 >08:52:42,479 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-parent-0.228-1.fc21.noarch as install for 1:perl-Encode-2.60-1.fc21.x86_64 >08:52:42,593 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Pod-Usage-1.63-4.fc20.noarch as install for perl-Getopt-Long-2.42-1.fc21.noarch >08:52:42,600 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Text-ParseWords-3.29-4.fc21.noarch as install for perl-Getopt-Long-2.42-1.fc21.noarch >08:52:42,682 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-plugin-two-step-0.8.9-4.2013.08.14.fc21.x86_64 as install for plymouth-theme-charge-0.8.9-4.2013.08.14.fc21.x86_64 >08:52:42,705 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-pkla-compat-0.1-3.fc21.x86_64 as install for polkit-0.112-3.fc21.x86_64 >08:52:42,721 DEBUG yum.verbose.YumBase: TSINFO: Marking openjpeg-libs-1.5.1-8.fc21.x86_64 as install for poppler-0.26.0-1.fc21.x86_64 >08:52:42,763 DEBUG yum.verbose.YumBase: TSINFO: Marking libasyncns-0.8-6.fc20.x86_64 as install for pulseaudio-libs-5.0-4.fc21.x86_64 >08:52:42,784 DEBUG yum.verbose.YumBase: TSINFO: Marking sbc-1.2-1.fc21.x86_64 as install for pulseaudio-module-bluetooth-5.0-4.fc21.x86_64 >08:52:42,785 DEBUG yum.verbose.YumBase: Quick matched sbc-1.2-1.fc21.x86_64 to require for libsbc.so.1()(64bit) >08:52:42,794 DEBUG yum.verbose.YumBase: TSINFO: Marking python-xpyb-1.3.1-2.fc20.x86_64 as install for pycairo-1.8.10-8.fc21.x86_64 >08:52:42,865 DEBUG yum.verbose.YumBase: TSINFO: Marking pygtk2-2.24.0-8.fc21.x86_64 as install for pygtk2-libglade-2.24.0-8.fc21.x86_64 >08:52:42,886 DEBUG yum.verbose.YumBase: TSINFO: Marking libglade2-2.6.4-10.fc21.x86_64 as install for pygtk2-libglade-2.24.0-8.fc21.x86_64 >08:52:42,914 DEBUG yum.verbose.YumBase: TSINFO: Marking pyatspi-2.12.0-1.fc21.noarch as install for python-caribou-0.4.13-4.fc21.noarch >08:52:42,936 DEBUG yum.verbose.YumBase: TSINFO: Marking python-six-1.6.1-1.fc21.noarch as install for python-iniparse-0.4-12.fc21.noarch >08:52:42,960 DEBUG yum.verbose.YumBase: TSINFO: Marking python-chardet-2.0.1-7.fc20.noarch as install for python-kitchen-1.1.1-5.fc20.noarch >08:52:43,079 DEBUG yum.verbose.YumBase: TSINFO: Marking libwebp-0.4.0-3.fc21.x86_64 as install for python-pillow-2.4.0-3.fc21.x86_64 >08:52:43,081 DEBUG yum.verbose.YumBase: Quick matched libwebp-0.4.0-3.fc21.x86_64 to require for libwebpdemux.so.1()(64bit) >08:52:43,081 DEBUG yum.verbose.YumBase: Quick matched libwebp-0.4.0-3.fc21.x86_64 to require for libwebp.so.5()(64bit) >08:52:43,097 DEBUG yum.verbose.YumBase: TSINFO: Marking openjpeg2-2.0.0-5.fc21.x86_64 as install for python-pillow-2.4.0-3.fc21.x86_64 >08:52:43,124 DEBUG yum.verbose.YumBase: TSINFO: Marking python-slip-0.6.0-1.fc21.noarch as install for python-slip-dbus-0.6.0-1.fc21.noarch >08:52:43,136 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pycurl-7.19.3.1-1.fc21.x86_64 as install for python-urlgrabber-3.10.1-0.fc21.noarch >08:52:43,204 DEBUG yum.verbose.YumBase: TSINFO: Marking brlapi-0.6.2-2.fc21.x86_64 as install for python3-brlapi-0.6.2-2.fc21.x86_64 >08:52:43,210 DEBUG yum.verbose.YumBase: Quick matched brlapi-0.6.2-2.fc21.x86_64 to require for libbrlapi.so.0.6()(64bit) >08:52:43,270 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-cairo-1.10.0-6.fc20.x86_64 as install for python3-gobject-3.13.1-1.fc21.x86_64 >08:52:43,275 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-markupsafe-0.23-2.fc21.x86_64 as install for python3-mako-0.7.3-2.fc20.noarch >08:52:43,307 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-beaker-1.5.4-8.fc20.noarch as install for python3-mako-0.7.3-2.fc20.noarch >08:52:43,319 DEBUG yum.verbose.YumBase: TSINFO: Marking speech-dispatcher-0.8-7.fc21.x86_64 as install for python3-speechd-0.8-7.fc21.x86_64 >08:52:43,440 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-build-libs-4.11.2-10.fc21.x86_64 as install for rpm-python-4.11.2-10.fc21.x86_64 >08:52:43,443 DEBUG yum.verbose.YumBase: Quick matched rpm-build-libs-4.11.2-10.fc21.x86_64 to require for librpmbuild.so.3()(64bit) >08:52:44,057 DEBUG yum.verbose.YumBase: TSINFO: Marking pytalloc-2.1.0-3.fc21.x86_64 as install for 2:samba-libs-4.1.6-2.fc21.x86_64 >08:52:44,059 DEBUG yum.verbose.YumBase: Quick matched pytalloc-2.1.0-3.fc21.x86_64 to require for libpytalloc-util.so.2()(64bit) >08:52:44,121 DEBUG yum.verbose.YumBase: TSINFO: Marking setroubleshoot-plugins-3.0.60-1.fc21.noarch as install for setroubleshoot-server-3.2.18-1.1.fc21.x86_64 >08:52:44,124 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-python-2.2.2-8.fc21.x86_64 as install for setroubleshoot-server-3.2.18-1.1.fc21.x86_64 >08:52:44,128 DEBUG yum.verbose.YumBase: TSINFO: Marking audit-libs-python-2.3.6-1.fc21.x86_64 as install for setroubleshoot-server-3.2.18-1.1.fc21.x86_64 >08:52:44,142 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject2-2.28.6-11.fc21.x86_64 as install for setroubleshoot-server-3.2.18-1.1.fc21.x86_64 >08:52:44,151 DEBUG yum.verbose.YumBase: TSINFO: Marking policycoreutils-python-2.3-2.fc21.x86_64 as install for setroubleshoot-server-3.2.18-1.1.fc21.x86_64 >08:52:44,211 DEBUG yum.verbose.YumBase: TSINFO: Marking libphodav-1.0-0.4-1.fc21.x86_64 as install for spice-glib-0.25-1.fc21.x86_64 >08:52:44,229 DEBUG yum.verbose.YumBase: TSINFO: Marking usbredir-0.6-5.fc21.x86_64 as install for spice-glib-0.25-1.fc21.x86_64 >08:52:44,236 DEBUG yum.verbose.YumBase: Quick matched usbredir-0.6-5.fc21.x86_64 to require for libusbredirhost.so.1()(64bit) >08:52:44,241 DEBUG yum.verbose.YumBase: TSINFO: Marking celt051-0.5.1.3-7.fc20.x86_64 as install for spice-glib-0.25-1.fc21.x86_64 >08:52:44,249 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libcacard-2.0.0-4.fc21.x86_64 as install for spice-glib-0.25-1.fc21.x86_64 >08:52:44,284 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-krb5-common-1.11.5.1-3.fc21.x86_64 as install for sssd-ad-1.11.5.1-3.fc21.x86_64 >08:52:44,288 DEBUG yum.verbose.YumBase: Quick matched sssd-krb5-common-1.11.5.1-3.fc21.x86_64 to require for libsss_krb5_common.so()(64bit) >08:52:44,296 DEBUG yum.verbose.YumBase: TSINFO: Marking libsss_idmap-1.11.5.1-3.fc21.x86_64 as install for sssd-ad-1.11.5.1-3.fc21.x86_64 >08:52:44,309 DEBUG yum.verbose.YumBase: TSINFO: Marking libdhash-0.4.3-21.fc21.x86_64 as install for sssd-ad-1.11.5.1-3.fc21.x86_64 >08:52:44,331 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-client-1.11.5.1-3.fc21.x86_64 as install for sssd-common-1.11.5.1-3.fc21.x86_64 >08:52:44,340 DEBUG yum.verbose.YumBase: TSINFO: Marking libini_config-1.0.0.1-21.fc21.x86_64 as install for sssd-common-1.11.5.1-3.fc21.x86_64 >08:52:44,343 DEBUG yum.verbose.YumBase: Quick matched libini_config-1.0.0.1-21.fc21.x86_64 to require for libini_config.so.3()(64bit) >08:52:44,347 DEBUG yum.verbose.YumBase: TSINFO: Marking libcollection-0.6.2-21.fc21.x86_64 as install for sssd-common-1.11.5.1-3.fc21.x86_64 >08:52:44,354 DEBUG yum.verbose.YumBase: TSINFO: Marking c-ares-1.10.0-2.fc20.x86_64 as install for sssd-common-1.11.5.1-3.fc21.x86_64 >08:52:44,386 DEBUG yum.verbose.YumBase: TSINFO: Marking libipa_hbac-1.11.5.1-3.fc21.x86_64 as install for sssd-ipa-1.11.5.1-3.fc21.x86_64 >08:52:44,394 DEBUG yum.verbose.YumBase: Quick matched libipa_hbac-1.11.5.1-3.fc21.x86_64 to require for libipa_hbac.so.0()(64bit) >08:52:44,521 DEBUG yum.verbose.YumBase: TSINFO: Marking python-cups-1.9.66-1.fc21.x86_64 as install for system-config-printer-libs-1.4.4-2.fc21.noarch >08:52:44,539 DEBUG yum.verbose.YumBase: TSINFO: Marking javapackages-tools-3.5.0-7.fc21.noarch as install for tagsoup-1.2.1-6.fc20.noarch >08:52:44,542 DEBUG yum.verbose.YumBase: Quick matched javapackages-tools-3.5.0-7.fc21.noarch to require for jpackage-utils >08:52:44,655 DEBUG yum.verbose.YumBase: TSINFO: Marking libteam-1.10-1.fc21.x86_64 as install for teamd-1.10-1.fc21.x86_64 >08:52:44,658 DEBUG yum.verbose.YumBase: Quick matched libteam-1.10-1.fc21.x86_64 to require for libteam.so.5()(64bit) >08:52:44,663 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl3-cli-3.2.24-2.fc21.x86_64 as install for teamd-1.10-1.fc21.x86_64 >08:52:44,675 DEBUG yum.verbose.YumBase: TSINFO: Marking jansson-2.6-3.fc21.x86_64 as install for teamd-1.10-1.fc21.x86_64 >08:52:44,857 DEBUG yum.verbose.YumBase: TSINFO: Marking libpurple-2.10.9-1.fc21.x86_64 as install for telepathy-haze-0.8.0-1.fc21.x86_64 >08:52:45,051 DEBUG yum.verbose.YumBase: TSINFO: Marking libquvi-0.9.4-2.fc21.x86_64 as install for totem-pl-parser-3.10.2-1.fc21.x86_64 >08:52:45,094 DEBUG yum.verbose.YumBase: TSINFO: Marking libiptcdata-1.0.4-10.fc20.x86_64 as install for tracker-1.0.1-1.fc21.x86_64 >08:52:45,163 DEBUG yum.verbose.YumBase: TSINFO: Marking libgsf-1.14.29-1.fc21.x86_64 as install for tracker-1.0.1-1.fc21.x86_64 >08:52:45,204 DEBUG yum.verbose.YumBase: TSINFO: Marking enca-1.15-1.fc21.x86_64 as install for tracker-1.0.1-1.fc21.x86_64 >08:52:45,225 DEBUG yum.verbose.YumBase: TSINFO: Marking libcue-1.4.0-3.fc21.x86_64 as install for tracker-1.0.1-1.fc21.x86_64 >08:52:45,323 DEBUG yum.verbose.YumBase: TSINFO: Marking libatasmart-0.19-5.fc20.x86_64 as install for udisks2-2.1.3-1.fc21.x86_64 >08:52:45,388 DEBUG yum.verbose.YumBase: TSINFO: Marking xfsprogs-3.2.0-0.5.rc3.fc21.x86_64 as install for udisks2-2.1.3-1.fc21.x86_64 >08:52:45,422 DEBUG yum.verbose.YumBase: TSINFO: Marking gdisk-0.8.10-2.fc21.x86_64 as install for udisks2-2.1.3-1.fc21.x86_64 >08:52:45,503 DEBUG yum.verbose.YumBase: TSINFO: Marking vte-profile-0.37.0-2.fc21.x86_64 as install for vte291-0.37.0-2.fc21.x86_64 >08:52:45,628 DEBUG yum.verbose.YumBase: TSINFO: Marking kernel-modules-extra-3.15.0-0.rc5.git2.1.fc21.x86_64 as install for xl2tpd-1.3.6-1.fc21.x86_64 >08:52:45,639 DEBUG yum.verbose.YumBase: TSINFO: Marking mcpp-2.7.2-11.fc21.x86_64 as install for xorg-x11-server-utils-7.7-4.fc21.x86_64 >08:52:45,707 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-python3-2.2.2-3.fc21.x86_64 as install for abrt-python3-2.2.1-3.fc21.x86_64 >08:52:45,726 DEBUG yum.verbose.YumBase: TSINFO: Marking brltty-5.1-2.fc21.x86_64 as install for brlapi-0.6.2-2.fc21.x86_64 >08:52:45,828 DEBUG yum.verbose.YumBase: TSINFO: Marking bluez-libs-5.18-1.fc21.x86_64 as install for brlapi-0.6.2-2.fc21.x86_64 >08:52:45,865 DEBUG yum.verbose.YumBase: TSINFO: Marking binutils-2.24-14.fc21.x86_64 as install for crash-7.0.5-1.fc21.x86_64 >08:52:45,871 DEBUG yum.verbose.YumBase: TSINFO: Marking snappy-1.1.1-1.fc21.x86_64 as install for crash-7.0.5-1.fc21.x86_64 >08:52:45,880 DEBUG yum.verbose.YumBase: TSINFO: Marking heisenbug-backgrounds-gnome-20.0.0-1.fc21.noarch as install for desktop-backgrounds-gnome-20.0.0-1.fc21.noarch >08:52:45,910 DEBUG yum.verbose.YumBase: TSINFO: Marking gavl-1.4.0-4.fc21.x86_64 as install for frei0r-plugins-1.4-1.fc21.x86_64 >08:52:45,923 DEBUG yum.verbose.YumBase: TSINFO: Marking gettext-libs-0.18.3.2-1.fc21.x86_64 as install for gettext-0.18.3.2-1.fc21.x86_64 >08:52:45,925 DEBUG yum.verbose.YumBase: Quick matched gettext-libs-0.18.3.2-1.fc21.x86_64 to require for libgettextlib-0.18.3.so()(64bit) >08:52:45,933 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libusb-0.1.5-3.fc21.x86_64 as install for gnupg-1.4.16-4.fc21.x86_64 >08:52:45,939 DEBUG yum.verbose.YumBase: TSINFO: Marking gnutls-dane-3.3.2-1.fc21.x86_64 as install for gnutls-utils-3.3.2-1.fc21.x86_64 >08:52:45,940 DEBUG yum.verbose.YumBase: Quick matched gnutls-dane-3.3.2-1.fc21.x86_64 to require for libgnutls-dane.so.0(DANE_0_0)(64bit) >08:52:45,943 DEBUG yum.verbose.YumBase: TSINFO: Marking autogen-libopts-5.18.2-2.fc21.x86_64 as install for gnutls-utils-3.3.2-1.fc21.x86_64 >08:52:45,968 DEBUG yum.verbose.YumBase: TSINFO: Marking tzdata-java-2014b-1.fc21.noarch as install for 1:java-1.7.0-openjdk-headless-1.7.0.60-2.5.0.16.pre02.fc21.x86_64 >08:52:45,971 DEBUG yum.verbose.YumBase: TSINFO: Marking python-javapackages-3.5.0-7.fc21.noarch as install for javapackages-tools-3.5.0-7.fc21.noarch >08:52:45,978 DEBUG yum.verbose.YumBase: TSINFO: Marking dracut-network-037-11.git20140402.fc21.x86_64 as install for kexec-tools-2.0.6-5.fc21.x86_64 >08:52:46,026 DEBUG yum.verbose.YumBase: TSINFO: Marking libref_array-0.1.3-21.fc21.x86_64 as install for libini_config-1.0.0.1-21.fc21.x86_64 >08:52:46,029 DEBUG yum.verbose.YumBase: TSINFO: Marking libpath_utils-0.2.1-21.fc21.x86_64 as install for libini_config-1.0.0.1-21.fc21.x86_64 >08:52:46,033 DEBUG yum.verbose.YumBase: TSINFO: Marking libbasicobjects-0.1.0-21.fc21.x86_64 as install for libini_config-1.0.0.1-21.fc21.x86_64 >08:52:46,089 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-scram-2.1.26-16.fc21.x86_64 as install for libpurple-2.10.9-1.fc21.x86_64 >08:52:46,094 DEBUG yum.verbose.YumBase: TSINFO: Marking libsilc-1.1.10-11.fc21.x86_64 as install for libpurple-2.10.9-1.fc21.x86_64 >08:52:46,095 DEBUG yum.verbose.YumBase: Quick matched libsilc-1.1.10-11.fc21.x86_64 to require for libsilc-1.1.so.2()(64bit) >08:52:46,099 DEBUG yum.verbose.YumBase: TSINFO: Marking meanwhile-1.1.0-14.fc21.x86_64 as install for libpurple-2.10.9-1.fc21.x86_64 >08:52:46,103 DEBUG yum.verbose.YumBase: TSINFO: Marking libgadu-1.12.0-0.3.rc2.fc21.x86_64 as install for libpurple-2.10.9-1.fc21.x86_64 >08:52:46,109 DEBUG yum.verbose.YumBase: TSINFO: Marking farstream-0.1.2-6.fc20.x86_64 as install for libpurple-2.10.9-1.fc21.x86_64 >08:52:46,115 DEBUG yum.verbose.YumBase: TSINFO: Marking libquvi-scripts-0.9.20131130-1.fc21.noarch as install for libquvi-0.9.4-2.fc21.x86_64 >08:52:46,143 DEBUG yum.verbose.YumBase: TSINFO: Marking libtar-1.2.20-3.fc21.x86_64 as install for libreport-plugin-reportuploader-2.2.2-3.fc21.x86_64 >08:52:46,192 DEBUG yum.verbose.YumBase: TSINFO: Marking numad-0.5-15.20140225git.fc21.x86_64 as install for libvirt-daemon-1.2.4-1.fc21.x86_64 >08:52:46,199 DEBUG yum.verbose.YumBase: TSINFO: Marking libcgroup-0.41-2.fc21.x86_64 as install for libvirt-daemon-1.2.4-1.fc21.x86_64 >08:52:46,201 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dmidecode-2.12-4.fc20.x86_64 as install for libvirt-daemon-1.2.4-1.fc21.x86_64 >08:52:46,209 DEBUG yum.verbose.YumBase: TSINFO: Marking netcf-libs-0.2.3-7.fc21.x86_64 as install for libvirt-daemon-driver-interface-1.2.4-1.fc21.x86_64 >08:52:46,211 DEBUG yum.verbose.YumBase: Quick matched netcf-libs-0.2.3-7.fc21.x86_64 to require for libnetcf.so.1(NETCF_1.4.0)(64bit) >08:52:46,212 DEBUG yum.verbose.YumBase: Quick matched netcf-libs-0.2.3-7.fc21.x86_64 to require for libnetcf.so.1(NETCF_1.3.0)(64bit) >08:52:46,212 DEBUG yum.verbose.YumBase: Quick matched netcf-libs-0.2.3-7.fc21.x86_64 to require for libnetcf.so.1(NETCF_1.2.0)(64bit) >08:52:46,212 DEBUG yum.verbose.YumBase: Quick matched netcf-libs-0.2.3-7.fc21.x86_64 to require for libnetcf.so.1(NETCF_1.0.0)(64bit) >08:52:46,213 DEBUG yum.verbose.YumBase: Quick matched netcf-libs-0.2.3-7.fc21.x86_64 to require for libnetcf.so.1()(64bit) >08:52:46,217 DEBUG yum.verbose.YumBase: TSINFO: Marking radvd-1.10.0-2.fc21.x86_64 as install for libvirt-daemon-driver-network-1.2.4-1.fc21.x86_64 >08:52:46,219 DEBUG yum.verbose.YumBase: TSINFO: Marking iptables-services-1.4.21-8.fc21.x86_64 as install for libvirt-daemon-driver-network-1.2.4-1.fc21.x86_64 >08:52:46,230 DEBUG yum.verbose.YumBase: TSINFO: Marking lzop-1.03-9.fc20.x86_64 as install for libvirt-daemon-driver-qemu-1.2.4-1.fc21.x86_64 >08:52:46,232 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:qemu-img-2.0.0-4.fc21.x86_64 as install for libvirt-daemon-driver-qemu-1.2.4-1.fc21.x86_64 >08:52:46,244 DEBUG yum.verbose.YumBase: TSINFO: Marking glusterfs-fuse-3.5.0-3.fc21.x86_64 as install for libvirt-daemon-driver-storage-1.2.4-1.fc21.x86_64 >08:52:46,246 DEBUG yum.verbose.YumBase: TSINFO: Marking sheepdog-0.3.0-6.fc21.x86_64 as install for libvirt-daemon-driver-storage-1.2.4-1.fc21.x86_64 >08:52:46,249 DEBUG yum.verbose.YumBase: TSINFO: Marking lvm2-2.02.106-3.fc21.x86_64 as install for libvirt-daemon-driver-storage-1.2.4-1.fc21.x86_64 >08:52:46,256 DEBUG yum.verbose.YumBase: TSINFO: Marking iscsi-initiator-utils-6.2.0.873-21.fc21.x86_64 as install for libvirt-daemon-driver-storage-1.2.4-1.fc21.x86_64 >08:52:46,260 DEBUG yum.verbose.YumBase: TSINFO: Marking ceph-libs-0.80.1-1.fc21.x86_64 as install for libvirt-daemon-driver-storage-1.2.4-1.fc21.x86_64 >08:52:46,262 DEBUG yum.verbose.YumBase: Quick matched ceph-libs-0.80.1-1.fc21.x86_64 to require for librados.so.2()(64bit) >08:52:46,267 DEBUG yum.verbose.YumBase: TSINFO: Marking glusterfs-libs-3.5.0-3.fc21.x86_64 as install for libvirt-daemon-driver-storage-1.2.4-1.fc21.x86_64 >08:52:46,269 DEBUG yum.verbose.YumBase: Quick matched glusterfs-libs-3.5.0-3.fc21.x86_64 to require for libgfxdr.so.0()(64bit) >08:52:46,270 DEBUG yum.verbose.YumBase: Quick matched glusterfs-libs-3.5.0-3.fc21.x86_64 to require for libgfrpc.so.0()(64bit) >08:52:46,274 DEBUG yum.verbose.YumBase: TSINFO: Marking glusterfs-api-3.5.0-3.fc21.x86_64 as install for libvirt-daemon-driver-storage-1.2.4-1.fc21.x86_64 >08:52:46,316 DEBUG yum.verbose.YumBase: TSINFO: Marking libmcpp-2.7.2-11.fc21.x86_64 as install for mcpp-2.7.2-11.fc21.x86_64 >08:52:46,329 DEBUG yum.verbose.YumBase: TSINFO: Marking pakchois-0.4-9.fc21.x86_64 as install for neon-0.30.0-2.fc21.x86_64 >08:52:46,346 DEBUG yum.verbose.YumBase: TSINFO: Marking pkcs11-helper-1.11-1.fc21.x86_64 as install for openvpn-2.3.4-1.fc21.x86_64 >08:52:46,396 DEBUG yum.verbose.YumBase: TSINFO: Marking 3:perl-version-0.99.08-1.fc21.x86_64 as install for 1:perl-Module-CoreList-3.03-298.fc21.noarch >08:52:46,415 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Pod-Escapes-1.04-298.fc21.noarch as install for 1:perl-Pod-Simple-3.28-292.fc20.noarch >08:52:46,426 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-podlators-2.5.3-1.fc21.noarch as install for perl-Pod-Usage-1.63-4.fc20.noarch >08:52:46,430 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Pod-Perldoc-3.23-1.fc21.noarch as install for perl-Pod-Usage-1.63-4.fc20.noarch >08:52:46,519 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-graphics-libs-0.8.9-4.2013.08.14.fc21.x86_64 as install for plymouth-plugin-two-step-0.8.9-4.2013.08.14.fc21.x86_64 >08:52:46,523 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-plugin-label-0.8.9-4.2013.08.14.fc21.x86_64 as install for plymouth-plugin-two-step-0.8.9-4.2013.08.14.fc21.x86_64 >08:52:46,534 DEBUG yum.verbose.YumBase: TSINFO: Marking libsemanage-python-2.3-1.fc21.x86_64 as install for policycoreutils-python-2.3-2.fc21.x86_64 >08:52:46,538 DEBUG yum.verbose.YumBase: TSINFO: Marking python-IPy-0.81-9.fc21.noarch as install for policycoreutils-python-2.3-2.fc21.x86_64 >08:52:46,545 DEBUG yum.verbose.YumBase: TSINFO: Marking setools-libs-3.3.8-1.fc21.x86_64 as install for policycoreutils-python-2.3-2.fc21.x86_64 >08:52:46,548 DEBUG yum.verbose.YumBase: Quick matched setools-libs-3.3.8-1.fc21.x86_64 to require for libqpol.so.1(VERS_1.2)(64bit) >08:52:46,549 DEBUG yum.verbose.YumBase: Quick matched setools-libs-3.3.8-1.fc21.x86_64 to require for libapol.so.4(VERS_4.0)(64bit) >08:52:46,551 DEBUG yum.verbose.YumBase: TSINFO: Marking checkpolicy-2.2-1.fc21.x86_64 as install for policycoreutils-python-2.3-2.fc21.x86_64 >08:52:46,554 DEBUG yum.verbose.YumBase: Quick matched setools-libs-3.3.8-1.fc21.x86_64 to require for libapol.so.4()(64bit) >08:52:46,605 DEBUG yum.verbose.YumBase: TSINFO: Marking python-crypto-2.6.1-1.fc21.x86_64 as install for python-paramiko-1.12.2-1.fc21.noarch >08:52:46,608 DEBUG yum.verbose.YumBase: TSINFO: Marking python-ecdsa-0.11-1.fc21.noarch as install for python-paramiko-1.12.2-1.fc21.noarch >08:52:46,634 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:qemu-system-x86-2.0.0-4.fc21.x86_64 as install for 2:qemu-kvm-2.0.0-4.fc21.x86_64 >08:52:46,652 DEBUG yum.verbose.YumBase: TSINFO: Marking rasqal-0.9.32-1.fc21.x86_64 as install for redland-1.0.17-1.fc21.x86_64 >08:52:46,673 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-js-common-0.1.2-10.fc21.noarch as install for seed-3.8.1-2.fc21.x86_64 >08:52:46,685 DEBUG yum.verbose.YumBase: TSINFO: Marking mpfr-3.1.2-4.fc21.x86_64 as install for seed-3.8.1-2.fc21.x86_64 >08:52:46,702 DEBUG yum.verbose.YumBase: TSINFO: Marking festival-freebsoft-utils-0.10-7.fc21.noarch as install for speech-dispatcher-0.8-7.fc21.x86_64 >08:52:46,707 DEBUG yum.verbose.YumBase: TSINFO: Marking flite-1.3-21.fc21.x86_64 as install for speech-dispatcher-0.8-7.fc21.x86_64 >08:52:46,708 DEBUG yum.verbose.YumBase: Quick matched flite-1.3-21.fc21.x86_64 to require for libflite_cmulex.so.1()(64bit) >08:52:46,709 DEBUG yum.verbose.YumBase: Quick matched flite-1.3-21.fc21.x86_64 to require for libflite_cmu_us_kal16.so.1()(64bit) >08:52:46,709 DEBUG yum.verbose.YumBase: Quick matched flite-1.3-21.fc21.x86_64 to require for libflite.so.1()(64bit) >08:52:46,713 DEBUG yum.verbose.YumBase: TSINFO: Marking dotconf-1.3-8.fc21.x86_64 as install for speech-dispatcher-0.8-7.fc21.x86_64 >08:52:46,724 DEBUG yum.verbose.YumBase: TSINFO: Marking libsss_nss_idmap-1.11.5.1-3.fc21.x86_64 as install for sssd-client-1.11.5.1-3.fc21.x86_64 >08:52:46,734 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-gssapi-2.1.26-16.fc21.x86_64 as install for sssd-krb5-common-1.11.5.1-3.fc21.x86_64 >08:52:46,742 DEBUG yum.verbose.YumBase: TSINFO: Marking libtomcrypt-1.17-21.fc21.x86_64 as install for stoken-libs-0.5-1.fc21.x86_64 >08:52:46,750 DEBUG yum.verbose.YumBase: TSINFO: Marking tbb-4.1-6.20130314.fc21.x86_64 as install for suitesparse-4.2.1-2.fc21.x86_64 >08:52:46,767 DEBUG yum.verbose.YumBase: Quick matched tbb-4.1-6.20130314.fc21.x86_64 to require for libtbb.so.2()(64bit) >08:52:46,796 DEBUG yum.verbose.YumBase: TSINFO: Marking atlas-3.10.1-12.fc21.x86_64 as install for suitesparse-4.2.1-2.fc21.x86_64 >08:52:46,876 DEBUG yum.verbose.YumBase: TSINFO: Marking ttmkfdir-3.0.9-41.fc21.x86_64 as install for xorg-x11-fonts-Type1-7.5-9.fc20.noarch >08:52:46,878 DEBUG yum.verbose.YumBase: Quick matched ttmkfdir-3.0.9-41.fc21.x86_64 to require for ttmkfdir >08:52:46,893 DEBUG yum.verbose.YumBase: TSINFO: Marking libgfortran-4.9.0-3.fc21.x86_64 as install for atlas-3.10.1-12.fc21.x86_64 >08:52:46,896 DEBUG yum.verbose.YumBase: Quick matched libgfortran-4.9.0-3.fc21.x86_64 to require for libgfortran.so.3(GFORTRAN_1.0)(64bit) >08:52:46,897 DEBUG yum.verbose.YumBase: Quick matched libgfortran-4.9.0-3.fc21.x86_64 to require for libgfortran.so.3()(64bit) >08:52:46,927 DEBUG yum.verbose.YumBase: TSINFO: Marking leveldb-1.12.0-5.fc21.x86_64 as install for ceph-libs-0.80.1-1.fc21.x86_64 >08:52:46,933 DEBUG yum.verbose.YumBase: TSINFO: Marking cryptopp-5.6.2-3.fc21.x86_64 as install for ceph-libs-0.80.1-1.fc21.x86_64 >08:52:46,938 DEBUG yum.verbose.YumBase: TSINFO: Marking boost-thread-1.54.0-14.fc21.x86_64 as install for ceph-libs-0.80.1-1.fc21.x86_64 >08:52:46,970 DEBUG yum.verbose.YumBase: TSINFO: Marking sox-14.4.1-4.fc21.x86_64 as install for festival-freebsoft-utils-0.10-7.fc21.noarch >08:52:46,975 DEBUG yum.verbose.YumBase: TSINFO: Marking festival-1.96-27.fc21.x86_64 as install for festival-freebsoft-utils-0.10-7.fc21.noarch >08:52:46,987 DEBUG yum.verbose.YumBase: TSINFO: Marking libgdither-0.6-7.fc20.x86_64 as install for gavl-1.4.0-4.fc21.x86_64 >08:52:47,002 DEBUG yum.verbose.YumBase: TSINFO: Marking glusterfs-3.5.0-3.fc21.x86_64 as install for glusterfs-api-3.5.0-3.fc21.x86_64 >08:52:47,030 DEBUG yum.verbose.YumBase: TSINFO: Marking heisenbug-backgrounds-base-20.0.0-1.fc21.noarch as install for heisenbug-backgrounds-gnome-20.0.0-1.fc21.noarch >08:52:47,044 DEBUG yum.verbose.YumBase: TSINFO: Marking iscsi-initiator-utils-iscsiuio-6.2.0.873-21.fc21.x86_64 as install for iscsi-initiator-utils-6.2.0.873-21.fc21.x86_64 >08:52:47,063 DEBUG yum.verbose.YumBase: TSINFO: Marking protobuf-c-0.15-8.fc21.x86_64 as install for libgadu-1.12.0-0.3.rc2.fc21.x86_64 >08:52:47,109 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-socket-3.0-0.4rc1.fc21.x86_64 as install for libquvi-scripts-0.9.20131130-1.fc21.noarch >08:52:47,112 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-json-1.3.2-2.fc20.noarch as install for libquvi-scripts-0.9.20131130-1.fc21.noarch >08:52:47,124 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-expat-1.3.0-1.fc21.x86_64 as install for libquvi-scripts-0.9.20131130-1.fc21.noarch >08:52:47,192 DEBUG yum.verbose.YumBase: TSINFO: Marking libtommath-0.42.0-3.fc21.x86_64 as install for libtomcrypt-1.17-21.fc21.x86_64 >08:52:47,201 DEBUG yum.verbose.YumBase: Quick matched libtommath-0.42.0-3.fc21.x86_64 to require for libtommath.so.0()(64bit) >08:52:47,231 DEBUG yum.verbose.YumBase: TSINFO: Marking lvm2-libs-2.02.106-3.fc21.x86_64 as install for lvm2-2.02.106-3.fc21.x86_64 >08:52:47,240 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-persistent-data-0.3.2-1.fc21.x86_64 as install for lvm2-2.02.106-3.fc21.x86_64 >08:52:47,282 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-event-libs-1.02.85-3.fc21.x86_64 as install for lvm2-2.02.106-3.fc21.x86_64 >08:52:47,341 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-HTTP-Tiny-0.043-1.fc21.noarch as install for perl-Pod-Perldoc-3.23-1.fc21.noarch >08:52:47,411 DEBUG yum.verbose.YumBase: TSINFO: Marking python-lxml-3.3.5-1.fc21.x86_64 as install for python-javapackages-3.5.0-7.fc21.noarch >08:52:47,443 DEBUG yum.verbose.YumBase: TSINFO: Marking libaio-0.3.110-2.fc21.x86_64 as install for 2:qemu-img-2.0.0-4.fc21.x86_64 >08:52:47,456 DEBUG yum.verbose.YumBase: Quick matched libaio-0.3.110-2.fc21.x86_64 to require for libaio.so.1(LIBAIO_0.1)(64bit) >08:52:47,506 DEBUG yum.verbose.YumBase: TSINFO: Marking xen-libs-4.4.0-4.fc21.x86_64 as install for 2:qemu-img-2.0.0-4.fc21.x86_64 >08:52:47,513 DEBUG yum.verbose.YumBase: Quick matched xen-libs-4.4.0-4.fc21.x86_64 to require for libxenguest.so.4.4()(64bit) >08:52:47,513 DEBUG yum.verbose.YumBase: Quick matched xen-libs-4.4.0-4.fc21.x86_64 to require for libxenctrl.so.4.4()(64bit) >08:52:47,518 DEBUG yum.verbose.YumBase: TSINFO: Marking librdmacm-1.0.18.1-1.fc21.x86_64 as install for 2:qemu-img-2.0.0-4.fc21.x86_64 >08:52:47,532 DEBUG yum.verbose.YumBase: TSINFO: Marking libiscsi-1.9.0-5.fc21.x86_64 as install for 2:qemu-img-2.0.0-4.fc21.x86_64 >08:52:47,594 DEBUG yum.verbose.YumBase: TSINFO: Marking libibverbs-1.1.7-4.fc21.x86_64 as install for 2:qemu-img-2.0.0-4.fc21.x86_64 >08:52:47,733 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:qemu-common-2.0.0-4.fc21.x86_64 as install for 2:qemu-system-x86-2.0.0-4.fc21.x86_64 >08:52:47,740 DEBUG yum.verbose.YumBase: TSINFO: Marking seabios-bin-1.7.4-5.fc21.noarch as install for 2:qemu-system-x86-2.0.0-4.fc21.x86_64 >08:52:47,744 DEBUG yum.verbose.YumBase: TSINFO: Marking ipxe-roms-qemu-20140303-1.gitff1e7fc7.fc21.noarch as install for 2:qemu-system-x86-2.0.0-4.fc21.x86_64 >08:52:47,747 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:sgabios-bin-0.20110622svn-6.fc20.noarch as install for 2:qemu-system-x86-2.0.0-4.fc21.x86_64 >08:52:47,750 DEBUG yum.verbose.YumBase: TSINFO: Marking seavgabios-bin-1.7.4-5.fc21.noarch as install for 2:qemu-system-x86-2.0.0-4.fc21.x86_64 >08:52:47,757 DEBUG yum.verbose.YumBase: TSINFO: Marking spice-server-0.12.4-3.fc21.x86_64 as install for 2:qemu-system-x86-2.0.0-4.fc21.x86_64 >08:52:47,761 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc21.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.8.2)(64bit) >08:52:47,761 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc21.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.8.1)(64bit) >08:52:47,762 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc21.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.6.0)(64bit) >08:52:47,762 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc21.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.12.4)(64bit) >08:52:47,763 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc21.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.12.3)(64bit) >08:52:47,764 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc21.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.12.2)(64bit) >08:52:47,764 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc21.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.11.2)(64bit) >08:52:47,765 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc21.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.10.4)(64bit) >08:52:47,765 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc21.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.10.3)(64bit) >08:52:47,766 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc21.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.10.2)(64bit) >08:52:47,767 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc21.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.10.1)(64bit) >08:52:47,767 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc21.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.10.0)(64bit) >08:52:47,772 DEBUG yum.verbose.YumBase: TSINFO: Marking libfdt-1.4.0-3.fc21.x86_64 as install for 2:qemu-system-x86-2.0.0-4.fc21.x86_64 >08:52:47,813 DEBUG yum.verbose.YumBase: TSINFO: Marking corosynclib-2.3.3-1.fc21.x86_64 as install for sheepdog-0.3.0-6.fc21.x86_64 >08:52:47,824 DEBUG yum.verbose.YumBase: Quick matched corosynclib-2.3.3-1.fc21.x86_64 to require for libcfg.so.6(COROSYNC_CFG_0.82)(64bit) >08:52:47,827 DEBUG yum.verbose.YumBase: TSINFO: Marking corosync-2.3.3-1.fc21.x86_64 as install for sheepdog-0.3.0-6.fc21.x86_64 >08:52:47,840 DEBUG yum.verbose.YumBase: Quick matched corosynclib-2.3.3-1.fc21.x86_64 to require for libcfg.so.6()(64bit) >08:52:47,943 DEBUG yum.verbose.YumBase: TSINFO: Marking libqb-0.17.0-2.fc21.x86_64 as install for corosync-2.3.3-1.fc21.x86_64 >08:52:48,047 DEBUG yum.verbose.YumBase: TSINFO: Marking festival-speechtools-libs-1.2.96-27.fc21.x86_64 as install for festival-1.96-27.fc21.x86_64 >08:52:48,064 DEBUG yum.verbose.YumBase: TSINFO: Marking festival-lib-1.96-27.fc21.x86_64 as install for festival-1.96-27.fc21.x86_64 >08:52:48,068 DEBUG yum.verbose.YumBase: TSINFO: Marking festvox-slt-arctic-hts-0.20061229-27.fc21.noarch as install for festival-1.96-27.fc21.x86_64 >08:52:48,070 DEBUG yum.verbose.YumBase: Quick matched festival-speechtools-libs-1.2.96-27.fc21.x86_64 to require for libestools.so.1.2.96.1()(64bit) >08:52:48,071 DEBUG yum.verbose.YumBase: Quick matched festival-speechtools-libs-1.2.96-27.fc21.x86_64 to require for libestbase.so.1.2.96.1()(64bit) >08:52:48,179 DEBUG yum.verbose.YumBase: TSINFO: Marking libquadmath-4.9.0-3.fc21.x86_64 as install for libgfortran-4.9.0-3.fc21.x86_64 >08:52:48,240 DEBUG yum.verbose.YumBase: Quick matched libquadmath-4.9.0-3.fc21.x86_64 to require for libquadmath.so.0(QUADMATH_1.0)(64bit) >08:52:48,241 DEBUG yum.verbose.YumBase: Quick matched libquadmath-4.9.0-3.fc21.x86_64 to require for libquadmath.so.0()(64bit) >08:52:48,355 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-lpeg-0.12-2.fc21.x86_64 as install for lua-json-1.3.2-2.fc20.noarch >08:52:48,364 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-event-1.02.85-3.fc21.x86_64 as install for lvm2-libs-2.02.106-3.fc21.x86_64 >08:52:48,406 DEBUG yum.verbose.YumBase: TSINFO: Marking protobuf-compiler-2.5.0-7.fc21.x86_64 as install for protobuf-c-0.15-8.fc21.x86_64 >08:52:48,412 DEBUG yum.verbose.YumBase: TSINFO: Marking protobuf-2.5.0-7.fc21.x86_64 as install for protobuf-c-0.15-8.fc21.x86_64 >08:52:48,437 DEBUG yum.verbose.YumBase: TSINFO: Marking python-cssselect-0.9.1-1.fc21.noarch as install for python-lxml-3.3.5-1.fc21.x86_64 >08:52:48,486 DEBUG yum.verbose.YumBase: TSINFO: Marking xen-licenses-4.4.0-4.fc21.x86_64 as install for xen-libs-4.4.0-4.fc21.x86_64 >08:52:49,744 DEBUG yum.verbose.YumBase: TSINFO: Marking hunspell-en-GB-0.20121024-7.fc21.noarch as install for hunspell-en-0.20121024-7.fc21.noarch >08:52:49,859 DEBUG yum.verbose.YumBase: Depsolve time: 20.119 >08:52:49,861 WARN packaging: 1:libreoffice-pdfimport-4.2.4.2-8.fc21.x86_64 requires libpoppler.so.43()(64bit) > > >/tmp/program.log: >12:47:20,860 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >12:47:20,887 DEBUG program: Return code: 0 >12:47:20,888 INFO program: Running... udevadm settle --timeout=300 >12:47:20,988 DEBUG program: Return code: 0 >12:47:21,093 INFO program: Running... modprobe fcoe >12:47:21,180 DEBUG program: Return code: 0 >12:47:21,181 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >12:47:21,244 INFO program: No FCoE boot disk information is found in EDD! >12:47:21,245 DEBUG program: Return code: 1 >12:47:25,714 INFO program: Running... metacity --display :1 --sm-disable >12:47:25,719 INFO program: Running... spice-vdagent >12:47:25,938 DEBUG program: Return code: 0 >12:47:33,616 INFO program: Running... udevadm settle --timeout=300 >12:47:33,660 DEBUG program: Return code: 1 >12:47:33,662 INFO program: Running... mpathconf --user_friendly_names y --with_multipathd y >12:47:33,813 DEBUG program: Return code: 0 >12:47:33,818 INFO program: Running... udevadm settle --timeout=300 >12:47:33,854 DEBUG program: Return code: 1 >12:47:33,906 INFO program: Running... systemctl start chronyd.service >12:47:34,059 DEBUG program: Return code: 0 >12:47:34,075 INFO program: Running... multipath -c /dev/vda >12:47:34,292 DEBUG program: Return code: 1 >12:47:38,903 INFO program: Running... mdadm --examine --export /dev/vda1 >12:47:39,139 INFO program: MD_LEVEL=raid1 >12:47:39,140 INFO program: MD_DEVICES=4 >12:47:39,140 INFO program: MD_NAME=boot >12:47:39,141 INFO program: MD_ARRAY_SIZE=537.85MB >12:47:39,152 INFO program: MD_UUID=c31e2495:c06ac1a9:f181591c:117d572e >12:47:39,152 INFO program: MD_UPDATE_TIME=1400156926 >12:47:39,153 INFO program: MD_DEV_UUID=78c8e64b:24b09fcc:003a4341:c4ed5260 >12:47:39,153 INFO program: MD_EVENTS=32 >12:47:39,154 DEBUG program: Return code: 0 >12:47:39,168 INFO program: Running... mdadm --examine --brief /dev/vda1 >12:47:39,362 INFO program: ARRAY /dev/md/boot metadata=1.0 UUID=c31e2495:c06ac1a9:f181591c:117d572e name=boot >12:47:39,363 DEBUG program: Return code: 0 >12:47:39,428 INFO program: Running... udevadm settle --timeout=300 >12:47:39,487 DEBUG program: Return code: 1 >12:47:39,614 INFO program: Running... udevadm settle --timeout=300 >12:47:39,787 DEBUG program: Return code: 1 >12:47:39,788 INFO program: Running... mdadm --incremental --quiet /dev/vda1 >12:47:39,927 DEBUG program: Return code: 1 >12:47:41,239 INFO program: Running... mdadm --examine --export /dev/vda2 >12:47:41,438 INFO program: MD_LEVEL=raid0 >12:47:41,439 INFO program: MD_DEVICES=4 >12:47:41,440 INFO program: MD_NAME=swap >12:47:41,441 INFO program: MD_UUID=d7eb1334:5f7c63c3:3af7c0e0:d77f58a3 >12:47:41,442 INFO program: MD_UPDATE_TIME=1400155637 >12:47:41,450 INFO program: MD_DEV_UUID=863e8b92:6e063d8f:f6a31957:1fcfd666 >12:47:41,450 INFO program: MD_EVENTS=0 >12:47:41,451 DEBUG program: Return code: 0 >12:47:41,451 INFO program: Running... mdadm --examine --brief /dev/vda2 >12:47:41,505 INFO program: ARRAY /dev/md/swap metadata=1.2 UUID=d7eb1334:5f7c63c3:3af7c0e0:d77f58a3 name=swap >12:47:41,506 DEBUG program: Return code: 0 >12:47:41,572 INFO program: Running... udevadm settle --timeout=300 >12:47:41,609 DEBUG program: Return code: 1 >12:47:41,685 INFO program: Running... udevadm settle --timeout=300 >12:47:41,715 DEBUG program: Return code: 1 >12:47:41,716 INFO program: Running... mdadm --incremental --quiet /dev/vda2 >12:47:41,780 DEBUG program: Return code: 1 >12:47:42,650 INFO program: Running... mdadm --examine --export /dev/vda3 >12:47:42,721 INFO program: MD_LEVEL=raid10 >12:47:42,726 INFO program: MD_DEVICES=4 >12:47:42,727 INFO program: MD_NAME=root >12:47:42,727 INFO program: MD_ARRAY_SIZE=9.94GB >12:47:42,728 INFO program: MD_UUID=68c0095d:e52a604b:00d7b046:8f275bb8 >12:47:42,728 INFO program: MD_UPDATE_TIME=1400157842 >12:47:42,729 INFO program: MD_DEV_UUID=0b5e0676:55af7ff7:e30c9d7b:5d2a1467 >12:47:42,729 INFO program: MD_EVENTS=126 >12:47:42,730 DEBUG program: Return code: 0 >12:47:42,734 INFO program: Running... mdadm --examine --brief /dev/vda3 >12:47:42,922 INFO program: ARRAY /dev/md/root metadata=1.2 UUID=68c0095d:e52a604b:00d7b046:8f275bb8 name=root >12:47:42,923 DEBUG program: Return code: 0 >12:47:43,026 INFO program: Running... udevadm settle --timeout=300 >12:47:43,217 DEBUG program: Return code: 1 >12:47:43,656 INFO program: Running... udevadm settle --timeout=300 >12:47:43,730 DEBUG program: Return code: 1 >12:47:43,732 INFO program: Running... mdadm --incremental --quiet /dev/vda3 >12:47:43,903 DEBUG program: Return code: 1 >12:47:44,690 INFO program: Running... multipath -c /dev/vdb >12:47:44,737 DEBUG program: Return code: 1 >12:47:47,418 INFO program: Running... mdadm --examine --export /dev/vdb1 >12:47:47,524 INFO program: MD_LEVEL=raid1 >12:47:47,525 INFO program: MD_DEVICES=4 >12:47:47,525 INFO program: MD_NAME=boot >12:47:47,526 INFO program: MD_ARRAY_SIZE=537.85MB >12:47:47,527 INFO program: MD_UUID=c31e2495:c06ac1a9:f181591c:117d572e >12:47:47,527 INFO program: MD_UPDATE_TIME=1400158060 >12:47:47,527 INFO program: MD_DEV_UUID=cb38a56a:26cc7906:64e0f48b:c580a88b >12:47:47,528 INFO program: MD_EVENTS=34 >12:47:47,528 DEBUG program: Return code: 0 >12:47:47,529 INFO program: Running... mdadm --examine --brief /dev/vdb1 >12:47:47,612 INFO program: ARRAY /dev/md/boot metadata=1.0 UUID=c31e2495:c06ac1a9:f181591c:117d572e name=boot >12:47:47,613 DEBUG program: Return code: 0 >12:47:48,109 INFO program: Running... udevadm settle --timeout=300 >12:47:48,201 DEBUG program: Return code: 1 >12:47:48,202 INFO program: Running... mdadm --incremental --quiet /dev/vdb1 >12:47:48,342 DEBUG program: Return code: 1 >12:47:49,091 INFO program: Running... mdadm --examine --export /dev/vdb2 >12:47:49,106 INFO program: MD_LEVEL=raid0 >12:47:49,107 INFO program: MD_DEVICES=4 >12:47:49,107 INFO program: MD_NAME=swap >12:47:49,107 INFO program: MD_UUID=d7eb1334:5f7c63c3:3af7c0e0:d77f58a3 >12:47:49,108 INFO program: MD_UPDATE_TIME=1400155637 >12:47:49,108 INFO program: MD_DEV_UUID=17622194:ce5d6e44:8d2f8e26:2af257e2 >12:47:49,109 INFO program: MD_EVENTS=0 >12:47:49,110 DEBUG program: Return code: 0 >12:47:49,110 INFO program: Running... mdadm --examine --brief /dev/vdb2 >12:47:49,123 INFO program: ARRAY /dev/md/swap metadata=1.2 UUID=d7eb1334:5f7c63c3:3af7c0e0:d77f58a3 name=swap >12:47:49,123 DEBUG program: Return code: 0 >12:47:49,284 INFO program: Running... udevadm settle --timeout=300 >12:47:49,317 DEBUG program: Return code: 1 >12:47:49,318 INFO program: Running... mdadm --incremental --quiet /dev/vdb2 >12:47:49,334 DEBUG program: Return code: 1 >12:47:49,848 INFO program: Running... mdadm --examine --export /dev/vdb3 >12:47:49,868 INFO program: MD_LEVEL=raid10 >12:47:49,869 INFO program: MD_DEVICES=4 >12:47:49,873 INFO program: MD_NAME=root >12:47:49,873 INFO program: MD_ARRAY_SIZE=9.94GB >12:47:49,874 INFO program: MD_UUID=68c0095d:e52a604b:00d7b046:8f275bb8 >12:47:49,875 INFO program: MD_UPDATE_TIME=1400157842 >12:47:49,875 INFO program: MD_DEV_UUID=d688c4b6:2fa1320c:46d0bb8a:be83b513 >12:47:49,876 INFO program: MD_EVENTS=126 >12:47:49,877 DEBUG program: Return code: 0 >12:47:49,879 INFO program: Running... mdadm --examine --brief /dev/vdb3 >12:47:50,093 INFO program: ARRAY /dev/md/root metadata=1.2 UUID=68c0095d:e52a604b:00d7b046:8f275bb8 name=root >12:47:50,094 DEBUG program: Return code: 0 >12:47:50,453 INFO program: Running... udevadm settle --timeout=300 >12:47:50,786 DEBUG program: Return code: 1 >12:47:50,787 INFO program: Running... mdadm --incremental --quiet /dev/vdb3 >12:47:51,025 DEBUG program: Return code: 1 >12:47:51,535 INFO program: Running... multipath -c /dev/vdc >12:47:51,567 DEBUG program: Return code: 1 >12:47:53,096 INFO program: Running... mdadm --examine --export /dev/vdc1 >12:47:53,116 INFO program: MD_LEVEL=raid1 >12:47:53,117 INFO program: MD_DEVICES=4 >12:47:53,118 INFO program: MD_NAME=boot >12:47:53,118 INFO program: MD_ARRAY_SIZE=537.85MB >12:47:53,134 INFO program: MD_UUID=c31e2495:c06ac1a9:f181591c:117d572e >12:47:53,135 INFO program: MD_UPDATE_TIME=1400158060 >12:47:53,135 INFO program: MD_DEV_UUID=4eb5a7cc:b9c7c793:18f8b0bc:911db0d5 >12:47:53,136 INFO program: MD_EVENTS=34 >12:47:53,136 DEBUG program: Return code: 0 >12:47:53,137 INFO program: Running... mdadm --examine --brief /dev/vdc1 >12:47:53,158 INFO program: ARRAY /dev/md/boot metadata=1.0 UUID=c31e2495:c06ac1a9:f181591c:117d572e name=boot >12:47:53,159 DEBUG program: Return code: 0 >12:47:53,373 INFO program: Running... udevadm settle --timeout=300 >12:47:53,429 DEBUG program: Return code: 1 >12:47:53,429 INFO program: Running... mdadm --incremental --quiet /dev/vdc1 >12:47:53,450 DEBUG program: Return code: 1 >12:47:53,882 INFO program: Running... mdadm --examine --export /dev/vdc2 >12:47:53,893 INFO program: MD_LEVEL=raid0 >12:47:53,894 INFO program: MD_DEVICES=4 >12:47:53,894 INFO program: MD_NAME=swap >12:47:53,895 INFO program: MD_UUID=d7eb1334:5f7c63c3:3af7c0e0:d77f58a3 >12:47:53,895 INFO program: MD_UPDATE_TIME=1400155637 >12:47:53,895 INFO program: MD_DEV_UUID=23535dd8:a464e9ef:aa6ff6be:8138a009 >12:47:53,896 INFO program: MD_EVENTS=0 >12:47:53,896 DEBUG program: Return code: 0 >12:47:53,896 INFO program: Running... mdadm --examine --brief /dev/vdc2 >12:47:53,907 INFO program: ARRAY /dev/md/swap metadata=1.2 UUID=d7eb1334:5f7c63c3:3af7c0e0:d77f58a3 name=swap >12:47:53,907 DEBUG program: Return code: 0 >12:47:54,057 INFO program: Running... udevadm settle --timeout=300 >12:47:54,133 DEBUG program: Return code: 1 >12:47:54,134 INFO program: Running... mdadm --incremental --quiet /dev/vdc2 >12:47:54,291 DEBUG program: Return code: 1 >12:47:54,976 INFO program: Running... mdadm --examine --export /dev/vdc3 >12:47:55,059 INFO program: MD_LEVEL=raid10 >12:47:55,059 INFO program: MD_DEVICES=4 >12:47:55,060 INFO program: MD_NAME=root >12:47:55,060 INFO program: MD_ARRAY_SIZE=9.94GB >12:47:55,061 INFO program: MD_UUID=68c0095d:e52a604b:00d7b046:8f275bb8 >12:47:55,061 INFO program: MD_UPDATE_TIME=1400157842 >12:47:55,062 INFO program: MD_DEV_UUID=76fa565f:d3db1616:ad52b73e:9c5ee8f4 >12:47:55,062 INFO program: MD_EVENTS=126 >12:47:55,063 DEBUG program: Return code: 0 >12:47:55,064 INFO program: Running... mdadm --examine --brief /dev/vdc3 >12:47:55,134 INFO program: ARRAY /dev/md/root metadata=1.2 UUID=68c0095d:e52a604b:00d7b046:8f275bb8 name=root >12:47:55,135 DEBUG program: Return code: 0 >12:47:55,349 INFO program: Running... udevadm settle --timeout=300 >12:47:55,439 DEBUG program: Return code: 1 >12:47:55,440 INFO program: Running... mdadm --incremental --quiet /dev/vdc3 >12:47:55,564 DEBUG program: Return code: 1 >12:47:55,949 INFO program: Running... multipath -c /dev/vdd >12:47:55,988 DEBUG program: Return code: 1 >12:47:56,809 INFO program: Running... mdadm --examine --export /dev/vdd1 >12:47:56,918 INFO program: MD_LEVEL=raid1 >12:47:56,919 INFO program: MD_DEVICES=4 >12:47:56,946 INFO program: MD_NAME=boot >12:47:56,947 INFO program: MD_ARRAY_SIZE=537.85MB >12:47:56,947 INFO program: MD_UUID=c31e2495:c06ac1a9:f181591c:117d572e >12:47:56,948 INFO program: MD_UPDATE_TIME=1400158060 >12:47:56,949 INFO program: MD_DEV_UUID=f0fd37ca:54abb0a3:fcf36aa4:3541df0e >12:47:56,949 INFO program: MD_EVENTS=34 >12:47:56,950 DEBUG program: Return code: 0 >12:47:56,951 INFO program: Running... mdadm --examine --brief /dev/vdd1 >12:47:57,086 INFO program: ARRAY /dev/md/boot metadata=1.0 UUID=c31e2495:c06ac1a9:f181591c:117d572e name=boot >12:47:57,087 DEBUG program: Return code: 0 >12:47:57,281 INFO program: Running... udevadm settle --timeout=300 >12:47:57,314 DEBUG program: Return code: 1 >12:47:57,315 INFO program: Running... mdadm --incremental --quiet /dev/vdd1 >12:47:57,329 DEBUG program: Return code: 1 >12:47:57,517 INFO program: Running... mdadm --examine --export /dev/vdd2 >12:47:57,530 INFO program: MD_LEVEL=raid0 >12:47:57,531 INFO program: MD_DEVICES=4 >12:47:57,531 INFO program: MD_NAME=swap >12:47:57,532 INFO program: MD_UUID=d7eb1334:5f7c63c3:3af7c0e0:d77f58a3 >12:47:57,532 INFO program: MD_UPDATE_TIME=1400155637 >12:47:57,532 INFO program: MD_DEV_UUID=39e951e7:2f5a2076:0d684347:01363fa7 >12:47:57,533 INFO program: MD_EVENTS=0 >12:47:57,533 DEBUG program: Return code: 0 >12:47:57,533 INFO program: Running... mdadm --examine --brief /dev/vdd2 >12:47:57,546 INFO program: ARRAY /dev/md/swap metadata=1.2 UUID=d7eb1334:5f7c63c3:3af7c0e0:d77f58a3 name=swap >12:47:57,547 DEBUG program: Return code: 0 >12:47:57,650 INFO program: Running... udevadm settle --timeout=300 >12:47:57,673 DEBUG program: Return code: 1 >12:47:57,674 INFO program: Running... mdadm --incremental --quiet /dev/vdd2 >12:47:57,691 DEBUG program: Return code: 1 >12:47:58,001 INFO program: Running... mdadm --examine --export /dev/vdd3 >12:47:58,034 INFO program: MD_LEVEL=raid10 >12:47:58,035 INFO program: MD_DEVICES=4 >12:47:58,035 INFO program: MD_NAME=root >12:47:58,035 INFO program: MD_ARRAY_SIZE=9.94GB >12:47:58,036 INFO program: MD_UUID=68c0095d:e52a604b:00d7b046:8f275bb8 >12:47:58,036 INFO program: MD_UPDATE_TIME=1400157842 >12:47:58,037 INFO program: MD_DEV_UUID=23a595a2:515e6a21:cdad970b:3a483801 >12:47:58,037 INFO program: MD_EVENTS=126 >12:47:58,038 DEBUG program: Return code: 0 >12:47:58,038 INFO program: Running... mdadm --examine --brief /dev/vdd3 >12:47:58,070 INFO program: ARRAY /dev/md/root metadata=1.2 UUID=68c0095d:e52a604b:00d7b046:8f275bb8 name=root >12:47:58,071 DEBUG program: Return code: 0 >12:47:58,326 INFO program: Running... udevadm settle --timeout=300 >12:47:58,386 DEBUG program: Return code: 1 >12:47:58,388 INFO program: Running... mdadm --incremental --quiet /dev/vdd3 >12:47:58,585 DEBUG program: Return code: 1 >12:47:58,949 INFO program: Running... dumpe2fs -h /dev/loop1 >12:47:59,068 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >12:47:59,069 INFO program: Filesystem volume name: Anaconda >12:47:59,070 INFO program: Last mounted on: / >12:47:59,070 INFO program: Filesystem UUID: 9983482a-5e34-4405-b7f9-852cba7b01b2 >12:47:59,071 INFO program: Filesystem magic number: 0xEF53 >12:47:59,071 INFO program: Filesystem revision #: 1 (dynamic) >12:47:59,072 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >12:47:59,072 INFO program: Filesystem flags: signed_directory_hash >12:47:59,073 INFO program: Default mount options: user_xattr acl >12:47:59,073 INFO program: Filesystem state: clean >12:47:59,074 INFO program: Errors behavior: Continue >12:47:59,074 INFO program: Filesystem OS type: Linux >12:47:59,075 INFO program: Inode count: 131072 >12:47:59,075 INFO program: Block count: 2097152 >12:47:59,076 INFO program: Reserved block count: 0 >12:47:59,076 INFO program: Free blocks: 1132742 >12:47:59,077 INFO program: Free inodes: 96924 >12:47:59,081 INFO program: First block: 1 >12:47:59,082 INFO program: Block size: 1024 >12:47:59,101 INFO program: Fragment size: 1024 >12:47:59,102 INFO program: Reserved GDT blocks: 256 >12:47:59,102 INFO program: Blocks per group: 8192 >12:47:59,103 INFO program: Fragments per group: 8192 >12:47:59,103 INFO program: Inodes per group: 512 >12:47:59,105 INFO program: Inode blocks per group: 128 >12:47:59,105 INFO program: Flex block group size: 16 >12:47:59,106 INFO program: Filesystem created: Thu May 15 07:56:44 2014 >12:47:59,106 INFO program: Last mount time: Thu May 15 07:56:48 2014 >12:47:59,107 INFO program: Last write time: Thu May 15 07:56:56 2014 >12:47:59,112 INFO program: Mount count: 2 >12:47:59,113 INFO program: Maximum mount count: -1 >12:47:59,113 INFO program: Last checked: Thu May 15 07:56:44 2014 >12:47:59,114 INFO program: Check interval: 0 (<none>) >12:47:59,114 INFO program: Lifetime writes: 32 MB >12:47:59,115 INFO program: Reserved blocks uid: 0 (user root) >12:47:59,115 INFO program: Reserved blocks gid: 0 (group root) >12:47:59,115 INFO program: First inode: 11 >12:47:59,116 INFO program: Inode size: 256 >12:47:59,116 INFO program: Required extra isize: 28 >12:47:59,122 INFO program: Desired extra isize: 28 >12:47:59,123 INFO program: Journal inode: 8 >12:47:59,124 INFO program: Default directory hash: half_md4 >12:47:59,124 INFO program: Directory Hash Seed: 3e741b71-e9d5-4bb7-a2a4-11d9f22fa428 >12:47:59,124 INFO program: Journal backup: inode blocks >12:47:59,126 INFO program: Journal features: (none) >12:47:59,126 INFO program: Journal size: 32M >12:47:59,127 INFO program: Journal length: 32768 >12:47:59,128 INFO program: Journal sequence: 0x00000008 >12:47:59,128 INFO program: Journal start: 0 >12:47:59,129 INFO program: >12:47:59,129 DEBUG program: Return code: 0 >12:47:59,130 INFO program: Running... resize2fs -P /dev/loop1 >12:47:59,228 INFO program: resize2fs 1.42.9 (28-Dec-2013) >12:47:59,229 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop1 >12:47:59,235 INFO program: Couldn't find valid filesystem superblock. >12:47:59,235 DEBUG program: Return code: 1 >12:47:59,549 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >12:47:59,611 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >12:47:59,612 INFO program: Filesystem volume name: Anaconda >12:47:59,613 INFO program: Last mounted on: /sysroot >12:47:59,613 INFO program: Filesystem UUID: 9983482a-5e34-4405-b7f9-852cba7b01b2 >12:47:59,614 INFO program: Filesystem magic number: 0xEF53 >12:47:59,614 INFO program: Filesystem revision #: 1 (dynamic) >12:47:59,615 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >12:47:59,616 INFO program: Filesystem flags: signed_directory_hash >12:47:59,622 INFO program: Default mount options: user_xattr acl >12:47:59,622 INFO program: Filesystem state: clean >12:47:59,623 INFO program: Errors behavior: Continue >12:47:59,623 INFO program: Filesystem OS type: Linux >12:47:59,624 INFO program: Inode count: 131072 >12:47:59,624 INFO program: Block count: 2097152 >12:47:59,631 INFO program: Reserved block count: 0 >12:47:59,632 INFO program: Free blocks: 1132742 >12:47:59,632 INFO program: Free inodes: 96924 >12:47:59,633 INFO program: First block: 1 >12:47:59,635 INFO program: Block size: 1024 >12:47:59,635 INFO program: Fragment size: 1024 >12:47:59,636 INFO program: Reserved GDT blocks: 256 >12:47:59,637 INFO program: Blocks per group: 8192 >12:47:59,642 INFO program: Fragments per group: 8192 >12:47:59,643 INFO program: Inodes per group: 512 >12:47:59,643 INFO program: Inode blocks per group: 128 >12:47:59,644 INFO program: Flex block group size: 16 >12:47:59,645 INFO program: Filesystem created: Thu May 15 07:56:44 2014 >12:47:59,645 INFO program: Last mount time: Thu May 15 12:46:09 2014 >12:47:59,646 INFO program: Last write time: Thu May 15 12:46:09 2014 >12:47:59,653 INFO program: Mount count: 3 >12:47:59,653 INFO program: Maximum mount count: -1 >12:47:59,654 INFO program: Last checked: Thu May 15 07:56:44 2014 >12:47:59,654 INFO program: Check interval: 0 (<none>) >12:47:59,655 INFO program: Lifetime writes: 32 MB >12:47:59,656 INFO program: Reserved blocks uid: 0 (user root) >12:47:59,662 INFO program: Reserved blocks gid: 0 (group root) >12:47:59,663 INFO program: First inode: 11 >12:47:59,664 INFO program: Inode size: 256 >12:47:59,664 INFO program: Required extra isize: 28 >12:47:59,665 INFO program: Desired extra isize: 28 >12:47:59,665 INFO program: Journal inode: 8 >12:47:59,666 INFO program: Default directory hash: half_md4 >12:47:59,667 INFO program: Directory Hash Seed: 3e741b71-e9d5-4bb7-a2a4-11d9f22fa428 >12:47:59,667 INFO program: Journal backup: inode blocks >12:47:59,668 INFO program: Journal features: (none) >12:47:59,668 INFO program: Journal size: 32M >12:47:59,669 INFO program: Journal length: 32768 >12:47:59,669 INFO program: Journal sequence: 0x00000009 >12:47:59,670 INFO program: Journal start: 1 >12:47:59,671 INFO program: >12:47:59,671 DEBUG program: Return code: 0 >12:47:59,672 INFO program: Running... resize2fs -P /dev/mapper/live-rw >12:47:59,708 INFO program: resize2fs 1.42.9 (28-Dec-2013) >12:47:59,709 INFO program: Estimated minimum size of the filesystem: 951305 >12:47:59,709 DEBUG program: Return code: 0 >12:48:00,362 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >12:48:00,412 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >12:48:00,413 INFO program: Filesystem volume name: Anaconda >12:48:00,413 INFO program: Last mounted on: / >12:48:00,414 INFO program: Filesystem UUID: 9983482a-5e34-4405-b7f9-852cba7b01b2 >12:48:00,414 INFO program: Filesystem magic number: 0xEF53 >12:48:00,415 INFO program: Filesystem revision #: 1 (dynamic) >12:48:00,415 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >12:48:00,416 INFO program: Filesystem flags: signed_directory_hash >12:48:00,416 INFO program: Default mount options: user_xattr acl >12:48:00,417 INFO program: Filesystem state: clean >12:48:00,417 INFO program: Errors behavior: Continue >12:48:00,418 INFO program: Filesystem OS type: Linux >12:48:00,436 INFO program: Inode count: 131072 >12:48:00,437 INFO program: Block count: 2097152 >12:48:00,438 INFO program: Reserved block count: 0 >12:48:00,438 INFO program: Free blocks: 1132742 >12:48:00,439 INFO program: Free inodes: 96924 >12:48:00,439 INFO program: First block: 1 >12:48:00,440 INFO program: Block size: 1024 >12:48:00,440 INFO program: Fragment size: 1024 >12:48:00,440 INFO program: Reserved GDT blocks: 256 >12:48:00,441 INFO program: Blocks per group: 8192 >12:48:00,445 INFO program: Fragments per group: 8192 >12:48:00,446 INFO program: Inodes per group: 512 >12:48:00,446 INFO program: Inode blocks per group: 128 >12:48:00,447 INFO program: Flex block group size: 16 >12:48:00,447 INFO program: Filesystem created: Thu May 15 07:56:44 2014 >12:48:00,448 INFO program: Last mount time: Thu May 15 07:56:48 2014 >12:48:00,453 INFO program: Last write time: Thu May 15 07:56:56 2014 >12:48:00,453 INFO program: Mount count: 2 >12:48:00,454 INFO program: Maximum mount count: -1 >12:48:00,454 INFO program: Last checked: Thu May 15 07:56:44 2014 >12:48:00,455 INFO program: Check interval: 0 (<none>) >12:48:00,455 INFO program: Lifetime writes: 32 MB >12:48:00,456 INFO program: Reserved blocks uid: 0 (user root) >12:48:00,456 INFO program: Reserved blocks gid: 0 (group root) >12:48:00,456 INFO program: First inode: 11 >12:48:00,457 INFO program: Inode size: 256 >12:48:00,461 INFO program: Required extra isize: 28 >12:48:00,462 INFO program: Desired extra isize: 28 >12:48:00,462 INFO program: Journal inode: 8 >12:48:00,463 INFO program: Default directory hash: half_md4 >12:48:00,463 INFO program: Directory Hash Seed: 3e741b71-e9d5-4bb7-a2a4-11d9f22fa428 >12:48:00,464 INFO program: Journal backup: inode blocks >12:48:00,464 INFO program: Journal features: (none) >12:48:00,465 INFO program: Journal size: 32M >12:48:00,465 INFO program: Journal length: 32768 >12:48:00,465 INFO program: Journal sequence: 0x00000008 >12:48:00,466 INFO program: Journal start: 0 >12:48:00,466 INFO program: >12:48:00,472 DEBUG program: Return code: 0 >12:48:00,473 INFO program: Running... resize2fs -P /dev/mapper/live-base >12:48:00,548 INFO program: resize2fs 1.42.9 (28-Dec-2013) >12:48:00,548 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >12:48:00,549 INFO program: Couldn't find valid filesystem superblock. >12:48:00,549 DEBUG program: Return code: 1 >12:48:01,048 INFO program: Running... dumpe2fs -h /dev/md/root_0 >12:48:01,462 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >12:48:01,462 INFO program: Filesystem volume name: <none> >12:48:01,462 INFO program: Last mounted on: / >12:48:01,463 INFO program: Filesystem UUID: 27dc808a-1b44-4aa1-8f73-9d80c76e2695 >12:48:01,463 INFO program: Filesystem magic number: 0xEF53 >12:48:01,463 INFO program: Filesystem revision #: 1 (dynamic) >12:48:01,464 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >12:48:01,464 INFO program: Filesystem flags: signed_directory_hash >12:48:01,464 INFO program: Default mount options: user_xattr acl >12:48:01,465 INFO program: Filesystem state: clean >12:48:01,465 INFO program: Errors behavior: Continue >12:48:01,465 INFO program: Filesystem OS type: Linux >12:48:01,466 INFO program: Inode count: 607200 >12:48:01,466 INFO program: Block count: 2425856 >12:48:01,466 INFO program: Reserved block count: 121292 >12:48:01,467 INFO program: Free blocks: 2178636 >12:48:01,467 INFO program: Free inodes: 585301 >12:48:01,467 INFO program: First block: 0 >12:48:01,468 INFO program: Block size: 4096 >12:48:01,468 INFO program: Fragment size: 4096 >12:48:01,468 INFO program: Reserved GDT blocks: 592 >12:48:01,469 INFO program: Blocks per group: 32768 >12:48:01,469 INFO program: Fragments per group: 32768 >12:48:01,469 INFO program: Inodes per group: 8096 >12:48:01,470 INFO program: Inode blocks per group: 506 >12:48:01,470 INFO program: RAID stride: 128 >12:48:01,470 INFO program: RAID stripe width: 256 >12:48:01,471 INFO program: Flex block group size: 16 >12:48:01,471 INFO program: Filesystem created: Thu May 15 12:07:21 2014 >12:48:01,471 INFO program: Last mount time: Thu May 15 12:28:41 2014 >12:48:01,472 INFO program: Last write time: Thu May 15 12:28:41 2014 >12:48:01,472 INFO program: Mount count: 2 >12:48:01,472 INFO program: Maximum mount count: -1 >12:48:01,472 INFO program: Last checked: Thu May 15 12:07:21 2014 >12:48:01,473 INFO program: Check interval: 0 (<none>) >12:48:01,473 INFO program: Lifetime writes: 1319 MB >12:48:01,474 INFO program: Reserved blocks uid: 0 (user root) >12:48:01,474 INFO program: Reserved blocks gid: 0 (group root) >12:48:01,475 INFO program: First inode: 11 >12:48:01,475 INFO program: Inode size: 256 >12:48:01,476 INFO program: Required extra isize: 28 >12:48:01,476 INFO program: Desired extra isize: 28 >12:48:01,476 INFO program: Journal inode: 8 >12:48:01,477 INFO program: Default directory hash: half_md4 >12:48:01,477 INFO program: Directory Hash Seed: 3c9a1dc4-2837-46c7-9302-a3e2ae295016 >12:48:01,478 INFO program: Journal backup: inode blocks >12:48:01,478 INFO program: Journal features: journal_incompat_revoke >12:48:01,478 INFO program: Journal size: 128M >12:48:01,479 INFO program: Journal length: 32768 >12:48:01,479 INFO program: Journal sequence: 0x0000099b >12:48:01,479 INFO program: Journal start: 1 >12:48:01,479 INFO program: >12:48:01,480 DEBUG program: Return code: 0 >12:48:01,480 INFO program: Running... resize2fs -P /dev/md/root_0 >12:48:01,489 INFO program: resize2fs 1.42.9 (28-Dec-2013) >12:48:01,490 INFO program: Estimated minimum size of the filesystem: 220703 >12:48:01,490 DEBUG program: Return code: 0 >12:48:01,892 INFO program: Running... dumpe2fs -h /dev/md/boot_0 >12:48:01,910 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >12:48:01,911 INFO program: Filesystem volume name: <none> >12:48:01,912 INFO program: Last mounted on: /boot >12:48:01,912 INFO program: Filesystem UUID: 77f1fdcf-ebfc-42b6-b3d0-ea6b0d32fe4a >12:48:01,922 INFO program: Filesystem magic number: 0xEF53 >12:48:01,923 INFO program: Filesystem revision #: 1 (dynamic) >12:48:01,924 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >12:48:01,925 INFO program: Filesystem flags: signed_directory_hash >12:48:01,925 INFO program: Default mount options: user_xattr acl >12:48:01,925 INFO program: Filesystem state: clean >12:48:01,926 INFO program: Errors behavior: Continue >12:48:01,927 INFO program: Filesystem OS type: Linux >12:48:01,927 INFO program: Inode count: 32832 >12:48:01,931 INFO program: Block count: 131072 >12:48:01,932 INFO program: Reserved block count: 6553 >12:48:01,932 INFO program: Free blocks: 107247 >12:48:01,933 INFO program: Free inodes: 32496 >12:48:01,933 INFO program: First block: 0 >12:48:01,933 INFO program: Block size: 4096 >12:48:01,934 INFO program: Fragment size: 4096 >12:48:01,934 INFO program: Reserved GDT blocks: 31 >12:48:01,935 INFO program: Blocks per group: 32768 >12:48:01,935 INFO program: Fragments per group: 32768 >12:48:01,936 INFO program: Inodes per group: 8208 >12:48:01,937 INFO program: Inode blocks per group: 513 >12:48:01,937 INFO program: Flex block group size: 16 >12:48:01,938 INFO program: Filesystem created: Thu May 15 12:07:12 2014 >12:48:01,940 INFO program: Last mount time: Thu May 15 12:28:46 2014 >12:48:01,941 INFO program: Last write time: Thu May 15 12:28:46 2014 >12:48:01,942 INFO program: Mount count: 2 >12:48:01,942 INFO program: Maximum mount count: -1 >12:48:01,943 INFO program: Last checked: Thu May 15 12:07:12 2014 >12:48:01,943 INFO program: Check interval: 0 (<none>) >12:48:01,944 INFO program: Lifetime writes: 169 MB >12:48:01,944 INFO program: Reserved blocks uid: 0 (user root) >12:48:01,945 INFO program: Reserved blocks gid: 0 (group root) >12:48:01,948 INFO program: First inode: 11 >12:48:01,948 INFO program: Inode size: 256 >12:48:01,949 INFO program: Required extra isize: 28 >12:48:01,949 INFO program: Desired extra isize: 28 >12:48:01,950 INFO program: Journal inode: 8 >12:48:01,950 INFO program: Default directory hash: half_md4 >12:48:01,950 INFO program: Directory Hash Seed: fcd4feef-24ff-4f8b-adff-0265a6e2e240 >12:48:01,951 INFO program: Journal backup: inode blocks >12:48:01,951 INFO program: Journal features: (none) >12:48:01,952 INFO program: Journal size: 16M >12:48:01,961 INFO program: Journal length: 4096 >12:48:01,967 INFO program: Journal sequence: 0x000004fc >12:48:01,967 INFO program: Journal start: 0 >12:48:01,968 INFO program: >12:48:01,968 DEBUG program: Return code: 0 >12:48:01,969 INFO program: Running... resize2fs -P /dev/md/boot_0 >12:48:01,989 INFO program: resize2fs 1.42.9 (28-Dec-2013) >12:48:01,998 INFO program: Estimated minimum size of the filesystem: 30111 >12:48:01,999 DEBUG program: Return code: 0 >12:48:03,450 INFO program: Running... udevadm settle --timeout=300 >12:48:03,607 DEBUG program: Return code: 1 >12:48:03,638 INFO program: Running... udevadm settle --timeout=300 >12:48:03,747 DEBUG program: Return code: 1 >12:48:03,748 INFO program: Running... mdadm --stop /dev/md/boot_0 >12:48:04,237 INFO program: mdadm: stopped /dev/md/boot_0 >12:48:04,238 DEBUG program: Return code: 0 >12:48:04,293 INFO program: Running... udevadm settle --timeout=300 >12:48:04,389 DEBUG program: Return code: 1 >12:48:04,464 INFO program: Running... udevadm settle --timeout=300 >12:48:04,609 DEBUG program: Return code: 1 >12:48:04,643 INFO program: Running... udevadm settle --timeout=300 >12:48:04,704 DEBUG program: Return code: 1 >12:48:04,728 INFO program: Running... udevadm settle --timeout=300 >12:48:04,846 DEBUG program: Return code: 1 >12:48:04,862 INFO program: Running... udevadm settle --timeout=300 >12:48:04,921 DEBUG program: Return code: 1 >12:48:04,950 INFO program: Running... udevadm settle --timeout=300 >12:48:04,993 DEBUG program: Return code: 1 >12:48:05,020 INFO program: Running... udevadm settle --timeout=300 >12:48:05,050 DEBUG program: Return code: 1 >12:48:05,065 INFO program: Running... udevadm settle --timeout=300 >12:48:05,110 DEBUG program: Return code: 1 >12:48:05,122 INFO program: Running... udevadm settle --timeout=300 >12:48:05,154 DEBUG program: Return code: 1 >12:48:05,155 INFO program: Running... mdadm --stop /dev/md/swap_0 >12:48:05,194 INFO program: mdadm: stopped /dev/md/swap_0 >12:48:05,195 DEBUG program: Return code: 0 >12:48:05,213 INFO program: Running... udevadm settle --timeout=300 >12:48:05,248 DEBUG program: Return code: 1 >12:48:05,268 INFO program: Running... udevadm settle --timeout=300 >12:48:05,315 DEBUG program: Return code: 1 >12:48:05,349 INFO program: Running... udevadm settle --timeout=300 >12:48:05,382 DEBUG program: Return code: 1 >12:48:05,392 INFO program: Running... udevadm settle --timeout=300 >12:48:05,420 DEBUG program: Return code: 1 >12:48:05,428 INFO program: Running... udevadm settle --timeout=300 >12:48:05,457 DEBUG program: Return code: 1 >12:48:05,472 INFO program: Running... udevadm settle --timeout=300 >12:48:05,508 DEBUG program: Return code: 1 >12:48:05,523 INFO program: Running... udevadm settle --timeout=300 >12:48:05,548 DEBUG program: Return code: 1 >12:48:05,562 INFO program: Running... udevadm settle --timeout=300 >12:48:05,584 DEBUG program: Return code: 1 >12:48:05,592 INFO program: Running... udevadm settle --timeout=300 >12:48:05,614 DEBUG program: Return code: 1 >12:48:05,615 INFO program: Running... mdadm --stop /dev/md/root_0 >12:48:05,686 INFO program: mdadm: stopped /dev/md/root_0 >12:48:05,687 DEBUG program: Return code: 0 >12:48:05,696 INFO program: Running... udevadm settle --timeout=300 >12:48:05,715 DEBUG program: Return code: 1 >12:48:05,724 INFO program: Running... udevadm settle --timeout=300 >12:48:05,744 DEBUG program: Return code: 1 >12:48:05,751 INFO program: Running... udevadm settle --timeout=300 >12:48:05,776 DEBUG program: Return code: 1 >12:48:05,788 INFO program: Running... udevadm settle --timeout=300 >12:48:05,807 DEBUG program: Return code: 1 >12:48:05,814 INFO program: Running... udevadm settle --timeout=300 >12:48:05,831 DEBUG program: Return code: 1 >12:48:05,843 INFO program: Running... udevadm settle --timeout=300 >12:48:05,862 DEBUG program: Return code: 1 >12:48:05,872 INFO program: Running... udevadm settle --timeout=300 >12:48:05,889 DEBUG program: Return code: 1 >12:48:05,897 INFO program: Running... udevadm settle --timeout=300 >12:48:05,914 DEBUG program: Return code: 1 >12:48:05,951 INFO program: Running... mdadm --assemble /dev/md/boot_0 --uuid=c31e2495:c06ac1a9:f181591c:117d572e --run /dev/vda1 /dev/vdb1 /dev/vdc1 /dev/vdd1 >12:48:06,363 INFO program: mdadm: /dev/md/boot_0 has been started with 4 drives. >12:48:06,364 DEBUG program: Return code: 0 >12:48:06,366 INFO program: Running... udevadm settle --timeout=300 >12:48:06,507 DEBUG program: Return code: 1 >12:48:06,537 INFO program: Running... mount -t ext4 -o defaults,ro /dev/md/boot_0 /mnt/sysimage >12:48:07,031 DEBUG program: Return code: 0 >12:48:07,069 INFO program: Running... udevadm settle --timeout=300 >12:48:07,149 DEBUG program: Return code: 1 >12:48:07,151 INFO program: Running... umount /mnt/sysimage >12:48:07,268 DEBUG program: Return code: 0 >12:48:07,269 INFO program: Running... udevadm settle --timeout=300 >12:48:07,419 DEBUG program: Return code: 1 >12:48:07,420 INFO program: Running... mdadm --stop /dev/md/boot_0 >12:48:08,190 INFO program: mdadm: stopped /dev/md/boot_0 >12:48:08,191 DEBUG program: Return code: 0 >12:48:08,224 INFO program: Running... udevadm settle --timeout=300 >12:48:08,308 DEBUG program: Return code: 1 >12:48:08,352 INFO program: Running... udevadm settle --timeout=300 >12:48:08,433 DEBUG program: Return code: 1 >12:48:08,460 INFO program: Running... udevadm settle --timeout=300 >12:48:08,528 DEBUG program: Return code: 1 >12:48:08,554 INFO program: Running... udevadm settle --timeout=300 >12:48:08,612 DEBUG program: Return code: 1 >12:48:08,654 INFO program: Running... udevadm settle --timeout=300 >12:48:08,738 DEBUG program: Return code: 1 >12:48:08,763 INFO program: Running... udevadm settle --timeout=300 >12:48:08,864 DEBUG program: Return code: 1 >12:48:08,878 INFO program: Running... udevadm settle --timeout=300 >12:48:08,948 DEBUG program: Return code: 1 >12:48:08,965 INFO program: Running... udevadm settle --timeout=300 >12:48:09,008 DEBUG program: Return code: 1 >12:48:09,077 INFO program: Running... mdadm --assemble /dev/md/root_0 --uuid=68c0095d:e52a604b:00d7b046:8f275bb8 --run /dev/vda3 /dev/vdb3 /dev/vdc3 /dev/vdd3 >12:48:09,420 INFO program: mdadm: /dev/md/root_0 has been started with 4 drives. >12:48:09,421 DEBUG program: Return code: 0 >12:48:09,422 INFO program: Running... udevadm settle --timeout=300 >12:48:09,456 DEBUG program: Return code: 1 >12:48:09,468 INFO program: Running... mount -t ext4 -o defaults,ro /dev/md/root_0 /mnt/sysimage >12:48:10,187 DEBUG program: Return code: 0 >12:48:10,203 INFO program: Running... arch >12:48:10,667 INFO program: x86_64 >12:48:10,668 DEBUG program: Return code: 0 >12:48:10,841 INFO program: Running... udevadm settle --timeout=300 >12:48:10,954 DEBUG program: Return code: 1 >12:48:10,955 INFO program: Running... umount /mnt/sysimage >12:48:11,116 DEBUG program: Return code: 0 >12:48:11,123 INFO program: Running... udevadm settle --timeout=300 >12:48:11,262 DEBUG program: Return code: 1 >12:48:11,263 INFO program: Running... mdadm --stop /dev/md/root_0 >12:48:11,803 INFO program: mdadm: stopped /dev/md/root_0 >12:48:11,804 DEBUG program: Return code: 0 >12:48:12,890 INFO program: Running... hwclock --hctosys --utc >12:48:14,006 DEBUG program: Return code: 0 >12:52:10,323 INFO program: Running... modprobe btrfs >12:52:10,836 DEBUG program: Return code: 0 >12:52:10,865 INFO program: Running... modprobe xfs >12:52:11,532 DEBUG program: Return code: 0 >12:52:11,730 INFO program: Running... modprobe vfat >12:52:11,935 DEBUG program: Return code: 0 >08:52:42,075 INFO program: Running... udevadm settle --timeout=300 >08:52:42,115 DEBUG program: Return code: 1 >08:52:42,497 INFO program: Running... udevadm settle --timeout=300 >08:52:42,584 DEBUG program: Return code: 1 >08:52:58,119 INFO program: Running... udevadm settle --timeout=300 >08:52:58,161 DEBUG program: Return code: 1 >08:52:58,179 INFO program: Running... udevadm settle --timeout=300 >08:52:58,234 DEBUG program: Return code: 1 > > >/tmp/storage.log: >12:47:21,089 DEBUG blivet: Caught exception, continuing. >12:47:21,089 DEBUG blivet: Problem description: failed to get initiator name from iscsi firmware >12:47:21,089 DEBUG blivet: Begin exception details. >12:47:21,090 DEBUG blivet: Traceback (most recent call last): >12:47:21,090 DEBUG blivet: File "/tmp/updates/blivet/iscsi.py", line 87, in __init__ >12:47:21,091 DEBUG blivet: initiatorname = libiscsi.get_firmware_initiator_name() >12:47:21,091 DEBUG blivet: IOError: Unknown error >12:47:21,091 DEBUG blivet: End exception details. >12:47:21,092 INFO blivet: ISCSID is /sbin/iscsid >12:47:21,093 INFO blivet: no initiator set >12:47:21,245 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >12:47:21,245 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >12:47:29,621 DEBUG blivet: trying to set new default fstype to 'ext4' >12:47:29,627 DEBUG blivet: Ext4FS.supported: supported: True ; >12:47:29,632 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 0 >12:47:29,635 DEBUG blivet: Ext4FS.supported: supported: True ; >12:47:29,638 DEBUG blivet: Caught exception, continuing. >12:47:29,639 DEBUG blivet: Problem description: failed to get initiator name from iscsi firmware >12:47:29,639 DEBUG blivet: Begin exception details. >12:47:29,640 DEBUG blivet: Traceback (most recent call last): >12:47:29,640 DEBUG blivet: File "/tmp/updates/blivet/iscsi.py", line 87, in __init__ >12:47:29,641 DEBUG blivet: initiatorname = libiscsi.get_firmware_initiator_name() >12:47:29,641 DEBUG blivet: IOError: Unknown error >12:47:29,641 DEBUG blivet: End exception details. >12:47:32,534 INFO blivet: Detected 3968 MiB of memory >12:47:32,617 INFO blivet: Suggested swap size (3968 MiB) exceeds 10 % of disk space, using 10 % of disk space (0.0) instead. >12:47:32,668 INFO blivet: Swap attempt of 0.0 >12:47:33,604 INFO blivet: resetting Blivet (version 0.52) instance <blivet.Blivet object at 0x7ff4eb1be3d0> >12:47:33,610 INFO blivet: no initiator set >12:47:33,615 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >12:47:33,615 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >12:47:33,978 INFO blivet: devices to scan: ['vda', 'vda1', 'vda2', 'vda3', 'vdb', 'vdb1', 'vdb2', 'vdb3', 'vdc', 'vdc1', 'vdc2', 'vdc3', 'vdd', 'vdd1', 'vdd2', 'vdd3', 'loop0', 'loop1', 'loop2', 'dm-0', 'dm-1', 'md125', 'md126', 'md127'] >12:47:33,986 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1400158008', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '0411d807', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '270461', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda'} ; name: vda ; >12:47:33,995 INFO blivet: scanning vda (/devices/pci0000:00/0000:00:07.0/virtio2/block/vda)... >12:47:33,998 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >12:47:34,002 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:47:34,009 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: vda ; >12:47:34,011 INFO blivet: vda is a disk >12:47:34,015 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 2 >12:47:34,026 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: None ; >12:47:34,319 INFO blivet: added disk vda (id 1) to device tree >12:47:34,566 DEBUG blivet: looking up parted Device: /dev/vda >12:47:35,045 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vda ; >12:47:35,499 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vda ; label_type: dos ; >12:47:35,513 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >12:47:35,526 DEBUG blivet: required disklabel type for vda (15) is None >12:47:35,527 DEBUG blivet: default disklabel type for vda is msdos >12:47:35,781 DEBUG blivet: selecting msdos disklabel for vda based on size >12:47:35,791 DEBUG blivet: DiskLabel.__init__: device: /dev/vda ; labelType: msdos ; exists: True ; >12:47:36,276 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7ff4e113f550>, <parted.partition.Partition object at 0x7ff4e113f910>, <parted.partition.Partition object at 0x7ff4e09b8610>] > device: <parted.device.Device object at 0x7ff4e113f310> > PedDisk: <_ped.Disk object at 0x7ff4e1136ef0> >12:47:36,528 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 4 >12:47:36,532 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: disklabel ; >12:47:36,532 INFO blivet: got device: DiskDevice instance (0x7ff4e340bb90) -- > name = vda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 10 GiB > format = existing msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4e0baa830> > target size = 0 B path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7ff4e09e9d10> >12:47:38,642 INFO blivet: got format: DiskLabel instance (0x7ff4e0ba4f10) object id 4-- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 3 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7ff4e113f550>, <parted.partition.Partition object at 0x7ff4e113f910>, <parted.partition.Partition object at 0x7ff4e09b8610>] > device: <parted.device.Device object at 0x7ff4e113f310> > PedDisk: <_ped.Disk object at 0x7ff4e1136ef0> > origPartedDisk = <parted.disk.Disk object at 0x7ff4e099e7d0> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4e0cb2830> > >12:47:38,705 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda1', > 'DEVTYPE': 'partition', > 'ID_FS_LABEL': 'boot', > 'ID_FS_LABEL_ENC': 'boot', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'c31e2495-c06a-c1a9-f181-591c117d572e', > 'ID_FS_UUID_ENC': 'c31e2495-c06a-c1a9-f181-591c117d572e', > 'ID_FS_UUID_SUB': '78c8e64b-24b0-9fcc-003a-4341c4ed5260', > 'ID_FS_UUID_SUB_ENC': '78c8e64b-24b0-9fcc-003a-4341c4ed5260', > 'ID_FS_VERSION': '1.0', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1050624', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_ENTRY_UUID': '0411d807-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '0411d807', > 'MAJOR': '252', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '270548', > 'name': 'vda1', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda1'} ; name: vda1 ; >12:47:38,712 INFO blivet: scanning vda1 (/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda1)... >12:47:38,719 DEBUG blivet: DeviceTree.getDeviceByName: name: vda1 ; >12:47:38,722 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:47:38,723 INFO blivet: vda1 is a partition >12:47:38,737 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: vda1 ; >12:47:38,744 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >12:47:38,809 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with existing msdos disklabel >12:47:38,818 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: vda ; >12:47:38,854 DEBUG blivet: PartitionDevice._setFormat: vda1 ; >12:47:38,855 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 7 >12:47:38,860 DEBUG blivet: PartitionDevice._setFormat: vda1 ; current: None ; type: None ; >12:47:38,860 DEBUG blivet: looking up parted Partition: /dev/vda1 >12:47:38,874 DEBUG blivet: PartitionDevice.probe: vda1 ; exists: True ; >12:47:38,878 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda1 ; flag: 1 ; >12:47:38,882 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda1 ; flag: 10 ; >12:47:38,886 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda1 ; flag: 12 ; >12:47:38,887 INFO blivet: added partition vda1 (id 6) to device tree >12:47:38,893 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vda1 ; >12:47:38,902 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vda1 ; label_type: None ; >12:47:38,903 DEBUG blivet: device vda1 does not contain a disklabel >12:47:39,376 INFO blivet: type detected on 'vda1' is 'linux_raid_member' >12:47:39,396 DEBUG blivet: MDRaidMember.__init__: uuid: c31e2495-c06a-c1a9-f181-591c117d572e ; exists: True ; label: boot ; device: /dev/vda1 ; serial: None ; mdUuid: c31e2495:c06ac1a9:f181591c:117d572e ; biosraid: False ; >12:47:39,397 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance with object id 9 >12:47:39,408 DEBUG blivet: PartitionDevice._setFormat: vda1 ; >12:47:39,411 DEBUG blivet: PartitionDevice._setFormat: vda1 ; current: None ; type: mdmember ; >12:47:39,418 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: vda1 ; >12:47:39,427 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >12:47:39,540 INFO blivet: using name boot_0 for md array containing member vda1 >12:47:39,544 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 11 >12:47:39,569 DEBUG blivet: MDRaidArrayDevice._setFormat: boot_0 ; current: None ; type: None ; >12:47:39,603 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: boot_0 ; >12:47:39,606 DEBUG blivet: MDRaidArrayDevice._addParent: boot_0 ; member: vda1 ; >12:47:39,610 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: vda1 ; >12:47:39,613 DEBUG blivet: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: False ; >12:47:39,935 WARN blivet: failed to add member /dev/vda1 to md array /dev/md/boot_0: mdadd failed for /dev/vda1: running mdadm --incremental --quiet /dev/vda1 failed >12:47:39,938 DEBUG blivet: looking up parted Device: /dev/md/boot_0 >12:47:40,355 INFO blivet: added mdarray boot_0 (id 10) to device tree >12:47:40,431 DEBUG blivet: looking up parted Device: /dev/vda1 >12:47:40,356 INFO blivet: got device: PartitionDevice instance (0x7ff4ec6c3d50) -- > name = vda1 status = True kids = 1 id = 6 > parents = ['existing 10 GiB disk vda (1) with existing msdos disklabel'] > uuid = None size = 513 MiB > format = existing mdmember > major = 252 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda1 partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda1 type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 1050624 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1042, 16, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4ec6b8680> > target size = 0 B path = /dev/vda1 > format args = [] originalFormat = None grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4e113f3d0> fileSystem: <parted.filesystem.FileSystem object at 0x7ff4e113fa50> > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4e113f6d0> PedPartition: <_ped.Partition object at 0x7ff4e341ef50> > disk = existing 10 GiB disk vda (1) with existing msdos disklabel > start = 2048 end = 1052671 length = 1050624 > flags = boot, raid >12:47:41,090 INFO blivet: got format: MDRaidMember instance (0x7ff4e09fc6d0) object id 9-- > type = mdmember name = software RAID status = False > device = /dev/vda1 uuid = c31e2495-c06a-c1a9-f181-591c117d572e exists = True > options = None supported = True formattable = True resizable = False > mdUUID = c31e2495:c06ac1a9:f181591c:117d572e biosraid = False >12:47:41,123 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda2', > 'DEVTYPE': 'partition', > 'ID_FS_LABEL': 'swap', > 'ID_FS_LABEL_ENC': 'swap', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'd7eb1334-5f7c-63c3-3af7-c0e0d77f58a3', > 'ID_FS_UUID_ENC': 'd7eb1334-5f7c-63c3-3af7-c0e0d77f58a3', > 'ID_FS_UUID_SUB': '863e8b92-6e06-3d8f-f6a3-19571fcfd666', > 'ID_FS_UUID_SUB_ENC': '863e8b92-6e06-3d8f-f6a3-19571fcfd666', > 'ID_FS_VERSION': '1.2', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1052672', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '526336', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_ENTRY_UUID': '0411d807-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '0411d807', > 'MAJOR': '252', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '270629', > 'name': 'vda2', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda2'} ; name: vda2 ; >12:47:41,123 INFO blivet: scanning vda2 (/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda2)... >12:47:41,128 DEBUG blivet: DeviceTree.getDeviceByName: name: vda2 ; >12:47:41,130 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:47:41,131 INFO blivet: vda2 is a partition >12:47:41,134 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: vda2 ; >12:47:41,141 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >12:47:41,168 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with existing msdos disklabel >12:47:41,181 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: vda ; >12:47:41,184 DEBUG blivet: PartitionDevice._setFormat: vda2 ; >12:47:41,185 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 15 >12:47:41,202 DEBUG blivet: PartitionDevice._setFormat: vda2 ; current: None ; type: None ; >12:47:41,203 DEBUG blivet: looking up parted Partition: /dev/vda2 >12:47:41,209 DEBUG blivet: PartitionDevice.probe: vda2 ; exists: True ; >12:47:41,216 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda2 ; flag: 1 ; >12:47:41,221 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda2 ; flag: 10 ; >12:47:41,229 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda2 ; flag: 12 ; >12:47:41,230 INFO blivet: added partition vda2 (id 14) to device tree >12:47:41,235 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vda2 ; >12:47:41,238 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vda2 ; label_type: None ; >12:47:41,239 DEBUG blivet: device vda2 does not contain a disklabel >12:47:41,506 INFO blivet: type detected on 'vda2' is 'linux_raid_member' >12:47:41,511 DEBUG blivet: MDRaidMember.__init__: uuid: d7eb1334-5f7c-63c3-3af7-c0e0d77f58a3 ; exists: True ; label: swap ; device: /dev/vda2 ; serial: None ; mdUuid: d7eb1334:5f7c63c3:3af7c0e0:d77f58a3 ; biosraid: False ; >12:47:41,512 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance with object id 17 >12:47:41,516 DEBUG blivet: PartitionDevice._setFormat: vda2 ; >12:47:41,522 DEBUG blivet: PartitionDevice._setFormat: vda2 ; current: None ; type: mdmember ; >12:47:41,528 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: vda2 ; >12:47:41,533 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >12:47:41,655 INFO blivet: using name swap_0 for md array containing member vda2 >12:47:41,656 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 19 >12:47:41,664 DEBUG blivet: MDRaidArrayDevice._setFormat: swap_0 ; current: None ; type: None ; >12:47:41,669 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: swap_0 ; >12:47:41,675 DEBUG blivet: MDRaidArrayDevice._addParent: swap_0 ; member: vda2 ; >12:47:41,679 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: vda2 ; >12:47:41,684 DEBUG blivet: PartitionDevice.setup: vda2 ; status: True ; controllable: True ; orig: False ; >12:47:41,781 WARN blivet: failed to add member /dev/vda2 to md array /dev/md/swap_0: mdadd failed for /dev/vda2: running mdadm --incremental --quiet /dev/vda2 failed >12:47:41,782 DEBUG blivet: looking up parted Device: /dev/md/swap_0 >12:47:41,892 INFO blivet: added mdarray swap_0 (id 18) to device tree >12:47:41,953 DEBUG blivet: looking up parted Device: /dev/vda2 >12:47:41,893 INFO blivet: got device: PartitionDevice instance (0x7ff4e3427450) -- > name = vda2 status = True kids = 1 id = 14 > parents = ['existing 10 GiB disk vda (1) with existing msdos disklabel'] > uuid = None size = 257 MiB > format = existing mdmember > major = 252 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda2 partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda2 type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 526336 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (522, 16, 63) biosGeometry: (32, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4ec6b87a0> > target size = 0 B path = /dev/vda2 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4e113f3d0> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4e113f9d0> PedPartition: <_ped.Partition object at 0x7ff4e341efb0> > disk = existing 10 GiB disk vda (1) with existing msdos disklabel > start = 1052672 end = 1579007 length = 526336 > flags = raid >12:47:42,484 INFO blivet: got format: MDRaidMember instance (0x7ff4e09e9ad0) object id 17-- > type = mdmember name = software RAID status = False > device = /dev/vda2 uuid = d7eb1334-5f7c-63c3-3af7-c0e0d77f58a3 exists = True > options = None supported = True formattable = True resizable = False > mdUUID = d7eb1334:5f7c63c3:3af7c0e0:d77f58a3 biosraid = False >12:47:42,495 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vda3', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda3', > 'DEVTYPE': 'partition', > 'ID_FS_LABEL': 'root', > 'ID_FS_LABEL_ENC': 'root', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '68c0095d-e52a-604b-00d7-b0468f275bb8', > 'ID_FS_UUID_ENC': '68c0095d-e52a-604b-00d7-b0468f275bb8', > 'ID_FS_UUID_SUB': '0b5e0676-55af-7ff7-e30c-9d7b5d2a1467', > 'ID_FS_UUID_SUB_ENC': '0b5e0676-55af-7ff7-e30c-9d7b5d2a1467', > 'ID_FS_VERSION': '1.2', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '1579008', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '9711616', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_ENTRY_UUID': '0411d807-03', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '0411d807', > 'MAJOR': '252', > 'MINOR': '3', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '270717', > 'name': 'vda3', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda3'} ; name: vda3 ; >12:47:42,496 INFO blivet: scanning vda3 (/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda3)... >12:47:42,499 DEBUG blivet: DeviceTree.getDeviceByName: name: vda3 ; >12:47:42,503 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:47:42,504 INFO blivet: vda3 is a partition >12:47:42,507 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: vda3 ; >12:47:42,511 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >12:47:42,530 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with existing msdos disklabel >12:47:42,535 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: vda ; >12:47:42,540 DEBUG blivet: PartitionDevice._setFormat: vda3 ; >12:47:42,574 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 23 >12:47:42,579 DEBUG blivet: PartitionDevice._setFormat: vda3 ; current: None ; type: None ; >12:47:42,597 DEBUG blivet: looking up parted Partition: /dev/vda3 >12:47:42,600 DEBUG blivet: PartitionDevice.probe: vda3 ; exists: True ; >12:47:42,606 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda3 ; flag: 1 ; >12:47:42,612 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda3 ; flag: 10 ; >12:47:42,641 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda3 ; flag: 12 ; >12:47:42,642 INFO blivet: added partition vda3 (id 22) to device tree >12:47:42,645 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vda3 ; >12:47:42,649 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vda3 ; label_type: None ; >12:47:42,650 DEBUG blivet: device vda3 does not contain a disklabel >12:47:42,925 INFO blivet: type detected on 'vda3' is 'linux_raid_member' >12:47:42,944 DEBUG blivet: MDRaidMember.__init__: uuid: 68c0095d-e52a-604b-00d7-b0468f275bb8 ; exists: True ; label: root ; device: /dev/vda3 ; serial: None ; mdUuid: 68c0095d:e52a604b:00d7b046:8f275bb8 ; biosraid: False ; >12:47:42,944 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance with object id 25 >12:47:42,948 DEBUG blivet: PartitionDevice._setFormat: vda3 ; >12:47:43,015 DEBUG blivet: PartitionDevice._setFormat: vda3 ; current: None ; type: mdmember ; >12:47:43,017 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: vda3 ; >12:47:43,025 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >12:47:43,545 INFO blivet: using name root_0 for md array containing member vda3 >12:47:43,546 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 27 >12:47:43,596 DEBUG blivet: MDRaidArrayDevice._setFormat: root_0 ; current: None ; type: None ; >12:47:43,601 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: root_0 ; >12:47:43,617 DEBUG blivet: MDRaidArrayDevice._addParent: root_0 ; member: vda3 ; >12:47:43,632 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: vda3 ; >12:47:43,655 DEBUG blivet: PartitionDevice.setup: vda3 ; status: True ; controllable: True ; orig: False ; >12:47:43,904 WARN blivet: failed to add member /dev/vda3 to md array /dev/md/root_0: mdadd failed for /dev/vda3: running mdadm --incremental --quiet /dev/vda3 failed >12:47:43,905 DEBUG blivet: looking up parted Device: /dev/md/root_0 >12:47:44,009 INFO blivet: added mdarray root_0 (id 26) to device tree >12:47:44,037 DEBUG blivet: looking up parted Device: /dev/vda3 >12:47:44,010 INFO blivet: got device: PartitionDevice instance (0x7ff4ec6d3ed0) -- > name = vda3 status = True kids = 1 id = 22 > parents = ['existing 10 GiB disk vda (1) with existing msdos disklabel'] > uuid = None size = 4742 MiB > format = existing mdmember > major = 252 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda3 partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda3 type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 9711616 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (9634, 16, 63) biosGeometry: (604, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4ec6b88c0> > target size = 0 B path = /dev/vda3 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4e113f3d0> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4e09b8c90> PedPartition: <_ped.Partition object at 0x7ff4e0cf3e90> > disk = existing 10 GiB disk vda (1) with existing msdos disklabel > start = 1579008 end = 11290623 length = 9711616 > flags = raid >12:47:44,540 INFO blivet: got format: MDRaidMember instance (0x7ff4e0cf5b90) object id 25-- > type = mdmember name = software RAID status = False > device = /dev/vda3 uuid = 68c0095d-e52a-604b-00d7-b0468f275bb8 exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 68c0095d:e52a604b:00d7b046:8f275bb8 biosraid = False >12:47:44,567 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:08.0/virtio3/block/vdb', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1400158008', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '9748d20d', > 'MAJOR': '252', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '271001', > 'name': 'vdb', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:08.0/virtio3/block/vdb'} ; name: vdb ; >12:47:44,570 INFO blivet: scanning vdb (/devices/pci0000:00/0000:00:08.0/virtio3/block/vdb)... >12:47:44,589 DEBUG blivet: DeviceTree.getDeviceByName: name: vdb ; >12:47:44,602 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:47:44,641 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: vdb ; >12:47:44,671 INFO blivet: vdb is a disk >12:47:44,672 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 31 >12:47:44,689 DEBUG blivet: DiskDevice._setFormat: vdb ; current: None ; type: None ; >12:47:44,749 INFO blivet: added disk vdb (id 30) to device tree >12:47:44,750 DEBUG blivet: looking up parted Device: /dev/vdb >12:47:46,193 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vdb ; >12:47:46,197 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vdb ; label_type: dos ; >12:47:46,217 DEBUG blivet: DiskDevice.setup: vdb ; status: True ; controllable: True ; orig: False ; >12:47:46,218 DEBUG blivet: required disklabel type for vdb (15) is None >12:47:46,218 DEBUG blivet: default disklabel type for vdb is msdos >12:47:46,219 DEBUG blivet: selecting msdos disklabel for vdb based on size >12:47:46,223 DEBUG blivet: DiskLabel.__init__: device: /dev/vdb ; labelType: msdos ; exists: True ; >12:47:46,570 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7ff4e0d19150>, <parted.partition.Partition object at 0x7ff4e0d19410>, <parted.partition.Partition object at 0x7ff4e0d19650>] > device: <parted.device.Device object at 0x7ff4e0d08ed0> > PedDisk: <_ped.Disk object at 0x7ff4e0cfec20> >12:47:46,575 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 33 >12:47:46,609 DEBUG blivet: DiskDevice._setFormat: vdb ; current: None ; type: disklabel ; >12:47:46,610 INFO blivet: got device: DiskDevice instance (0x7ff4e0d08690) -- > name = vdb status = True kids = 0 id = 30 > parents = [] > uuid = None size = 10 GiB > format = existing msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:08.0/virtio3/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4ec6b89e0> > target size = 0 B path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7ff4e0d08310> >12:47:46,801 INFO blivet: got format: DiskLabel instance (0x7ff4e0d08e50) object id 33-- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdb uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 3 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7ff4e0d19150>, <parted.partition.Partition object at 0x7ff4e0d19410>, <parted.partition.Partition object at 0x7ff4e0d19650>] > device: <parted.device.Device object at 0x7ff4e0d08ed0> > PedDisk: <_ped.Disk object at 0x7ff4e0cfec20> > origPartedDisk = <parted.disk.Disk object at 0x7ff4e0d19750> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4ec6b8b00> > >12:47:46,886 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vdb1', > 'DEVPATH': '/devices/pci0000:00/0000:00:08.0/virtio3/block/vdb/vdb1', > 'DEVTYPE': 'partition', > 'ID_FS_LABEL': 'boot', > 'ID_FS_LABEL_ENC': 'boot', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'c31e2495-c06a-c1a9-f181-591c117d572e', > 'ID_FS_UUID_ENC': 'c31e2495-c06a-c1a9-f181-591c117d572e', > 'ID_FS_UUID_SUB': 'cb38a56a-26cc-7906-64e0-f48bc580a88b', > 'ID_FS_UUID_SUB_ENC': 'cb38a56a-26cc-7906-64e0-f48bc580a88b', > 'ID_FS_VERSION': '1.0', > 'ID_PART_ENTRY_DISK': '252:16', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1050624', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_ENTRY_UUID': '9748d20d-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '9748d20d', > 'MAJOR': '252', > 'MINOR': '17', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '271163', > 'name': 'vdb1', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:08.0/virtio3/block/vdb/vdb1'} ; name: vdb1 ; >12:47:46,887 INFO blivet: scanning vdb1 (/devices/pci0000:00/0000:00:08.0/virtio3/block/vdb/vdb1)... >12:47:46,901 DEBUG blivet: DeviceTree.getDeviceByName: name: vdb1 ; >12:47:46,904 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:47:46,909 INFO blivet: vdb1 is a partition >12:47:46,912 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: vdb1 ; >12:47:46,915 DEBUG blivet: DeviceTree.getDeviceByName: name: vdb ; >12:47:46,966 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10 GiB disk vdb (30) with existing msdos disklabel >12:47:47,236 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: vdb ; >12:47:47,241 DEBUG blivet: PartitionDevice._setFormat: vdb1 ; >12:47:47,241 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 36 >12:47:47,260 DEBUG blivet: PartitionDevice._setFormat: vdb1 ; current: None ; type: None ; >12:47:47,261 DEBUG blivet: looking up parted Partition: /dev/vdb1 >12:47:47,265 DEBUG blivet: PartitionDevice.probe: vdb1 ; exists: True ; >12:47:47,354 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdb1 ; flag: 1 ; >12:47:47,358 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdb1 ; flag: 10 ; >12:47:47,362 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdb1 ; flag: 12 ; >12:47:47,363 INFO blivet: added partition vdb1 (id 35) to device tree >12:47:47,367 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vdb1 ; >12:47:47,416 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vdb1 ; label_type: None ; >12:47:47,417 DEBUG blivet: device vdb1 does not contain a disklabel >12:47:47,613 INFO blivet: type detected on 'vdb1' is 'linux_raid_member' >12:47:47,617 DEBUG blivet: MDRaidMember.__init__: uuid: c31e2495-c06a-c1a9-f181-591c117d572e ; exists: True ; label: boot ; device: /dev/vdb1 ; serial: None ; mdUuid: c31e2495:c06ac1a9:f181591c:117d572e ; biosraid: False ; >12:47:47,618 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance with object id 38 >12:47:47,621 DEBUG blivet: PartitionDevice._setFormat: vdb1 ; >12:47:47,624 DEBUG blivet: PartitionDevice._setFormat: vdb1 ; current: None ; type: mdmember ; >12:47:47,629 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: vdb1 ; >12:47:47,634 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >12:47:47,633 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 512.94 MiB mdarray boot_0 (10) >12:47:47,780 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >12:47:47,901 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >12:47:48,097 DEBUG blivet: MDRaidArrayDevice._addParent: boot_0 ; member: vdb1 ; >12:47:48,105 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: vdb1 ; >12:47:48,109 DEBUG blivet: PartitionDevice.setup: vdb1 ; status: True ; controllable: True ; orig: False ; >12:47:48,344 WARN blivet: failed to add member /dev/vdb1 to md array /dev/md/boot_0: mdadd failed for /dev/vdb1: running mdadm --incremental --quiet /dev/vdb1 failed >12:47:48,382 DEBUG blivet: looking up parted Device: /dev/vdb1 >12:47:48,345 INFO blivet: got device: PartitionDevice instance (0x7ff4ec79a4d0) -- > name = vdb1 status = True kids = 1 id = 35 > parents = ['existing 10 GiB disk vdb (30) with existing msdos disklabel'] > uuid = None size = 513 MiB > format = existing mdmember > major = 252 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:08.0/virtio3/block/vdb/vdb1 partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb1 type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 1050624 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1042, 16, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4ec6b8dd0> > target size = 0 B path = /dev/vdb1 > format args = [] originalFormat = None grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4e0d08c90> fileSystem: <parted.filesystem.FileSystem object at 0x7ff4e0d19590> > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4e0d19190> PedPartition: <_ped.Partition object at 0x7ff4ec6c5d70> > disk = existing 10 GiB disk vdb (30) with existing msdos disklabel > start = 2048 end = 1052671 length = 1050624 > flags = boot, raid >12:47:49,004 INFO blivet: got format: MDRaidMember instance (0x7ff4e0d08f50) object id 38-- > type = mdmember name = software RAID status = False > device = /dev/vdb1 uuid = c31e2495-c06a-c1a9-f181-591c117d572e exists = True > options = None supported = True formattable = True resizable = False > mdUUID = c31e2495:c06ac1a9:f181591c:117d572e biosraid = False >12:47:49,031 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vdb2', > 'DEVPATH': '/devices/pci0000:00/0000:00:08.0/virtio3/block/vdb/vdb2', > 'DEVTYPE': 'partition', > 'ID_FS_LABEL': 'swap', > 'ID_FS_LABEL_ENC': 'swap', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'd7eb1334-5f7c-63c3-3af7-c0e0d77f58a3', > 'ID_FS_UUID_ENC': 'd7eb1334-5f7c-63c3-3af7-c0e0d77f58a3', > 'ID_FS_UUID_SUB': '17622194-ce5d-6e44-8d2f-8e262af257e2', > 'ID_FS_UUID_SUB_ENC': '17622194-ce5d-6e44-8d2f-8e262af257e2', > 'ID_FS_VERSION': '1.2', > 'ID_PART_ENTRY_DISK': '252:16', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1052672', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '526336', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_ENTRY_UUID': '9748d20d-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '9748d20d', > 'MAJOR': '252', > 'MINOR': '18', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '271261', > 'name': 'vdb2', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:08.0/virtio3/block/vdb/vdb2'} ; name: vdb2 ; >12:47:49,032 INFO blivet: scanning vdb2 (/devices/pci0000:00/0000:00:08.0/virtio3/block/vdb/vdb2)... >12:47:49,035 DEBUG blivet: DeviceTree.getDeviceByName: name: vdb2 ; >12:47:49,038 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:47:49,039 INFO blivet: vdb2 is a partition >12:47:49,041 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: vdb2 ; >12:47:49,043 DEBUG blivet: DeviceTree.getDeviceByName: name: vdb ; >12:47:49,058 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10 GiB disk vdb (30) with existing msdos disklabel >12:47:49,061 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: vdb ; >12:47:49,069 DEBUG blivet: PartitionDevice._setFormat: vdb2 ; >12:47:49,069 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 41 >12:47:49,072 DEBUG blivet: PartitionDevice._setFormat: vdb2 ; current: None ; type: None ; >12:47:49,073 DEBUG blivet: looking up parted Partition: /dev/vdb2 >12:47:49,075 DEBUG blivet: PartitionDevice.probe: vdb2 ; exists: True ; >12:47:49,079 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdb2 ; flag: 1 ; >12:47:49,081 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdb2 ; flag: 10 ; >12:47:49,084 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdb2 ; flag: 12 ; >12:47:49,085 INFO blivet: added partition vdb2 (id 40) to device tree >12:47:49,087 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vdb2 ; >12:47:49,090 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vdb2 ; label_type: None ; >12:47:49,090 DEBUG blivet: device vdb2 does not contain a disklabel >12:47:49,124 INFO blivet: type detected on 'vdb2' is 'linux_raid_member' >12:47:49,127 DEBUG blivet: MDRaidMember.__init__: uuid: d7eb1334-5f7c-63c3-3af7-c0e0d77f58a3 ; exists: True ; label: swap ; device: /dev/vdb2 ; serial: None ; mdUuid: d7eb1334:5f7c63c3:3af7c0e0:d77f58a3 ; biosraid: False ; >12:47:49,127 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance with object id 43 >12:47:49,130 DEBUG blivet: PartitionDevice._setFormat: vdb2 ; >12:47:49,132 DEBUG blivet: PartitionDevice._setFormat: vdb2 ; current: None ; type: mdmember ; >12:47:49,135 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: vdb2 ; >12:47:49,137 DEBUG blivet: existing RAID raid0 size == 1024 MiB >12:47:49,137 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 1024 MiB mdarray swap_0 (18) >12:47:49,180 DEBUG blivet: existing RAID raid0 size == 1024 MiB >12:47:49,229 DEBUG blivet: existing RAID raid0 size == 1024 MiB >12:47:49,276 DEBUG blivet: MDRaidArrayDevice._addParent: swap_0 ; member: vdb2 ; >12:47:49,280 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: vdb2 ; >12:47:49,284 DEBUG blivet: PartitionDevice.setup: vdb2 ; status: True ; controllable: True ; orig: False ; >12:47:49,335 WARN blivet: failed to add member /dev/vdb2 to md array /dev/md/swap_0: mdadd failed for /dev/vdb2: running mdadm --incremental --quiet /dev/vdb2 failed >12:47:49,349 DEBUG blivet: looking up parted Device: /dev/vdb2 >12:47:49,337 INFO blivet: got device: PartitionDevice instance (0x7ff4e0d19dd0) -- > name = vdb2 status = True kids = 1 id = 40 > parents = ['existing 10 GiB disk vdb (30) with existing msdos disklabel'] > uuid = None size = 257 MiB > format = existing mdmember > major = 252 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:08.0/virtio3/block/vdb/vdb2 partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb2 type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 526336 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (522, 16, 63) biosGeometry: (32, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4ec6b8ef0> > target size = 0 B path = /dev/vdb2 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4e0d08c90> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4e0d194d0> PedPartition: <_ped.Partition object at 0x7ff4e0d03470> > disk = existing 10 GiB disk vdb (30) with existing msdos disklabel > start = 1052672 end = 1579007 length = 526336 > flags = raid >12:47:49,776 INFO blivet: got format: MDRaidMember instance (0x7ff4e0d19f90) object id 43-- > type = mdmember name = software RAID status = False > device = /dev/vdb2 uuid = d7eb1334-5f7c-63c3-3af7-c0e0d77f58a3 exists = True > options = None supported = True formattable = True resizable = False > mdUUID = d7eb1334:5f7c63c3:3af7c0e0:d77f58a3 biosraid = False >12:47:49,785 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vdb3', > 'DEVPATH': '/devices/pci0000:00/0000:00:08.0/virtio3/block/vdb/vdb3', > 'DEVTYPE': 'partition', > 'ID_FS_LABEL': 'root', > 'ID_FS_LABEL_ENC': 'root', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '68c0095d-e52a-604b-00d7-b0468f275bb8', > 'ID_FS_UUID_ENC': '68c0095d-e52a-604b-00d7-b0468f275bb8', > 'ID_FS_UUID_SUB': 'd688c4b6-2fa1-320c-46d0-bb8abe83b513', > 'ID_FS_UUID_SUB_ENC': 'd688c4b6-2fa1-320c-46d0-bb8abe83b513', > 'ID_FS_VERSION': '1.2', > 'ID_PART_ENTRY_DISK': '252:16', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '1579008', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '9711616', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_ENTRY_UUID': '9748d20d-03', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '9748d20d', > 'MAJOR': '252', > 'MINOR': '19', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '271358', > 'name': 'vdb3', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:08.0/virtio3/block/vdb/vdb3'} ; name: vdb3 ; >12:47:49,787 INFO blivet: scanning vdb3 (/devices/pci0000:00/0000:00:08.0/virtio3/block/vdb/vdb3)... >12:47:49,789 DEBUG blivet: DeviceTree.getDeviceByName: name: vdb3 ; >12:47:49,792 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:47:49,793 INFO blivet: vdb3 is a partition >12:47:49,795 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: vdb3 ; >12:47:49,799 DEBUG blivet: DeviceTree.getDeviceByName: name: vdb ; >12:47:49,813 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10 GiB disk vdb (30) with existing msdos disklabel >12:47:49,817 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: vdb ; >12:47:49,820 DEBUG blivet: PartitionDevice._setFormat: vdb3 ; >12:47:49,820 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 46 >12:47:49,823 DEBUG blivet: PartitionDevice._setFormat: vdb3 ; current: None ; type: None ; >12:47:49,823 DEBUG blivet: looking up parted Partition: /dev/vdb3 >12:47:49,826 DEBUG blivet: PartitionDevice.probe: vdb3 ; exists: True ; >12:47:49,830 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdb3 ; flag: 1 ; >12:47:49,833 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdb3 ; flag: 10 ; >12:47:49,836 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdb3 ; flag: 12 ; >12:47:49,837 INFO blivet: added partition vdb3 (id 45) to device tree >12:47:49,840 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vdb3 ; >12:47:49,843 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vdb3 ; label_type: None ; >12:47:49,843 DEBUG blivet: device vdb3 does not contain a disklabel >12:47:50,095 INFO blivet: type detected on 'vdb3' is 'linux_raid_member' >12:47:50,103 DEBUG blivet: MDRaidMember.__init__: uuid: 68c0095d-e52a-604b-00d7-b0468f275bb8 ; exists: True ; label: root ; device: /dev/vdb3 ; serial: None ; mdUuid: 68c0095d:e52a604b:00d7b046:8f275bb8 ; biosraid: False ; >12:47:50,103 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance with object id 48 >12:47:50,106 DEBUG blivet: PartitionDevice._setFormat: vdb3 ; >12:47:50,125 DEBUG blivet: PartitionDevice._setFormat: vdb3 ; current: None ; type: mdmember ; >12:47:50,139 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: vdb3 ; >12:47:50,157 DEBUG blivet: existing RAID raid10 size == 9476 MiB >12:47:50,156 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 9476 MiB mdarray root_0 (26) >12:47:50,254 DEBUG blivet: existing RAID raid10 size == 9476 MiB >12:47:50,300 DEBUG blivet: existing RAID raid10 size == 9476 MiB >12:47:50,412 DEBUG blivet: MDRaidArrayDevice._addParent: root_0 ; member: vdb3 ; >12:47:50,448 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: vdb3 ; >12:47:50,452 DEBUG blivet: PartitionDevice.setup: vdb3 ; status: True ; controllable: True ; orig: False ; >12:47:51,026 WARN blivet: failed to add member /dev/vdb3 to md array /dev/md/root_0: mdadd failed for /dev/vdb3: running mdadm --incremental --quiet /dev/vdb3 failed >12:47:51,043 DEBUG blivet: looking up parted Device: /dev/vdb3 >12:47:51,027 INFO blivet: got device: PartitionDevice instance (0x7ff4e0d08e10) -- > name = vdb3 status = True kids = 1 id = 45 > parents = ['existing 10 GiB disk vdb (30) with existing msdos disklabel'] > uuid = None size = 4742 MiB > format = existing mdmember > major = 252 minor = 19 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:08.0/virtio3/block/vdb/vdb3 partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb3 type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 9711616 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (9634, 16, 63) biosGeometry: (604, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4ec6b8f80> > target size = 0 B path = /dev/vdb3 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4e0d08c90> fileSystem: None > number: 3 path: /dev/vdb3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4e0d196d0> PedPartition: <_ped.Partition object at 0x7ff4e0d03410> > disk = existing 10 GiB disk vdb (30) with existing msdos disklabel > start = 1579008 end = 11290623 length = 9711616 > flags = raid >12:47:51,513 INFO blivet: got format: MDRaidMember instance (0x7ff4e0d1e490) object id 48-- > type = mdmember name = software RAID status = False > device = /dev/vdb3 uuid = 68c0095d-e52a-604b-00d7-b0468f275bb8 exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 68c0095d:e52a604b:00d7b046:8f275bb8 biosraid = False >12:47:51,520 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/virtio4/block/vdc', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1400158008', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '1a44aa7b', > 'MAJOR': '252', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '271671', > 'name': 'vdc', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:09.0/virtio4/block/vdc'} ; name: vdc ; >12:47:51,521 INFO blivet: scanning vdc (/devices/pci0000:00/0000:00:09.0/virtio4/block/vdc)... >12:47:51,524 DEBUG blivet: DeviceTree.getDeviceByName: name: vdc ; >12:47:51,526 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:47:51,529 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: vdc ; >12:47:51,531 INFO blivet: vdc is a disk >12:47:51,532 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 51 >12:47:51,535 DEBUG blivet: DiskDevice._setFormat: vdc ; current: None ; type: None ; >12:47:51,568 INFO blivet: added disk vdc (id 50) to device tree >12:47:51,569 DEBUG blivet: looking up parted Device: /dev/vdc >12:47:51,898 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vdc ; >12:47:51,909 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vdc ; label_type: dos ; >12:47:51,932 DEBUG blivet: DiskDevice.setup: vdc ; status: True ; controllable: True ; orig: False ; >12:47:51,933 DEBUG blivet: required disklabel type for vdc (15) is None >12:47:51,933 DEBUG blivet: default disklabel type for vdc is msdos >12:47:51,941 DEBUG blivet: selecting msdos disklabel for vdc based on size >12:47:51,946 DEBUG blivet: DiskLabel.__init__: device: /dev/vdc ; labelType: msdos ; exists: True ; >12:47:52,461 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7ff4e0d1ea90>, <parted.partition.Partition object at 0x7ff4e0d1e510>, <parted.partition.Partition object at 0x7ff4e0d1ec50>] > device: <parted.device.Device object at 0x7ff4e0d19ed0> > PedDisk: <_ped.Disk object at 0x7ff4e0d20cf8> >12:47:52,472 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 53 >12:47:52,476 DEBUG blivet: DiskDevice._setFormat: vdc ; current: None ; type: disklabel ; >12:47:52,476 INFO blivet: got device: DiskDevice instance (0x7ff4e0d1e850) -- > name = vdc status = True kids = 0 id = 50 > parents = [] > uuid = None size = 10 GiB > format = existing msdos disklabel > major = 252 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdc partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdc type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4ec6b8950> > target size = 0 B path = /dev/vdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7ff4e0d1e910> >12:47:53,000 INFO blivet: got format: DiskLabel instance (0x7ff4e0d1e9d0) object id 53-- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdc uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 3 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7ff4e0d1ea90>, <parted.partition.Partition object at 0x7ff4e0d1e510>, <parted.partition.Partition object at 0x7ff4e0d1ec50>] > device: <parted.device.Device object at 0x7ff4e0d19ed0> > PedDisk: <_ped.Disk object at 0x7ff4e0d20cf8> > origPartedDisk = <parted.disk.Disk object at 0x7ff4e0d1ed10> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdc type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4ec6b8e60> > >12:47:53,030 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vdc1', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/virtio4/block/vdc/vdc1', > 'DEVTYPE': 'partition', > 'ID_FS_LABEL': 'boot', > 'ID_FS_LABEL_ENC': 'boot', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'c31e2495-c06a-c1a9-f181-591c117d572e', > 'ID_FS_UUID_ENC': 'c31e2495-c06a-c1a9-f181-591c117d572e', > 'ID_FS_UUID_SUB': '4eb5a7cc-b9c7-c793-18f8-b0bc911db0d5', > 'ID_FS_UUID_SUB_ENC': '4eb5a7cc-b9c7-c793-18f8-b0bc911db0d5', > 'ID_FS_VERSION': '1.0', > 'ID_PART_ENTRY_DISK': '252:32', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1050624', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_ENTRY_UUID': '1a44aa7b-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '1a44aa7b', > 'MAJOR': '252', > 'MINOR': '33', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '271773', > 'name': 'vdc1', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:09.0/virtio4/block/vdc/vdc1'} ; name: vdc1 ; >12:47:53,031 INFO blivet: scanning vdc1 (/devices/pci0000:00/0000:00:09.0/virtio4/block/vdc/vdc1)... >12:47:53,033 DEBUG blivet: DeviceTree.getDeviceByName: name: vdc1 ; >12:47:53,035 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:47:53,035 INFO blivet: vdc1 is a partition >12:47:53,037 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: vdc1 ; >12:47:53,040 DEBUG blivet: DeviceTree.getDeviceByName: name: vdc ; >12:47:53,059 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10 GiB disk vdc (50) with existing msdos disklabel >12:47:53,066 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: vdc ; >12:47:53,071 DEBUG blivet: PartitionDevice._setFormat: vdc1 ; >12:47:53,072 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 56 >12:47:53,078 DEBUG blivet: PartitionDevice._setFormat: vdc1 ; current: None ; type: None ; >12:47:53,079 DEBUG blivet: looking up parted Partition: /dev/vdc1 >12:47:53,082 DEBUG blivet: PartitionDevice.probe: vdc1 ; exists: True ; >12:47:53,085 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdc1 ; flag: 1 ; >12:47:53,087 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdc1 ; flag: 10 ; >12:47:53,090 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdc1 ; flag: 12 ; >12:47:53,090 INFO blivet: added partition vdc1 (id 55) to device tree >12:47:53,093 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vdc1 ; >12:47:53,095 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vdc1 ; label_type: None ; >12:47:53,096 DEBUG blivet: device vdc1 does not contain a disklabel >12:47:53,159 INFO blivet: type detected on 'vdc1' is 'linux_raid_member' >12:47:53,162 DEBUG blivet: MDRaidMember.__init__: uuid: c31e2495-c06a-c1a9-f181-591c117d572e ; exists: True ; label: boot ; device: /dev/vdc1 ; serial: None ; mdUuid: c31e2495:c06ac1a9:f181591c:117d572e ; biosraid: False ; >12:47:53,162 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance with object id 58 >12:47:53,164 DEBUG blivet: PartitionDevice._setFormat: vdc1 ; >12:47:53,166 DEBUG blivet: PartitionDevice._setFormat: vdc1 ; current: None ; type: mdmember ; >12:47:53,169 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: vdc1 ; >12:47:53,172 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >12:47:53,171 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 512.94 MiB mdarray boot_0 (10) >12:47:53,216 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >12:47:53,263 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >12:47:53,351 DEBUG blivet: MDRaidArrayDevice._addParent: boot_0 ; member: vdc1 ; >12:47:53,362 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: vdc1 ; >12:47:53,368 DEBUG blivet: PartitionDevice.setup: vdc1 ; status: True ; controllable: True ; orig: False ; >12:47:53,450 WARN blivet: failed to add member /dev/vdc1 to md array /dev/md/boot_0: mdadd failed for /dev/vdc1: running mdadm --incremental --quiet /dev/vdc1 failed >12:47:53,467 DEBUG blivet: looking up parted Device: /dev/vdc1 >12:47:53,451 INFO blivet: got device: PartitionDevice instance (0x7ff4e0d1ee10) -- > name = vdc1 status = True kids = 1 id = 55 > parents = ['existing 10 GiB disk vdc (50) with existing msdos disklabel'] > uuid = None size = 513 MiB > format = existing mdmember > major = 252 minor = 33 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdc/vdc1 partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdc1 type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 1050624 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1042, 16, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4e0d29320> > target size = 0 B path = /dev/vdc1 > format args = [] originalFormat = None grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4e0d1eb90> fileSystem: <parted.filesystem.FileSystem object at 0x7ff4e0d1e0d0> > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4e0d1e590> PedPartition: <_ped.Partition object at 0x7ff4ec7e4950> > disk = existing 10 GiB disk vdc (50) with existing msdos disklabel > start = 2048 end = 1052671 length = 1050624 > flags = boot, raid >12:47:53,818 INFO blivet: got format: MDRaidMember instance (0x7ff4e0d1e810) object id 58-- > type = mdmember name = software RAID status = False > device = /dev/vdc1 uuid = c31e2495-c06a-c1a9-f181-591c117d572e exists = True > options = None supported = True formattable = True resizable = False > mdUUID = c31e2495:c06ac1a9:f181591c:117d572e biosraid = False >12:47:53,827 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vdc2', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/virtio4/block/vdc/vdc2', > 'DEVTYPE': 'partition', > 'ID_FS_LABEL': 'swap', > 'ID_FS_LABEL_ENC': 'swap', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'd7eb1334-5f7c-63c3-3af7-c0e0d77f58a3', > 'ID_FS_UUID_ENC': 'd7eb1334-5f7c-63c3-3af7-c0e0d77f58a3', > 'ID_FS_UUID_SUB': '23535dd8-a464-e9ef-aa6f-f6be8138a009', > 'ID_FS_UUID_SUB_ENC': '23535dd8-a464-e9ef-aa6f-f6be8138a009', > 'ID_FS_VERSION': '1.2', > 'ID_PART_ENTRY_DISK': '252:32', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1052672', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '526336', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_ENTRY_UUID': '1a44aa7b-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '1a44aa7b', > 'MAJOR': '252', > 'MINOR': '34', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '271879', > 'name': 'vdc2', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:09.0/virtio4/block/vdc/vdc2'} ; name: vdc2 ; >12:47:53,828 INFO blivet: scanning vdc2 (/devices/pci0000:00/0000:00:09.0/virtio4/block/vdc/vdc2)... >12:47:53,831 DEBUG blivet: DeviceTree.getDeviceByName: name: vdc2 ; >12:47:53,834 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:47:53,835 INFO blivet: vdc2 is a partition >12:47:53,838 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: vdc2 ; >12:47:53,841 DEBUG blivet: DeviceTree.getDeviceByName: name: vdc ; >12:47:53,849 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10 GiB disk vdc (50) with existing msdos disklabel >12:47:53,852 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: vdc ; >12:47:53,855 DEBUG blivet: PartitionDevice._setFormat: vdc2 ; >12:47:53,862 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 61 >12:47:53,866 DEBUG blivet: PartitionDevice._setFormat: vdc2 ; current: None ; type: None ; >12:47:53,867 DEBUG blivet: looking up parted Partition: /dev/vdc2 >12:47:53,870 DEBUG blivet: PartitionDevice.probe: vdc2 ; exists: True ; >12:47:53,872 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdc2 ; flag: 1 ; >12:47:53,875 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdc2 ; flag: 10 ; >12:47:53,877 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdc2 ; flag: 12 ; >12:47:53,878 INFO blivet: added partition vdc2 (id 60) to device tree >12:47:53,879 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vdc2 ; >12:47:53,881 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vdc2 ; label_type: None ; >12:47:53,881 DEBUG blivet: device vdc2 does not contain a disklabel >12:47:53,908 INFO blivet: type detected on 'vdc2' is 'linux_raid_member' >12:47:53,910 DEBUG blivet: MDRaidMember.__init__: uuid: d7eb1334-5f7c-63c3-3af7-c0e0d77f58a3 ; exists: True ; label: swap ; device: /dev/vdc2 ; serial: None ; mdUuid: d7eb1334:5f7c63c3:3af7c0e0:d77f58a3 ; biosraid: False ; >12:47:53,911 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance with object id 63 >12:47:53,913 DEBUG blivet: PartitionDevice._setFormat: vdc2 ; >12:47:53,915 DEBUG blivet: PartitionDevice._setFormat: vdc2 ; current: None ; type: mdmember ; >12:47:53,917 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: vdc2 ; >12:47:53,919 DEBUG blivet: existing RAID raid0 size == 1024 MiB >12:47:53,919 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 1024 MiB mdarray swap_0 (18) >12:47:53,951 DEBUG blivet: existing RAID raid0 size == 1024 MiB >12:47:53,996 DEBUG blivet: existing RAID raid0 size == 1024 MiB >12:47:54,049 DEBUG blivet: MDRaidArrayDevice._addParent: swap_0 ; member: vdc2 ; >12:47:54,053 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: vdc2 ; >12:47:54,057 DEBUG blivet: PartitionDevice.setup: vdc2 ; status: True ; controllable: True ; orig: False ; >12:47:54,293 WARN blivet: failed to add member /dev/vdc2 to md array /dev/md/swap_0: mdadd failed for /dev/vdc2: running mdadm --incremental --quiet /dev/vdc2 failed >12:47:54,369 DEBUG blivet: looking up parted Device: /dev/vdc2 >12:47:54,294 INFO blivet: got device: PartitionDevice instance (0x7ff4e0d1ee90) -- > name = vdc2 status = True kids = 1 id = 60 > parents = ['existing 10 GiB disk vdc (50) with existing msdos disklabel'] > uuid = None size = 257 MiB > format = existing mdmember > major = 252 minor = 34 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdc/vdc2 partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdc2 type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 526336 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (522, 16, 63) biosGeometry: (32, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4e0d29440> > target size = 0 B path = /dev/vdc2 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4e0d1eb90> fileSystem: None > number: 2 path: /dev/vdc2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4e0d1e450> PedPartition: <_ped.Partition object at 0x7ff4e0d03650> > disk = existing 10 GiB disk vdc (50) with existing msdos disklabel > start = 1052672 end = 1579007 length = 526336 > flags = raid >12:47:54,862 INFO blivet: got format: MDRaidMember instance (0x7ff4e0d1ef10) object id 63-- > type = mdmember name = software RAID status = False > device = /dev/vdc2 uuid = d7eb1334-5f7c-63c3-3af7-c0e0d77f58a3 exists = True > options = None supported = True formattable = True resizable = False > mdUUID = d7eb1334:5f7c63c3:3af7c0e0:d77f58a3 biosraid = False >12:47:54,875 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vdc3', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/virtio4/block/vdc/vdc3', > 'DEVTYPE': 'partition', > 'ID_FS_LABEL': 'root', > 'ID_FS_LABEL_ENC': 'root', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '68c0095d-e52a-604b-00d7-b0468f275bb8', > 'ID_FS_UUID_ENC': '68c0095d-e52a-604b-00d7-b0468f275bb8', > 'ID_FS_UUID_SUB': '76fa565f-d3db-1616-ad52-b73e9c5ee8f4', > 'ID_FS_UUID_SUB_ENC': '76fa565f-d3db-1616-ad52-b73e9c5ee8f4', > 'ID_FS_VERSION': '1.2', > 'ID_PART_ENTRY_DISK': '252:32', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '1579008', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '9711616', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_ENTRY_UUID': '1a44aa7b-03', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '1a44aa7b', > 'MAJOR': '252', > 'MINOR': '35', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '272051', > 'name': 'vdc3', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:09.0/virtio4/block/vdc/vdc3'} ; name: vdc3 ; >12:47:54,877 INFO blivet: scanning vdc3 (/devices/pci0000:00/0000:00:09.0/virtio4/block/vdc/vdc3)... >12:47:54,880 DEBUG blivet: DeviceTree.getDeviceByName: name: vdc3 ; >12:47:54,886 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:47:54,887 INFO blivet: vdc3 is a partition >12:47:54,889 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: vdc3 ; >12:47:54,895 DEBUG blivet: DeviceTree.getDeviceByName: name: vdc ; >12:47:54,921 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10 GiB disk vdc (50) with existing msdos disklabel >12:47:54,930 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: vdc ; >12:47:54,934 DEBUG blivet: PartitionDevice._setFormat: vdc3 ; >12:47:54,939 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 66 >12:47:54,943 DEBUG blivet: PartitionDevice._setFormat: vdc3 ; current: None ; type: None ; >12:47:54,943 DEBUG blivet: looking up parted Partition: /dev/vdc3 >12:47:54,947 DEBUG blivet: PartitionDevice.probe: vdc3 ; exists: True ; >12:47:54,955 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdc3 ; flag: 1 ; >12:47:54,958 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdc3 ; flag: 10 ; >12:47:54,961 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdc3 ; flag: 12 ; >12:47:54,965 INFO blivet: added partition vdc3 (id 65) to device tree >12:47:54,968 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vdc3 ; >12:47:54,975 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vdc3 ; label_type: None ; >12:47:54,976 DEBUG blivet: device vdc3 does not contain a disklabel >12:47:55,135 INFO blivet: type detected on 'vdc3' is 'linux_raid_member' >12:47:55,139 DEBUG blivet: MDRaidMember.__init__: uuid: 68c0095d-e52a-604b-00d7-b0468f275bb8 ; exists: True ; label: root ; device: /dev/vdc3 ; serial: None ; mdUuid: 68c0095d:e52a604b:00d7b046:8f275bb8 ; biosraid: False ; >12:47:55,140 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance with object id 68 >12:47:55,144 DEBUG blivet: PartitionDevice._setFormat: vdc3 ; >12:47:55,149 DEBUG blivet: PartitionDevice._setFormat: vdc3 ; current: None ; type: mdmember ; >12:47:55,158 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: vdc3 ; >12:47:55,169 DEBUG blivet: existing RAID raid10 size == 9476 MiB >12:47:55,168 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 9476 MiB mdarray root_0 (26) >12:47:55,236 DEBUG blivet: existing RAID raid10 size == 9476 MiB >12:47:55,290 DEBUG blivet: existing RAID raid10 size == 9476 MiB >12:47:55,341 DEBUG blivet: MDRaidArrayDevice._addParent: root_0 ; member: vdc3 ; >12:47:55,345 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: vdc3 ; >12:47:55,349 DEBUG blivet: PartitionDevice.setup: vdc3 ; status: True ; controllable: True ; orig: False ; >12:47:55,573 WARN blivet: failed to add member /dev/vdc3 to md array /dev/md/root_0: mdadd failed for /dev/vdc3: running mdadm --incremental --quiet /dev/vdc3 failed >12:47:55,616 DEBUG blivet: looking up parted Device: /dev/vdc3 >12:47:55,574 INFO blivet: got device: PartitionDevice instance (0x7ff4e0d27550) -- > name = vdc3 status = True kids = 1 id = 65 > parents = ['existing 10 GiB disk vdc (50) with existing msdos disklabel'] > uuid = None size = 4742 MiB > format = existing mdmember > major = 252 minor = 35 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdc/vdc3 partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdc3 type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 9711616 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (9634, 16, 63) biosGeometry: (604, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4e0d294d0> > target size = 0 B path = /dev/vdc3 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4e0d1eb90> fileSystem: None > number: 3 path: /dev/vdc3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4e0d1ec90> PedPartition: <_ped.Partition object at 0x7ff4e0d03b30> > disk = existing 10 GiB disk vdc (50) with existing msdos disklabel > start = 1579008 end = 11290623 length = 9711616 > flags = raid >12:47:55,924 INFO blivet: got format: MDRaidMember instance (0x7ff4e0d270d0) object id 68-- > type = mdmember name = software RAID status = False > device = /dev/vdc3 uuid = 68c0095d-e52a-604b-00d7-b0468f275bb8 exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 68c0095d:e52a604b:00d7b046:8f275bb8 biosraid = False >12:47:55,931 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vdd', > 'DEVPATH': '/devices/pci0000:00/0000:00:0b.0/virtio6/block/vdd', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1400158008', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': 'f20402b5', > 'MAJOR': '252', > 'MINOR': '48', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '272629', > 'name': 'vdd', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0b.0/virtio6/block/vdd'} ; name: vdd ; >12:47:55,933 INFO blivet: scanning vdd (/devices/pci0000:00/0000:00:0b.0/virtio6/block/vdd)... >12:47:55,936 DEBUG blivet: DeviceTree.getDeviceByName: name: vdd ; >12:47:55,939 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:47:55,942 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: vdd ; >12:47:55,943 INFO blivet: vdd is a disk >12:47:55,944 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 71 >12:47:55,948 DEBUG blivet: DiskDevice._setFormat: vdd ; current: None ; type: None ; >12:47:55,989 INFO blivet: added disk vdd (id 70) to device tree >12:47:55,990 DEBUG blivet: looking up parted Device: /dev/vdd >12:47:56,081 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vdd ; >12:47:56,084 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vdd ; label_type: dos ; >12:47:56,096 DEBUG blivet: DiskDevice.setup: vdd ; status: True ; controllable: True ; orig: False ; >12:47:56,097 DEBUG blivet: required disklabel type for vdd (15) is None >12:47:56,097 DEBUG blivet: default disklabel type for vdd is msdos >12:47:56,098 DEBUG blivet: selecting msdos disklabel for vdd based on size >12:47:56,101 DEBUG blivet: DiskLabel.__init__: device: /dev/vdd ; labelType: msdos ; exists: True ; >12:47:56,408 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7ff4e0d27250>, <parted.partition.Partition object at 0x7ff4e0d27b50>, <parted.partition.Partition object at 0x7ff4e0d27d90>] > device: <parted.device.Device object at 0x7ff4e0d276d0> > PedDisk: <_ped.Disk object at 0x7ff4e0d20050> >12:47:56,412 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 73 >12:47:56,432 DEBUG blivet: DiskDevice._setFormat: vdd ; current: None ; type: disklabel ; >12:47:56,432 INFO blivet: got device: DiskDevice instance (0x7ff4e0d278d0) -- > name = vdd status = True kids = 0 id = 70 > parents = [] > uuid = None size = 10 GiB > format = existing msdos disklabel > major = 252 minor = 48 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0b.0/virtio6/block/vdd partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdd type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4e0d29290> > target size = 0 B path = /dev/vdd > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7ff4e0d27990> >12:47:56,608 INFO blivet: got format: DiskLabel instance (0x7ff4ec6d3e90) object id 73-- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdd uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 3 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7ff4e0d27250>, <parted.partition.Partition object at 0x7ff4e0d27b50>, <parted.partition.Partition object at 0x7ff4e0d27d90>] > device: <parted.device.Device object at 0x7ff4e0d276d0> > PedDisk: <_ped.Disk object at 0x7ff4e0d20050> > origPartedDisk = <parted.disk.Disk object at 0x7ff4e0d27e50> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdd type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4e0d293b0> > >12:47:56,673 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vdd1', > 'DEVPATH': '/devices/pci0000:00/0000:00:0b.0/virtio6/block/vdd/vdd1', > 'DEVTYPE': 'partition', > 'ID_FS_LABEL': 'boot', > 'ID_FS_LABEL_ENC': 'boot', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'c31e2495-c06a-c1a9-f181-591c117d572e', > 'ID_FS_UUID_ENC': 'c31e2495-c06a-c1a9-f181-591c117d572e', > 'ID_FS_UUID_SUB': 'f0fd37ca-54ab-b0a3-fcf3-6aa43541df0e', > 'ID_FS_UUID_SUB_ENC': 'f0fd37ca-54ab-b0a3-fcf3-6aa43541df0e', > 'ID_FS_VERSION': '1.0', > 'ID_PART_ENTRY_DISK': '252:48', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1050624', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_ENTRY_UUID': 'f20402b5-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': 'f20402b5', > 'MAJOR': '252', > 'MINOR': '49', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '272752', > 'name': 'vdd1', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0b.0/virtio6/block/vdd/vdd1'} ; name: vdd1 ; >12:47:56,674 INFO blivet: scanning vdd1 (/devices/pci0000:00/0000:00:0b.0/virtio6/block/vdd/vdd1)... >12:47:56,687 DEBUG blivet: DeviceTree.getDeviceByName: name: vdd1 ; >12:47:56,692 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:47:56,693 INFO blivet: vdd1 is a partition >12:47:56,700 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: vdd1 ; >12:47:56,703 DEBUG blivet: DeviceTree.getDeviceByName: name: vdd ; >12:47:56,723 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10 GiB disk vdd (70) with existing msdos disklabel >12:47:56,758 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: vdd ; >12:47:56,762 DEBUG blivet: PartitionDevice._setFormat: vdd1 ; >12:47:56,763 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 76 >12:47:56,771 DEBUG blivet: PartitionDevice._setFormat: vdd1 ; current: None ; type: None ; >12:47:56,772 DEBUG blivet: looking up parted Partition: /dev/vdd1 >12:47:56,777 DEBUG blivet: PartitionDevice.probe: vdd1 ; exists: True ; >12:47:56,785 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdd1 ; flag: 1 ; >12:47:56,789 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdd1 ; flag: 10 ; >12:47:56,797 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdd1 ; flag: 12 ; >12:47:56,797 INFO blivet: added partition vdd1 (id 75) to device tree >12:47:56,800 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vdd1 ; >12:47:56,808 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vdd1 ; label_type: None ; >12:47:56,808 DEBUG blivet: device vdd1 does not contain a disklabel >12:47:57,088 INFO blivet: type detected on 'vdd1' is 'linux_raid_member' >12:47:57,106 DEBUG blivet: MDRaidMember.__init__: uuid: c31e2495-c06a-c1a9-f181-591c117d572e ; exists: True ; label: boot ; device: /dev/vdd1 ; serial: None ; mdUuid: c31e2495:c06ac1a9:f181591c:117d572e ; biosraid: False ; >12:47:57,107 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance with object id 78 >12:47:57,109 DEBUG blivet: PartitionDevice._setFormat: vdd1 ; >12:47:57,112 DEBUG blivet: PartitionDevice._setFormat: vdd1 ; current: None ; type: mdmember ; >12:47:57,119 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: vdd1 ; >12:47:57,125 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >12:47:57,124 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 512.94 MiB mdarray boot_0 (10) >12:47:57,171 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >12:47:57,220 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >12:47:57,269 DEBUG blivet: MDRaidArrayDevice._addParent: boot_0 ; member: vdd1 ; >12:47:57,273 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: vdd1 ; >12:47:57,280 DEBUG blivet: PartitionDevice.setup: vdd1 ; status: True ; controllable: True ; orig: False ; >12:47:57,330 WARN blivet: failed to add member /dev/vdd1 to md array /dev/md/boot_0: mdadd failed for /dev/vdd1: running mdadm --incremental --quiet /dev/vdd1 failed >12:47:57,339 DEBUG blivet: looking up parted Device: /dev/vdd1 >12:47:57,331 INFO blivet: got device: PartitionDevice instance (0x7ff4e0d27f50) -- > name = vdd1 status = True kids = 1 id = 75 > parents = ['existing 10 GiB disk vdd (70) with existing msdos disklabel'] > uuid = None size = 513 MiB > format = existing mdmember > major = 252 minor = 49 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0b.0/virtio6/block/vdd/vdd1 partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdd1 type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 1050624 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1042, 16, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4e0d298c0> > target size = 0 B path = /dev/vdd1 > format args = [] originalFormat = None grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4e0d27510> fileSystem: <parted.filesystem.FileSystem object at 0x7ff4e0d27c90> > number: 1 path: /dev/vdd1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4e0d27a90> PedPartition: <_ped.Partition object at 0x7ff4ec6c0170> > disk = existing 10 GiB disk vdd (70) with existing msdos disklabel > start = 2048 end = 1052671 length = 1050624 > flags = boot, raid >12:47:57,464 INFO blivet: got format: MDRaidMember instance (0x7ff4e0d2c210) object id 78-- > type = mdmember name = software RAID status = False > device = /dev/vdd1 uuid = c31e2495-c06a-c1a9-f181-591c117d572e exists = True > options = None supported = True formattable = True resizable = False > mdUUID = c31e2495:c06ac1a9:f181591c:117d572e biosraid = False >12:47:57,472 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vdd2', > 'DEVPATH': '/devices/pci0000:00/0000:00:0b.0/virtio6/block/vdd/vdd2', > 'DEVTYPE': 'partition', > 'ID_FS_LABEL': 'swap', > 'ID_FS_LABEL_ENC': 'swap', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'd7eb1334-5f7c-63c3-3af7-c0e0d77f58a3', > 'ID_FS_UUID_ENC': 'd7eb1334-5f7c-63c3-3af7-c0e0d77f58a3', > 'ID_FS_UUID_SUB': '39e951e7-2f5a-2076-0d68-434701363fa7', > 'ID_FS_UUID_SUB_ENC': '39e951e7-2f5a-2076-0d68-434701363fa7', > 'ID_FS_VERSION': '1.2', > 'ID_PART_ENTRY_DISK': '252:48', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1052672', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '526336', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_ENTRY_UUID': 'f20402b5-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': 'f20402b5', > 'MAJOR': '252', > 'MINOR': '50', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '272871', > 'name': 'vdd2', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0b.0/virtio6/block/vdd/vdd2'} ; name: vdd2 ; >12:47:57,473 INFO blivet: scanning vdd2 (/devices/pci0000:00/0000:00:0b.0/virtio6/block/vdd/vdd2)... >12:47:57,475 DEBUG blivet: DeviceTree.getDeviceByName: name: vdd2 ; >12:47:57,477 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:47:57,478 INFO blivet: vdd2 is a partition >12:47:57,479 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: vdd2 ; >12:47:57,481 DEBUG blivet: DeviceTree.getDeviceByName: name: vdd ; >12:47:57,491 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10 GiB disk vdd (70) with existing msdos disklabel >12:47:57,494 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: vdd ; >12:47:57,496 DEBUG blivet: PartitionDevice._setFormat: vdd2 ; >12:47:57,497 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 81 >12:47:57,499 DEBUG blivet: PartitionDevice._setFormat: vdd2 ; current: None ; type: None ; >12:47:57,500 DEBUG blivet: looking up parted Partition: /dev/vdd2 >12:47:57,502 DEBUG blivet: PartitionDevice.probe: vdd2 ; exists: True ; >12:47:57,506 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdd2 ; flag: 1 ; >12:47:57,509 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdd2 ; flag: 10 ; >12:47:57,512 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdd2 ; flag: 12 ; >12:47:57,513 INFO blivet: added partition vdd2 (id 80) to device tree >12:47:57,515 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vdd2 ; >12:47:57,516 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vdd2 ; label_type: None ; >12:47:57,517 DEBUG blivet: device vdd2 does not contain a disklabel >12:47:57,547 INFO blivet: type detected on 'vdd2' is 'linux_raid_member' >12:47:57,550 DEBUG blivet: MDRaidMember.__init__: uuid: d7eb1334-5f7c-63c3-3af7-c0e0d77f58a3 ; exists: True ; label: swap ; device: /dev/vdd2 ; serial: None ; mdUuid: d7eb1334:5f7c63c3:3af7c0e0:d77f58a3 ; biosraid: False ; >12:47:57,550 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance with object id 83 >12:47:57,552 DEBUG blivet: PartitionDevice._setFormat: vdd2 ; >12:47:57,555 DEBUG blivet: PartitionDevice._setFormat: vdd2 ; current: None ; type: mdmember ; >12:47:57,558 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: vdd2 ; >12:47:57,561 DEBUG blivet: existing RAID raid0 size == 1024 MiB >12:47:57,560 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 1024 MiB mdarray swap_0 (18) >12:47:57,589 DEBUG blivet: existing RAID raid0 size == 1024 MiB >12:47:57,617 DEBUG blivet: existing RAID raid0 size == 1024 MiB >12:47:57,643 DEBUG blivet: MDRaidArrayDevice._addParent: swap_0 ; member: vdd2 ; >12:47:57,647 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: vdd2 ; >12:47:57,649 DEBUG blivet: PartitionDevice.setup: vdd2 ; status: True ; controllable: True ; orig: False ; >12:47:57,692 WARN blivet: failed to add member /dev/vdd2 to md array /dev/md/swap_0: mdadd failed for /dev/vdd2: running mdadm --incremental --quiet /dev/vdd2 failed >12:47:57,719 DEBUG blivet: looking up parted Device: /dev/vdd2 >12:47:57,707 INFO blivet: got device: PartitionDevice instance (0x7ff4e0d2c450) -- > name = vdd2 status = True kids = 1 id = 80 > parents = ['existing 10 GiB disk vdd (70) with existing msdos disklabel'] > uuid = None size = 257 MiB > format = existing mdmember > major = 252 minor = 50 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0b.0/virtio6/block/vdd/vdd2 partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdd2 type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 526336 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (522, 16, 63) biosGeometry: (32, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4e0d29830> > target size = 0 B path = /dev/vdd2 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4e0d27510> fileSystem: None > number: 2 path: /dev/vdd2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4e0d27c10> PedPartition: <_ped.Partition object at 0x7ff4e0d03a10> > disk = existing 10 GiB disk vdd (70) with existing msdos disklabel > start = 1052672 end = 1579007 length = 526336 > flags = raid >12:47:57,956 INFO blivet: got format: MDRaidMember instance (0x7ff4e0d27890) object id 83-- > type = mdmember name = software RAID status = False > device = /dev/vdd2 uuid = d7eb1334-5f7c-63c3-3af7-c0e0d77f58a3 exists = True > options = None supported = True formattable = True resizable = False > mdUUID = d7eb1334:5f7c63c3:3af7c0e0:d77f58a3 biosraid = False >12:47:57,961 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vdd3', > 'DEVPATH': '/devices/pci0000:00/0000:00:0b.0/virtio6/block/vdd/vdd3', > 'DEVTYPE': 'partition', > 'ID_FS_LABEL': 'root', > 'ID_FS_LABEL_ENC': 'root', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '68c0095d-e52a-604b-00d7-b0468f275bb8', > 'ID_FS_UUID_ENC': '68c0095d-e52a-604b-00d7-b0468f275bb8', > 'ID_FS_UUID_SUB': '23a595a2-515e-6a21-cdad-970b3a483801', > 'ID_FS_UUID_SUB_ENC': '23a595a2-515e-6a21-cdad-970b3a483801', > 'ID_FS_VERSION': '1.2', > 'ID_PART_ENTRY_DISK': '252:48', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '1579008', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '9711616', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_ENTRY_UUID': 'f20402b5-03', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': 'f20402b5', > 'MAJOR': '252', > 'MINOR': '51', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '292313', > 'name': 'vdd3', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0b.0/virtio6/block/vdd/vdd3'} ; name: vdd3 ; >12:47:57,962 INFO blivet: scanning vdd3 (/devices/pci0000:00/0000:00:0b.0/virtio6/block/vdd/vdd3)... >12:47:57,964 DEBUG blivet: DeviceTree.getDeviceByName: name: vdd3 ; >12:47:57,965 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:47:57,966 INFO blivet: vdd3 is a partition >12:47:57,968 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: vdd3 ; >12:47:57,969 DEBUG blivet: DeviceTree.getDeviceByName: name: vdd ; >12:47:57,978 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10 GiB disk vdd (70) with existing msdos disklabel >12:47:57,981 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: vdd ; >12:47:57,983 DEBUG blivet: PartitionDevice._setFormat: vdd3 ; >12:47:57,983 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 86 >12:47:57,985 DEBUG blivet: PartitionDevice._setFormat: vdd3 ; current: None ; type: None ; >12:47:57,986 DEBUG blivet: looking up parted Partition: /dev/vdd3 >12:47:57,988 DEBUG blivet: PartitionDevice.probe: vdd3 ; exists: True ; >12:47:57,990 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdd3 ; flag: 1 ; >12:47:57,992 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdd3 ; flag: 10 ; >12:47:57,994 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vdd3 ; flag: 12 ; >12:47:57,995 INFO blivet: added partition vdd3 (id 85) to device tree >12:47:57,997 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vdd3 ; >12:47:58,000 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vdd3 ; label_type: None ; >12:47:58,001 DEBUG blivet: device vdd3 does not contain a disklabel >12:47:58,071 INFO blivet: type detected on 'vdd3' is 'linux_raid_member' >12:47:58,077 DEBUG blivet: MDRaidMember.__init__: uuid: 68c0095d-e52a-604b-00d7-b0468f275bb8 ; exists: True ; label: root ; device: /dev/vdd3 ; serial: None ; mdUuid: 68c0095d:e52a604b:00d7b046:8f275bb8 ; biosraid: False ; >12:47:58,080 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance with object id 88 >12:47:58,083 DEBUG blivet: PartitionDevice._setFormat: vdd3 ; >12:47:58,085 DEBUG blivet: PartitionDevice._setFormat: vdd3 ; current: None ; type: mdmember ; >12:47:58,091 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: vdd3 ; >12:47:58,096 DEBUG blivet: existing RAID raid10 size == 9476 MiB >12:47:58,095 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 9476 MiB mdarray root_0 (26) >12:47:58,161 DEBUG blivet: existing RAID raid10 size == 9476 MiB >12:47:58,229 DEBUG blivet: existing RAID raid10 size == 9476 MiB >12:47:58,302 DEBUG blivet: MDRaidArrayDevice._addParent: root_0 ; member: vdd3 ; >12:47:58,322 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: vdd3 ; >12:47:58,325 DEBUG blivet: PartitionDevice.setup: vdd3 ; status: True ; controllable: True ; orig: False ; >12:47:58,586 WARN blivet: failed to add member /dev/vdd3 to md array /dev/md/root_0: mdadd failed for /dev/vdd3: running mdadm --incremental --quiet /dev/vdd3 failed >12:47:58,609 DEBUG blivet: looking up parted Device: /dev/vdd3 >12:47:58,587 INFO blivet: got device: PartitionDevice instance (0x7ff4e0d1ee50) -- > name = vdd3 status = True kids = 1 id = 85 > parents = ['existing 10 GiB disk vdd (70) with existing msdos disklabel'] > uuid = None size = 4742 MiB > format = existing mdmember > major = 252 minor = 51 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0b.0/virtio6/block/vdd/vdd3 partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdd3 type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 9711616 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (9634, 16, 63) biosGeometry: (604, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4e0d29950> > target size = 0 B path = /dev/vdd3 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4e0d27510> fileSystem: None > number: 3 path: /dev/vdd3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4e0d27dd0> PedPartition: <_ped.Partition object at 0x7ff4e0d03ef0> > disk = existing 10 GiB disk vdd (70) with existing msdos disklabel > start = 1579008 end = 11290623 length = 9711616 > flags = raid >12:47:58,846 INFO blivet: got format: MDRaidMember instance (0x7ff4e0d2c290) object id 88-- > type = mdmember name = software RAID status = False > device = /dev/vdd3 uuid = 68c0095d-e52a-604b-00d7-b0468f275bb8 exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 68c0095d:e52a604b:00d7b046:8f275bb8 biosraid = False >12:47:58,852 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1400158008', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '423160', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >12:47:58,853 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >12:47:58,856 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; >12:47:58,858 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:47:58,859 INFO blivet: loop0 is a loop device >12:47:58,862 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >12:47:58,865 DEBUG blivet: DeviceTree.getDeviceByName: name: /tmp/curl_fetch_url0/my_comps_squashfs.img (deleted) ; >12:47:58,868 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:47:58,869 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 91 >12:47:58,872 DEBUG blivet: FileDevice._setFormat: /tmp/curl_fetch_url0/my_comps_squashfs.img (deleted) ; current: None ; type: None ; >12:47:58,873 INFO blivet: added file /tmp/curl_fetch_url0/my_comps_squashfs.img (deleted) (id 90) to device tree >12:47:58,878 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /tmp/curl_fetch_url0/my_comps_squashfs.img (deleted) ; >12:47:58,879 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 94 >12:47:58,883 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >12:47:58,883 INFO blivet: added loop loop0 (id 93) to device tree >12:47:58,886 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >12:47:58,889 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >12:47:58,890 DEBUG blivet: device loop0 does not contain a disklabel >12:47:58,891 INFO blivet: type detected on 'loop0' is 'squashfs' >12:47:58,891 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance with object id 96 >12:47:58,894 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >12:47:58,895 INFO blivet: got device: LoopDevice instance (0x7ff4e0d2c690) -- > name = loop0 status = False kids = 0 id = 93 > parents = ['existing 0 B file /tmp/curl_fetch_url0/my_comps_squashfs.img (deleted) (90)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None >12:47:58,910 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/9983482a-5e34-4405-b7f9-852cba7b01b2', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1400158008', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '9983482a-5e34-4405-b7f9-852cba7b01b2', > 'ID_FS_UUID_ENC': '9983482a-5e34-4405-b7f9-852cba7b01b2', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '423929', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/9983482a-5e34-4405-b7f9-852cba7b01b2'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >12:47:58,911 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >12:47:58,914 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >12:47:58,917 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:47:58,918 INFO blivet: loop1 is a loop device >12:47:58,920 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >12:47:58,924 DEBUG blivet: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >12:47:58,927 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:47:58,928 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 99 >12:47:58,931 DEBUG blivet: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >12:47:58,932 INFO blivet: added file /LiveOS/rootfs.img (id 98) to device tree >12:47:58,936 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >12:47:58,937 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 102 >12:47:58,940 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >12:47:58,941 INFO blivet: added loop loop1 (id 101) to device tree >12:47:58,944 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >12:47:58,946 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >12:47:58,947 DEBUG blivet: device loop1 does not contain a disklabel >12:47:58,948 INFO blivet: type detected on 'loop1' is 'ext4' >12:47:59,236 DEBUG blivet: size=0 B, current=2048 MiB >12:47:59,273 DEBUG blivet: using current size 0 as min size >12:47:59,277 DEBUG blivet: Ext4FS.supported: supported: True ; >12:47:59,278 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 104 >12:47:59,281 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >12:47:59,282 INFO blivet: got device: LoopDevice instance (0x7ff4e0d2c1d0) -- > name = loop1 status = False kids = 0 id = 101 > parents = ['existing 0 B file /LiveOS/rootfs.img (98)'] > uuid = None size = 0 B > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = None >12:47:59,295 DEBUG blivet: Ext4FS.supported: supported: True ; >12:47:59,290 INFO blivet: got format: Ext4FS instance (0x7ff4e0d2c310) object id 104-- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = 9983482a-5e34-4405-b7f9-852cba7b01b2 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048 MiB targetSize = 2048 MiB > >12:47:59,337 DEBUG blivet: Ext4FS.supported: supported: True ; >12:47:59,368 DEBUG blivet: Ext4FS.supported: supported: True ; >12:47:59,409 DEBUG blivet: Ext4FS.supported: supported: True ; >12:47:59,439 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1400158008', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '424714', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >12:47:59,440 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >12:47:59,443 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >12:47:59,446 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:47:59,447 INFO blivet: loop2 is a loop device >12:47:59,450 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >12:47:59,453 DEBUG blivet: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >12:47:59,456 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:47:59,457 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 107 >12:47:59,461 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >12:47:59,462 INFO blivet: added file /overlay (deleted) (id 106) to device tree >12:47:59,466 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >12:47:59,467 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 110 >12:47:59,471 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >12:47:59,471 INFO blivet: added loop loop2 (id 109) to device tree >12:47:59,474 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >12:47:59,478 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >12:47:59,478 DEBUG blivet: device loop2 does not contain a disklabel >12:47:59,479 DEBUG blivet: no type or existing type for loop2, bailing >12:47:59,480 INFO blivet: got device: LoopDevice instance (0x7ff4e0db5050) -- > name = loop2 status = False kids = 0 id = 109 > parents = ['existing 0 B file /overlay (deleted) (106)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop2 > format args = [] originalFormat = None >12:47:59,496 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/9983482a-5e34-4405-b7f9-852cba7b01b2 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1400158008', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '9983482a-5e34-4405-b7f9-852cba7b01b2', > 'ID_FS_UUID_ENC': '9983482a-5e34-4405-b7f9-852cba7b01b2', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '27109872', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/9983482a-5e34-4405-b7f9-852cba7b01b2', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >12:47:59,497 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >12:47:59,500 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >12:47:59,503 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:47:59,504 INFO blivet: live-rw is a device-mapper device >12:47:59,507 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >12:47:59,511 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >12:47:59,515 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (101) with existing ext4 filesystem >12:47:59,520 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >12:47:59,524 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop2 (109) >12:47:59,527 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >12:47:59,531 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:47:59,535 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop2 ; >12:47:59,536 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 114 >12:47:59,539 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >12:47:59,540 INFO blivet: added dm live-rw (id 113) to device tree >12:47:59,543 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >12:47:59,546 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >12:47:59,547 DEBUG blivet: device live-rw does not contain a disklabel >12:47:59,548 INFO blivet: type detected on 'live-rw' is 'ext4' >12:47:59,710 DEBUG blivet: size=929.01 MiB, current=2048 MiB >12:47:59,838 DEBUG blivet: padding min size from 974136320 up to 974136820 >12:47:59,844 DEBUG blivet: Ext4FS.supported: supported: True ; >12:47:59,845 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 116 >12:47:59,864 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >12:47:59,866 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >12:47:59,864 INFO blivet: got device: DMDevice instance (0x7ff4e0d4bcd0) -- > name = live-rw status = True kids = 0 id = 113 > parents = ['existing 0 B loop loop2 (109)'] > uuid = None size = 2048 MiB > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4e0d29a70> > target size = 0 B path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >12:48:00,078 DEBUG blivet: Ext4FS.supported: supported: True ; >12:48:00,073 INFO blivet: got format: Ext4FS instance (0x7ff4e0d2c5d0) object id 116-- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 9983482a-5e34-4405-b7f9-852cba7b01b2 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048 MiB targetSize = 2048 MiB > >12:48:00,142 DEBUG blivet: Ext4FS.supported: supported: True ; >12:48:00,173 DEBUG blivet: Ext4FS.supported: supported: True ; >12:48:00,216 DEBUG blivet: Ext4FS.supported: supported: True ; >12:48:00,270 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/Anaconda /dev/disk/by-uuid/9983482a-5e34-4405-b7f9-852cba7b01b2 /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1400158008', > 'DM_NAME': 'live-base', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '9983482a-5e34-4405-b7f9-852cba7b01b2', > 'ID_FS_UUID_ENC': '9983482a-5e34-4405-b7f9-852cba7b01b2', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '334575', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/9983482a-5e34-4405-b7f9-852cba7b01b2', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >12:48:00,291 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >12:48:00,298 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >12:48:00,303 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:48:00,303 INFO blivet: live-base is a device-mapper device >12:48:00,306 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >12:48:00,314 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >12:48:00,317 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >12:48:00,325 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (101) with existing ext4 filesystem >12:48:00,329 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >12:48:00,332 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:48:00,343 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop1 ; >12:48:00,344 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 119 >12:48:00,347 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >12:48:00,348 INFO blivet: added dm live-base (id 118) to device tree >12:48:00,355 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >12:48:00,360 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >12:48:00,361 DEBUG blivet: device live-base does not contain a disklabel >12:48:00,361 INFO blivet: type detected on 'live-base' is 'ext4' >12:48:00,550 DEBUG blivet: size=0 B, current=2048 MiB >12:48:00,628 DEBUG blivet: using current size 0 as min size >12:48:00,642 DEBUG blivet: Ext4FS.supported: supported: True ; >12:48:00,658 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 121 >12:48:00,662 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >12:48:00,664 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >12:48:00,663 INFO blivet: got device: DMDevice instance (0x7ff4e0d5fed0) -- > name = live-base status = True kids = 0 id = 118 > parents = ['existing 0 B loop loop1 (101) with existing ext4 filesystem'] > uuid = None size = 2048 MiB > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4e0d29560> > target size = 0 B path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >12:48:00,868 DEBUG blivet: Ext4FS.supported: supported: True ; >12:48:00,827 INFO blivet: got format: Ext4FS instance (0x7ff4e0db5550) object id 121-- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-base uuid = 9983482a-5e34-4405-b7f9-852cba7b01b2 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048 MiB targetSize = 2048 MiB > >12:48:00,912 DEBUG blivet: Ext4FS.supported: supported: True ; >12:48:00,943 DEBUG blivet: Ext4FS.supported: supported: True ; >12:48:00,973 DEBUG blivet: Ext4FS.supported: supported: True ; >12:48:00,997 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/md-name-root /dev/disk/by-id/md-uuid-68c0095d:e52a604b:00d7b046:8f275bb8 /dev/disk/by-uuid/27dc808a-1b44-4aa1-8f73-9d80c76e2695 /dev/md/root_0', > 'DEVNAME': 'md125', > 'DEVPATH': '/devices/virtual/block/md125', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1400158008', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '27dc808a-1b44-4aa1-8f73-9d80c76e2695', > 'ID_FS_UUID_ENC': '27dc808a-1b44-4aa1-8f73-9d80c76e2695', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '9', > 'MD_DEVICES': '4', > 'MD_DEVICE_vda3_DEV': '/dev/vda3', > 'MD_DEVICE_vda3_ROLE': '0', > 'MD_DEVICE_vdb3_DEV': '/dev/vdb3', > 'MD_DEVICE_vdb3_ROLE': '1', > 'MD_DEVICE_vdc3_DEV': '/dev/vdc3', > 'MD_DEVICE_vdc3_ROLE': '2', > 'MD_DEVICE_vdd3_DEV': '/dev/vdd3', > 'MD_DEVICE_vdd3_ROLE': '3', > 'MD_DEVNAME': 'root_0', > 'MD_LEVEL': 'raid10', > 'MD_METADATA': '1.2', > 'MD_NAME': 'root', > 'MD_UUID': '68c0095d:e52a604b:00d7b046:8f275bb8', > 'MINOR': '125', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '946539', > 'name': 'md125', > 'symlinks': ['/dev/disk/by-id/md-name-root', > '/dev/disk/by-id/md-uuid-68c0095d:e52a604b:00d7b046:8f275bb8', > '/dev/disk/by-uuid/27dc808a-1b44-4aa1-8f73-9d80c76e2695', > '/dev/md/root_0'], > 'sysfs_path': '/devices/virtual/block/md125'} ; name: md125 ; >12:48:00,998 INFO blivet: scanning md125 (/devices/virtual/block/md125)... >12:48:01,000 DEBUG blivet: DeviceTree.getDeviceByName: name: md125 ; >12:48:01,002 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:48:01,004 DEBUG blivet: DeviceTree.getDeviceByName: name: root_0 ; >12:48:01,005 DEBUG blivet: existing RAID raid10 size == 9476 MiB >12:48:01,040 DEBUG blivet: DeviceTree.getDeviceByName returned existing 9476 MiB mdarray root_0 (26) >12:48:01,044 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: root_0 ; >12:48:01,046 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: root_0 ; label_type: None ; >12:48:01,046 DEBUG blivet: device root_0 does not contain a disklabel >12:48:01,047 INFO blivet: type detected on 'md125' is 'ext4' >12:48:01,491 DEBUG blivet: size=862.12 MiB, current=9476 MiB >12:48:01,535 DEBUG blivet: padding min size from 903999488 up to 903999988 >12:48:01,537 DEBUG blivet: Ext4FS.supported: supported: True ; >12:48:01,537 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 123 >12:48:01,539 DEBUG blivet: MDRaidArrayDevice._setFormat: root_0 ; current: None ; type: ext4 ; >12:48:01,565 DEBUG blivet: existing RAID raid10 size == 9476 MiB >12:48:01,540 INFO blivet: got device: MDRaidArrayDevice instance (0x7ff4e3427650) -- > name = root_0 status = True kids = 0 id = 26 > parents = ['existing 4742 MiB partition vda3 (22) with existing mdmember', > 'existing 4742 MiB partition vdb3 (45) with existing mdmember', > 'existing 4742 MiB partition vdc3 (65) with existing mdmember', > 'existing 4742 MiB partition vdd3 (85) with existing mdmember'] > uuid = 68c0095d:e52a604b:00d7b046:8f275bb8 size = 9476 MiB > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/md125 partedDevice = parted.Device instance -- > model: Linux Software RAID Array path: /dev/md/root_0 type: 17 > sectorSize: 512 physicalSectorSize: 512 > length: 19406848 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (2425856, 2, 4) biosGeometry: (1208, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4ec6b8830> > target size = 0 B path = /dev/md/root_0 > format args = [] originalFormat = None level = raid10 spares = 0 > members = 4 > total devices = 4 metadata version = 1.2 >12:48:01,616 DEBUG blivet: existing RAID raid10 size == 9476 MiB >12:48:01,665 DEBUG blivet: existing RAID raid10 size == 9476 MiB >12:48:01,714 DEBUG blivet: existing RAID raid10 size == 9476 MiB >12:48:01,742 DEBUG blivet: Ext4FS.supported: supported: True ; >12:48:01,740 INFO blivet: got format: Ext4FS instance (0x7ff4e0d2cb50) object id 123-- > type = ext4 name = ext4 status = False > device = /dev/md/root_0 uuid = 27dc808a-1b44-4aa1-8f73-9d80c76e2695 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 9476 MiB targetSize = 9476 MiB > >12:48:01,766 DEBUG blivet: Ext4FS.supported: supported: True ; >12:48:01,790 DEBUG blivet: Ext4FS.supported: supported: True ; >12:48:01,812 DEBUG blivet: Ext4FS.supported: supported: True ; >12:48:01,840 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/md-name-boot /dev/disk/by-id/md-uuid-c31e2495:c06ac1a9:f181591c:117d572e /dev/disk/by-uuid/77f1fdcf-ebfc-42b6-b3d0-ea6b0d32fe4a /dev/md/boot_0', > 'DEVNAME': 'md126', > 'DEVPATH': '/devices/virtual/block/md126', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1400158008', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '77f1fdcf-ebfc-42b6-b3d0-ea6b0d32fe4a', > 'ID_FS_UUID_ENC': '77f1fdcf-ebfc-42b6-b3d0-ea6b0d32fe4a', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '9', > 'MD_DEVICES': '4', > 'MD_DEVICE_vda1_DEV': '/dev/vda1', > 'MD_DEVICE_vda1_ROLE': '0', > 'MD_DEVICE_vdb1_DEV': '/dev/vdb1', > 'MD_DEVICE_vdb1_ROLE': '1', > 'MD_DEVICE_vdc1_DEV': '/dev/vdc1', > 'MD_DEVICE_vdc1_ROLE': '2', > 'MD_DEVICE_vdd1_DEV': '/dev/vdd1', > 'MD_DEVICE_vdd1_ROLE': '3', > 'MD_DEVNAME': 'boot_0', > 'MD_LEVEL': 'raid1', > 'MD_METADATA': '1.0', > 'MD_NAME': 'boot', > 'MD_UUID': 'c31e2495:c06ac1a9:f181591c:117d572e', > 'MINOR': '126', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '934804', > 'name': 'md126', > 'symlinks': ['/dev/disk/by-id/md-name-boot', > '/dev/disk/by-id/md-uuid-c31e2495:c06ac1a9:f181591c:117d572e', > '/dev/disk/by-uuid/77f1fdcf-ebfc-42b6-b3d0-ea6b0d32fe4a', > '/dev/md/boot_0'], > 'sysfs_path': '/devices/virtual/block/md126'} ; name: md126 ; >12:48:01,841 INFO blivet: scanning md126 (/devices/virtual/block/md126)... >12:48:01,842 DEBUG blivet: DeviceTree.getDeviceByName: name: md126 ; >12:48:01,844 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:48:01,847 DEBUG blivet: DeviceTree.getDeviceByName: name: boot_0 ; >12:48:01,847 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >12:48:01,885 DEBUG blivet: DeviceTree.getDeviceByName returned existing 512.94 MiB mdarray boot_0 (10) >12:48:01,888 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: boot_0 ; >12:48:01,890 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: boot_0 ; label_type: None ; >12:48:01,891 DEBUG blivet: device boot_0 does not contain a disklabel >12:48:01,891 INFO blivet: type detected on 'md126' is 'ext4' >12:48:01,999 DEBUG blivet: size=117.62 MiB, current=512 MiB >12:48:02,077 DEBUG blivet: padding min size from 123334656 up to 123335156 >12:48:02,081 DEBUG blivet: Ext4FS.supported: supported: True ; >12:48:02,082 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 125 >12:48:02,085 DEBUG blivet: MDRaidArrayDevice._setFormat: boot_0 ; current: None ; type: ext4 ; >12:48:02,154 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >12:48:02,085 INFO blivet: got device: MDRaidArrayDevice instance (0x7ff4e099e8d0) -- > name = boot_0 status = True kids = 0 id = 10 > parents = ['existing 513 MiB partition vda1 (6) with existing mdmember', > 'existing 513 MiB partition vdb1 (35) with existing mdmember', > 'existing 513 MiB partition vdc1 (55) with existing mdmember', > 'existing 513 MiB partition vdd1 (75) with existing mdmember'] > uuid = c31e2495:c06ac1a9:f181591c:117d572e size = 512.94 MiB > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/md126 partedDevice = parted.Device instance -- > model: Linux Software RAID Array path: /dev/md/boot_0 type: 17 > sectorSize: 512 physicalSectorSize: 512 > length: 1050496 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (131312, 2, 4) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4ec6b85f0> > target size = 0 B path = /dev/md/boot_0 > format args = [] originalFormat = None level = raid1 spares = 0 > members = 4 > total devices = 4 metadata version = 1.0 >12:48:02,332 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >12:48:02,426 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >12:48:02,560 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >12:48:02,630 DEBUG blivet: Ext4FS.supported: supported: True ; >12:48:02,625 INFO blivet: got format: Ext4FS instance (0x7ff4ec79a550) object id 125-- > type = ext4 name = ext4 status = False > device = /dev/md/boot_0 uuid = 77f1fdcf-ebfc-42b6-b3d0-ea6b0d32fe4a exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 512 MiB targetSize = 512 MiB > >12:48:02,660 DEBUG blivet: Ext4FS.supported: supported: True ; >12:48:02,697 DEBUG blivet: Ext4FS.supported: supported: True ; >12:48:02,726 DEBUG blivet: Ext4FS.supported: supported: True ; >12:48:02,774 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/md-name-swap /dev/disk/by-id/md-uuid-d7eb1334:5f7c63c3:3af7c0e0:d77f58a3 /dev/disk/by-uuid/f0d2e34e-099d-4610-9020-2fb49ce9c2c3 /dev/md/swap_0', > 'DEVNAME': 'md127', > 'DEVPATH': '/devices/virtual/block/md127', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1400158008', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': 'f0d2e34e-099d-4610-9020-2fb49ce9c2c3', > 'ID_FS_UUID_ENC': 'f0d2e34e-099d-4610-9020-2fb49ce9c2c3', > 'ID_FS_VERSION': '1', > 'MAJOR': '9', > 'MD_DEVICES': '4', > 'MD_DEVICE_vda2_DEV': '/dev/vda2', > 'MD_DEVICE_vda2_ROLE': '0', > 'MD_DEVICE_vdb2_DEV': '/dev/vdb2', > 'MD_DEVICE_vdb2_ROLE': '1', > 'MD_DEVICE_vdc2_DEV': '/dev/vdc2', > 'MD_DEVICE_vdc2_ROLE': '2', > 'MD_DEVICE_vdd2_DEV': '/dev/vdd2', > 'MD_DEVICE_vdd2_ROLE': '3', > 'MD_DEVNAME': 'swap_0', > 'MD_LEVEL': 'raid0', > 'MD_METADATA': '1.2', > 'MD_NAME': 'swap', > 'MD_UUID': 'd7eb1334:5f7c63c3:3af7c0e0:d77f58a3', > 'MINOR': '127', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '906259', > 'name': 'md127', > 'symlinks': ['/dev/disk/by-id/md-name-swap', > '/dev/disk/by-id/md-uuid-d7eb1334:5f7c63c3:3af7c0e0:d77f58a3', > '/dev/disk/by-uuid/f0d2e34e-099d-4610-9020-2fb49ce9c2c3', > '/dev/md/swap_0'], > 'sysfs_path': '/devices/virtual/block/md127'} ; name: md127 ; >12:48:02,789 INFO blivet: scanning md127 (/devices/virtual/block/md127)... >12:48:02,791 DEBUG blivet: DeviceTree.getDeviceByName: name: md127 ; >12:48:02,794 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:48:02,803 DEBUG blivet: DeviceTree.getDeviceByName: name: swap_0 ; >12:48:02,804 DEBUG blivet: existing RAID raid0 size == 1024 MiB >12:48:02,892 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1024 MiB mdarray swap_0 (18) >12:48:02,895 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: swap_0 ; >12:48:02,898 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: swap_0 ; label_type: None ; >12:48:02,899 DEBUG blivet: device swap_0 does not contain a disklabel >12:48:02,900 INFO blivet: type detected on 'md127' is 'swap' >12:48:02,903 DEBUG blivet: SwapSpace.__init__: device: /dev/md/swap_0 ; serial: None ; uuid: f0d2e34e-099d-4610-9020-2fb49ce9c2c3 ; exists: True ; label: None ; >12:48:02,904 DEBUG blivet: getFormat('swap') returning SwapSpace instance with object id 127 >12:48:02,907 DEBUG blivet: MDRaidArrayDevice._setFormat: swap_0 ; current: None ; type: swap ; >12:48:02,960 DEBUG blivet: existing RAID raid0 size == 1024 MiB >12:48:02,907 INFO blivet: got device: MDRaidArrayDevice instance (0x7ff4e0cf5410) -- > name = swap_0 status = True kids = 0 id = 18 > parents = ['existing 257 MiB partition vda2 (14) with existing mdmember', > 'existing 257 MiB partition vdb2 (40) with existing mdmember', > 'existing 257 MiB partition vdc2 (60) with existing mdmember', > 'existing 257 MiB partition vdd2 (80) with existing mdmember'] > uuid = d7eb1334:5f7c63c3:3af7c0e0:d77f58a3 size = 1024 MiB > format = existing swap > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/md127 partedDevice = parted.Device instance -- > model: Linux Software RAID Array path: /dev/md/swap_0 type: 17 > sectorSize: 512 physicalSectorSize: 512 > length: 2097152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (262144, 2, 4) biosGeometry: (130, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4ec6b8710> > target size = 0 B path = /dev/md/swap_0 > format args = [] originalFormat = None level = raid0 spares = 0 > members = 4 > total devices = 4 metadata version = 1.2 >12:48:03,173 DEBUG blivet: existing RAID raid0 size == 1024 MiB >12:48:03,266 DEBUG blivet: existing RAID raid0 size == 1024 MiB >12:48:03,374 DEBUG blivet: existing RAID raid0 size == 1024 MiB >12:48:03,448 INFO blivet: got format: SwapSpace instance (0x7ff4e0cf53d0) object id 127-- > type = swap name = swap status = False > device = /dev/md/swap_0 uuid = f0d2e34e-099d-4610-9020-2fb49ce9c2c3 exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >12:48:03,635 DEBUG blivet: MDRaidArrayDevice.teardown: boot_0 ; status: True ; controllable: True ; >12:48:04,262 DEBUG blivet: PartitionDevice.teardown: vda1 ; status: True ; controllable: True ; >12:48:04,275 DEBUG blivet: MDRaidMember.teardown: device: /dev/vda1 ; status: False ; type: mdmember ; >12:48:04,292 DEBUG blivet: MDRaidMember.teardown: device: /dev/vda1 ; status: False ; type: mdmember ; >12:48:04,418 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >12:48:04,426 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >12:48:04,464 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >12:48:04,613 DEBUG blivet: PartitionDevice.teardown: vdb1 ; status: True ; controllable: True ; >12:48:04,624 DEBUG blivet: MDRaidMember.teardown: device: /dev/vdb1 ; status: False ; type: mdmember ; >12:48:04,642 DEBUG blivet: MDRaidMember.teardown: device: /dev/vdb1 ; status: False ; type: mdmember ; >12:48:04,710 DEBUG blivet: DiskDevice.teardown: vdb ; status: True ; controllable: True ; >12:48:04,718 DEBUG blivet: DiskLabel.teardown: device: /dev/vdb ; status: False ; type: disklabel ; >12:48:04,728 DEBUG blivet: DiskLabel.teardown: device: /dev/vdb ; status: False ; type: disklabel ; >12:48:04,852 DEBUG blivet: PartitionDevice.teardown: vdc1 ; status: True ; controllable: True ; >12:48:04,856 DEBUG blivet: MDRaidMember.teardown: device: /dev/vdc1 ; status: False ; type: mdmember ; >12:48:04,861 DEBUG blivet: MDRaidMember.teardown: device: /dev/vdc1 ; status: False ; type: mdmember ; >12:48:04,934 DEBUG blivet: DiskDevice.teardown: vdc ; status: True ; controllable: True ; >12:48:04,941 DEBUG blivet: DiskLabel.teardown: device: /dev/vdc ; status: False ; type: disklabel ; >12:48:04,949 DEBUG blivet: DiskLabel.teardown: device: /dev/vdc ; status: False ; type: disklabel ; >12:48:04,995 DEBUG blivet: PartitionDevice.teardown: vdd1 ; status: True ; controllable: True ; >12:48:04,998 DEBUG blivet: MDRaidMember.teardown: device: /dev/vdd1 ; status: False ; type: mdmember ; >12:48:05,020 DEBUG blivet: MDRaidMember.teardown: device: /dev/vdd1 ; status: False ; type: mdmember ; >12:48:05,055 DEBUG blivet: DiskDevice.teardown: vdd ; status: True ; controllable: True ; >12:48:05,060 DEBUG blivet: DiskLabel.teardown: device: /dev/vdd ; status: False ; type: disklabel ; >12:48:05,065 DEBUG blivet: DiskLabel.teardown: device: /dev/vdd ; status: False ; type: disklabel ; >12:48:05,114 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: boot_0 ; >12:48:05,116 DEBUG blivet: MDRaidArrayDevice.teardown: swap_0 ; status: True ; controllable: True ; >12:48:05,119 DEBUG blivet: SwapSpace.teardown: device: /dev/md/swap_0 ; status: False ; type: swap ; >12:48:05,122 DEBUG blivet: SwapSpace.teardown: device: /dev/md/swap_0 ; status: False ; type: swap ; >12:48:05,202 DEBUG blivet: PartitionDevice.teardown: vda2 ; status: True ; controllable: True ; >12:48:05,207 DEBUG blivet: MDRaidMember.teardown: device: /dev/vda2 ; status: False ; type: mdmember ; >12:48:05,212 DEBUG blivet: MDRaidMember.teardown: device: /dev/vda2 ; status: False ; type: mdmember ; >12:48:05,253 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >12:48:05,259 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >12:48:05,267 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >12:48:05,320 DEBUG blivet: PartitionDevice.teardown: vdb2 ; status: True ; controllable: True ; >12:48:05,324 DEBUG blivet: MDRaidMember.teardown: device: /dev/vdb2 ; status: False ; type: mdmember ; >12:48:05,349 DEBUG blivet: MDRaidMember.teardown: device: /dev/vdb2 ; status: False ; type: mdmember ; >12:48:05,386 DEBUG blivet: DiskDevice.teardown: vdb ; status: True ; controllable: True ; >12:48:05,389 DEBUG blivet: DiskLabel.teardown: device: /dev/vdb ; status: False ; type: disklabel ; >12:48:05,392 DEBUG blivet: DiskLabel.teardown: device: /dev/vdb ; status: False ; type: disklabel ; >12:48:05,422 DEBUG blivet: PartitionDevice.teardown: vdc2 ; status: True ; controllable: True ; >12:48:05,425 DEBUG blivet: MDRaidMember.teardown: device: /dev/vdc2 ; status: False ; type: mdmember ; >12:48:05,428 DEBUG blivet: MDRaidMember.teardown: device: /dev/vdc2 ; status: False ; type: mdmember ; >12:48:05,460 DEBUG blivet: DiskDevice.teardown: vdc ; status: True ; controllable: True ; >12:48:05,463 DEBUG blivet: DiskLabel.teardown: device: /dev/vdc ; status: False ; type: disklabel ; >12:48:05,471 DEBUG blivet: DiskLabel.teardown: device: /dev/vdc ; status: False ; type: disklabel ; >12:48:05,513 DEBUG blivet: PartitionDevice.teardown: vdd2 ; status: True ; controllable: True ; >12:48:05,517 DEBUG blivet: MDRaidMember.teardown: device: /dev/vdd2 ; status: False ; type: mdmember ; >12:48:05,523 DEBUG blivet: MDRaidMember.teardown: device: /dev/vdd2 ; status: False ; type: mdmember ; >12:48:05,552 DEBUG blivet: DiskDevice.teardown: vdd ; status: True ; controllable: True ; >12:48:05,557 DEBUG blivet: DiskLabel.teardown: device: /dev/vdd ; status: False ; type: disklabel ; >12:48:05,561 DEBUG blivet: DiskLabel.teardown: device: /dev/vdd ; status: False ; type: disklabel ; >12:48:05,588 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: swap_0 ; >12:48:05,590 DEBUG blivet: MDRaidArrayDevice.teardown: root_0 ; status: True ; controllable: True ; >12:48:05,690 DEBUG blivet: PartitionDevice.teardown: vda3 ; status: True ; controllable: True ; >12:48:05,692 DEBUG blivet: MDRaidMember.teardown: device: /dev/vda3 ; status: False ; type: mdmember ; >12:48:05,696 DEBUG blivet: MDRaidMember.teardown: device: /dev/vda3 ; status: False ; type: mdmember ; >12:48:05,718 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >12:48:05,721 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >12:48:05,724 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >12:48:05,746 DEBUG blivet: PartitionDevice.teardown: vdb3 ; status: True ; controllable: True ; >12:48:05,748 DEBUG blivet: MDRaidMember.teardown: device: /dev/vdb3 ; status: False ; type: mdmember ; >12:48:05,751 DEBUG blivet: MDRaidMember.teardown: device: /dev/vdb3 ; status: False ; type: mdmember ; >12:48:05,780 DEBUG blivet: DiskDevice.teardown: vdb ; status: True ; controllable: True ; >12:48:05,783 DEBUG blivet: DiskLabel.teardown: device: /dev/vdb ; status: False ; type: disklabel ; >12:48:05,787 DEBUG blivet: DiskLabel.teardown: device: /dev/vdb ; status: False ; type: disklabel ; >12:48:05,809 DEBUG blivet: PartitionDevice.teardown: vdc3 ; status: True ; controllable: True ; >12:48:05,811 DEBUG blivet: MDRaidMember.teardown: device: /dev/vdc3 ; status: False ; type: mdmember ; >12:48:05,814 DEBUG blivet: MDRaidMember.teardown: device: /dev/vdc3 ; status: False ; type: mdmember ; >12:48:05,835 DEBUG blivet: DiskDevice.teardown: vdc ; status: True ; controllable: True ; >12:48:05,838 DEBUG blivet: DiskLabel.teardown: device: /dev/vdc ; status: False ; type: disklabel ; >12:48:05,842 DEBUG blivet: DiskLabel.teardown: device: /dev/vdc ; status: False ; type: disklabel ; >12:48:05,865 DEBUG blivet: PartitionDevice.teardown: vdd3 ; status: True ; controllable: True ; >12:48:05,868 DEBUG blivet: MDRaidMember.teardown: device: /dev/vdd3 ; status: False ; type: mdmember ; >12:48:05,871 DEBUG blivet: MDRaidMember.teardown: device: /dev/vdd3 ; status: False ; type: mdmember ; >12:48:05,892 DEBUG blivet: DiskDevice.teardown: vdd ; status: True ; controllable: True ; >12:48:05,894 DEBUG blivet: DiskLabel.teardown: device: /dev/vdd ; status: False ; type: disklabel ; >12:48:05,897 DEBUG blivet: DiskLabel.teardown: device: /dev/vdd ; status: False ; type: disklabel ; >12:48:05,916 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: root_0 ; >12:48:05,918 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >12:48:05,919 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >12:48:05,922 INFO blivet: edd: collected mbr signatures: {'vda': '0x0411d807', 'vdc': '0x1a44aa7b', 'vdb': '0x9748d20d', 'vdd': '0xf20402b5'} >12:48:05,924 DEBUG blivet: edd: data extracted from 0x80: > type: SCSI, ata_device: None > channel: 0, mbr_signature: 0x0411d807 > pci_dev: 00:07.0, scsi_id: 0 > scsi_lun: 0, sectors: 20971520 >12:48:05,925 DEBUG blivet: edd: matched 0x80 to vda using pci_dev >12:48:05,925 DEBUG blivet: edd: data extracted from 0x81: > type: SCSI, ata_device: None > channel: 0, mbr_signature: 0x9748d20d > pci_dev: 00:08.0, scsi_id: 0 > scsi_lun: 0, sectors: 20971520 >12:48:05,925 DEBUG blivet: edd: matched 0x81 to vdb using pci_dev >12:48:05,925 DEBUG blivet: edd: data extracted from 0x82: > type: SCSI, ata_device: None > channel: 0, mbr_signature: 0x1a44aa7b > pci_dev: 00:09.0, scsi_id: 0 > scsi_lun: 0, sectors: 20971520 >12:48:05,926 DEBUG blivet: edd: matched 0x82 to vdc using pci_dev >12:48:05,926 DEBUG blivet: edd: data extracted from 0x83: > type: SCSI, ata_device: None > channel: 0, mbr_signature: 0xf20402b5 > pci_dev: 00:0b.0, scsi_id: 0 > scsi_lun: 0, sectors: 20971520 >12:48:05,927 DEBUG blivet: edd: matched 0x83 to vdd using pci_dev >12:48:05,931 DEBUG blivet: MDRaidArrayDevice.setup: boot_0 ; status: False ; controllable: True ; orig: False ; >12:48:05,932 DEBUG blivet: MDRaidArrayDevice.setupParents: kids: 0 ; name: boot_0 ; orig: False ; >12:48:05,933 DEBUG blivet: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: False ; >12:48:05,935 DEBUG blivet: MDRaidMember.setup: device: /dev/vda1 ; status: False ; type: mdmember ; >12:48:05,936 DEBUG blivet: PartitionDevice.setup: vdb1 ; status: True ; controllable: True ; orig: False ; >12:48:05,938 DEBUG blivet: MDRaidMember.setup: device: /dev/vdb1 ; status: False ; type: mdmember ; >12:48:05,939 DEBUG blivet: PartitionDevice.setup: vdc1 ; status: True ; controllable: True ; orig: False ; >12:48:05,941 DEBUG blivet: MDRaidMember.setup: device: /dev/vdc1 ; status: False ; type: mdmember ; >12:48:05,942 DEBUG blivet: PartitionDevice.setup: vdd1 ; status: True ; controllable: True ; orig: False ; >12:48:05,943 DEBUG blivet: MDRaidMember.setup: device: /dev/vdd1 ; status: False ; type: mdmember ; >12:48:05,945 DEBUG blivet: MDRaidArrayDevice._setup: boot_0 ; status: False ; controllable: True ; orig: False ; >12:48:05,946 DEBUG blivet: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: False ; >12:48:05,948 DEBUG blivet: PartitionDevice.setup: vdb1 ; status: True ; controllable: True ; orig: False ; >12:48:05,949 DEBUG blivet: PartitionDevice.setup: vdc1 ; status: True ; controllable: True ; orig: False ; >12:48:05,951 DEBUG blivet: PartitionDevice.setup: vdd1 ; status: True ; controllable: True ; orig: False ; >12:48:06,511 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: boot_0 ; >12:48:06,525 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: boot_0 ; >12:48:07,063 DEBUG blivet: MDRaidArrayDevice.teardown: boot_0 ; status: True ; controllable: True ; >12:48:08,198 DEBUG blivet: PartitionDevice.teardown: vda1 ; status: True ; controllable: True ; >12:48:08,218 DEBUG blivet: MDRaidMember.teardown: device: /dev/vda1 ; status: False ; type: mdmember ; >12:48:08,223 DEBUG blivet: MDRaidMember.teardown: device: /dev/vda1 ; status: False ; type: mdmember ; >12:48:08,313 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >12:48:08,331 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >12:48:08,351 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >12:48:08,440 DEBUG blivet: PartitionDevice.teardown: vdb1 ; status: True ; controllable: True ; >12:48:08,449 DEBUG blivet: MDRaidMember.teardown: device: /dev/vdb1 ; status: False ; type: mdmember ; >12:48:08,459 DEBUG blivet: MDRaidMember.teardown: device: /dev/vdb1 ; status: False ; type: mdmember ; >12:48:08,533 DEBUG blivet: DiskDevice.teardown: vdb ; status: True ; controllable: True ; >12:48:08,542 DEBUG blivet: DiskLabel.teardown: device: /dev/vdb ; status: False ; type: disklabel ; >12:48:08,550 DEBUG blivet: DiskLabel.teardown: device: /dev/vdb ; status: False ; type: disklabel ; >12:48:08,617 DEBUG blivet: PartitionDevice.teardown: vdc1 ; status: True ; controllable: True ; >12:48:08,621 DEBUG blivet: MDRaidMember.teardown: device: /dev/vdc1 ; status: False ; type: mdmember ; >12:48:08,653 DEBUG blivet: MDRaidMember.teardown: device: /dev/vdc1 ; status: False ; type: mdmember ; >12:48:08,743 DEBUG blivet: DiskDevice.teardown: vdc ; status: True ; controllable: True ; >12:48:08,748 DEBUG blivet: DiskLabel.teardown: device: /dev/vdc ; status: False ; type: disklabel ; >12:48:08,762 DEBUG blivet: DiskLabel.teardown: device: /dev/vdc ; status: False ; type: disklabel ; >12:48:08,868 DEBUG blivet: PartitionDevice.teardown: vdd1 ; status: True ; controllable: True ; >12:48:08,872 DEBUG blivet: MDRaidMember.teardown: device: /dev/vdd1 ; status: False ; type: mdmember ; >12:48:08,877 DEBUG blivet: MDRaidMember.teardown: device: /dev/vdd1 ; status: False ; type: mdmember ; >12:48:08,954 DEBUG blivet: DiskDevice.teardown: vdd ; status: True ; controllable: True ; >12:48:08,959 DEBUG blivet: DiskLabel.teardown: device: /dev/vdd ; status: False ; type: disklabel ; >12:48:08,964 DEBUG blivet: DiskLabel.teardown: device: /dev/vdd ; status: False ; type: disklabel ; >12:48:09,012 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: boot_0 ; >12:48:09,028 DEBUG blivet: MDRaidArrayDevice.setup: root_0 ; status: False ; controllable: True ; orig: False ; >12:48:09,031 DEBUG blivet: MDRaidArrayDevice.setupParents: kids: 0 ; name: root_0 ; orig: False ; >12:48:09,037 DEBUG blivet: PartitionDevice.setup: vda3 ; status: True ; controllable: True ; orig: False ; >12:48:09,041 DEBUG blivet: MDRaidMember.setup: device: /dev/vda3 ; status: False ; type: mdmember ; >12:48:09,044 DEBUG blivet: PartitionDevice.setup: vdb3 ; status: True ; controllable: True ; orig: False ; >12:48:09,048 DEBUG blivet: MDRaidMember.setup: device: /dev/vdb3 ; status: False ; type: mdmember ; >12:48:09,051 DEBUG blivet: PartitionDevice.setup: vdc3 ; status: True ; controllable: True ; orig: False ; >12:48:09,054 DEBUG blivet: MDRaidMember.setup: device: /dev/vdc3 ; status: False ; type: mdmember ; >12:48:09,057 DEBUG blivet: PartitionDevice.setup: vdd3 ; status: True ; controllable: True ; orig: False ; >12:48:09,060 DEBUG blivet: MDRaidMember.setup: device: /dev/vdd3 ; status: False ; type: mdmember ; >12:48:09,063 DEBUG blivet: MDRaidArrayDevice._setup: root_0 ; status: False ; controllable: True ; orig: False ; >12:48:09,067 DEBUG blivet: PartitionDevice.setup: vda3 ; status: True ; controllable: True ; orig: False ; >12:48:09,070 DEBUG blivet: PartitionDevice.setup: vdb3 ; status: True ; controllable: True ; orig: False ; >12:48:09,073 DEBUG blivet: PartitionDevice.setup: vdc3 ; status: True ; controllable: True ; orig: False ; >12:48:09,077 DEBUG blivet: PartitionDevice.setup: vdd3 ; status: True ; controllable: True ; orig: False ; >12:48:09,461 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: root_0 ; >12:48:09,467 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: root_0 ; >12:48:10,676 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >12:48:10,703 INFO blivet: Caught exception, continuing. >12:48:10,704 INFO blivet: Problem description: error parsing blkid.tab >12:48:10,704 INFO blivet: Begin exception details. >12:48:10,705 INFO blivet: Traceback (most recent call last): >12:48:10,705 INFO blivet: File "/tmp/updates/blivet/__init__.py", line 3181, in parseFSTab >12:48:10,706 INFO blivet: blkidTab.parse() >12:48:10,706 INFO blivet: File "/tmp/updates/blivet/__init__.py", line 2241, in parse >12:48:10,707 INFO blivet: with open(path) as f: >12:48:10,709 INFO blivet: IOError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >12:48:10,719 INFO blivet: End exception details. >12:48:10,720 DEBUG blivet: parsing /mnt/sysimage/etc/crypttab >12:48:10,720 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >12:48:10,730 DEBUG blivet: Caught exception, continuing. >12:48:10,732 DEBUG blivet: Problem description: failed to parse blkid.tab >12:48:10,732 DEBUG blivet: Begin exception details. >12:48:10,733 DEBUG blivet: Traceback (most recent call last): >12:48:10,735 DEBUG blivet: File "/tmp/updates/blivet/__init__.py", line 2289, in parse >12:48:10,735 DEBUG blivet: self.blkidTab.parse() >12:48:10,736 DEBUG blivet: File "/tmp/updates/blivet/__init__.py", line 2241, in parse >12:48:10,737 DEBUG blivet: with open(path) as f: >12:48:10,737 DEBUG blivet: IOError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >12:48:10,737 DEBUG blivet: End exception details. >12:48:10,738 DEBUG blivet: crypttab maps: [] >12:48:10,738 DEBUG blivet: parsing /mnt/sysimage/etc/fstab >12:48:10,792 DEBUG blivet: resolved 'UUID=27dc808a-1b44-4aa1-8f73-9d80c76e2695' to 'root_0' (mdarray) >12:48:10,793 DEBUG blivet: resolved 'UUID=77f1fdcf-ebfc-42b6-b3d0-ea6b0d32fe4a' to 'boot_0' (mdarray) >12:48:10,793 DEBUG blivet: resolved 'UUID=f0d2e34e-099d-4610-9020-2fb49ce9c2c3' to 'swap_0' (mdarray) >12:48:10,840 DEBUG blivet: MDRaidArrayDevice.teardown: root_0 ; status: True ; controllable: True ; >12:48:11,810 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: root_0 ; >12:48:12,346 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >12:48:12,409 DEBUG blivet: Ext4FS.supported: supported: True ; >12:48:12,413 DEBUG blivet: Ext4FS.supported: supported: True ; >12:48:12,423 DEBUG blivet: Ext4FS.supported: supported: True ; >12:48:12,428 DEBUG blivet: Ext4FS.supported: supported: True ; >12:48:12,430 DEBUG blivet: existing RAID raid10 size == 9476 MiB >12:48:12,469 DEBUG blivet: Ext4FS.supported: supported: True ; >12:48:12,471 DEBUG blivet: existing RAID raid0 size == 1024 MiB >12:52:10,246 DEBUG blivet: Iso9660FS.supported: supported: True ; >12:52:10,252 DEBUG blivet: Iso9660FS.supported: supported: True ; >12:52:10,260 DEBUG blivet: NFSv4.supported: supported: False ; >12:52:10,262 DEBUG blivet: NFSv4.supported: supported: False ; >12:52:10,266 DEBUG blivet: SELinuxFS.supported: supported: False ; >12:52:10,268 DEBUG blivet: SELinuxFS.supported: supported: False ; >12:52:10,272 DEBUG blivet: Ext4FS.supported: supported: True ; >12:52:10,275 DEBUG blivet: Ext4FS.supported: supported: True ; >12:52:10,279 DEBUG blivet: Ext3FS.supported: supported: True ; >12:52:10,282 DEBUG blivet: Ext3FS.supported: supported: True ; >12:52:10,286 DEBUG blivet: Ext2FS.supported: supported: True ; >12:52:10,289 DEBUG blivet: Ext2FS.supported: supported: True ; >12:52:10,293 DEBUG blivet: SysFS.supported: supported: False ; >12:52:10,295 DEBUG blivet: SysFS.supported: supported: False ; >12:52:10,298 DEBUG blivet: MultipathMember.__init__: >12:52:10,301 DEBUG blivet: SwapSpace.__init__: >12:52:10,305 DEBUG blivet: ProcFS.supported: supported: False ; >12:52:10,308 DEBUG blivet: ProcFS.supported: supported: False ; >12:52:10,311 DEBUG blivet: NoDevFS.supported: supported: False ; >12:52:10,314 DEBUG blivet: NoDevFS.supported: supported: False ; >12:52:10,317 DEBUG blivet: DevPtsFS.supported: supported: False ; >12:52:10,320 DEBUG blivet: DevPtsFS.supported: supported: False ; >12:52:10,323 DEBUG blivet: BTRFS.supported: supported: True ; >12:52:10,841 DEBUG blivet: USBFS.supported: supported: False ; >12:52:10,844 DEBUG blivet: USBFS.supported: supported: False ; >12:52:10,846 DEBUG blivet: DiskLabel.__init__: >12:52:10,847 INFO blivet: DiskLabel.partedDevice returning None >12:52:10,850 DEBUG blivet: HFSPlus.supported: supported: False ; >12:52:10,852 DEBUG blivet: HFSPlus.supported: supported: False ; >12:52:10,855 DEBUG blivet: XFS.supported: supported: True ; >12:52:11,536 DEBUG blivet: XFS.supported: supported: True ; >12:52:11,540 DEBUG blivet: TmpFS.supported: supported: True ; >12:52:11,694 DEBUG blivet: LUKS.__init__: >12:52:11,697 DEBUG blivet: NTFS.supported: supported: False ; >12:52:11,700 DEBUG blivet: NTFS.supported: supported: False ; >12:52:11,702 DEBUG blivet: BindFS.supported: supported: False ; >12:52:11,705 DEBUG blivet: BindFS.supported: supported: False ; >12:52:11,708 DEBUG blivet: HFS.supported: supported: False ; >12:52:11,713 DEBUG blivet: HFS.supported: supported: False ; >12:52:11,719 DEBUG blivet: LVMPhysicalVolume.__init__: >12:52:11,723 DEBUG blivet: NFS.supported: supported: False ; >12:52:11,725 DEBUG blivet: NFS.supported: supported: False ; >12:52:11,728 DEBUG blivet: FATFS.supported: supported: True ; >12:52:11,953 DEBUG blivet: FATFS.supported: supported: True ; >12:52:11,962 DEBUG blivet: DMRaidMember.__init__: >12:52:11,965 DEBUG blivet: MDRaidMember.__init__: >08:52:41,727 INFO blivet: Detected 3968 MiB of memory >08:52:41,839 INFO blivet: Swap attempt of 3968 MiB >08:52:41,917 DEBUG blivet: clearpart: looking at vda3 >08:52:41,922 DEBUG blivet: clearpart: looking at vdb3 >08:52:41,923 DEBUG blivet: clearpart: looking at vdc3 >08:52:41,927 DEBUG blivet: clearpart: looking at vdd3 >08:52:41,927 DEBUG blivet: clearpart: looking at vda2 >08:52:41,936 DEBUG blivet: clearpart: looking at vdb2 >08:52:41,938 DEBUG blivet: clearpart: looking at vdc2 >08:52:41,939 DEBUG blivet: clearpart: looking at vdd2 >08:52:41,950 DEBUG blivet: clearpart: looking at vda1 >08:52:41,952 DEBUG blivet: clearpart: looking at vdb1 >08:52:41,953 DEBUG blivet: clearpart: looking at vdc1 >08:52:41,955 DEBUG blivet: clearpart: looking at vdd1 >08:52:41,967 DEBUG blivet: checking whether disk vda has an empty extended >08:52:41,970 DEBUG blivet: extended is None ; logicals is [] >08:52:41,976 DEBUG blivet: checking whether disk vdb has an empty extended >08:52:41,982 DEBUG blivet: extended is None ; logicals is [] >08:52:41,985 DEBUG blivet: checking whether disk vdc has an empty extended >08:52:41,993 DEBUG blivet: extended is None ; logicals is [] >08:52:41,994 DEBUG blivet: checking whether disk vdd has an empty extended >08:52:41,996 DEBUG blivet: extended is None ; logicals is [] >08:52:42,038 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >08:52:42,065 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with existing msdos disklabel >08:52:42,067 DEBUG blivet: resolved 'vda' to 'vda' (disk) >08:52:43,587 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >08:52:43,814 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with existing msdos disklabel >08:52:43,815 DEBUG blivet: resolved 'vda' to 'vda' (disk) >08:52:43,823 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >08:52:43,845 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with existing msdos disklabel >08:52:43,861 DEBUG blivet: resolved 'vda' to 'vda' (disk) >08:52:43,887 DEBUG blivet: starting Blivet copy >08:52:44,035 DEBUG blivet: PartitionDevice._setPartedPartition: vda1 ; >08:52:44,036 DEBUG blivet: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4d51918d0> fileSystem: <parted.filesystem.FileSystem object at 0x7ff4d7e387d0> > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4d7e385d0> PedPartition: <_ped.Partition object at 0x7ff4d7e18410> >08:52:44,071 DEBUG blivet: PartitionDevice._setPartedPartition: vda2 ; >08:52:44,072 DEBUG blivet: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4d51918d0> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4d7e38750> PedPartition: <_ped.Partition object at 0x7ff4d7e18470> >08:52:44,102 DEBUG blivet: PartitionDevice._setPartedPartition: vda3 ; >08:52:44,135 DEBUG blivet: device vda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4d51918d0> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4d7e38910> PedPartition: <_ped.Partition object at 0x7ff4d7e184d0> >08:52:44,165 DEBUG blivet: PartitionDevice._setPartedPartition: vdb1 ; >08:52:44,166 DEBUG blivet: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4d7e79690> fileSystem: <parted.filesystem.FileSystem object at 0x7ff4d7e3f750> > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4d7e3f510> PedPartition: <_ped.Partition object at 0x7ff4d7e3e470> >08:52:44,224 DEBUG blivet: PartitionDevice._setPartedPartition: vdb2 ; >08:52:44,225 DEBUG blivet: device vdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4d7e79690> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4d7e3f6d0> PedPartition: <_ped.Partition object at 0x7ff4d7e3e4d0> >08:52:44,291 DEBUG blivet: PartitionDevice._setPartedPartition: vdb3 ; >08:52:44,296 DEBUG blivet: device vdb3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4d7e79690> fileSystem: None > number: 3 path: /dev/vdb3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4d7e3f890> PedPartition: <_ped.Partition object at 0x7ff4d7e3e530> >08:52:44,390 DEBUG blivet: PartitionDevice._setPartedPartition: vdc1 ; >08:52:44,391 DEBUG blivet: device vdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4d7e8fa10> fileSystem: <parted.filesystem.FileSystem object at 0x7ff4d7e4f110> > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4d7e3fe10> PedPartition: <_ped.Partition object at 0x7ff4d7e3e9b0> >08:52:44,401 DEBUG blivet: PartitionDevice._setPartedPartition: vdc2 ; >08:52:44,413 DEBUG blivet: device vdc2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4d7e8fa10> fileSystem: None > number: 2 path: /dev/vdc2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4d7e4f090> PedPartition: <_ped.Partition object at 0x7ff4d7e3ea10> >08:52:44,435 DEBUG blivet: PartitionDevice._setPartedPartition: vdc3 ; >08:52:44,436 DEBUG blivet: device vdc3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4d7e8fa10> fileSystem: None > number: 3 path: /dev/vdc3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4d7e4f250> PedPartition: <_ped.Partition object at 0x7ff4d7e3ea70> >08:52:44,508 DEBUG blivet: PartitionDevice._setPartedPartition: vdd1 ; >08:52:44,509 DEBUG blivet: device vdd1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4d7e92610> fileSystem: <parted.filesystem.FileSystem object at 0x7ff4d7e4f8d0> > number: 1 path: /dev/vdd1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4d7e79ad0> PedPartition: <_ped.Partition object at 0x7ff4d7e3efb0> >08:52:44,577 DEBUG blivet: PartitionDevice._setPartedPartition: vdd2 ; >08:52:44,578 DEBUG blivet: device vdd2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4d7e92610> fileSystem: None > number: 2 path: /dev/vdd2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4d7e4f850> PedPartition: <_ped.Partition object at 0x7ff4d4e33050> >08:52:44,627 DEBUG blivet: PartitionDevice._setPartedPartition: vdd3 ; >08:52:44,628 DEBUG blivet: device vdd3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4d7e92610> fileSystem: None > number: 3 path: /dev/vdd3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4d7e4fa10> PedPartition: <_ped.Partition object at 0x7ff4d4e330b0> >08:52:44,730 DEBUG blivet: finished Blivet copy >08:52:44,851 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >08:52:45,027 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >08:52:45,168 DEBUG blivet: existing RAID raid10 size == 9476 MiB >08:52:45,274 DEBUG blivet: existing RAID raid10 size == 9476 MiB >08:52:45,343 DEBUG blivet: existing RAID raid0 size == 1024 MiB >08:52:45,406 DEBUG blivet: existing RAID raid0 size == 1024 MiB >08:52:47,253 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >08:52:47,412 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >08:52:47,480 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >08:52:47,571 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >08:52:47,629 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >08:52:47,710 DEBUG blivet: Ext4FS.supported: supported: True ; >08:52:47,711 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 245 >08:52:47,815 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >08:52:47,953 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >08:52:48,023 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >08:52:48,160 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >08:52:48,245 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >08:52:50,070 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >08:52:50,093 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >08:52:50,133 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >08:52:50,173 DEBUG blivet: existing RAID raid1 size == 512.94 MiB >08:52:52,445 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 247 >08:52:52,504 DEBUG storage.ui: MDRaidArrayDevice._setFormat: boot_0 ; current: ext4 ; type: None ; >08:52:52,515 INFO storage.ui: registered action: [246] destroy format ext4 filesystem on mdarray boot_0 (id 10) >08:52:52,536 INFO storage.ui: removed mdarray boot_0 (id 10) from device tree >08:52:52,539 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: vda1 ; >08:52:52,543 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: vdb1 ; >08:52:52,547 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: vdc1 ; >08:52:52,562 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: vdd1 ; >08:52:52,563 INFO storage.ui: registered action: [248] destroy device mdarray boot_0 (id 10) >08:52:52,568 DEBUG storage.ui: PartitionDevice._setFormat: vda1 ; >08:52:52,569 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 250 >08:52:52,573 DEBUG storage.ui: PartitionDevice._setFormat: vda1 ; current: mdmember ; type: None ; >08:52:52,574 INFO storage.ui: registered action: [249] destroy format mdmember on partition vda1 (id 6) >08:52:52,576 INFO storage.ui: removed partition vda1 (id 6) from device tree >08:52:52,580 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: vda ; >08:52:52,581 INFO storage.ui: registered action: [251] destroy device partition vda1 (id 6) >08:52:52,586 DEBUG storage.ui: PartitionDevice._setFormat: vdb1 ; >08:52:52,587 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 253 >08:52:52,592 DEBUG storage.ui: PartitionDevice._setFormat: vdb1 ; current: mdmember ; type: None ; >08:52:52,592 INFO storage.ui: registered action: [252] destroy format mdmember on partition vdb1 (id 35) >08:52:52,594 INFO storage.ui: removed partition vdb1 (id 35) from device tree >08:52:52,598 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: vdb ; >08:52:52,598 INFO storage.ui: registered action: [254] destroy device partition vdb1 (id 35) >08:52:52,604 DEBUG storage.ui: PartitionDevice._setFormat: vdc1 ; >08:52:52,605 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 256 >08:52:52,610 DEBUG storage.ui: PartitionDevice._setFormat: vdc1 ; current: mdmember ; type: None ; >08:52:52,611 INFO storage.ui: registered action: [255] destroy format mdmember on partition vdc1 (id 55) >08:52:52,612 INFO storage.ui: removed partition vdc1 (id 55) from device tree >08:52:52,617 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: vdc ; >08:52:52,617 INFO storage.ui: registered action: [257] destroy device partition vdc1 (id 55) >08:52:52,623 DEBUG storage.ui: PartitionDevice._setFormat: vdd1 ; >08:52:52,623 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 259 >08:52:52,628 DEBUG storage.ui: PartitionDevice._setFormat: vdd1 ; current: mdmember ; type: None ; >08:52:52,629 INFO storage.ui: registered action: [258] destroy format mdmember on partition vdd1 (id 75) >08:52:52,630 INFO storage.ui: removed partition vdd1 (id 75) from device tree >08:52:52,634 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: vdd ; >08:52:52,635 INFO storage.ui: registered action: [260] destroy device partition vdd1 (id 75) >08:52:52,636 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 262 >08:52:52,640 DEBUG storage.ui: MDRaidArrayDevice._setFormat: root_0 ; current: ext4 ; type: None ; >08:52:52,641 INFO storage.ui: registered action: [261] destroy format ext4 filesystem on mdarray root_0 (id 26) >08:52:52,642 INFO storage.ui: removed mdarray root_0 (id 26) from device tree >08:52:52,645 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: vda3 ; >08:52:52,649 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: vdb3 ; >08:52:52,652 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: vdc3 ; >08:52:52,655 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: vdd3 ; >08:52:52,656 INFO storage.ui: registered action: [263] destroy device mdarray root_0 (id 26) >08:52:52,661 DEBUG storage.ui: PartitionDevice._setFormat: vda3 ; >08:52:52,662 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 265 >08:52:52,667 DEBUG storage.ui: PartitionDevice._setFormat: vda3 ; current: mdmember ; type: None ; >08:52:52,667 INFO storage.ui: registered action: [264] destroy format mdmember on partition vda3 (id 22) >08:52:52,671 INFO storage.ui: removed partition vda3 (id 22) from device tree >08:52:52,675 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >08:52:52,676 INFO storage.ui: registered action: [266] destroy device partition vda3 (id 22) >08:52:52,681 DEBUG storage.ui: PartitionDevice._setFormat: vdb3 ; >08:52:52,682 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 268 >08:52:52,687 DEBUG storage.ui: PartitionDevice._setFormat: vdb3 ; current: mdmember ; type: None ; >08:52:52,687 INFO storage.ui: registered action: [267] destroy format mdmember on partition vdb3 (id 45) >08:52:52,690 INFO storage.ui: removed partition vdb3 (id 45) from device tree >08:52:52,695 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vdb ; >08:52:52,695 INFO storage.ui: registered action: [269] destroy device partition vdb3 (id 45) >08:52:52,701 DEBUG storage.ui: PartitionDevice._setFormat: vdc3 ; >08:52:52,701 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 271 >08:52:52,706 DEBUG storage.ui: PartitionDevice._setFormat: vdc3 ; current: mdmember ; type: None ; >08:52:52,706 INFO storage.ui: registered action: [270] destroy format mdmember on partition vdc3 (id 65) >08:52:52,710 INFO storage.ui: removed partition vdc3 (id 65) from device tree >08:52:52,714 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vdc ; >08:52:52,715 INFO storage.ui: registered action: [272] destroy device partition vdc3 (id 65) >08:52:52,721 DEBUG storage.ui: PartitionDevice._setFormat: vdd3 ; >08:52:52,721 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 274 >08:52:52,727 DEBUG storage.ui: PartitionDevice._setFormat: vdd3 ; current: mdmember ; type: None ; >08:52:52,727 INFO storage.ui: registered action: [273] destroy format mdmember on partition vdd3 (id 85) >08:52:52,730 INFO storage.ui: removed partition vdd3 (id 85) from device tree >08:52:52,735 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vdd ; >08:52:52,735 INFO storage.ui: registered action: [275] destroy device partition vdd3 (id 85) >08:52:52,737 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 277 >08:52:52,740 DEBUG storage.ui: MDRaidArrayDevice._setFormat: swap_0 ; current: swap ; type: None ; >08:52:52,741 INFO storage.ui: registered action: [276] destroy format swap on mdarray swap_0 (id 18) >08:52:52,742 INFO storage.ui: removed mdarray swap_0 (id 18) from device tree >08:52:52,746 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: vda2 ; >08:52:52,749 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: vdb2 ; >08:52:52,752 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: vdc2 ; >08:52:52,756 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: vdd2 ; >08:52:52,756 INFO storage.ui: registered action: [278] destroy device mdarray swap_0 (id 18) >08:52:52,761 DEBUG storage.ui: PartitionDevice._setFormat: vda2 ; >08:52:52,762 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 280 >08:52:52,767 DEBUG storage.ui: PartitionDevice._setFormat: vda2 ; current: mdmember ; type: None ; >08:52:52,767 INFO storage.ui: registered action: [279] destroy format mdmember on partition vda2 (id 14) >08:52:52,770 INFO storage.ui: removed partition vda2 (id 14) from device tree >08:52:52,775 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >08:52:52,775 INFO storage.ui: registered action: [281] destroy device partition vda2 (id 14) >08:52:52,777 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 283 >08:52:52,782 DEBUG storage.ui: DiskDevice._setFormat: vda ; current: disklabel ; type: None ; >08:52:52,782 INFO storage.ui: registered action: [282] destroy format msdos disklabel on disk vda (id 1) >08:52:52,783 DEBUG storage.ui: required disklabel type for vda (15) is None >08:52:52,783 DEBUG storage.ui: default disklabel type for vda is msdos >08:52:52,784 DEBUG storage.ui: selecting msdos disklabel for vda based on size >08:52:52,788 DEBUG storage.ui: DiskLabel.__init__: device: /dev/vda ; labelType: msdos ; >08:52:52,794 DEBUG storage.ui: DiskLabel.freshPartedDisk: device: /dev/vda ; labelType: msdos ; >08:52:52,795 DEBUG storage.ui: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7ff4d816ed90> > PedDisk: <_ped.Disk object at 0x7ff4d814b950> >08:52:52,797 DEBUG storage.ui: getFormat('disklabel') returning DiskLabel instance with object id 284 >08:52:52,802 DEBUG storage.ui: DiskDevice._setFormat: vda ; current: None ; type: disklabel ; >08:52:52,802 INFO storage.ui: registered action: [285] create format msdos disklabel on disk vda (id 1) >08:52:52,808 DEBUG storage.ui: PartitionDevice._setFormat: vdb2 ; >08:52:52,808 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 287 >08:52:52,813 DEBUG storage.ui: PartitionDevice._setFormat: vdb2 ; current: mdmember ; type: None ; >08:52:52,813 INFO storage.ui: registered action: [286] destroy format mdmember on partition vdb2 (id 40) >08:52:52,816 INFO storage.ui: removed partition vdb2 (id 40) from device tree >08:52:52,821 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >08:52:52,821 INFO storage.ui: registered action: [288] destroy device partition vdb2 (id 40) >08:52:52,823 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 290 >08:52:52,827 DEBUG storage.ui: DiskDevice._setFormat: vdb ; current: disklabel ; type: None ; >08:52:52,828 INFO storage.ui: registered action: [289] destroy format msdos disklabel on disk vdb (id 30) >08:52:52,829 DEBUG storage.ui: required disklabel type for vdb (15) is None >08:52:52,829 DEBUG storage.ui: default disklabel type for vdb is msdos >08:52:52,830 DEBUG storage.ui: selecting msdos disklabel for vdb based on size >08:52:52,834 DEBUG storage.ui: DiskLabel.__init__: device: /dev/vdb ; labelType: msdos ; >08:52:52,839 DEBUG storage.ui: DiskLabel.freshPartedDisk: device: /dev/vdb ; labelType: msdos ; >08:52:52,840 DEBUG storage.ui: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7ff4d8170290> > PedDisk: <_ped.Disk object at 0x7ff4d815fc20> >08:52:52,843 DEBUG storage.ui: getFormat('disklabel') returning DiskLabel instance with object id 291 >08:52:52,847 DEBUG storage.ui: DiskDevice._setFormat: vdb ; current: None ; type: disklabel ; >08:52:52,848 INFO storage.ui: registered action: [292] create format msdos disklabel on disk vdb (id 30) >08:52:52,853 DEBUG storage.ui: PartitionDevice._setFormat: vdc2 ; >08:52:52,854 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 294 >08:52:52,858 DEBUG storage.ui: PartitionDevice._setFormat: vdc2 ; current: mdmember ; type: None ; >08:52:52,859 INFO storage.ui: registered action: [293] destroy format mdmember on partition vdc2 (id 60) >08:52:52,861 INFO storage.ui: removed partition vdc2 (id 60) from device tree >08:52:52,866 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdc ; >08:52:52,867 INFO storage.ui: registered action: [295] destroy device partition vdc2 (id 60) >08:52:52,868 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 297 >08:52:52,873 DEBUG storage.ui: DiskDevice._setFormat: vdc ; current: disklabel ; type: None ; >08:52:52,873 INFO storage.ui: registered action: [296] destroy format msdos disklabel on disk vdc (id 50) >08:52:52,874 DEBUG storage.ui: required disklabel type for vdc (15) is None >08:52:52,875 DEBUG storage.ui: default disklabel type for vdc is msdos >08:52:52,875 DEBUG storage.ui: selecting msdos disklabel for vdc based on size >08:52:52,880 DEBUG storage.ui: DiskLabel.__init__: device: /dev/vdc ; labelType: msdos ; >08:52:52,886 DEBUG storage.ui: DiskLabel.freshPartedDisk: device: /dev/vdc ; labelType: msdos ; >08:52:52,887 DEBUG storage.ui: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7ff4d8181a10> > PedDisk: <_ped.Disk object at 0x7ff4d815d098> >08:52:52,889 DEBUG storage.ui: getFormat('disklabel') returning DiskLabel instance with object id 298 >08:52:52,894 DEBUG storage.ui: DiskDevice._setFormat: vdc ; current: None ; type: disklabel ; >08:52:52,894 INFO storage.ui: registered action: [299] create format msdos disklabel on disk vdc (id 50) >08:52:52,899 DEBUG storage.ui: PartitionDevice._setFormat: vdd2 ; >08:52:52,899 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 301 >08:52:52,906 DEBUG storage.ui: PartitionDevice._setFormat: vdd2 ; current: mdmember ; type: None ; >08:52:52,915 INFO storage.ui: registered action: [300] destroy format mdmember on partition vdd2 (id 80) >08:52:52,917 INFO storage.ui: removed partition vdd2 (id 80) from device tree >08:52:52,922 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdd ; >08:52:52,922 INFO storage.ui: registered action: [302] destroy device partition vdd2 (id 80) >08:52:52,924 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 304 >08:52:52,929 DEBUG storage.ui: DiskDevice._setFormat: vdd ; current: disklabel ; type: None ; >08:52:52,929 INFO storage.ui: registered action: [303] destroy format msdos disklabel on disk vdd (id 70) >08:52:52,930 DEBUG storage.ui: required disklabel type for vdd (15) is None >08:52:52,931 DEBUG storage.ui: default disklabel type for vdd is msdos >08:52:52,931 DEBUG storage.ui: selecting msdos disklabel for vdd based on size >08:52:52,936 DEBUG storage.ui: DiskLabel.__init__: device: /dev/vdd ; labelType: msdos ; >08:52:52,941 DEBUG storage.ui: DiskLabel.freshPartedDisk: device: /dev/vdd ; labelType: msdos ; >08:52:52,942 DEBUG storage.ui: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7ff4d816e910> > PedDisk: <_ped.Disk object at 0x7ff4d8145f80> >08:52:52,944 DEBUG storage.ui: getFormat('disklabel') returning DiskLabel instance with object id 305 >08:52:52,949 DEBUG storage.ui: DiskDevice._setFormat: vdd ; current: None ; type: disklabel ; >08:52:52,949 INFO storage.ui: registered action: [306] create format msdos disklabel on disk vdd (id 70) >08:52:56,022 DEBUG storage.ui: doAutoPart: True >08:52:56,023 DEBUG storage.ui: encryptedAutoPart: False >08:52:56,023 DEBUG storage.ui: autoPartType: 0 >08:52:56,024 DEBUG storage.ui: clearPartType: 2 >08:52:56,024 DEBUG storage.ui: clearPartDisks: ['vda', 'vdb', 'vdc', 'vdd'] >08:52:56,104 DEBUG storage.ui: autoPartitionRequests: >PartSpec instance (0x7ff4d7e38390) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 MiB maxSize = 50 GiB grow = True >PartSpec instance (0x7ff4d7e383d0) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 MiB maxSize = None grow = True >PartSpec instance (0x7ff4d7e38410) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 MiB maxSize = None grow = False >PartSpec instance (0x7ff4d7e38450) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1024 KiB maxSize = None grow = False >PartSpec instance (0x7ff4d7e38490) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 3968 MiB maxSize = None grow = False > >08:52:56,105 DEBUG storage.ui: storage.disks: ['vda', 'vdb', 'vdc', 'vdd'] >08:52:56,107 DEBUG storage.ui: storage.partitioned: ['vda', 'vdb', 'vdc', 'vdd'] >08:52:56,107 DEBUG storage.ui: all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/tmp/curl_fetch_url0/my_comps_squashfs.img (deleted)', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'vda', 'vdb', 'vdc', 'vdd'] >08:52:56,113 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:56,132 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:56,133 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:56,133 DEBUG storage.ui: boot disk: vda >08:52:56,139 DEBUG storage.ui: candidate disks: [DiskDevice instance (0x7ff4d51a4c90) -- > name = vda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 10 GiB > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4e0baa830> > target size = 0 B path = /dev/vda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7ff4d51a4c10>, DiskDevice instance (0x7ff4d7e79bd0) -- > name = vdb status = True kids = 0 id = 30 > parents = [] > uuid = None size = 10 GiB > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:08.0/virtio3/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4ec6b89e0> > target size = 0 B path = /dev/vdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7ff4d7e79c90>, DiskDevice instance (0x7ff4d7e8f790) -- > name = vdc status = True kids = 0 id = 50 > parents = [] > uuid = None size = 10 GiB > format = non-existent msdos disklabel > major = 252 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdc partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdc type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4ec6b8950> > target size = 0 B path = /dev/vdc > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7ff4d7e8f810>, DiskDevice instance (0x7ff4d7e92390) -- > name = vdd status = True kids = 0 id = 70 > parents = [] > uuid = None size = 10 GiB > format = non-existent msdos disklabel > major = 252 minor = 48 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0b.0/virtio6/block/vdd partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdd type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7ff4e0d29290> > target size = 0 B path = /dev/vdd > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7ff4d7e92410>] >08:52:56,325 DEBUG storage.ui: devs: [] >08:52:56,337 DEBUG storage.ui: Ext4FS.supported: supported: True ; >08:52:56,338 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance with object id 307 >08:52:56,342 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >08:52:56,347 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >08:52:56,351 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdc ; >08:52:56,356 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdd ; >08:52:56,360 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; >08:52:56,364 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; current: None ; type: ext4 ; >08:52:56,369 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >08:52:56,373 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdc ; >08:52:56,374 INFO storage.ui: added partition req0 (id 308) to device tree >08:52:56,374 INFO storage.ui: registered action: [310] create device partition req0 (id 308) >08:52:56,375 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 312 >08:52:56,379 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; >08:52:56,384 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; current: ext4 ; type: ext4 ; >08:52:56,384 INFO storage.ui: registered action: [311] create format ext4 filesystem mounted at / on partition req0 (id 308) >08:52:56,389 DEBUG storage.ui: Ext4FS.supported: supported: True ; >08:52:56,389 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance with object id 313 >08:52:56,394 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >08:52:56,399 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vdb ; >08:52:56,403 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdc ; >08:52:56,409 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vdd ; >08:52:56,413 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; >08:52:56,417 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; current: None ; type: ext4 ; >08:52:56,422 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >08:52:56,426 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdc ; >08:52:56,427 INFO storage.ui: added partition req1 (id 314) to device tree >08:52:56,427 INFO storage.ui: registered action: [316] create device partition req1 (id 314) >08:52:56,428 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 318 >08:52:56,432 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; >08:52:56,436 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; current: ext4 ; type: ext4 ; >08:52:56,437 INFO storage.ui: registered action: [317] create format ext4 filesystem mounted at /boot on partition req1 (id 314) >08:52:56,438 INFO storage.ui: skipping unneeded stage1 biosboot request >08:52:56,438 DEBUG storage.ui: PartSpec instance (0x7ff4d7e38450) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1024 KiB maxSize = None grow = False > >08:52:56,474 DEBUG storage.ui: existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:56,514 DEBUG storage.ui: SwapSpace.__init__: mountpoint: None ; >08:52:56,514 DEBUG storage.ui: getFormat('swap') returning SwapSpace instance with object id 319 >08:52:56,519 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >08:52:56,523 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: vdb ; >08:52:56,528 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdc ; >08:52:56,533 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: vdd ; >08:52:56,537 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; >08:52:56,541 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; current: None ; type: swap ; >08:52:56,546 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >08:52:56,550 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdc ; >08:52:56,551 INFO storage.ui: added partition req2 (id 320) to device tree >08:52:56,551 INFO storage.ui: registered action: [322] create device partition req2 (id 320) >08:52:56,552 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 324 >08:52:56,557 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; >08:52:56,561 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; current: swap ; type: swap ; >08:52:56,561 INFO storage.ui: registered action: [323] create format swap on partition req2 (id 320) >08:52:56,566 DEBUG storage.ui: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >08:52:56,570 DEBUG storage.ui: DiskDevice.setup: vdb ; status: True ; controllable: True ; orig: False ; >08:52:56,573 DEBUG storage.ui: DiskDevice.setup: vdc ; status: True ; controllable: True ; orig: False ; >08:52:56,576 DEBUG storage.ui: DiskDevice.setup: vdd ; status: True ; controllable: True ; orig: False ; >08:52:56,579 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 308)', 'req1(id 314)', 'req2(id 320)'] from disk(s) ['vda', 'vdb', 'vdc', 'vdd'] >08:52:56,581 DEBUG storage.ui: allocatePartitions: disks=['vda', 'vdb', 'vdc', 'vdd'] ; partitions=['req0(id 308)', 'req1(id 314)', 'req2(id 320)'] >08:52:56,582 DEBUG storage.ui: removing all non-preexisting partitions ['req1(id 314)', 'req2(id 320)', 'req0(id 308)'] from disk(s) ['vda', 'vdb', 'vdc', 'vdd'] >08:52:56,586 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:56,602 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:56,603 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:56,607 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:56,623 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:56,623 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:56,627 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:56,643 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:56,644 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:56,647 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:56,663 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:56,664 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:56,668 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:56,677 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:56,677 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:56,681 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:56,690 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:56,690 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:56,693 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:56,701 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:56,702 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:56,704 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:56,713 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:56,713 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:56,714 DEBUG storage.ui: allocating partition: req1 ; id: 314 ; disks: ['vda', 'vdb', 'vdc', 'vdd'] ; >boot: True ; primary: False ; size: 500 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None >08:52:56,734 DEBUG storage.ui: checking freespace on vda >08:52:56,735 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=500 MiB boot=True best=None grow=False start=None >08:52:56,755 DEBUG storage.ui: checking 63-20971519 (10239.97 MiB) >08:52:56,775 DEBUG storage.ui: current free range is 63-20971519 (10239.97 MiB) >08:52:56,795 DEBUG storage.ui: updating use_disk to vda, type: 0 >08:52:56,796 DEBUG storage.ui: new free: 63-20971519 / 10239.97 MiB >08:52:56,816 DEBUG storage.ui: new free allows for 0 sectors of growth >08:52:56,816 DEBUG storage.ui: found free space for bootable request >08:52:56,817 DEBUG storage.ui: adjusted start sector from 63 to 2048 >08:52:56,818 DEBUG storage.ui: created partition vda1 of 500 MiB and added it to /dev/vda >08:52:56,840 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >08:52:56,840 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4d816ed10> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4d80da4d0> PedPartition: <_ped.Partition object at 0x7ff4d80e1ef0> >08:52:56,844 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: vdb ; >08:52:56,846 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: vdb ; >08:52:56,849 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >08:52:56,852 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >08:52:56,852 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4d816ed10> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4d80da450> PedPartition: <_ped.Partition object at 0x7ff4d80e1e90> >08:52:56,856 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:56,865 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:56,866 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:56,868 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:56,877 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:56,877 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:56,880 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:56,889 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:56,889 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:56,891 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:56,901 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:56,901 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:56,903 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:56,912 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:56,913 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:56,915 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:56,924 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:56,924 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:56,927 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:56,939 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:56,939 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:56,942 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:56,952 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:56,953 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:56,953 DEBUG storage.ui: allocating partition: req2 ; id: 320 ; disks: ['vda', 'vdb', 'vdc', 'vdd'] ; >boot: False ; primary: False ; size: 3968 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None >08:52:56,974 DEBUG storage.ui: checking freespace on vda >08:52:56,975 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=3968 MiB boot=False best=None grow=False start=None >08:52:56,995 DEBUG storage.ui: checking 63-2047 (992.5 KiB) >08:52:57,015 DEBUG storage.ui: current free range is 63-2047 (992.5 KiB) >08:52:57,034 DEBUG storage.ui: checking 1026048-20971519 (9739 MiB) >08:52:57,053 DEBUG storage.ui: current free range is 1026048-20971519 (9739 MiB) >08:52:57,079 DEBUG storage.ui: updating use_disk to vda, type: 0 >08:52:57,080 DEBUG storage.ui: new free: 1026048-20971519 / 9739 MiB >08:52:57,100 DEBUG storage.ui: new free allows for 0 sectors of growth >08:52:57,101 DEBUG storage.ui: checking freespace on vdb >08:52:57,102 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdb part_type=0 req_size=3968 MiB boot=False best=parted.Geometry instance -- > start: 1026048 end: 20971519 length: 19945472 > device: <parted.device.Device object at 0x7ff4d80da8d0> PedGeometry: <_ped.Geometry object at 0x7ff4d80da490> grow=False start=None >08:52:57,120 DEBUG storage.ui: checking 63-20971519 (10239.97 MiB) >08:52:57,138 DEBUG storage.ui: current free range is 63-20971519 (10239.97 MiB) >08:52:57,156 DEBUG storage.ui: not enough free space for primary -- trying logical >08:52:57,156 DEBUG storage.ui: checking freespace on vdc >08:52:57,157 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdc part_type=0 req_size=3968 MiB boot=False best=parted.Geometry instance -- > start: 1026048 end: 20971519 length: 19945472 > device: <parted.device.Device object at 0x7ff4d80da8d0> PedGeometry: <_ped.Geometry object at 0x7ff4d80da490> grow=False start=None >08:52:57,175 DEBUG storage.ui: checking 63-20971519 (10239.97 MiB) >08:52:57,202 DEBUG storage.ui: current free range is 63-20971519 (10239.97 MiB) >08:52:57,219 DEBUG storage.ui: not enough free space for primary -- trying logical >08:52:57,220 DEBUG storage.ui: checking freespace on vdd >08:52:57,220 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdd part_type=0 req_size=3968 MiB boot=False best=parted.Geometry instance -- > start: 1026048 end: 20971519 length: 19945472 > device: <parted.device.Device object at 0x7ff4d80da8d0> PedGeometry: <_ped.Geometry object at 0x7ff4d80da490> grow=False start=None >08:52:57,240 DEBUG storage.ui: checking 63-20971519 (10239.97 MiB) >08:52:57,260 DEBUG storage.ui: current free range is 63-20971519 (10239.97 MiB) >08:52:57,278 DEBUG storage.ui: not enough free space for primary -- trying logical >08:52:57,279 DEBUG storage.ui: created partition vda2 of 3968 MiB and added it to /dev/vda >08:52:57,298 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >08:52:57,298 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4d816ed10> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4d80dd650> PedPartition: <_ped.Partition object at 0x7ff4d80d1050> >08:52:57,301 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: vdb ; >08:52:57,304 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vdb ; >08:52:57,306 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >08:52:57,309 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >08:52:57,309 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4d816ed10> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4d80dd710> PedPartition: <_ped.Partition object at 0x7ff4d80d1290> >08:52:57,313 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:57,321 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:57,321 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:57,323 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:57,331 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:57,331 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:57,333 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:57,342 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:57,342 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:57,344 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:57,352 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:57,352 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:57,354 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:57,362 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:57,363 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:57,365 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:57,373 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:57,373 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:57,375 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:57,383 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:57,383 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:57,385 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:57,392 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:57,393 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:57,393 DEBUG storage.ui: allocating partition: req0 ; id: 308 ; disks: ['vda', 'vdb', 'vdc', 'vdd'] ; >boot: False ; primary: False ; size: 1024 MiB ; grow: True ; max_size: 50 GiB ; start: None ; end: None >08:52:57,424 DEBUG storage.ui: checking freespace on vda >08:52:57,425 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=1024 MiB boot=False best=None grow=True start=None >08:52:57,441 DEBUG storage.ui: checking 63-2047 (992.5 KiB) >08:52:57,458 DEBUG storage.ui: current free range is 63-2047 (992.5 KiB) >08:52:57,476 DEBUG storage.ui: checking 9152512-20971519 (5771 MiB) >08:52:57,495 DEBUG storage.ui: current free range is 9152512-20971519 (5771 MiB) >08:52:57,512 DEBUG storage.ui: evaluating growth potential for new layout >08:52:57,513 DEBUG storage.ui: calculating growth for disk /dev/vdc >08:52:57,513 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vdc start = 63 end = 20971519 >sectorSize = 512 B > >08:52:57,514 DEBUG storage.ui: disk /dev/vdc growth: 0 (0 B) >08:52:57,515 DEBUG storage.ui: calculating growth for disk /dev/vdb >08:52:57,515 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vdb start = 63 end = 20971519 >sectorSize = 512 B > >08:52:57,516 DEBUG storage.ui: disk /dev/vdb growth: 0 (0 B) >08:52:57,517 DEBUG storage.ui: calculating growth for disk /dev/vda >08:52:57,519 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >08:52:57,520 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4d816ed10> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4d80dd990> PedPartition: <_ped.Partition object at 0x7ff4d80d1230> >08:52:57,523 DEBUG storage.ui: PartitionDevice._setDisk: vda3 ; new: vda ; old: vdb ; >08:52:57,526 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >08:52:57,528 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: vda ; >08:52:57,528 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 B > >08:52:57,529 DEBUG storage.ui: disk /dev/vda growth: 0 (0 B) >08:52:57,530 DEBUG storage.ui: calculating growth for disk /dev/vdd >08:52:57,531 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vdd start = 63 end = 20971519 >sectorSize = 512 B > >08:52:57,532 DEBUG storage.ui: disk /dev/vdd growth: 0 (0 B) >08:52:57,535 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda3 ; >08:52:57,535 DEBUG storage.ui: device vda3 new partedPartition None >08:52:57,537 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: vdd ; >08:52:57,540 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: vdd ; >08:52:57,540 DEBUG storage.ui: total growth: 0 sectors >08:52:57,540 DEBUG storage.ui: updating use_disk to vda, type: 0 >08:52:57,541 DEBUG storage.ui: new free: 9152512-20971519 / 5771 MiB >08:52:57,557 DEBUG storage.ui: new free allows for 0 sectors of growth >08:52:57,557 DEBUG storage.ui: checking freespace on vdb >08:52:57,557 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdb part_type=0 req_size=1024 MiB boot=False best=None grow=True start=None >08:52:57,572 DEBUG storage.ui: checking 63-20971519 (10239.97 MiB) >08:52:57,586 DEBUG storage.ui: current free range is 63-20971519 (10239.97 MiB) >08:52:57,601 DEBUG storage.ui: evaluating growth potential for new layout >08:52:57,601 DEBUG storage.ui: calculating growth for disk /dev/vdc >08:52:57,602 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vdc start = 63 end = 20971519 >sectorSize = 512 B > >08:52:57,603 DEBUG storage.ui: disk /dev/vdc growth: 0 (0 B) >08:52:57,604 DEBUG storage.ui: calculating growth for disk /dev/vdb >08:52:57,604 DEBUG storage.ui: adjusted start sector from 63 to 2048 >08:52:57,606 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >08:52:57,607 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4d8170210> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4d80dde10> PedPartition: <_ped.Partition object at 0x7ff4d80d1350> >08:52:57,610 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: vda ; >08:52:57,612 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: vda ; >08:52:57,614 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >08:52:57,615 DEBUG storage.ui: adding request 308 to chunk 20971457 (63-20971519) on /dev/vdb >08:52:57,615 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vdb start = 63 end = 20971519 >sectorSize = 512 B > >08:52:57,616 DEBUG storage.ui: req: PartitionRequest instance -- >id = 308 name = vdb1 growable = True >base = 2097152 growth = 0 max_grow = 102760448 >done = False >08:52:57,616 DEBUG storage.ui: 1 requests and 18874305 (9215.97 MiB) left in chunk >08:52:57,631 DEBUG storage.ui: adding 18874305 (9215.97 MiB) to 308 (vdb1) >08:52:57,645 DEBUG storage.ui: new grow amount for request 308 (vdb1) is 18874305 units, or 9215.97 MiB >08:52:57,656 DEBUG storage.ui: request 308 (vdb1) growth: 18874305 (9215.97 MiB) size: 10239.97 MiB >08:52:57,679 DEBUG storage.ui: disk /dev/vdb growth: 18874305 (9215.97 MiB) >08:52:57,691 DEBUG storage.ui: calculating growth for disk /dev/vda >08:52:57,692 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 B > >08:52:57,692 DEBUG storage.ui: disk /dev/vda growth: 0 (0 B) >08:52:57,693 DEBUG storage.ui: calculating growth for disk /dev/vdd >08:52:57,694 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vdd start = 63 end = 20971519 >sectorSize = 512 B > >08:52:57,694 DEBUG storage.ui: disk /dev/vdd growth: 0 (0 B) >08:52:57,696 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >08:52:57,696 DEBUG storage.ui: device vdb1 new partedPartition None >08:52:57,698 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: vdb ; >08:52:57,699 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >08:52:57,700 DEBUG storage.ui: total growth: 18874305 sectors >08:52:57,700 DEBUG storage.ui: updating use_disk to vdb, type: 0 >08:52:57,700 DEBUG storage.ui: new free: 63-20971519 / 10239.97 MiB >08:52:57,712 DEBUG storage.ui: new free allows for 18874305 sectors of growth >08:52:57,712 DEBUG storage.ui: checking freespace on vdc >08:52:57,713 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdc part_type=0 req_size=1024 MiB boot=False best=None grow=True start=None >08:52:57,725 DEBUG storage.ui: checking 63-20971519 (10239.97 MiB) >08:52:57,737 DEBUG storage.ui: current free range is 63-20971519 (10239.97 MiB) >08:52:57,749 DEBUG storage.ui: evaluating growth potential for new layout >08:52:57,749 DEBUG storage.ui: calculating growth for disk /dev/vdc >08:52:57,750 DEBUG storage.ui: adjusted start sector from 63 to 2048 >08:52:57,752 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >08:52:57,752 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4d8181c90> fileSystem: None > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4d80c91d0> PedPartition: <_ped.Partition object at 0x7ff4d80d1470> >08:52:57,754 DEBUG storage.ui: PartitionDevice._setDisk: vdc1 ; new: vdc ; old: None ; >08:52:57,756 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdc ; >08:52:57,757 DEBUG storage.ui: adding request 308 to chunk 20971457 (63-20971519) on /dev/vdc >08:52:57,757 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vdc start = 63 end = 20971519 >sectorSize = 512 B > >08:52:57,758 DEBUG storage.ui: req: PartitionRequest instance -- >id = 308 name = vdc1 growable = True >base = 2097152 growth = 0 max_grow = 102760448 >done = False >08:52:57,758 DEBUG storage.ui: 1 requests and 18874305 (9215.97 MiB) left in chunk >08:52:57,770 DEBUG storage.ui: adding 18874305 (9215.97 MiB) to 308 (vdc1) >08:52:57,782 DEBUG storage.ui: new grow amount for request 308 (vdc1) is 18874305 units, or 9215.97 MiB >08:52:57,794 DEBUG storage.ui: request 308 (vdc1) growth: 18874305 (9215.97 MiB) size: 10239.97 MiB >08:52:57,817 DEBUG storage.ui: disk /dev/vdc growth: 18874305 (9215.97 MiB) >08:52:57,829 DEBUG storage.ui: calculating growth for disk /dev/vdb >08:52:57,830 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vdb start = 63 end = 20971519 >sectorSize = 512 B > >08:52:57,830 DEBUG storage.ui: disk /dev/vdb growth: 0 (0 B) >08:52:57,831 DEBUG storage.ui: calculating growth for disk /dev/vda >08:52:57,831 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 B > >08:52:57,832 DEBUG storage.ui: disk /dev/vda growth: 0 (0 B) >08:52:57,833 DEBUG storage.ui: calculating growth for disk /dev/vdd >08:52:57,833 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vdd start = 63 end = 20971519 >sectorSize = 512 B > >08:52:57,834 DEBUG storage.ui: disk /dev/vdd growth: 0 (0 B) >08:52:57,836 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdc1 ; >08:52:57,836 DEBUG storage.ui: device vdc1 new partedPartition None >08:52:57,838 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: vdc ; >08:52:57,839 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdc ; >08:52:57,840 DEBUG storage.ui: total growth: 18874305 sectors >08:52:57,840 DEBUG storage.ui: keeping old free: 18874305 <= 18874305 >08:52:57,840 DEBUG storage.ui: checking freespace on vdd >08:52:57,841 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdd part_type=0 req_size=1024 MiB boot=False best=None grow=True start=None >08:52:57,853 DEBUG storage.ui: checking 63-20971519 (10239.97 MiB) >08:52:57,865 DEBUG storage.ui: current free range is 63-20971519 (10239.97 MiB) >08:52:57,876 DEBUG storage.ui: evaluating growth potential for new layout >08:52:57,877 DEBUG storage.ui: calculating growth for disk /dev/vdc >08:52:57,877 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vdc start = 63 end = 20971519 >sectorSize = 512 B > >08:52:57,878 DEBUG storage.ui: disk /dev/vdc growth: 0 (0 B) >08:52:57,879 DEBUG storage.ui: calculating growth for disk /dev/vdb >08:52:57,879 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vdb start = 63 end = 20971519 >sectorSize = 512 B > >08:52:57,880 DEBUG storage.ui: disk /dev/vdb growth: 0 (0 B) >08:52:57,880 DEBUG storage.ui: calculating growth for disk /dev/vda >08:52:57,881 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 B > >08:52:57,881 DEBUG storage.ui: disk /dev/vda growth: 0 (0 B) >08:52:57,882 DEBUG storage.ui: calculating growth for disk /dev/vdd >08:52:57,883 DEBUG storage.ui: adjusted start sector from 63 to 2048 >08:52:57,884 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >08:52:57,885 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4d816e750> fileSystem: None > number: 1 path: /dev/vdd1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4d80c94d0> PedPartition: <_ped.Partition object at 0x7ff4d80d13b0> >08:52:57,887 DEBUG storage.ui: PartitionDevice._setDisk: vdd1 ; new: vdd ; old: None ; >08:52:57,889 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: vdd ; >08:52:57,889 DEBUG storage.ui: adding request 308 to chunk 20971457 (63-20971519) on /dev/vdd >08:52:57,890 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vdd start = 63 end = 20971519 >sectorSize = 512 B > >08:52:57,891 DEBUG storage.ui: req: PartitionRequest instance -- >id = 308 name = vdd1 growable = True >base = 2097152 growth = 0 max_grow = 102760448 >done = False >08:52:57,891 DEBUG storage.ui: 1 requests and 18874305 (9215.97 MiB) left in chunk >08:52:57,903 DEBUG storage.ui: adding 18874305 (9215.97 MiB) to 308 (vdd1) >08:52:57,916 DEBUG storage.ui: new grow amount for request 308 (vdd1) is 18874305 units, or 9215.97 MiB >08:52:57,927 DEBUG storage.ui: request 308 (vdd1) growth: 18874305 (9215.97 MiB) size: 10239.97 MiB >08:52:57,951 DEBUG storage.ui: disk /dev/vdd growth: 18874305 (9215.97 MiB) >08:52:57,964 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdd1 ; >08:52:57,964 DEBUG storage.ui: device vdd1 new partedPartition None >08:52:57,965 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: vdd ; >08:52:57,967 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: vdd ; >08:52:57,967 DEBUG storage.ui: total growth: 18874305 sectors >08:52:57,968 DEBUG storage.ui: keeping old free: 18874305 <= 18874305 >08:52:57,968 DEBUG storage.ui: adjusted start sector from 63 to 2048 >08:52:57,969 DEBUG storage.ui: created partition vdb1 of 1024 MiB and added it to /dev/vdb >08:52:57,982 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >08:52:57,982 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4d8170210> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4d80dded0> PedPartition: <_ped.Partition object at 0x7ff4d80d1470> >08:52:57,985 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >08:52:57,986 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >08:52:57,988 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >08:52:57,989 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4d8170210> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4d80da4d0> PedPartition: <_ped.Partition object at 0x7ff4d80e1ef0> >08:52:57,990 DEBUG storage.ui: growPartitions: disks=['vda', 'vdb', 'vdc', 'vdd'], partitions=['vdb1(id 308)', 'vda1(id 314)', 'vda2(id 320)'] >08:52:57,990 DEBUG storage.ui: growable partitions are ['vdb1'] >08:52:57,991 DEBUG storage.ui: disk vda has 1 chunks >08:52:57,991 DEBUG storage.ui: adding request 308 to chunk 20971457 (63-20971519) on /dev/vdb >08:52:57,992 DEBUG storage.ui: disk vdb has 1 chunks >08:52:57,992 DEBUG storage.ui: disk vdc has 1 chunks >08:52:57,993 DEBUG storage.ui: disk vdd has 1 chunks >08:52:57,993 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vdb start = 63 end = 20971519 >sectorSize = 512 B > >08:52:57,994 DEBUG storage.ui: req: PartitionRequest instance -- >id = 308 name = vdb1 growable = True >base = 2097152 growth = 0 max_grow = 102760448 >done = False >08:52:57,994 DEBUG storage.ui: 1 requests and 18874305 (9215.97 MiB) left in chunk >08:52:58,007 DEBUG storage.ui: adding 18874305 (9215.97 MiB) to 308 (vdb1) >08:52:58,019 DEBUG storage.ui: new grow amount for request 308 (vdb1) is 18874305 units, or 9215.97 MiB >08:52:58,031 DEBUG storage.ui: growing partitions on vda >08:52:58,031 DEBUG storage.ui: growing partitions on vdb >08:52:58,032 DEBUG storage.ui: partition vdb1 (308): 0 >08:52:58,032 DEBUG storage.ui: new geometry for vdb1: parted.Geometry instance -- > start: 2048 end: 20971519 length: 20969472 > device: <parted.device.Device object at 0x7ff4d816e150> PedGeometry: <_ped.Geometry object at 0x7ff4d80ddc10> >08:52:58,033 DEBUG storage.ui: removing all non-preexisting partitions ['vdb1(id 308)'] from disk(s) ['vdb'] >08:52:58,034 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >08:52:58,034 DEBUG storage.ui: device vdb1 new partedPartition None >08:52:58,036 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: vdb ; >08:52:58,038 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >08:52:58,038 DEBUG storage.ui: back from removeNewPartitions >08:52:58,038 DEBUG storage.ui: extended: None >08:52:58,039 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 2048 end: 20971519 length: 20969472 > device: <parted.device.Device object at 0x7ff4d816e150> PedGeometry: <_ped.Geometry object at 0x7ff4d80ddc10> >08:52:58,040 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >08:52:58,041 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4d8170210> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4d80c9450> PedPartition: <_ped.Partition object at 0x7ff4d80d12f0> >08:52:58,044 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >08:52:58,046 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >08:52:58,048 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >08:52:58,048 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7ff4d8170210> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff4d80c92d0> PedPartition: <_ped.Partition object at 0x7ff4d80d1590> >08:52:58,050 DEBUG storage.ui: growing partitions on vdc >08:52:58,050 DEBUG storage.ui: growing partitions on vdd >08:52:58,050 DEBUG storage.ui: fixing size of non-existent 500 MiB partition vda1 (314) with non-existent ext4 filesystem mounted at /boot >08:52:58,068 DEBUG storage.ui: fixing size of non-existent 3968 MiB partition vda2 (320) with non-existent swap >08:52:58,087 DEBUG storage.ui: fixing size of non-existent 10239 MiB partition vdb1 (308) with non-existent ext4 filesystem mounted at / >08:52:58,250 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:58,265 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:58,266 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:58,269 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >08:52:58,284 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 10 GiB disk vda (1) with non-existent msdos disklabel >08:52:58,284 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >08:52:59,975 DEBUG storage.ui: existing RAID raid1 size == 512.94 MiB >08:53:00,043 DEBUG storage.ui: existing RAID raid10 size == 9476 MiB >08:53:00,095 DEBUG storage.ui: existing RAID raid0 size == 1024 MiB > > >/tmp/ifcfg.log: >12:47:32,813 DEBUG ifcfg: content of files (network initialization): >12:47:32,814 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-ens3: >12:47:32,814 DEBUG ifcfg: # Generated by dracut initrd >12:47:32,815 DEBUG ifcfg: DEVICE="ens3" >12:47:32,815 DEBUG ifcfg: ONBOOT=yes >12:47:32,815 DEBUG ifcfg: NETBOOT=yes >12:47:32,816 DEBUG ifcfg: UUID="3931ee66-fa42-40c0-87ac-48db16034a93" >12:47:32,816 DEBUG ifcfg: BOOTPROTO=dhcp >12:47:32,817 DEBUG ifcfg: HWADDR="52:54:00:00:61:9e" >12:47:32,817 DEBUG ifcfg: TYPE=Ethernet >12:47:32,817 DEBUG ifcfg: NAME="ens3" >12:47:32,919 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [82, 84, 0, 0, 97, 158]}, 'connection': {'interface-name': 'ens3', 'type': '802-3-ethernet', 'id': 'ens3', 'uuid': '3931ee66-fa42-40c0-87ac-48db16034a93'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'ignore'}}, {'802-3-ethernet': {'s390-options': {}, 'mac-address': [82, 84, 0, 0, 97, 158]}, 'connection': {'timestamp': 1400158022L, 'autoconnect': False, 'type': '802-3-ethernet', 'id': 'ens3', 'uuid': 'e1dc9436-191a-4c9f-bf44-957bb88bb314'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [36119050L], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}] >12:47:33,288 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-ens3 >12:47:33,292 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-ens3 >12:47:33,296 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-ens3 >12:52:12,385 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-ens3 >12:52:12,387 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-ens3 > > >/proc/cmdline: >initrd=/test/vpodzime/my_composes/initrd.img root=live:http://cobra02/trees/vp/my_comps_squashfs.img nokill repo=http://cobra02/trees/rawhide/x86_64/os/ lang=en_US.UTF-8 updates=http://cobra02/ks/vp/compose_updates.img BOOT_IMAGE=/test/vpodzime/my_composes/vmlinuz > > >/tmp/syslog: >12:46:57,197 INFO rsyslogd: [origin software="rsyslogd" swVersion="7.4.8" x-pid="1431" x-info="http://www.rsyslog.com"] start >12:46:57,198 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >12:46:57,198 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >12:46:57,198 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuacct >12:46:57,198 NOTICE kernel:[ 0.000000] Linux version 3.15.0-0.rc5.git2.3.fc21.x86_64 (mockbuild@buildvm-05.phx2.fedoraproject.org) (gcc version 4.9.0 20140506 (Red Hat 4.9.0-3) (GCC) ) #1 SMP Tue May 13 23:15:02 UTC 2014 >12:46:57,198 INFO kernel:[ 0.000000] Command line: initrd=/test/vpodzime/my_composes/initrd.img root=live:http://cobra02/trees/vp/my_comps_squashfs.img nokill repo=http://cobra02/trees/rawhide/x86_64/os/ lang=en_US.UTF-8 updates=http://cobra02/ks/vp/compose_updates.img BOOT_IMAGE=/test/vpodzime/my_composes/vmlinuz >12:46:57,198 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >12:46:57,198 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable >12:46:57,198 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved >12:46:57,198 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >12:46:57,198 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000dfffdfff] usable >12:46:57,198 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000dfffe000-0x00000000dfffffff] reserved >12:46:57,198 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved >12:46:57,198 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved >12:46:57,198 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000011fffffff] usable >12:46:57,198 INFO kernel:[ 0.000000] NX (Execute Disable) protection: active >12:46:57,198 INFO kernel:[ 0.000000] SMBIOS 2.4 present. >12:46:57,198 DEBUG kernel:[ 0.000000] DMI: Bochs Bochs, BIOS Bochs 01/01/2011 >12:46:57,198 INFO kernel:[ 0.000000] Hypervisor detected: KVM >12:46:57,198 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >12:46:57,198 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >12:46:57,198 INFO kernel:[ 0.000000] e820: last_pfn = 0x120000 max_arch_pfn = 0x400000000 >12:46:57,198 DEBUG kernel:[ 0.000000] MTRR default type: write-back >12:46:57,198 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >12:46:57,198 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >12:46:57,198 DEBUG kernel:[ 0.000000] A0000-BFFFF uncachable >12:46:57,198 DEBUG kernel:[ 0.000000] C0000-FFFFF write-protect >12:46:57,198 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >12:46:57,198 DEBUG kernel:[ 0.000000] 0 base 00E0000000 mask FFE0000000 uncachable >12:46:57,198 DEBUG kernel:[ 0.000000] 1 disabled >12:46:57,198 DEBUG kernel:[ 0.000000] 2 disabled >12:46:57,198 DEBUG kernel:[ 0.000000] 3 disabled >12:46:57,198 DEBUG kernel:[ 0.000000] 4 disabled >12:46:57,198 DEBUG kernel:[ 0.000000] 5 disabled >12:46:57,198 DEBUG kernel:[ 0.000000] 6 disabled >12:46:57,198 DEBUG kernel:[ 0.000000] 7 disabled >12:46:57,198 INFO kernel:[ 0.000000] PAT not supported by CPU. >12:46:57,198 INFO kernel:[ 0.000000] e820: last_pfn = 0xdfffe max_arch_pfn = 0x400000000 >12:46:57,198 INFO kernel:[ 0.000000] found SMP MP-table at [mem 0x000f1760-0x000f176f] mapped at [ffff8800000f1760] >12:46:57,198 DEBUG kernel:[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576 >12:46:57,198 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] >12:46:57,198 DEBUG kernel:[ 0.000000] [mem 0x00000000-0x000fffff] page 4k >12:46:57,198 DEBUG kernel:[ 0.000000] BRK [0x02035000, 0x02035fff] PGTABLE >12:46:57,198 DEBUG kernel:[ 0.000000] BRK [0x02036000, 0x02036fff] PGTABLE >12:46:57,198 DEBUG kernel:[ 0.000000] BRK [0x02037000, 0x02037fff] PGTABLE >12:46:57,198 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x11fe00000-0x11fffffff] >12:46:57,198 DEBUG kernel:[ 0.000000] [mem 0x11fe00000-0x11fffffff] page 2M >12:46:57,198 DEBUG kernel:[ 0.000000] BRK [0x02038000, 0x02038fff] PGTABLE >12:46:57,198 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x11c000000-0x11fdfffff] >12:46:57,198 DEBUG kernel:[ 0.000000] [mem 0x11c000000-0x11fdfffff] page 2M >12:46:57,198 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x100000000-0x11bffffff] >12:46:57,198 DEBUG kernel:[ 0.000000] [mem 0x100000000-0x11bffffff] page 2M >12:46:57,198 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00100000-0xdfffdfff] >12:46:57,198 DEBUG kernel:[ 0.000000] [mem 0x00100000-0x001fffff] page 4k >12:46:57,198 DEBUG kernel:[ 0.000000] [mem 0x00200000-0xdfdfffff] page 2M >12:46:57,198 DEBUG kernel:[ 0.000000] [mem 0xdfe00000-0xdfffdfff] page 4k >12:46:57,198 INFO kernel:[ 0.000000] RAMDISK: [mem 0x7dace000-0x7fffefff] >12:46:57,198 WARNING kernel:[ 0.000000] ACPI: RSDP 0x00000000000F1550 000014 (v00 BOCHS ) >12:46:57,198 WARNING kernel:[ 0.000000] ACPI: RSDT 0x00000000DFFFE370 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) >12:46:57,198 WARNING kernel:[ 0.000000] ACPI: FACP 0x00000000DFFFFF80 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) >12:46:57,198 WARNING kernel:[ 0.000000] ACPI: DSDT 0x00000000DFFFE3A0 001137 (v01 BXPC BXDSDT 00000001 INTL 20140114) >12:46:57,198 WARNING kernel:[ 0.000000] ACPI: FACS 0x00000000DFFFFF40 000040 >12:46:57,198 WARNING kernel:[ 0.000000] ACPI: SSDT 0x00000000DFFFF5E0 00095B (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001) >12:46:57,198 WARNING kernel:[ 0.000000] ACPI: APIC 0x00000000DFFFF4E0 000090 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) >12:46:57,198 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >12:46:57,198 INFO kernel:[ 0.000000] No NUMA configuration found >12:46:57,198 INFO kernel:[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000011fffffff] >12:46:57,198 INFO kernel:[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x11fffffff] >12:46:57,198 INFO kernel:[ 0.000000] NODE_DATA [mem 0x11ffe8000-0x11fffbfff] >12:46:57,198 INFO kernel:[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 >12:46:57,198 INFO kernel:[ 0.000000] kvm-clock: cpu 0, msr 1:1ffd8001, primary cpu clock >12:46:57,198 DEBUG kernel:[ 0.000000] [ffffea0000000000-ffffea00047fffff] PMD -> [ffff88011b600000-ffff88011f5fffff] on node 0 >12:46:57,198 WARNING kernel:[ 0.000000] Zone ranges: >12:46:57,198 WARNING kernel:[ 0.000000] DMA [mem 0x00001000-0x00ffffff] >12:46:57,198 WARNING kernel:[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >12:46:57,198 WARNING kernel:[ 0.000000] Normal [mem 0x100000000-0x11fffffff] >12:46:57,198 WARNING kernel:[ 0.000000] Movable zone start for each node >12:46:57,198 WARNING kernel:[ 0.000000] Early memory node ranges >12:46:57,198 WARNING kernel:[ 0.000000] node 0: [mem 0x00001000-0x0009efff] >12:46:57,198 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0xdfffdfff] >12:46:57,198 WARNING kernel:[ 0.000000] node 0: [mem 0x100000000-0x11fffffff] >12:46:57,198 DEBUG kernel:[ 0.000000] On node 0 totalpages: 1048476 >12:46:57,198 DEBUG kernel:[ 0.000000] DMA zone: 64 pages used for memmap >12:46:57,198 DEBUG kernel:[ 0.000000] DMA zone: 21 pages reserved >12:46:57,198 DEBUG kernel:[ 0.000000] DMA zone: 3998 pages, LIFO batch:0 >12:46:57,198 DEBUG kernel:[ 0.000000] DMA32 zone: 14272 pages used for memmap >12:46:57,198 DEBUG kernel:[ 0.000000] DMA32 zone: 913406 pages, LIFO batch:31 >12:46:57,198 DEBUG kernel:[ 0.000000] Normal zone: 2048 pages used for memmap >12:46:57,198 DEBUG kernel:[ 0.000000] Normal zone: 131072 pages, LIFO batch:31 >12:46:57,198 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0xb008 >12:46:57,198 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >12:46:57,198 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >12:46:57,198 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) >12:46:57,198 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) >12:46:57,198 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled) >12:46:57,198 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) >12:46:57,198 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) >12:46:57,198 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 >12:46:57,198 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >12:46:57,198 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) >12:46:57,198 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >12:46:57,198 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) >12:46:57,198 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) >12:46:57,198 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >12:46:57,198 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >12:46:57,198 DEBUG kernel:[ 0.000000] ACPI: IRQ5 used by override. >12:46:57,198 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >12:46:57,198 DEBUG kernel:[ 0.000000] ACPI: IRQ10 used by override. >12:46:57,198 DEBUG kernel:[ 0.000000] ACPI: IRQ11 used by override. >12:46:57,198 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >12:46:57,198 INFO kernel:[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs >12:46:57,198 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 40 >12:46:57,198 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] >12:46:57,198 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] >12:46:57,198 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] >12:46:57,198 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xdfffe000-0xdfffffff] >12:46:57,198 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xfeffbfff] >12:46:57,198 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] >12:46:57,198 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] >12:46:57,198 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] >12:46:57,198 INFO kernel:[ 0.000000] e820: [mem 0xe0000000-0xfeffbfff] available for PCI devices >12:46:57,198 INFO kernel:[ 0.000000] Booting paravirtualized kernel on KVM >12:46:57,198 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:1024 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1 >12:46:57,198 INFO kernel:[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88011fc00000 s88128 r8192 d22464 u524288 >12:46:57,198 DEBUG kernel:[ 0.000000] pcpu-alloc: s88128 r8192 d22464 u524288 alloc=1*2097152 >12:46:57,198 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 0 1 2 3 >12:46:57,198 INFO kernel:[ 0.000000] KVM setup async PF for cpu 0 >12:46:57,198 INFO kernel:[ 0.000000] kvm-stealtime: cpu 0, msr 11fc0e100 >12:46:57,198 WARNING kernel:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032071 >12:46:57,198 WARNING kernel:[ 0.000000] Policy zone: Normal >12:46:57,198 NOTICE kernel:[ 0.000000] Kernel command line: initrd=/test/vpodzime/my_composes/initrd.img root=live:http://cobra02/trees/vp/my_comps_squashfs.img nokill repo=http://cobra02/trees/rawhide/x86_64/os/ lang=en_US.UTF-8 updates=http://cobra02/ks/vp/compose_updates.img BOOT_IMAGE=/test/vpodzime/my_composes/vmlinuz >12:46:57,198 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >12:46:57,198 WARNING kernel:[ 0.000000] Memory: 4006656K/4193904K available (7256K kernel code, 1172K rwdata, 3084K rodata, 1440K init, 1652K bss, 187248K reserved) >12:46:57,198 INFO kernel:[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 >12:46:57,198 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >12:46:57,198 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=4. >12:46:57,198 INFO kernel:[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 >12:46:57,198 INFO kernel:[ 0.000000] NR_IRQS:65792 nr_irqs:712 16 >12:46:57,198 INFO kernel:[ 0.000000] Console: colour VGA+ 80x25 >12:46:57,198 INFO kernel:[ 0.000000] console [tty0] enabled >12:46:57,198 INFO kernel:[ 0.000000] allocated 16777216 bytes of page_cgroup >12:46:57,198 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >12:46:57,198 INFO kernel:[ 0.000000] tsc: Detected 1728.999 MHz processor >12:46:57,198 INFO kernel:[ 0.003000] Calibrating delay loop (skipped) preset value.. 3457.99 BogoMIPS (lpj=1728999) >12:46:57,198 INFO kernel:[ 0.003009] pid_max: default: 32768 minimum: 301 >12:46:57,198 INFO kernel:[ 0.004026] ACPI: Core revision 20140214 >12:46:57,198 WARNING kernel:[ 0.008560] ACPI: All ACPI Tables successfully acquired >12:46:57,198 INFO kernel:[ 0.010075] Security Framework initialized >12:46:57,198 INFO kernel:[ 0.011015] SELinux: Initializing. >12:46:57,198 DEBUG kernel:[ 0.012018] SELinux: Starting in permissive mode >12:46:57,198 INFO kernel:[ 0.013074] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) >12:46:57,198 INFO kernel:[ 0.016349] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) >12:46:57,198 INFO kernel:[ 0.018396] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes) >12:46:57,198 INFO kernel:[ 0.019027] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes) >12:46:57,198 INFO kernel:[ 0.021226] Initializing cgroup subsys memory >12:46:57,198 INFO kernel:[ 0.022014] Initializing cgroup subsys devices >12:46:57,198 INFO kernel:[ 0.023010] Initializing cgroup subsys freezer >12:46:57,198 INFO kernel:[ 0.024009] Initializing cgroup subsys net_cls >12:46:57,198 INFO kernel:[ 0.025009] Initializing cgroup subsys blkio >12:46:57,198 INFO kernel:[ 0.026009] Initializing cgroup subsys perf_event >12:46:57,198 INFO kernel:[ 0.027011] Initializing cgroup subsys net_prio >12:46:57,198 INFO kernel:[ 0.028010] Initializing cgroup subsys hugetlb >12:46:57,198 INFO kernel:[ 0.029135] mce: CPU supports 10 MCE banks >12:46:57,198 INFO kernel:[ 0.030097] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 >12:46:57,198 INFO kernel:[ 0.030097] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 >12:46:57,198 INFO kernel:[ 0.030097] tlb_flushall_shift: 6 >12:46:57,198 INFO kernel:[ 0.031314] Freeing SMP alternatives memory: 28K (ffffffff81e8f000 - ffffffff81e96000) >12:46:57,198 INFO kernel:[ 0.039582] ftrace: allocating 26564 entries in 104 pages >12:46:57,198 INFO kernel:[ 0.061759] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >12:46:57,198 INFO kernel:[ 0.062005] smpboot: CPU0: Intel QEMU Virtual CPU version 1.6.2 (fam: 06, model: 02, stepping: 03) >12:46:57,198 WARNING kernel:[ 0.066000] APIC calibration not consistent with PM-Timer: 155ms instead of 100ms >12:46:57,198 INFO kernel:[ 0.066000] APIC delta adjusted to PM-Timer: 6250145 (9748249) >12:46:57,198 INFO kernel:[ 0.066083] Performance Events: unsupported p6 CPU model 2 no PMU driver, software events only. >12:46:57,198 INFO kernel:[ 0.070494] watchdog: disabled (inside virtual machine) >12:46:57,198 INFO kernel:[ 0.071164] x86: Booting SMP configuration: >12:46:57,198 INFO kernel:[ 0.072005] .... node #0, CPUs: #1 >12:46:57,198 INFO kernel:[ 0.003000] kvm-clock: cpu 1, msr 1:1ffd8041, secondary cpu clock >12:46:57,198 WARNING kernel:[ 0.089273] #2<6>[ 0.090009] KVM setup async PF for cpu 1 >12:46:57,198 INFO kernel:[ 0.090993] kvm-stealtime: cpu 1, msr 11fc8e100 >12:46:57,198 INFO kernel:[ 0.003000] kvm-clock: cpu 2, msr 1:1ffd8081, secondary cpu clock >12:46:57,198 INFO kernel:[ 0.104024] KVM setup async PF for cpu 2 >12:46:57,198 WARNING kernel:[ 0.105000] #3 >12:46:57,198 INFO kernel:[ 0.105000] kvm-stealtime: cpu 2, msr 11fd0e100 >12:46:57,198 INFO kernel:[ 0.003000] kvm-clock: cpu 3, msr 1:1ffd80c1, secondary cpu clock >12:46:57,198 INFO kernel:[ 0.124855] x86: Booted up 1 node, 4 CPUs >12:46:57,198 INFO kernel:[ 0.124770] KVM setup async PF for cpu 3 >12:46:57,198 INFO kernel:[ 0.124770] kvm-stealtime: cpu 3, msr 11fd8e100 >12:46:57,198 INFO kernel:[ 0.125006] smpboot: Total of 4 processors activated (13831.99 BogoMIPS) >12:46:57,198 INFO kernel:[ 0.139158] devtmpfs: initialized >12:46:57,198 INFO kernel:[ 0.159537] atomic64 test passed for x86-64 platform with CX8 and with SSE >12:46:57,198 INFO kernel:[ 0.160004] pinctrl core: initialized pinctrl subsystem >12:46:57,198 INFO kernel:[ 0.161206] RTC time: 12:45:40, date: 05/15/14 >12:46:57,198 INFO kernel:[ 0.163024] NET: Registered protocol family 16 >12:46:57,198 INFO kernel:[ 0.164269] cpuidle: using governor menu >12:46:57,198 INFO kernel:[ 0.166070] ACPI: bus type PCI registered >12:46:57,198 INFO kernel:[ 0.167005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >12:46:57,198 INFO kernel:[ 0.168218] PCI: Using configuration type 1 for base access >12:46:57,198 INFO kernel:[ 0.174111] ACPI: Added _OSI(Module Device) >12:46:57,198 INFO kernel:[ 0.175005] ACPI: Added _OSI(Processor Device) >12:46:57,198 INFO kernel:[ 0.176005] ACPI: Added _OSI(3.0 _SCP Extensions) >12:46:57,198 INFO kernel:[ 0.177005] ACPI: Added _OSI(Processor Aggregator Device) >12:46:57,198 INFO kernel:[ 0.184592] ACPI: Interpreter enabled >12:46:57,198 WARNING kernel:[ 0.185010] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140214/hwxface-580) >12:46:57,198 WARNING kernel:[ 0.187007] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140214/hwxface-580) >12:46:57,198 INFO kernel:[ 0.189039] ACPI: (supports S0 S3 S4 S5) >12:46:57,198 INFO kernel:[ 0.190006] ACPI: Using IOAPIC for interrupt routing >12:46:57,198 INFO kernel:[ 0.191045] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >12:46:57,198 INFO kernel:[ 0.198827] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >12:46:57,198 INFO kernel:[ 0.199014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] >12:46:57,198 INFO kernel:[ 0.200014] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM >12:46:57,198 WARNING kernel:[ 0.201195] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. >12:46:57,198 INFO kernel:[ 0.203437] acpiphp: Slot [3] registered >12:46:57,198 INFO kernel:[ 0.204054] acpiphp: Slot [4] registered >12:46:57,198 INFO kernel:[ 0.205081] acpiphp: Slot [6] registered >12:46:57,198 INFO kernel:[ 0.206053] acpiphp: Slot [7] registered >12:46:57,198 INFO kernel:[ 0.207053] acpiphp: Slot [8] registered >12:46:57,198 INFO kernel:[ 0.208055] acpiphp: Slot [9] registered >12:46:57,198 INFO kernel:[ 0.209054] acpiphp: Slot [10] registered >12:46:57,198 INFO kernel:[ 0.210054] acpiphp: Slot [11] registered >12:46:57,198 INFO kernel:[ 0.211060] acpiphp: Slot [12] registered >12:46:57,198 INFO kernel:[ 0.212089] acpiphp: Slot [13] registered >12:46:57,198 INFO kernel:[ 0.213087] acpiphp: Slot [14] registered >12:46:57,198 INFO kernel:[ 0.214054] acpiphp: Slot [15] registered >12:46:57,198 INFO kernel:[ 0.215056] acpiphp: Slot [16] registered >12:46:57,198 INFO kernel:[ 0.216089] acpiphp: Slot [17] registered >12:46:57,198 INFO kernel:[ 0.217089] acpiphp: Slot [18] registered >12:46:57,198 INFO kernel:[ 0.218092] acpiphp: Slot [19] registered >12:46:57,198 INFO kernel:[ 0.219056] acpiphp: Slot [20] registered >12:46:57,198 INFO kernel:[ 0.220058] acpiphp: Slot [21] registered >12:46:57,198 INFO kernel:[ 0.221054] acpiphp: Slot [22] registered >12:46:57,198 INFO kernel:[ 0.222054] acpiphp: Slot [23] registered >12:46:57,198 INFO kernel:[ 0.223051] acpiphp: Slot [24] registered >12:46:57,198 INFO kernel:[ 0.224053] acpiphp: Slot [25] registered >12:46:57,198 INFO kernel:[ 0.225065] acpiphp: Slot [26] registered >12:46:57,198 INFO kernel:[ 0.226081] acpiphp: Slot [27] registered >12:46:57,198 INFO kernel:[ 0.227071] acpiphp: Slot [28] registered >12:46:57,198 INFO kernel:[ 0.228070] acpiphp: Slot [29] registered >12:46:57,198 INFO kernel:[ 0.229060] acpiphp: Slot [30] registered >12:46:57,198 INFO kernel:[ 0.230053] acpiphp: Slot [31] registered >12:46:57,198 INFO kernel:[ 0.231026] PCI host bridge to bus 0000:00 >12:46:57,198 INFO kernel:[ 0.232009] pci_bus 0000:00: root bus resource [bus 00-ff] >12:46:57,198 INFO kernel:[ 0.233007] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] >12:46:57,198 INFO kernel:[ 0.234007] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] >12:46:57,198 INFO kernel:[ 0.235007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >12:46:57,198 INFO kernel:[ 0.236007] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfebfffff] >12:46:57,198 DEBUG kernel:[ 0.237087] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 >12:46:57,198 DEBUG kernel:[ 0.238156] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 >12:46:57,198 DEBUG kernel:[ 0.239331] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 >12:46:57,198 DEBUG kernel:[ 0.250011] pci 0000:00:01.1: reg 0x20: [io 0xc1e0-0xc1ef] >12:46:57,198 INFO kernel:[ 0.254066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] >12:46:57,199 INFO kernel:[ 0.255006] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] >12:46:57,199 INFO kernel:[ 0.256007] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] >12:46:57,199 INFO kernel:[ 0.257006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] >12:46:57,199 DEBUG kernel:[ 0.259152] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 >12:46:57,199 INFO kernel:[ 0.260044] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI >12:46:57,199 INFO kernel:[ 0.261028] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB >12:46:57,199 DEBUG kernel:[ 0.262471] pci 0000:00:02.0: [1b36:0100] type 00 class 0x030000 >12:46:57,199 DEBUG kernel:[ 0.264026] pci 0000:00:02.0: reg 0x10: [mem 0xf4000000-0xf7ffffff] >12:46:57,199 DEBUG kernel:[ 0.266025] pci 0000:00:02.0: reg 0x14: [mem 0xf8000000-0xfbffffff] >12:46:57,199 DEBUG kernel:[ 0.268024] pci 0000:00:02.0: reg 0x18: [mem 0xfc054000-0xfc055fff] >12:46:57,199 DEBUG kernel:[ 0.271020] pci 0000:00:02.0: reg 0x1c: [io 0xc100-0xc11f] >12:46:57,199 DEBUG kernel:[ 0.277020] pci 0000:00:02.0: reg 0x30: [mem 0xfc040000-0xfc04ffff pref] >12:46:57,199 DEBUG kernel:[ 0.277481] pci 0000:00:03.0: [1af4:1000] type 00 class 0x020000 >12:46:57,199 DEBUG kernel:[ 0.280007] pci 0000:00:03.0: reg 0x10: [io 0xc120-0xc13f] >12:46:57,199 DEBUG kernel:[ 0.282009] pci 0000:00:03.0: reg 0x14: [mem 0xfc056000-0xfc056fff] >12:46:57,199 DEBUG kernel:[ 0.292010] pci 0000:00:03.0: reg 0x30: [mem 0xfc000000-0xfc03ffff pref] >12:46:57,199 DEBUG kernel:[ 0.293589] pci 0000:00:04.0: [8086:2668] type 00 class 0x040300 >12:46:57,199 DEBUG kernel:[ 0.295009] pci 0000:00:04.0: reg 0x10: [mem 0xfc050000-0xfc053fff] >12:46:57,199 DEBUG kernel:[ 0.310771] pci 0000:00:05.0: [8086:2934] type 00 class 0x0c0300 >12:46:57,199 DEBUG kernel:[ 0.322010] pci 0000:00:05.0: reg 0x20: [io 0xc140-0xc15f] >12:46:57,199 DEBUG kernel:[ 0.326475] pci 0000:00:05.1: [8086:2935] type 00 class 0x0c0300 >12:46:57,199 DEBUG kernel:[ 0.336010] pci 0000:00:05.1: reg 0x20: [io 0xc160-0xc17f] >12:46:57,199 DEBUG kernel:[ 0.340400] pci 0000:00:05.2: [8086:2936] type 00 class 0x0c0300 >12:46:57,199 DEBUG kernel:[ 0.351010] pci 0000:00:05.2: reg 0x20: [io 0xc180-0xc19f] >12:46:57,199 DEBUG kernel:[ 0.356493] pci 0000:00:05.7: [8086:293a] type 00 class 0x0c0320 >12:46:57,199 DEBUG kernel:[ 0.358008] pci 0000:00:05.7: reg 0x10: [mem 0xfc057000-0xfc057fff] >12:46:57,199 DEBUG kernel:[ 0.371506] pci 0000:00:06.0: [1af4:1003] type 00 class 0x078000 >12:46:57,199 DEBUG kernel:[ 0.374009] pci 0000:00:06.0: reg 0x10: [io 0xc1a0-0xc1bf] >12:46:57,199 DEBUG kernel:[ 0.376008] pci 0000:00:06.0: reg 0x14: [mem 0xfc058000-0xfc058fff] >12:46:57,199 DEBUG kernel:[ 0.387192] pci 0000:00:07.0: [1af4:1001] type 00 class 0x010000 >12:46:57,199 DEBUG kernel:[ 0.389008] pci 0000:00:07.0: reg 0x10: [io 0xc000-0xc03f] >12:46:57,199 DEBUG kernel:[ 0.391008] pci 0000:00:07.0: reg 0x14: [mem 0xfc059000-0xfc059fff] >12:46:57,199 DEBUG kernel:[ 0.403626] pci 0000:00:08.0: [1af4:1001] type 00 class 0x010000 >12:46:57,199 DEBUG kernel:[ 0.406008] pci 0000:00:08.0: reg 0x10: [io 0xc040-0xc07f] >12:46:57,199 DEBUG kernel:[ 0.408009] pci 0000:00:08.0: reg 0x14: [mem 0xfc05a000-0xfc05afff] >12:46:57,199 DEBUG kernel:[ 0.419093] pci 0000:00:09.0: [1af4:1001] type 00 class 0x010000 >12:46:57,199 DEBUG kernel:[ 0.421008] pci 0000:00:09.0: reg 0x10: [io 0xc080-0xc0bf] >12:46:57,199 DEBUG kernel:[ 0.423007] pci 0000:00:09.0: reg 0x14: [mem 0xfc05b000-0xfc05bfff] >12:46:57,199 DEBUG kernel:[ 0.435775] pci 0000:00:0a.0: [1af4:1002] type 00 class 0x00ff00 >12:46:57,199 DEBUG kernel:[ 0.437007] pci 0000:00:0a.0: reg 0x10: [io 0xc1c0-0xc1df] >12:46:57,199 DEBUG kernel:[ 0.451443] pci 0000:00:0b.0: [1af4:1001] type 00 class 0x010000 >12:46:57,199 DEBUG kernel:[ 0.453022] pci 0000:00:0b.0: reg 0x10: [io 0xc0c0-0xc0ff] >12:46:57,199 DEBUG kernel:[ 0.456008] pci 0000:00:0b.0: reg 0x14: [mem 0xfc05c000-0xfc05cfff] >12:46:57,199 INFO kernel:[ 0.468726] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) >12:46:57,199 INFO kernel:[ 0.470282] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) >12:46:57,199 INFO kernel:[ 0.473187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) >12:46:57,199 INFO kernel:[ 0.475213] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) >12:46:57,199 INFO kernel:[ 0.477123] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) >12:46:57,199 WARNING kernel:[ 0.480000] ACPI: Enabled 16 GPEs in block 00 to 0F >12:46:57,199 INFO kernel:[ 0.482072] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >12:46:57,199 INFO kernel:[ 0.483009] vgaarb: loaded >12:46:57,199 INFO kernel:[ 0.484035] vgaarb: bridge control possible 0000:00:02.0 >12:46:57,199 NOTICE kernel:[ 0.485158] SCSI subsystem initialized >12:46:57,199 DEBUG kernel:[ 0.489059] libata version 3.00 loaded. >12:46:57,199 INFO kernel:[ 0.489141] ACPI: bus type USB registered >12:46:57,199 INFO kernel:[ 0.490050] usbcore: registered new interface driver usbfs >12:46:57,199 INFO kernel:[ 0.491025] usbcore: registered new interface driver hub >12:46:57,199 INFO kernel:[ 0.492047] usbcore: registered new device driver usb >12:46:57,199 INFO kernel:[ 0.496059] PCI: Using ACPI for IRQ routing >12:46:57,199 DEBUG kernel:[ 0.497006] PCI: pci_cache_line_size set to 64 bytes >12:46:57,199 DEBUG kernel:[ 0.497572] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff] >12:46:57,199 DEBUG kernel:[ 0.497576] e820: reserve RAM buffer [mem 0xdfffe000-0xdfffffff] >12:46:57,199 INFO kernel:[ 0.497784] NetLabel: Initializing >12:46:57,199 INFO kernel:[ 0.498005] NetLabel: domain hash size = 128 >12:46:57,199 INFO kernel:[ 0.499003] NetLabel: protocols = UNLABELED CIPSOv4 >12:46:57,199 INFO kernel:[ 0.500030] NetLabel: unlabeled traffic allowed by default >12:46:57,199 INFO kernel:[ 0.517908] Switched to clocksource kvm-clock >12:46:57,199 INFO kernel:[ 0.555314] pnp: PnP ACPI init >12:46:57,199 INFO kernel:[ 0.556223] ACPI: bus type PNP registered >12:46:57,199 DEBUG kernel:[ 0.557275] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active) >12:46:57,199 DEBUG kernel:[ 0.557387] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active) >12:46:57,199 DEBUG kernel:[ 0.557491] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active) >12:46:57,199 DEBUG kernel:[ 0.557586] pnp 00:03: [dma 2] >12:46:57,199 DEBUG kernel:[ 0.557630] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active) >12:46:57,199 DEBUG kernel:[ 0.557802] pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active) >12:46:57,199 DEBUG kernel:[ 0.557954] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active) >12:46:57,199 DEBUG kernel:[ 0.558134] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) >12:46:57,199 INFO kernel:[ 0.558557] pnp: PnP ACPI: found 7 devices >12:46:57,199 INFO kernel:[ 0.559482] ACPI: bus type PNP unregistered >12:46:57,199 DEBUG kernel:[ 0.593219] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] >12:46:57,199 DEBUG kernel:[ 0.593226] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] >12:46:57,199 DEBUG kernel:[ 0.593231] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] >12:46:57,199 DEBUG kernel:[ 0.593236] pci_bus 0000:00: resource 7 [mem 0xe0000000-0xfebfffff] >12:46:57,199 INFO kernel:[ 0.593289] NET: Registered protocol family 2 >12:46:57,199 INFO kernel:[ 0.594602] TCP established hash table entries: 32768 (order: 6, 262144 bytes) >12:46:57,199 INFO kernel:[ 0.596491] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) >12:46:57,199 INFO kernel:[ 0.597966] TCP: Hash tables configured (established 32768 bind 32768) >12:46:57,199 INFO kernel:[ 0.599254] TCP: reno registered >12:46:57,199 INFO kernel:[ 0.600158] UDP hash table entries: 2048 (order: 4, 65536 bytes) >12:46:57,199 INFO kernel:[ 0.601275] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) >12:46:57,199 INFO kernel:[ 0.604504] NET: Registered protocol family 1 >12:46:57,199 INFO kernel:[ 0.605469] pci 0000:00:00.0: Limiting direct PCI/PCI transfers >12:46:57,199 INFO kernel:[ 0.607974] pci 0000:00:01.0: PIIX3: Enabling Passive Release >12:46:57,199 INFO kernel:[ 0.609080] pci 0000:00:01.0: Activating ISA DMA hang workarounds >12:46:57,199 DEBUG kernel:[ 0.610166] pci 0000:00:02.0: Boot video device >12:46:57,199 WARNING kernel:[ 0.610800] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 >12:46:57,199 WARNING kernel:[ 0.612823] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 >12:46:57,199 WARNING kernel:[ 0.614846] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 >12:46:57,199 WARNING kernel:[ 0.616842] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10 >12:46:57,199 DEBUG kernel:[ 0.619890] PCI: CLS 0 bytes, default 64 >12:46:57,199 INFO kernel:[ 0.619984] Unpacking initramfs... >12:46:57,199 INFO kernel:[ 10.252197] Freeing initrd memory: 38084K (ffff88007dace000 - ffff88007ffff000) >12:46:57,199 INFO kernel:[ 10.253761] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) >12:46:57,199 INFO kernel:[ 10.262048] software IO TLB [mem 0xdbffe000-0xdfffe000] (64MB) mapped at [ffff8800dbffe000-ffff8800dfffdfff] >12:46:57,199 INFO kernel:[ 10.269385] futex hash table entries: 1024 (order: 4, 65536 bytes) >12:46:57,199 NOTICE kernel:[ 10.270493] Initialise system trusted keyring >12:46:57,199 INFO kernel:[ 10.271532] audit: initializing netlink subsys (disabled) >12:46:57,199 NOTICE kernel:[ 10.284076] audit: type=2000 audit(1400157949.856:1): initialized >12:46:57,199 INFO kernel:[ 10.422082] HugeTLB registered 2 MB page size, pre-allocated 0 pages >12:46:57,199 INFO kernel:[ 10.427885] zbud: loaded >12:46:57,199 NOTICE kernel:[ 10.433306] VFS: Disk quotas dquot_6.5.2 >12:46:57,199 WARNING kernel:[ 10.434370] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >12:46:57,199 INFO kernel:[ 10.436272] msgmni has been set to 7899 >12:46:57,199 NOTICE kernel:[ 10.437334] Key type big_key registered >12:46:57,199 DEBUG kernel:[ 10.438271] SELinux: Registering netfilter hooks >12:46:57,199 INFO kernel:[ 10.651992] alg: No test for stdrng (krng) >12:46:57,199 INFO kernel:[ 10.653053] NET: Registered protocol family 38 >12:46:57,199 NOTICE kernel:[ 10.654124] Key type asymmetric registered >12:46:57,199 NOTICE kernel:[ 10.655105] Asymmetric key parser 'x509' registered >12:46:57,199 INFO kernel:[ 10.656220] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >12:46:57,199 INFO kernel:[ 10.692084] io scheduler noop registered >12:46:57,199 INFO kernel:[ 10.693091] io scheduler deadline registered >12:46:57,199 INFO kernel:[ 10.694219] io scheduler cfq registered (default) >12:46:57,199 INFO kernel:[ 10.695423] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >12:46:57,199 INFO kernel:[ 10.696485] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >12:46:57,199 DEBUG kernel:[ 10.697678] intel_idle: does not run on family 6 model 2 >12:46:57,199 INFO kernel:[ 10.697797] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >12:46:57,199 INFO kernel:[ 10.699489] ACPI: Power Button [PWRF] >12:46:57,199 INFO kernel:[ 10.738112] GHES: HEST is not enabled! >12:46:57,199 INFO kernel:[ 10.739191] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >12:46:57,199 INFO kernel:[ 10.741350] Non-volatile memory driver v1.3 >12:46:57,199 INFO kernel:[ 10.742356] Linux agpgart interface v0.103 >12:46:57,199 DEBUG kernel:[ 10.743678] ata_piix 0000:00:01.1: version 2.13 >12:46:57,199 INFO kernel:[ 10.754003] scsi0 : ata_piix >12:46:57,199 INFO kernel:[ 10.762974] scsi1 : ata_piix >12:46:57,199 INFO kernel:[ 10.764038] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc1e0 irq 14 >12:46:57,199 INFO kernel:[ 10.765134] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc1e8 irq 15 >12:46:57,199 INFO kernel:[ 10.766519] libphy: Fixed MDIO Bus: probed >12:46:57,199 INFO kernel:[ 10.767606] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >12:46:57,199 INFO kernel:[ 10.772651] ehci-pci: EHCI PCI platform driver >12:46:57,199 INFO kernel:[ 10.776164] ehci-pci 0000:00:05.7: EHCI Host Controller >12:46:57,199 INFO kernel:[ 10.777219] ehci-pci 0000:00:05.7: new USB bus registered, assigned bus number 1 >12:46:57,199 INFO kernel:[ 10.779262] ehci-pci 0000:00:05.7: irq 10, io mem 0xfc057000 >12:46:57,199 INFO kernel:[ 10.788041] ehci-pci 0000:00:05.7: USB 2.0 started, EHCI 1.00 >12:46:57,199 INFO kernel:[ 10.789206] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >12:46:57,199 INFO kernel:[ 10.790324] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >12:46:57,199 INFO kernel:[ 10.791991] usb usb1: Product: EHCI Host Controller >12:46:57,199 INFO kernel:[ 10.793008] usb usb1: Manufacturer: Linux 3.15.0-0.rc5.git2.3.fc21.x86_64 ehci_hcd >12:46:57,199 INFO kernel:[ 10.798726] usb usb1: SerialNumber: 0000:00:05.7 >12:46:57,199 INFO kernel:[ 10.800200] hub 1-0:1.0: USB hub found >12:46:57,199 INFO kernel:[ 10.801161] hub 1-0:1.0: 6 ports detected >12:46:57,199 INFO kernel:[ 10.802595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >12:46:57,199 INFO kernel:[ 10.803688] ohci-pci: OHCI PCI platform driver >12:46:57,199 INFO kernel:[ 10.808708] uhci_hcd: USB Universal Host Controller Interface driver >12:46:57,199 INFO kernel:[ 10.813889] uhci_hcd 0000:00:05.0: UHCI Host Controller >12:46:57,199 INFO kernel:[ 10.819095] uhci_hcd 0000:00:05.0: new USB bus registered, assigned bus number 2 >12:46:57,199 INFO kernel:[ 10.820828] uhci_hcd 0000:00:05.0: detected 2 ports >12:46:57,199 INFO kernel:[ 10.821955] uhci_hcd 0000:00:05.0: irq 10, io base 0x0000c140 >12:46:57,199 INFO kernel:[ 10.823185] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 >12:46:57,199 INFO kernel:[ 10.828412] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >12:46:57,199 INFO kernel:[ 10.830281] usb usb2: Product: UHCI Host Controller >12:46:57,199 INFO kernel:[ 10.831404] usb usb2: Manufacturer: Linux 3.15.0-0.rc5.git2.3.fc21.x86_64 uhci_hcd >12:46:57,199 INFO kernel:[ 10.833427] usb usb2: SerialNumber: 0000:00:05.0 >12:46:57,199 INFO kernel:[ 10.838775] hub 2-0:1.0: USB hub found >12:46:57,199 INFO kernel:[ 10.839909] hub 2-0:1.0: 2 ports detected >12:46:57,199 INFO kernel:[ 10.850274] uhci_hcd 0000:00:05.1: UHCI Host Controller >12:46:57,199 INFO kernel:[ 10.851420] uhci_hcd 0000:00:05.1: new USB bus registered, assigned bus number 3 >12:46:57,199 INFO kernel:[ 10.853151] uhci_hcd 0000:00:05.1: detected 2 ports >12:46:57,199 INFO kernel:[ 10.854323] uhci_hcd 0000:00:05.1: irq 11, io base 0x0000c160 >12:46:57,199 INFO kernel:[ 10.855402] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 >12:46:57,199 INFO kernel:[ 10.856387] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >12:46:57,199 INFO kernel:[ 10.859656] usb usb3: Product: UHCI Host Controller >12:46:57,199 INFO kernel:[ 10.860547] usb usb3: Manufacturer: Linux 3.15.0-0.rc5.git2.3.fc21.x86_64 uhci_hcd >12:46:57,199 INFO kernel:[ 10.862270] usb usb3: SerialNumber: 0000:00:05.1 >12:46:57,199 INFO kernel:[ 10.863388] hub 3-0:1.0: USB hub found >12:46:57,199 INFO kernel:[ 10.884991] hub 3-0:1.0: 2 ports detected >12:46:57,199 INFO kernel:[ 10.897986] uhci_hcd 0000:00:05.2: UHCI Host Controller >12:46:57,199 INFO kernel:[ 10.903104] uhci_hcd 0000:00:05.2: new USB bus registered, assigned bus number 4 >12:46:57,199 INFO kernel:[ 10.908186] uhci_hcd 0000:00:05.2: detected 2 ports >12:46:57,199 INFO kernel:[ 10.909278] uhci_hcd 0000:00:05.2: irq 11, io base 0x0000c180 >12:46:57,199 INFO kernel:[ 10.910487] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 >12:46:57,199 INFO kernel:[ 10.914658] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >12:46:57,199 INFO kernel:[ 10.919522] usb usb4: Product: UHCI Host Controller >12:46:57,199 INFO kernel:[ 10.920556] usb usb4: Manufacturer: Linux 3.15.0-0.rc5.git2.3.fc21.x86_64 uhci_hcd >12:46:57,199 INFO kernel:[ 10.925427] usb usb4: SerialNumber: 0000:00:05.2 >12:46:57,199 INFO kernel:[ 10.930264] hub 4-0:1.0: USB hub found >12:46:57,199 INFO kernel:[ 10.931230] hub 4-0:1.0: 2 ports detected >12:46:57,199 INFO kernel:[ 10.932628] usbcore: registered new interface driver usbserial >12:46:57,199 INFO kernel:[ 10.933717] usbcore: registered new interface driver usbserial_generic >12:46:57,199 INFO kernel:[ 10.934902] usbserial: USB Serial support registered for generic >12:46:57,199 INFO kernel:[ 10.939204] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 >12:46:57,199 INFO kernel:[ 10.942822] serio: i8042 KBD port at 0x60,0x64 irq 1 >12:46:57,199 INFO kernel:[ 10.951657] serio: i8042 AUX port at 0x60,0x64 irq 12 >12:46:57,199 INFO kernel:[ 10.960003] mousedev: PS/2 mouse device common for all mice >12:46:57,199 INFO kernel:[ 10.970241] rtc_cmos 00:00: RTC can wake from S4 >12:46:57,199 INFO kernel:[ 10.974088] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 >12:46:57,199 INFO kernel:[ 10.975342] rtc_cmos 00:00: alarms up to one day, 114 bytes nvram >12:46:57,199 INFO kernel:[ 10.976584] device-mapper: uevent: version 1.0.3 >12:46:57,199 INFO kernel:[ 10.981089] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com >12:46:57,199 INFO kernel:[ 10.992427] hidraw: raw HID events driver (C) Jiri Kosina >12:46:57,199 INFO kernel:[ 10.993686] usbcore: registered new interface driver usbhid >12:46:57,199 INFO kernel:[ 10.994782] usbhid: USB HID core driver >12:46:57,199 INFO kernel:[ 10.995777] drop_monitor: Initializing network drop monitor service >12:46:57,199 INFO kernel:[ 10.996990] ip_tables: (C) 2000-2006 Netfilter Core Team >12:46:57,199 INFO kernel:[ 11.034654] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 >12:46:57,199 INFO kernel:[ 11.038054] TCP: cubic registered >12:46:57,199 INFO kernel:[ 11.039130] Initializing XFRM netlink socket >12:46:57,199 INFO kernel:[ 11.040231] NET: Registered protocol family 10 >12:46:57,199 INFO kernel:[ 11.046217] mip6: Mobile IPv6 >12:46:57,199 INFO kernel:[ 11.054750] NET: Registered protocol family 17 >12:46:57,199 NOTICE kernel:[ 11.056682] Loading compiled-in X.509 certificates >12:46:57,199 NOTICE kernel:[ 11.059806] Loaded X.509 cert 'Fedora kernel signing key: a772f0362a55104b24733c1af780d07095a0a424' >12:46:57,199 INFO kernel:[ 11.065999] registered taskstats version 1 >12:46:57,199 INFO kernel:[ 11.093149] Magic number: 14:627:784 >12:46:57,199 INFO kernel:[ 11.106504] rtc_cmos 00:00: setting system clock to 2014-05-15 12:45:51 UTC (1400157951) >12:46:57,199 DEBUG kernel:[ 11.125233] PM: Hibernation image not present or could not be loaded. >12:46:57,199 INFO kernel:[ 11.133044] usb 1-1: new high-speed USB device number 2 using ehci-pci >12:46:57,199 INFO kernel:[ 11.222991] Freeing unused kernel memory: 1440K (ffffffff81d27000 - ffffffff81e8f000) >12:46:57,199 INFO kernel:[ 11.230699] Write protecting the kernel read-only data: 12288k >12:46:57,199 INFO kernel:[ 11.265147] tsc: Refined TSC clocksource calibration: 1729.028 MHz >12:46:57,199 WARNING kernel:[ 11.273008] hrtimer: interrupt took 3983875 ns >12:46:57,199 INFO kernel:[ 11.347419] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 >12:46:57,199 INFO kernel:[ 11.348544] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 >12:46:57,199 INFO kernel:[ 11.349674] usb 1-1: Product: QEMU USB Tablet >12:46:57,199 INFO kernel:[ 11.350638] usb 1-1: Manufacturer: QEMU >12:46:57,199 INFO kernel:[ 11.358634] usb 1-1: SerialNumber: 42 >12:46:57,199 INFO kernel:[ 11.359427] Freeing unused kernel memory: 924K (ffff880001719000 - ffff880001800000) >12:46:57,199 INFO kernel:[ 11.391055] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:05.7/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input4 >12:46:57,199 INFO kernel:[ 11.413545] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Pointer [QEMU QEMU USB Tablet] on usb-0000:00:05.7-1/input0 >12:46:57,199 INFO kernel:[ 11.415883] Freeing unused kernel memory: 1012K (ffff880001b03000 - ffff880001c00000) >12:46:57,199 NOTICE kernel:[ 11.463244] random: systemd urandom read with 71 bits of entropy available >12:46:57,200 INFO kernel:[ 12.265292] device-mapper: multipath: version 1.7.0 loaded >12:46:57,200 INFO kernel:[ 12.474442] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 >12:46:57,200 INFO kernel:[ 12.534700] BIOS EDD facility v0.16 2004-Jun-25, 4 devices found >12:46:57,200 INFO kernel:[ 12.895231] squashfs: version 4.0 (2009/01/31) Phillip Lougher >12:46:57,200 INFO kernel:[ 12.901559] Loading iSCSI transport class v2.0-870. >12:46:57,200 NOTICE kernel:[ 12.909489] iscsi: registered transport (tcp) >12:46:57,200 INFO kernel:[ 12.913471] alua: device handler registered >12:46:57,200 INFO kernel:[ 12.918675] emc: device handler registered >12:46:57,200 INFO kernel:[ 12.923521] hp_sw: device handler registered >12:46:57,200 INFO kernel:[ 12.928311] rdac: device handler registered >12:46:57,200 INFO kernel:[ 12.946851] FDC 0 is a S82078B >12:46:57,200 INFO kernel:[ 12.955540] No iBFT detected. >12:46:57,200 INFO kernel:[ 12.960353] md: raid0 personality registered for level 0 >12:46:57,200 INFO kernel:[ 12.965644] md: raid1 personality registered for level 1 >12:46:57,200 INFO kernel:[ 12.970076] async_tx: api initialized (async) >12:46:57,200 INFO kernel:[ 12.972918] xor: measuring software checksum speed >12:46:57,200 INFO kernel:[ 12.986041] prefetch64-sse: 6344.000 MB/sec >12:46:57,200 INFO kernel:[ 12.996040] generic_sse: 6636.000 MB/sec >12:46:57,200 INFO kernel:[ 12.996560] xor: using function: generic_sse (6636.000 MB/sec) >12:46:57,200 WARNING kernel:[ 13.021054] raid6: sse2x1 3996 MB/s >12:46:57,200 WARNING kernel:[ 13.038045] raid6: sse2x2 4593 MB/s >12:46:57,200 WARNING kernel:[ 13.055041] raid6: sse2x4 5343 MB/s >12:46:57,200 WARNING kernel:[ 13.055572] raid6: using algorithm sse2x4 (5343 MB/s) >12:46:57,200 WARNING kernel:[ 13.056503] raid6: using intx1 recovery algorithm >12:46:57,200 INFO kernel:[ 13.066583] md: raid6 personality registered for level 6 >12:46:57,200 INFO kernel:[ 13.067199] md: raid5 personality registered for level 5 >12:46:57,200 INFO kernel:[ 13.067704] md: raid4 personality registered for level 4 >12:46:57,200 INFO kernel:[ 13.077766] md: raid10 personality registered for level 10 >12:46:57,200 INFO kernel:[ 13.083203] md: linear personality registered for level -1 >12:46:57,200 INFO kernel:[ 13.095078] device-mapper: multipath round-robin: version 1.0.0 loaded >12:46:57,200 INFO kernel:[ 13.113233] sha256_ssse3: Neither AVX nor SSSE3 is available/usable. >12:46:57,200 INFO kernel:[ 13.155537] RPC: Registered named UNIX socket transport module. >12:46:57,200 INFO kernel:[ 13.156181] RPC: Registered udp transport module. >12:46:57,200 INFO kernel:[ 13.156673] RPC: Registered tcp transport module. >12:46:57,200 INFO kernel:[ 13.157224] RPC: Registered tcp NFSv4.1 backchannel transport module. >12:46:57,200 INFO kernel:[ 14.793038] [drm] Initialized drm 1.1.0 20060810 >12:46:57,200 DEBUG kernel:[ 14.983391] virtio-pci 0000:00:07.0: irq 40 for MSI/MSI-X >12:46:57,200 DEBUG kernel:[ 14.983439] virtio-pci 0000:00:07.0: irq 41 for MSI/MSI-X >12:46:57,200 INFO kernel:[ 14.987350] vda: vda1 vda2 vda3 >12:46:57,200 DEBUG kernel:[ 14.999650] virtio-pci 0000:00:08.0: irq 42 for MSI/MSI-X >12:46:57,200 DEBUG kernel:[ 14.999705] virtio-pci 0000:00:08.0: irq 43 for MSI/MSI-X >12:46:57,200 INFO kernel:[ 15.000605] [drm] Device Version 0.0 >12:46:57,200 DEBUG kernel:[ 15.002368] virtio-pci 0000:00:03.0: irq 44 for MSI/MSI-X >12:46:57,200 DEBUG kernel:[ 15.002410] virtio-pci 0000:00:03.0: irq 45 for MSI/MSI-X >12:46:57,200 DEBUG kernel:[ 15.002452] virtio-pci 0000:00:03.0: irq 46 for MSI/MSI-X >12:46:57,200 INFO kernel:[ 15.004665] [drm] Compression level 0 log level 0 >12:46:57,200 INFO kernel:[ 15.005626] [drm] Currently using mode #0, list at 0x488 >12:46:57,200 INFO kernel:[ 15.006622] [drm] 12286 io pages at offset 0x1000000 >12:46:57,200 INFO kernel:[ 15.007592] [drm] 16777216 byte draw area at offset 0x0 >12:46:57,200 INFO kernel:[ 15.015286] [drm] RAM header offset: 0x3ffe000 >12:46:57,200 INFO kernel:[ 15.016290] [drm] rom modes offset 0x488 for 128 modes >12:46:57,200 INFO kernel:[ 15.018199] vdb: vdb1 vdb2 vdb3 >12:46:57,200 INFO kernel:[ 15.018222] [TTM] Zone kernel: Available graphics memory: 2024072 kiB >12:46:57,200 INFO kernel:[ 15.018223] [TTM] Initializing pool allocator >12:46:57,200 INFO kernel:[ 15.018232] [TTM] Initializing DMA pool allocator >12:46:57,200 INFO kernel:[ 15.018251] [drm] qxl: 16M of VRAM memory size >12:46:57,200 INFO kernel:[ 15.018252] [drm] qxl: 63M of IO pages memory ready (VRAM domain) >12:46:57,200 INFO kernel:[ 15.018253] [drm] qxl: 64M of Surface memory size >12:46:57,200 DEBUG kernel:[ 15.251074] virtio-pci 0000:00:09.0: irq 47 for MSI/MSI-X >12:46:57,200 DEBUG kernel:[ 15.251118] virtio-pci 0000:00:09.0: irq 48 for MSI/MSI-X >12:46:57,200 INFO kernel:[ 15.255306] vdc: vdc1 vdc2 vdc3 >12:46:57,200 DEBUG kernel:[ 15.290065] virtio-pci 0000:00:0b.0: irq 49 for MSI/MSI-X >12:46:57,200 DEBUG kernel:[ 15.290065] virtio-pci 0000:00:0b.0: irq 50 for MSI/MSI-X >12:46:57,200 INFO kernel:[ 15.300118] vdd: vdd1 vdd2 vdd3 >12:46:57,200 INFO kernel:[ 15.332982] [drm] main mem slot 1 [f4000000,3ffe000] >12:46:57,200 INFO kernel:[ 15.333974] [drm] surface mem slot 2 [f8000000,4000000] >12:46:57,200 INFO kernel:[ 15.355421] [drm] fb mappable at 0xF4000000, size 3145728 >12:46:57,200 INFO kernel:[ 15.356487] [drm] fb: depth 24, pitch 4096, width 1024, height 768 >12:46:57,200 INFO kernel:[ 15.364790] fbcon: qxldrmfb (fb0) is primary device >12:46:57,200 INFO kernel:[ 15.629876] Console: switching to colour frame buffer device 128x48 >12:46:57,200 INFO kernel:[ 15.644388] qxl 0000:00:02.0: fb0: qxldrmfb frame buffer device >12:46:57,200 INFO kernel:[ 15.644402] qxl 0000:00:02.0: registered panic notifier >12:46:57,200 INFO kernel:[ 15.644418] [drm] Initialized qxl 0.1.0 20120117 for 0000:00:02.0 on minor 0 >12:46:57,200 NOTICE kernel:[ 21.093602] random: nonblocking pool is initialized >12:46:57,200 INFO kernel:[ 26.667315] loop: module loaded >12:46:57,200 INFO kernel:[ 28.795986] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >12:46:57,200 DEBUG kernel:[ 62.869828] SELinux: 2048 avtab hash slots, 107421 rules. >12:46:57,200 DEBUG kernel:[ 62.916457] SELinux: 2048 avtab hash slots, 107421 rules. >12:46:57,200 DEBUG kernel:[ 63.022643] SELinux: 8 users, 103 roles, 4851 types, 283 bools, 1 sens, 1024 cats >12:46:57,200 DEBUG kernel:[ 63.022650] SELinux: 83 classes, 107421 rules >12:46:57,200 DEBUG kernel:[ 63.032791] SELinux: Completing initialization. >12:46:57,200 DEBUG kernel:[ 63.032798] SELinux: Setting up existing superblocks. >12:46:57,200 DEBUG kernel:[ 63.032828] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >12:46:57,200 DEBUG kernel:[ 63.032844] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >12:46:57,200 DEBUG kernel:[ 63.032854] SELinux: initialized (dev proc, type proc), uses genfs_contexts >12:46:57,200 DEBUG kernel:[ 63.032946] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >12:46:57,200 DEBUG kernel:[ 63.033404] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >12:46:57,200 DEBUG kernel:[ 63.034353] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >12:46:57,200 DEBUG kernel:[ 63.035555] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >12:46:57,200 DEBUG kernel:[ 63.035564] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >12:46:57,200 DEBUG kernel:[ 63.035576] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >12:46:57,200 DEBUG kernel:[ 63.035581] SELinux: initialized (dev aio, type aio), not configured for labeling >12:46:57,200 DEBUG kernel:[ 63.035586] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >12:46:57,200 DEBUG kernel:[ 63.035613] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >12:46:57,200 DEBUG kernel:[ 63.035627] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >12:46:57,200 DEBUG kernel:[ 63.035640] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >12:46:57,200 DEBUG kernel:[ 63.035655] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >12:46:57,200 DEBUG kernel:[ 63.036112] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >12:46:57,200 DEBUG kernel:[ 63.036117] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >12:46:57,200 DEBUG kernel:[ 63.036129] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >12:46:57,200 DEBUG kernel:[ 63.037261] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >12:46:57,200 DEBUG kernel:[ 63.037315] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >12:46:57,200 DEBUG kernel:[ 63.037325] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts >12:46:57,200 DEBUG kernel:[ 63.037329] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >12:46:57,200 DEBUG kernel:[ 63.037333] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >12:46:57,200 DEBUG kernel:[ 63.037338] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >12:46:57,200 DEBUG kernel:[ 63.037350] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >12:46:57,200 DEBUG kernel:[ 63.037356] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >12:46:57,200 DEBUG kernel:[ 63.037360] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >12:46:57,200 DEBUG kernel:[ 63.037363] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >12:46:57,200 DEBUG kernel:[ 63.037373] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >12:46:57,200 DEBUG kernel:[ 63.037377] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >12:46:57,200 DEBUG kernel:[ 63.037383] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >12:46:57,200 DEBUG kernel:[ 63.037391] SELinux: initialized (dev drm, type drm), not configured for labeling >12:46:57,200 DEBUG kernel:[ 63.037396] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >12:46:57,200 DEBUG kernel:[ 63.037420] SELinux: initialized (dev loop0, type squashfs), uses xattr >12:46:57,200 DEBUG kernel:[ 63.037444] SELinux: initialized (dev dm-0, type ext4), uses xattr >12:46:57,200 NOTICE kernel:[ 63.063987] audit: type=1403 audit(1400158003.468:2): policy loaded auid=4294967295 ses=4294967295 >12:46:57,200 DEBUG kernel:[ 65.058883] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >12:46:57,200 DEBUG kernel:[ 65.074601] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >12:46:57,200 DEBUG kernel:[ 65.610945] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >12:46:57,200 INFO kernel:[ 69.725775] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0 >12:46:57,200 DEBUG kernel:[ 69.886193] virtio-pci 0000:00:06.0: irq 51 for MSI/MSI-X >12:46:57,200 DEBUG kernel:[ 69.886243] virtio-pci 0000:00:06.0: irq 52 for MSI/MSI-X >12:46:57,200 INFO kernel:[ 70.769165] microcode: CPU0 sig=0x623, pf=0x0, revision=0x1 >12:46:57,200 INFO kernel:[ 70.780131] parport_pc 00:04: reported by Plug and Play ACPI >12:46:57,200 INFO kernel:[ 70.838608] md: bind<vda2> >12:46:57,200 INFO kernel:[ 70.926524] md: bind<vdb1> >12:46:57,200 INFO kernel:[ 70.944037] microcode: CPU1 sig=0x623, pf=0x0, revision=0x1 >12:46:57,200 INFO kernel:[ 70.945571] microcode: CPU2 sig=0x623, pf=0x0, revision=0x1 >12:46:57,200 INFO kernel:[ 70.945078] microcode: CPU3 sig=0x623, pf=0x0, revision=0x1 >12:46:57,200 INFO kernel:[ 70.955295] md: bind<vda3> >12:46:57,200 INFO kernel:[ 70.958559] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >12:46:57,200 INFO kernel:[ 71.008590] md: bind<vda1> >12:46:57,200 INFO kernel:[ 71.114269] md: bind<vdb3> >12:46:57,200 INFO kernel:[ 71.232672] md: bind<vdb2> >12:46:57,200 INFO kernel:[ 71.325047] md: bind<vdd1> >12:46:57,200 INFO kernel:[ 71.412651] md: bind<vdd3> >12:46:57,200 INFO kernel:[ 71.545851] md: bind<vdc3> >12:46:57,200 INFO kernel:[ 71.769965] md/raid10:md125: active with 4 out of 4 devices >12:46:57,200 INFO kernel:[ 71.772451] created bitmap (1 pages) for device md125 >12:46:57,200 INFO kernel:[ 71.772925] md125: bitmap initialized from disk: read 1 pages, set 0 of 149 bits >12:46:57,200 INFO kernel:[ 72.591488] md125: detected capacity change from 0 to 9936306176 >12:46:57,200 DEBUG kernel:[ 72.592498] RAID10 conf printout: >12:46:57,200 DEBUG kernel:[ 72.592504] --- wd:4 rd:4 >12:46:57,200 DEBUG kernel:[ 72.592508] disk 0, wo:0, o:1, dev:vda3 >12:46:57,200 DEBUG kernel:[ 72.592511] disk 1, wo:0, o:1, dev:vdb3 >12:46:57,200 DEBUG kernel:[ 72.592514] disk 2, wo:0, o:1, dev:vdc3 >12:46:57,200 DEBUG kernel:[ 72.592517] disk 3, wo:0, o:1, dev:vdd3 >12:46:57,200 INFO kernel:[ 72.594612] md: bind<vdc2> >12:46:57,200 INFO kernel:[ 72.599117] md: bind<vdd2> >12:46:57,200 INFO kernel:[ 72.608755] md125: unknown partition table >12:46:57,200 INFO kernel:[ 72.611454] md/raid0:md127: md_size is 2097152 sectors. >12:46:57,200 INFO kernel:[ 72.611460] md: RAID0 configuration for md127 - 1 zone >12:46:57,200 INFO kernel:[ 72.611463] md: zone0=[vda2/vdb2/vdc2/vdd2] >12:46:57,200 INFO kernel:[ 72.611472] zone-offset= 0KB, device-offset= 0KB, size= 1048576KB >12:46:57,200 INFO kernel:[ 72.611474] >12:46:57,200 INFO kernel:[ 72.611494] md127: detected capacity change from 0 to 1073741824 >12:46:57,200 INFO kernel:[ 72.616817] md: bind<vdc1> >12:46:57,200 INFO kernel:[ 72.625913] md/raid1:md126: active with 4 out of 4 mirrors >12:46:57,200 INFO kernel:[ 72.626329] created bitmap (1 pages) for device md126 >12:46:57,200 INFO kernel:[ 72.626703] md126: bitmap initialized from disk: read 1 pages, set 0 of 9 bits >12:46:57,200 INFO kernel:[ 72.659646] md127: unknown partition table >12:46:57,200 INFO kernel:[ 72.881514] md126: detected capacity change from 0 to 537853952 >12:46:57,200 DEBUG kernel:[ 72.881873] RAID1 conf printout: >12:46:57,200 DEBUG kernel:[ 72.881878] --- wd:4 rd:4 >12:46:57,200 DEBUG kernel:[ 72.881882] disk 0, wo:0, o:1, dev:vda1 >12:46:57,200 DEBUG kernel:[ 72.881886] disk 1, wo:0, o:1, dev:vdb1 >12:46:57,200 DEBUG kernel:[ 72.881890] disk 2, wo:0, o:1, dev:vdc1 >12:46:57,200 DEBUG kernel:[ 72.881893] disk 3, wo:0, o:1, dev:vdd1 >12:46:57,200 INFO kernel:[ 72.911630] md126: unknown partition table >12:47:00,210 INFO NetworkManager: <info> NetworkManager (version 0.9.9.1-5.git20140319.fc21) is starting... >12:47:00,210 INFO NetworkManager: <info> Read config: /etc/NetworkManager/NetworkManager.conf >12:47:00,210 INFO NetworkManager: <info> WEXT support is enabled >12:47:00,706 INFO kernel:[ 80.280513] cfg80211: Calling CRDA to update world regulatory domain >12:47:01,171 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >12:47:01,288 INFO polkitd: Started polkitd version 0.112 >12:47:01,480 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >12:47:01,529 WARNING NetworkManager: ifcfg-rh: Could not get hostname: failed to read /etc/sysconfig/network >12:47:01,530 NOTICE NetworkManager: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >12:47:01,530 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >12:47:01,531 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >12:47:01,662 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >12:47:01,662 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-ens3 ... >12:47:01,668 NOTICE NetworkManager: ifcfg-rh: read connection 'ens3' >12:47:01,672 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' >12:47:01,811 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.login1' >12:47:01,822 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >12:47:01,841 INFO NetworkManager: <info> WiFi hardware radio set enabled >12:47:01,846 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >12:47:01,846 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >12:47:01,846 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >12:47:01,846 INFO NetworkManager: <info> Networking is enabled by state file >12:47:01,847 INFO NetworkManager: <info> (lo): link connected >12:47:01,847 INFO NetworkManager: <info> (lo): carrier is ON >12:47:01,848 INFO NetworkManager: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1) >12:47:01,848 INFO NetworkManager: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0 >12:47:01,849 INFO NetworkManager: <info> (ens3): link connected >12:47:01,849 INFO NetworkManager: <info> (ens3): carrier is ON >12:47:01,929 INFO NetworkManager: <info> (ens3): new Ethernet device (driver: 'virtio_net' ifindex: 2) >12:47:01,934 INFO NetworkManager: <info> (ens3): exported as /org/freedesktop/NetworkManager/Devices/1 >12:47:01,942 NOTICE NetworkManager: ifcfg-rh: read connection 'ens3' >12:47:01,951 INFO NetworkManager: <info> (ens3): device state change: unmanaged -> unavailable (reason 'connection-assumed') [10 20 41] >12:47:01,960 INFO NetworkManager: <info> (ens3): device state change: unavailable -> disconnected (reason 'connection-assumed') [20 30 41] >12:47:01,968 INFO NetworkManager: <info> Activation (ens3) starting connection 'ens3' >12:47:01,968 INFO NetworkManager: <info> Activation (ens3) Stage 1 of 5 (Device Prepare) scheduled... >12:47:01,976 INFO NetworkManager: <info> Activation (ens3) Stage 1 of 5 (Device Prepare) started... >12:47:01,976 INFO NetworkManager: <info> (ens3): device state change: disconnected -> prepare (reason 'none') [30 40 0] >12:47:01,977 INFO NetworkManager: <info> Activation (ens3) Stage 2 of 5 (Device Configure) scheduled... >12:47:01,977 INFO NetworkManager: <info> Activation (ens3) Stage 1 of 5 (Device Prepare) complete. >12:47:01,977 INFO NetworkManager: <info> Activation (ens3) Stage 2 of 5 (Device Configure) starting... >12:47:01,977 INFO NetworkManager: <info> (ens3): device state change: prepare -> config (reason 'none') [40 50 0] >12:47:01,977 INFO NetworkManager: <info> Activation (ens3) Stage 2 of 5 (Device Configure) successful. >12:47:01,978 INFO NetworkManager: <info> Activation (ens3) Stage 3 of 5 (IP Configure Start) scheduled. >12:47:01,978 INFO NetworkManager: <info> Activation (ens3) Stage 2 of 5 (Device Configure) complete. >12:47:01,978 INFO NetworkManager: <info> Activation (ens3) Stage 3 of 5 (IP Configure Start) started... >12:47:01,978 INFO NetworkManager: <info> (ens3): device state change: config -> ip-config (reason 'none') [50 70 0] >12:47:01,990 INFO NetworkManager: <info> Activation (ens3) Beginning DHCPv4 transaction (timeout in 45 seconds) >12:47:02,243 INFO NetworkManager: <info> dhclient started with pid 1469 >12:47:02,244 INFO NetworkManager: <info> Activation (ens3) Stage 3 of 5 (IP Configure Start) complete. >12:47:02,251 INFO NetworkManager: <info> Activation (ens3) Stage 5 of 5 (IPv6 Commit) scheduled... >12:47:02,251 ERR NetworkManager: <error> [1400158022.251643] [devices/nm-device.c:2072] activation_source_schedule(): activation stage already scheduled >12:47:02,251 INFO NetworkManager: <info> Activation (ens3) Stage 5 of 5 (IPv6 Commit) scheduled... >12:47:02,252 INFO NetworkManager: <info> Activation (ens3) Stage 5 of 5 (IPv6 Commit) started... >12:47:02,253 INFO NetworkManager: <info> (ens3): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >12:47:02,253 INFO NetworkManager: <info> Activation (ens3) Stage 5 of 5 (IPv6 Commit) complete. >12:47:02,254 INFO NetworkManager: <info> (ens3): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >12:47:02,254 INFO NetworkManager: <info> (ens3): device state change: secondaries -> activated (reason 'none') [90 100 0] >12:47:02,260 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_LOCAL >12:47:02,261 INFO NetworkManager: <info> Policy set 'ens3' (ens3) as default for IPv4 routing and DNS. >12:47:02,261 INFO NetworkManager: <info> Policy set 'ens3' (ens3) as default for IPv6 routing and DNS. >12:47:02,475 INFO NetworkManager: <info> Activation (ens3) successful, device activated. >12:47:02,478 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >12:47:02,541 INFO NetworkManager: <info> Setting system hostname to 'office37.anaconda.englab.brq.redhat.com' (from address lookup) >12:47:02,858 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >12:47:05,302 INFO dhclient: Internet Systems Consortium DHCP Client 4.3.0 >12:47:05,303 INFO dhclient: Copyright 2004-2014 Internet Systems Consortium. >12:47:05,303 INFO dhclient: All rights reserved. >12:47:05,303 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >12:47:05,303 INFO dhclient: >12:47:05,314 INFO NetworkManager: <info> (ens3): DHCPv4 state changed nbi -> preinit >12:47:05,328 INFO dhclient: Listening on LPF/ens3/52:54:00:00:61:9e >12:47:05,329 INFO dhclient: Sending on LPF/ens3/52:54:00:00:61:9e >12:47:05,329 INFO dhclient: Sending on Socket/fallback >12:47:05,329 INFO dhclient: DHCPDISCOVER on ens3 to 255.255.255.255 port 67 interval 4 (xid=0xdefbddb) >12:47:05,749 INFO dhclient: DHCPREQUEST on ens3 to 255.255.255.255 port 67 (xid=0xdefbddb) >12:47:05,750 INFO dhclient: DHCPOFFER from 10.34.102.253 >12:47:05,761 INFO dhclient: DHCPACK from 10.34.102.253 (xid=0xdefbddb) >12:47:05,850 INFO NetworkManager: <info> (ens3): DHCPv4 state changed preinit -> bound >12:47:05,850 INFO NetworkManager: <info> address 10.34.102.46 >12:47:05,850 INFO NetworkManager: <info> plen 24 (255.255.255.0) >12:47:05,850 INFO NetworkManager: <info> gateway 10.34.102.254 >12:47:05,850 INFO NetworkManager: <info> server identifier 10.34.39.2 >12:47:05,850 INFO NetworkManager: <info> lease time 3600 >12:47:05,850 INFO NetworkManager: <info> nameserver '10.34.39.2' >12:47:05,850 INFO NetworkManager: <info> domain name 'anaconda.englab.brq.redhat.com' >12:47:05,850 INFO NetworkManager: <info> domain name 'englab.brq.redhat.com' >12:47:05,856 INFO NetworkManager: <info> domain name 'brq.redhat.com' >12:47:05,856 INFO NetworkManager: <info> domain name 'redhat.com' >12:47:05,858 INFO NetworkManager: <info> Activation (ens3) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >12:47:05,859 INFO NetworkManager: <info> Activation (ens3) Stage 5 of 5 (IPv4 Commit) started... >12:47:05,869 INFO NetworkManager: <info> Activation (ens3) Stage 5 of 5 (IPv4 Commit) complete. >12:47:05,934 INFO dhclient: bound to 10.34.102.46 -- renewal in 1593 seconds. >12:47:07,408 INFO NetworkManager: <info> startup complete >12:47:20,711 NOTICE kernel:[ 100.304812] audit: type=1400 audit(1400158040.709:3): avc: denied { read write } for pid=1529 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=10657 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >12:47:21,263 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_GLOBAL >12:47:27,151 WARNING spice-vdagent: warning could not get file xfer save dir, using cwd >12:47:27,229 NOTICE kernel:[ 106.822430] audit: type=1400 audit(1400158047.221:4): avc: denied { open } for pid=1440 comm="in:imfile" path="/tmp/X.log" dev="tmpfs" ino=28879 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:user_tmp_t:s0 tclass=file >12:47:27,297 INFO kernel:[ 106.891636] input: spice vdagent tablet as /devices/virtual/input/input5 >12:47:29,346 NOTICE kernel:[ 108.935806] audit: type=1400 audit(1400158049.340:5): avc: denied { read write } for pid=1596 comm="dbus-daemon" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >12:47:33,978 INFO chronyd: chronyd version 1.29.1 starting >12:47:33,979 INFO chronyd: Linux kernel major=3 minor=15 patch=0 >12:47:33,979 INFO chronyd: hz=100 shift_hz=7 freq_scale=1.00000000 nominal_tick=10000 slew_delta_tick=833 max_tick_bias=1000 shift_pll=2 >12:47:33,983 INFO chronyd: Generated key 1 >12:47:39,237 INFO chronyd: Selected source 10.5.27.10 >12:48:04,186 INFO kernel:[ 143.780313] md126: detected capacity change from 537853952 to 0 >12:48:04,186 INFO kernel:[ 143.780323] md: md126 stopped. >12:48:04,186 INFO kernel:[ 143.780331] md: unbind<vdc1> >12:48:04,191 INFO kernel:[ 143.785060] md: export_rdev(vdc1) >12:48:04,198 INFO kernel:[ 143.792606] md: unbind<vdd1> >12:48:04,204 INFO kernel:[ 143.798059] md: export_rdev(vdd1) >12:48:04,204 INFO kernel:[ 143.798095] md: unbind<vda1> >12:48:04,209 INFO kernel:[ 143.803058] md: export_rdev(vda1) >12:48:04,209 INFO kernel:[ 143.803093] md: unbind<vdb1> >12:48:04,214 INFO kernel:[ 143.808058] md: export_rdev(vdb1) >12:48:05,166 INFO kernel:[ 144.760270] md127: detected capacity change from 1073741824 to 0 >12:48:05,166 INFO kernel:[ 144.760280] md: md127 stopped. >12:48:05,166 INFO kernel:[ 144.760287] md: unbind<vdd2> >12:48:05,172 INFO kernel:[ 144.766090] md: export_rdev(vdd2) >12:48:05,172 INFO kernel:[ 144.766186] md: unbind<vdc2> >12:48:05,179 INFO kernel:[ 144.772057] md: export_rdev(vdc2) >12:48:05,179 INFO kernel:[ 144.772091] md: unbind<vdb2> >12:48:05,184 INFO kernel:[ 144.778061] md: export_rdev(vdb2) >12:48:05,184 INFO kernel:[ 144.778098] md: unbind<vda2> >12:48:05,189 INFO kernel:[ 144.783062] md: export_rdev(vda2) >12:48:05,665 INFO kernel:[ 145.259843] md125: detected capacity change from 9936306176 to 0 >12:48:05,665 INFO kernel:[ 145.259851] md: md125 stopped. >12:48:05,665 INFO kernel:[ 145.259857] md: unbind<vdc3> >12:48:05,670 INFO kernel:[ 145.264101] md: export_rdev(vdc3) >12:48:05,670 INFO kernel:[ 145.264345] md: unbind<vdd3> >12:48:05,675 INFO kernel:[ 145.269130] md: export_rdev(vdd3) >12:48:05,675 INFO kernel:[ 145.269282] md: unbind<vdb3> >12:48:05,680 INFO kernel:[ 145.274063] md: export_rdev(vdb3) >12:48:05,680 INFO kernel:[ 145.274279] md: unbind<vda3> >12:48:05,686 INFO kernel:[ 145.279146] md: export_rdev(vda3) >12:48:05,968 INFO kernel:[ 145.561328] md: md127 stopped. >12:48:05,981 INFO kernel:[ 145.575612] md: bind<vdb1> >12:48:05,982 INFO kernel:[ 145.576906] md: bind<vdc1> >12:48:05,990 INFO kernel:[ 145.580211] md: bind<vdd1> >12:48:05,990 INFO kernel:[ 145.580773] md: bind<vda1> >12:48:05,997 INFO kernel:[ 145.591266] md/raid1:md127: active with 4 out of 4 mirrors >12:48:05,999 INFO kernel:[ 145.593942] created bitmap (1 pages) for device md127 >12:48:06,001 INFO kernel:[ 145.594275] md127: bitmap initialized from disk: read 1 pages, set 0 of 9 bits >12:48:06,285 INFO kernel:[ 145.879837] md127: detected capacity change from 0 to 537853952 >12:48:06,302 INFO kernel:[ 145.896494] md127: unknown partition table >12:48:06,643 INFO kernel:[ 146.236291] EXT4-fs (md127): INFO: recovery required on readonly filesystem >12:48:06,643 INFO kernel:[ 146.236297] EXT4-fs (md127): write access will be enabled during recovery >12:48:06,656 INFO kernel:[ 146.251002] EXT4-fs (md127): recovery complete >12:48:07,029 INFO kernel:[ 146.609452] EXT4-fs (md127): mounted filesystem with ordered data mode. Opts: (null) >12:48:07,029 DEBUG kernel:[ 146.609471] SELinux: initialized (dev md127, type ext4), uses xattr >12:48:08,156 INFO kernel:[ 147.749589] md127: detected capacity change from 537853952 to 0 >12:48:08,156 INFO kernel:[ 147.749599] md: md127 stopped. >12:48:08,156 INFO kernel:[ 147.749608] md: unbind<vda1> >12:48:08,163 INFO kernel:[ 147.754152] md: export_rdev(vda1) >12:48:08,171 INFO kernel:[ 147.758181] md: unbind<vdd1> >12:48:08,179 INFO kernel:[ 147.773061] md: export_rdev(vdd1) >12:48:08,179 INFO kernel:[ 147.773106] md: unbind<vdc1> >12:48:08,184 INFO kernel:[ 147.778054] md: export_rdev(vdc1) >12:48:08,184 INFO kernel:[ 147.778086] md: unbind<vdb1> >12:48:08,189 INFO kernel:[ 147.783061] md: export_rdev(vdb1) >12:48:09,151 INFO kernel:[ 148.745715] md: md127 stopped. >12:48:09,162 INFO kernel:[ 148.756741] md: bind<vdb3> >12:48:09,169 INFO kernel:[ 148.757268] md: bind<vdc3> >12:48:09,170 INFO kernel:[ 148.764299] md: bind<vdd3> >12:48:09,170 INFO kernel:[ 148.764734] md: bind<vda3> >12:48:09,189 INFO kernel:[ 148.782189] md/raid10:md127: active with 4 out of 4 devices >12:48:09,189 INFO kernel:[ 148.782974] created bitmap (1 pages) for device md127 >12:48:09,190 INFO kernel:[ 148.783689] md127: bitmap initialized from disk: read 1 pages, set 0 of 149 bits >12:48:09,354 INFO kernel:[ 148.948833] md127: detected capacity change from 0 to 9936306176 >12:48:09,357 INFO kernel:[ 148.951182] md127: unknown partition table >12:48:09,484 INFO kernel:[ 149.078273] EXT4-fs (md127): INFO: recovery required on readonly filesystem >12:48:09,485 INFO kernel:[ 149.078279] EXT4-fs (md127): write access will be enabled during recovery >12:48:10,079 INFO kernel:[ 149.673651] EXT4-fs (md127): recovery complete >12:48:10,187 INFO kernel:[ 149.781014] EXT4-fs (md127): mounted filesystem with ordered data mode. Opts: (null) >12:48:10,187 DEBUG kernel:[ 149.781102] SELinux: initialized (dev md127, type ext4), uses xattr >12:48:11,758 INFO kernel:[ 151.350300] md127: detected capacity change from 9936306176 to 0 >12:48:11,758 INFO kernel:[ 151.350311] md: md127 stopped. >12:48:11,758 INFO kernel:[ 151.350319] md: unbind<vda3> >12:48:11,763 INFO kernel:[ 151.357069] md: export_rdev(vda3) >12:48:11,763 INFO kernel:[ 151.357180] md: unbind<vdd3> >12:48:11,768 INFO kernel:[ 151.362074] md: export_rdev(vdd3) >12:48:11,769 INFO kernel:[ 151.362117] md: unbind<vdc3> >12:48:11,773 INFO kernel:[ 151.367082] md: export_rdev(vdc3) >12:48:11,773 INFO kernel:[ 151.367131] md: unbind<vdb3> >12:48:11,779 INFO kernel:[ 151.372066] md: export_rdev(vdb3) >12:48:12,992 NOTICE kernel:[ 152.586084] audit: type=1400 audit(1400158092.991:6): avc: denied { read write } for pid=1825 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >12:48:12,993 NOTICE kernel:[ 152.587198] audit: type=1400 audit(1400158092.992:7): avc: denied { read write } for pid=1825 comm="hwclock" path="/dev/mapper/control" dev="devtmpfs" ino=10657 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >12:48:14,005 NOTICE kernel:[ 153.573975] audit: type=1400 audit(1400158094.001:8): avc: denied { ioctl } for pid=1825 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >12:48:14,005 NOTICE kernel:[ 153.574002] audit: type=1400 audit(1400158094.001:9): avc: denied { getattr } for pid=1825 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >12:48:46,171 INFO chronyd: Selected source 10.5.26.10 >12:52:10,820 INFO kernel:[ 390.357073] Btrfs loaded >12:52:11,439 INFO kernel:[ 391.011002] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1098185
: 895901 |
895902
|
895903
|
895904
|
895905
|
895906
|
895907
|
895908
|
895909
|
895910
|
895911