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 834899 Details for
Bug 1008732
LUKSError: luks device not configured
[?]
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.
anaconda-tb reproducing c37 steps
anaconda-tb-y61CZL (text/plain), 727.84 KB, created by
Chris Murphy
on 2013-12-10 19:52:05 UTC
(
hide
)
Description:
anaconda-tb reproducing c37 steps
Filename:
MIME Type:
Creator:
Chris Murphy
Created:
2013-12-10 19:52:05 UTC
Size:
727.84 KB
patch
obsolete
>anaconda 20.25.14-1 exception report >Traceback (most recent call first): > File "/usr/lib/python2.7/site-packages/blivet/formats/luks.py", line 161, in setup > raise LUKSError("luks device not configured") > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 839, in setupParents > _format.setup() > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 702, in _preSetup > self.setupParents(orig=orig) > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 713, in setup > if not self._preSetup(orig=orig): > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 831, in setupParents > parent.setup(orig=orig) > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 702, in _preSetup > self.setupParents(orig=orig) > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 2256, in _preSetup > return StorageDevice._preSetup(self, orig=orig) > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 713, in setup > if not self._preSetup(orig=orig): > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 306, in setupParents > parent.setup(orig=orig) > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 2676, in setupParents > Device.setupParents(self, orig=orig) > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 702, in _preSetup > self.setupParents(orig=orig) > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 713, in setup > if not self._preSetup(orig=orig): > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 306, in setupParents > parent.setup(orig=orig) > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 2676, in setupParents > Device.setupParents(self, orig=orig) > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 702, in _preSetup > self.setupParents(orig=orig) > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 713, in setup > if not self._preSetup(orig=orig): > File "/usr/lib/python2.7/site-packages/blivet/deviceaction.py", line 534, in execute > self.device.setup(orig=True) > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 239, in processActions > action.execute() > File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 308, in doIt > self.devicetree.processActions() > File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 167, in turnOnFilesystems > storage.doIt() > File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 142, in doInstall > turnOnFilesystems(storage, mountOnly=flags.flags.dirInstall) > File "/usr/lib64/python2.7/threading.py", line 764, in run > self.__target(*self.__args, **self.__kwargs) > File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 192, in run > threading.Thread.run(self, *args, **kwargs) >LUKSError: luks device not configured > >Local variables in innermost frame: >self: existing luks >args: () >kwargs: {} > > >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 0x2ba0150>> > _intf._quitDialog: <class 'pyanaconda.ui.gui.QuitDialog'> > _intf.data: #version=DEVEL ># System authorization information >auth --enableshadow --passalgo=sha512 > ># Use CDROM installation media >cdrom ># Run the Setup Agent on first boot >firstboot --enable >ignoredisk --only-use=vda ># Keyboard layouts >keyboard --xlayouts='us' ># System language >lang en_US.UTF-8 > ># Network information >network --bootproto=dhcp --device=eth0 --onboot=off --ipv6=auto --activate >network --hostname=localhost.localdomain ># System timezone >timezone America/New_York --isUtc ># System bootloader configuration >bootloader --location=mbr --boot-drive=vda ># Partition clearing information >clearpart --all --initlabel --drives=vda ># Disk partitioning information >part /boot --fstype="ext4" --ondisk=vda --size=500 >part pv.39 --fstype="lvmpv" --ondisk=vda --size=5242377 >volgroup fedora --pesize=4096 pv.39 >logvol /home --fstype="ext4" --grow --size=500 --name=home --vgname=fedora >logvol / --fstype="ext4" --grow --maxsize=51200 --size=1024 --name=root --vgname=fedora >logvol swap --fstype="swap" --size=3104 --name=swap --vgname=fedora > >%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: {} > _intf.storage.dasd: DASD instance, containing members: > _intf.storage.dasd.dasdfmt: /sbin/dasdfmt > _intf.storage.dasd.commonArgv: [-y, -d, cdl, -b, 4096] > _intf.storage.dasd.started: True > _intf.storage.dasd.totalCylinders: 0 > _intf.storage.dasd._maxFormatJobs: 0 > _intf.storage.dasd._devices: [] > _intf.storage.dasd._completedCylinders: 0.0 > _intf.storage.dasd._dasdlist: [] > _intf.storage.roots: [] > _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([LVMLogicalVolumeDevice instance (0x7f9da63da590) -- > name = fedora-swap status = False kids = 0 id = 45 > parents = ['non-existent 5242376MB lvmvg fedora (42)'] > uuid = None size = 3104 > format = non-existent swap > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 3104 path = /dev/mapper/fedora-swap > format args = [] originalFormat = swap target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f9da63e9d10) -- > name = fedora status = False kids = 3 id = 42 > parents = ['non-existent 5242377MB partition vda3 (39) with non-existent lvmpv'] > uuid = None size = 5242376 > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 0 PE Size = 4.0 PE Count = 0 > PE Free = 0 PV Count = 1 > LV Names = [] modified = True > extents = 1310594.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['non-existent 5242377MB partition vda3 (39) with non-existent lvmpv'] > LVs = ['non-existent 51200MB lvmlv fedora-root (43) with non-existent ext4 filesystem mounted at /', > 'non-existent 5188072MB lvmlv fedora-home (44) with non-existent ext4 filesystem mounted at /home', > 'non-existent 3104MB lvmlv fedora-swap (45) with non-existent swap'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 3104MB]) > _intf.storage.fsset._usb: None > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree.dasd: Already dumped (DASD instance) > _intf.storage.fsset.devicetree.populated: True > _intf.storage.fsset.devicetree.exclusiveDisks: [vda] > _intf.storage.fsset.devicetree._actions: [ActionDestroyFormat instance, containing members: > device: LVMThinLogicalVolumeDevice instance, containing members: > device.major: 0 > device._partedDevice: parted.Device instance -- > model: Linux device-mapper (thin) path: /dev/mapper/fedora-home type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 10591608832 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (659297, 255, 63) biosGeometry: (659297, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da079f0e0> > device.req_percent: 0 > device.exists: True > device.req_size: 0 > device.logSize: 0 > device.singlePVerr: A proposed logical volume is restricted to a single physical volume on this platform. No physical volumes available in volume group fedora with 5171684 MB of available space. > device.req_max_size: 0 > device.req_grow: None > device._size: 5171684.0 > device.singlePV: False > device.id: 36 > device.controllable: True > device.dmUuid: None > device._format: existing None > device.copies: 1 > device.parents: [LVMThinPoolDevice instance, containing members: > major: 0 > _partedDevice: parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-pool00 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 10696466432 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (665824, 255, 63) biosGeometry: (665824, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da709bef0> > req_percent: 0 > exists: True > req_size: 0 > logSize: 0 > _lvs: [] > req_max_size: 0 > req_grow: None > _size: 5222884.0 > singlePV: False > id: 35 > controllable: True > dmUuid: None > _format: existing None > copies: 1 > parents: [ >] > segType: thin-pool > sysfsPath: /devices/virtual/block/dm-6 > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [/dev/mapper/fedora-pool00] > _targetSize: 5222884.0 > snapshotSpace: 0 > metaDataSize: 0 > uuid: 3HYSLv-dBxT-crPn-175e-tE6f-Kva7-SEQDWo > _model: Skipped > kids: 0 > chunkSize: 0 > singlePVerr: A proposed logical volume is restricted to a single physical volume on this platform. No physical volumes available in volume group fedora with 5222884 MB of available space. > _vendor: Skipped > _name: pool00 > protected: False > originalFormat: existing None > target: None > _serial: None >] > device.segType: thin > device.sysfsPath: /devices/virtual/block/dm-8 > device.minor: 0 > device.fstabComment: Skipped > device.bus: Skipped > device.deviceLinks: [/dev/disk/by-id/dm-name-fedora-home, /dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMajAkbcyTrAln3u5PWdHwKfJIn92vYf8s, /dev/disk/by-uuid/6da4b76b-2409-4296-a69a-96c82d2f49d8, /dev/fedora/home, /dev/mapper/fedora-home] > device._targetSize: 5171684.0 > device.snapshotSpace: 0 > device.metaDataSize: 0 > device.uuid: ajAkbc-yTrA-ln3u-5PWd-HwKf-JIn9-2vYf8s > device._model: Skipped > device.kids: 0 > device.target: None > device._vendor: Skipped > device._name: home > device.protected: False > device.originalFormat: XFS instance, containing members: > device.originalFormat.uuid: 6da4b76b-2409-4296-a69a-96c82d2f49d8 > device.originalFormat.exists: True > device.originalFormat._mountpoint: None > device.originalFormat._size: 0 > device.originalFormat._majorminor: None > device.originalFormat._mountType: xfs > device.originalFormat.fsprofile: None > device.originalFormat.label: None > device.originalFormat._targetSize: 0 > device.originalFormat._minInstanceSize: None > device.originalFormat.mountopts: None > device.originalFormat.mountpoint: None > device.originalFormat._device: /dev/mapper/fedora-home > device._serial: None > origFormat: XFS instance, containing members: > origFormat.uuid: 6da4b76b-2409-4296-a69a-96c82d2f49d8 > origFormat.exists: True > origFormat._mountpoint: None > origFormat._majorminor: 253008 > origFormat._mountType: xfs > origFormat.fsprofile: None > origFormat.label: None > origFormat._targetSize: 0 > origFormat._device: /dev/mapper/fedora-home > origFormat._minInstanceSize: None > origFormat.mountopts: None > origFormat.mountpoint: None > origFormat._size: 0 > id: 0 >, ActionDestroyDevice instance, containing members: > device: Already dumped (LVMThinLogicalVolumeDevice instance) > id: 1 >, ActionDestroyFormat instance, containing members: > device: LVMThinLogicalVolumeDevice instance, containing members: > device.major: 0 > device._partedDevice: parted.Device instance -- > model: Linux device-mapper (thin) path: /dev/mapper/fedora-root type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 104857600 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (6527, 255, 63) biosGeometry: (6527, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da709b8c0> > device.req_percent: 0 > device.exists: True > device.req_size: 0 > device.logSize: 0 > device.singlePVerr: A proposed logical volume is restricted to a single physical volume on this platform. No physical volumes available in volume group fedora with 51200 MB of available space. > device.req_max_size: 0 > device.req_grow: None > device._size: 51200.0 > device.singlePV: False > device.id: 37 > device.controllable: True > device.dmUuid: None > device._format: existing None > device.copies: 1 > device.parents: [Already dumped (LVMThinPoolDevice instance) >] > device.segType: thin > device.sysfsPath: /devices/virtual/block/dm-7 > device.minor: 0 > device.fstabComment: Skipped > device.bus: Skipped > device.deviceLinks: [/dev/disk/by-id/dm-name-fedora-root, /dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMacFKCriW7AcLsrkNZe6ECKQDFSnW3LTH, /dev/disk/by-uuid/f667c1ce-0763-431e-98bd-ad1ce59424aa, /dev/fedora/root, /dev/mapper/fedora-root] > device._targetSize: 51200.0 > device.snapshotSpace: 0 > device.metaDataSize: 0 > device.uuid: acFKCr-iW7A-cLsr-kNZe-6ECK-QDFS-nW3LTH > device._model: Skipped > device.kids: 0 > device.target: None > device._vendor: Skipped > device._name: root > device.protected: False > device.originalFormat: XFS instance, containing members: > device.originalFormat.uuid: f667c1ce-0763-431e-98bd-ad1ce59424aa > device.originalFormat.exists: True > device.originalFormat._mountpoint: None > device.originalFormat._size: 0 > device.originalFormat._majorminor: None > device.originalFormat._mountType: xfs > device.originalFormat.fsprofile: None > device.originalFormat.label: None > device.originalFormat._targetSize: 0 > device.originalFormat._minInstanceSize: None > device.originalFormat.mountopts: None > device.originalFormat.mountpoint: None > device.originalFormat._device: /dev/mapper/fedora-root > device._serial: None > origFormat: XFS instance, containing members: > origFormat.uuid: f667c1ce-0763-431e-98bd-ad1ce59424aa > origFormat.exists: True > origFormat._mountpoint: None > origFormat._majorminor: None > origFormat._mountType: xfs > origFormat.fsprofile: None > origFormat.label: None > origFormat._targetSize: 0 > origFormat._device: /dev/mapper/fedora-root > origFormat._minInstanceSize: None > origFormat.mountopts: None > origFormat.mountpoint: None > origFormat._size: 0 > id: 2 >, ActionDestroyDevice instance, containing members: > device: Already dumped (LVMThinLogicalVolumeDevice instance) > id: 3 >, ActionDestroyDevice instance, containing members: > device: Already dumped (LVMThinPoolDevice instance) > id: 4 >, ActionDestroyFormat instance, containing members: > device: existing 3104MB lvmlv fedora-swap (38) > origFormat: existing swap > id: 5 >, ActionDestroyDevice instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > id: 6 >, ActionDestroyDevice instance, containing members: > device: Already dumped (LVMVolumeGroupDevice instance) > id: 7 >, ActionDestroyFormat instance, containing members: > device: LUKSDevice instance, containing members: > device.major: 0 > device._partedDevice: parted.Device instance -- > model: Linux device-mapper (crypt) path: /dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 10736379904 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (668308, 255, 63) biosGeometry: (668308, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da709be60> > device.exists: True > device._size: 0 > device.id: 25 > device.controllable: True > device.uuid: None > device._format: existing None > device.dmUuid: None > device.parents: [existing 5242375MB partition vda3 (24) >] > device.sysfsPath: Skipped > device.minor: 0 > device.fstabComment: Skipped > device.bus: Skipped > device.deviceLinks: [/dev/disk/by-id/dm-name-luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff, /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-69d1f1ff0a2e468e9c4fc7a33503e6ff-luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff, /dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff] > device._targetSize: 0 > device._model: Skipped > device.kids: 0 > device.target: crypt > device._vendor: Skipped > device._name: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff > device.protected: False > device.originalFormat: existing lvmpv > device._serial: None > origFormat: existing lvmpv > id: 8 >, ActionDestroyDevice instance, containing members: > device: Already dumped (LUKSDevice instance) > id: 9 >, ActionDestroyFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: existing luks > id: 10 >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 11 >, ActionDestroyFormat instance, containing members: > device: existing 1MB partition vda1 (22) > origFormat: BIOSBoot instance, containing members: > origFormat.exists: True > origFormat._majorminor: 252001 > origFormat.uuid: None > origFormat._device: /dev/vda1 > origFormat._options: None > id: 12 >, ActionDestroyFormat instance, containing members: > device: existing 500MB partition vda2 (23) > origFormat: Ext4FS instance, containing members: > origFormat.errors: False > origFormat.uuid: 06cf66a8-1087-497a-9322-f088b94facc5 > origFormat.exists: True > origFormat._mountpoint: None > origFormat._majorminor: 252002 > origFormat._mountType: ext4 > origFormat.fsprofile: None > origFormat.label: None > origFormat._targetSize: 500.0 > origFormat.dirty: False > origFormat._minInstanceSize: 89.1 > origFormat.mountopts: None > origFormat.mountpoint: None > origFormat._device: /dev/vda2 > origFormat._size: 500.0 > id: 14 >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 15 >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 13 >, ActionDestroyFormat instance, containing members: > device: existing 5242880MB disk vda (21) with non-existent gpt disklabel > origFormat: existing gpt disklabel > id: 16 >, ActionCreateFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: existing None > id: 17 >, ActionCreateDevice instance, containing members: > device: non-existent 1MB partition vda1 (41) with non-existent biosboot > id: 22 >, ActionCreateDevice instance, containing members: > device: non-existent 500MB partition vda2 (40) with non-existent ext4 filesystem mounted at /boot > id: 20 >, ActionCreateDevice instance, containing members: > device: non-existent 5242377MB partition vda3 (39) with non-existent lvmpv > id: 18 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 19 >, ActionCreateDevice instance, containing members: > device: non-existent 5242376MB lvmvg fedora (42) > id: 24 >, ActionCreateDevice instance, containing members: > device: non-existent 51200MB lvmlv fedora-root (43) with non-existent ext4 filesystem mounted at / > id: 25 >, ActionCreateFormat instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > origFormat: non-existent None > id: 26 >, ActionCreateDevice instance, containing members: > device: non-existent 5188072MB lvmlv fedora-home (44) with non-existent ext4 filesystem mounted at /home > id: 27 >, ActionCreateFormat instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > origFormat: non-existent None > id: 28 >, ActionCreateDevice instance, containing members: > device: non-existent 3104MB lvmlv fedora-swap (45) with non-existent swap > id: 29 >, ActionCreateFormat instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > origFormat: non-existent None > id: 30 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 21 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 23 >] > _intf.storage.fsset.devicetree.iscsi: Already dumped (iscsi instance) > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree._devices: [OpticalDevice instance, containing members: > major: 11 > _partedDevice: parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 2247168 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: True > hardwareGeometry: (139, 255, 63) biosGeometry: (139, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da651ba70> > exists: True > _size: 4389.0 > id: 20 > controllable: True > uuid: None > _format: Iso9660FS instance, containing members: > _format.uuid: 2013-12-05-13-18-15-00 > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._mountType: iso9660 > _format.fsprofile: None > _format.label: Fedora_20-TC5_x86_64 > _format._targetSize: 0.0 > _format._device: /dev/sr0 > _format._minInstanceSize: None > _format.mountopts: None > _format.mountpoint: None > _format._size: 0.0 > parents: [] > sysfsPath: /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0 > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [/dev/cdrom, /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00001, /dev/disk/by-label/Fedora\x2020-TC5\x20x86_64, /dev/disk/by-uuid/2013-12-05-13-18-15-00] > _targetSize: 0 > _model: QEMU_DVD-ROM > kids: 0 > _vendor: None > _name: sr0 > protected: True > originalFormat: Iso9660FS instance, containing members: > originalFormat.uuid: 2013-12-05-13-18-15-00 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat.fsprofile: None > originalFormat.label: Fedora_20-TC5_x86_64 > originalFormat._targetSize: 0.0 > originalFormat._minInstanceSize: None > originalFormat.mountopts: None > originalFormat._size: 0.0 > originalFormat._device: /dev/sr0 > _serial: None >, Already dumped (DiskDevice instance) >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 26 > controllable: False > uuid: None > _format: existing None > parents: [] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /run/install/repo/LiveOS/squashfs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 27 > controllable: False > uuid: None > _format: existing squashfs > parents: [Already dumped (FileDevice instance) >] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop0 > protected: False > originalFormat: existing squashfs > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 28 > controllable: False > uuid: None > _format: existing None > parents: [] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _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 > id: 29 > controllable: False > uuid: None > _format: Ext4FS instance, containing members: > _format.errors: False > _format.uuid: eedce702-4423-4be7-861b-03909ed4f3fc > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._mountType: ext4 > _format.fsprofile: None > _format.label: Anaconda > _format._targetSize: 2048.0 > _format.dirty: False > _format._minInstanceSize: 0.0 > _format.mountopts: None > _format.mountpoint: None > _format._device: /dev/loop1 > _format._size: 2048.0 > parents: [Already dumped (FileDevice instance) >] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [/dev/disk/by-label/Anaconda, /dev/disk/by-uuid/eedce702-4423-4be7-861b-03909ed4f3fc] > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop1 > protected: False > originalFormat: Ext4FS instance, containing members: > originalFormat.errors: False > originalFormat.uuid: eedce702-4423-4be7-861b-03909ed4f3fc > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat._size: 2048.0 > originalFormat._majorminor: None > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.label: Anaconda > originalFormat._targetSize: 2048.0 > originalFormat.dirty: False > originalFormat._minInstanceSize: 0.0 > originalFormat.mountopts: None > originalFormat.mountpoint: None > originalFormat._device: /dev/loop1 > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 30 > controllable: False > uuid: None > _format: existing None > parents: [] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _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 > id: 31 > controllable: False > uuid: None > _format: existing DM_snapshot_cow > parents: [Already dumped (FileDevice instance) >] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop2 > protected: False > originalFormat: existing DM_snapshot_cow > _serial: None >, existing 2048MB dm live-rw (32) with existing ext4 filesystem >, existing 2048MB dm live-base (33) with existing ext4 filesystem >, Already dumped (PartitionDevice instance) >, Already dumped (PartitionDevice instance) >, Already dumped (PartitionDevice instance) >, Already dumped (LVMVolumeGroupDevice instance) >, Already dumped (LVMLogicalVolumeDevice instance) >, Already dumped (LVMLogicalVolumeDevice instance) >, Already dumped (LVMLogicalVolumeDevice instance) >] > _intf.storage.fsset.devicetree.ignoredDisks: [] > _intf.storage.fsset.devicetree._completed_actions: [] > _intf.storage.fsset.devicetree.names: [sr0, vda, loop0, /run/install/repo/LiveOS/squashfs.img, loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), live-rw, live-base, fedora-[lvol0_pmspare], fedora-[pool00_tdata], fedora-[pool00_tmeta], fedora-pool00_tmeta, fedora-pool00_tdata, fedora-pool00-tpool, fedora, fedora-root, fedora-home, fedora-swap] > _intf.storage.fsset.devicetree.liveBackingDevice: None > _intf.storage.fsset.devicetree.protectedDevNames: [sr0, live-base, live-rw, sr0] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._hidden: [] > _intf.storage.fsset.devicetree.protectedDevSpecs: [LABEL=Fedora_20-TC5_x86_64, live-base, live-rw, sr0] > _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: [LABEL=Fedora_20-TC5_x86_64, live-base, live-rw, sr0] > _intf.storage.config.ignoreDiskInteractive: False > _intf.storage.config.exclusiveDisks: [vda] > _intf.storage.config.clearPartDevices: [] > _intf.storage.config.zeroMbr: False > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [vda] > _intf.storage.config.mpathFriendlyNames: True > _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: [existing 5242880MB disk vda (21) with existing gpt disklabel >] > _intf.storage._bootloader.problems: [] > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader._default_image: None > _intf.storage._bootloader.stage2_device: Already dumped (PartitionDevice instance) > _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: $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) > _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.encryptionRetrofit: 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.autoPartitionRequests: [PartSpec instance (0x2ba0210) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True > >, PartSpec instance (0x2ba0190) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True > >, PartSpec instance (0x2ba0290) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False > >, PartSpec instance (0x2ba02d0) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >, PartSpec instance (0x2ba0310) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 3104 maxSize = None grow = False > >] > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.encryptedAutoPart: False > _intf._isFinal: False > _intf._distributionText: <function distributionText at 0x7f9dcb795b18> > _intf._ui: None > _intf._actions: Skipped > _intf.payload: YumPayload instance, containing members: > _intf.payload._groups: Skipped > _intf.payload._yum: Skipped > _intf.payload.install_device: OpticalDevice instance, containing members: > _intf.payload.install_device.major: 11 > _intf.payload.install_device._partedDevice: parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 2247168 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: True > hardwareGeometry: (139, 255, 63) biosGeometry: (139, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da783f320> > _intf.payload.install_device.exists: True > _intf.payload.install_device._size: 4389.0 > _intf.payload.install_device.id: 0 > _intf.payload.install_device.controllable: True > _intf.payload.install_device.uuid: None > _intf.payload.install_device._format: Iso9660FS instance, containing members: > _intf.payload.install_device._format.uuid: 2013-12-05-13-18-15-00 > _intf.payload.install_device._format.exists: True > _intf.payload.install_device._format._mountpoint: None > _intf.payload.install_device._format._majorminor: None > _intf.payload.install_device._format._minInstanceSize: None > _intf.payload.install_device._format._mountType: iso9660 > _intf.payload.install_device._format.fsprofile: None > _intf.payload.install_device._format.label: Fedora_20-TC5_x86_64 > _intf.payload.install_device._format._targetSize: 0.0 > _intf.payload.install_device._format._size: 0.0 > _intf.payload.install_device._format.mountopts: None > _intf.payload.install_device._format.mountpoint: None > _intf.payload.install_device._format._device: /dev/sr0 > _intf.payload.install_device.parents: [] > _intf.payload.install_device.deviceLinks: [/dev/cdrom, /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00001, /dev/disk/by-label/Fedora\x2020-TC5\x20x86_64, /dev/disk/by-uuid/2013-12-05-13-18-15-00] > _intf.payload.install_device.minor: 0 > _intf.payload.install_device.fstabComment: Skipped > _intf.payload.install_device.bus: Skipped > _intf.payload.install_device.sysfsPath: /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0 > _intf.payload.install_device._targetSize: 0 > _intf.payload.install_device._model: QEMU_DVD-ROM > _intf.payload.install_device.kids: 0 > _intf.payload.install_device._vendor: None > _intf.payload.install_device._name: sr0 > _intf.payload.install_device.protected: True > _intf.payload.install_device.originalFormat: Iso9660FS instance, containing members: > _intf.payload.install_device.originalFormat.uuid: 2013-12-05-13-18-15-00 > _intf.payload.install_device.originalFormat.exists: True > _intf.payload.install_device.originalFormat._mountpoint: None > _intf.payload.install_device.originalFormat.mountpoint: None > _intf.payload.install_device.originalFormat._majorminor: None > _intf.payload.install_device.originalFormat.fsprofile: None > _intf.payload.install_device.originalFormat.label: Fedora_20-TC5_x86_64 > _intf.payload.install_device.originalFormat._targetSize: 0.0 > _intf.payload.install_device.originalFormat._minInstanceSize: None > _intf.payload.install_device.originalFormat.mountopts: None > _intf.payload.install_device.originalFormat._size: 0.0 > _intf.payload.install_device.originalFormat._device: /dev/sr0 > _intf.payload.install_device._serial: None > _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._base_repo: anaconda > _intf.payload.txID: 1386704413.41 > _intf.payload.default_repos: [fedora, rawhide] > _intf.payload._createdInitrds: False > _intf.payload._packages: [] > _intf.payload._space_required: 4.07 GB > _intf.payload._base_repo_lock: <_RLock owner=None count=0> > _intf.payload.data: Already dumped (AnacondaKSHandler instance) > _intf.payload._kernelVersionList: [] > _intf._currentAction: ProgressHub instance, containing members: > _intf._currentAction._environs: [anaconda] > _intf._currentAction._check_list: [] > _intf._currentAction._progressNotebook: Notebook instance, containing members: > _intf._currentAction.payload: Already dumped (YumPayload 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._checker: None > _intf._currentAction.applyOnSkip: False > _intf._currentAction.storage: Already dumped (Blivet instance) > _intf._currentAction.skipTo: None > _intf._currentAction._rnotes_id: 4563 > _intf._currentAction._notReadySpokes: [] > _intf._currentAction._inSpoke: False > _intf._currentAction._incompleteSpokes: [PasswordSpoke instance, containing members: > _kickstarted: False > _visitedSinceApplied: True > _pwStrengthCheck: GUICheck instance, containing members: > _pwStrengthCheck._handler_id: 11891 > _pwStrengthCheck._check_data: None > _pwStrengthCheck._run_check: <bound method PasswordSpoke._checkPasswordStrength of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f9d9deef9d0>> > _pwStrengthCheck._parent: Already dumped (PasswordSpoke instance) > _pwStrengthCheck._set_error: <bound method PasswordSpoke.set_check_error of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f9d9deef9d0>> > _pwStrengthCheck._editable: Entry instance, containing members: > _pwStrengthCheck._check_status: None > _pwq_valid: True > _pwq_error: None > _check_list: [GUICheck instance, containing members: > _handler_id: 11888 > _check_data: None > _run_check: <bound method PasswordSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f9d9deef9d0>> > _parent: Already dumped (PasswordSpoke instance) > _set_error: <bound method PasswordSpoke.set_check_error of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f9d9deef9d0>> > _editable: Already dumped (Entry instance) > _check_status: None >, GUICheck instance, containing members: > _handler_id: 11889 > _check_data: None > _run_check: <bound method PasswordSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f9d9deef9d0>> > _parent: Already dumped (PasswordSpoke instance) > _set_error: <bound method PasswordSpoke.set_check_error of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f9d9deef9d0>> > _editable: Entry instance, containing members: > _check_status: None >, GUICheck instance, containing members: > _handler_id: 11890 > _check_data: None > _run_check: <bound method PasswordSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f9d9deef9d0>> > _parent: Already dumped (PasswordSpoke instance) > _set_error: <bound method PasswordSpoke.set_check_error of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f9d9deef9d0>> > _editable: Already dumped (Entry instance) > _check_status: None >, Already dumped (GUICheck instance) >, GUICheck instance, containing members: > _handler_id: 11892 > _check_data: None > _run_check: <bound method PasswordSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f9d9deef9d0>> > _parent: Already dumped (PasswordSpoke instance) > _set_error: <bound method PasswordSpoke.set_check_error of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f9d9deef9d0>> > _editable: Already dumped (Entry instance) > _check_status: None >] > _data: Already dumped (AnacondaKSHandler instance) > applyOnSkip: False > confirm: Already dumped (Entry instance) > storage: Already dumped (Blivet instance) > payload: Already dumped (YumPayload instance) > skipTo: None > _confirm_check: Already dumped (GUICheck instance) > instclass: Already dumped (DefaultInstall instance) > _waivePasswordClicks: 0 > selector: SpokeSelector instance, containing members: > pw_label: Label instance, containing members: > _password_check: Already dumped (GUICheck instance) > pw: Already dumped (Entry instance) > builder: Builder instance, containing members: > pw_bar: LevelBar instance, containing members: > _window: SpokeWindow instance, containing members: >, UserSpoke instance, containing members: > _visitedSinceApplied: True > _password_check: GUICheck instance, containing members: > _password_check._handler_id: 12100 > _password_check._check_data: None > _password_check._run_check: <bound method UserSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f9da756c7d0>> > _password_check._parent: Already dumped (UserSpoke instance) > _password_check._set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f9da756c7d0>> > _password_check._editable: Entry instance, containing members: > _password_check._check_status: None > guesser: {<Entry object at 0x7f9da63e1c80 (GtkEntry at 0x4fb91c0)>: True} > _pwStrengthCheck: GUICheck instance, containing members: > _pwStrengthCheck._handler_id: 12101 > _pwStrengthCheck._check_data: None > _pwStrengthCheck._run_check: <bound method UserSpoke._checkPasswordStrength of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f9da756c7d0>> > _pwStrengthCheck._parent: Already dumped (UserSpoke instance) > _pwStrengthCheck._set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f9da756c7d0>> > _pwStrengthCheck._editable: Already dumped (Entry instance) > _pwStrengthCheck._check_status: None > _pwq_valid: True > _pwq_error: None > _oldweak: None > _check_list: [GUICheck instance, containing members: > _handler_id: 12098 > _check_data: None > _run_check: <bound method UserSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f9da756c7d0>> > _parent: Already dumped (UserSpoke instance) > _set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f9da756c7d0>> > _editable: Already dumped (Entry instance) > _check_status: None >, GUICheck instance, containing members: > _handler_id: 12099 > _check_data: None > _run_check: <bound method UserSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f9da756c7d0>> > _parent: Already dumped (UserSpoke instance) > _set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f9da756c7d0>> > _editable: Entry instance, containing members: > _check_status: None >, Already dumped (GUICheck instance) >, Already dumped (GUICheck instance) >, GUICheck instance, containing members: > _handler_id: 12102 > _check_data: None > _run_check: <bound method UserSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f9da756c7d0>> > _parent: Already dumped (UserSpoke instance) > _set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f9da756c7d0>> > _editable: Already dumped (Entry instance) > _check_status: None >, GUICheck instance, containing members: > _handler_id: 12103 > _check_data: {'regex': <_sre.SRE_Pattern object at 0x18e31c0>, 'message': Invalid username} > _run_check: <function _checkUsername at 0x7f9da75ff050> > _parent: Already dumped (UserSpoke instance) > _set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f9da756c7d0>> > _editable: Entry instance, containing members: > _check_status: None >, GUICheck instance, containing members: > _handler_id: 12104 > _check_data: {'regex': <_sre.SRE_Pattern object at 0x7f9dbfef9250>, 'message': Full name cannot contain colon characters} > _run_check: <function check_re at 0x7f9db1ffe5f0> > _parent: Already dumped (UserSpoke instance) > _set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f9da756c7d0>> > _editable: Entry instance, containing members: > _check_status: None >] > _wheel: group --name=wheel > > payload: Already dumped (YumPayload instance) > applyOnSkip: False > confirm: Already dumped (Entry instance) > storage: Already dumped (Blivet instance) > skipTo: None > _advanced: AdvancedUserDialog instance, containing members: > _advanced._window: Dialog instance, containing members: > _advanced._cGid: CheckButton instance, containing members: > _advanced.applyOnSkip: False > _advanced._groupDict: {'wheel': Already dumped (F12_GroupData instance) >} > _advanced._groupsError: Label instance, containing members: > _advanced.builder: Builder instance, containing members: > _advanced._saveButton: Button instance, containing members: > _advanced._cUid: CheckButton instance, containing members: > _advanced._tHome: Entry instance, containing members: > _advanced._spinGid: SpinButton instance, containing members: > _advanced.skipTo: None > _advanced._cHome: CheckButton instance, containing members: > _advanced._uid: Adjustment instance, containing members: > _advanced._check_list: [GUICheck instance, containing members: > _handler_id: 12239 > _check_data: {'error_label': Already dumped (Label instance) >, 'message': None} > _run_check: <function _validateGroups at 0x7f9da75ff140> > _parent: Already dumped (AdvancedUserDialog instance) > _set_error: <bound method AdvancedUserDialog.set_check_error of <pyanaconda.ui.gui.spokes.user.AdvancedUserDialog object at 0x7f9da64adcd0>> > _editable: Entry instance, containing members: > _check_status: None >] > _advanced._gid: Adjustment instance, containing members: > _advanced._tGroups: Already dumped (Entry instance) > _advanced._data: Already dumped (AnacondaKSHandler instance) > _advanced._user: F19_UserData instance, containing members: > _advanced._user.shell: Skipped > _advanced._user.name: Skipped > _advanced._user.isCrypted: False > _advanced._user.lock: False > _advanced._user.password_kickstarted: False > _advanced._user.gid: None > _advanced._user.gecos: Skipped > _advanced._user.lineno: 0 > _advanced._user.groups: [] > _advanced._user.uid: None > _advanced._user.password: Skipped > _advanced._user.homedir: Skipped > _advanced._lHome: Label instance, containing members: > _advanced._spinUid: SpinButton instance, containing members: > b_advanced: Button instance, containing members: > _confirm_check: Already dumped (GUICheck instance) > username: Already dumped (Entry instance) > instclass: Already dumped (DefaultInstall instance) > _waivePasswordClicks: 0 > selector: SpokeSelector instance, containing members: > pw_label: Label instance, containing members: > _data: Already dumped (AnacondaKSHandler instance) > pw: Already dumped (Entry instance) > _groupDict: {'wheel': Already dumped (F12_GroupData instance) >} > admin: CheckButton instance, containing members: > builder: Builder instance, containing members: > pw_bar: LevelBar instance, containing members: > usepassword: CheckButton instance, containing members: > _window: SpokeWindow instance, containing members: > fullname: Already dumped (Entry instance) > _user: Already dumped (F19_UserData instance) >] > _intf._currentAction.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._currentStep: 0 > _intf._currentAction._progressLabel: Label instance, containing members: > _intf._currentAction._rnotesPages: <itertools.cycle object at 0x7f9da64830e0> > _intf._currentAction._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._progressBar: ProgressBar instance, containing members: > _intf._currentAction._spokes: {'PasswordSpoke': Already dumped (PasswordSpoke instance) >, 'UserSpoke': Already dumped (UserSpoke instance) >} > _intf._currentAction._totalSteps: 0 > _intf._currentAction.builder: Builder instance, containing members: > _intf._currentAction._window: HubWindow instance, containing members: > _intf._currentAction._autoContinue: False > _intf._currentAction._configurationDone: False >updateSrc: None >rootParts: None >id: None >rescue: False >mediaDevice: None >methodstr: None >proxyPassword: None >desktop: Desktop instance, containing members: > desktop._runlevel: 3 > desktop.desktop: None >canReIPL: False >xdriver: None >stage2: hd:LABEL=Fedora_20-TC5_x86_64 >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: $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) > _bootloader.linux_images: [] >_payload: Already dumped (YumPayload instance) >displayMode: g >ksdata: Already dumped (AnacondaKSHandler instance) >proxyUsername: None >extraModules: [] >mehConfig: Config instance, containing members: > mehConfig.programArch: x86_64 > mehConfig.callbackDict: {'lsblk_output': (<function lsblk_callback at 0x7f9da7835410>, True), 'type': (<function <lambda> at 0x7f9da78355f0>, True), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0x7f9da7835488>, True)} > mehConfig.attrSkipList: [_intf._actions, _intf._currentAction._xklwrapper, _intf._currentAction._spokes["KeyboardSpoke"]._xkl_wrapper, _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: 20.25.14-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': None, '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': 'hd:LABEL=Fedora_20-TC5_x86_64', 'method': None, 'vncpassword': '', 'vnc': False, 'rescue': False, 'noverifyssl': False, 'autostep': False, 'geoloc': None, 'proxy': None, 'dlabel': False, 'vncconnect': None, 'lang': None, 'askmethod': False, 'liveinst': False, 'loglevel': None, '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: >19:39:21,503 INFO anaconda: /sbin/anaconda 20.25.14-1 >19:39:21,880 INFO anaconda: 1572864 kB (1536 MB) are available >19:39:21,880 INFO anaconda: check_memory(): total:1536, needed:512, graphical:512 >19:39:21,909 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >19:39:21,911 INFO anaconda: Default encoding = utf-8 >19:39:22,373 INFO anaconda: Display mode = g >19:39:22,376 INFO anaconda: 1572864 kB (1536 MB) are available >19:39:22,376 INFO anaconda: check_memory(): total:1536, needed:512, graphical:512 >19:39:23,173 DEBUG anaconda: X server has signalled a successful start. >19:39:23,180 INFO anaconda: Starting window manager, pid 967. >19:39:23,279 INFO anaconda: Started spice-vdagent. >19:39:24,459 INFO anaconda: Running Thread: AnaXklWrapperInitThread (140315263235840) >19:39:24,615 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >19:39:24,618 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >19:39:24,619 INFO anaconda: using only installclass _Fedora >19:39:25,444 INFO anaconda: bootloader GRUB2 on X86 platform >19:39:25,448 INFO anaconda: bootloader GRUB2 on X86 platform >19:39:25,502 DEBUG anaconda: network: devices found ['eth0'] >19:39:26,016 DEBUG anaconda: network: dumping ifcfg file for default autoconnection on eth0 >19:39:26,146 DEBUG anaconda: network: setting autoconnect of eth0 to False >19:39:26,147 DEBUG anaconda: network: missing ifcfgs created for devices ['eth0'] >19:39:26,188 DEBUG anaconda: updating hostname localhost.localdomain >19:39:26,263 INFO anaconda: Running Thread: AnaStorageThread (140315077912320) >19:39:26,303 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (140315061126912) >19:39:26,315 INFO anaconda: Running Thread: AnaTimeInitThread (140315069519616) >19:39:26,339 INFO anaconda: Running Thread: AnaPayloadThread (140315052734208) >19:39:26,597 DEBUG anaconda: updating hostname localhost.localdomain >19:39:26,728 INFO anaconda: got 0 NTP servers from DHCP >19:39:26,735 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (140315061126912) >19:39:26,813 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (140315061126912) >19:39:26,814 INFO anaconda: Starting geolocation lookup >19:39:26,815 INFO anaconda: Geolocation provider: Fedora GeoIP >19:39:27,287 INFO anaconda: Geolocation lookup finished in 0.5 seconds >19:39:27,318 INFO anaconda: got results from geolocation >19:39:27,323 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (140315061126912) >19:39:29,799 INFO anaconda: Thread Done: AnaStorageThread (140315077912320) >19:39:29,800 INFO anaconda: Thread Done: AnaXklWrapperInitThread (140315263235840) >19:39:30,007 INFO anaconda: Thread Done: AnaTimeInitThread (140315069519616) >19:39:30,363 INFO anaconda: Thread Done: AnaPayloadThread (140315052734208) >19:40:05,487 DEBUG anaconda: network standalone spoke (init): completed: ['eth0'] >19:40:05,693 INFO anaconda: Running Thread: AnaDateTimeThread (140315052734208) >19:40:05,710 INFO anaconda: fs space: 0 B needed: 3 GB >19:40:05,879 INFO anaconda: Thread Done: AnaDateTimeThread (140315052734208) >19:40:05,957 INFO anaconda: fs space: 0 B needed: 3 GB >19:40:06,030 INFO anaconda: fs space: 0 B needed: 3 GB >19:40:06,088 INFO anaconda: Running Thread: AnaSourceWatcher (140315263235840) >19:40:06,124 INFO anaconda: Running Thread: AnaSoftwareWatcher (140314987648768) >19:40:06,228 INFO anaconda: Running Thread: AnaStorageWatcher (140314978723584) >19:40:06,235 INFO anaconda: Thread Done: AnaStorageWatcher (140314978723584) >19:40:06,327 INFO anaconda: Running Thread: AnaCustomStorageInit (140314978723584) >19:40:06,478 DEBUG anaconda: network: selected device eth0 >19:40:06,590 DEBUG anaconda: updating hostname localhost.localdomain >19:40:06,985 INFO anaconda: Running Thread: AnaNTPserver0 (140315077912320) >19:40:06,994 INFO anaconda: Running Thread: AnaNTPserver1 (140314963875584) >19:40:06,998 INFO anaconda: Running Thread: AnaNTPserver2 (140314955482880) >19:40:07,013 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7f9da76c5850> >19:40:07,014 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f9da76c5e50> status to: Probing storage... >19:40:07,014 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f9da76c5e50> status to: Downloading package metadata... >19:40:07,015 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f9da76ea510> status to: Downloading package metadata... >19:40:07,015 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f9da76ea510> status to: Downloading group metadata... >19:40:07,016 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f9da76ea110> status to: Probing storage... >19:40:07,018 INFO anaconda: Running Thread: AnaNTPserver3 (140314947090176) >19:40:07,028 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f9da76ea110> >19:40:07,178 INFO anaconda: Thread Done: AnaNTPserver0 (140315077912320) >19:40:07,178 INFO anaconda: Thread Done: AnaNTPserver1 (140314963875584) >19:40:07,179 INFO anaconda: Thread Done: AnaNTPserver3 (140314947090176) >19:40:07,294 DEBUG anaconda: updating hostname localhost.localdomain >19:40:07,365 INFO anaconda: Thread Done: AnaNTPserver2 (140314955482880) >19:40:07,735 DEBUG anaconda: updating hostname localhost.localdomain >19:40:07,739 INFO anaconda: setting <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0x7f9da76b2b90> status to: Wired (eth0) connected >19:40:07,753 DEBUG anaconda: Setting up repos: [] >19:40:07,756 INFO anaconda: Thread Done: AnaSourceWatcher (140315263235840) >19:40:07,856 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f9da76c5e50> >19:40:08,311 INFO anaconda: Thread Done: AnaCustomStorageInit (140314978723584) >19:40:11,814 DEBUG anaconda: disk free: 3.96 MB fs free: 410 MB sw needs: 3 GB auto swap: 0 B >19:40:13,408 INFO anaconda: Running Thread: AnaCheckSoftwareThread (140314978723584) >19:40:13,409 INFO anaconda: Thread Done: AnaSoftwareWatcher (140314987648768) >19:40:13,512 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f9da76ea510> >19:40:13,521 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f9da76ea510> >19:40:13,528 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f9da76c5e50> >19:40:13,530 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f9da76ea510> status to: Checking software dependencies... >19:40:14,778 INFO anaconda: Running Thread: AnaExecuteStorageThread (140314987648768) >19:40:14,786 DEBUG anaconda: new disk order: [] >19:40:14,937 DEBUG anaconda: new disk order: [] >19:40:15,138 DEBUG anaconda: _is_valid_disklabel(vda) returning True >19:40:15,139 DEBUG anaconda: _is_valid_size(vda) returning True >19:40:15,139 DEBUG anaconda: _is_valid_location(vda) returning True >19:40:15,140 DEBUG anaconda: _is_valid_format(vda) returning True >19:40:15,140 DEBUG anaconda: is_valid_stage1_device(vda) returning True >19:40:15,141 INFO anaconda: Thread Done: AnaExecuteStorageThread (140314987648768) >19:40:15,376 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sr0', 'vda', 'vda1', 'vda2', 'vda3'] >19:40:15,378 DEBUG anaconda: ui: unused=['vda3', 'vda1', 'vda2'] >19:40:15,381 DEBUG anaconda: ui: new_devices=[] >19:40:15,429 DEBUG anaconda: page clicked: New Fedora 20-TC5 Installation >19:40:15,433 DEBUG anaconda: show mountpoint: New Fedora 20-TC5 Installation >19:40:15,434 DEBUG anaconda: show mountpoint: New Fedora 20-TC5 Installation >19:40:15,582 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f9da76ea110> >19:40:15,583 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f9da76ea110> status to: Saving storage configuration... >19:40:15,597 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f9da76ea110> >19:40:20,043 INFO anaconda: Thread Done: AnaCheckSoftwareThread (140314978723584) >19:40:20,111 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f9da76ea510> >19:40:20,115 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f9da76c5e50> >19:40:24,820 DEBUG anaconda: page clicked: Unknown >19:40:24,821 DEBUG anaconda: show mountpoint: Unknown >19:40:24,833 DEBUG anaconda: populate_right_side: existing 1MB partition vda1 (2) with existing biosboot >19:40:24,833 DEBUG anaconda: updated device_disks to ['vda'] >19:40:24,834 DEBUG anaconda: updated device_container_name to None >19:40:24,834 DEBUG anaconda: updated device_container_raid_level to None >19:40:24,834 DEBUG anaconda: updated device_container_encrypted to False >19:40:24,834 DEBUG anaconda: updated device_container_size to 0 >19:40:24,839 DEBUG anaconda: fs type changed: BIOS Boot >19:40:24,843 INFO anaconda: getting device type for None >19:40:24,844 ERR anaconda: unknown device type: 'None' >19:40:24,844 DEBUG anaconda: device_type_changed: None None >19:40:24,845 INFO anaconda: getting device type for None >19:40:24,846 ERR anaconda: unknown device type: 'None' >19:40:24,846 DEBUG anaconda: device_type_changed: None None >19:40:24,849 INFO anaconda: getting device type for Standard Partition >19:40:24,850 DEBUG anaconda: device_type_changed: 2 Standard Partition >19:40:24,850 INFO anaconda: getting device type for Standard Partition >19:40:24,851 INFO anaconda: getting device type for Standard Partition >19:40:24,851 INFO anaconda: getting device type for Standard Partition >19:40:24,852 INFO anaconda: getting device type for Standard Partition >19:40:24,853 INFO anaconda: getting device type for Standard Partition >19:40:24,854 INFO anaconda: getting device type for Standard Partition >19:40:24,855 INFO anaconda: getting device type for Standard Partition >19:40:24,855 INFO anaconda: getting device type for Standard Partition >19:40:24,856 DEBUG anaconda: populate_raid: 2, None >19:40:24,856 INFO anaconda: getting device type for Standard Partition >19:40:24,858 INFO anaconda: getting device type for Standard Partition >19:40:24,859 DEBUG anaconda: populate_raid: 2, None >19:40:24,859 INFO anaconda: getting device type for Standard Partition >19:40:26,380 DEBUG anaconda: current selector: existing 1MB partition vda1 (2) with existing biosboot >19:40:26,381 DEBUG anaconda: notebook page = 1 >19:40:26,382 INFO anaconda: ui: saving changes to device vda1 >19:40:26,382 DEBUG anaconda: old name: vda1 >19:40:26,382 DEBUG anaconda: new name: None >19:40:26,387 DEBUG anaconda: old size: 1.0 >19:40:26,387 DEBUG anaconda: new size: 1 >19:40:26,387 INFO anaconda: getting device type for Standard Partition >19:40:26,388 DEBUG anaconda: old device type: 2 >19:40:26,388 DEBUG anaconda: new device type: 2 >19:40:26,389 DEBUG anaconda: reformat: False >19:40:26,389 DEBUG anaconda: old fs type: biosboot >19:40:26,390 DEBUG anaconda: new fs type: biosboot >19:40:26,390 DEBUG anaconda: old encryption setting: False >19:40:26,390 DEBUG anaconda: new encryption setting: False >19:40:26,390 DEBUG anaconda: old label: >19:40:26,390 DEBUG anaconda: new_label: >19:40:26,391 DEBUG anaconda: old mountpoint: >19:40:26,391 DEBUG anaconda: new mountpoint: >19:40:26,391 DEBUG anaconda: old raid level: None >19:40:26,391 DEBUG anaconda: new raid level: None >19:40:26,392 DEBUG anaconda: old container: None >19:40:26,392 DEBUG anaconda: new container: None >19:40:26,393 DEBUG anaconda: old container encrypted: False >19:40:26,393 DEBUG anaconda: new container encrypted: False >19:40:26,393 DEBUG anaconda: old container raid level: None >19:40:26,393 DEBUG anaconda: new container raid level: None >19:40:26,393 DEBUG anaconda: old container size request: 0 >19:40:26,394 DEBUG anaconda: new container size request: 0 >19:40:26,394 DEBUG anaconda: old disks: ['vda'] >19:40:26,394 DEBUG anaconda: new disks: ['vda'] >19:40:26,394 DEBUG anaconda: populate_right_side: existing 1MB partition vda1 (2) with existing biosboot >19:40:26,395 DEBUG anaconda: updated device_disks to ['vda'] >19:40:26,395 DEBUG anaconda: updated device_container_name to None >19:40:26,395 DEBUG anaconda: updated device_container_raid_level to None >19:40:26,396 DEBUG anaconda: updated device_container_encrypted to False >19:40:26,396 DEBUG anaconda: updated device_container_size to 0 >19:40:26,405 INFO anaconda: getting device type for Standard Partition >19:40:26,405 DEBUG anaconda: populate_raid: 2, None >19:40:26,406 INFO anaconda: getting device type for Standard Partition >19:40:26,406 DEBUG anaconda: new selector: existing 5242375MB partition vda3 (4) with existing luks >19:40:32,510 INFO anaconda: trying to unlock vda3... >19:40:34,720 INFO anaconda: unlocked vda3, now going to populate devicetree... >19:40:46,668 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'fedora', 'fedora-home', 'fedora-pool00', 'fedora-root', 'fedora-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff', 'sr0', 'vda', 'vda1', 'vda2', 'vda3'] >19:40:46,672 DEBUG anaconda: ui: unused=['vda1'] >19:40:46,675 DEBUG anaconda: ui: new_devices=[] >19:40:46,710 DEBUG anaconda: page clicked: New Fedora 20-TC5 Installation >19:40:46,713 DEBUG anaconda: show mountpoint: New Fedora 20-TC5 Installation >19:40:46,714 DEBUG anaconda: show mountpoint: New Fedora 20-TC5 Installation >19:40:48,985 DEBUG anaconda: page clicked: Fedora Linux 20 for x86_64 >19:40:48,985 DEBUG anaconda: show mountpoint: Fedora Linux 20 for x86_64 >19:40:48,986 DEBUG anaconda: populate_right_side: existing 500MB partition vda2 (3) with existing ext4 filesystem >19:40:48,987 DEBUG anaconda: updated device_disks to ['vda'] >19:40:48,988 DEBUG anaconda: updated device_container_name to None >19:40:48,988 DEBUG anaconda: updated device_container_raid_level to None >19:40:48,988 DEBUG anaconda: updated device_container_encrypted to False >19:40:48,989 DEBUG anaconda: updated device_container_size to 0 >19:40:48,994 DEBUG anaconda: fs type changed: ext4 >19:40:49,008 INFO anaconda: getting device type for Standard Partition >19:40:49,010 DEBUG anaconda: populate_raid: 2, None >19:40:49,011 INFO anaconda: getting device type for Standard Partition >19:41:01,071 INFO anaconda: Running Thread: AnaStorageThread (140314978723584) >19:41:10,706 INFO anaconda: Thread Done: AnaStorageThread (140314978723584) >19:41:21,106 DEBUG anaconda: disk free: 3.96 MB fs free: 410 MB sw needs: 4.07 GB auto swap: 3.10 GB >19:41:23,906 INFO anaconda: Running Thread: AnaExecuteStorageThread (140314978723584) >19:41:23,921 DEBUG anaconda: new disk order: [] >19:41:24,032 DEBUG anaconda: new disk order: [] >19:41:24,158 DEBUG anaconda: stage1 device cannot be of type lvmvg >19:41:24,163 DEBUG anaconda: stage1 device cannot be of type lvmthinlv >19:41:24,166 DEBUG anaconda: stage1 device cannot be of type lvmthinpool >19:41:24,170 DEBUG anaconda: stage1 device cannot be of type lvmthinlv >19:41:24,173 DEBUG anaconda: stage1 device cannot be of type lvmlv >19:41:24,177 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >19:41:24,182 DEBUG anaconda: _is_valid_disklabel(vda) returning True >19:41:24,183 DEBUG anaconda: _is_valid_size(vda) returning True >19:41:24,184 DEBUG anaconda: _is_valid_location(vda) returning True >19:41:24,184 DEBUG anaconda: _is_valid_format(vda) returning True >19:41:24,184 DEBUG anaconda: is_valid_stage1_device(vda) returning True >19:41:24,187 INFO anaconda: Thread Done: AnaExecuteStorageThread (140314978723584) >19:41:24,379 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'fedora', 'fedora-home', 'fedora-pool00', 'fedora-root', 'fedora-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff', 'sr0', 'vda', 'vda1', 'vda2', 'vda3'] >19:41:24,382 DEBUG anaconda: ui: unused=['fedora-home', 'vda2', 'fedora-root', 'fedora-swap', 'vda1'] >19:41:24,383 DEBUG anaconda: ui: new_devices=[] >19:41:24,407 DEBUG anaconda: page clicked: New Fedora 20-TC5 Installation >19:41:24,409 DEBUG anaconda: show mountpoint: New Fedora 20-TC5 Installation >19:41:24,410 DEBUG anaconda: show mountpoint: New Fedora 20-TC5 Installation >19:41:24,438 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f9da76ea110> >19:41:24,440 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f9da76ea110> status to: Saving storage configuration... >19:41:24,448 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f9da76ea110> >19:41:26,925 DEBUG anaconda: page clicked: Unknown >19:41:26,925 DEBUG anaconda: show mountpoint: Unknown >19:41:26,926 DEBUG anaconda: populate_right_side: existing 5171684MB lvmthinlv fedora-home (36) with existing xfs filesystem >19:41:26,927 DEBUG anaconda: updated device_disks to ['vda'] >19:41:26,927 DEBUG anaconda: updated device_container_name to fedora >19:41:26,927 DEBUG anaconda: updated device_container_raid_level to None >19:41:26,927 DEBUG anaconda: updated device_container_encrypted to True >19:41:26,927 DEBUG anaconda: updated device_container_size to 5242372 >19:41:26,932 DEBUG anaconda: fs type changed: xfs >19:41:26,941 INFO anaconda: getting device type for LVM Thin Provisioning >19:41:26,943 DEBUG anaconda: device_type_changed: 5 LVM Thin Provisioning >19:41:26,943 INFO anaconda: getting device type for LVM Thin Provisioning >19:41:26,944 INFO anaconda: getting device type for LVM Thin Provisioning >19:41:26,946 INFO anaconda: getting device type for LVM Thin Provisioning >19:41:26,947 INFO anaconda: getting device type for LVM Thin Provisioning >19:41:26,948 INFO anaconda: getting device type for LVM Thin Provisioning >19:41:26,949 INFO anaconda: getting device type for LVM Thin Provisioning >19:41:26,950 INFO anaconda: getting device type for LVM Thin Provisioning >19:41:26,951 INFO anaconda: getting device type for LVM Thin Provisioning >19:41:26,952 DEBUG anaconda: populate_raid: 5, None >19:41:26,952 INFO anaconda: getting device type for LVM Thin Provisioning >19:41:26,954 INFO anaconda: getting device type for LVM Thin Provisioning >19:41:26,955 DEBUG anaconda: populate_raid: 5, None >19:41:26,956 INFO anaconda: getting device type for LVM Thin Provisioning >19:41:26,958 DEBUG anaconda: new container selection: fedora >19:41:26,958 DEBUG anaconda: default container is fedora >19:41:29,633 DEBUG anaconda: current selector: existing 5171684MB lvmthinlv fedora-home (36) with existing xfs filesystem >19:41:29,635 DEBUG anaconda: notebook page = 1 >19:41:29,635 INFO anaconda: ui: saving changes to device fedora-home >19:41:29,636 DEBUG anaconda: old name: home >19:41:29,636 DEBUG anaconda: new name: None >19:41:29,641 DEBUG anaconda: old size: 5171684.0 >19:41:29,641 DEBUG anaconda: new size: 5171684 >19:41:29,641 INFO anaconda: getting device type for LVM Thin Provisioning >19:41:29,643 DEBUG anaconda: old device type: 5 >19:41:29,643 DEBUG anaconda: new device type: 5 >19:41:29,643 DEBUG anaconda: reformat: False >19:41:29,646 DEBUG anaconda: old fs type: xfs >19:41:29,646 DEBUG anaconda: new fs type: xfs >19:41:29,646 DEBUG anaconda: old encryption setting: False >19:41:29,647 DEBUG anaconda: new encryption setting: False >19:41:29,647 DEBUG anaconda: old label: >19:41:29,647 DEBUG anaconda: new_label: >19:41:29,647 DEBUG anaconda: old mountpoint: >19:41:29,648 DEBUG anaconda: new mountpoint: >19:41:29,648 DEBUG anaconda: old raid level: None >19:41:29,648 DEBUG anaconda: new raid level: None >19:41:29,650 DEBUG anaconda: old container: fedora >19:41:29,650 DEBUG anaconda: new container: fedora >19:41:29,650 DEBUG anaconda: old container encrypted: True >19:41:29,651 DEBUG anaconda: new container encrypted: True >19:41:29,651 DEBUG anaconda: old container raid level: None >19:41:29,651 DEBUG anaconda: new container raid level: None >19:41:29,651 DEBUG anaconda: old container size request: 5242372 >19:41:29,652 DEBUG anaconda: new container size request: 5242372 >19:41:29,652 DEBUG anaconda: old disks: ['vda'] >19:41:29,652 DEBUG anaconda: new disks: ['vda'] >19:41:29,652 DEBUG anaconda: populate_right_side: existing 5171684MB lvmthinlv fedora-home (36) with existing xfs filesystem >19:41:29,653 DEBUG anaconda: updated device_disks to ['vda'] >19:41:29,654 DEBUG anaconda: updated device_container_name to fedora >19:41:29,654 DEBUG anaconda: updated device_container_raid_level to None >19:41:29,654 DEBUG anaconda: updated device_container_encrypted to True >19:41:29,655 DEBUG anaconda: updated device_container_size to 5242372 >19:41:29,663 INFO anaconda: getting device type for LVM Thin Provisioning >19:41:29,664 DEBUG anaconda: populate_raid: 5, None >19:41:29,664 INFO anaconda: getting device type for LVM Thin Provisioning >19:41:29,666 DEBUG anaconda: new container selection: None >19:41:29,667 DEBUG anaconda: new container selection: None >19:41:29,667 DEBUG anaconda: new container selection: fedora >19:41:29,668 DEBUG anaconda: default container is fedora >19:41:29,668 DEBUG anaconda: new selector: existing 51200MB lvmthinlv fedora-root (37) with existing xfs filesystem >19:41:29,669 DEBUG anaconda: populate_right_side: existing 51200MB lvmthinlv fedora-root (37) with existing xfs filesystem >19:41:29,670 DEBUG anaconda: updated device_disks to ['vda'] >19:41:29,671 DEBUG anaconda: updated device_container_name to fedora >19:41:29,671 DEBUG anaconda: updated device_container_raid_level to None >19:41:29,671 DEBUG anaconda: updated device_container_encrypted to True >19:41:29,671 DEBUG anaconda: updated device_container_size to 5242372 >19:41:29,680 INFO anaconda: getting device type for LVM Thin Provisioning >19:41:29,681 DEBUG anaconda: populate_raid: 5, None >19:41:29,681 INFO anaconda: getting device type for LVM Thin Provisioning >19:41:29,683 DEBUG anaconda: new container selection: None >19:41:29,683 DEBUG anaconda: new container selection: None >19:41:29,684 DEBUG anaconda: new container selection: fedora >19:41:29,684 DEBUG anaconda: default container is fedora >19:41:35,519 DEBUG anaconda: removing device 'existing 51200MB lvmthinlv fedora-root (37) with existing xfs filesystem' from page Unknown >19:41:37,924 INFO anaconda: ui: removed device fedora-root >19:41:37,951 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sr0', 'vda'] >19:41:37,955 DEBUG anaconda: ui: unused=[] >19:41:37,956 DEBUG anaconda: ui: new_devices=[] >19:41:37,962 DEBUG anaconda: page clicked: New Fedora 20-TC5 Installation >19:41:37,964 DEBUG anaconda: show mountpoint: New Fedora 20-TC5 Installation >19:41:37,965 DEBUG anaconda: show mountpoint: New Fedora 20-TC5 Installation >19:41:45,124 DEBUG anaconda: running automatic partitioning >19:41:45,161 DEBUG anaconda: _is_valid_disklabel(vda) returning True >19:41:45,162 DEBUG anaconda: _is_valid_size(vda) returning True >19:41:45,162 DEBUG anaconda: _is_valid_location(vda) returning True >19:41:45,163 DEBUG anaconda: _is_valid_format(vda) returning True >19:41:45,163 DEBUG anaconda: is_valid_stage1_device(vda) returning True >19:41:45,389 DEBUG anaconda: new disk order: [] >19:41:45,469 DEBUG anaconda: stage1 device cannot be of type lvmvg >19:41:45,471 DEBUG anaconda: stage1 device cannot be of type lvmlv >19:41:45,473 DEBUG anaconda: stage1 device cannot be of type lvmlv >19:41:45,474 DEBUG anaconda: stage1 device cannot be of type lvmlv >19:41:45,476 DEBUG anaconda: _is_valid_disklabel(vda) returning True >19:41:45,476 DEBUG anaconda: _is_valid_size(vda) returning True >19:41:45,477 DEBUG anaconda: _is_valid_location(vda) returning True >19:41:45,477 DEBUG anaconda: _is_valid_format(vda) returning True >19:41:45,478 DEBUG anaconda: is_valid_stage1_device(vda) returning True >19:41:45,487 DEBUG anaconda: _is_valid_disklabel(vda) returning True >19:41:45,490 DEBUG anaconda: _is_valid_size(vda) returning True >19:41:45,490 DEBUG anaconda: _is_valid_location(vda) returning True >19:41:45,490 DEBUG anaconda: _is_valid_format(vda) returning True >19:41:45,491 DEBUG anaconda: is_valid_stage1_device(vda) returning True >19:41:45,491 DEBUG anaconda: _is_valid_disklabel(vda2) returning True >19:41:45,491 DEBUG anaconda: _is_valid_size(vda2) returning True >19:41:45,492 DEBUG anaconda: _is_valid_location(vda2) returning True >19:41:45,492 DEBUG anaconda: _is_valid_partition(vda2) returning True >19:41:45,493 DEBUG anaconda: _is_valid_format(vda2) returning True >19:41:45,493 DEBUG anaconda: is_valid_stage2_device(vda2) returning True >19:41:45,495 DEBUG anaconda: finished automatic partitioning >19:41:45,496 DEBUG anaconda: refreshing ui >19:41:45,503 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'fedora', 'fedora-home', 'fedora-root', 'fedora-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sr0', 'vda', 'vda1', 'vda2', 'vda3'] >19:41:45,506 DEBUG anaconda: ui: unused=['vda1'] >19:41:45,508 DEBUG anaconda: ui: new_devices=['fedora-home', 'vda2', 'vda1', 'fedora-swap', 'fedora-root'] >19:41:45,545 DEBUG anaconda: page clicked: New Fedora 20-TC5 Installation >19:41:45,548 DEBUG anaconda: show mountpoint: New Fedora 20-TC5 Installation >19:41:45,549 DEBUG anaconda: populate_right_side: non-existent 1MB partition vda1 (41) with non-existent biosboot >19:41:45,550 DEBUG anaconda: updated device_disks to ['vda'] >19:41:45,551 DEBUG anaconda: updated device_container_name to None >19:41:45,551 DEBUG anaconda: updated device_container_raid_level to None >19:41:45,552 DEBUG anaconda: updated device_container_encrypted to False >19:41:45,552 DEBUG anaconda: updated device_container_size to 0 >19:41:45,556 INFO anaconda: getting device type for LVM Thin Provisioning >19:41:45,565 DEBUG anaconda: fs type changed: BIOS Boot >19:41:45,573 INFO anaconda: getting device type for Standard Partition >19:41:45,575 DEBUG anaconda: device_type_changed: 2 Standard Partition >19:41:45,576 INFO anaconda: getting device type for Standard Partition >19:41:45,577 INFO anaconda: getting device type for Standard Partition >19:41:45,578 INFO anaconda: getting device type for Standard Partition >19:41:45,579 INFO anaconda: getting device type for Standard Partition >19:41:45,580 INFO anaconda: getting device type for Standard Partition >19:41:45,580 INFO anaconda: getting device type for Standard Partition >19:41:45,581 INFO anaconda: getting device type for Standard Partition >19:41:45,582 INFO anaconda: getting device type for Standard Partition >19:41:45,583 DEBUG anaconda: populate_raid: 2, None >19:41:45,584 INFO anaconda: getting device type for Standard Partition >19:41:45,585 INFO anaconda: getting device type for Standard Partition >19:41:45,587 DEBUG anaconda: populate_raid: 2, None >19:41:45,587 INFO anaconda: getting device type for Standard Partition >19:41:45,590 DEBUG anaconda: show mountpoint: New Fedora 20-TC5 Installation >19:41:45,591 DEBUG anaconda: populate_right_side: non-existent 1MB partition vda1 (41) with non-existent biosboot >19:41:45,592 DEBUG anaconda: updated device_disks to ['vda'] >19:41:45,592 DEBUG anaconda: updated device_container_name to None >19:41:45,593 DEBUG anaconda: updated device_container_raid_level to None >19:41:45,593 DEBUG anaconda: updated device_container_encrypted to False >19:41:45,593 DEBUG anaconda: updated device_container_size to 0 >19:41:45,603 INFO anaconda: getting device type for Standard Partition >19:41:45,604 DEBUG anaconda: populate_raid: 2, None >19:41:45,604 INFO anaconda: getting device type for Standard Partition >19:41:45,605 DEBUG anaconda: finished refreshing ui >19:41:45,605 DEBUG anaconda: updating space display >19:41:45,613 DEBUG anaconda: finished updating space display >19:41:49,779 INFO anaconda: ui: saving changes to device vda1 >19:41:49,780 DEBUG anaconda: old name: vda1 >19:41:49,780 DEBUG anaconda: new name: None >19:41:49,784 DEBUG anaconda: old size: 1.0 >19:41:49,785 DEBUG anaconda: new size: 1 >19:41:49,785 INFO anaconda: getting device type for Standard Partition >19:41:49,786 DEBUG anaconda: old device type: 2 >19:41:49,786 DEBUG anaconda: new device type: 2 >19:41:49,786 DEBUG anaconda: reformat: True >19:41:49,788 DEBUG anaconda: old fs type: biosboot >19:41:49,788 DEBUG anaconda: new fs type: biosboot >19:41:49,788 DEBUG anaconda: old encryption setting: False >19:41:49,788 DEBUG anaconda: new encryption setting: False >19:41:49,788 DEBUG anaconda: old label: >19:41:49,789 DEBUG anaconda: new_label: >19:41:49,789 DEBUG anaconda: old mountpoint: >19:41:49,789 DEBUG anaconda: new mountpoint: >19:41:49,789 DEBUG anaconda: old raid level: None >19:41:49,790 DEBUG anaconda: new raid level: None >19:41:49,791 DEBUG anaconda: old container: None >19:41:49,791 DEBUG anaconda: new container: None >19:41:49,791 DEBUG anaconda: old container encrypted: False >19:41:49,791 DEBUG anaconda: new container encrypted: False >19:41:49,792 DEBUG anaconda: old container raid level: None >19:41:49,792 DEBUG anaconda: new container raid level: None >19:41:49,792 DEBUG anaconda: old container size request: 0 >19:41:49,792 DEBUG anaconda: new container size request: 0 >19:41:49,792 DEBUG anaconda: old disks: ['vda'] >19:41:49,793 DEBUG anaconda: new disks: ['vda'] >19:41:49,793 DEBUG anaconda: nothing changed for new device >19:41:51,700 DEBUG anaconda: new disk order: [] >19:41:51,784 DEBUG anaconda: stage1 device cannot be of type lvmvg >19:41:51,786 DEBUG anaconda: stage1 device cannot be of type lvmlv >19:41:51,788 DEBUG anaconda: stage1 device cannot be of type lvmlv >19:41:51,789 DEBUG anaconda: stage1 device cannot be of type lvmlv >19:41:51,791 DEBUG anaconda: _is_valid_disklabel(vda) returning True >19:41:51,792 DEBUG anaconda: _is_valid_size(vda) returning True >19:41:51,792 DEBUG anaconda: _is_valid_location(vda) returning True >19:41:51,792 DEBUG anaconda: _is_valid_format(vda) returning True >19:41:51,793 DEBUG anaconda: is_valid_stage1_device(vda) returning True >19:41:51,795 INFO anaconda: Running Thread: AnaCheckStorageThread (140314978723584) >19:41:51,821 DEBUG anaconda: _is_valid_disklabel(vda) returning True >19:41:51,823 DEBUG anaconda: _is_valid_size(vda) returning True >19:41:51,824 DEBUG anaconda: _is_valid_location(vda) returning True >19:41:51,826 DEBUG anaconda: _is_valid_format(vda) returning True >19:41:51,827 DEBUG anaconda: is_valid_stage1_device(vda) returning True >19:41:51,829 DEBUG anaconda: _is_valid_disklabel(vda2) returning True >19:41:51,831 DEBUG anaconda: _is_valid_size(vda2) returning True >19:41:51,833 DEBUG anaconda: _is_valid_location(vda2) returning True >19:41:51,836 DEBUG anaconda: _is_valid_partition(vda2) returning True >19:41:51,837 DEBUG anaconda: _is_valid_format(vda2) returning True >19:41:51,838 DEBUG anaconda: is_valid_stage2_device(vda2) returning True >19:41:51,841 INFO anaconda: Thread Done: AnaCheckStorageThread (140314978723584) >19:41:52,060 INFO anaconda: fs space: 51.2 GB needed: 4.07 GB >19:41:52,086 INFO anaconda: fs space: 51.2 GB needed: 4.07 GB >19:41:52,106 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f9da76ea110> >19:41:52,110 INFO anaconda: fs space: 51.2 GB needed: 4.07 GB >19:41:52,129 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f9da76ea110> >19:41:52,129 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f9da76ea110> status to: Checking storage configuration... >19:41:52,133 INFO anaconda: fs space: 51.2 GB needed: 4.07 GB >19:41:52,152 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f9da76ea110> >19:42:00,663 INFO anaconda: Running Thread: AnaInstallThread (140314978723584) >19:42:02,506 INFO anaconda: Setting up the installation environment >19:42:02,640 DEBUG anaconda: running handleException >19:42:02,642 DEBUG anaconda: Gtk running, queuing exception handler to the main loop >19:42:02,646 INFO anaconda: Thread Done: AnaInstallThread (140314978723584) > > >/tmp/packaging.log: >19:39:29,813 INFO packaging: configuring base repo >19:39:30,004 INFO_2 yum.verbose.YumPlugins: Loaded plugins: blacklist, fastestmirror, langpacks, whiteout >19:39:30,006 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >19:39:30,006 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >19:39:30,007 DEBUG yum.verbose.plugin: Adding en_US to language list >19:39:30,015 DEBUG yum.verbose.YumBase: Config time: 0.104 >19:39:30,015 INFO_2 yum.verbose.YumPlugins: Loaded plugins: blacklist, fastestmirror, langpacks, whiteout >19:39:30,016 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >19:39:30,017 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >19:39:30,017 DEBUG yum.verbose.plugin: Adding en_US to language list >19:39:30,023 DEBUG yum.verbose.YumBase: Config time: 0.023 >19:39:30,207 INFO packaging: gathering repo metadata >19:39:30,359 INFO packaging: metadata retrieval complete >19:40:06,134 DEBUG yum.verbose.YumBase: Setting up Package Sacks >19:40:06,138 INFO_2 yum.verbose.plugin: Determining fastest mirrors >19:40:07,292 DEBUG yum.verbose.YumBase: rpmdb time: 0.000 >19:40:07,414 DEBUG yum.verbose.YumBase: pkgsack time: 1.279 >19:40:07,590 DEBUG yum.verbose.YumBase: group time: 1.456 >19:40:13,409 INFO packaging: checking software selection >19:40:13,415 DEBUG yum.verbose.YumBase: Setting up Package Sacks >19:40:13,551 DEBUG yum.verbose.YumBase: rpmdb time: 0.001 >19:40:13,703 DEBUG yum.verbose.YumBase: pkgsack time: 0.288 >19:40:13,800 DEBUG yum.verbose.YumBase: group time: 0.385 >19:40:13,882 DEBUG yum.verbose.YumBase: Obs Init time: 0.072 >19:40:13,914 DEBUG yum.verbose.YumBase: No package named ppc64-utils available to be installed >19:40:13,944 DEBUG yum.verbose.YumBase: No package named polkit-js-engine available to be installed >19:40:14,103 DEBUG yum.verbose.YumBase: No package named xorg-x11-drv-geode available to be installed >19:40:14,104 DEBUG yum.verbose.YumBase: No package named xorg-x11-drv-omap available to be installed >19:40:14,132 DEBUG yum.verbose.YumBase: No package named ql23xx-firmware available to be installed >19:40:14,141 DEBUG yum.verbose.YumBase: No package named ql2200-firmware available to be installed >19:40:14,152 DEBUG yum.verbose.YumBase: No package named ql2100-firmware available to be installed >19:40:14,320 DEBUG yum.verbose.YumBase: Checking for virtual provide or file-provide for kernel-PAE >19:40:14,321 INFO packaging: no kernel-PAE package >19:40:14,324 INFO packaging: selected kernel >19:40:14,326 INFO packaging: checking dependencies >19:40:14,531 DEBUG yum.verbose.YumBase: Building updates object >19:40:14,686 DEBUG yum.verbose.YumBase: up:simple updates time: 0.028 >19:40:14,689 DEBUG yum.verbose.YumBase: up:obs time: 0.002 >19:40:14,689 DEBUG yum.verbose.YumBase: up:condense time: 0.000 >19:40:14,689 DEBUG yum.verbose.YumBase: updates time: 0.157 >19:40:14,692 DEBUG yum.verbose.YumBase: TSINFO: Marking glib2-2.38.2-2.fc20.x86_64 as install for ModemManager-1.1.0-2.git20130913.fc20.x86_64 >19:40:14,694 DEBUG yum.verbose.YumBase: TSINFO: Marking libqmi-1.6.0-1.fc20.x86_64 as install for ModemManager-1.1.0-2.git20130913.fc20.x86_64 >19:40:14,696 DEBUG yum.verbose.YumBase: TSINFO: Marking ModemManager-glib-1.1.0-2.git20130913.fc20.x86_64 as install for ModemManager-1.1.0-2.git20130913.fc20.x86_64 >19:40:14,697 DEBUG yum.verbose.YumBase: TSINFO: Marking libmbim-1.5.0-1.20130815git.fc20.x86_64 as install for ModemManager-1.1.0-2.git20130913.fc20.x86_64 >19:40:14,698 DEBUG yum.verbose.YumBase: TSINFO: Marking libgudev1-208-8.fc20.x86_64 as install for ModemManager-1.1.0-2.git20130913.fc20.x86_64 >19:40:14,700 DEBUG yum.verbose.YumBase: Quick matched glib2-2.38.2-2.fc20.x86_64 to require for libgmodule-2.0.so.0()(64bit) >19:40:14,700 DEBUG yum.verbose.YumBase: Quick matched glib2-2.38.2-2.fc20.x86_64 to require for libglib-2.0.so.0()(64bit) >19:40:14,700 DEBUG yum.verbose.YumBase: Quick matched glib2-2.38.2-2.fc20.x86_64 to require for libgio-2.0.so.0()(64bit) >19:40:14,707 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:NetworkManager-glib-0.9.9.0-20.git20131003.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-20.git20131003.fc20.x86_64 >19:40:14,709 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:wpa_supplicant-2.0-8.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-20.git20131003.fc20.x86_64 >19:40:14,711 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl3-3.2.21-2.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-20.git20131003.fc20.x86_64 >19:40:14,712 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-glib-0.100.2-2.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-20.git20131003.fc20.x86_64 >19:40:14,714 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-libs-208-8.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-20.git20131003.fc20.x86_64 >19:40:14,716 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcc-4.8.2-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-20.git20131003.fc20.x86_64 >19:40:14,717 DEBUG yum.verbose.YumBase: Quick matched libgcc-4.8.2-1.fc20.x86_64 to require for libgcc_s.so.1(GCC_3.0)(64bit) >19:40:14,725 DEBUG yum.verbose.YumBase: TSINFO: Marking iptables-1.4.19.1-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-20.git20131003.fc20.x86_64 >19:40:14,727 DEBUG yum.verbose.YumBase: TSINFO: Marking dnsmasq-2.67-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-20.git20131003.fc20.x86_64 >19:40:14,728 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-autoipd-0.6.31-21.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-20.git20131003.fc20.x86_64 >19:40:14,730 DEBUG yum.verbose.YumBase: TSINFO: Marking libuuid-2.24-2.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-20.git20131003.fc20.x86_64 >19:40:14,732 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-3.15.2-3.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-20.git20131003.fc20.x86_64 >19:40:14,734 DEBUG yum.verbose.YumBase: TSINFO: Marking libsoup-2.44.2-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-20.git20131003.fc20.x86_64 >19:40:14,736 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-0.112-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-20.git20131003.fc20.x86_64 >19:40:14,738 DEBUG yum.verbose.YumBase: TSINFO: Marking nspr-4.10.1-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-20.git20131003.fc20.x86_64 >19:40:14,739 DEBUG yum.verbose.YumBase: Quick matched nspr-4.10.1-1.fc20.x86_64 to require for libplc4.so()(64bit) >19:40:14,740 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-util-3.15.2-2.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-20.git20131003.fc20.x86_64 >19:40:14,742 DEBUG yum.verbose.YumBase: Quick matched 1:NetworkManager-glib-0.9.9.0-20.git20131003.fc20.x86_64 to require for libnm-glib.so.4()(64bit) >19:40:14,742 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.21-2.fc20.x86_64 to require for libnl-genl-3.so.200()(64bit) >19:40:14,742 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.21-2.fc20.x86_64 to require for libnl-3.so.200()(64bit) >19:40:14,743 DEBUG yum.verbose.YumBase: TSINFO: Marking libndp-1.2-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-20.git20131003.fc20.x86_64 >19:40:14,745 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dbus-libs-1.6.12-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-20.git20131003.fc20.x86_64 >19:40:14,750 DEBUG yum.verbose.YumBase: TSINFO: Marking shared-mime-info-1.2-1.fc20.x86_64 as install for NetworkManager-l2tp-0.9.8-4.fc20.x86_64 >19:40:14,751 DEBUG yum.verbose.YumBase: TSINFO: Marking xl2tpd-1.3.1-14.fc20.x86_64 as install for NetworkManager-l2tp-0.9.8-4.fc20.x86_64 >19:40:14,753 DEBUG yum.verbose.YumBase: TSINFO: Marking pptp-1.8.0-1.fc20.x86_64 as install for NetworkManager-l2tp-0.9.8-4.fc20.x86_64 >19:40:14,754 DEBUG yum.verbose.YumBase: TSINFO: Marking libreswan-3.6-1.fc20.x86_64 as install for NetworkManager-l2tp-0.9.8-4.fc20.x86_64 >19:40:14,757 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-keyring-3.10.1-1.fc20.x86_64 as install for NetworkManager-l2tp-0.9.8-4.fc20.x86_64 >19:40:14,760 DEBUG yum.verbose.YumBase: TSINFO: Marking pango-1.36.1-1.fc20.x86_64 as install for NetworkManager-l2tp-0.9.8-4.fc20.x86_64 >19:40:14,773 DEBUG yum.verbose.YumBase: Quick matched pango-1.36.1-1.fc20.x86_64 to require for libpango-1.0.so.0()(64bit) >19:40:14,774 DEBUG yum.verbose.YumBase: TSINFO: Marking gtk3-3.10.4-1.fc20.x86_64 as install for NetworkManager-l2tp-0.9.8-4.fc20.x86_64 >19:40:14,852 DEBUG yum.verbose.YumBase: TSINFO: Marking libgnome-keyring-3.10.1-1.fc20.x86_64 as install for NetworkManager-l2tp-0.9.8-4.fc20.x86_64 >19:40:14,878 DEBUG yum.verbose.YumBase: TSINFO: Marking gdk-pixbuf2-2.30.1-1.fc20.x86_64 as install for NetworkManager-l2tp-0.9.8-4.fc20.x86_64 >19:40:14,893 DEBUG yum.verbose.YumBase: TSINFO: Marking cairo-1.13.1-0.1.git337ab1f.fc20.x86_64 as install for NetworkManager-l2tp-0.9.8-4.fc20.x86_64 >19:40:14,903 DEBUG yum.verbose.YumBase: TSINFO: Marking cairo-gobject-1.13.1-0.1.git337ab1f.fc20.x86_64 as install for NetworkManager-l2tp-0.9.8-4.fc20.x86_64 >19:40:14,923 DEBUG yum.verbose.YumBase: TSINFO: Marking atk-2.10.0-1.fc20.x86_64 as install for NetworkManager-l2tp-0.9.8-4.fc20.x86_64 >19:40:14,985 DEBUG yum.verbose.YumBase: TSINFO: Marking openconnect-5.01-4.fc20.x86_64 as install for NetworkManager-openconnect-0.9.8.0-2.fc20.x86_64 >19:40:14,998 DEBUG yum.verbose.YumBase: TSINFO: Marking libxml2-2.9.1-2.fc20.x86_64 as install for NetworkManager-openconnect-0.9.8.0-2.fc20.x86_64 >19:40:15,006 DEBUG yum.verbose.YumBase: Quick matched libxml2-2.9.1-2.fc20.x86_64 to require for libxml2.so.2(LIBXML2_2.4.30)(64bit) >19:40:15,009 DEBUG yum.verbose.YumBase: Quick matched openconnect-5.01-4.fc20.x86_64 to require for libopenconnect.so.2(OPENCONNECT_2.0)(64bit) >19:40:15,012 DEBUG yum.verbose.YumBase: TSINFO: Marking GConf2-3.2.6-7.fc20.x86_64 as install for NetworkManager-openconnect-0.9.8.0-2.fc20.x86_64 >19:40:15,039 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:NetworkManager-openvpn-0.9.8.2-3.fc20.x86_64 as install for 1:NetworkManager-openvpn-gnome-0.9.8.2-3.fc20.x86_64 >19:40:15,063 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:NetworkManager-pptp-0.9.8.2-3.fc20.x86_64 as install for 1:NetworkManager-pptp-gnome-0.9.8.2-3.fc20.x86_64 >19:40:15,095 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:NetworkManager-vpnc-0.9.8.2-2.fc20.x86_64 as install for 1:NetworkManager-vpnc-gnome-0.9.8.2-2.fc20.x86_64 >19:40:15,113 DEBUG yum.verbose.YumBase: TSINFO: Marking PackageKit-glib-0.8.13-1.fc20.x86_64 as install for PackageKit-command-not-found-0.8.13-1.fc20.x86_64 >19:40:15,123 DEBUG yum.verbose.YumBase: TSINFO: Marking sqlite-3.8.1-2.fc20.x86_64 as install for PackageKit-command-not-found-0.8.13-1.fc20.x86_64 >19:40:15,133 DEBUG yum.verbose.YumBase: TSINFO: Marking libarchive-3.1.2-7.fc20.x86_64 as install for PackageKit-command-not-found-0.8.13-1.fc20.x86_64 >19:40:15,146 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer-0.10.36-6.fc20.x86_64 as install for PackageKit-gstreamer-plugin-0.8.13-1.fc20.x86_64 >19:40:15,152 DEBUG yum.verbose.YumBase: Quick matched gstreamer-0.10.36-6.fc20.x86_64 to require for libgstreamer-0.10.so.0()(64bit) >19:40:15,159 DEBUG yum.verbose.YumBase: TSINFO: Marking gtk2-2.24.22-2.fc20.x86_64 as install for PackageKit-gtk3-module-0.8.13-1.fc20.x86_64 >19:40:15,167 DEBUG yum.verbose.YumBase: Quick matched gtk2-2.24.22-2.fc20.x86_64 to require for libgdk-x11-2.0.so.0()(64bit) >19:40:15,171 DEBUG yum.verbose.YumBase: TSINFO: Marking freetype-2.5.0-4.fc20.x86_64 as install for PackageKit-gtk3-module-0.8.13-1.fc20.x86_64 >19:40:15,173 DEBUG yum.verbose.YumBase: TSINFO: Marking fontconfig-2.11.0-1.fc20.x86_64 as install for PackageKit-gtk3-module-0.8.13-1.fc20.x86_64 >19:40:15,180 DEBUG yum.verbose.YumBase: TSINFO: Marking PackageKit-0.8.13-1.fc20.x86_64 as install for PackageKit-yum-plugin-0.8.13-1.fc20.x86_64 >19:40:15,186 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-python-1.2.0-1.fc20.x86_64 as install for PackageKit-yum-plugin-0.8.13-1.fc20.x86_64 >19:40:15,193 DEBUG yum.verbose.YumBase: TSINFO: Marking fontpackages-filesystem-1.44-9.fc20.noarch as install for abattis-cantarell-fonts-0.0.15-1.fc20.noarch >19:40:15,200 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >19:40:15,205 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-ureport-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >19:40:15,212 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-logger-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >19:40:15,221 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-bugzilla-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >19:40:15,226 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-fedora-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >19:40:15,235 DEBUG yum.verbose.YumBase: TSINFO: Marking gdb-7.6.50.20130731-16.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >19:40:15,241 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-abrt-0.3.3-2.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >19:40:15,246 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-0.157-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >19:40:15,251 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-retrace-client-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >19:40:15,295 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-plugin-bodhi-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >19:40:15,332 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-gui-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >19:40:15,365 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-xorg-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >19:40:15,374 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-vmcore-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >19:40:15,381 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-python-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >19:40:15,391 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-pstoreoops-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >19:40:15,410 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-kerneloops-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >19:40:15,424 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-ccpp-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >19:40:15,435 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-2.1.9-1.fc20.x86_64 as install for abrt-java-connector-1.0.6-1.fc20.x86_64 >19:40:15,457 DEBUG yum.verbose.YumBase: TSINFO: Marking libacl-2.2.52-4.fc20.x86_64 as install for acl-2.2.52-4.fc20.x86_64 >19:40:15,460 DEBUG yum.verbose.YumBase: Quick matched libacl-2.2.52-4.fc20.x86_64 to require for libacl.so.1(ACL_1.0)(64bit) >19:40:15,462 DEBUG yum.verbose.YumBase: TSINFO: Marking libattr-2.4.47-3.fc20.x86_64 as install for acl-2.2.52-4.fc20.x86_64 >19:40:15,470 DEBUG yum.verbose.YumBase: TSINFO: Marking 5:guile-2.0.9-4.fc20.x86_64 as install for 1:aisleriot-3.10.2-1.fc20.x86_64 >19:40:15,472 DEBUG yum.verbose.YumBase: Quick matched 5:guile-2.0.9-4.fc20.x86_64 to require for libguile-2.0.so.22()(64bit) >19:40:15,475 DEBUG yum.verbose.YumBase: TSINFO: Marking gc-7.2d-3.fc20.x86_64 as install for 1:aisleriot-3.10.2-1.fc20.x86_64 >19:40:15,478 DEBUG yum.verbose.YumBase: TSINFO: Marking libcanberra-0.30-4.fc20.x86_64 as install for 1:aisleriot-3.10.2-1.fc20.x86_64 >19:40:15,482 DEBUG yum.verbose.YumBase: TSINFO: Marking libX11-1.6.1-1.fc20.x86_64 as install for 1:aisleriot-3.10.2-1.fc20.x86_64 >19:40:15,486 DEBUG yum.verbose.YumBase: TSINFO: Marking alsa-tools-firmware-1.0.27-3.fc20.x86_64 as install for alsa-firmware-1.0.27-2.fc20.noarch >19:40:15,494 DEBUG yum.verbose.YumBase: TSINFO: Marking pulseaudio-libs-4.0-8.gitf81e3.fc20.x86_64 as install for alsa-plugins-pulseaudio-1.0.27-2.fc20.x86_64 >19:40:15,501 DEBUG yum.verbose.YumBase: TSINFO: Marking alsa-lib-1.0.27.2-2.fc20.x86_64 as install for alsa-plugins-pulseaudio-1.0.27-2.fc20.x86_64 >19:40:15,503 DEBUG yum.verbose.YumBase: Quick matched alsa-lib-1.0.27.2-2.fc20.x86_64 to require for libasound.so.2(ALSA_0.9)(64bit) >19:40:15,512 DEBUG yum.verbose.YumBase: TSINFO: Marking libsamplerate-0.1.8-5.fc20.x86_64 as install for alsa-utils-1.0.27.2-3.fc20.x86_64 >19:40:15,518 DEBUG yum.verbose.YumBase: Quick matched libsamplerate-0.1.8-5.fc20.x86_64 to require for libsamplerate.so.0(libsamplerate.so.0.0)(64bit) >19:40:15,520 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-libs-5.9-12.20130511.fc20.x86_64 as install for alsa-utils-1.0.27.2-3.fc20.x86_64 >19:40:15,522 DEBUG yum.verbose.YumBase: Quick matched ncurses-libs-5.9-12.20130511.fc20.x86_64 to require for libncursesw.so.5()(64bit) >19:40:15,522 DEBUG yum.verbose.YumBase: Quick matched ncurses-libs-5.9-12.20130511.fc20.x86_64 to require for libmenuw.so.5()(64bit) >19:40:15,522 DEBUG yum.verbose.YumBase: Quick matched ncurses-libs-5.9-12.20130511.fc20.x86_64 to require for libformw.so.5()(64bit) >19:40:15,528 DEBUG yum.verbose.YumBase: TSINFO: Marking pam-1.1.8-1.fc20.x86_64 as install for at-3.1.13-13.fc20.x86_64 >19:40:15,531 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-2.1.13-19.fc20.x86_64 as install for at-3.1.13-13.fc20.x86_64 >19:40:15,534 DEBUG yum.verbose.YumBase: Quick matched pam-1.1.8-1.fc20.x86_64 to require for libpam.so.0()(64bit) >19:40:15,539 DEBUG yum.verbose.YumBase: TSINFO: Marking libXtst-1.2.2-2.fc20.x86_64 as install for at-spi2-core-2.10.2-1.fc20.x86_64 >19:40:15,542 DEBUG yum.verbose.YumBase: TSINFO: Marking libXext-1.3.2-2.fc20.x86_64 as install for at-spi2-core-2.10.2-1.fc20.x86_64 >19:40:15,544 DEBUG yum.verbose.YumBase: TSINFO: Marking libXevie-1.0.3-7.fc20.x86_64 as install for at-spi2-core-2.10.2-1.fc20.x86_64 >19:40:15,552 DEBUG yum.verbose.YumBase: TSINFO: Marking audit-libs-2.3.2-1.fc20.x86_64 as install for audit-2.3.2-1.fc20.x86_64 >19:40:15,555 DEBUG yum.verbose.YumBase: TSINFO: Marking krb5-libs-1.11.3-33.fc20.x86_64 as install for audit-2.3.2-1.fc20.x86_64 >19:40:15,557 DEBUG yum.verbose.YumBase: Quick matched krb5-libs-1.11.3-33.fc20.x86_64 to require for libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit) >19:40:15,559 DEBUG yum.verbose.YumBase: TSINFO: Marking chkconfig-1.3.60-4.fc20.x86_64 as install for audit-2.3.2-1.fc20.x86_64 >19:40:15,561 DEBUG yum.verbose.YumBase: TSINFO: Marking tcp_wrappers-libs-7.6-76.fc20.x86_64 as install for audit-2.3.2-1.fc20.x86_64 >19:40:15,564 DEBUG yum.verbose.YumBase: Quick matched krb5-libs-1.11.3-33.fc20.x86_64 to require for libgssapi_krb5.so.2()(64bit) >19:40:15,565 DEBUG yum.verbose.YumBase: Quick matched audit-libs-2.3.2-1.fc20.x86_64 to require for libaudit.so.1()(64bit) >19:40:15,574 DEBUG yum.verbose.YumBase: TSINFO: Marking python-2.7.5-9.fc20.x86_64 as install for authconfig-6.2.6-4.fc20.x86_64 >19:40:15,580 DEBUG yum.verbose.YumBase: TSINFO: Marking libpwquality-1.2.3-1.fc20.x86_64 as install for authconfig-6.2.6-4.fc20.x86_64 >19:40:15,590 DEBUG yum.verbose.YumBase: TSINFO: Marking newt-python-0.52.16-1.fc20.x86_64 as install for authconfig-6.2.6-4.fc20.x86_64 >19:40:15,595 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:openssl-1.0.1e-30.fc20.x86_64 as install for authconfig-6.2.6-4.fc20.x86_64 >19:40:15,607 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-libs-0.6.31-21.fc20.x86_64 as install for avahi-0.6.31-21.fc20.x86_64 >19:40:15,609 DEBUG yum.verbose.YumBase: TSINFO: Marking libdaemon-0.14-6.fc20.x86_64 as install for avahi-0.6.31-21.fc20.x86_64 >19:40:15,616 DEBUG yum.verbose.YumBase: TSINFO: Marking expat-2.1.0-7.fc20.x86_64 as install for avahi-0.6.31-21.fc20.x86_64 >19:40:15,619 DEBUG yum.verbose.YumBase: TSINFO: Marking glibc-common-2.18-11.fc20.x86_64 as install for avahi-0.6.31-21.fc20.x86_64 >19:40:15,622 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-2.22-7.fc20.x86_64 as install for avahi-0.6.31-21.fc20.x86_64 >19:40:15,626 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-15-1.fc20.x86_64 as install for b43-openfwwf-5.2-10.fc20.noarch >19:40:15,632 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:pkgconfig-0.28-3.fc20.x86_64 as install for 1:bash-completion-2.1-3.fc20.noarch >19:40:15,636 DEBUG yum.verbose.YumBase: TSINFO: Marking info-5.1-4.fc20.x86_64 as install for bc-1.06.95-10.fc20.x86_64 >19:40:15,638 DEBUG yum.verbose.YumBase: TSINFO: Marking readline-6.2-8.fc20.x86_64 as install for bc-1.06.95-10.fc20.x86_64 >19:40:15,649 DEBUG yum.verbose.YumBase: TSINFO: Marking zeitgeist-libs-0.9.14-2.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >19:40:15,652 DEBUG yum.verbose.YumBase: TSINFO: Marking libxkbcommon-0.3.1-1.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >19:40:15,654 DEBUG yum.verbose.YumBase: TSINFO: Marking webkitgtk3-2.2.2-2.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >19:40:15,658 DEBUG yum.verbose.YumBase: TSINFO: Marking libwayland-server-1.2.0-3.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >19:40:15,660 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libwayland-egl-9.2.3-1.20131114.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >19:40:15,662 DEBUG yum.verbose.YumBase: TSINFO: Marking libwayland-cursor-1.2.0-3.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >19:40:15,663 DEBUG yum.verbose.YumBase: TSINFO: Marking libwayland-client-1.2.0-3.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >19:40:15,666 DEBUG yum.verbose.YumBase: TSINFO: Marking tracker-0.16.2-4.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >19:40:15,669 DEBUG yum.verbose.YumBase: TSINFO: Marking json-glib-0.16.2-1.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >19:40:15,672 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-online-accounts-3.10.2-1.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >19:40:15,675 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libgbm-9.2.3-1.20131114.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >19:40:15,677 DEBUG yum.verbose.YumBase: TSINFO: Marking libevdev-0.4.1-1.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >19:40:15,679 DEBUG yum.verbose.YumBase: TSINFO: Marking libdrm-2.4.47-1.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >19:40:15,681 DEBUG yum.verbose.YumBase: TSINFO: Marking cogl-1.16.0-2.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >19:40:15,682 DEBUG yum.verbose.YumBase: Quick matched cogl-1.16.0-2.fc20.x86_64 to require for libcogl-pango.so.15()(64bit) >19:40:15,683 DEBUG yum.verbose.YumBase: TSINFO: Marking clutter-gtk-1.4.4-3.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >19:40:15,685 DEBUG yum.verbose.YumBase: TSINFO: Marking clutter-1.16.2-1.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >19:40:15,688 DEBUG yum.verbose.YumBase: TSINFO: Marking libXrandr-1.4.1-2.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >19:40:15,690 DEBUG yum.verbose.YumBase: TSINFO: Marking libXi-1.7.2-2.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >19:40:15,691 DEBUG yum.verbose.YumBase: TSINFO: Marking libXfixes-5.0.1-2.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >19:40:15,693 DEBUG yum.verbose.YumBase: TSINFO: Marking libXdamage-1.1.4-4.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >19:40:15,695 DEBUG yum.verbose.YumBase: TSINFO: Marking libXcomposite-0.4.4-4.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >19:40:15,696 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libEGL-9.2.3-1.20131114.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >19:40:15,701 DEBUG yum.verbose.YumBase: TSINFO: Marking libidn-1.28-2.fc20.x86_64 as install for 32:bind-utils-9.9.4-8.fc20.x86_64 >19:40:15,703 DEBUG yum.verbose.YumBase: TSINFO: Marking zlib-1.2.8-3.fc20.x86_64 as install for 32:bind-utils-9.9.4-8.fc20.x86_64 >19:40:15,705 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-libs-9.9.4-8.fc20.x86_64 as install for 32:bind-utils-9.9.4-8.fc20.x86_64 >19:40:15,707 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-9.9.4-8.fc20.x86_64 to require for libisccfg.so.90()(64bit) >19:40:15,707 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-9.9.4-8.fc20.x86_64 to require for libisccc.so.90()(64bit) >19:40:15,707 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-9.9.4-8.fc20.x86_64 to require for libisc.so.95()(64bit) >19:40:15,709 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:openssl-libs-1.0.1e-30.fc20.x86_64 as install for 32:bind-utils-9.9.4-8.fc20.x86_64 >19:40:15,712 DEBUG yum.verbose.YumBase: TSINFO: Marking libcom_err-1.42.8-3.fc20.x86_64 as install for 32:bind-utils-9.9.4-8.fc20.x86_64 >19:40:15,715 DEBUG yum.verbose.YumBase: TSINFO: Marking pciutils-libs-3.2.1-1.fc20.x86_64 as install for biosdevname-0.5.0-2.fc20.x86_64 >19:40:15,716 DEBUG yum.verbose.YumBase: Quick matched pciutils-libs-3.2.1-1.fc20.x86_64 to require for libpci.so.3()(64bit) >19:40:15,718 DEBUG yum.verbose.YumBase: TSINFO: Marking bluez-5.11-1.fc20.x86_64 as install for bluez-cups-5.11-1.fc20.x86_64 >19:40:15,727 DEBUG yum.verbose.YumBase: TSINFO: Marking genisoimage-1.1.11-22.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >19:40:15,730 DEBUG yum.verbose.YumBase: TSINFO: Marking libisofs-1.3.2-1.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >19:40:15,732 DEBUG yum.verbose.YumBase: TSINFO: Marking libburn-1.3.2-1.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >19:40:15,733 DEBUG yum.verbose.YumBase: TSINFO: Marking dvd+rw-tools-7.1-14.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >19:40:15,736 DEBUG yum.verbose.YumBase: TSINFO: Marking wodim-1.1.11-22.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >19:40:15,737 DEBUG yum.verbose.YumBase: TSINFO: Marking cdrdao-1.2.3-20.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >19:40:15,739 DEBUG yum.verbose.YumBase: TSINFO: Marking icedax-1.1.11-22.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >19:40:15,742 DEBUG yum.verbose.YumBase: TSINFO: Marking totem-pl-parser-3.10.0-1.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >19:40:15,744 DEBUG yum.verbose.YumBase: TSINFO: Marking libnotify-0.7.6-1.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >19:40:15,748 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer1-plugins-base-1.2.1-1.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >19:40:15,750 DEBUG yum.verbose.YumBase: Quick matched gstreamer1-plugins-base-1.2.1-1.fc20.x86_64 to require for libgsttag-1.0.so.0()(64bit) >19:40:15,752 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer1-1.2.1-1.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >19:40:15,769 DEBUG yum.verbose.YumBase: TSINFO: Marking brasero-libs-3.8.0-4.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >19:40:15,772 DEBUG yum.verbose.YumBase: Quick matched brasero-libs-3.8.0-4.fc20.x86_64 to require for libbrasero-media3.so.1()(64bit) >19:40:15,772 DEBUG yum.verbose.YumBase: Quick matched brasero-libs-3.8.0-4.fc20.x86_64 to require for libbrasero-burn3.so.1()(64bit) >19:40:15,773 DEBUG yum.verbose.YumBase: TSINFO: Marking libSM-1.2.1-6.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >19:40:15,774 DEBUG yum.verbose.YumBase: TSINFO: Marking libICE-1.0.8-6.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >19:40:15,779 DEBUG yum.verbose.YumBase: TSINFO: Marking nautilus-extensions-3.10.1-2.fc20.x86_64 as install for brasero-nautilus-3.8.0-4.fc20.x86_64 >19:40:15,784 DEBUG yum.verbose.YumBase: TSINFO: Marking libblkid-2.24-2.fc20.x86_64 as install for btrfs-progs-0.20.rc1.20131114git9f0c53f-1.fc20.x86_64 >19:40:15,785 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.24-2.fc20.x86_64 to require for libblkid.so.1(BLKID_2.15)(64bit) >19:40:15,786 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.24-2.fc20.x86_64 to require for libblkid.so.1(BLKID_1.0)(64bit) >19:40:15,787 DEBUG yum.verbose.YumBase: TSINFO: Marking lzo-2.06-5.fc20.x86_64 as install for btrfs-progs-0.20.rc1.20131114git9f0c53f-1.fc20.x86_64 >19:40:15,788 DEBUG yum.verbose.YumBase: TSINFO: Marking e2fsprogs-libs-1.42.8-3.fc20.x86_64 as install for btrfs-progs-0.20.rc1.20131114git9f0c53f-1.fc20.x86_64 >19:40:15,790 DEBUG yum.verbose.YumBase: TSINFO: Marking bzip2-libs-1.0.6-9.fc20.x86_64 as install for bzip2-1.0.6-9.fc20.x86_64 >19:40:15,796 DEBUG yum.verbose.YumBase: TSINFO: Marking python-caribou-0.4.13-1.fc20.noarch as install for caribou-0.4.13-1.fc20.x86_64 >19:40:15,798 DEBUG yum.verbose.YumBase: TSINFO: Marking gobject-introspection-1.38.0-1.fc20.x86_64 as install for caribou-0.4.13-1.fc20.x86_64 >19:40:15,800 DEBUG yum.verbose.YumBase: TSINFO: Marking libxklavier-5.4-1.fc20.x86_64 as install for caribou-0.4.13-1.fc20.x86_64 >19:40:15,801 DEBUG yum.verbose.YumBase: TSINFO: Marking libgee-0.12.0-1.fc20.x86_64 as install for caribou-0.4.13-1.fc20.x86_64 >19:40:15,811 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:cheese-libs-3.10.2-1.fc20.x86_64 as install for 2:cheese-3.10.2-1.fc20.x86_64 >19:40:15,813 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-video-effects-0.4.0-6.fc20.noarch as install for 2:cheese-3.10.2-1.fc20.x86_64 >19:40:15,815 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-desktop3-3.10.2-2.fc20.x86_64 as install for 2:cheese-3.10.2-1.fc20.x86_64 >19:40:15,817 DEBUG yum.verbose.YumBase: TSINFO: Marking clutter-gst2-2.0.8-1.fc20.x86_64 as install for 2:cheese-3.10.2-1.fc20.x86_64 >19:40:15,818 DEBUG yum.verbose.YumBase: Quick matched 2:cheese-libs-3.10.2-1.fc20.x86_64 to require for libcheese-gtk.so.23()(64bit) >19:40:15,821 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-freebl-3.15.2-2.fc20.x86_64 as install for chrony-1.29-1.fc20.x86_64 >19:40:15,822 DEBUG yum.verbose.YumBase: Quick matched nss-softokn-freebl-3.15.2-2.fc20.x86_64 to require for libfreebl3.so()(64bit) >19:40:15,823 DEBUG yum.verbose.YumBase: TSINFO: Marking libedit-3.1-2.20130601cvs.fc20.x86_64 as install for chrony-1.29-1.fc20.x86_64 >19:40:15,827 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libwbclient-4.1.1-1.fc20.x86_64 as install for cifs-utils-6.2-4.fc20.x86_64 >19:40:15,829 DEBUG yum.verbose.YumBase: TSINFO: Marking libtalloc-2.0.8-3.fc20.x86_64 as install for cifs-utils-6.2-4.fc20.x86_64 >19:40:15,830 DEBUG yum.verbose.YumBase: TSINFO: Marking keyutils-libs-1.5.8-1.fc20.x86_64 as install for cifs-utils-6.2-4.fc20.x86_64 >19:40:15,831 DEBUG yum.verbose.YumBase: Quick matched keyutils-libs-1.5.8-1.fc20.x86_64 to require for libkeyutils.so.1(KEYUTILS_0.3)(64bit) >19:40:15,832 DEBUG yum.verbose.YumBase: TSINFO: Marking keyutils-1.5.8-1.fc20.x86_64 as install for cifs-utils-6.2-4.fc20.x86_64 >19:40:15,834 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-ng-0.7.3-6.fc20.x86_64 as install for cifs-utils-6.2-4.fc20.x86_64 >19:40:15,839 DEBUG yum.verbose.YumBase: TSINFO: Marking colord-libs-1.1.4-1.fc20.x86_64 as install for colord-1.1.4-1.fc20.x86_64 >19:40:15,843 DEBUG yum.verbose.YumBase: TSINFO: Marking color-filesystem-1-13.fc20.noarch as install for colord-1.1.4-1.fc20.x86_64 >19:40:15,844 DEBUG yum.verbose.YumBase: TSINFO: Marking libusbx-1.0.16-3.fc20.x86_64 as install for colord-1.1.4-1.fc20.x86_64 >19:40:15,846 DEBUG yum.verbose.YumBase: TSINFO: Marking lcms2-2.5-2.fc20.x86_64 as install for colord-1.1.4-1.fc20.x86_64 >19:40:15,847 DEBUG yum.verbose.YumBase: TSINFO: Marking libgusb-0.1.6-2.fc20.x86_64 as install for colord-1.1.4-1.fc20.x86_64 >19:40:15,848 DEBUG yum.verbose.YumBase: Quick matched colord-libs-1.1.4-1.fc20.x86_64 to require for libcolordprivate.so.2()(64bit) >19:40:15,849 DEBUG yum.verbose.YumBase: Quick matched colord-libs-1.1.4-1.fc20.x86_64 to require for libcolord.so.2()(64bit) >19:40:15,858 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:control-center-filesystem-3.10.2-2.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >19:40:15,860 DEBUG yum.verbose.YumBase: TSINFO: Marking redhat-menus-12.0.2-7.fc20.noarch as install for 1:control-center-3.10.2-2.fc20.x86_64 >19:40:15,861 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-menus-3.10.1-1.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >19:40:15,863 DEBUG yum.verbose.YumBase: TSINFO: Marking desktop-file-utils-0.22-1.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >19:40:15,864 DEBUG yum.verbose.YumBase: Quick matched desktop-file-utils-0.22-1.fc20.x86_64 to require for desktop-file-utils >19:40:15,865 DEBUG yum.verbose.YumBase: TSINFO: Marking vino-3.10.1-1.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >19:40:15,867 DEBUG yum.verbose.YumBase: TSINFO: Marking rygel-0.20.2-1.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >19:40:15,870 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libsmbclient-4.1.1-1.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >19:40:15,872 DEBUG yum.verbose.YumBase: TSINFO: Marking pulseaudio-libs-glib2-4.0-8.gitf81e3.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >19:40:15,874 DEBUG yum.verbose.YumBase: TSINFO: Marking iso-codes-3.48-1.fc20.noarch as install for 1:control-center-3.10.2-2.fc20.x86_64 >19:40:15,876 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dbus-x11-1.6.12-1.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >19:40:15,877 DEBUG yum.verbose.YumBase: TSINFO: Marking accountsservice-0.6.35-3.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >19:40:15,879 DEBUG yum.verbose.YumBase: TSINFO: Marking libgnomekbd-3.6.0-3.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >19:40:15,881 DEBUG yum.verbose.YumBase: TSINFO: Marking libwacom-0.8-1.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >19:40:15,882 DEBUG yum.verbose.YumBase: TSINFO: Marking upower-0.9.23-1.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >19:40:15,884 DEBUG yum.verbose.YumBase: TSINFO: Marking libnm-gtk-0.9.9.0-7.git20131028.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >19:40:15,886 DEBUG yum.verbose.YumBase: TSINFO: Marking ibus-libs-1.5.4-2.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >19:40:15,888 DEBUG yum.verbose.YumBase: TSINFO: Marking libgtop2-2.28.5-1.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >19:40:15,889 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:gnome-bluetooth-libs-3.10.0-1.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >19:40:15,891 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:cups-libs-1.7.0-4.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >19:40:15,893 DEBUG yum.verbose.YumBase: TSINFO: Marking colord-gtk-0.1.25-2.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >19:40:15,894 DEBUG yum.verbose.YumBase: TSINFO: Marking accountsservice-libs-0.6.35-3.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >19:40:15,896 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libGL-9.2.3-1.20131114.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >19:40:15,901 DEBUG yum.verbose.YumBase: TSINFO: Marking pcsc-lite-libs-1.8.10-1.fc20.x86_64 as install for coolkey-1.1.0-24.fc20.x86_64 >19:40:15,902 DEBUG yum.verbose.YumBase: TSINFO: Marking pcsc-lite-1.8.10-1.fc20.x86_64 as install for coolkey-1.1.0-24.fc20.x86_64 >19:40:15,904 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-tools-3.15.2-3.fc20.x86_64 as install for coolkey-1.1.0-24.fc20.x86_64 >19:40:15,907 DEBUG yum.verbose.YumBase: TSINFO: Marking libstdc++-4.8.2-1.fc20.x86_64 as install for coolkey-1.1.0-24.fc20.x86_64 >19:40:15,908 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.8.2-1.fc20.x86_64 to require for libstdc++.so.6(GLIBCXX_3.4)(64bit) >19:40:15,908 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.8.2-1.fc20.x86_64 to require for libstdc++.so.6(CXXABI_1.3)(64bit) >19:40:15,909 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-3.15.2-2.fc20.x86_64 as install for coolkey-1.1.0-24.fc20.x86_64 >19:40:15,911 DEBUG yum.verbose.YumBase: TSINFO: Marking pcsc-lite-ccid-1.4.13-1.fc20.x86_64 as install for coolkey-1.1.0-24.fc20.x86_64 >19:40:15,916 DEBUG yum.verbose.YumBase: TSINFO: Marking grep-2.15-1.fc20.x86_64 as install for coreutils-8.21-18.fc20.x86_64 >19:40:15,918 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:gmp-5.1.2-2.fc20.x86_64 as install for coreutils-8.21-18.fc20.x86_64 >19:40:15,919 DEBUG yum.verbose.YumBase: Quick matched 1:gmp-5.1.2-2.fc20.x86_64 to require for libgmp.so.10()(64bit) >19:40:15,922 DEBUG yum.verbose.YumBase: TSINFO: Marking sed-4.2.2-5.fc20.x86_64 as install for cronie-1.4.11-4.fc20.x86_64 >19:40:15,927 DEBUG yum.verbose.YumBase: TSINFO: Marking cronie-anacron-1.4.11-4.fc20.x86_64 as install for cronie-1.4.11-4.fc20.x86_64 >19:40:15,931 DEBUG yum.verbose.YumBase: TSINFO: Marking cryptsetup-libs-1.6.2-1.fc20.x86_64 as install for cryptsetup-1.6.2-1.fc20.x86_64 >19:40:15,933 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-lib-1.4.1-2.fc20.x86_64 as install for cryptsetup-1.6.2-1.fc20.x86_64 >19:40:15,934 DEBUG yum.verbose.YumBase: TSINFO: Marking popt-1.13-15.fc20.x86_64 as install for cryptsetup-1.6.2-1.fc20.x86_64 >19:40:15,944 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:cups-filesystem-1.7.0-4.fc20.noarch as install for 1:cups-1.7.0-4.fc20.x86_64 >19:40:15,950 DEBUG yum.verbose.YumBase: TSINFO: Marking cups-filters-libs-1.0.41-4.fc20.x86_64 as install for cups-filters-1.0.41-4.fc20.x86_64 >19:40:15,952 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-utils-0.24.3-2.fc20.x86_64 as install for cups-filters-1.0.41-4.fc20.x86_64 >19:40:15,954 DEBUG yum.verbose.YumBase: TSINFO: Marking qpdf-libs-5.0.1-1.fc20.x86_64 as install for cups-filters-1.0.41-4.fc20.x86_64 >19:40:15,956 DEBUG yum.verbose.YumBase: TSINFO: Marking libtiff-4.0.3-12.fc20.x86_64 as install for cups-filters-1.0.41-4.fc20.x86_64 >19:40:15,957 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-0.24.3-2.fc20.x86_64 as install for cups-filters-1.0.41-4.fc20.x86_64 >19:40:15,959 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libpng-1.6.3-3.fc20.x86_64 as install for cups-filters-1.0.41-4.fc20.x86_64 >19:40:15,961 DEBUG yum.verbose.YumBase: TSINFO: Marking libjpeg-turbo-1.3.0-1.fc20.x86_64 as install for cups-filters-1.0.41-4.fc20.x86_64 >19:40:15,962 DEBUG yum.verbose.YumBase: Quick matched cups-filters-libs-1.0.41-4.fc20.x86_64 to require for libcupsfilters.so.1()(64bit) >19:40:15,963 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-glib-0.6.31-21.fc20.x86_64 as install for cups-filters-1.0.41-4.fc20.x86_64 >19:40:15,969 DEBUG yum.verbose.YumBase: TSINFO: Marking libcurl-7.32.0-3.fc20.x86_64 as install for curl-7.32.0-3.fc20.x86_64 >19:40:15,973 DEBUG yum.verbose.YumBase: TSINFO: Marking libssh2-1.4.3-8.fc20.x86_64 as install for curl-7.32.0-3.fc20.x86_64 >19:40:15,977 DEBUG yum.verbose.YumBase: TSINFO: Marking libmetalink-0.1.2-4.fc20.x86_64 as install for curl-7.32.0-3.fc20.x86_64 >19:40:15,978 DEBUG yum.verbose.YumBase: TSINFO: Marking openldap-2.4.36-4.fc20.x86_64 as install for curl-7.32.0-3.fc20.x86_64 >19:40:15,980 DEBUG yum.verbose.YumBase: Quick matched openldap-2.4.36-4.fc20.x86_64 to require for liblber-2.4.so.2()(64bit) >19:40:15,983 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-lib-2.1.26-14.fc20.x86_64 as install for cyrus-sasl-plain-2.1.26-14.fc20.x86_64 >19:40:15,991 DEBUG yum.verbose.YumBase: TSINFO: Marking duplicity-0.6.21-1.fc20.x86_64 as install for deja-dup-27.3.1-2.fc20.x86_64 >19:40:15,993 DEBUG yum.verbose.YumBase: TSINFO: Marking python-cloudfiles-1.7.10-4.fc20.noarch as install for deja-dup-27.3.1-2.fc20.x86_64 >19:40:15,994 DEBUG yum.verbose.YumBase: TSINFO: Marking libsecret-0.16-1.fc20.x86_64 as install for deja-dup-27.3.1-2.fc20.x86_64 >19:40:15,996 DEBUG yum.verbose.YumBase: TSINFO: Marking libpeas-1.9.0-2.fc20.x86_64 as install for deja-dup-27.3.1-2.fc20.x86_64 >19:40:15,998 DEBUG yum.verbose.YumBase: TSINFO: Marking dejavu-fonts-common-2.34-1.fc20.noarch as install for dejavu-sans-fonts-2.34-1.fc20.noarch >19:40:16,002 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-libs-5.1.2-6alpha.fc20.x86_64 as install for deltarpm-3.6-3.fc20.x86_64 >19:40:16,004 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-libs-4.11.1-7.fc20.x86_64 as install for deltarpm-3.6-3.fc20.x86_64 >19:40:16,005 DEBUG yum.verbose.YumBase: Quick matched rpm-libs-4.11.1-7.fc20.x86_64 to require for librpm.so.3()(64bit) >19:40:16,008 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-libs-4.2.5-26.fc20.x86_64 as install for 12:dhclient-4.2.5-26.fc20.x86_64 >19:40:16,010 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-common-4.2.5-26.fc20.x86_64 as install for 12:dhclient-4.2.5-26.fc20.x86_64 >19:40:16,011 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-libs-lite-9.9.4-8.fc20.x86_64 as install for 12:dhclient-4.2.5-26.fc20.x86_64 >19:40:16,012 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-lite-9.9.4-8.fc20.x86_64 to require for libdns-export.so.100()(64bit) >19:40:16,014 DEBUG yum.verbose.YumBase: TSINFO: Marking dracut-034-19.git20131021.fc20.x86_64 as install for dracut-config-rescue-034-19.git20131021.fc20.x86_64 >19:40:16,018 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:rmt-1.5.2-8.fc20.x86_64 as install for 1:dump-0.4-0.21.b44.fc20.x86_64 >19:40:16,021 DEBUG yum.verbose.YumBase: TSINFO: Marking libss-1.42.8-3.fc20.x86_64 as install for e2fsprogs-1.42.8-3.fc20.x86_64 >19:40:16,022 DEBUG yum.verbose.YumBase: Quick matched libss-1.42.8-3.fc20.x86_64 to require for libss.so.2()(64bit) >19:40:16,038 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-salut-0.8.1-4.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >19:40:16,040 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:telepathy-mission-control-5.16.0-2.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >19:40:16,043 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-haze-0.8.0-1.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >19:40:16,045 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-gabble-0.18.1-1.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >19:40:16,048 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-idle-0.2.0-1.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >19:40:16,050 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-filesystem-0.0.2-6.fc20.noarch as install for empathy-3.10.2-1.fc20.x86_64 >19:40:16,052 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-glib-0.22.0-1.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >19:40:16,054 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.9.0)(64bit) >19:40:16,054 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.9)(64bit) >19:40:16,054 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.6)(64bit) >19:40:16,054 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.36)(64bit) >19:40:16,055 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.35)(64bit) >19:40:16,055 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.34)(64bit) >19:40:16,055 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.32)(64bit) >19:40:16,055 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.3)(64bit) >19:40:16,056 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.29)(64bit) >19:40:16,056 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.27)(64bit) >19:40:16,056 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.26)(64bit) >19:40:16,056 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.24)(64bit) >19:40:16,057 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.23)(64bit) >19:40:16,057 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.21)(64bit) >19:40:16,057 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.2)(64bit) >19:40:16,057 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.18)(64bit) >19:40:16,058 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.17)(64bit) >19:40:16,058 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.16)(64bit) >19:40:16,058 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.15)(64bit) >19:40:16,058 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.14)(64bit) >19:40:16,059 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.12)(64bit) >19:40:16,059 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.1)(64bit) >19:40:16,059 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.0)(64bit) >19:40:16,059 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.9)(64bit) >19:40:16,060 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.4)(64bit) >19:40:16,060 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.3)(64bit) >19:40:16,060 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.1)(64bit) >19:40:16,060 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.0)(64bit) >19:40:16,061 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.17.6)(64bit) >19:40:16,061 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.17.5)(64bit) >19:40:16,061 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.17.1)(64bit) >19:40:16,061 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.17.0)(64bit) >19:40:16,062 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.8)(64bit) >19:40:16,062 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.6)(64bit) >19:40:16,062 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.5)(64bit) >19:40:16,062 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.3)(64bit) >19:40:16,063 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.2)(64bit) >19:40:16,063 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.1)(64bit) >19:40:16,063 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.0)(64bit) >19:40:16,063 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.14.3)(64bit) >19:40:16,064 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.14.2)(64bit) >19:40:16,064 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.9)(64bit) >19:40:16,064 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.8)(64bit) >19:40:16,064 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.7)(64bit) >19:40:16,065 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.3)(64bit) >19:40:16,065 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.2)(64bit) >19:40:16,065 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.16)(64bit) >19:40:16,065 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.14)(64bit) >19:40:16,066 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.12)(64bit) >19:40:16,066 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.11)(64bit) >19:40:16,066 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.10)(64bit) >19:40:16,066 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.1)(64bit) >19:40:16,067 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.0)(64bit) >19:40:16,067 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.9)(64bit) >19:40:16,067 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.7)(64bit) >19:40:16,067 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.6)(64bit) >19:40:16,068 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.5)(64bit) >19:40:16,068 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.4)(64bit) >19:40:16,068 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.3)(64bit) >19:40:16,068 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.15)(64bit) >19:40:16,069 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.14)(64bit) >19:40:16,069 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.13)(64bit) >19:40:16,069 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.12)(64bit) >19:40:16,069 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.11)(64bit) >19:40:16,070 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.1)(64bit) >19:40:16,070 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.0)(64bit) >19:40:16,071 DEBUG yum.verbose.YumBase: TSINFO: Marking gnutls-3.1.16-1.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >19:40:16,073 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-logger-0.8.0-3.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >19:40:16,075 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-farstream-0.6.0-3.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >19:40:16,078 DEBUG yum.verbose.YumBase: TSINFO: Marking p11-kit-0.20.1-1.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >19:40:16,080 DEBUG yum.verbose.YumBase: TSINFO: Marking geocode-glib-3.10.0-1.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >19:40:16,082 DEBUG yum.verbose.YumBase: TSINFO: Marking gcr-3.10.1-1.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >19:40:16,083 DEBUG yum.verbose.YumBase: Quick matched gcr-3.10.1-1.fc20.x86_64 to require for libgcr-base-3.so.1()(64bit) >19:40:16,083 DEBUG yum.verbose.YumBase: Quick matched gcr-3.10.1-1.fc20.x86_64 to require for libgck-1.so.0()(64bit) >19:40:16,084 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:folks-0.9.6-2.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >19:40:16,087 DEBUG yum.verbose.YumBase: Quick matched 1:folks-0.9.6-2.fc20.x86_64 to require for libfolks-telepathy.so.25()(64bit) >19:40:16,088 DEBUG yum.verbose.YumBase: TSINFO: Marking farstream02-0.2.3-3.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >19:40:16,090 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:enchant-1.6.0-7.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >19:40:16,091 DEBUG yum.verbose.YumBase: TSINFO: Marking libchamplain-gtk-0.12.5-1.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >19:40:16,093 DEBUG yum.verbose.YumBase: TSINFO: Marking libchamplain-0.12.5-1.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >19:40:16,098 DEBUG yum.verbose.YumBase: TSINFO: Marking gsettings-desktop-schemas-3.10.1-1.fc20.x86_64 as install for eog-3.10.2-1.fc20.x86_64 >19:40:16,099 DEBUG yum.verbose.YumBase: TSINFO: Marking libexif-0.6.21-6.fc20.x86_64 as install for eog-3.10.2-1.fc20.x86_64 >19:40:16,101 DEBUG yum.verbose.YumBase: TSINFO: Marking exempi-2.2.1-3.fc20.x86_64 as install for eog-3.10.2-1.fc20.x86_64 >19:40:16,106 DEBUG yum.verbose.YumBase: TSINFO: Marking evince-libs-3.10.3-1.fc20.x86_64 as install for evince-3.10.3-1.fc20.x86_64 >19:40:16,108 DEBUG yum.verbose.YumBase: Quick matched evince-libs-3.10.3-1.fc20.x86_64 to require for libevview3.so.3()(64bit) >19:40:16,108 DEBUG yum.verbose.YumBase: Quick matched evince-libs-3.10.3-1.fc20.x86_64 to require for libevdocument3.so.4()(64bit) >19:40:16,120 DEBUG yum.verbose.YumBase: TSINFO: Marking highlight-3.16.1-1.fc20.x86_64 as install for evolution-3.10.2-2.fc20.x86_64 >19:40:16,122 DEBUG yum.verbose.YumBase: TSINFO: Marking gvfs-1.18.3-1.fc20.x86_64 as install for evolution-3.10.2-2.fc20.x86_64 >19:40:16,124 DEBUG yum.verbose.YumBase: TSINFO: Marking libical-1.0-4.fc20.x86_64 as install for evolution-3.10.2-2.fc20.x86_64 >19:40:16,125 DEBUG yum.verbose.YumBase: Quick matched libical-1.0-4.fc20.x86_64 to require for libicalss.so.1()(64bit) >19:40:16,126 DEBUG yum.verbose.YumBase: Quick matched libical-1.0-4.fc20.x86_64 to require for libical.so.1()(64bit) >19:40:16,126 DEBUG yum.verbose.YumBase: TSINFO: Marking libgweather-3.10.1-1.fc20.x86_64 as install for evolution-3.10.2-2.fc20.x86_64 >19:40:16,128 DEBUG yum.verbose.YumBase: TSINFO: Marking gtkhtml3-4.6.6-2.fc20.x86_64 as install for evolution-3.10.2-2.fc20.x86_64 >19:40:16,129 DEBUG yum.verbose.YumBase: Quick matched gtkhtml3-4.6.6-2.fc20.x86_64 to require for libgtkhtml-4.0.so.0()(64bit) >19:40:16,130 DEBUG yum.verbose.YumBase: TSINFO: Marking libgdata-0.14.0-1.fc20.x86_64 as install for evolution-3.10.2-2.fc20.x86_64 >19:40:16,132 DEBUG yum.verbose.YumBase: TSINFO: Marking evolution-data-server-3.10.2-2.fc20.x86_64 as install for evolution-3.10.2-2.fc20.x86_64 >19:40:16,134 DEBUG yum.verbose.YumBase: Quick matched evolution-data-server-3.10.2-2.fc20.x86_64 to require for libedata-book-1.2.so.20()(64bit) >19:40:16,134 DEBUG yum.verbose.YumBase: Quick matched evolution-data-server-3.10.2-2.fc20.x86_64 to require for libecal-1.2.so.16()(64bit) >19:40:16,134 DEBUG yum.verbose.YumBase: Quick matched evolution-data-server-3.10.2-2.fc20.x86_64 to require for libebook-contacts-1.2.so.0()(64bit) >19:40:16,135 DEBUG yum.verbose.YumBase: Quick matched evolution-data-server-3.10.2-2.fc20.x86_64 to require for libebook-1.2.so.14()(64bit) >19:40:16,135 DEBUG yum.verbose.YumBase: Quick matched evolution-data-server-3.10.2-2.fc20.x86_64 to require for libebackend-1.2.so.7()(64bit) >19:40:16,135 DEBUG yum.verbose.YumBase: Quick matched evolution-data-server-3.10.2-2.fc20.x86_64 to require for libcamel-1.2.so.45()(64bit) >19:40:16,142 DEBUG yum.verbose.YumBase: TSINFO: Marking libmspack-0.4-0.2.alpha.fc20.x86_64 as install for evolution-ews-3.10.2-2.fc20.x86_64 >19:40:16,143 DEBUG yum.verbose.YumBase: Quick matched libmspack-0.4-0.2.alpha.fc20.x86_64 to require for libmspack.so.0()(64bit) >19:40:16,145 DEBUG yum.verbose.YumBase: TSINFO: Marking file-libs-5.14-12.fc20.x86_64 as install for file-5.14-12.fc20.x86_64 >19:40:16,146 DEBUG yum.verbose.YumBase: Quick matched file-libs-5.14-12.fc20.x86_64 to require for libmagic.so.1()(64bit) >19:40:16,155 DEBUG yum.verbose.YumBase: TSINFO: Marking xulrunner-25.0-2.fc20.x86_64 as install for firefox-25.0-3.fc20.x86_64 >19:40:16,159 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-bookmarks-15-3.fc20.noarch as install for firefox-25.0-3.fc20.x86_64 >19:40:16,160 DEBUG yum.verbose.YumBase: Quick matched xulrunner-25.0-2.fc20.x86_64 to require for libxul.so()(64bit) >19:40:16,161 DEBUG yum.verbose.YumBase: TSINFO: Marking startup-notification-0.12-7.fc20.x86_64 as install for firefox-25.0-3.fc20.x86_64 >19:40:16,163 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject3-base-3.10.2-1.fc20.x86_64 as install for firewall-config-0.3.8-1.fc20.noarch >19:40:16,165 DEBUG yum.verbose.YumBase: TSINFO: Marking hicolor-icon-theme-0.12-7.fc20.noarch as install for firewall-config-0.3.8-1.fc20.noarch >19:40:16,168 DEBUG yum.verbose.YumBase: TSINFO: Marking python-slip-dbus-0.6.0-1.fc20.noarch as install for firewalld-0.3.8-1.fc20.noarch >19:40:16,169 DEBUG yum.verbose.YumBase: TSINFO: Marking python-decorator-3.4.0-3.fc20.noarch as install for firewalld-0.3.8-1.fc20.noarch >19:40:16,171 DEBUG yum.verbose.YumBase: TSINFO: Marking ebtables-2.0.10-11.fc20.x86_64 as install for firewalld-0.3.8-1.fc20.noarch >19:40:16,194 DEBUG yum.verbose.YumBase: TSINFO: Marking 4:perl-5.18.1-288.fc20.x86_64 as install for foomatic-4.0.9-6.fc20.x86_64 >19:40:16,197 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.1-288.fc20.x86_64 to require for perl(vars) >19:40:16,197 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.1-288.fc20.x86_64 to require for perl(strict) >19:40:16,198 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.1-288.fc20.x86_64 to require for perl(POSIX) >19:40:16,198 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.1-288.fc20.x86_64 to require for perl(Getopt::Std) >19:40:16,199 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Getopt-Long-2.42-1.fc20.noarch as install for foomatic-4.0.9-6.fc20.x86_64 >19:40:16,202 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Exporter-5.68-293.fc20.noarch as install for foomatic-4.0.9-6.fc20.x86_64 >19:40:16,204 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Encode-2.54-1.fc20.x86_64 as install for foomatic-4.0.9-6.fc20.x86_64 >19:40:16,205 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Data-Dumper-2.145-292.fc20.x86_64 as install for foomatic-4.0.9-6.fc20.x86_64 >19:40:16,207 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-PathTools-3.40-291.fc20.x86_64 as install for foomatic-4.0.9-6.fc20.x86_64 >19:40:16,209 DEBUG yum.verbose.YumBase: TSINFO: Marking foomatic-db-4.0-39.20130604.fc20.noarch as install for foomatic-4.0.9-6.fc20.x86_64 >19:40:16,213 DEBUG yum.verbose.YumBase: TSINFO: Marking foomatic-db-filesystem-4.0-39.20130604.fc20.noarch as install for foomatic-db-ppds-4.0-39.20130604.fc20.noarch >19:40:16,217 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 >19:40:16,225 DEBUG yum.verbose.YumBase: TSINFO: Marking libXau-1.0.8-2.fc20.x86_64 as install for 1:gdm-3.10.0.1-1.fc20.x86_64 >19:40:16,227 DEBUG yum.verbose.YumBase: TSINFO: Marking xorg-x11-server-utils-7.7-2.fc20.x86_64 as install for 1:gdm-3.10.0.1-1.fc20.x86_64 >19:40:16,229 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-logos-21.0.1-1.fc20.x86_64 as install for 1:gdm-3.10.0.1-1.fc20.x86_64 >19:40:16,230 DEBUG yum.verbose.YumBase: TSINFO: Marking xorg-x11-xkb-utils-7.7-8.fc20.x86_64 as install for 1:gdm-3.10.0.1-1.fc20.x86_64 >19:40:16,232 DEBUG yum.verbose.YumBase: TSINFO: Marking pulseaudio-gdm-hooks-4.0-8.gitf81e3.fc20.x86_64 as install for 1:gdm-3.10.0.1-1.fc20.x86_64 >19:40:16,233 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-session-3.10.1-1.fc20.x86_64 as install for 1:gdm-3.10.0.1-1.fc20.x86_64 >19:40:16,235 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-keyring-pam-3.10.1-1.fc20.x86_64 as install for 1:gdm-3.10.0.1-1.fc20.x86_64 >19:40:16,236 DEBUG yum.verbose.YumBase: TSINFO: Marking libXdmcp-1.1.1-5.fc20.x86_64 as install for 1:gdm-3.10.0.1-1.fc20.x86_64 >19:40:16,241 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-3.3.2-8.fc20.x86_64 as install for 2:gedit-3.10.2-1.fc20.x86_64 >19:40:16,243 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-gobject-3.10.2-1.fc20.x86_64 as install for 2:gedit-3.10.2-1.fc20.x86_64 >19:40:16,245 DEBUG yum.verbose.YumBase: TSINFO: Marking zenity-3.8.0-3.fc20.x86_64 as install for 2:gedit-3.10.2-1.fc20.x86_64 >19:40:16,246 DEBUG yum.verbose.YumBase: TSINFO: Marking gtksourceview3-3.10.1-1.fc20.x86_64 as install for 2:gedit-3.10.2-1.fc20.x86_64 >19:40:16,252 DEBUG yum.verbose.YumBase: TSINFO: Marking urw-fonts-2.4-17.fc20.noarch as install for ghostscript-9.10-4.fc20.x86_64 >19:40:16,253 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-data-0.4.6-4.fc20.noarch as install for ghostscript-9.10-4.fc20.x86_64 >19:40:16,255 DEBUG yum.verbose.YumBase: TSINFO: Marking ghostscript-fonts-5.50-32.fc20.noarch as install for ghostscript-9.10-4.fc20.x86_64 >19:40:16,256 DEBUG yum.verbose.YumBase: TSINFO: Marking libXt-1.1.4-7.fc20.x86_64 as install for ghostscript-9.10-4.fc20.x86_64 >19:40:16,259 DEBUG yum.verbose.YumBase: TSINFO: Marking ca-certificates-2013.1.94-18.fc20.noarch as install for glib-networking-2.38.2-1.fc20.x86_64 >19:40:16,261 DEBUG yum.verbose.YumBase: TSINFO: Marking libproxy-0.4.11-7.fc20.x86_64 as install for glib-networking-2.38.2-1.fc20.x86_64 >19:40:16,266 DEBUG yum.verbose.YumBase: TSINFO: Marking pulseaudio-module-bluetooth-4.0-8.gitf81e3.fc20.x86_64 as install for 1:gnome-bluetooth-3.10.0-1.fc20.x86_64 >19:40:16,276 DEBUG yum.verbose.YumBase: TSINFO: Marking mtools-4.0.18-4.fc20.x86_64 as install for gnome-boxes-3.10.2-1.fc20.x86_64 >19:40:16,279 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-gobject-0.1.7-2.fc20.x86_64 as install for gnome-boxes-3.10.2-1.fc20.x86_64 >19:40:16,281 DEBUG yum.verbose.YumBase: Quick matched libvirt-gobject-0.1.7-2.fc20.x86_64 to require for libvirt-gobject-1.0.so.0(LIBVIRT_GOBJECT_0.1.3)(64bit) >19:40:16,281 DEBUG yum.verbose.YumBase: Quick matched libvirt-gobject-0.1.7-2.fc20.x86_64 to require for libvirt-gobject-1.0.so.0(LIBVIRT_GOBJECT_0.1.2)(64bit) >19:40:16,281 DEBUG yum.verbose.YumBase: Quick matched libvirt-gobject-0.1.7-2.fc20.x86_64 to require for libvirt-gobject-1.0.so.0(LIBVIRT_GOBJECT_0.0.9)(64bit) >19:40:16,281 DEBUG yum.verbose.YumBase: Quick matched libvirt-gobject-0.1.7-2.fc20.x86_64 to require for libvirt-gobject-1.0.so.0(LIBVIRT_GOBJECT_0.0.8)(64bit) >19:40:16,282 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-gconfig-0.1.7-2.fc20.x86_64 as install for gnome-boxes-3.10.2-1.fc20.x86_64 >19:40:16,283 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.7-2.fc20.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.1.6)(64bit) >19:40:16,284 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.7-2.fc20.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.1.5)(64bit) >19:40:16,284 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.7-2.fc20.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.1.4)(64bit) >19:40:16,284 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.7-2.fc20.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.1.0)(64bit) >19:40:16,284 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.7-2.fc20.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.0.9)(64bit) >19:40:16,285 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.7-2.fc20.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.0.8)(64bit) >19:40:16,285 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-kvm-1.1.3.1-2.fc20.x86_64 as install for gnome-boxes-3.10.2-1.fc20.x86_64 >19:40:16,287 DEBUG yum.verbose.YumBase: TSINFO: Marking spice-gtk3-0.21-5.fc20.x86_64 as install for gnome-boxes-3.10.2-1.fc20.x86_64 >19:40:16,289 DEBUG yum.verbose.YumBase: TSINFO: Marking spice-glib-0.21-5.fc20.x86_64 as install for gnome-boxes-3.10.2-1.fc20.x86_64 >19:40:16,291 DEBUG yum.verbose.YumBase: TSINFO: Marking libosinfo-0.2.7-2.fc20.x86_64 as install for gnome-boxes-3.10.2-1.fc20.x86_64 >19:40:16,292 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.7-2.fc20.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.2.6)(64bit) >19:40:16,293 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.7-2.fc20.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.2.3)(64bit) >19:40:16,293 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.7-2.fc20.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.2.2)(64bit) >19:40:16,293 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.7-2.fc20.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.2.1)(64bit) >19:40:16,293 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.7-2.fc20.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.2.0)(64bit) >19:40:16,294 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.7-2.fc20.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.0.5)(64bit) >19:40:16,294 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.7-2.fc20.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.0.1)(64bit) >19:40:16,295 DEBUG yum.verbose.YumBase: TSINFO: Marking fuseiso-20070708-14.fc20.x86_64 as install for gnome-boxes-3.10.2-1.fc20.x86_64 >19:40:16,297 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-client-1.1.3.1-2.fc20.x86_64 as install for gnome-boxes-3.10.2-1.fc20.x86_64 >19:40:16,301 DEBUG yum.verbose.YumBase: TSINFO: Marking gvnc-0.5.3-1.fc20.x86_64 as install for gnome-boxes-3.10.2-1.fc20.x86_64 >19:40:16,302 DEBUG yum.verbose.YumBase: TSINFO: Marking gtk-vnc2-0.5.3-1.fc20.x86_64 as install for gnome-boxes-3.10.2-1.fc20.x86_64 >19:40:16,314 DEBUG yum.verbose.YumBase: TSINFO: Marking argyllcms-1.6.0-1.fc20.x86_64 as install for gnome-color-manager-3.10.1-1.fc20.x86_64 >19:40:16,316 DEBUG yum.verbose.YumBase: TSINFO: Marking vte3-0.34.9-1.fc20.x86_64 as install for gnome-color-manager-3.10.1-1.fc20.x86_64 >19:40:16,318 DEBUG yum.verbose.YumBase: TSINFO: Marking libmash-0.2.0-11.fc20.x86_64 as install for gnome-color-manager-3.10.1-1.fc20.x86_64 >19:40:16,320 DEBUG yum.verbose.YumBase: TSINFO: Marking exiv2-libs-0.23-5.fc20.x86_64 as install for gnome-color-manager-3.10.1-1.fc20.x86_64 >19:40:16,334 DEBUG yum.verbose.YumBase: TSINFO: Marking udisks2-2.1.1-1.fc20.x86_64 as install for gnome-disk-utility-3.10.0-1.fc20.x86_64 >19:40:16,336 DEBUG yum.verbose.YumBase: TSINFO: Marking libudisks2-2.1.1-1.fc20.x86_64 as install for gnome-disk-utility-3.10.0-1.fc20.x86_64 >19:40:16,338 DEBUG yum.verbose.YumBase: TSINFO: Marking libdvdread-4.2.0-5.fc20.x86_64 as install for gnome-disk-utility-3.10.0-1.fc20.x86_64 >19:40:16,342 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-online-miners-3.10.0-1.fc20.x86_64 as install for gnome-documents-3.10.1-1.fc20.x86_64 >19:40:16,344 DEBUG yum.verbose.YumBase: TSINFO: Marking libzapojit-0.0.3-2.fc20.x86_64 as install for gnome-documents-3.10.1-1.fc20.x86_64 >19:40:16,345 DEBUG yum.verbose.YumBase: TSINFO: Marking rest-0.7.90-5.fc20.x86_64 as install for gnome-documents-3.10.1-1.fc20.x86_64 >19:40:16,348 DEBUG yum.verbose.YumBase: TSINFO: Marking gjs-1.38.1-1.fc20.x86_64 as install for gnome-documents-3.10.1-1.fc20.x86_64 >19:40:16,359 DEBUG yum.verbose.YumBase: TSINFO: Marking geoclue2-2.0.0-1.fc20.x86_64 as install for gnome-maps-3.10.2-1.fc20.noarch >19:40:16,365 DEBUG yum.verbose.YumBase: TSINFO: Marking PackageKit-device-rebind-0.8.13-1.fc20.x86_64 as install for gnome-packagekit-3.10.1-1.fc20.x86_64 >19:40:16,366 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-settings-daemon-updates-3.10.2-2.fc20.x86_64 as install for gnome-packagekit-3.10.1-1.fc20.x86_64 >19:40:16,371 DEBUG yum.verbose.YumBase: TSINFO: Marking dleyna-renderer-0.1.3-2.fc20.x86_64 as install for gnome-photos-3.10.2-1.fc20.x86_64 >19:40:16,373 DEBUG yum.verbose.YumBase: TSINFO: Marking grilo-0.2.7-1.fc20.x86_64 as install for gnome-photos-3.10.2-1.fc20.x86_64 >19:40:16,375 DEBUG yum.verbose.YumBase: TSINFO: Marking gegl-0.2.0-12.fc20.x86_64 as install for gnome-photos-3.10.2-1.fc20.x86_64 >19:40:16,377 DEBUG yum.verbose.YumBase: TSINFO: Marking babl-0.1.10-8.fc20.x86_64 as install for gnome-photos-3.10.2-1.fc20.x86_64 >19:40:16,389 DEBUG yum.verbose.YumBase: TSINFO: Marking libxkbfile-1.0.8-4.fc20.x86_64 as install for gnome-settings-daemon-3.10.2-2.fc20.x86_64 >19:40:16,402 DEBUG yum.verbose.YumBase: TSINFO: Marking mutter-3.10.2-2.fc20.x86_64 as install for gnome-shell-3.10.2.1-2.fc20.x86_64 >19:40:16,404 DEBUG yum.verbose.YumBase: TSINFO: Marking libcroco-0.6.8-3.fc20.x86_64 as install for gnome-shell-3.10.2.1-2.fc20.x86_64 >19:40:16,405 DEBUG yum.verbose.YumBase: TSINFO: Marking mozilla-filesystem-1.9-10.fc20.x86_64 as install for gnome-shell-3.10.2.1-2.fc20.x86_64 >19:40:16,407 DEBUG yum.verbose.YumBase: TSINFO: Marking mozjs17-17.0.0-8.fc20.x86_64 as install for gnome-shell-3.10.2.1-2.fc20.x86_64 >19:40:16,408 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:gdm-libs-3.10.0.1-1.fc20.x86_64 as install for gnome-shell-3.10.2.1-2.fc20.x86_64 >19:40:16,410 DEBUG yum.verbose.YumBase: TSINFO: Marking mutter-wayland-3.10.1-1.fc20.x86_64 as install for gnome-shell-3.10.2.1-2.fc20.x86_64 >19:40:16,420 DEBUG yum.verbose.YumBase: TSINFO: Marking libsigc++20-2.3.1-3.fc20.x86_64 as install for gnome-system-monitor-3.10.2-1.fc20.x86_64 >19:40:16,422 DEBUG yum.verbose.YumBase: TSINFO: Marking pangomm-2.34.0-2.fc20.x86_64 as install for gnome-system-monitor-3.10.2-1.fc20.x86_64 >19:40:16,423 DEBUG yum.verbose.YumBase: TSINFO: Marking gtkmm30-3.10.1-1.fc20.x86_64 as install for gnome-system-monitor-3.10.2-1.fc20.x86_64 >19:40:16,425 DEBUG yum.verbose.YumBase: TSINFO: Marking glibmm24-2.38.1-1.fc20.x86_64 as install for gnome-system-monitor-3.10.2-1.fc20.x86_64 >19:40:16,426 DEBUG yum.verbose.YumBase: Quick matched glibmm24-2.38.1-1.fc20.x86_64 to require for libgiomm-2.4.so.1()(64bit) >19:40:16,427 DEBUG yum.verbose.YumBase: TSINFO: Marking cairomm-1.10.0-7.fc20.x86_64 as install for gnome-system-monitor-3.10.2-1.fc20.x86_64 >19:40:16,429 DEBUG yum.verbose.YumBase: TSINFO: Marking atkmm-2.22.7-2.fc20.x86_64 as install for gnome-system-monitor-3.10.2-1.fc20.x86_64 >19:40:16,434 DEBUG yum.verbose.YumBase: TSINFO: Marking adwaita-gtk3-theme-3.10.0-1.fc20.x86_64 as install for gnome-themes-standard-3.10.0-1.fc20.x86_64 >19:40:16,435 DEBUG yum.verbose.YumBase: TSINFO: Marking adwaita-gtk2-theme-3.10.0-1.fc20.x86_64 as install for gnome-themes-standard-3.10.0-1.fc20.x86_64 >19:40:16,437 DEBUG yum.verbose.YumBase: TSINFO: Marking adwaita-cursor-theme-3.10.0-1.fc20.noarch as install for gnome-themes-standard-3.10.0-1.fc20.x86_64 >19:40:16,440 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 >19:40:16,445 DEBUG yum.verbose.YumBase: TSINFO: Marking pinentry-0.8.1-11.fc20.x86_64 as install for gnupg2-2.0.22-1.fc20.x86_64 >19:40:16,447 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcrypt-1.5.3-2.fc20.x86_64 as install for gnupg2-2.0.22-1.fc20.x86_64 >19:40:16,448 DEBUG yum.verbose.YumBase: TSINFO: Marking libassuan-2.1.0-2.fc20.x86_64 as install for gnupg2-2.0.22-1.fc20.x86_64 >19:40:16,449 DEBUG yum.verbose.YumBase: TSINFO: Marking pth-2.0.7-21.fc20.x86_64 as install for gnupg2-2.0.22-1.fc20.x86_64 >19:40:16,451 DEBUG yum.verbose.YumBase: TSINFO: Marking libgpg-error-1.12-1.fc20.x86_64 as install for gnupg2-2.0.22-1.fc20.x86_64 >19:40:16,469 DEBUG yum.verbose.YumBase: TSINFO: Marking libsndfile-1.0.25-8.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-19.fc20.x86_64 >19:40:16,470 DEBUG yum.verbose.YumBase: TSINFO: Marking libvpx-1.2.0-2.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-19.fc20.x86_64 >19:40:16,472 DEBUG yum.verbose.YumBase: TSINFO: Marking libvdpau-0.7-1.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-19.fc20.x86_64 >19:40:16,474 DEBUG yum.verbose.YumBase: TSINFO: Marking orc-0.4.18-1.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-19.fc20.x86_64 >19:40:16,475 DEBUG yum.verbose.YumBase: TSINFO: Marking opus-1.0.3-2.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-19.fc20.x86_64 >19:40:16,477 DEBUG yum.verbose.YumBase: TSINFO: Marking libofa-0.9.3-23.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-19.fc20.x86_64 >19:40:16,478 DEBUG yum.verbose.YumBase: TSINFO: Marking libmpcdec-1.2.6-12.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-19.fc20.x86_64 >19:40:16,480 DEBUG yum.verbose.YumBase: TSINFO: Marking jasper-libs-1.900.1-25.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-19.fc20.x86_64 >19:40:16,483 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer-plugins-base-0.10.36-6.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-19.fc20.x86_64 >19:40:16,485 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-6.fc20.x86_64 to require for libgsttag-0.10.so.0()(64bit) >19:40:16,485 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-6.fc20.x86_64 to require for libgstsdp-0.10.so.0()(64bit) >19:40:16,485 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-6.fc20.x86_64 to require for libgstrtp-0.10.so.0()(64bit) >19:40:16,486 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-6.fc20.x86_64 to require for libgstriff-0.10.so.0()(64bit) >19:40:16,486 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-6.fc20.x86_64 to require for libgstpbutils-0.10.so.0()(64bit) >19:40:16,486 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-6.fc20.x86_64 to require for libgstinterfaces-0.10.so.0()(64bit) >19:40:16,486 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-6.fc20.x86_64 to require for libgstfft-0.10.so.0()(64bit) >19:40:16,487 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-6.fc20.x86_64 to require for libgstaudio-0.10.so.0()(64bit) >19:40:16,487 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-6.fc20.x86_64 to require for libgstapp-0.10.so.0()(64bit) >19:40:16,488 DEBUG yum.verbose.YumBase: TSINFO: Marking gsm-1.0.13-10.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-19.fc20.x86_64 >19:40:16,489 DEBUG yum.verbose.YumBase: TSINFO: Marking libdvdnav-4.2.0-5.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-19.fc20.x86_64 >19:40:16,491 DEBUG yum.verbose.YumBase: TSINFO: Marking soundtouch-1.4.0-8.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-19.fc20.x86_64 >19:40:16,494 DEBUG yum.verbose.YumBase: TSINFO: Marking espeak-1.47.11-3.fc20.x86_64 as install for gstreamer-plugins-espeak-0.4.0-2.fc19.x86_64 >19:40:16,510 DEBUG yum.verbose.YumBase: TSINFO: Marking wavpack-4.60.1-8.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >19:40:16,511 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libvorbis-1.3.3-6.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >19:40:16,513 DEBUG yum.verbose.YumBase: TSINFO: Marking libv4l-1.0.0-1.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >19:40:16,515 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libtheora-1.1.1-9.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >19:40:16,516 DEBUG yum.verbose.YumBase: TSINFO: Marking taglib-1.9.1-2.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >19:40:16,518 DEBUG yum.verbose.YumBase: TSINFO: Marking speex-1.2-0.18.rc1.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >19:40:16,520 DEBUG yum.verbose.YumBase: TSINFO: Marking libshout-2.2.2-10.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >19:40:16,521 DEBUG yum.verbose.YumBase: TSINFO: Marking libavc1394-0.5.3-14.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >19:40:16,523 DEBUG yum.verbose.YumBase: TSINFO: Marking libraw1394-2.1.0-2.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >19:40:16,524 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libogg-1.3.0-6.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >19:40:16,526 DEBUG yum.verbose.YumBase: TSINFO: Marking libiec61883-1.2.0-10.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >19:40:16,527 DEBUG yum.verbose.YumBase: TSINFO: Marking libdv-1.0.0-16.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >19:40:16,529 DEBUG yum.verbose.YumBase: TSINFO: Marking flac-libs-1.3.0-3.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >19:40:16,538 DEBUG yum.verbose.YumBase: TSINFO: Marking usbmuxd-1.0.8-10.fc20.x86_64 as install for gvfs-afc-1.18.3-1.fc20.x86_64 >19:40:16,539 DEBUG yum.verbose.YumBase: Quick matched usbmuxd-1.0.8-10.fc20.x86_64 to require for libusbmuxd.so.2()(64bit) >19:40:16,540 DEBUG yum.verbose.YumBase: TSINFO: Marking libtasn1-3.3-2.fc20.x86_64 as install for gvfs-afc-1.18.3-1.fc20.x86_64 >19:40:16,541 DEBUG yum.verbose.YumBase: TSINFO: Marking libplist-1.10-2.fc20.x86_64 as install for gvfs-afc-1.18.3-1.fc20.x86_64 >19:40:16,543 DEBUG yum.verbose.YumBase: TSINFO: Marking libimobiledevice-1.1.5-3.fc20.x86_64 as install for gvfs-afc-1.18.3-1.fc20.x86_64 >19:40:16,544 DEBUG yum.verbose.YumBase: TSINFO: Marking libbluray-0.4.0-1.fc20.x86_64 as install for gvfs-afc-1.18.3-1.fc20.x86_64 >19:40:16,551 DEBUG yum.verbose.YumBase: TSINFO: Marking fuse-libs-2.9.3-2.fc20.x86_64 as install for gvfs-fuse-1.18.3-1.fc20.x86_64 >19:40:16,552 DEBUG yum.verbose.YumBase: Quick matched fuse-libs-2.9.3-2.fc20.x86_64 to require for libfuse.so.2(FUSE_2.6)(64bit) >19:40:16,553 DEBUG yum.verbose.YumBase: TSINFO: Marking fuse-2.9.3-2.fc20.x86_64 as install for gvfs-fuse-1.18.3-1.fc20.x86_64 >19:40:16,558 DEBUG yum.verbose.YumBase: TSINFO: Marking libgphoto2-2.5.2-5.fc20.x86_64 as install for gvfs-gphoto2-1.18.3-1.fc20.x86_64 >19:40:16,559 DEBUG yum.verbose.YumBase: Quick matched libgphoto2-2.5.2-5.fc20.x86_64 to require for libgphoto2_port.so.10()(64bit) >19:40:16,560 DEBUG yum.verbose.YumBase: Quick matched libgphoto2-2.5.2-5.fc20.x86_64 to require for libgphoto2.so.6()(64bit) >19:40:16,562 DEBUG yum.verbose.YumBase: TSINFO: Marking libmtp-1.1.6-2.fc20.x86_64 as install for gvfs-mtp-1.18.3-1.fc20.x86_64 >19:40:16,572 DEBUG yum.verbose.YumBase: TSINFO: Marking hplip-libs-3.13.11-1.fc20.x86_64 as install for 1:hpijs-3.13.11-1.fc20.x86_64 >19:40:16,573 DEBUG yum.verbose.YumBase: Quick matched hplip-libs-3.13.11-1.fc20.x86_64 to require for libhpmud.so.0()(64bit) >19:40:16,573 DEBUG yum.verbose.YumBase: Quick matched hplip-libs-3.13.11-1.fc20.x86_64 to require for libhpip.so.0()(64bit) >19:40:16,577 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pillow-2.2.1-2.fc20.x86_64 as install for hplip-3.13.11-1.fc20.x86_64 >19:40:16,579 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:net-snmp-libs-5.7.2-15.fc20.x86_64 as install for hplip-3.13.11-1.fc20.x86_64 >19:40:16,582 DEBUG yum.verbose.YumBase: TSINFO: Marking hunspell-en-US-0.20121024-6.fc20.noarch as install for hunspell-1.3.2-14.fc20.x86_64 >19:40:16,585 DEBUG yum.verbose.YumBase: TSINFO: Marking libchewing-0.3.5-1.fc20.x86_64 as install for ibus-chewing-1.4.3-4.fc20.x86_64 >19:40:16,587 DEBUG yum.verbose.YumBase: TSINFO: Marking ibus-1.5.4-2.fc20.x86_64 as install for ibus-chewing-1.4.3-4.fc20.x86_64 >19:40:16,591 DEBUG yum.verbose.YumBase: TSINFO: Marking libhangul-0.1.0-7.fc20.x86_64 as install for ibus-hangul-1.4.2-7.fc20.x86_64 >19:40:16,592 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject3-3.10.2-1.fc20.x86_64 as install for ibus-hangul-1.4.2-7.fc20.x86_64 >19:40:16,596 DEBUG yum.verbose.YumBase: TSINFO: Marking libkkc-0.3.1-2.fc20.x86_64 as install for ibus-kkc-1.5.18-2.fc20.x86_64 >19:40:16,597 DEBUG yum.verbose.YumBase: TSINFO: Marking libgee06-0.6.8-2.fc20.x86_64 as install for ibus-kkc-1.5.18-2.fc20.x86_64 >19:40:16,602 DEBUG yum.verbose.YumBase: TSINFO: Marking libpinyin-data-0.9.94-1.fc20.x86_64 as install for ibus-libpinyin-1.6.92-2.fc20.x86_64 >19:40:16,603 DEBUG yum.verbose.YumBase: TSINFO: Marking libpinyin-0.9.94-1.fc20.x86_64 as install for ibus-libpinyin-1.6.92-2.fc20.x86_64 >19:40:16,604 DEBUG yum.verbose.YumBase: Quick matched libpinyin-0.9.94-1.fc20.x86_64 to require for libpinyin.so.4(LIBPINYIN)(64bit) >19:40:16,604 DEBUG yum.verbose.YumBase: Quick matched libpinyin-0.9.94-1.fc20.x86_64 to require for libpinyin.so.4()(64bit) >19:40:16,605 DEBUG yum.verbose.YumBase: TSINFO: Marking opencc-0.4.3-2.fc20.x86_64 as install for ibus-libpinyin-1.6.92-2.fc20.x86_64 >19:40:16,607 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-5.2.2-5.fc20.x86_64 as install for ibus-libpinyin-1.6.92-2.fc20.x86_64 >19:40:16,610 DEBUG yum.verbose.YumBase: TSINFO: Marking m17n-lib-1.6.4-10.fc20.x86_64 as install for ibus-m17n-1.3.4-12.fc20.x86_64 >19:40:16,611 DEBUG yum.verbose.YumBase: Quick matched m17n-lib-1.6.4-10.fc20.x86_64 to require for libm17n.so.0()(64bit) >19:40:16,611 DEBUG yum.verbose.YumBase: Quick matched m17n-lib-1.6.4-10.fc20.x86_64 to require for libm17n-core.so.0()(64bit) >19:40:16,614 DEBUG yum.verbose.YumBase: TSINFO: Marking libtranslit-m17n-0.0.3-2.fc20.x86_64 as install for ibus-typing-booster-1.2.5-1.fc20.noarch >19:40:16,617 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:java-1.7.0-openjdk-1.7.0.60-2.4.3.0.fc20.x86_64 as install for icedtea-web-1.4.1-0.fc20.x86_64 >19:40:16,621 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 >19:40:16,623 DEBUG yum.verbose.YumBase: TSINFO: Marking imsettings-libs-1.6.6-1.fc20.x86_64 as install for im-chooser-1.6.4-2.fc20.x86_64 >19:40:16,631 DEBUG yum.verbose.YumBase: TSINFO: Marking sysvinit-tools-2.88-14.dsf.fc20.x86_64 as install for initscripts-9.50-1.fc20.x86_64 >19:40:16,633 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:findutils-4.5.11-4.fc20.x86_64 as install for initscripts-9.50-1.fc20.x86_64 >19:40:16,635 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-release-20-1.noarch as install for initscripts-9.50-1.fc20.x86_64 >19:40:16,637 DEBUG yum.verbose.YumBase: TSINFO: Marking gawk-4.1.0-2.fc20.x86_64 as install for initscripts-9.50-1.fc20.x86_64 >19:40:16,640 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-5.3.28-1.fc20.x86_64 as install for iproute-3.11.0-1.fc20.x86_64 >19:40:16,642 DEBUG yum.verbose.YumBase: TSINFO: Marking linux-atm-libs-2.5.1-8.fc20.x86_64 as install for iproute-3.11.0-1.fc20.x86_64 >19:40:16,645 DEBUG yum.verbose.YumBase: TSINFO: Marking libnetfilter_conntrack-1.0.4-1.fc20.x86_64 as install for iptstate-2.2.5-3.fc20.x86_64 >19:40:16,650 DEBUG yum.verbose.YumBase: TSINFO: Marking numactl-libs-2.0.9-1.fc20.x86_64 as install for 2:irqbalance-1.0.7-1.fc20.x86_64 >19:40:16,651 DEBUG yum.verbose.YumBase: Quick matched numactl-libs-2.0.9-1.fc20.x86_64 to require for libnuma.so.1(libnuma_1.1)(64bit) >19:40:16,652 DEBUG yum.verbose.YumBase: Quick matched numactl-libs-2.0.9-1.fc20.x86_64 to require for libnuma.so.1()(64bit) >19:40:16,657 DEBUG yum.verbose.YumBase: TSINFO: Marking hwdata-0.256-1.fc20.noarch as install for isdn4k-utils-3.2-93.fc20.x86_64 >19:40:16,658 DEBUG yum.verbose.YumBase: TSINFO: Marking 14:libpcap-1.4.0-2.fc20.x86_64 as install for isdn4k-utils-3.2-93.fc20.x86_64 >19:40:16,663 DEBUG yum.verbose.YumBase: TSINFO: Marking kbd-misc-1.15.5-11.fc20.noarch as install for kbd-1.15.5-11.fc20.x86_64 >19:40:16,665 DEBUG yum.verbose.YumBase: TSINFO: Marking kbd-legacy-1.15.5-11.fc20.noarch as install for kbd-1.15.5-11.fc20.x86_64 >19:40:16,667 DEBUG yum.verbose.YumBase: TSINFO: Marking linux-firmware-20130724-31.git31f6b30.fc20.noarch as install for kernel-3.11.10-300.fc20.x86_64 >19:40:16,669 DEBUG yum.verbose.YumBase: TSINFO: Marking khmeros-fonts-common-5.0-17.fc20.noarch as install for khmeros-base-fonts-5.0-17.fc20.noarch >19:40:16,671 DEBUG yum.verbose.YumBase: TSINFO: Marking groff-base-1.22.2-8.fc20.x86_64 as install for less-458-4.fc20.x86_64 >19:40:16,678 DEBUG yum.verbose.YumBase: TSINFO: Marking libtdb-1.2.12-2.fc20.x86_64 as install for libcanberra-gtk2-0.30-4.fc20.x86_64 >19:40:16,680 DEBUG yum.verbose.YumBase: TSINFO: Marking libtool-ltdl-2.4.2-21.fc20.x86_64 as install for libcanberra-gtk2-0.30-4.fc20.x86_64 >19:40:16,684 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:liberation-fonts-common-1.07.3-2.fc20.noarch as install for 1:liberation-mono-fonts-1.07.3-2.fc20.noarch >19:40:16,698 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 as install for 1:libreoffice-calc-4.1.3.2-6.fc20.x86_64 >19:40:16,704 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 as install for 1:libreoffice-calc-4.1.3.2-6.fc20.x86_64 >19:40:16,709 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3(UDK_3_0_0)(64bit) >19:40:16,709 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3(UDK_3.9)(64bit) >19:40:16,710 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3(UDK_3.8)(64bit) >19:40:16,710 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3(UDK_3.7)(64bit) >19:40:16,710 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3(UDK_3.6)(64bit) >19:40:16,710 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3(UDK_3.3)(64bit) >19:40:16,711 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3(UDK_3.10)(64bit) >19:40:16,711 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3(UDK_3.1)(64bit) >19:40:16,711 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3(LIBO_UDK_4.1)(64bit) >19:40:16,711 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3(LIBO_UDK_4.0)(64bit) >19:40:16,712 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3(LIBO_UDK_3.6)(64bit) >19:40:16,712 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3(LIBO_UDK_3.5)(64bit) >19:40:16,712 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_cppuhelpergcc3.so.3(UDK_3_0_0)(64bit) >19:40:16,712 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_cppuhelpergcc3.so.3(UDK_3.6)(64bit) >19:40:16,713 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_cppuhelpergcc3.so.3(UDK_3.1)(64bit) >19:40:16,713 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_cppu.so.3(UDK_3_0_0)(64bit) >19:40:16,713 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_cppu.so.3(UDK_3.3)(64bit) >19:40:16,713 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_cppu.so.3(UDK_3.1)(64bit) >19:40:16,714 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libvcllo.so()(64bit) >19:40:16,714 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libvbahelperlo.so()(64bit) >19:40:16,714 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libutllo.so()(64bit) >19:40:16,715 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3()(64bit) >19:40:16,715 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_cppuhelpergcc3.so.3()(64bit) >19:40:16,715 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_cppu.so.3()(64bit) >19:40:16,716 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libtllo.so()(64bit) >19:40:16,716 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libtklo.so()(64bit) >19:40:16,717 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libsvxlo.so()(64bit) >19:40:16,717 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libsvxcorelo.so()(64bit) >19:40:16,717 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libsvtlo.so()(64bit) >19:40:16,717 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libsvllo.so()(64bit) >19:40:16,718 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libsotlo.so()(64bit) >19:40:16,718 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libsfxlo.so()(64bit) >19:40:16,718 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libsblo.so()(64bit) >19:40:16,718 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libsaxlo.so()(64bit) >19:40:16,719 DEBUG yum.verbose.YumBase: TSINFO: Marking liborcus-0.5.1-5.fc20.x86_64 as install for 1:libreoffice-calc-4.1.3.2-6.fc20.x86_64 >19:40:16,720 DEBUG yum.verbose.YumBase: Quick matched liborcus-0.5.1-5.fc20.x86_64 to require for liborcus-0.6.so.0()(64bit) >19:40:16,721 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libmsfilterlo.so()(64bit) >19:40:16,722 DEBUG yum.verbose.YumBase: TSINFO: Marking lpsolve-5.5.2.0-7.fc20.x86_64 as install for 1:libreoffice-calc-4.1.3.2-6.fc20.x86_64 >19:40:16,723 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libfilelo.so()(64bit) >19:40:16,723 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libeditenglo.so()(64bit) >19:40:16,724 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libdrawinglayerlo.so()(64bit) >19:40:16,724 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libdbtoolslo.so()(64bit) >19:40:16,724 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libcomphelper.so()(64bit) >19:40:16,724 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libbasegfxlo.so()(64bit) >19:40:16,725 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libavmedialo.so()(64bit) >19:40:16,727 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libreoffice-pdfimport-4.1.3.2-6.fc20.x86_64 as install for 1:libreoffice-draw-4.1.3.2-6.fc20.x86_64 >19:40:16,729 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libreoffice-pyuno-4.1.3.2-6.fc20.x86_64 as install for 1:libreoffice-emailmerge-4.1.3.2-6.fc20.x86_64 >19:40:16,740 DEBUG yum.verbose.YumBase: TSINFO: Marking libwpg-0.2.2-5.fc20.x86_64 as install for 1:libreoffice-graphicfilter-4.1.3.2-6.fc20.x86_64 >19:40:16,742 DEBUG yum.verbose.YumBase: TSINFO: Marking libwpd-0.9.9-1.fc20.x86_64 as install for 1:libreoffice-graphicfilter-4.1.3.2-6.fc20.x86_64 >19:40:16,743 DEBUG yum.verbose.YumBase: Quick matched libwpd-0.9.9-1.fc20.x86_64 to require for libwpd-0.9.so.9()(64bit) >19:40:16,744 DEBUG yum.verbose.YumBase: TSINFO: Marking libvisio-0.0.31-1.fc20.x86_64 as install for 1:libreoffice-graphicfilter-4.1.3.2-6.fc20.x86_64 >19:40:16,746 DEBUG yum.verbose.YumBase: TSINFO: Marking libodfgen-0.0.3-1.fc20.x86_64 as install for 1:libreoffice-graphicfilter-4.1.3.2-6.fc20.x86_64 >19:40:16,747 DEBUG yum.verbose.YumBase: TSINFO: Marking libmspub-0.0.6-4.fc20.x86_64 as install for 1:libreoffice-graphicfilter-4.1.3.2-6.fc20.x86_64 >19:40:16,749 DEBUG yum.verbose.YumBase: TSINFO: Marking libicu-50.1.2-10.fc20.x86_64 as install for 1:libreoffice-graphicfilter-4.1.3.2-6.fc20.x86_64 >19:40:16,750 DEBUG yum.verbose.YumBase: Quick matched libicu-50.1.2-10.fc20.x86_64 to require for libicui18n.so.50()(64bit) >19:40:16,750 DEBUG yum.verbose.YumBase: Quick matched libicu-50.1.2-10.fc20.x86_64 to require for libicudata.so.50()(64bit) >19:40:16,751 DEBUG yum.verbose.YumBase: TSINFO: Marking libetonyek-0.0.1-1.fc20.x86_64 as install for 1:libreoffice-graphicfilter-4.1.3.2-6.fc20.x86_64 >19:40:16,753 DEBUG yum.verbose.YumBase: TSINFO: Marking libcdr-0.0.14-5.fc20.x86_64 as install for 1:libreoffice-graphicfilter-4.1.3.2-6.fc20.x86_64 >19:40:16,780 DEBUG yum.verbose.YumBase: TSINFO: Marking libwps-0.2.9-5.fc20.x86_64 as install for 1:libreoffice-writer-4.1.3.2-6.fc20.x86_64 >19:40:16,782 DEBUG yum.verbose.YumBase: TSINFO: Marking libmwaw-0.2.0-1.fc20.x86_64 as install for 1:libreoffice-writer-4.1.3.2-6.fc20.x86_64 >19:40:16,787 DEBUG yum.verbose.YumBase: TSINFO: Marking sane-backends-1.0.24-6.fc20.x86_64 as install for libsane-hpaio-3.13.11-1.fc20.x86_64 >19:40:16,795 DEBUG yum.verbose.YumBase: TSINFO: Marking m17n-db-1.6.4-3.fc20.noarch as install for m17n-contrib-1.1.14-3.fc20.noarch >19:40:16,798 DEBUG yum.verbose.YumBase: TSINFO: Marking gzip-1.6-2.fc20.x86_64 as install for man-db-2.6.5-2.fc20.x86_64 >19:40:16,800 DEBUG yum.verbose.YumBase: TSINFO: Marking libpipeline-1.2.4-2.fc20.x86_64 as install for man-db-2.6.5-2.fc20.x86_64 >19:40:16,802 DEBUG yum.verbose.YumBase: TSINFO: Marking gdbm-1.10-7.fc20.x86_64 as install for man-db-2.6.5-2.fc20.x86_64 >19:40:16,805 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-filesystem-2.1.9-1.fc20.x86_64 as install for mdadm-3.3-4.fc20.x86_64 >19:40:16,810 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-filesystem-9.2.3-1.20131114.fc20.x86_64 as install for mesa-dri-drivers-9.2.3-1.20131114.fc20.x86_64 >19:40:16,812 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-libelf-0.157-1.fc20.x86_64 as install for mesa-dri-drivers-9.2.3-1.20131114.fc20.x86_64 >19:40:16,813 DEBUG yum.verbose.YumBase: Quick matched elfutils-libelf-0.157-1.fc20.x86_64 to require for libelf.so.1(ELFUTILS_1.0)(64bit) >19:40:16,814 DEBUG yum.verbose.YumBase: TSINFO: Marking libffi-3.0.13-5.fc20.x86_64 as install for mesa-dri-drivers-9.2.3-1.20131114.fc20.x86_64 >19:40:16,815 DEBUG yum.verbose.YumBase: TSINFO: Marking llvm-libs-3.3-0.10.rc3.fc20.x86_64 as install for mesa-dri-drivers-9.2.3-1.20131114.fc20.x86_64 >19:40:16,818 DEBUG yum.verbose.YumBase: TSINFO: Marking lockdev-1.0.4-0.11.20111007git.fc20.x86_64 as install for minicom-2.6.2-4.fc20.x86_64 >19:40:16,819 DEBUG yum.verbose.YumBase: Quick matched lockdev-1.0.4-0.11.20111007git.fc20.x86_64 to require for liblockdev.so.1()(64bit) >19:40:16,823 DEBUG yum.verbose.YumBase: TSINFO: Marking libXcursor-1.1.14-2.fc20.x86_64 as install for mousetweaks-3.10.0-1.fc20.x86_64 >19:40:16,837 DEBUG yum.verbose.YumBase: TSINFO: Marking libtirpc-0.2.3-4.fc20.x86_64 as install for 1:nfs-utils-1.2.8-6.0.fc20.x86_64 >19:40:16,839 DEBUG yum.verbose.YumBase: TSINFO: Marking rpcbind-0.2.1-0.1.fc20.x86_64 as install for 1:nfs-utils-1.2.8-6.0.fc20.x86_64 >19:40:16,841 DEBUG yum.verbose.YumBase: TSINFO: Marking libnfsidmap-0.25-7.fc20.x86_64 as install for 1:nfs-utils-1.2.8-6.0.fc20.x86_64 >19:40:16,842 DEBUG yum.verbose.YumBase: TSINFO: Marking libmount-2.24-2.fc20.x86_64 as install for 1:nfs-utils-1.2.8-6.0.fc20.x86_64 >19:40:16,843 DEBUG yum.verbose.YumBase: Quick matched libmount-2.24-2.fc20.x86_64 to require for libmount >19:40:16,844 DEBUG yum.verbose.YumBase: TSINFO: Marking libevent-2.0.21-3.fc20.x86_64 as install for 1:nfs-utils-1.2.8-6.0.fc20.x86_64 >19:40:16,846 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-libs-1.02.82-3.fc20.x86_64 as install for 1:nfs-utils-1.2.8-6.0.fc20.x86_64 >19:40:16,849 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 >19:40:16,854 DEBUG yum.verbose.YumBase: TSINFO: Marking socat-1.7.2.2-3.fc20.x86_64 as install for 2:nmap-ncat-6.40-2.fc20.x86_64 >19:40:16,860 DEBUG yum.verbose.YumBase: TSINFO: Marking newt-0.52.16-1.fc20.x86_64 as install for ntsysv-1.3.60-4.fc20.x86_64 >19:40:16,861 DEBUG yum.verbose.YumBase: Quick matched newt-0.52.16-1.fc20.x86_64 to require for libnewt.so.0.52()(64bit) >19:40:16,867 DEBUG yum.verbose.YumBase: TSINFO: Marking open-vm-tools-9.4.0-1.fc20.x86_64 as install for open-vm-tools-desktop-9.4.0-1.fc20.x86_64 >19:40:16,869 DEBUG yum.verbose.YumBase: Quick matched open-vm-tools-9.4.0-1.fc20.x86_64 to require for libvmtools.so.0()(64bit) >19:40:16,869 DEBUG yum.verbose.YumBase: Quick matched open-vm-tools-9.4.0-1.fc20.x86_64 to require for libhgfs.so.0()(64bit) >19:40:16,870 DEBUG yum.verbose.YumBase: TSINFO: Marking gtkmm24-2.24.4-2.fc20.x86_64 as install for open-vm-tools-desktop-9.4.0-1.fc20.x86_64 >19:40:16,871 DEBUG yum.verbose.YumBase: Quick matched gtkmm24-2.24.4-2.fc20.x86_64 to require for libgdkmm-2.4.so.1()(64bit) >19:40:16,872 DEBUG yum.verbose.YumBase: TSINFO: Marking libXinerama-1.1.3-2.fc20.x86_64 as install for open-vm-tools-desktop-9.4.0-1.fc20.x86_64 >19:40:16,878 DEBUG yum.verbose.YumBase: TSINFO: Marking openssh-6.3p1-5.fc20.x86_64 as install for openssh-clients-6.3p1-5.fc20.x86_64 >19:40:16,886 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-speechd-0.8-5.fc20.x86_64 as install for orca-3.10.2-1.fc20.noarch >19:40:16,887 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-pyatspi-2.10.0-1.fc20.noarch as install for orca-3.10.2-1.fc20.noarch >19:40:16,888 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-brlapi-0.6.0-9.fc20.x86_64 as install for orca-3.10.2-1.fc20.noarch >19:40:16,889 DEBUG yum.verbose.YumBase: TSINFO: Marking libwnck3-3.4.7-1.fc20.x86_64 as install for orca-3.10.2-1.fc20.noarch >19:40:16,891 DEBUG yum.verbose.YumBase: TSINFO: Marking liblouis-python3-2.5.3-2.fc20.noarch as install for orca-3.10.2-1.fc20.noarch >19:40:16,900 DEBUG yum.verbose.YumBase: TSINFO: Marking paps-libs-0.6.8-26.fc20.x86_64 as install for paps-0.6.8-26.fc20.x86_64 >19:40:16,901 DEBUG yum.verbose.YumBase: Quick matched paps-libs-0.6.8-26.fc20.x86_64 to require for libpaps.so.0()(64bit) >19:40:16,904 DEBUG yum.verbose.YumBase: TSINFO: Marking libsepol-2.1.9-2.fc20.x86_64 as install for parted-3.1-13.fc20.x86_64 >19:40:16,908 DEBUG yum.verbose.YumBase: TSINFO: Marking libuser-0.60-3.fc20.x86_64 as install for passwd-0.79-2.fc20.x86_64 >19:40:16,911 DEBUG yum.verbose.YumBase: TSINFO: Marking passwdqc-lib-1.3.0-1.fc20.x86_64 as install for passwdqc-1.3.0-1.fc20.x86_64 >19:40:16,913 DEBUG yum.verbose.YumBase: TSINFO: Marking libsysfs-2.1.0-15.fc20.x86_64 as install for pcmciautils-018-5.fc20.x86_64 >19:40:16,916 DEBUG yum.verbose.YumBase: TSINFO: Marking xdg-utils-1.1.0-0.18.20131005git.fc20.noarch as install for pinfo-0.6.10-8.fc20.x86_64 >19:40:16,919 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-scripts-0.8.9-3.2013.08.14.fc20.x86_64 as install for plymouth-0.8.9-3.2013.08.14.fc20.x86_64 >19:40:16,921 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-core-libs-0.8.9-3.2013.08.14.fc20.x86_64 as install for plymouth-0.8.9-3.2013.08.14.fc20.x86_64 >19:40:16,922 DEBUG yum.verbose.YumBase: Quick matched plymouth-core-libs-0.8.9-3.2013.08.14.fc20.x86_64 to require for libply-splash-core.so.2()(64bit) >19:40:16,923 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-theme-charge-0.8.9-3.2013.08.14.fc20.x86_64 as install for plymouth-system-theme-0.8.9-3.2013.08.14.fc20.x86_64 >19:40:16,927 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-utils-2.1.13-19.fc20.x86_64 as install for policycoreutils-2.2.2-3.fc20.x86_64 >19:40:16,928 DEBUG yum.verbose.YumBase: TSINFO: Marking libsemanage-2.1.10-14.fc20.x86_64 as install for policycoreutils-2.2.2-3.fc20.x86_64 >19:40:16,930 DEBUG yum.verbose.YumBase: TSINFO: Marking diffutils-3.3-4.fc20.x86_64 as install for policycoreutils-2.2.2-3.fc20.x86_64 >19:40:16,946 DEBUG yum.verbose.YumBase: TSINFO: Marking rtkit-0.11-7.fc20.x86_64 as install for pulseaudio-4.0-8.gitf81e3.fc20.x86_64 >19:40:16,948 DEBUG yum.verbose.YumBase: TSINFO: Marking libxcb-1.9.1-3.fc20.x86_64 as install for pulseaudio-4.0-8.gitf81e3.fc20.x86_64 >19:40:16,950 DEBUG yum.verbose.YumBase: TSINFO: Marking webrtc-audio-processing-0.1-5.fc20.x86_64 as install for pulseaudio-4.0-8.gitf81e3.fc20.x86_64 >19:40:16,952 DEBUG yum.verbose.YumBase: TSINFO: Marking json-c-0.11-3.fc20.x86_64 as install for pulseaudio-4.0-8.gitf81e3.fc20.x86_64 >19:40:16,953 DEBUG yum.verbose.YumBase: TSINFO: Marking libasyncns-0.8-6.fc20.x86_64 as install for pulseaudio-4.0-8.gitf81e3.fc20.x86_64 >19:40:16,962 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:quota-nls-4.01-10.fc20.noarch as install for 1:quota-4.01-10.fc20.x86_64 >19:40:16,975 DEBUG yum.verbose.YumBase: TSINFO: Marking libdmapsharing-2.9.24-1.fc20.x86_64 as install for rhythmbox-3.0-3.fc20.x86_64 >19:40:16,976 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-mako-0.7.3-2.fc20.noarch as install for rhythmbox-3.0-3.fc20.x86_64 >19:40:16,978 DEBUG yum.verbose.YumBase: TSINFO: Marking media-player-info-17-4.fc20.noarch as install for rhythmbox-3.0-3.fc20.x86_64 >19:40:16,979 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-icon-theme-legacy-3.10.0-1.fc20.noarch as install for rhythmbox-3.0-3.fc20.x86_64 >19:40:16,982 DEBUG yum.verbose.YumBase: TSINFO: Marking libmx-1.4.7-9.fc20.x86_64 as install for rhythmbox-3.0-3.fc20.x86_64 >19:40:16,984 DEBUG yum.verbose.YumBase: TSINFO: Marking libgpod-0.8.3-1.fc20.x86_64 as install for rhythmbox-3.0-3.fc20.x86_64 >19:40:16,992 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-utils-5.3.28-1.fc20.x86_64 as install for rpm-4.11.1-7.fc20.x86_64 >19:40:16,999 DEBUG yum.verbose.YumBase: TSINFO: Marking libestr-0.1.5-2.fc20.x86_64 as install for rsyslog-7.4.2-2.fc20.x86_64 >19:40:17,018 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:samba-libs-4.1.1-1.fc20.x86_64 as install for 2:samba-client-4.1.1-1.fc20.x86_64 >19:40:17,021 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:samba-common-4.1.1-1.fc20.x86_64 as install for 2:samba-client-4.1.1-1.fc20.x86_64 >19:40:17,025 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libutil_reg.so(SAMBA_4.1.1)(64bit) >19:40:17,025 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libutil_cmdline.so(SAMBA_4.1.1)(64bit) >19:40:17,025 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libtrusts_util.so(SAMBA_4.1.1)(64bit) >19:40:17,027 DEBUG yum.verbose.YumBase: TSINFO: Marking libtevent-0.9.19-1.fc20.x86_64 as install for 2:samba-client-4.1.1-1.fc20.x86_64 >19:40:17,028 DEBUG yum.verbose.YumBase: Quick matched libtevent-0.9.19-1.fc20.x86_64 to require for libtevent.so.0(TEVENT_0.9.12)(64bit) >19:40:17,028 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsmbregistry.so(SAMBA_4.1.1)(64bit) >19:40:17,028 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsmbconf.so.0(SMBCONF_0)(64bit) >19:40:17,029 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsmbclient-raw.so.0(SMBCLIENT_RAW_0.0.1)(64bit) >19:40:17,029 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsmb_transport.so(SAMBA_4.1.1)(64bit) >19:40:17,029 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libserver-role.so(SAMBA_4.1.1)(64bit) >19:40:17,029 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsecrets3.so(SAMBA_4.1.1)(64bit) >19:40:17,030 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamdb-common.so(SAMBA_4.1.1)(64bit) >19:40:17,030 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamba3-util.so(SAMBA_4.1.1)(64bit) >19:40:17,030 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit) >19:40:17,030 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamba-sockets.so(SAMBA_4.1.1)(64bit) >19:40:17,031 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamba-security.so(SAMBA_4.1.1)(64bit) >19:40:17,031 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamba-hostconfig.so.0(SAMBA_HOSTCONFIG_0.0.1)(64bit) >19:40:17,031 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamba-credentials.so.0(SAMBA_CREDENTIALS_0.0.1)(64bit) >19:40:17,032 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libregistry.so.0(REGISTRY_0.0.1)(64bit) >19:40:17,033 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libntdb.so.0(NTDB_0.9)(64bit) >19:40:17,033 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libnetif.so(SAMBA_4.1.1)(64bit) >19:40:17,033 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libndr.so.0(NDR_0.0.1)(64bit) >19:40:17,034 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libndr-standard.so.0(NDR_STANDARD_0.0.1)(64bit) >19:40:17,034 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libndr-samba.so(SAMBA_4.1.1)(64bit) >19:40:17,034 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libndr-nbt.so.0(NDR_NBT_0.0.1)(64bit) >19:40:17,035 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libmsrpc3.so(SAMBA_4.1.1)(64bit) >19:40:17,035 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for liblibsmb.so(SAMBA_4.1.1)(64bit) >19:40:17,035 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for liblibcli_netlogon3.so(SAMBA_4.1.1)(64bit) >19:40:17,035 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for liblibcli_lsa3.so(SAMBA_4.1.1)(64bit) >19:40:17,036 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libldbsamba.so(SAMBA_4.1.1)(64bit) >19:40:17,037 DEBUG yum.verbose.YumBase: TSINFO: Marking libldb-1.1.16-3.fc20.x86_64 as install for 2:samba-client-4.1.1-1.fc20.x86_64 >19:40:17,038 DEBUG yum.verbose.YumBase: Quick matched libldb-1.1.16-3.fc20.x86_64 to require for libldb.so.1(LDB_0.9.18)(64bit) >19:40:17,039 DEBUG yum.verbose.YumBase: Quick matched libldb-1.1.16-3.fc20.x86_64 to require for libldb.so.1(LDB_0.9.15)(64bit) >19:40:17,039 DEBUG yum.verbose.YumBase: Quick matched libldb-1.1.16-3.fc20.x86_64 to require for libldb.so.1(LDB_0.9.10)(64bit) >19:40:17,039 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libgensec.so.0(GENSEC_0.0.1)(64bit) >19:40:17,040 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libevents.so(SAMBA_4.1.1)(64bit) >19:40:17,040 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for liberrors.so(SAMBA_4.1.1)(64bit) >19:40:17,040 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libdcerpc.so.0(DCERPC_0.0.1)(64bit) >19:40:17,040 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libdcerpc-samba.so(SAMBA_4.1.1)(64bit) >19:40:17,041 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libdcerpc-binding.so.0(DCERPC_BINDING_0.0.1)(64bit) >19:40:17,041 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libdbwrap.so(SAMBA_4.1.1)(64bit) >19:40:17,041 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcmdline-credentials.so(SAMBA_4.1.1)(64bit) >19:40:17,041 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcliauth.so(SAMBA_4.1.1)(64bit) >19:40:17,042 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcli_spoolss.so(SAMBA_4.1.1)(64bit) >19:40:17,042 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcli_smb_common.so(SAMBA_4.1.1)(64bit) >19:40:17,042 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcli_cldap.so(SAMBA_4.1.1)(64bit) >19:40:17,042 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcli-nbt.so(SAMBA_4.1.1)(64bit) >19:40:17,043 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcli-ldap.so(SAMBA_4.1.1)(64bit) >19:40:17,044 DEBUG yum.verbose.YumBase: TSINFO: Marking libbsd-0.6.0-2.fc20.x86_64 as install for 2:samba-client-4.1.1-1.fc20.x86_64 >19:40:17,045 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libCHARSET3.so(SAMBA_4.1.1)(64bit) >19:40:17,045 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libutil_tdb.so()(64bit) >19:40:17,045 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libutil_reg.so()(64bit) >19:40:17,045 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libutil_cmdline.so()(64bit) >19:40:17,046 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libtrusts_util.so()(64bit) >19:40:17,047 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsmbregistry.so()(64bit) >19:40:17,047 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsmbconf.so.0()(64bit) >19:40:17,047 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsmbclient-raw.so.0()(64bit) >19:40:17,047 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsmb_transport.so()(64bit) >19:40:17,048 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libserver-role.so()(64bit) >19:40:17,048 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsecrets3.so()(64bit) >19:40:17,048 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamdb-common.so()(64bit) >19:40:17,048 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamba3-util.so()(64bit) >19:40:17,049 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamba-util.so.0()(64bit) >19:40:17,049 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamba-sockets.so()(64bit) >19:40:17,049 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamba-security.so()(64bit) >19:40:17,049 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamba-hostconfig.so.0()(64bit) >19:40:17,050 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamba-credentials.so.0()(64bit) >19:40:17,050 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libregistry.so.0()(64bit) >19:40:17,051 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libntdb.so.0()(64bit) >19:40:17,051 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libnetif.so()(64bit) >19:40:17,051 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libndr.so.0()(64bit) >19:40:17,051 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libndr-standard.so.0()(64bit) >19:40:17,052 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libndr-samba.so()(64bit) >19:40:17,052 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libndr-nbt.so.0()(64bit) >19:40:17,052 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libmsrpc3.so()(64bit) >19:40:17,052 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for liblibsmb.so()(64bit) >19:40:17,053 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for liblibcli_netlogon3.so()(64bit) >19:40:17,053 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for liblibcli_lsa3.so()(64bit) >19:40:17,053 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libldbsamba.so()(64bit) >19:40:17,054 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libgensec.so.0()(64bit) >19:40:17,054 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libevents.so()(64bit) >19:40:17,055 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for liberrors.so()(64bit) >19:40:17,055 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libdcerpc.so.0()(64bit) >19:40:17,055 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libdcerpc-samba.so()(64bit) >19:40:17,055 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libdcerpc-binding.so.0()(64bit) >19:40:17,056 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libdbwrap.so()(64bit) >19:40:17,056 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcmdline-credentials.so()(64bit) >19:40:17,056 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcliauth.so()(64bit) >19:40:17,056 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcli_spoolss.so()(64bit) >19:40:17,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcli_smb_common.so()(64bit) >19:40:17,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcli_cldap.so()(64bit) >19:40:17,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcli-nbt.so()(64bit) >19:40:17,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcli-ldap.so()(64bit) >19:40:17,058 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libCHARSET3.so()(64bit) >19:40:17,062 DEBUG yum.verbose.YumBase: TSINFO: Marking sane-backends-libs-1.0.24-6.fc20.x86_64 as install for sane-backends-drivers-scanners-1.0.24-6.fc20.x86_64 >19:40:17,063 DEBUG yum.verbose.YumBase: TSINFO: Marking libieee1284-0.2.11-15.fc20.x86_64 as install for sane-backends-drivers-scanners-1.0.24-6.fc20.x86_64 >19:40:17,073 DEBUG yum.verbose.YumBase: TSINFO: Marking pinentry-gtk-0.8.1-11.fc20.x86_64 as install for seahorse-3.10.1-1.fc20.x86_64 >19:40:17,075 DEBUG yum.verbose.YumBase: TSINFO: Marking gpgme-1.3.2-4.fc20.x86_64 as install for seahorse-3.10.1-1.fc20.x86_64 >19:40:17,075 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.3.2-4.fc20.x86_64 to require for libgpgme.so.11(GPGME_1.0)(64bit) >19:40:17,076 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.3.2-4.fc20.x86_64 to require for libgpgme.so.11()(64bit) >19:40:17,077 DEBUG yum.verbose.YumBase: TSINFO: Marking selinux-policy-3.12.1-106.fc20.noarch as install for selinux-policy-targeted-3.12.1-106.fc20.noarch >19:40:17,078 DEBUG yum.verbose.YumBase: Quick matched selinux-policy-3.12.1-106.fc20.noarch to require for selinux-policy >19:40:17,083 DEBUG yum.verbose.YumBase: TSINFO: Marking setroubleshoot-server-3.2.14-2.fc20.x86_64 as install for setroubleshoot-3.2.14-2.fc20.x86_64 >19:40:17,085 DEBUG yum.verbose.YumBase: TSINFO: Marking pygtk2-libglade-2.24.0-8.fc20.x86_64 as install for setroubleshoot-3.2.14-2.fc20.x86_64 >19:40:17,086 DEBUG yum.verbose.YumBase: TSINFO: Marking notify-python-0.1.1-25.fc20.x86_64 as install for setroubleshoot-3.2.14-2.fc20.x86_64 >19:40:17,088 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-python-2.1.9-1.fc20.x86_64 as install for setroubleshoot-3.2.14-2.fc20.x86_64 >19:40:17,089 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-gtk-2.1.9-1.fc20.x86_64 as install for setroubleshoot-3.2.14-2.fc20.x86_64 >19:40:17,092 DEBUG yum.verbose.YumBase: TSINFO: Marking usermode-1.111-4.fc20.x86_64 as install for setuptool-1.19.11-7.fc20.x86_64 >19:40:17,099 DEBUG yum.verbose.YumBase: TSINFO: Marking LibRaw-0.15.4-1.fc20.x86_64 as install for shotwell-0.15.0-1.fc20.x86_64 >19:40:17,101 DEBUG yum.verbose.YumBase: TSINFO: Marking libgomp-4.8.2-1.fc20.x86_64 as install for shotwell-0.15.0-1.fc20.x86_64 >19:40:17,103 DEBUG yum.verbose.YumBase: TSINFO: Marking libgexiv2-0.7.0-1.fc20.x86_64 as install for shotwell-0.15.0-1.fc20.x86_64 >19:40:17,110 DEBUG yum.verbose.YumBase: TSINFO: Marking mailx-12.5-10.fc20.x86_64 as install for 1:smartmontools-6.2-2.fc20.x86_64 >19:40:17,112 DEBUG yum.verbose.YumBase: TSINFO: Marking smc-fonts-common-6.0-2.fc20.noarch as install for smc-meera-fonts-6.0-2.fc20.noarch >19:40:17,114 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-5.1.2-6alpha.fc20.x86_64 as install for sos-3.0-3.fc20.noarch >19:40:17,115 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-python-4.11.1-7.fc20.x86_64 as install for sos-3.0-3.fc20.noarch >19:40:17,117 DEBUG yum.verbose.YumBase: TSINFO: Marking libxml2-python-2.9.1-2.fc20.x86_64 as install for sos-3.0-3.fc20.noarch >19:40:17,120 DEBUG yum.verbose.YumBase: TSINFO: Marking libpciaccess-0.13.1-4.fc20.x86_64 as install for spice-vdagent-0.14.0-5.fc20.x86_64 >19:40:17,122 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-proxy-1.11.2-1.fc20.x86_64 as install for sssd-1.11.2-1.fc20.x86_64 >19:40:17,125 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-ldap-1.11.2-1.fc20.x86_64 as install for sssd-1.11.2-1.fc20.x86_64 >19:40:17,126 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-krb5-1.11.2-1.fc20.x86_64 as install for sssd-1.11.2-1.fc20.x86_64 >19:40:17,128 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-ipa-1.11.2-1.fc20.x86_64 as install for sssd-1.11.2-1.fc20.x86_64 >19:40:17,130 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-common-pac-1.11.2-1.fc20.x86_64 as install for sssd-1.11.2-1.fc20.x86_64 >19:40:17,132 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-common-1.11.2-1.fc20.x86_64 as install for sssd-1.11.2-1.fc20.x86_64 >19:40:17,135 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-ad-1.11.2-1.fc20.x86_64 as install for sssd-1.11.2-1.fc20.x86_64 >19:40:17,136 DEBUG yum.verbose.YumBase: TSINFO: Marking python-sssdconfig-1.11.2-1.fc20.noarch as install for sssd-1.11.2-1.fc20.x86_64 >19:40:17,147 DEBUG yum.verbose.YumBase: TSINFO: Marking libmusicbrainz5-5.0.1-8.fc20.x86_64 as install for sushi-3.10.0-1.fc20.x86_64 >19:40:17,150 DEBUG yum.verbose.YumBase: TSINFO: Marking system-config-printer-libs-1.4.3-2.fc20.noarch as install for system-config-printer-1.4.3-2.fc20.x86_64 >19:40:17,159 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-libs-15-1.fc20.x86_64 as install for systemd-208-8.fc20.x86_64 >19:40:17,160 DEBUG yum.verbose.YumBase: TSINFO: Marking qrencode-libs-3.4.2-1.fc20.x86_64 as install for systemd-208-8.fc20.x86_64 >19:40:17,166 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 >19:40:17,169 DEBUG yum.verbose.YumBase: TSINFO: Marking psmisc-22.20-3.fc20.x86_64 as install for tmpwatch-2.11-4.fc20.x86_64 >19:40:17,178 DEBUG yum.verbose.YumBase: TSINFO: Marking pyxdg-0.25-2.fc20.noarch as install for 1:totem-3.10.1-1.fc20.x86_64 >19:40:17,180 DEBUG yum.verbose.YumBase: TSINFO: Marking grilo-plugins-0.2.9-2.fc20.x86_64 as install for 1:totem-3.10.1-1.fc20.x86_64 >19:40:17,194 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 >19:40:17,197 DEBUG yum.verbose.YumBase: TSINFO: Marking dtc-1.4.0-2.fc20.x86_64 as install for uboot-tools-2013.10-3.fc20.x86_64 >19:40:17,200 DEBUG yum.verbose.YumBase: TSINFO: Marking usb_modeswitch-data-20130807-1.fc20.noarch as install for usb_modeswitch-1.2.7-3.fc20.x86_64 >19:40:17,203 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libusb-0.1.5-2.fc20.x86_64 as install for usb_modeswitch-1.2.7-3.fc20.x86_64 >19:40:17,211 DEBUG yum.verbose.YumBase: TSINFO: Marking libutempter-1.1.6-3.fc20.x86_64 as install for util-linux-2.24-2.fc20.x86_64 >19:40:17,212 DEBUG yum.verbose.YumBase: Quick matched libutempter-1.1.6-3.fc20.x86_64 to require for libutempter.so.0()(64bit) >19:40:17,220 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:freerdp-1.0.2-6.fc20.x86_64 as install for vinagre-3.10.2-1.fc20.x86_64 >19:40:17,222 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-ui-gtk3-0.6.31-21.fc20.x86_64 as install for vinagre-3.10.2-1.fc20.x86_64 >19:40:17,224 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-gobject-0.6.31-21.fc20.x86_64 as install for vinagre-3.10.2-1.fc20.x86_64 >19:40:17,228 DEBUG yum.verbose.YumBase: TSINFO: Marking crda-1.1.3_2013.02.13-4.fc20.x86_64 as install for 1:wireless-tools-29-10.1.fc20.x86_64 >19:40:17,232 DEBUG yum.verbose.YumBase: TSINFO: Marking libwvstreams-4.6.1-10.fc20.x86_64 as install for wvdial-1.61-8.fc20.x86_64 >19:40:17,233 DEBUG yum.verbose.YumBase: Quick matched libwvstreams-4.6.1-10.fc20.x86_64 to require for libwvstreams.so.4.6()(64bit) >19:40:17,233 DEBUG yum.verbose.YumBase: Quick matched libwvstreams-4.6.1-10.fc20.x86_64 to require for libwvbase.so.4.6()(64bit) >19:40:17,234 DEBUG yum.verbose.YumBase: Quick matched libwvstreams-4.6.1-10.fc20.x86_64 to require for libuniconf.so.4.6()(64bit) >19:40:17,236 DEBUG yum.verbose.YumBase: TSINFO: Marking xdg-user-dirs-0.15-2.fc20.x86_64 as install for xdg-user-dirs-gtk-0.10-3.fc20.x86_64 >19:40:17,239 DEBUG yum.verbose.YumBase: TSINFO: Marking xorg-x11-glamor-0.5.1-1.20131009gitba209eee.fc20.x86_64 as install for xorg-x11-drv-ati-7.2.0-3.20131101git3b38701.fc20.x86_64 >19:40:17,242 DEBUG yum.verbose.YumBase: TSINFO: Marking xkeyboard-config-2.10.1-1.fc20.noarch as install for xorg-x11-drv-evdev-2.8.2-1.fc20.x86_64 >19:40:17,243 DEBUG yum.verbose.YumBase: TSINFO: Marking mtdev-1.1.4-1.fc20.x86_64 as install for xorg-x11-drv-evdev-2.8.2-1.fc20.x86_64 >19:40:17,244 DEBUG yum.verbose.YumBase: Quick matched mtdev-1.1.4-1.fc20.x86_64 to require for libmtdev.so.1()(64bit) >19:40:17,248 DEBUG yum.verbose.YumBase: TSINFO: Marking xcb-util-0.3.9-3.fc20.x86_64 as install for xorg-x11-drv-intel-2.21.15-4.fc20.x86_64 >19:40:17,250 DEBUG yum.verbose.YumBase: TSINFO: Marking pixman-0.30.0-3.fc20.x86_64 as install for xorg-x11-drv-intel-2.21.15-4.fc20.x86_64 >19:40:17,251 DEBUG yum.verbose.YumBase: TSINFO: Marking libXvMC-1.0.8-2.fc20.x86_64 as install for xorg-x11-drv-intel-2.21.15-4.fc20.x86_64 >19:40:17,253 DEBUG yum.verbose.YumBase: TSINFO: Marking libXv-1.0.9-2.fc20.x86_64 as install for xorg-x11-drv-intel-2.21.15-4.fc20.x86_64 >19:40:17,262 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libxatracker-9.2.3-1.20131114.fc20.x86_64 as install for xorg-x11-drv-vmware-13.0.1-2.fc20.x86_64 >19:40:17,263 DEBUG yum.verbose.YumBase: Quick matched mesa-libxatracker-9.2.3-1.20131114.fc20.x86_64 to require for libxatracker.so.1()(64bit) >19:40:17,269 DEBUG yum.verbose.YumBase: TSINFO: Marking xorg-x11-server-common-1.14.4-5.fc20.x86_64 as install for xorg-x11-server-Xorg-1.14.4-5.fc20.x86_64 >19:40:17,270 DEBUG yum.verbose.YumBase: TSINFO: Marking libunwind-1.1-3.fc20.x86_64 as install for xorg-x11-server-Xorg-1.14.4-5.fc20.x86_64 >19:40:17,271 DEBUG yum.verbose.YumBase: TSINFO: Marking libXfont-1.4.6-2.fc20.x86_64 as install for xorg-x11-server-Xorg-1.14.4-5.fc20.x86_64 >19:40:17,274 DEBUG yum.verbose.YumBase: TSINFO: Marking libdmx-1.1.3-2.fc20.x86_64 as install for xorg-x11-utils-7.5-12.fc20.x86_64 >19:40:17,276 DEBUG yum.verbose.YumBase: TSINFO: Marking libXxf86vm-1.1.3-2.fc20.x86_64 as install for xorg-x11-utils-7.5-12.fc20.x86_64 >19:40:17,277 DEBUG yum.verbose.YumBase: TSINFO: Marking libXxf86misc-1.0.3-7.fc20.x86_64 as install for xorg-x11-utils-7.5-12.fc20.x86_64 >19:40:17,279 DEBUG yum.verbose.YumBase: TSINFO: Marking libXxf86dga-1.1.4-2.fc20.x86_64 as install for xorg-x11-utils-7.5-12.fc20.x86_64 >19:40:17,280 DEBUG yum.verbose.YumBase: TSINFO: Marking libXrender-0.9.8-2.fc20.x86_64 as install for xorg-x11-utils-7.5-12.fc20.x86_64 >19:40:17,282 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 >19:40:17,288 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:yelp-libs-3.10.1-1.fc20.x86_64 as install for 1:yelp-3.10.1-1.fc20.x86_64 >19:40:17,290 DEBUG yum.verbose.YumBase: TSINFO: Marking yelp-xsl-3.10.1-1.fc20.noarch as install for 1:yelp-3.10.1-1.fc20.x86_64 >19:40:17,293 DEBUG yum.verbose.YumBase: TSINFO: Marking yum-metadata-parser-1.1.4-9.fc20.x86_64 as install for yum-3.4.3-106.fc20.noarch >19:40:17,294 DEBUG yum.verbose.YumBase: TSINFO: Marking python-urlgrabber-3.9.1-32.fc20.noarch as install for yum-3.4.3-106.fc20.noarch >19:40:17,296 DEBUG yum.verbose.YumBase: TSINFO: Marking pyxattr-0.5.1-4.fc20.x86_64 as install for yum-3.4.3-106.fc20.noarch >19:40:17,297 DEBUG yum.verbose.YumBase: TSINFO: Marking python-iniparse-0.4-9.fc20.noarch as install for yum-3.4.3-106.fc20.noarch >19:40:17,298 DEBUG yum.verbose.YumBase: TSINFO: Marking pyliblzma-0.5.3-10.fc20.x86_64 as install for yum-3.4.3-106.fc20.noarch >19:40:17,300 DEBUG yum.verbose.YumBase: TSINFO: Marking pygpgme-0.3-8.fc20.x86_64 as install for yum-3.4.3-106.fc20.noarch >19:40:17,301 DEBUG yum.verbose.YumBase: TSINFO: Marking langtable-python-0.0.21-1.fc20.noarch as install for yum-langpacks-0.4.3-1.fc20.noarch >19:40:17,303 DEBUG yum.verbose.YumBase: TSINFO: Marking python-kitchen-1.1.1-5.fc20.noarch as install for yum-utils-1.1.31-18.fc20.noarch >19:40:17,434 DEBUG yum.verbose.YumBase: TSINFO: Marking openvpn-2.3.2-4.fc20.x86_64 as install for 1:NetworkManager-openvpn-0.9.8.2-3.fc20.x86_64 >19:40:17,444 DEBUG yum.verbose.YumBase: TSINFO: Marking vpnc-0.5.3-19.svn457.fc20.x86_64 as install for 1:NetworkManager-vpnc-0.9.8.2-2.fc20.x86_64 >19:40:17,449 DEBUG yum.verbose.YumBase: TSINFO: Marking comps-extras-23-1.fc20.noarch as install for PackageKit-0.8.13-1.fc20.x86_64 >19:40:17,454 DEBUG yum.verbose.YumBase: TSINFO: Marking PackageKit-yum-0.8.13-1.fc20.x86_64 as install for PackageKit-0.8.13-1.fc20.x86_64 >19:40:17,459 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-libs-2.1.9-1.fc20.x86_64 as install for abrt-2.1.9-1.fc20.x86_64 >19:40:17,460 DEBUG yum.verbose.YumBase: TSINFO: Marking satyr-0.11-1.fc20.x86_64 as install for abrt-2.1.9-1.fc20.x86_64 >19:40:17,461 DEBUG yum.verbose.YumBase: Quick matched satyr-0.11-1.fc20.x86_64 to require for libsatyr.so.2()(64bit) >19:40:17,465 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-kerneloops-2.1.9-1.fc20.x86_64 as install for abrt-addon-kerneloops-2.1.9-1.fc20.x86_64 >19:40:17,469 DEBUG yum.verbose.YumBase: TSINFO: Marking kexec-tools-2.0.4-12.fc20.x86_64 as install for abrt-addon-vmcore-2.1.9-1.fc20.x86_64 >19:40:17,471 DEBUG yum.verbose.YumBase: TSINFO: Marking crash-7.0.1-2.fc20.x86_64 as install for abrt-addon-vmcore-2.1.9-1.fc20.x86_64 >19:40:17,473 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-python-2.1.9-1.fc20.x86_64 as install for abrt-addon-vmcore-2.1.9-1.fc20.x86_64 >19:40:17,478 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-gui-libs-2.1.9-1.fc20.x86_64 as install for abrt-gui-2.1.9-1.fc20.x86_64 >19:40:17,479 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-dbus-2.1.9-1.fc20.x86_64 as install for abrt-gui-2.1.9-1.fc20.x86_64 >19:40:17,482 DEBUG yum.verbose.YumBase: TSINFO: Marking xmlrpc-c-client-1.32.5-1903.svn2451.fc20.x86_64 as install for abrt-plugin-bodhi-2.1.9-1.fc20.x86_64 >19:40:17,484 DEBUG yum.verbose.YumBase: TSINFO: Marking xmlrpc-c-1.32.5-1903.svn2451.fc20.x86_64 as install for abrt-plugin-bodhi-2.1.9-1.fc20.x86_64 >19:40:17,486 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-web-2.1.9-1.fc20.x86_64 as install for abrt-plugin-bodhi-2.1.9-1.fc20.x86_64 >19:40:17,500 DEBUG yum.verbose.YumBase: TSINFO: Marking fxload-2002_04_11-14.fc20.x86_64 as install for alsa-tools-firmware-1.0.27-3.fc20.x86_64 >19:40:17,516 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-license-9.9.4-8.fc20.noarch as install for 32:bind-libs-9.9.4-8.fc20.x86_64 >19:40:17,526 DEBUG yum.verbose.YumBase: TSINFO: Marking p11-kit-trust-0.20.1-1.fc20.x86_64 as install for ca-certificates-2013.1.94-18.fc20.noarch >19:40:17,537 DEBUG yum.verbose.YumBase: TSINFO: Marking libao-1.1.0-8.fc20.x86_64 as install for cdrdao-1.2.3-20.fc20.x86_64 >19:40:17,538 DEBUG yum.verbose.YumBase: Quick matched libao-1.1.0-8.fc20.x86_64 to require for libao.so.4()(64bit) >19:40:17,561 DEBUG yum.verbose.YumBase: TSINFO: Marking iw-3.11-1.fc20.x86_64 as install for crda-1.1.3_2013.02.13-4.fc20.x86_64 >19:40:17,563 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl-1.1.4-3.fc20.x86_64 as install for crda-1.1.3_2013.02.13-4.fc20.x86_64 >19:40:17,577 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:emacs-filesystem-24.3-13.fc20.noarch as install for desktop-file-utils-0.22-1.fc20.x86_64 >19:40:17,580 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-1.02.82-3.fc20.x86_64 as install for device-mapper-libs-1.02.82-3.fc20.x86_64 >19:40:17,585 DEBUG yum.verbose.YumBase: TSINFO: Marking dleyna-connector-dbus-0.1.0-4.fc20.x86_64 as install for dleyna-renderer-0.1.3-2.fc20.x86_64 >19:40:17,586 DEBUG yum.verbose.YumBase: TSINFO: Marking gupnp-dlna-0.10.2-2.fc20.x86_64 as install for dleyna-renderer-0.1.3-2.fc20.x86_64 >19:40:17,588 DEBUG yum.verbose.YumBase: TSINFO: Marking gupnp-av-0.12.3-1.fc20.x86_64 as install for dleyna-renderer-0.1.3-2.fc20.x86_64 >19:40:17,589 DEBUG yum.verbose.YumBase: TSINFO: Marking gupnp-0.20.8-1.fc20.x86_64 as install for dleyna-renderer-0.1.3-2.fc20.x86_64 >19:40:17,591 DEBUG yum.verbose.YumBase: TSINFO: Marking gssdp-0.14.6-1.fc20.x86_64 as install for dleyna-renderer-0.1.3-2.fc20.x86_64 >19:40:17,592 DEBUG yum.verbose.YumBase: TSINFO: Marking dleyna-core-0.1.0-2.fc20.x86_64 as install for dleyna-renderer-0.1.3-2.fc20.x86_64 >19:40:17,597 DEBUG yum.verbose.YumBase: TSINFO: Marking kpartx-0.4.9-55.fc20.x86_64 as install for dracut-034-19.git20131021.fc20.x86_64 >19:40:17,598 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:hardlink-1.0-18.fc20.x86_64 as install for dracut-034-19.git20131021.fc20.x86_64 >19:40:17,602 DEBUG yum.verbose.YumBase: TSINFO: Marking python-boto-2.13.3-1.fc20.noarch as install for duplicity-0.6.21-1.fc20.x86_64 >19:40:17,603 DEBUG yum.verbose.YumBase: TSINFO: Marking python-GnuPGInterface-0.3.2-12.fc20.noarch as install for duplicity-0.6.21-1.fc20.x86_64 >19:40:17,605 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:ncftp-3.2.5-6.fc20.x86_64 as install for duplicity-0.6.21-1.fc20.x86_64 >19:40:17,606 DEBUG yum.verbose.YumBase: TSINFO: Marking gnupg-1.4.15-1.fc20.x86_64 as install for duplicity-0.6.21-1.fc20.x86_64 >19:40:17,608 DEBUG yum.verbose.YumBase: TSINFO: Marking librsync-0.9.7-21.fc20.x86_64 as install for duplicity-0.6.21-1.fc20.x86_64 >19:40:17,609 DEBUG yum.verbose.YumBase: TSINFO: Marking python-libs-2.7.5-9.fc20.x86_64 as install for duplicity-0.6.21-1.fc20.x86_64 >19:40:17,617 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-libs-0.157-1.fc20.x86_64 as install for elfutils-0.157-1.fc20.x86_64 >19:40:17,619 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.157-1.fc20.x86_64 to require for libdw.so.1(ELFUTILS_0.149)(64bit) >19:40:17,619 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.157-1.fc20.x86_64 to require for libdw.so.1(ELFUTILS_0.148)(64bit) >19:40:17,619 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.157-1.fc20.x86_64 to require for libdw.so.1(ELFUTILS_0.138)(64bit) >19:40:17,620 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.157-1.fc20.x86_64 to require for libdw.so.1(ELFUTILS_0.127)(64bit) >19:40:17,620 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.157-1.fc20.x86_64 to require for libdw.so.1(ELFUTILS_0.126)(64bit) >19:40:17,620 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.157-1.fc20.x86_64 to require for libdw.so.1(ELFUTILS_0.122)(64bit) >19:40:17,620 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.157-1.fc20.x86_64 to require for libasm.so.1(ELFUTILS_1.0)(64bit) >19:40:17,621 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.157-1.fc20.x86_64 to require for libdw.so.1()(64bit) >19:40:17,621 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.157-1.fc20.x86_64 to require for libasm.so.1()(64bit) >19:40:17,629 DEBUG yum.verbose.YumBase: TSINFO: Marking libspectre-0.2.7-3.fc20.x86_64 as install for evince-libs-3.10.3-1.fc20.x86_64 >19:40:17,630 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-glib-0.24.3-2.fc20.x86_64 as install for evince-libs-3.10.3-1.fc20.x86_64 >19:40:17,632 DEBUG yum.verbose.YumBase: TSINFO: Marking libgxps-0.2.2-8.fc20.x86_64 as install for evince-libs-3.10.3-1.fc20.x86_64 >19:40:17,647 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 >19:40:17,649 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 >19:40:17,650 DEBUG yum.verbose.YumBase: TSINFO: Marking gupnp-igd-0.2.2-2.fc20.x86_64 as install for farstream02-0.2.3-3.fc20.x86_64 >19:40:17,654 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-1.4.1-2.fc20.x86_64 as install for fipscheck-lib-1.4.1-2.fc20.x86_64 >19:40:17,668 DEBUG yum.verbose.YumBase: TSINFO: Marking libfprint-0.5.1-1.fc20.x86_64 as install for fprintd-0.5.1-1.fc20.x86_64 >19:40:17,672 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:freerdp-plugins-1.0.2-6.fc20.x86_64 as install for 1:freerdp-1.0.2-6.fc20.x86_64 >19:40:17,674 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:freerdp-libs-1.0.2-6.fc20.x86_64 as install for 1:freerdp-1.0.2-6.fc20.x86_64 >19:40:17,675 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.0.2-6.fc20.x86_64 to require for libfreerdp-utils.so.1.0()(64bit) >19:40:17,675 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.0.2-6.fc20.x86_64 to require for libfreerdp-rail.so.1.0()(64bit) >19:40:17,675 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.0.2-6.fc20.x86_64 to require for libfreerdp-kbd.so.1.0()(64bit) >19:40:17,675 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.0.2-6.fc20.x86_64 to require for libfreerdp-gdi.so.1.0()(64bit) >19:40:17,676 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.0.2-6.fc20.x86_64 to require for libfreerdp-core.so.1.0()(64bit) >19:40:17,676 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.0.2-6.fc20.x86_64 to require for libfreerdp-codec.so.1.0()(64bit) >19:40:17,676 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.0.2-6.fc20.x86_64 to require for libfreerdp-channels.so.1.0()(64bit) >19:40:17,676 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.0.2-6.fc20.x86_64 to require for libfreerdp-cache.so.1.0()(64bit) >19:40:17,698 DEBUG yum.verbose.YumBase: TSINFO: Marking suitesparse-4.0.2-6.fc20.x86_64 as install for gegl-0.2.0-12.fc20.x86_64 >19:40:17,700 DEBUG yum.verbose.YumBase: TSINFO: Marking libspiro-20071029-11.fc20.x86_64 as install for gegl-0.2.0-12.fc20.x86_64 >19:40:17,701 DEBUG yum.verbose.YumBase: TSINFO: Marking libopenraw-0.0.9-6.fc20.x86_64 as install for gegl-0.2.0-12.fc20.x86_64 >19:40:17,702 DEBUG yum.verbose.YumBase: TSINFO: Marking SDL-1.2.15-11.fc20.x86_64 as install for gegl-0.2.0-12.fc20.x86_64 >19:40:17,704 DEBUG yum.verbose.YumBase: TSINFO: Marking ilmbase-1.0.3-7.fc20.x86_64 as install for gegl-0.2.0-12.fc20.x86_64 >19:40:17,705 DEBUG yum.verbose.YumBase: Quick matched ilmbase-1.0.3-7.fc20.x86_64 to require for libIlmThread.so.6()(64bit) >19:40:17,706 DEBUG yum.verbose.YumBase: TSINFO: Marking OpenEXR-libs-1.7.1-6.fc20.x86_64 as install for gegl-0.2.0-12.fc20.x86_64 >19:40:17,707 DEBUG yum.verbose.YumBase: Quick matched ilmbase-1.0.3-7.fc20.x86_64 to require for libIex.so.6()(64bit) >19:40:17,707 DEBUG yum.verbose.YumBase: Quick matched ilmbase-1.0.3-7.fc20.x86_64 to require for libHalf.so.6()(64bit) >19:40:17,710 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 >19:40:17,711 DEBUG yum.verbose.YumBase: Quick matched libusal-1.1.11-22.fc20.x86_64 to require for libusal.so.0()(64bit) >19:40:17,711 DEBUG yum.verbose.YumBase: Quick matched libusal-1.1.11-22.fc20.x86_64 to require for librols.so.0()(64bit) >19:40:17,716 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.fc20.noarch >19:40:17,723 DEBUG yum.verbose.YumBase: TSINFO: Marking tzdata-2013h-1.fc20.noarch as install for glibc-common-2.18-11.fc20.x86_64 >19:40:17,729 DEBUG yum.verbose.YumBase: TSINFO: Marking python-inotify-0.9.4-4.fc20.noarch as install for gnome-abrt-0.3.3-2.fc20.x86_64 >19:40:17,735 DEBUG yum.verbose.YumBase: TSINFO: Marking desktop-backgrounds-gnome-20.0.0-1.fc20.noarch as install for gnome-desktop3-3.10.2-2.fc20.x86_64 >19:40:17,755 DEBUG yum.verbose.YumBase: TSINFO: Marking frei0r-plugins-1.3-11.fc20.x86_64 as install for gnome-video-effects-0.4.0-6.fc20.noarch >19:40:17,758 DEBUG yum.verbose.YumBase: TSINFO: Marking nettle-2.6-3.fc20.x86_64 as install for gnutls-3.1.16-1.fc20.x86_64 >19:40:17,759 DEBUG yum.verbose.YumBase: Quick matched nettle-2.6-3.fc20.x86_64 to require for libhogweed.so.2()(64bit) >19:40:17,764 DEBUG yum.verbose.YumBase: TSINFO: Marking pcre-8.33-2.fc20.1.x86_64 as install for grep-2.15-1.fc20.x86_64 >19:40:17,771 DEBUG yum.verbose.YumBase: TSINFO: Marking liboauth-1.0.1-2.fc20.x86_64 as install for grilo-plugins-0.2.9-2.fc20.x86_64 >19:40:17,772 DEBUG yum.verbose.YumBase: TSINFO: Marking gmime-2.6.19-1.fc20.x86_64 as install for grilo-plugins-0.2.9-2.fc20.x86_64 >19:40:17,778 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer-tools-0.10.36-6.fc20.x86_64 as install for gstreamer-0.10.36-6.fc20.x86_64 >19:40:17,784 DEBUG yum.verbose.YumBase: TSINFO: Marking libvisual-0.4.0-14.fc20.x86_64 as install for gstreamer-plugins-base-0.10.36-6.fc20.x86_64 >19:40:17,785 DEBUG yum.verbose.YumBase: TSINFO: Marking cdparanoia-libs-10.2-14.fc20.x86_64 as install for gstreamer-plugins-base-0.10.36-6.fc20.x86_64 >19:40:17,786 DEBUG yum.verbose.YumBase: Quick matched cdparanoia-libs-10.2-14.fc20.x86_64 to require for libcdda_interface.so.0()(64bit) >19:40:17,826 DEBUG yum.verbose.YumBase: TSINFO: Marking libunistring-0.9.3-9.fc20.x86_64 as install for 5:guile-2.0.9-4.fc20.x86_64 >19:40:17,832 DEBUG yum.verbose.YumBase: TSINFO: Marking libcdio-paranoia-10.2+0.90+1-1.fc20.x86_64 as install for gvfs-1.18.3-1.fc20.x86_64 >19:40:17,833 DEBUG yum.verbose.YumBase: Quick matched libcdio-paranoia-10.2+0.90+1-1.fc20.x86_64 to require for libcdio_cdda.so.1(CDIO_CDDA_1)(64bit) >19:40:17,834 DEBUG yum.verbose.YumBase: TSINFO: Marking libcdio-0.90-3.fc20.x86_64 as install for gvfs-1.18.3-1.fc20.x86_64 >19:40:17,835 DEBUG yum.verbose.YumBase: Quick matched libcdio-paranoia-10.2+0.90+1-1.fc20.x86_64 to require for libcdio_cdda.so.1()(64bit) >19:40:17,843 DEBUG yum.verbose.YumBase: TSINFO: Marking hplip-common-3.13.11-1.fc20.x86_64 as install for hplip-libs-3.13.11-1.fc20.x86_64 >19:40:17,849 DEBUG yum.verbose.YumBase: TSINFO: Marking ibus-wayland-1.5.4-2.fc20.x86_64 as install for ibus-1.5.4-2.fc20.x86_64 >19:40:17,850 DEBUG yum.verbose.YumBase: TSINFO: Marking ibus-setup-1.5.4-2.fc20.noarch as install for ibus-1.5.4-2.fc20.x86_64 >19:40:17,859 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:vorbis-tools-1.4.0-12.fc20.x86_64 as install for icedax-1.1.11-22.fc20.x86_64 >19:40:17,861 DEBUG yum.verbose.YumBase: TSINFO: Marking cdparanoia-10.2-14.fc20.x86_64 as install for icedax-1.1.11-22.fc20.x86_64 >19:40:17,867 DEBUG yum.verbose.YumBase: TSINFO: Marking xml-common-0.6.3-40.fc20.noarch as install for iso-codes-3.48-1.fc20.noarch >19:40:17,874 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:java-1.7.0-openjdk-headless-1.7.0.60-2.4.3.0.fc20.x86_64 as install for 1:java-1.7.0-openjdk-1.7.0.60-2.4.3.0.fc20.x86_64 >19:40:17,876 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.4.3.0.fc20.x86_64 >19:40:17,878 DEBUG yum.verbose.YumBase: Quick matched 1:java-1.7.0-openjdk-headless-1.7.0.60-2.4.3.0.fc20.x86_64 to require for libjava.so(SUNWprivate_1.1)(64bit) >19:40:17,878 DEBUG yum.verbose.YumBase: Quick matched 1:java-1.7.0-openjdk-headless-1.7.0.60-2.4.3.0.fc20.x86_64 to require for libjvm.so()(64bit) >19:40:17,878 DEBUG yum.verbose.YumBase: Quick matched 1:java-1.7.0-openjdk-headless-1.7.0.60-2.4.3.0.fc20.x86_64 to require for libjava.so()(64bit) >19:40:17,879 DEBUG yum.verbose.YumBase: TSINFO: Marking giflib-4.1.6-9.fc20.x86_64 as install for 1:java-1.7.0-openjdk-1.7.0.60-2.4.3.0.fc20.x86_64 >19:40:17,889 DEBUG yum.verbose.YumBase: TSINFO: Marking libverto-0.2.5-3.fc20.x86_64 as install for krb5-libs-1.11.3-33.fc20.x86_64 >19:40:17,891 DEBUG yum.verbose.YumBase: TSINFO: Marking langtable-data-0.0.21-1.fc20.noarch as install for langtable-python-0.0.21-1.fc20.noarch >19:40:17,892 DEBUG yum.verbose.YumBase: TSINFO: Marking langtable-0.0.21-1.fc20.noarch as install for langtable-python-0.0.21-1.fc20.noarch >19:40:17,897 DEBUG yum.verbose.YumBase: TSINFO: Marking libX11-common-1.6.1-1.fc20.noarch as install for libX11-1.6.1-1.fc20.x86_64 >19:40:17,904 DEBUG yum.verbose.YumBase: TSINFO: Marking libfontenc-1.1.1-4.fc20.x86_64 as install for libXfont-1.4.6-2.fc20.x86_64 >19:40:17,926 DEBUG yum.verbose.YumBase: TSINFO: Marking sound-theme-freedesktop-0.8-3.fc20.noarch as install for libcanberra-0.30-4.fc20.x86_64 >19:40:17,968 DEBUG yum.verbose.YumBase: TSINFO: Marking gd-2.1.0-3.fc20.x86_64 as install for libgphoto2-2.5.2-5.fc20.x86_64 >19:40:17,973 DEBUG yum.verbose.YumBase: TSINFO: Marking sg3_utils-libs-1.37-2.fc20.x86_64 as install for libgpod-0.8.3-1.fc20.x86_64 >19:40:17,989 DEBUG yum.verbose.YumBase: TSINFO: Marking libkkc-common-0.3.1-2.fc20.noarch as install for libkkc-0.3.1-2.fc20.x86_64 >19:40:17,990 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libkkc-data-0.2.7-2.fc20.x86_64 as install for libkkc-0.3.1-2.fc20.x86_64 >19:40:17,992 DEBUG yum.verbose.YumBase: TSINFO: Marking skkdic-20131114-7.T1121.fc20.noarch as install for libkkc-0.3.1-2.fc20.x86_64 >19:40:17,993 DEBUG yum.verbose.YumBase: TSINFO: Marking marisa-0.2.4-4.fc20.x86_64 as install for libkkc-0.3.1-2.fc20.x86_64 >19:40:17,997 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 >19:40:18,009 DEBUG yum.verbose.YumBase: TSINFO: Marking neon-0.30.0-2.fc20.x86_64 as install for libmusicbrainz5-5.0.1-8.fc20.x86_64 >19:40:18,017 DEBUG yum.verbose.YumBase: TSINFO: Marking libmnl-1.0.3-6.fc20.x86_64 as install for libnetfilter_conntrack-1.0.4-1.fc20.x86_64 >19:40:18,018 DEBUG yum.verbose.YumBase: Quick matched libmnl-1.0.3-6.fc20.x86_64 to require for libmnl.so.0(LIBMNL_1.0)(64bit) >19:40:18,019 DEBUG yum.verbose.YumBase: TSINFO: Marking libnfnetlink-1.0.1-3.fc20.x86_64 as install for libnetfilter_conntrack-1.0.4-1.fc20.x86_64 >19:40:18,024 DEBUG yum.verbose.YumBase: TSINFO: Marking mobile-broadband-provider-info-1.20120614-4.fc20.noarch as install for libnm-gtk-0.9.9.0-7.git20131028.fc20.x86_64 >19:40:18,029 DEBUG yum.verbose.YumBase: TSINFO: Marking fftw-libs-double-3.3.3-7.fc20.x86_64 as install for libofa-0.9.3-23.fc20.x86_64 >19:40:18,033 DEBUG yum.verbose.YumBase: TSINFO: Marking boost-system-1.54.0-5.fc20.x86_64 as install for liborcus-0.5.1-5.fc20.x86_64 >19:40:18,037 DEBUG yum.verbose.YumBase: TSINFO: Marking libxslt-1.1.28-5.fc20.x86_64 as install for libosinfo-0.2.7-2.fc20.x86_64 >19:40:18,038 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-5.fc20.x86_64 to require for libxslt.so.1(LIBXML2_1.0.11)(64bit) >19:40:18,039 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-5.fc20.x86_64 to require for libxslt.so.1()(64bit) >19:40:18,044 DEBUG yum.verbose.YumBase: TSINFO: Marking seed-3.8.1-2.fc20.x86_64 as install for libpeas-1.9.0-2.fc20.x86_64 >19:40:18,046 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-libs-3.3.2-8.fc20.x86_64 as install for libpeas-1.9.0-2.fc20.x86_64 >19:40:18,054 DEBUG yum.verbose.YumBase: TSINFO: Marking libmodman-2.0.1-7.fc20.x86_64 as install for libproxy-0.4.11-7.fc20.x86_64 >19:40:18,056 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-dicts-2.9.0-5.fc20.x86_64 as install for libpwquality-1.2.3-1.fc20.x86_64 >19:40:18,058 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-2.9.0-5.fc20.x86_64 as install for libpwquality-1.2.3-1.fc20.x86_64 >19:40:18,087 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libreoffice-opensymbol-fonts-4.1.3.2-6.fc20.noarch as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >19:40:18,089 DEBUG yum.verbose.YumBase: TSINFO: Marking hyphen-2.8.6-4.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >19:40:18,090 DEBUG yum.verbose.YumBase: TSINFO: Marking hyphen-en-2.8.6-4.fc20.noarch as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >19:40:18,095 DEBUG yum.verbose.YumBase: TSINFO: Marking google-crosextra-carlito-fonts-1.103-0.1.20130920.fc20.noarch as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >19:40:18,098 DEBUG yum.verbose.YumBase: TSINFO: Marking google-crosextra-caladea-fonts-1.002-0.1.20130214.fc20.noarch as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >19:40:18,100 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:autocorr-en-4.1.3.2-6.fc20.noarch as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >19:40:18,101 DEBUG yum.verbose.YumBase: TSINFO: Marking redland-1.0.16-4.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >19:40:18,103 DEBUG yum.verbose.YumBase: TSINFO: Marking raptor2-2.0.9-2.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >19:40:18,104 DEBUG yum.verbose.YumBase: TSINFO: Marking mythes-1.2.3-6.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >19:40:18,106 DEBUG yum.verbose.YumBase: TSINFO: Marking liblangtag-0.5.2-1.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >19:40:18,107 DEBUG yum.verbose.YumBase: TSINFO: Marking harfbuzz-0.9.24-1.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >19:40:18,109 DEBUG yum.verbose.YumBase: TSINFO: Marking harfbuzz-icu-0.9.24-1.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >19:40:18,110 DEBUG yum.verbose.YumBase: TSINFO: Marking graphite2-1.2.2-4.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >19:40:18,112 DEBUG yum.verbose.YumBase: TSINFO: Marking libexttextcat-3.4.3-2.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >19:40:18,113 DEBUG yum.verbose.YumBase: TSINFO: Marking libcmis-0.3.1-8.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >19:40:18,115 DEBUG yum.verbose.YumBase: TSINFO: Marking clucene-core-2.3.3.4-10.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >19:40:18,116 DEBUG yum.verbose.YumBase: Quick matched clucene-core-2.3.3.4-10.fc20.x86_64 to require for libclucene-core.so.1()(64bit) >19:40:18,117 DEBUG yum.verbose.YumBase: TSINFO: Marking clucene-contribs-lib-2.3.3.4-10.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >19:40:18,118 DEBUG yum.verbose.YumBase: TSINFO: Marking boost-date-time-1.54.0-5.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >19:40:18,136 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-reportuploader-2.1.9-1.fc20.x86_64 as install for libreport-gtk-2.1.9-1.fc20.x86_64 >19:40:18,138 DEBUG yum.verbose.YumBase: TSINFO: Marking fros-1.0-4.fc20.noarch as install for libreport-gtk-2.1.9-1.fc20.x86_64 >19:40:18,149 DEBUG yum.verbose.YumBase: TSINFO: Marking unbound-libs-1.4.21-1.fc20.x86_64 as install for libreswan-3.6-1.fc20.x86_64 >19:40:18,157 DEBUG yum.verbose.YumBase: TSINFO: Marking ustr-1.0.4-15.fc20.x86_64 as install for libsemanage-2.1.10-14.fc20.x86_64 >19:40:18,158 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-15.fc20.x86_64 to require for libustr-1.0.so.1(USTR_1.0)(64bit) >19:40:18,158 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-15.fc20.x86_64 to require for libustr-1.0.so.1()(64bit) >19:40:18,184 DEBUG yum.verbose.YumBase: TSINFO: Marking jbigkit-libs-2.0-9.fc20.x86_64 as install for libtiff-4.0.3-12.fc20.x86_64 >19:40:18,188 DEBUG yum.verbose.YumBase: TSINFO: Marking libtranslit-0.0.3-2.fc20.x86_64 as install for libtranslit-m17n-0.0.3-2.fc20.x86_64 >19:40:18,205 DEBUG yum.verbose.YumBase: TSINFO: Marking gnutls-utils-3.1.16-1.fc20.x86_64 as install for libvirt-client-1.1.3.1-2.fc20.x86_64 >19:40:18,207 DEBUG yum.verbose.YumBase: TSINFO: Marking gettext-0.18.3.1-1.fc20.x86_64 as install for libvirt-client-1.1.3.1-2.fc20.x86_64 >19:40:18,209 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-md5-2.1.26-14.fc20.x86_64 as install for libvirt-client-1.1.3.1-2.fc20.x86_64 >19:40:18,210 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-2.1.26-14.fc20.x86_64 as install for libvirt-client-1.1.3.1-2.fc20.x86_64 >19:40:18,212 DEBUG yum.verbose.YumBase: TSINFO: Marking yajl-2.0.4-3.fc20.x86_64 as install for libvirt-client-1.1.3.1-2.fc20.x86_64 >19:40:18,213 DEBUG yum.verbose.YumBase: TSINFO: Marking libwsman1-2.3.6-8.fc20.x86_64 as install for libvirt-client-1.1.3.1-2.fc20.x86_64 >19:40:18,214 DEBUG yum.verbose.YumBase: Quick matched libwsman1-2.3.6-8.fc20.x86_64 to require for libwsman_client.so.1()(64bit) >19:40:18,215 DEBUG yum.verbose.YumBase: Quick matched libwsman1-2.3.6-8.fc20.x86_64 to require for libwsman.so.1()(64bit) >19:40:18,216 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-storage-1.1.3.1-2.fc20.x86_64 as install for libvirt-daemon-kvm-1.1.3.1-2.fc20.x86_64 >19:40:18,218 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-secret-1.1.3.1-2.fc20.x86_64 as install for libvirt-daemon-kvm-1.1.3.1-2.fc20.x86_64 >19:40:18,219 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-qemu-1.1.3.1-2.fc20.x86_64 as install for libvirt-daemon-kvm-1.1.3.1-2.fc20.x86_64 >19:40:18,221 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-nwfilter-1.1.3.1-2.fc20.x86_64 as install for libvirt-daemon-kvm-1.1.3.1-2.fc20.x86_64 >19:40:18,223 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-nodedev-1.1.3.1-2.fc20.x86_64 as install for libvirt-daemon-kvm-1.1.3.1-2.fc20.x86_64 >19:40:18,224 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-network-1.1.3.1-2.fc20.x86_64 as install for libvirt-daemon-kvm-1.1.3.1-2.fc20.x86_64 >19:40:18,225 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-interface-1.1.3.1-2.fc20.x86_64 as install for libvirt-daemon-kvm-1.1.3.1-2.fc20.x86_64 >19:40:18,227 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-1.1.3.1-2.fc20.x86_64 as install for libvirt-daemon-kvm-1.1.3.1-2.fc20.x86_64 >19:40:18,231 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:qemu-kvm-1.6.1-2.fc20.x86_64 as install for libvirt-daemon-kvm-1.1.3.1-2.fc20.x86_64 >19:40:18,241 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-glib-0.1.7-2.fc20.x86_64 as install for libvirt-gobject-0.1.7-2.fc20.x86_64 >19:40:18,242 DEBUG yum.verbose.YumBase: Quick matched libvirt-glib-0.1.7-2.fc20.x86_64 to require for libvirt-glib-1.0.so.0(LIBVIRT_GLIB_0.0.7)(64bit) >19:40:18,243 DEBUG yum.verbose.YumBase: Quick matched libvirt-glib-0.1.7-2.fc20.x86_64 to require for libvirt-glib-1.0.so.0()(64bit) >19:40:18,249 DEBUG yum.verbose.YumBase: TSINFO: Marking libwacom-data-0.8-1.fc20.noarch as install for libwacom-0.8-1.fc20.x86_64 >19:40:18,256 DEBUG yum.verbose.YumBase: TSINFO: Marking libXres-1.0.7-2.fc20.x86_64 as install for libwnck3-3.4.7-1.fc20.x86_64 >19:40:18,288 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libglapi-9.2.3-1.20131114.fc20.x86_64 as install for mesa-libEGL-9.2.3-1.20131114.fc20.x86_64 >19:40:18,311 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-base-5.9-12.20130511.fc20.noarch as install for ncurses-libs-5.9-12.20130511.fc20.x86_64 >19:40:18,314 DEBUG yum.verbose.YumBase: TSINFO: Marking slang-2.2.4-11.fc20.x86_64 as install for newt-0.52.16-1.fc20.x86_64 >19:40:18,315 DEBUG yum.verbose.YumBase: Quick matched slang-2.2.4-11.fc20.x86_64 to require for libslang.so.2()(64bit) >19:40:18,324 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-sysinit-3.15.2-3.fc20.x86_64 as install for nss-3.15.2-3.fc20.x86_64 >19:40:18,342 DEBUG yum.verbose.YumBase: TSINFO: Marking libdnet-1.12-12.fc20.x86_64 as install for open-vm-tools-9.4.0-1.fc20.x86_64 >19:40:18,346 DEBUG yum.verbose.YumBase: TSINFO: Marking vpnc-script-0.5.3-19.svn457.fc20.noarch as install for openconnect-5.01-4.fc20.x86_64 >19:40:18,347 DEBUG yum.verbose.YumBase: TSINFO: Marking stoken-libs-0.2-5.fc20.x86_64 as install for openconnect-5.01-4.fc20.x86_64 >19:40:18,349 DEBUG yum.verbose.YumBase: TSINFO: Marking liboath-2.4.0-2.fc20.x86_64 as install for openconnect-5.01-4.fc20.x86_64 >19:40:18,349 DEBUG yum.verbose.YumBase: Quick matched liboath-2.4.0-2.fc20.x86_64 to require for liboath.so.0(LIBOATH_1.4.0)(64bit) >19:40:18,350 DEBUG yum.verbose.YumBase: Quick matched liboath-2.4.0-2.fc20.x86_64 to require for liboath.so.0(LIBOATH_1.2.0)(64bit) >19:40:18,350 DEBUG yum.verbose.YumBase: Quick matched liboath-2.4.0-2.fc20.x86_64 to require for liboath.so.0(LIBOATH_1.12.0)(64bit) >19:40:18,351 DEBUG yum.verbose.YumBase: TSINFO: Marking trousers-0.3.11.2-1.fc20.x86_64 as install for openconnect-5.01-4.fc20.x86_64 >19:40:18,362 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:make-3.82-19.fc20.x86_64 as install for 1:openssl-1.0.1e-30.fc20.x86_64 >19:40:18,374 DEBUG yum.verbose.YumBase: TSINFO: Marking libthai-0.1.19-2.fc20.x86_64 as install for pango-1.36.1-1.fc20.x86_64 >19:40:18,374 DEBUG yum.verbose.YumBase: Quick matched libthai-0.1.19-2.fc20.x86_64 to require for libthai.so.0(LIBTHAI_0.1)(64bit) >19:40:18,375 DEBUG yum.verbose.YumBase: Quick matched libthai-0.1.19-2.fc20.x86_64 to require for libthai.so.0()(64bit) >19:40:18,376 DEBUG yum.verbose.YumBase: TSINFO: Marking libXft-2.3.1-5.fc20.x86_64 as install for pango-1.36.1-1.fc20.x86_64 >19:40:18,396 DEBUG yum.verbose.YumBase: TSINFO: Marking 4:perl-libs-5.18.1-288.fc20.x86_64 as install for 4:perl-5.18.1-288.fc20.x86_64 >19:40:18,398 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Socket-2.013-1.fc20.x86_64 as install for 4:perl-5.18.1-288.fc20.x86_64 >19:40:18,399 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Scalar-List-Utils-1.31-293.fc20.x86_64 as install for 4:perl-5.18.1-288.fc20.x86_64 >19:40:18,401 DEBUG yum.verbose.YumBase: TSINFO: Marking 4:perl-macros-5.18.1-288.fc20.x86_64 as install for 4:perl-5.18.1-288.fc20.x86_64 >19:40:18,402 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-threads-shared-1.43-291.fc20.x86_64 as install for 4:perl-5.18.1-288.fc20.x86_64 >19:40:18,404 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-threads-1.89-1.fc20.x86_64 as install for 4:perl-5.18.1-288.fc20.x86_64 >19:40:18,405 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-constant-1.27-292.fc20.noarch as install for 4:perl-5.18.1-288.fc20.x86_64 >19:40:18,406 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Time-Local-1.2300-291.fc20.noarch as install for 4:perl-5.18.1-288.fc20.x86_64 >19:40:18,408 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Time-HiRes-1.9726-1.fc20.x86_64 as install for 4:perl-5.18.1-288.fc20.x86_64 >19:40:18,409 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Storable-2.45-2.fc20.x86_64 as install for 4:perl-5.18.1-288.fc20.x86_64 >19:40:18,412 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Pod-Simple-3.28-292.fc20.noarch as install for 4:perl-5.18.1-288.fc20.x86_64 >19:40:18,413 DEBUG yum.verbose.YumBase: Quick matched 1:perl-Pod-Simple-3.28-292.fc20.noarch to require for perl(Pod::Simple::Search) >19:40:18,414 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Module-CoreList-2.96-288.fc20.noarch as install for 4:perl-5.18.1-288.fc20.x86_64 >19:40:18,416 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Filter-1.49-5.fc20.x86_64 as install for 4:perl-5.18.1-288.fc20.x86_64 >19:40:18,417 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-File-Temp-0.23.01-4.fc20.noarch as install for 4:perl-5.18.1-288.fc20.x86_64 >19:40:18,419 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-File-Path-2.09-292.fc20.noarch as install for 4:perl-5.18.1-288.fc20.x86_64 >19:40:18,420 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Carp-1.26-245.fc20.noarch as install for 4:perl-5.18.1-288.fc20.x86_64 >19:40:18,435 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Pod-Usage-1.63-4.fc20.noarch as install for perl-Getopt-Long-2.42-1.fc20.noarch >19:40:18,436 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Text-ParseWords-3.29-3.fc20.noarch as install for perl-Getopt-Long-2.42-1.fc20.noarch >19:40:18,446 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-plugin-two-step-0.8.9-3.2013.08.14.fc20.x86_64 as install for plymouth-theme-charge-0.8.9-3.2013.08.14.fc20.x86_64 >19:40:18,449 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-pkla-compat-0.1-3.fc20.x86_64 as install for polkit-0.112-1.fc20.x86_64 >19:40:18,453 DEBUG yum.verbose.YumBase: TSINFO: Marking openjpeg-libs-1.5.1-6.fc20.x86_64 as install for poppler-0.24.3-2.fc20.x86_64 >19:40:18,468 DEBUG yum.verbose.YumBase: TSINFO: Marking sbc-1.1-1.fc20.x86_64 as install for pulseaudio-module-bluetooth-4.0-8.gitf81e3.fc20.x86_64 >19:40:18,469 DEBUG yum.verbose.YumBase: Quick matched sbc-1.1-1.fc20.x86_64 to require for libsbc.so.1()(64bit) >19:40:18,471 DEBUG yum.verbose.YumBase: TSINFO: Marking pycairo-1.8.10-7.fc20.x86_64 as install for pygobject3-3.10.2-1.fc20.x86_64 >19:40:18,476 DEBUG yum.verbose.YumBase: TSINFO: Marking pygtk2-2.24.0-8.fc20.x86_64 as install for pygtk2-libglade-2.24.0-8.fc20.x86_64 >19:40:18,478 DEBUG yum.verbose.YumBase: TSINFO: Marking libglade2-2.6.4-10.fc20.x86_64 as install for pygtk2-libglade-2.24.0-8.fc20.x86_64 >19:40:18,482 DEBUG yum.verbose.YumBase: TSINFO: Marking pyatspi-2.10.0-1.fc20.noarch as install for python-caribou-0.4.13-1.fc20.noarch >19:40:18,484 DEBUG yum.verbose.YumBase: TSINFO: Marking python-six-1.4.1-1.fc20.noarch as install for python-iniparse-0.4-9.fc20.noarch >19:40:18,486 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 >19:40:18,489 DEBUG yum.verbose.YumBase: TSINFO: Marking libwebp-0.3.1-2.fc20.x86_64 as install for python-pillow-2.2.1-2.fc20.x86_64 >19:40:18,490 DEBUG yum.verbose.YumBase: Quick matched libwebp-0.3.1-2.fc20.x86_64 to require for libwebpdemux.so.0()(64bit) >19:40:18,490 DEBUG yum.verbose.YumBase: Quick matched libwebp-0.3.1-2.fc20.x86_64 to require for libwebp.so.4()(64bit) >19:40:18,491 DEBUG yum.verbose.YumBase: TSINFO: Marking lcms-libs-1.19-10.fc20.x86_64 as install for python-pillow-2.2.1-2.fc20.x86_64 >19:40:18,493 DEBUG yum.verbose.YumBase: TSINFO: Marking python-slip-0.6.0-1.fc20.noarch as install for python-slip-dbus-0.6.0-1.fc20.noarch >19:40:18,495 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pycurl-7.19.0-17.20120408git9b8f4e38.fc20.x86_64 as install for python-urlgrabber-3.9.1-32.fc20.noarch >19:40:18,498 DEBUG yum.verbose.YumBase: TSINFO: Marking brlapi-0.6.0-9.fc20.x86_64 as install for python3-brlapi-0.6.0-9.fc20.x86_64 >19:40:18,500 DEBUG yum.verbose.YumBase: Quick matched brlapi-0.6.0-9.fc20.x86_64 to require for libbrlapi.so.0.6()(64bit) >19:40:18,502 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-cairo-1.10.0-6.fc20.x86_64 as install for python3-gobject-3.10.2-1.fc20.x86_64 >19:40:18,503 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-markupsafe-0.18-1.fc20.x86_64 as install for python3-mako-0.7.3-2.fc20.noarch >19:40:18,505 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 >19:40:18,507 DEBUG yum.verbose.YumBase: TSINFO: Marking speech-dispatcher-0.8-5.fc20.x86_64 as install for python3-speechd-0.8-5.fc20.x86_64 >19:40:18,522 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-build-libs-4.11.1-7.fc20.x86_64 as install for rpm-python-4.11.1-7.fc20.x86_64 >19:40:18,523 DEBUG yum.verbose.YumBase: Quick matched rpm-build-libs-4.11.1-7.fc20.x86_64 to require for librpmbuild.so.3()(64bit) >19:40:18,563 DEBUG yum.verbose.YumBase: TSINFO: Marking pytalloc-2.0.8-3.fc20.x86_64 as install for 2:samba-libs-4.1.1-1.fc20.x86_64 >19:40:18,564 DEBUG yum.verbose.YumBase: Quick matched pytalloc-2.0.8-3.fc20.x86_64 to require for libpytalloc-util.so.2()(64bit) >19:40:18,573 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-python-208-8.fc20.x86_64 as install for setroubleshoot-server-3.2.14-2.fc20.x86_64 >19:40:18,575 DEBUG yum.verbose.YumBase: TSINFO: Marking setroubleshoot-plugins-3.0.58-1.fc20.noarch as install for setroubleshoot-server-3.2.14-2.fc20.x86_64 >19:40:18,576 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-python-2.1.13-19.fc20.x86_64 as install for setroubleshoot-server-3.2.14-2.fc20.x86_64 >19:40:18,577 DEBUG yum.verbose.YumBase: TSINFO: Marking audit-libs-python-2.3.2-1.fc20.x86_64 as install for setroubleshoot-server-3.2.14-2.fc20.x86_64 >19:40:18,579 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject2-2.28.6-11.fc20.x86_64 as install for setroubleshoot-server-3.2.14-2.fc20.x86_64 >19:40:18,580 DEBUG yum.verbose.YumBase: TSINFO: Marking policycoreutils-python-2.2.2-3.fc20.x86_64 as install for setroubleshoot-server-3.2.14-2.fc20.x86_64 >19:40:18,591 DEBUG yum.verbose.YumBase: TSINFO: Marking usbredir-0.6-5.fc20.x86_64 as install for spice-glib-0.21-5.fc20.x86_64 >19:40:18,592 DEBUG yum.verbose.YumBase: Quick matched usbredir-0.6-5.fc20.x86_64 to require for libusbredirhost.so.1()(64bit) >19:40:18,592 DEBUG yum.verbose.YumBase: TSINFO: Marking celt051-0.5.1.3-7.fc20.x86_64 as install for spice-glib-0.21-5.fc20.x86_64 >19:40:18,594 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libcacard-1.6.1-2.fc20.x86_64 as install for spice-glib-0.21-5.fc20.x86_64 >19:40:18,605 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-krb5-common-1.11.2-1.fc20.x86_64 as install for sssd-ad-1.11.2-1.fc20.x86_64 >19:40:18,606 DEBUG yum.verbose.YumBase: Quick matched sssd-krb5-common-1.11.2-1.fc20.x86_64 to require for libsss_krb5_common.so()(64bit) >19:40:18,607 DEBUG yum.verbose.YumBase: TSINFO: Marking libsss_idmap-1.11.2-1.fc20.x86_64 as install for sssd-ad-1.11.2-1.fc20.x86_64 >19:40:18,608 DEBUG yum.verbose.YumBase: TSINFO: Marking libdhash-0.4.3-18.fc20.x86_64 as install for sssd-ad-1.11.2-1.fc20.x86_64 >19:40:18,616 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-client-1.11.2-1.fc20.x86_64 as install for sssd-common-1.11.2-1.fc20.x86_64 >19:40:18,617 DEBUG yum.verbose.YumBase: TSINFO: Marking libini_config-1.0.0.1-18.fc20.x86_64 as install for sssd-common-1.11.2-1.fc20.x86_64 >19:40:18,618 DEBUG yum.verbose.YumBase: Quick matched libini_config-1.0.0.1-18.fc20.x86_64 to require for libini_config.so.3()(64bit) >19:40:18,619 DEBUG yum.verbose.YumBase: TSINFO: Marking libcollection-0.6.2-18.fc20.x86_64 as install for sssd-common-1.11.2-1.fc20.x86_64 >19:40:18,620 DEBUG yum.verbose.YumBase: TSINFO: Marking c-ares-1.10.0-2.fc20.x86_64 as install for sssd-common-1.11.2-1.fc20.x86_64 >19:40:18,630 DEBUG yum.verbose.YumBase: TSINFO: Marking libipa_hbac-1.11.2-1.fc20.x86_64 as install for sssd-ipa-1.11.2-1.fc20.x86_64 >19:40:18,631 DEBUG yum.verbose.YumBase: Quick matched libipa_hbac-1.11.2-1.fc20.x86_64 to require for libipa_hbac.so.0()(64bit) >19:40:18,639 DEBUG yum.verbose.YumBase: TSINFO: Marking python-cups-1.9.63-4.fc20.x86_64 as install for system-config-printer-libs-1.4.3-2.fc20.noarch >19:40:18,672 DEBUG yum.verbose.YumBase: TSINFO: Marking libpurple-2.10.7-8.fc20.x86_64 as install for telepathy-haze-0.8.0-1.fc20.x86_64 >19:40:18,707 DEBUG yum.verbose.YumBase: TSINFO: Marking libquvi-0.9.2-1.fc20.x86_64 as install for totem-pl-parser-3.10.0-1.fc20.x86_64 >19:40:18,714 DEBUG yum.verbose.YumBase: TSINFO: Marking libiptcdata-1.0.4-10.fc20.x86_64 as install for tracker-0.16.2-4.fc20.x86_64 >19:40:18,715 DEBUG yum.verbose.YumBase: TSINFO: Marking libgsf-1.14.28-1.fc20.x86_64 as install for tracker-0.16.2-4.fc20.x86_64 >19:40:18,716 DEBUG yum.verbose.YumBase: TSINFO: Marking enca-1.14-2.fc20.x86_64 as install for tracker-0.16.2-4.fc20.x86_64 >19:40:18,718 DEBUG yum.verbose.YumBase: TSINFO: Marking libcue-1.4.0-3.fc20.x86_64 as install for tracker-0.16.2-4.fc20.x86_64 >19:40:18,725 DEBUG yum.verbose.YumBase: TSINFO: Marking libatasmart-0.19-5.fc20.x86_64 as install for udisks2-2.1.1-1.fc20.x86_64 >19:40:18,726 DEBUG yum.verbose.YumBase: TSINFO: Marking xfsprogs-3.1.11-2.fc20.x86_64 as install for udisks2-2.1.1-1.fc20.x86_64 >19:40:18,728 DEBUG yum.verbose.YumBase: TSINFO: Marking gdisk-0.8.8-1.fc20.x86_64 as install for udisks2-2.1.1-1.fc20.x86_64 >19:40:18,751 DEBUG yum.verbose.YumBase: TSINFO: Marking geoclue-0.12.99-5.fc20.x86_64 as install for webkitgtk3-2.2.2-2.fc20.x86_64 >19:40:18,759 DEBUG yum.verbose.YumBase: TSINFO: Marking kernel-modules-extra-3.11.10-300.fc20.x86_64 as install for xl2tpd-1.3.1-14.fc20.x86_64 >19:40:18,764 DEBUG yum.verbose.YumBase: TSINFO: Marking mcpp-2.7.2-11.fc20.x86_64 as install for xorg-x11-server-utils-7.7-2.fc20.x86_64 >19:40:18,808 DEBUG yum.verbose.YumBase: TSINFO: Marking brltty-4.5-9.fc20.x86_64 as install for brlapi-0.6.0-9.fc20.x86_64 >19:40:18,823 DEBUG yum.verbose.YumBase: TSINFO: Marking binutils-2.23.88.0.1-13.fc20.x86_64 as install for crash-7.0.1-2.fc20.x86_64 >19:40:18,829 DEBUG yum.verbose.YumBase: TSINFO: Marking heisenbug-backgrounds-gnome-20.0.0-1.fc20.noarch as install for desktop-backgrounds-gnome-20.0.0-1.fc20.noarch >19:40:18,843 DEBUG yum.verbose.YumBase: TSINFO: Marking gavl-1.4.0-4.fc20.x86_64 as install for frei0r-plugins-1.3-11.fc20.x86_64 >19:40:18,846 DEBUG yum.verbose.YumBase: TSINFO: Marking libXpm-3.5.10-5.fc20.x86_64 as install for gd-2.1.0-3.fc20.x86_64 >19:40:18,854 DEBUG yum.verbose.YumBase: TSINFO: Marking gettext-libs-0.18.3.1-1.fc20.x86_64 as install for gettext-0.18.3.1-1.fc20.x86_64 >19:40:18,855 DEBUG yum.verbose.YumBase: Quick matched gettext-libs-0.18.3.1-1.fc20.x86_64 to require for libgettextlib-0.18.3.so()(64bit) >19:40:18,862 DEBUG yum.verbose.YumBase: TSINFO: Marking gnutls-dane-3.1.16-1.fc20.x86_64 as install for gnutls-utils-3.1.16-1.fc20.x86_64 >19:40:18,863 DEBUG yum.verbose.YumBase: Quick matched gnutls-dane-3.1.16-1.fc20.x86_64 to require for libgnutls-dane.so.0(DANE_0_0)(64bit) >19:40:18,863 DEBUG yum.verbose.YumBase: Quick matched gnutls-dane-3.1.16-1.fc20.x86_64 to require for libgnutls-dane.so.0()(64bit) >19:40:18,884 DEBUG yum.verbose.YumBase: TSINFO: Marking javapackages-tools-3.4.1-1.fc20.noarch as install for 1:java-1.7.0-openjdk-headless-1.7.0.60-2.4.3.0.fc20.x86_64 >19:40:18,885 DEBUG yum.verbose.YumBase: TSINFO: Marking tzdata-java-2013h-1.fc20.noarch as install for 1:java-1.7.0-openjdk-headless-1.7.0.60-2.4.3.0.fc20.x86_64 >19:40:18,886 DEBUG yum.verbose.YumBase: TSINFO: Marking rhino-1.7R4-6.fc20.noarch as install for 1:java-1.7.0-openjdk-headless-1.7.0.60-2.4.3.0.fc20.x86_64 >19:40:18,891 DEBUG yum.verbose.YumBase: TSINFO: Marking dracut-network-034-19.git20131021.fc20.x86_64 as install for kexec-tools-2.0.4-12.fc20.x86_64 >19:40:18,893 DEBUG yum.verbose.YumBase: TSINFO: Marking snappy-1.1.0-2.fc20.x86_64 as install for kexec-tools-2.0.4-12.fc20.x86_64 >19:40:18,904 DEBUG yum.verbose.YumBase: TSINFO: Marking ceph-libs-0.67.3-2.fc20.x86_64 as install for 2:libcacard-1.6.1-2.fc20.x86_64 >19:40:18,905 DEBUG yum.verbose.YumBase: Quick matched ceph-libs-0.67.3-2.fc20.x86_64 to require for librados.so.2()(64bit) >19:40:18,906 DEBUG yum.verbose.YumBase: TSINFO: Marking libiscsi-1.9.0-4.fc20.x86_64 as install for 2:libcacard-1.6.1-2.fc20.x86_64 >19:40:18,907 DEBUG yum.verbose.YumBase: TSINFO: Marking glusterfs-libs-3.4.1-1.fc20.x86_64 as install for 2:libcacard-1.6.1-2.fc20.x86_64 >19:40:18,908 DEBUG yum.verbose.YumBase: Quick matched glusterfs-libs-3.4.1-1.fc20.x86_64 to require for libgfxdr.so.0()(64bit) >19:40:18,909 DEBUG yum.verbose.YumBase: Quick matched glusterfs-libs-3.4.1-1.fc20.x86_64 to require for libgfrpc.so.0()(64bit) >19:40:18,910 DEBUG yum.verbose.YumBase: TSINFO: Marking glusterfs-api-3.4.1-1.fc20.x86_64 as install for 2:libcacard-1.6.1-2.fc20.x86_64 >19:40:18,911 DEBUG yum.verbose.YumBase: TSINFO: Marking libaio-0.3.109-8.fc20.x86_64 as install for 2:libcacard-1.6.1-2.fc20.x86_64 >19:40:18,927 DEBUG yum.verbose.YumBase: TSINFO: Marking libref_array-0.1.3-18.fc20.x86_64 as install for libini_config-1.0.0.1-18.fc20.x86_64 >19:40:18,929 DEBUG yum.verbose.YumBase: TSINFO: Marking libpath_utils-0.2.1-18.fc20.x86_64 as install for libini_config-1.0.0.1-18.fc20.x86_64 >19:40:18,930 DEBUG yum.verbose.YumBase: TSINFO: Marking libbasicobjects-0.1.0-18.fc20.x86_64 as install for libini_config-1.0.0.1-18.fc20.x86_64 >19:40:18,951 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-scram-2.1.26-14.fc20.x86_64 as install for libpurple-2.10.7-8.fc20.x86_64 >19:40:18,952 DEBUG yum.verbose.YumBase: TSINFO: Marking libsilc-1.1.10-10.fc20.x86_64 as install for libpurple-2.10.7-8.fc20.x86_64 >19:40:18,953 DEBUG yum.verbose.YumBase: Quick matched libsilc-1.1.10-10.fc20.x86_64 to require for libsilc-1.1.so.2()(64bit) >19:40:18,954 DEBUG yum.verbose.YumBase: TSINFO: Marking meanwhile-1.1.0-12.fc20.x86_64 as install for libpurple-2.10.7-8.fc20.x86_64 >19:40:18,955 DEBUG yum.verbose.YumBase: TSINFO: Marking libgadu-1.11.2-1.fc20.2.x86_64 as install for libpurple-2.10.7-8.fc20.x86_64 >19:40:18,957 DEBUG yum.verbose.YumBase: TSINFO: Marking farstream-0.1.2-6.fc20.x86_64 as install for libpurple-2.10.7-8.fc20.x86_64 >19:40:18,960 DEBUG yum.verbose.YumBase: TSINFO: Marking libquvi-scripts-0.9.20131104-1.fc20.noarch as install for libquvi-0.9.2-1.fc20.x86_64 >19:40:18,965 DEBUG yum.verbose.YumBase: TSINFO: Marking libtar-1.2.11-27.fc20.x86_64 as install for libreport-plugin-reportuploader-2.1.9-1.fc20.x86_64 >19:40:18,992 DEBUG yum.verbose.YumBase: TSINFO: Marking numad-0.5-12.20130814git.fc20.x86_64 as install for libvirt-daemon-1.1.3.1-2.fc20.x86_64 >19:40:18,994 DEBUG yum.verbose.YumBase: TSINFO: Marking libcgroup-0.38-7.fc20.x86_64 as install for libvirt-daemon-1.1.3.1-2.fc20.x86_64 >19:40:18,995 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dmidecode-2.12-4.fc20.x86_64 as install for libvirt-daemon-1.1.3.1-2.fc20.x86_64 >19:40:18,998 DEBUG yum.verbose.YumBase: TSINFO: Marking netcf-libs-0.2.3-5.fc20.x86_64 as install for libvirt-daemon-driver-interface-1.1.3.1-2.fc20.x86_64 >19:40:19,000 DEBUG yum.verbose.YumBase: Quick matched netcf-libs-0.2.3-5.fc20.x86_64 to require for libnetcf.so.1(NETCF_1.4.0)(64bit) >19:40:19,000 DEBUG yum.verbose.YumBase: Quick matched netcf-libs-0.2.3-5.fc20.x86_64 to require for libnetcf.so.1(NETCF_1.3.0)(64bit) >19:40:19,000 DEBUG yum.verbose.YumBase: Quick matched netcf-libs-0.2.3-5.fc20.x86_64 to require for libnetcf.so.1(NETCF_1.2.0)(64bit) >19:40:19,001 DEBUG yum.verbose.YumBase: Quick matched netcf-libs-0.2.3-5.fc20.x86_64 to require for libnetcf.so.1(NETCF_1.0.0)(64bit) >19:40:19,001 DEBUG yum.verbose.YumBase: Quick matched netcf-libs-0.2.3-5.fc20.x86_64 to require for libnetcf.so.1()(64bit) >19:40:19,003 DEBUG yum.verbose.YumBase: TSINFO: Marking radvd-1.9.2-4.fc20.x86_64 as install for libvirt-daemon-driver-network-1.1.3.1-2.fc20.x86_64 >19:40:19,005 DEBUG yum.verbose.YumBase: TSINFO: Marking iptables-services-1.4.19.1-1.fc20.x86_64 as install for libvirt-daemon-driver-network-1.1.3.1-2.fc20.x86_64 >19:40:19,011 DEBUG yum.verbose.YumBase: TSINFO: Marking lzop-1.03-9.fc20.x86_64 as install for libvirt-daemon-driver-qemu-1.1.3.1-2.fc20.x86_64 >19:40:19,013 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:qemu-img-1.6.1-2.fc20.x86_64 as install for libvirt-daemon-driver-qemu-1.1.3.1-2.fc20.x86_64 >19:40:19,018 DEBUG yum.verbose.YumBase: TSINFO: Marking glusterfs-fuse-3.4.1-1.fc20.x86_64 as install for libvirt-daemon-driver-storage-1.1.3.1-2.fc20.x86_64 >19:40:19,020 DEBUG yum.verbose.YumBase: TSINFO: Marking sheepdog-0.3.0-5.fc20.x86_64 as install for libvirt-daemon-driver-storage-1.1.3.1-2.fc20.x86_64 >19:40:19,022 DEBUG yum.verbose.YumBase: TSINFO: Marking lvm2-2.02.103-3.fc20.x86_64 as install for libvirt-daemon-driver-storage-1.1.3.1-2.fc20.x86_64 >19:40:19,024 DEBUG yum.verbose.YumBase: TSINFO: Marking iscsi-initiator-utils-6.2.0.873-12.fc20.x86_64 as install for libvirt-daemon-driver-storage-1.1.3.1-2.fc20.x86_64 >19:40:19,036 DEBUG yum.verbose.YumBase: TSINFO: Marking libmcpp-2.7.2-11.fc20.x86_64 as install for mcpp-2.7.2-11.fc20.x86_64 >19:40:19,042 DEBUG yum.verbose.YumBase: TSINFO: Marking pakchois-0.4-9.fc20.x86_64 as install for neon-0.30.0-2.fc20.x86_64 >19:40:19,049 DEBUG yum.verbose.YumBase: TSINFO: Marking pkcs11-helper-1.10-2.fc20.x86_64 as install for openvpn-2.3.2-4.fc20.x86_64 >19:40:19,069 DEBUG yum.verbose.YumBase: TSINFO: Marking 3:perl-version-0.99.04-2.fc20.x86_64 as install for 1:perl-Module-CoreList-2.96-288.fc20.noarch >19:40:19,076 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Pod-Escapes-1.04-288.fc20.noarch as install for 1:perl-Pod-Simple-3.28-292.fc20.noarch >19:40:19,080 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-podlators-2.5.1-291.fc20.noarch as install for perl-Pod-Usage-1.63-4.fc20.noarch >19:40:19,082 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Pod-Perldoc-3.20-7.fc20.noarch as install for perl-Pod-Usage-1.63-4.fc20.noarch >19:40:19,109 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-graphics-libs-0.8.9-3.2013.08.14.fc20.x86_64 as install for plymouth-plugin-two-step-0.8.9-3.2013.08.14.fc20.x86_64 >19:40:19,111 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-plugin-label-0.8.9-3.2013.08.14.fc20.x86_64 as install for plymouth-plugin-two-step-0.8.9-3.2013.08.14.fc20.x86_64 >19:40:19,115 DEBUG yum.verbose.YumBase: TSINFO: Marking libsemanage-python-2.1.10-14.fc20.x86_64 as install for policycoreutils-python-2.2.2-3.fc20.x86_64 >19:40:19,116 DEBUG yum.verbose.YumBase: TSINFO: Marking python-IPy-0.75-6.fc20.noarch as install for policycoreutils-python-2.2.2-3.fc20.x86_64 >19:40:19,118 DEBUG yum.verbose.YumBase: TSINFO: Marking setools-libs-3.3.7-41.fc20.x86_64 as install for policycoreutils-python-2.2.2-3.fc20.x86_64 >19:40:19,119 DEBUG yum.verbose.YumBase: Quick matched setools-libs-3.3.7-41.fc20.x86_64 to require for libqpol.so.1(VERS_1.2)(64bit) >19:40:19,120 DEBUG yum.verbose.YumBase: Quick matched setools-libs-3.3.7-41.fc20.x86_64 to require for libapol.so.4(VERS_4.0)(64bit) >19:40:19,120 DEBUG yum.verbose.YumBase: Quick matched setools-libs-3.3.7-41.fc20.x86_64 to require for libqpol.so.1()(64bit) >19:40:19,120 DEBUG yum.verbose.YumBase: Quick matched setools-libs-3.3.7-41.fc20.x86_64 to require for libapol.so.4()(64bit) >19:40:19,144 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:qemu-system-x86-1.6.1-2.fc20.x86_64 as install for 2:qemu-kvm-1.6.1-2.fc20.x86_64 >19:40:19,151 DEBUG yum.verbose.YumBase: TSINFO: Marking rasqal-0.9.30-2.fc20.x86_64 as install for redland-1.0.16-4.fc20.x86_64 >19:40:19,162 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-js-common-0.1.2-8.fc20.noarch as install for seed-3.8.1-2.fc20.x86_64 >19:40:19,163 DEBUG yum.verbose.YumBase: TSINFO: Marking mpfr-3.1.2-4.fc20.x86_64 as install for seed-3.8.1-2.fc20.x86_64 >19:40:19,170 DEBUG yum.verbose.YumBase: TSINFO: Marking festival-freebsoft-utils-0.10-7.fc20.noarch as install for speech-dispatcher-0.8-5.fc20.x86_64 >19:40:19,171 DEBUG yum.verbose.YumBase: TSINFO: Marking flite-1.3-20.fc20.x86_64 as install for speech-dispatcher-0.8-5.fc20.x86_64 >19:40:19,172 DEBUG yum.verbose.YumBase: Quick matched flite-1.3-20.fc20.x86_64 to require for libflite_cmulex.so.1()(64bit) >19:40:19,172 DEBUG yum.verbose.YumBase: Quick matched flite-1.3-20.fc20.x86_64 to require for libflite_cmu_us_kal16.so.1()(64bit) >19:40:19,172 DEBUG yum.verbose.YumBase: Quick matched flite-1.3-20.fc20.x86_64 to require for libflite.so.1()(64bit) >19:40:19,173 DEBUG yum.verbose.YumBase: TSINFO: Marking dotconf-1.3-7.fc20.x86_64 as install for speech-dispatcher-0.8-5.fc20.x86_64 >19:40:19,177 DEBUG yum.verbose.YumBase: TSINFO: Marking libsss_nss_idmap-1.11.2-1.fc20.x86_64 as install for sssd-client-1.11.2-1.fc20.x86_64 >19:40:19,180 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-gssapi-2.1.26-14.fc20.x86_64 as install for sssd-krb5-common-1.11.2-1.fc20.x86_64 >19:40:19,183 DEBUG yum.verbose.YumBase: TSINFO: Marking libtomcrypt-1.17-21.fc20.x86_64 as install for stoken-libs-0.2-5.fc20.x86_64 >19:40:19,186 DEBUG yum.verbose.YumBase: TSINFO: Marking tbb-4.1-4.20130314.fc20.x86_64 as install for suitesparse-4.0.2-6.fc20.x86_64 >19:40:19,187 DEBUG yum.verbose.YumBase: Quick matched tbb-4.1-4.20130314.fc20.x86_64 to require for libtbb.so.2()(64bit) >19:40:19,195 DEBUG yum.verbose.YumBase: TSINFO: Marking atlas-3.8.4-10.fc20.x86_64 as install for suitesparse-4.0.2-6.fc20.x86_64 >19:40:19,196 DEBUG yum.verbose.YumBase: Quick matched atlas-3.8.4-10.fc20.x86_64 to require for libcblas.so.3()(64bit) >19:40:19,204 DEBUG yum.verbose.YumBase: TSINFO: Marking ldns-1.6.16-6.fc20.x86_64 as install for unbound-libs-1.4.21-1.fc20.x86_64 >19:40:19,216 DEBUG yum.verbose.YumBase: TSINFO: Marking ttmkfdir-3.0.9-40.fc20.x86_64 as install for xorg-x11-fonts-Type1-7.5-9.fc20.noarch >19:40:19,217 DEBUG yum.verbose.YumBase: Quick matched ttmkfdir-3.0.9-40.fc20.x86_64 to require for ttmkfdir >19:40:19,221 DEBUG yum.verbose.YumBase: TSINFO: Marking libgfortran-4.8.2-1.fc20.x86_64 as install for atlas-3.8.4-10.fc20.x86_64 >19:40:19,222 DEBUG yum.verbose.YumBase: Quick matched libgfortran-4.8.2-1.fc20.x86_64 to require for libgfortran.so.3(GFORTRAN_1.0)(64bit) >19:40:19,223 DEBUG yum.verbose.YumBase: Quick matched libgfortran-4.8.2-1.fc20.x86_64 to require for libgfortran.so.3()(64bit) >19:40:19,231 DEBUG yum.verbose.YumBase: TSINFO: Marking leveldb-1.12.0-5.fc20.x86_64 as install for ceph-libs-0.67.3-2.fc20.x86_64 >19:40:19,232 DEBUG yum.verbose.YumBase: TSINFO: Marking cryptopp-5.6.2-3.fc20.x86_64 as install for ceph-libs-0.67.3-2.fc20.x86_64 >19:40:19,234 DEBUG yum.verbose.YumBase: TSINFO: Marking boost-thread-1.54.0-5.fc20.x86_64 as install for ceph-libs-0.67.3-2.fc20.x86_64 >19:40:19,243 DEBUG yum.verbose.YumBase: TSINFO: Marking sox-14.4.1-4.fc20.x86_64 as install for festival-freebsoft-utils-0.10-7.fc20.noarch >19:40:19,245 DEBUG yum.verbose.YumBase: TSINFO: Marking festival-1.96-26.fc20.x86_64 as install for festival-freebsoft-utils-0.10-7.fc20.noarch >19:40:19,249 DEBUG yum.verbose.YumBase: TSINFO: Marking libgdither-0.6-7.fc20.x86_64 as install for gavl-1.4.0-4.fc20.x86_64 >19:40:19,254 DEBUG yum.verbose.YumBase: TSINFO: Marking glusterfs-3.4.1-1.fc20.x86_64 as install for glusterfs-api-3.4.1-1.fc20.x86_64 >19:40:19,261 DEBUG yum.verbose.YumBase: TSINFO: Marking heisenbug-backgrounds-base-20.0.0-1.fc20.noarch as install for heisenbug-backgrounds-gnome-20.0.0-1.fc20.noarch >19:40:19,265 DEBUG yum.verbose.YumBase: TSINFO: Marking python-javapackages-3.4.1-1.fc20.noarch as install for javapackages-tools-3.4.1-1.fc20.noarch >19:40:19,273 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-socket-2.1-0.2.rc1.fc20.x86_64 as install for libquvi-scripts-0.9.20131104-1.fc20.noarch >19:40:19,275 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-json-1.3.2-2.fc20.noarch as install for libquvi-scripts-0.9.20131104-1.fc20.noarch >19:40:19,276 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-expat-1.2.0-6.fc20.x86_64 as install for libquvi-scripts-0.9.20131104-1.fc20.noarch >19:40:19,282 DEBUG yum.verbose.YumBase: TSINFO: Marking libtommath-0.42.0-3.fc20.x86_64 as install for libtomcrypt-1.17-21.fc20.x86_64 >19:40:19,283 DEBUG yum.verbose.YumBase: Quick matched libtommath-0.42.0-3.fc20.x86_64 to require for libtommath.so.0()(64bit) >19:40:19,287 DEBUG yum.verbose.YumBase: TSINFO: Marking lvm2-libs-2.02.103-3.fc20.x86_64 as install for lvm2-2.02.103-3.fc20.x86_64 >19:40:19,288 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-persistent-data-0.2.8-1.fc20.x86_64 as install for lvm2-2.02.103-3.fc20.x86_64 >19:40:19,290 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-event-libs-1.02.82-3.fc20.x86_64 as install for lvm2-2.02.103-3.fc20.x86_64 >19:40:19,298 DEBUG yum.verbose.YumBase: TSINFO: Marking augeas-libs-1.1.0-2.fc20.x86_64 as install for netcf-libs-0.2.3-5.fc20.x86_64 >19:40:19,299 DEBUG yum.verbose.YumBase: Quick matched augeas-libs-1.1.0-2.fc20.x86_64 to require for libaugeas.so.0(AUGEAS_0.1.0)(64bit) >19:40:19,299 DEBUG yum.verbose.YumBase: Quick matched augeas-libs-1.1.0-2.fc20.x86_64 to require for libaugeas.so.0()(64bit) >19:40:19,311 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-parent-0.228-1.fc20.noarch as install for perl-Pod-Perldoc-3.20-7.fc20.noarch >19:40:19,313 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-HTTP-Tiny-0.034-3.fc20.noarch as install for perl-Pod-Perldoc-3.20-7.fc20.noarch >19:40:19,341 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:qemu-common-1.6.1-2.fc20.x86_64 as install for 2:qemu-system-x86-1.6.1-2.fc20.x86_64 >19:40:19,343 DEBUG yum.verbose.YumBase: TSINFO: Marking seabios-bin-1.7.3.1-1.fc20.noarch as install for 2:qemu-system-x86-1.6.1-2.fc20.x86_64 >19:40:19,344 DEBUG yum.verbose.YumBase: TSINFO: Marking libseccomp-2.1.0-1.fc20.x86_64 as install for 2:qemu-system-x86-1.6.1-2.fc20.x86_64 >19:40:19,346 DEBUG yum.verbose.YumBase: TSINFO: Marking ipxe-roms-qemu-20130517-3.gitc4bce43.fc20.noarch as install for 2:qemu-system-x86-1.6.1-2.fc20.x86_64 >19:40:19,347 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:sgabios-bin-0.20110622svn-6.fc20.noarch as install for 2:qemu-system-x86-1.6.1-2.fc20.x86_64 >19:40:19,348 DEBUG yum.verbose.YumBase: TSINFO: Marking seavgabios-bin-1.7.3.1-1.fc20.noarch as install for 2:qemu-system-x86-1.6.1-2.fc20.x86_64 >19:40:19,350 DEBUG yum.verbose.YumBase: TSINFO: Marking spice-server-0.12.4-3.fc20.x86_64 as install for 2:qemu-system-x86-1.6.1-2.fc20.x86_64 >19:40:19,351 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc20.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.8.2)(64bit) >19:40:19,351 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc20.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.8.1)(64bit) >19:40:19,352 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc20.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.6.0)(64bit) >19:40:19,352 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc20.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.12.4)(64bit) >19:40:19,352 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc20.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.12.3)(64bit) >19:40:19,352 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc20.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.11.2)(64bit) >19:40:19,353 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc20.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.10.4)(64bit) >19:40:19,353 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc20.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.10.3)(64bit) >19:40:19,353 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc20.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.10.2)(64bit) >19:40:19,353 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc20.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.10.1)(64bit) >19:40:19,354 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc20.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.10.0)(64bit) >19:40:19,355 DEBUG yum.verbose.YumBase: TSINFO: Marking librdmacm-1.0.17-2.fc20.x86_64 as install for 2:qemu-system-x86-1.6.1-2.fc20.x86_64 >19:40:19,356 DEBUG yum.verbose.YumBase: TSINFO: Marking libibverbs-1.1.7-3.fc20.x86_64 as install for 2:qemu-system-x86-1.6.1-2.fc20.x86_64 >19:40:19,357 DEBUG yum.verbose.YumBase: Quick matched libibverbs-1.1.7-3.fc20.x86_64 to require for libibverbs.so.1(IBVERBS_1.0)(64bit) >19:40:19,358 DEBUG yum.verbose.YumBase: TSINFO: Marking libfdt-1.4.0-2.fc20.x86_64 as install for 2:qemu-system-x86-1.6.1-2.fc20.x86_64 >19:40:19,360 DEBUG yum.verbose.YumBase: TSINFO: Marking bluez-libs-5.11-1.fc20.x86_64 as install for 2:qemu-system-x86-1.6.1-2.fc20.x86_64 >19:40:19,364 DEBUG yum.verbose.YumBase: TSINFO: Marking jline-1.0-5.fc20.noarch as install for rhino-1.7R4-6.fc20.noarch >19:40:19,369 DEBUG yum.verbose.YumBase: TSINFO: Marking corosynclib-2.3.2-1.fc20.x86_64 as install for sheepdog-0.3.0-5.fc20.x86_64 >19:40:19,370 DEBUG yum.verbose.YumBase: Quick matched corosynclib-2.3.2-1.fc20.x86_64 to require for libcfg.so.6(COROSYNC_CFG_0.82)(64bit) >19:40:19,371 DEBUG yum.verbose.YumBase: TSINFO: Marking corosync-2.3.2-1.fc20.x86_64 as install for sheepdog-0.3.0-5.fc20.x86_64 >19:40:19,373 DEBUG yum.verbose.YumBase: Quick matched corosynclib-2.3.2-1.fc20.x86_64 to require for libcfg.so.6()(64bit) >19:40:19,385 DEBUG yum.verbose.YumBase: TSINFO: Marking libqb-0.16.0-1.fc20.x86_64 as install for corosync-2.3.2-1.fc20.x86_64 >19:40:19,396 DEBUG yum.verbose.YumBase: TSINFO: Marking festival-speechtools-libs-1.2.96-26.fc20.x86_64 as install for festival-1.96-26.fc20.x86_64 >19:40:19,397 DEBUG yum.verbose.YumBase: TSINFO: Marking festival-lib-1.96-26.fc20.x86_64 as install for festival-1.96-26.fc20.x86_64 >19:40:19,399 DEBUG yum.verbose.YumBase: TSINFO: Marking festvox-slt-arctic-hts-0.20061229-26.fc20.noarch as install for festival-1.96-26.fc20.x86_64 >19:40:19,399 DEBUG yum.verbose.YumBase: Quick matched festival-speechtools-libs-1.2.96-26.fc20.x86_64 to require for libestools.so.1.2.96.1()(64bit) >19:40:19,400 DEBUG yum.verbose.YumBase: Quick matched festival-speechtools-libs-1.2.96-26.fc20.x86_64 to require for libestbase.so.1.2.96.1()(64bit) >19:40:19,407 DEBUG yum.verbose.YumBase: TSINFO: Marking libquadmath-4.8.2-1.fc20.x86_64 as install for libgfortran-4.8.2-1.fc20.x86_64 >19:40:19,407 DEBUG yum.verbose.YumBase: Quick matched libquadmath-4.8.2-1.fc20.x86_64 to require for libquadmath.so.0(QUADMATH_1.0)(64bit) >19:40:19,408 DEBUG yum.verbose.YumBase: Quick matched libquadmath-4.8.2-1.fc20.x86_64 to require for libquadmath.so.0()(64bit) >19:40:19,413 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-lpeg-0.12-2.fc20.x86_64 as install for lua-json-1.3.2-2.fc20.noarch >19:40:19,417 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-event-1.02.82-3.fc20.x86_64 as install for lvm2-libs-2.02.103-3.fc20.x86_64 >19:40:19,423 DEBUG yum.verbose.YumBase: TSINFO: Marking python-lxml-3.2.4-1.fc20.x86_64 as install for python-javapackages-3.4.1-1.fc20.noarch >19:40:19,446 DEBUG yum.verbose.YumBase: TSINFO: Marking python-cssselect-0.8-1.fc20.noarch as install for python-lxml-3.2.4-1.fc20.x86_64 >19:40:19,714 DEBUG yum.verbose.YumBase: TSINFO: Marking hunspell-en-GB-0.20121024-6.fc20.noarch as install for hunspell-en-0.20121024-6.fc20.noarch >19:40:19,978 DEBUG yum.verbose.YumBase: Depsolve time: 5.652 >19:40:20,035 INFO packaging: 1306 packages selected totalling 4.07 GB > > >/tmp/program.log: >19:39:22,022 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >19:39:22,056 DEBUG program: Return code: 0 >19:39:22,059 INFO program: Running... udevadm settle --timeout=300 >19:39:22,151 DEBUG program: Return code: 0 >19:39:22,158 INFO program: Running... modprobe fcoe >19:39:22,250 DEBUG program: Return code: 0 >19:39:22,254 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >19:39:22,331 INFO program: No FCoE boot disk information is found in EDD! >19:39:22,333 DEBUG program: Return code: 1 >19:39:23,183 INFO program: Running... spice-vdagent >19:39:23,185 INFO program: Running... metacity --display :1 --sm-disable >19:39:23,272 DEBUG program: Return code: 0 >19:39:26,273 INFO program: Running... udevadm settle --timeout=300 >19:39:26,382 DEBUG program: Return code: 0 >19:39:26,400 INFO program: Running... udevadm settle --timeout=300 >19:39:26,449 DEBUG program: Return code: 0 >19:39:26,646 INFO program: Running... multipath -c /dev/vda >19:39:26,690 DEBUG program: Return code: 1 >19:39:26,814 INFO program: Running... systemctl start chronyd.service >19:39:26,958 DEBUG program: Return code: 0 >19:39:27,486 INFO program: Running... dumpe2fs -h /dev/vda2 >19:39:27,576 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >19:39:27,579 INFO program: Filesystem volume name: <none> >19:39:27,580 INFO program: Last mounted on: /boot >19:39:27,580 INFO program: Filesystem UUID: 06cf66a8-1087-497a-9322-f088b94facc5 >19:39:27,581 INFO program: Filesystem magic number: 0xEF53 >19:39:27,581 INFO program: Filesystem revision #: 1 (dynamic) >19:39:27,582 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 >19:39:27,583 INFO program: Filesystem flags: signed_directory_hash >19:39:27,585 INFO program: Default mount options: user_xattr acl >19:39:27,585 INFO program: Filesystem state: clean >19:39:27,585 INFO program: Errors behavior: Continue >19:39:27,586 INFO program: Filesystem OS type: Linux >19:39:27,586 INFO program: Inode count: 128016 >19:39:27,587 INFO program: Block count: 512000 >19:39:27,588 INFO program: Reserved block count: 25600 >19:39:27,588 INFO program: Free blocks: 420070 >19:39:27,590 INFO program: Free inodes: 127706 >19:39:27,590 INFO program: First block: 1 >19:39:27,591 INFO program: Block size: 1024 >19:39:27,592 INFO program: Fragment size: 1024 >19:39:27,592 INFO program: Reserved GDT blocks: 256 >19:39:27,592 INFO program: Blocks per group: 8192 >19:39:27,593 INFO program: Fragments per group: 8192 >19:39:27,594 INFO program: Inodes per group: 2032 >19:39:27,594 INFO program: Inode blocks per group: 254 >19:39:27,595 INFO program: Flex block group size: 16 >19:39:27,596 INFO program: Filesystem created: Tue Dec 10 01:37:47 2013 >19:39:27,596 INFO program: Last mount time: Tue Dec 10 02:02:55 2013 >19:39:27,598 INFO program: Last write time: Tue Dec 10 02:05:09 2013 >19:39:27,598 INFO program: Mount count: 2 >19:39:27,599 INFO program: Maximum mount count: -1 >19:39:27,600 INFO program: Last checked: Tue Dec 10 01:37:47 2013 >19:39:27,601 INFO program: Check interval: 0 (<none>) >19:39:27,601 INFO program: Lifetime writes: 100 MB >19:39:27,602 INFO program: Reserved blocks uid: 0 (user root) >19:39:27,603 INFO program: Reserved blocks gid: 0 (group root) >19:39:27,604 INFO program: First inode: 11 >19:39:27,604 INFO program: Inode size: 128 >19:39:27,604 INFO program: Journal inode: 8 >19:39:27,605 INFO program: Default directory hash: half_md4 >19:39:27,606 INFO program: Directory Hash Seed: f40b31f9-ab41-48d9-bfa9-a32d9d06e36f >19:39:27,606 INFO program: Journal backup: inode blocks >19:39:27,607 INFO program: Journal features: (none) >19:39:27,607 INFO program: Journal size: 8M >19:39:27,608 INFO program: Journal length: 8192 >19:39:27,609 INFO program: Journal sequence: 0x00000029 >19:39:27,609 INFO program: Journal start: 0 >19:39:27,610 INFO program: >19:39:27,610 DEBUG program: Return code: 0 >19:39:27,613 INFO program: Running... resize2fs -P /dev/vda2 >19:39:27,666 INFO program: resize2fs 1.42.8 (20-Jun-2013) >19:39:27,672 INFO program: Estimated minimum size of the filesystem: 82257 >19:39:27,673 DEBUG program: Return code: 0 >19:39:28,026 INFO program: Running... dumpe2fs -h /dev/loop1 >19:39:28,062 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >19:39:28,065 INFO program: Filesystem volume name: Anaconda >19:39:28,066 INFO program: Last mounted on: / >19:39:28,066 INFO program: Filesystem UUID: eedce702-4423-4be7-861b-03909ed4f3fc >19:39:28,066 INFO program: Filesystem magic number: 0xEF53 >19:39:28,067 INFO program: Filesystem revision #: 1 (dynamic) >19:39:28,067 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 >19:39:28,067 INFO program: Filesystem flags: signed_directory_hash >19:39:28,068 INFO program: Default mount options: user_xattr acl >19:39:28,068 INFO program: Filesystem state: clean >19:39:28,069 INFO program: Errors behavior: Continue >19:39:28,070 INFO program: Filesystem OS type: Linux >19:39:28,070 INFO program: Inode count: 131072 >19:39:28,078 INFO program: Block count: 2097152 >19:39:28,078 INFO program: Reserved block count: 0 >19:39:28,079 INFO program: Free blocks: 1293536 >19:39:28,079 INFO program: Free inodes: 103756 >19:39:28,079 INFO program: First block: 1 >19:39:28,082 INFO program: Block size: 1024 >19:39:28,082 INFO program: Fragment size: 1024 >19:39:28,082 INFO program: Reserved GDT blocks: 256 >19:39:28,082 INFO program: Blocks per group: 8192 >19:39:28,083 INFO program: Fragments per group: 8192 >19:39:28,083 INFO program: Inodes per group: 512 >19:39:28,083 INFO program: Inode blocks per group: 128 >19:39:28,084 INFO program: Flex block group size: 16 >19:39:28,084 INFO program: Filesystem created: Thu Dec 5 13:11:33 2013 >19:39:28,084 INFO program: Last mount time: Thu Dec 5 13:11:54 2013 >19:39:28,085 INFO program: Last write time: Thu Dec 5 13:12:05 2013 >19:39:28,085 INFO program: Mount count: 2 >19:39:28,089 INFO program: Maximum mount count: -1 >19:39:28,089 INFO program: Last checked: Thu Dec 5 13:11:33 2013 >19:39:28,089 INFO program: Check interval: 0 (<none>) >19:39:28,090 INFO program: Lifetime writes: 32 MB >19:39:28,090 INFO program: Reserved blocks uid: 0 (user root) >19:39:28,090 INFO program: Reserved blocks gid: 0 (group root) >19:39:28,090 INFO program: First inode: 11 >19:39:28,091 INFO program: Inode size: 256 >19:39:28,091 INFO program: Required extra isize: 28 >19:39:28,091 INFO program: Desired extra isize: 28 >19:39:28,091 INFO program: Journal inode: 8 >19:39:28,092 INFO program: Default directory hash: half_md4 >19:39:28,092 INFO program: Directory Hash Seed: 8baef712-4208-4a14-a289-2ec13e489bdd >19:39:28,092 INFO program: Journal backup: inode blocks >19:39:28,093 INFO program: Journal features: (none) >19:39:28,097 INFO program: Journal size: 32M >19:39:28,097 INFO program: Journal length: 32768 >19:39:28,097 INFO program: Journal sequence: 0x00000007 >19:39:28,098 INFO program: Journal start: 0 >19:39:28,122 INFO program: >19:39:28,122 DEBUG program: Return code: 0 >19:39:28,124 INFO program: Running... resize2fs -P /dev/loop1 >19:39:28,216 INFO program: resize2fs 1.42.8 (20-Jun-2013) >19:39:28,220 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop1 >19:39:28,220 INFO program: Couldn't find valid filesystem superblock. >19:39:28,221 DEBUG program: Return code: 1 >19:39:28,368 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >19:39:28,430 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >19:39:28,433 INFO program: Filesystem volume name: Anaconda >19:39:28,433 INFO program: Last mounted on: / >19:39:28,434 INFO program: Filesystem UUID: eedce702-4423-4be7-861b-03909ed4f3fc >19:39:28,434 INFO program: Filesystem magic number: 0xEF53 >19:39:28,434 INFO program: Filesystem revision #: 1 (dynamic) >19:39:28,434 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 >19:39:28,434 INFO program: Filesystem flags: signed_directory_hash >19:39:28,435 INFO program: Default mount options: user_xattr acl >19:39:28,435 INFO program: Filesystem state: clean >19:39:28,435 INFO program: Errors behavior: Continue >19:39:28,435 INFO program: Filesystem OS type: Linux >19:39:28,435 INFO program: Inode count: 131072 >19:39:28,436 INFO program: Block count: 2097152 >19:39:28,436 INFO program: Reserved block count: 0 >19:39:28,436 INFO program: Free blocks: 1293536 >19:39:28,436 INFO program: Free inodes: 103756 >19:39:28,436 INFO program: First block: 1 >19:39:28,437 INFO program: Block size: 1024 >19:39:28,437 INFO program: Fragment size: 1024 >19:39:28,437 INFO program: Reserved GDT blocks: 256 >19:39:28,437 INFO program: Blocks per group: 8192 >19:39:28,438 INFO program: Fragments per group: 8192 >19:39:28,438 INFO program: Inodes per group: 512 >19:39:28,438 INFO program: Inode blocks per group: 128 >19:39:28,438 INFO program: Flex block group size: 16 >19:39:28,438 INFO program: Filesystem created: Thu Dec 5 13:11:33 2013 >19:39:28,439 INFO program: Last mount time: Tue Dec 10 19:39:07 2013 >19:39:28,439 INFO program: Last write time: Tue Dec 10 19:39:07 2013 >19:39:28,439 INFO program: Mount count: 3 >19:39:28,440 INFO program: Maximum mount count: -1 >19:39:28,440 INFO program: Last checked: Thu Dec 5 13:11:33 2013 >19:39:28,440 INFO program: Check interval: 0 (<none>) >19:39:28,440 INFO program: Lifetime writes: 32 MB >19:39:28,440 INFO program: Reserved blocks uid: 0 (user root) >19:39:28,441 INFO program: Reserved blocks gid: 0 (group root) >19:39:28,441 INFO program: First inode: 11 >19:39:28,441 INFO program: Inode size: 256 >19:39:28,441 INFO program: Required extra isize: 28 >19:39:28,441 INFO program: Desired extra isize: 28 >19:39:28,442 INFO program: Journal inode: 8 >19:39:28,442 INFO program: Default directory hash: half_md4 >19:39:28,442 INFO program: Directory Hash Seed: 8baef712-4208-4a14-a289-2ec13e489bdd >19:39:28,442 INFO program: Journal backup: inode blocks >19:39:28,442 INFO program: Journal features: (none) >19:39:28,443 INFO program: Journal size: 32M >19:39:28,443 INFO program: Journal length: 32768 >19:39:28,443 INFO program: Journal sequence: 0x00000008 >19:39:28,443 INFO program: Journal start: 1 >19:39:28,443 INFO program: >19:39:28,451 DEBUG program: Return code: 0 >19:39:28,453 INFO program: Running... resize2fs -P /dev/mapper/live-rw >19:39:28,490 INFO program: resize2fs 1.42.8 (20-Jun-2013) >19:39:28,493 INFO program: Estimated minimum size of the filesystem: 786321 >19:39:28,494 DEBUG program: Return code: 0 >19:39:28,637 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >19:39:28,670 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >19:39:28,673 INFO program: Filesystem volume name: Anaconda >19:39:28,674 INFO program: Last mounted on: / >19:39:28,675 INFO program: Filesystem UUID: eedce702-4423-4be7-861b-03909ed4f3fc >19:39:28,675 INFO program: Filesystem magic number: 0xEF53 >19:39:28,676 INFO program: Filesystem revision #: 1 (dynamic) >19:39:28,677 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 >19:39:28,678 INFO program: Filesystem flags: signed_directory_hash >19:39:28,679 INFO program: Default mount options: user_xattr acl >19:39:28,679 INFO program: Filesystem state: clean >19:39:28,680 INFO program: Errors behavior: Continue >19:39:28,680 INFO program: Filesystem OS type: Linux >19:39:28,680 INFO program: Inode count: 131072 >19:39:28,681 INFO program: Block count: 2097152 >19:39:28,681 INFO program: Reserved block count: 0 >19:39:28,681 INFO program: Free blocks: 1293536 >19:39:28,682 INFO program: Free inodes: 103756 >19:39:28,682 INFO program: First block: 1 >19:39:28,683 INFO program: Block size: 1024 >19:39:28,683 INFO program: Fragment size: 1024 >19:39:28,684 INFO program: Reserved GDT blocks: 256 >19:39:28,684 INFO program: Blocks per group: 8192 >19:39:28,685 INFO program: Fragments per group: 8192 >19:39:28,685 INFO program: Inodes per group: 512 >19:39:28,685 INFO program: Inode blocks per group: 128 >19:39:28,686 INFO program: Flex block group size: 16 >19:39:28,686 INFO program: Filesystem created: Thu Dec 5 13:11:33 2013 >19:39:28,687 INFO program: Last mount time: Thu Dec 5 13:11:54 2013 >19:39:28,687 INFO program: Last write time: Thu Dec 5 13:12:05 2013 >19:39:28,688 INFO program: Mount count: 2 >19:39:28,688 INFO program: Maximum mount count: -1 >19:39:28,688 INFO program: Last checked: Thu Dec 5 13:11:33 2013 >19:39:28,688 INFO program: Check interval: 0 (<none>) >19:39:28,689 INFO program: Lifetime writes: 32 MB >19:39:28,689 INFO program: Reserved blocks uid: 0 (user root) >19:39:28,689 INFO program: Reserved blocks gid: 0 (group root) >19:39:28,690 INFO program: First inode: 11 >19:39:28,690 INFO program: Inode size: 256 >19:39:28,690 INFO program: Required extra isize: 28 >19:39:28,691 INFO program: Desired extra isize: 28 >19:39:28,691 INFO program: Journal inode: 8 >19:39:28,691 INFO program: Default directory hash: half_md4 >19:39:28,692 INFO program: Directory Hash Seed: 8baef712-4208-4a14-a289-2ec13e489bdd >19:39:28,692 INFO program: Journal backup: inode blocks >19:39:28,692 INFO program: Journal features: (none) >19:39:28,693 INFO program: Journal size: 32M >19:39:28,693 INFO program: Journal length: 32768 >19:39:28,693 INFO program: Journal sequence: 0x00000007 >19:39:28,693 INFO program: Journal start: 0 >19:39:28,694 INFO program: >19:39:28,694 DEBUG program: Return code: 0 >19:39:28,696 INFO program: Running... resize2fs -P /dev/mapper/live-base >19:39:28,734 INFO program: resize2fs 1.42.8 (20-Jun-2013) >19:39:28,737 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >19:39:28,742 INFO program: Couldn't find valid filesystem superblock. >19:39:28,745 DEBUG program: Return code: 1 >19:39:28,787 INFO program: Running... udevadm settle --timeout=300 >19:39:28,834 DEBUG program: Return code: 0 >19:39:28,871 INFO program: Running... udevadm settle --timeout=300 >19:39:28,913 DEBUG program: Return code: 0 >19:39:28,935 INFO program: Running... udevadm settle --timeout=300 >19:39:28,977 DEBUG program: Return code: 0 >19:39:28,992 INFO program: Running... udevadm settle --timeout=300 >19:39:29,034 DEBUG program: Return code: 0 >19:39:29,055 INFO program: Running... udevadm settle --timeout=300 >19:39:29,096 DEBUG program: Return code: 0 >19:39:29,120 INFO program: Running... udevadm settle --timeout=300 >19:39:29,163 DEBUG program: Return code: 0 >19:39:29,182 INFO program: Running... udevadm settle --timeout=300 >19:39:29,223 DEBUG program: Return code: 0 >19:39:29,269 INFO program: Running... mount -t ext4 -o defaults,ro /dev/vda2 /mnt/sysimage >19:39:29,337 DEBUG program: Return code: 0 >19:39:29,355 INFO program: Running... udevadm settle --timeout=300 >19:39:29,397 DEBUG program: Return code: 0 >19:39:29,400 INFO program: Running... umount /mnt/sysimage >19:39:29,450 DEBUG program: Return code: 0 >19:39:29,454 INFO program: Running... udevadm settle --timeout=300 >19:39:29,496 DEBUG program: Return code: 0 >19:39:29,515 INFO program: Running... udevadm settle --timeout=300 >19:39:29,558 DEBUG program: Return code: 0 >19:39:29,815 INFO program: Running... hwclock --hctosys --utc >19:39:30,004 DEBUG program: Return code: 0 >19:40:07,763 INFO program: Running... modprobe btrfs >19:40:07,930 DEBUG program: Return code: 0 >19:40:07,953 INFO program: Running... modprobe xfs >19:40:08,085 DEBUG program: Return code: 0 >19:40:08,219 INFO program: Running... modprobe vfat >19:40:08,280 DEBUG program: Return code: 0 >19:40:14,787 INFO program: Running... udevadm settle --timeout=300 >19:40:14,857 DEBUG program: Return code: 0 >19:40:14,942 INFO program: Running... udevadm settle --timeout=300 >19:40:15,025 DEBUG program: Return code: 0 >19:40:34,726 INFO program: Running... udevadm settle --timeout=300 >19:40:34,791 DEBUG program: Return code: 0 >19:40:34,810 INFO program: Running... udevadm settle --timeout=300 >19:40:34,864 DEBUG program: Return code: 0 >19:40:35,264 INFO program: Running... lvm pvs --unit=k --nosuffix --nameprefixes --rows --unquoted --noheadings -opv_uuid,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config global {locking_type=4} /dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff >19:40:35,629 INFO program: LVM2_PV_UUID=lU7Q1T-skew-G5EQ-6Zkt-AeGG-Qcgm-WNuQLp >19:40:35,635 INFO program: LVM2_PE_START=1024.00 >19:40:35,636 INFO program: LVM2_VG_NAME=fedora >19:40:35,636 INFO program: LVM2_VG_UUID=lw8KO7-wPpH-Z72t-rUsX-VSwJ-Jntp-OPdRwM >19:40:35,637 INFO program: LVM2_VG_SIZE=5368188928.00 >19:40:35,637 INFO program: LVM2_VG_FREE=16613376.00 >19:40:35,637 INFO program: LVM2_VG_EXTENT_SIZE=4096.00 >19:40:35,638 INFO program: LVM2_VG_EXTENT_COUNT=1310593 >19:40:35,638 INFO program: LVM2_VG_FREE_COUNT=4056 >19:40:35,638 INFO program: LVM2_PV_COUNT=1 >19:40:35,638 DEBUG program: Return code: 0 >19:40:35,669 INFO program: Running... lvm lvs -a --unit k --nosuffix --nameprefixes --rows --unquoted --noheadings -olv_name,lv_uuid,lv_size,lv_attr,segtype --config global {locking_type=4} fedora >19:40:35,724 INFO program: LVM2_LV_NAME=home LVM2_LV_NAME=[lvol0_pmspare] LVM2_LV_NAME=pool00 LVM2_LV_NAME=[pool00_tdata] LVM2_LV_NAME=[pool00_tmeta] LVM2_LV_NAME=root LVM2_LV_NAME=swap >19:40:35,727 INFO program: LVM2_LV_UUID=ajAkbc-yTrA-ln3u-5PWd-HwKf-JIn9-2vYf8s LVM2_LV_UUID=fkhOBC-aYTy-t83U-6ZhS-Zn8t-1ttI-4oJfNK LVM2_LV_UUID=3HYSLv-dBxT-crPn-175e-tE6f-Kva7-SEQDWo LVM2_LV_UUID=1Cq4WX-X3OE-z5NV-4bh4-oyun-EKeL-xctjaZ LVM2_LV_UUID=MkZcXj-9k1M-ygmx-jWqz-zOoy-AGno-svEO0e LVM2_LV_UUID=acFKCr-iW7A-cLsr-kNZe-6ECK-QDFS-nW3LTH LVM2_LV_UUID=Af36BV-Qd47-VPke-ta33-a8Y9-3LGy-li2f03 >19:40:35,728 INFO program: LVM2_LV_SIZE=5295804416.00 LVM2_LV_SIZE=81920.00 LVM2_LV_SIZE=5348233216.00 LVM2_LV_SIZE=5348233216.00 LVM2_LV_SIZE=81920.00 LVM2_LV_SIZE=52428800.00 LVM2_LV_SIZE=3178496.00 >19:40:35,729 INFO program: LVM2_LV_ATTR=Vwi-a-tz-- LVM2_LV_ATTR=ewi------- LVM2_LV_ATTR=twi-a-tz-- LVM2_LV_ATTR=Twi-ao---- LVM2_LV_ATTR=ewi-ao---- LVM2_LV_ATTR=Vwi-a-tz-- LVM2_LV_ATTR=-wi-a----- >19:40:35,729 INFO program: LVM2_SEGTYPE=thin LVM2_SEGTYPE=linear LVM2_SEGTYPE=thin-pool LVM2_SEGTYPE=linear LVM2_SEGTYPE=linear LVM2_SEGTYPE=thin LVM2_SEGTYPE=linear >19:40:35,730 DEBUG program: Return code: 0 >19:40:35,740 INFO program: Running... lvm lvs --noheadings -o pool_lv --config global {locking_type=4} fedora/home >19:40:35,788 INFO program: pool00 >19:40:35,791 DEBUG program: Return code: 0 >19:40:35,955 INFO program: Running... xfs_db -c "sb 0" -c "p dblocks" -c "p blocksize" /dev/mapper/fedora-home >19:40:36,396 INFO program: command "sb 0" not found >19:40:36,399 INFO program: command "p dblocks" not found >19:40:36,400 INFO program: command "p blocksize" not found >19:40:36,400 DEBUG program: Return code: 0 >19:40:36,479 INFO program: Running... lvm lvs --noheadings -o pool_lv --config global {locking_type=4} fedora/root >19:40:36,526 INFO program: pool00 >19:40:36,529 DEBUG program: Return code: 0 >19:40:36,610 INFO program: Running... xfs_db -c "sb 0" -c "p dblocks" -c "p blocksize" /dev/mapper/fedora-root >19:40:36,767 INFO program: command "sb 0" not found >19:40:36,771 INFO program: command "p dblocks" not found >19:40:36,772 INFO program: command "p blocksize" not found >19:40:36,772 DEBUG program: Return code: 0 >19:40:36,950 INFO program: Running... udevadm settle --timeout=300 >19:40:36,992 DEBUG program: Return code: 0 >19:40:37,225 INFO program: Running... udevadm settle --timeout=300 >19:40:37,265 DEBUG program: Return code: 0 >19:40:37,299 INFO program: Running... udevadm settle --timeout=300 >19:40:37,340 DEBUG program: Return code: 0 >19:40:37,359 INFO program: Running... udevadm settle --timeout=300 >19:40:37,400 DEBUG program: Return code: 0 >19:40:37,420 INFO program: Running... udevadm settle --timeout=300 >19:40:37,462 DEBUG program: Return code: 0 >19:40:37,481 INFO program: Running... udevadm settle --timeout=300 >19:40:37,522 DEBUG program: Return code: 0 >19:40:37,538 INFO program: Running... udevadm settle --timeout=300 >19:40:37,580 DEBUG program: Return code: 0 >19:40:37,593 INFO program: Running... lvm lvchange -a n fedora/home >19:40:37,695 DEBUG program: Return code: 0 >19:40:37,717 INFO program: Running... udevadm settle --timeout=300 >19:40:37,761 DEBUG program: Return code: 0 >19:40:37,771 INFO program: Running... lvm lvchange -a n fedora/pool00 >19:40:37,874 DEBUG program: Return code: 0 >19:40:37,895 INFO program: Running... udevadm settle --timeout=300 >19:40:37,937 DEBUG program: Return code: 0 >19:40:37,948 INFO program: Running... lvm vgchange -a n fedora >19:40:38,101 INFO program: /usr/sbin/dmeventd: stat failed: No such file or directory >19:40:38,105 INFO program: 0 logical volume(s) in volume group "fedora" now active >19:40:38,106 DEBUG program: Return code: 0 >19:40:38,125 INFO program: Running... udevadm settle --timeout=300 >19:40:38,167 DEBUG program: Return code: 0 >19:40:38,202 INFO program: Running... udevadm settle --timeout=300 >19:40:38,252 DEBUG program: Return code: 0 >19:40:38,274 INFO program: Running... udevadm settle --timeout=300 >19:40:38,316 DEBUG program: Return code: 0 >19:40:38,336 INFO program: Running... mount -t ext4 -o defaults,ro /dev/vda2 /mnt/sysimage >19:40:38,380 DEBUG program: Return code: 0 >19:40:38,393 INFO program: Running... udevadm settle --timeout=300 >19:40:38,437 DEBUG program: Return code: 0 >19:40:38,438 INFO program: Running... umount /mnt/sysimage >19:40:38,472 DEBUG program: Return code: 0 >19:40:38,475 INFO program: Running... udevadm settle --timeout=300 >19:40:38,520 DEBUG program: Return code: 0 >19:40:38,538 INFO program: Running... udevadm settle --timeout=300 >19:40:38,581 DEBUG program: Return code: 0 >19:40:40,861 INFO program: Running... udevadm settle --timeout=300 >19:40:40,909 DEBUG program: Return code: 0 >19:40:40,922 INFO program: Running... udevadm settle --timeout=300 >19:40:40,993 DEBUG program: Return code: 0 >19:40:41,025 INFO program: Running... lvm lvchange -a y fedora/pool00 >19:40:41,162 DEBUG program: Return code: 0 >19:40:41,167 INFO program: Running... udevadm settle --timeout=300 >19:40:41,235 DEBUG program: Return code: 0 >19:40:41,249 INFO program: Running... lvm lvchange -a y fedora/home >19:40:41,320 DEBUG program: Return code: 0 >19:40:41,324 INFO program: Running... udevadm settle --timeout=300 >19:40:41,367 DEBUG program: Return code: 0 >19:40:41,376 INFO program: Running... mount -t xfs -o defaults,ro /dev/mapper/fedora-home /mnt/sysimage >19:40:41,640 DEBUG program: Return code: 0 >19:40:41,654 INFO program: Running... udevadm settle --timeout=300 >19:40:41,695 DEBUG program: Return code: 0 >19:40:41,698 INFO program: Running... umount /mnt/sysimage >19:40:41,735 DEBUG program: Return code: 0 >19:40:41,738 INFO program: Running... udevadm settle --timeout=300 >19:40:41,782 DEBUG program: Return code: 0 >19:40:41,792 INFO program: Running... lvm lvchange -a n fedora/home >19:40:41,897 DEBUG program: Return code: 0 >19:40:41,917 INFO program: Running... udevadm settle --timeout=300 >19:40:41,959 DEBUG program: Return code: 0 >19:40:41,969 INFO program: Running... lvm lvchange -a n fedora/pool00 >19:40:42,073 DEBUG program: Return code: 0 >19:40:42,092 INFO program: Running... udevadm settle --timeout=300 >19:40:42,137 DEBUG program: Return code: 0 >19:40:42,148 INFO program: Running... lvm vgchange -a n fedora >19:40:42,292 INFO program: /usr/sbin/dmeventd: stat failed: No such file or directory >19:40:42,296 INFO program: 0 logical volume(s) in volume group "fedora" now active >19:40:42,297 DEBUG program: Return code: 0 >19:40:42,314 INFO program: Running... udevadm settle --timeout=300 >19:40:42,358 DEBUG program: Return code: 0 >19:40:42,393 INFO program: Running... udevadm settle --timeout=300 >19:40:42,445 DEBUG program: Return code: 0 >19:40:42,475 INFO program: Running... udevadm settle --timeout=300 >19:40:42,517 DEBUG program: Return code: 0 >19:40:44,776 INFO program: Running... udevadm settle --timeout=300 >19:40:44,823 DEBUG program: Return code: 0 >19:40:44,835 INFO program: Running... udevadm settle --timeout=300 >19:40:44,909 DEBUG program: Return code: 0 >19:40:44,934 INFO program: Running... lvm lvchange -a y fedora/pool00 >19:40:45,034 DEBUG program: Return code: 0 >19:40:45,038 INFO program: Running... udevadm settle --timeout=300 >19:40:45,165 DEBUG program: Return code: 0 >19:40:45,179 INFO program: Running... lvm lvchange -a y fedora/root >19:40:45,248 DEBUG program: Return code: 0 >19:40:45,252 INFO program: Running... udevadm settle --timeout=300 >19:40:45,297 DEBUG program: Return code: 0 >19:40:45,306 INFO program: Running... mount -t xfs -o defaults,ro /dev/mapper/fedora-root /mnt/sysimage >19:40:45,701 DEBUG program: Return code: 0 >19:40:45,718 INFO program: Running... arch >19:40:46,337 INFO program: x86_64 >19:40:46,340 DEBUG program: Return code: 0 >19:40:46,415 INFO program: Running... udevadm settle --timeout=300 >19:40:46,456 DEBUG program: Return code: 0 >19:40:46,460 INFO program: Running... umount /mnt/sysimage >19:40:46,493 DEBUG program: Return code: 0 >19:40:46,495 INFO program: Running... udevadm settle --timeout=300 >19:40:46,537 DEBUG program: Return code: 0 >19:40:46,546 INFO program: Running... lvm lvchange -a n fedora/root >19:40:46,650 DEBUG program: Return code: 0 >19:41:01,082 INFO program: Running... udevadm settle --timeout=300 >19:41:01,134 DEBUG program: Return code: 0 >19:41:01,151 INFO program: Running... udevadm settle --timeout=300 >19:41:01,205 DEBUG program: Return code: 0 >19:41:01,217 INFO program: Running... udevadm settle --timeout=300 >19:41:01,267 DEBUG program: Return code: 0 >19:41:01,286 INFO program: Running... udevadm settle --timeout=300 >19:41:01,330 DEBUG program: Return code: 0 >19:41:06,171 INFO program: Running... udevadm settle --timeout=300 >19:41:06,215 DEBUG program: Return code: 0 >19:41:06,240 INFO program: Running... udevadm settle --timeout=300 >19:41:06,288 DEBUG program: Return code: 0 >19:41:06,325 INFO program: Running... udevadm settle --timeout=300 >19:41:06,373 DEBUG program: Return code: 0 >19:41:06,395 INFO program: Running... udevadm settle --timeout=300 >19:41:06,446 DEBUG program: Return code: 0 >19:41:06,470 INFO program: Running... udevadm settle --timeout=300 >19:41:06,516 DEBUG program: Return code: 0 >19:41:06,607 INFO program: Running... multipath -c /dev/vda >19:41:06,649 DEBUG program: Return code: 1 >19:41:06,844 INFO program: Running... dumpe2fs -h /dev/vda2 >19:41:06,893 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >19:41:06,897 INFO program: Filesystem volume name: <none> >19:41:06,898 INFO program: Last mounted on: /boot >19:41:06,898 INFO program: Filesystem UUID: 06cf66a8-1087-497a-9322-f088b94facc5 >19:41:06,899 INFO program: Filesystem magic number: 0xEF53 >19:41:06,899 INFO program: Filesystem revision #: 1 (dynamic) >19:41:06,899 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 >19:41:06,900 INFO program: Filesystem flags: signed_directory_hash >19:41:06,901 INFO program: Default mount options: user_xattr acl >19:41:06,901 INFO program: Filesystem state: clean >19:41:06,902 INFO program: Errors behavior: Continue >19:41:06,902 INFO program: Filesystem OS type: Linux >19:41:06,902 INFO program: Inode count: 128016 >19:41:06,903 INFO program: Block count: 512000 >19:41:06,903 INFO program: Reserved block count: 25600 >19:41:06,903 INFO program: Free blocks: 420070 >19:41:06,904 INFO program: Free inodes: 127706 >19:41:06,904 INFO program: First block: 1 >19:41:06,904 INFO program: Block size: 1024 >19:41:06,904 INFO program: Fragment size: 1024 >19:41:06,905 INFO program: Reserved GDT blocks: 256 >19:41:06,905 INFO program: Blocks per group: 8192 >19:41:06,905 INFO program: Fragments per group: 8192 >19:41:06,906 INFO program: Inodes per group: 2032 >19:41:06,906 INFO program: Inode blocks per group: 254 >19:41:06,906 INFO program: Flex block group size: 16 >19:41:06,907 INFO program: Filesystem created: Tue Dec 10 01:37:47 2013 >19:41:06,907 INFO program: Last mount time: Tue Dec 10 02:02:55 2013 >19:41:06,907 INFO program: Last write time: Tue Dec 10 02:05:09 2013 >19:41:06,907 INFO program: Mount count: 2 >19:41:06,908 INFO program: Maximum mount count: -1 >19:41:06,908 INFO program: Last checked: Tue Dec 10 01:37:47 2013 >19:41:06,908 INFO program: Check interval: 0 (<none>) >19:41:06,909 INFO program: Lifetime writes: 100 MB >19:41:06,909 INFO program: Reserved blocks uid: 0 (user root) >19:41:06,909 INFO program: Reserved blocks gid: 0 (group root) >19:41:06,910 INFO program: First inode: 11 >19:41:06,910 INFO program: Inode size: 128 >19:41:06,910 INFO program: Journal inode: 8 >19:41:06,910 INFO program: Default directory hash: half_md4 >19:41:06,911 INFO program: Directory Hash Seed: f40b31f9-ab41-48d9-bfa9-a32d9d06e36f >19:41:06,911 INFO program: Journal backup: inode blocks >19:41:06,911 INFO program: Journal features: (none) >19:41:06,912 INFO program: Journal size: 8M >19:41:06,912 INFO program: Journal length: 8192 >19:41:06,912 INFO program: Journal sequence: 0x00000029 >19:41:06,912 INFO program: Journal start: 0 >19:41:06,913 INFO program: >19:41:06,913 DEBUG program: Return code: 0 >19:41:06,914 INFO program: Running... resize2fs -P /dev/vda2 >19:41:06,955 INFO program: resize2fs 1.42.8 (20-Jun-2013) >19:41:06,959 INFO program: Estimated minimum size of the filesystem: 82257 >19:41:06,960 DEBUG program: Return code: 0 >19:41:07,134 INFO program: Running... dumpe2fs -h /dev/loop1 >19:41:07,173 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >19:41:07,177 INFO program: Filesystem volume name: Anaconda >19:41:07,178 INFO program: Last mounted on: / >19:41:07,178 INFO program: Filesystem UUID: eedce702-4423-4be7-861b-03909ed4f3fc >19:41:07,178 INFO program: Filesystem magic number: 0xEF53 >19:41:07,178 INFO program: Filesystem revision #: 1 (dynamic) >19:41:07,179 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 >19:41:07,181 INFO program: Filesystem flags: signed_directory_hash >19:41:07,181 INFO program: Default mount options: user_xattr acl >19:41:07,181 INFO program: Filesystem state: clean >19:41:07,181 INFO program: Errors behavior: Continue >19:41:07,182 INFO program: Filesystem OS type: Linux >19:41:07,182 INFO program: Inode count: 131072 >19:41:07,182 INFO program: Block count: 2097152 >19:41:07,183 INFO program: Reserved block count: 0 >19:41:07,183 INFO program: Free blocks: 1293536 >19:41:07,183 INFO program: Free inodes: 103756 >19:41:07,184 INFO program: First block: 1 >19:41:07,184 INFO program: Block size: 1024 >19:41:07,185 INFO program: Fragment size: 1024 >19:41:07,185 INFO program: Reserved GDT blocks: 256 >19:41:07,185 INFO program: Blocks per group: 8192 >19:41:07,186 INFO program: Fragments per group: 8192 >19:41:07,186 INFO program: Inodes per group: 512 >19:41:07,186 INFO program: Inode blocks per group: 128 >19:41:07,187 INFO program: Flex block group size: 16 >19:41:07,187 INFO program: Filesystem created: Thu Dec 5 13:11:33 2013 >19:41:07,187 INFO program: Last mount time: Thu Dec 5 13:11:54 2013 >19:41:07,187 INFO program: Last write time: Thu Dec 5 13:12:05 2013 >19:41:07,188 INFO program: Mount count: 2 >19:41:07,188 INFO program: Maximum mount count: -1 >19:41:07,188 INFO program: Last checked: Thu Dec 5 13:11:33 2013 >19:41:07,188 INFO program: Check interval: 0 (<none>) >19:41:07,189 INFO program: Lifetime writes: 32 MB >19:41:07,189 INFO program: Reserved blocks uid: 0 (user root) >19:41:07,189 INFO program: Reserved blocks gid: 0 (group root) >19:41:07,189 INFO program: First inode: 11 >19:41:07,190 INFO program: Inode size: 256 >19:41:07,190 INFO program: Required extra isize: 28 >19:41:07,190 INFO program: Desired extra isize: 28 >19:41:07,191 INFO program: Journal inode: 8 >19:41:07,191 INFO program: Default directory hash: half_md4 >19:41:07,191 INFO program: Directory Hash Seed: 8baef712-4208-4a14-a289-2ec13e489bdd >19:41:07,191 INFO program: Journal backup: inode blocks >19:41:07,192 INFO program: Journal features: (none) >19:41:07,192 INFO program: Journal size: 32M >19:41:07,192 INFO program: Journal length: 32768 >19:41:07,192 INFO program: Journal sequence: 0x00000007 >19:41:07,193 INFO program: Journal start: 0 >19:41:07,193 INFO program: >19:41:07,193 DEBUG program: Return code: 0 >19:41:07,194 INFO program: Running... resize2fs -P /dev/loop1 >19:41:07,235 INFO program: resize2fs 1.42.8 (20-Jun-2013) >19:41:07,238 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop1 >19:41:07,239 INFO program: Couldn't find valid filesystem superblock. >19:41:07,240 DEBUG program: Return code: 1 >19:41:07,339 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >19:41:07,379 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >19:41:07,384 INFO program: Filesystem volume name: Anaconda >19:41:07,387 INFO program: Last mounted on: / >19:41:07,387 INFO program: Filesystem UUID: eedce702-4423-4be7-861b-03909ed4f3fc >19:41:07,388 INFO program: Filesystem magic number: 0xEF53 >19:41:07,388 INFO program: Filesystem revision #: 1 (dynamic) >19:41:07,389 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 >19:41:07,389 INFO program: Filesystem flags: signed_directory_hash >19:41:07,390 INFO program: Default mount options: user_xattr acl >19:41:07,390 INFO program: Filesystem state: clean >19:41:07,391 INFO program: Errors behavior: Continue >19:41:07,391 INFO program: Filesystem OS type: Linux >19:41:07,391 INFO program: Inode count: 131072 >19:41:07,392 INFO program: Block count: 2097152 >19:41:07,392 INFO program: Reserved block count: 0 >19:41:07,392 INFO program: Free blocks: 1293536 >19:41:07,393 INFO program: Free inodes: 103756 >19:41:07,393 INFO program: First block: 1 >19:41:07,394 INFO program: Block size: 1024 >19:41:07,394 INFO program: Fragment size: 1024 >19:41:07,394 INFO program: Reserved GDT blocks: 256 >19:41:07,395 INFO program: Blocks per group: 8192 >19:41:07,395 INFO program: Fragments per group: 8192 >19:41:07,395 INFO program: Inodes per group: 512 >19:41:07,396 INFO program: Inode blocks per group: 128 >19:41:07,396 INFO program: Flex block group size: 16 >19:41:07,396 INFO program: Filesystem created: Thu Dec 5 13:11:33 2013 >19:41:07,397 INFO program: Last mount time: Tue Dec 10 19:39:07 2013 >19:41:07,397 INFO program: Last write time: Tue Dec 10 19:39:07 2013 >19:41:07,397 INFO program: Mount count: 3 >19:41:07,398 INFO program: Maximum mount count: -1 >19:41:07,398 INFO program: Last checked: Thu Dec 5 13:11:33 2013 >19:41:07,398 INFO program: Check interval: 0 (<none>) >19:41:07,399 INFO program: Lifetime writes: 32 MB >19:41:07,399 INFO program: Reserved blocks uid: 0 (user root) >19:41:07,399 INFO program: Reserved blocks gid: 0 (group root) >19:41:07,400 INFO program: First inode: 11 >19:41:07,400 INFO program: Inode size: 256 >19:41:07,400 INFO program: Required extra isize: 28 >19:41:07,401 INFO program: Desired extra isize: 28 >19:41:07,401 INFO program: Journal inode: 8 >19:41:07,401 INFO program: Default directory hash: half_md4 >19:41:07,402 INFO program: Directory Hash Seed: 8baef712-4208-4a14-a289-2ec13e489bdd >19:41:07,402 INFO program: Journal backup: inode blocks >19:41:07,402 INFO program: Journal features: (none) >19:41:07,403 INFO program: Journal size: 32M >19:41:07,403 INFO program: Journal length: 32768 >19:41:07,403 INFO program: Journal sequence: 0x00000008 >19:41:07,403 INFO program: Journal start: 1 >19:41:07,403 INFO program: >19:41:07,404 DEBUG program: Return code: 0 >19:41:07,405 INFO program: Running... resize2fs -P /dev/mapper/live-rw >19:41:07,444 INFO program: resize2fs 1.42.8 (20-Jun-2013) >19:41:07,448 INFO program: Estimated minimum size of the filesystem: 786321 >19:41:07,449 DEBUG program: Return code: 0 >19:41:07,519 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >19:41:07,564 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >19:41:07,567 INFO program: Filesystem volume name: Anaconda >19:41:07,568 INFO program: Last mounted on: / >19:41:07,568 INFO program: Filesystem UUID: eedce702-4423-4be7-861b-03909ed4f3fc >19:41:07,569 INFO program: Filesystem magic number: 0xEF53 >19:41:07,569 INFO program: Filesystem revision #: 1 (dynamic) >19:41:07,569 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 >19:41:07,569 INFO program: Filesystem flags: signed_directory_hash >19:41:07,570 INFO program: Default mount options: user_xattr acl >19:41:07,570 INFO program: Filesystem state: clean >19:41:07,570 INFO program: Errors behavior: Continue >19:41:07,571 INFO program: Filesystem OS type: Linux >19:41:07,571 INFO program: Inode count: 131072 >19:41:07,571 INFO program: Block count: 2097152 >19:41:07,572 INFO program: Reserved block count: 0 >19:41:07,572 INFO program: Free blocks: 1293536 >19:41:07,572 INFO program: Free inodes: 103756 >19:41:07,573 INFO program: First block: 1 >19:41:07,573 INFO program: Block size: 1024 >19:41:07,573 INFO program: Fragment size: 1024 >19:41:07,574 INFO program: Reserved GDT blocks: 256 >19:41:07,574 INFO program: Blocks per group: 8192 >19:41:07,574 INFO program: Fragments per group: 8192 >19:41:07,575 INFO program: Inodes per group: 512 >19:41:07,575 INFO program: Inode blocks per group: 128 >19:41:07,575 INFO program: Flex block group size: 16 >19:41:07,575 INFO program: Filesystem created: Thu Dec 5 13:11:33 2013 >19:41:07,576 INFO program: Last mount time: Thu Dec 5 13:11:54 2013 >19:41:07,576 INFO program: Last write time: Thu Dec 5 13:12:05 2013 >19:41:07,576 INFO program: Mount count: 2 >19:41:07,577 INFO program: Maximum mount count: -1 >19:41:07,577 INFO program: Last checked: Thu Dec 5 13:11:33 2013 >19:41:07,577 INFO program: Check interval: 0 (<none>) >19:41:07,577 INFO program: Lifetime writes: 32 MB >19:41:07,578 INFO program: Reserved blocks uid: 0 (user root) >19:41:07,578 INFO program: Reserved blocks gid: 0 (group root) >19:41:07,578 INFO program: First inode: 11 >19:41:07,579 INFO program: Inode size: 256 >19:41:07,579 INFO program: Required extra isize: 28 >19:41:07,579 INFO program: Desired extra isize: 28 >19:41:07,579 INFO program: Journal inode: 8 >19:41:07,580 INFO program: Default directory hash: half_md4 >19:41:07,580 INFO program: Directory Hash Seed: 8baef712-4208-4a14-a289-2ec13e489bdd >19:41:07,580 INFO program: Journal backup: inode blocks >19:41:07,581 INFO program: Journal features: (none) >19:41:07,581 INFO program: Journal size: 32M >19:41:07,581 INFO program: Journal length: 32768 >19:41:07,581 INFO program: Journal sequence: 0x00000007 >19:41:07,582 INFO program: Journal start: 0 >19:41:07,582 INFO program: >19:41:07,582 DEBUG program: Return code: 0 >19:41:07,583 INFO program: Running... resize2fs -P /dev/mapper/live-base >19:41:07,619 INFO program: resize2fs 1.42.8 (20-Jun-2013) >19:41:07,622 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >19:41:07,622 INFO program: Couldn't find valid filesystem superblock. >19:41:07,623 DEBUG program: Return code: 1 >19:41:07,675 INFO program: Running... lvm pvs --unit=k --nosuffix --nameprefixes --rows --unquoted --noheadings -opv_uuid,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config global {locking_type=4} /dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff >19:41:07,735 INFO program: LVM2_PV_UUID=lU7Q1T-skew-G5EQ-6Zkt-AeGG-Qcgm-WNuQLp >19:41:07,739 INFO program: LVM2_PE_START=1024.00 >19:41:07,740 INFO program: LVM2_VG_NAME=fedora >19:41:07,740 INFO program: LVM2_VG_UUID=lw8KO7-wPpH-Z72t-rUsX-VSwJ-Jntp-OPdRwM >19:41:07,741 INFO program: LVM2_VG_SIZE=5368188928.00 >19:41:07,741 INFO program: LVM2_VG_FREE=16613376.00 >19:41:07,741 INFO program: LVM2_VG_EXTENT_SIZE=4096.00 >19:41:07,742 INFO program: LVM2_VG_EXTENT_COUNT=1310593 >19:41:07,742 INFO program: LVM2_VG_FREE_COUNT=4056 >19:41:07,742 INFO program: LVM2_PV_COUNT=1 >19:41:07,743 DEBUG program: Return code: 0 >19:41:07,770 INFO program: Running... lvm lvs -a --unit k --nosuffix --nameprefixes --rows --unquoted --noheadings -olv_name,lv_uuid,lv_size,lv_attr,segtype --config global {locking_type=4} fedora >19:41:07,825 INFO program: LVM2_LV_NAME=home LVM2_LV_NAME=[lvol0_pmspare] LVM2_LV_NAME=pool00 LVM2_LV_NAME=[pool00_tdata] LVM2_LV_NAME=[pool00_tmeta] LVM2_LV_NAME=root LVM2_LV_NAME=swap >19:41:07,832 INFO program: LVM2_LV_UUID=ajAkbc-yTrA-ln3u-5PWd-HwKf-JIn9-2vYf8s LVM2_LV_UUID=fkhOBC-aYTy-t83U-6ZhS-Zn8t-1ttI-4oJfNK LVM2_LV_UUID=3HYSLv-dBxT-crPn-175e-tE6f-Kva7-SEQDWo LVM2_LV_UUID=1Cq4WX-X3OE-z5NV-4bh4-oyun-EKeL-xctjaZ LVM2_LV_UUID=MkZcXj-9k1M-ygmx-jWqz-zOoy-AGno-svEO0e LVM2_LV_UUID=acFKCr-iW7A-cLsr-kNZe-6ECK-QDFS-nW3LTH LVM2_LV_UUID=Af36BV-Qd47-VPke-ta33-a8Y9-3LGy-li2f03 >19:41:07,833 INFO program: LVM2_LV_SIZE=5295804416.00 LVM2_LV_SIZE=81920.00 LVM2_LV_SIZE=5348233216.00 LVM2_LV_SIZE=5348233216.00 LVM2_LV_SIZE=81920.00 LVM2_LV_SIZE=52428800.00 LVM2_LV_SIZE=3178496.00 >19:41:07,833 INFO program: LVM2_LV_ATTR=Vwi-a-tz-- LVM2_LV_ATTR=ewi------- LVM2_LV_ATTR=twi-a-tz-- LVM2_LV_ATTR=Twi-ao---- LVM2_LV_ATTR=ewi-ao---- LVM2_LV_ATTR=Vwi---tz-- LVM2_LV_ATTR=-wi-a----- >19:41:07,833 INFO program: LVM2_SEGTYPE=thin LVM2_SEGTYPE=linear LVM2_SEGTYPE=thin-pool LVM2_SEGTYPE=linear LVM2_SEGTYPE=linear LVM2_SEGTYPE=thin LVM2_SEGTYPE=linear >19:41:07,834 DEBUG program: Return code: 0 >19:41:07,844 INFO program: Running... lvm lvs --noheadings -o pool_lv --config global {locking_type=4} fedora/home >19:41:07,896 INFO program: pool00 >19:41:07,899 DEBUG program: Return code: 0 >19:41:08,051 INFO program: Running... xfs_db -c "sb 0" -c "p dblocks" -c "p blocksize" /dev/mapper/fedora-home >19:41:08,099 INFO program: command "sb 0" not found >19:41:08,104 INFO program: command "p dblocks" not found >19:41:08,105 INFO program: command "p blocksize" not found >19:41:08,105 DEBUG program: Return code: 0 >19:41:08,177 INFO program: Running... lvm lvs --noheadings -o pool_lv --config global {locking_type=4} fedora/root >19:41:08,230 INFO program: pool00 >19:41:08,234 DEBUG program: Return code: 0 >19:41:08,274 INFO program: Running... lvm lvchange -a y fedora/root >19:41:08,434 INFO program: /usr/sbin/dmeventd: stat failed: No such file or directory >19:41:08,438 INFO program: /usr/sbin/dmeventd: stat failed: No such file or directory >19:41:08,439 INFO program: fedora-pool00-tpool: event registration failed: No such process >19:41:08,440 INFO program: fedora/pool00: thin-pool segment monitoring function failed. >19:41:08,440 DEBUG program: Return code: 0 >19:41:08,441 INFO program: Running... udevadm settle --timeout=300 >19:41:08,490 DEBUG program: Return code: 0 >19:41:08,549 INFO program: Running... xfs_db -c "sb 0" -c "p dblocks" -c "p blocksize" /dev/mapper/fedora-root >19:41:08,597 INFO program: command "sb 0" not found >19:41:08,602 INFO program: command "p dblocks" not found >19:41:08,603 INFO program: command "p blocksize" not found >19:41:08,603 DEBUG program: Return code: 0 >19:41:08,914 INFO program: Running... udevadm settle --timeout=300 >19:41:08,965 DEBUG program: Return code: 0 >19:41:09,054 INFO program: Running... udevadm settle --timeout=300 >19:41:09,103 DEBUG program: Return code: 0 >19:41:09,150 INFO program: Running... udevadm settle --timeout=300 >19:41:09,196 DEBUG program: Return code: 0 >19:41:09,213 INFO program: Running... udevadm settle --timeout=300 >19:41:09,256 DEBUG program: Return code: 0 >19:41:09,269 INFO program: Running... udevadm settle --timeout=300 >19:41:09,315 DEBUG program: Return code: 0 >19:41:09,334 INFO program: Running... udevadm settle --timeout=300 >19:41:09,380 DEBUG program: Return code: 0 >19:41:09,397 INFO program: Running... udevadm settle --timeout=300 >19:41:09,441 DEBUG program: Return code: 0 >19:41:09,453 INFO program: Running... lvm lvchange -a n fedora/home >19:41:09,567 DEBUG program: Return code: 0 >19:41:09,588 INFO program: Running... udevadm settle --timeout=300 >19:41:09,634 DEBUG program: Return code: 0 >19:41:09,647 INFO program: Running... lvm lvchange -a n fedora/pool00 >19:41:09,754 DEBUG program: Return code: 0 >19:41:09,770 INFO program: Running... udevadm settle --timeout=300 >19:41:09,815 DEBUG program: Return code: 0 >19:41:09,826 INFO program: Running... lvm vgchange -a n fedora >19:41:09,994 INFO program: /usr/sbin/dmeventd: stat failed: No such file or directory >19:41:10,001 INFO program: 0 logical volume(s) in volume group "fedora" now active >19:41:10,001 DEBUG program: Return code: 0 >19:41:10,019 INFO program: Running... udevadm settle --timeout=300 >19:41:10,066 DEBUG program: Return code: 0 >19:41:10,111 INFO program: Running... udevadm settle --timeout=300 >19:41:10,174 DEBUG program: Return code: 0 >19:41:10,199 INFO program: Running... udevadm settle --timeout=300 >19:41:10,244 DEBUG program: Return code: 0 >19:41:10,296 INFO program: Running... mount -t ext4 -o defaults,ro /dev/vda2 /mnt/sysimage >19:41:10,342 DEBUG program: Return code: 0 >19:41:10,361 INFO program: Running... udevadm settle --timeout=300 >19:41:10,408 DEBUG program: Return code: 0 >19:41:10,411 INFO program: Running... umount /mnt/sysimage >19:41:10,451 DEBUG program: Return code: 0 >19:41:10,458 INFO program: Running... udevadm settle --timeout=300 >19:41:10,507 DEBUG program: Return code: 0 >19:41:10,527 INFO program: Running... udevadm settle --timeout=300 >19:41:10,577 DEBUG program: Return code: 0 >19:41:23,922 INFO program: Running... udevadm settle --timeout=300 >19:41:23,983 DEBUG program: Return code: 0 >19:41:24,035 INFO program: Running... udevadm settle --timeout=300 >19:41:24,091 DEBUG program: Return code: 0 >19:41:37,676 INFO program: Running... udevadm settle --timeout=300 >19:41:37,720 DEBUG program: Return code: 0 >19:41:37,758 INFO program: Running... udevadm settle --timeout=300 >19:41:37,800 DEBUG program: Return code: 0 >19:41:37,839 INFO program: Running... udevadm settle --timeout=300 >19:41:37,882 DEBUG program: Return code: 0 >19:41:45,390 INFO program: Running... udevadm settle --timeout=300 >19:41:45,432 DEBUG program: Return code: 0 >19:41:51,702 INFO program: Running... udevadm settle --timeout=300 >19:41:51,747 DEBUG program: Return code: 0 >19:42:00,663 INFO program: Running... hwclock --systohc --utc >19:42:02,502 DEBUG program: Return code: 0 > > >/tmp/storage.log: >19:39:22,155 INFO blivet: ISCSID is /sbin/iscsid >19:39:22,157 INFO blivet: no initiator set >19:39:22,334 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >19:39:22,335 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >19:39:24,462 DEBUG blivet: trying to set new default fstype to 'ext4' >19:39:24,589 DEBUG blivet: Ext4FS.supported: supported: True ; >19:39:24,593 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >19:39:24,594 DEBUG blivet: Ext4FS.supported: supported: True ; >19:39:25,446 INFO blivet: Detected 1552M of memory >19:39:25,447 INFO blivet: Suggested swap size (3104 M) exceeds 10 % of disk space, using 10 % of disk space (0 M) instead. >19:39:25,447 INFO blivet: Swap attempt of 0M >19:39:26,267 INFO blivet: resetting Blivet (version 0.23.8) instance <blivet.Blivet object at 0x7f9db2000650> >19:39:26,267 INFO blivet: no initiator set >19:39:26,268 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >19:39:26,273 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >19:39:26,393 DEBUG blivet: protected device spec LABEL=Fedora_20-TC5_x86_64 resolved to sr0 >19:39:26,471 INFO blivet: devices to scan: ['sr0', 'vda', 'vda1', 'vda2', 'vda3', 'loop0', 'loop1', 'loop2', 'dm-0', 'dm-1'] >19:39:26,501 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00001 /dev/disk/by-label/Fedora\\x2020-TC5\\x20x86_64 /dev/disk/by-uuid/2013-12-05-13-18-15-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD': '1', > 'ID_CDROM_MEDIA_SESSION_COUNT': '1', > 'ID_CDROM_MEDIA_STATE': 'complete', > 'ID_CDROM_MEDIA_TRACK_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora_20-TC5_x86_64', > 'ID_FS_LABEL_ENC': 'Fedora\\x2020-TC5\\x20x86_64', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2013-12-05-13-18-15-00', > 'ID_FS_UUID_ENC': '2013-12-05-13-18-15-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_MODEL': 'QEMU_DVD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20DVD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '2bf6e89b', > 'ID_REVISION': '1.6.1', > 'ID_SERIAL': 'QEMU_DVD-ROM_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '311678', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00001', > '/dev/disk/by-label/Fedora\\x2020-TC5\\x20x86_64', > '/dev/disk/by-uuid/2013-12-05-13-18-15-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0'} ; name: sr0 ; >19:39:26,507 INFO blivet: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0)... >19:39:26,512 DEBUG blivet: DeviceTree.getDeviceByName: name: sr0 ; >19:39:26,519 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:39:26,521 INFO blivet: sr0 is a cdrom >19:39:26,529 DEBUG blivet: DeviceTree.addUdevOpticalDevice: >19:39:26,532 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:39:26,540 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >19:39:26,541 INFO blivet: added cdrom sr0 (id 0) to device tree >19:39:26,548 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:39:26,561 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >19:39:26,562 INFO blivet: type detected on 'sr0' is 'iso9660' >19:39:26,566 DEBUG blivet: Iso9660FS.supported: supported: True ; >19:39:26,567 DEBUG blivet: getFormat('iso9660') returning Iso9660FS instance >19:39:26,570 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >19:39:26,574 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:39:26,579 DEBUG blivet: looking up parted Device: /dev/sr0 >19:39:26,596 INFO blivet: got device: OpticalDevice instance (0x7f9db1f9ded0) -- > name = sr0 status = True kids = 0 id = 0 > parents = [] > uuid = None size = 4389.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 2247168 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: True > hardwareGeometry: (139, 255, 63) biosGeometry: (139, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da783f320> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >19:39:26,607 DEBUG blivet: Iso9660FS.supported: supported: True ; >19:39:26,608 INFO blivet: got format: Iso9660FS instance (0x7f9da7767e90) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2013-12-05-13-18-15-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora_20-TC5_x86_64 size = 0.0 targetSize = 0.0 > >19:39:26,618 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '982ddebb-d9e2-4723-86df-24527b23c4f6', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '315905', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda'} ; name: vda ; >19:39:26,621 INFO blivet: scanning vda (/devices/pci0000:00/0000:00:07.0/virtio2/block/vda)... >19:39:26,624 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >19:39:26,630 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:39:26,633 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: vda ; >19:39:26,637 INFO blivet: vda is a disk >19:39:26,638 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:39:26,645 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: None ; >19:39:26,695 INFO blivet: added disk vda (id 1) to device tree >19:39:26,698 DEBUG blivet: looking up parted Device: /dev/vda >19:39:26,732 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vda ; >19:39:26,737 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vda ; label_type: gpt ; >19:39:26,742 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >19:39:26,743 DEBUG blivet: required disklabel type for vda (15) is None >19:39:26,743 DEBUG blivet: default disklabel type for vda is msdos >19:39:26,745 DEBUG blivet: selecting gpt disklabel for vda based on size >19:39:26,750 DEBUG blivet: DiskLabel.__init__: device: /dev/vda ; labelType: gpt ; exists: True ; >19:39:26,809 DEBUG blivet: Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x7f9dc0651590>, <parted.partition.Partition object at 0x7f9dc0651850>, <parted.partition.Partition object at 0x7f9dc0651a90>] > device: <parted.device.Device object at 0x7f9dc0651250> > PedDisk: <_ped.Disk object at 0x7f9dc06526c8> >19:39:26,810 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >19:39:26,827 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: disklabel ; >19:39:26,888 INFO blivet: got device: DiskDevice instance (0x7f9da7767dd0) -- > name = vda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 5242880.0 > format = existing gpt 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: 10737418240 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (10652200, 16, 63) biosGeometry: (668373, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da783f680> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f9db1fbc090> >19:39:26,905 INFO blivet: got format: DiskLabel instance (0x7f9da786f8d0) -- > type = disklabel name = partition table (GPT) status = False > device = /dev/vda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = gpt partition count = 3 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: gpt primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x7f9dc0651590>, <parted.partition.Partition object at 0x7f9dc0651850>, <parted.partition.Partition object at 0x7f9dc0651a90>] > device: <parted.device.Device object at 0x7f9dc0651250> > PedDisk: <_ped.Disk object at 0x7f9dc06526c8> > origPartedDisk = <parted.disk.Disk object at 0x7f9dc0651d10> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 10737418240 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (10652200, 16, 63) biosGeometry: (668373, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da783f830> > >19:39:26,918 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-partuuid/1e8d99ee-b436-4c66-a4cc-4404236bc408', > 'DEVNAME': 'vda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda1', > 'DEVTYPE': 'partition', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '2048', > 'ID_PART_ENTRY_TYPE': '21686148-6449-6e6f-744e-656564454649', > 'ID_PART_ENTRY_UUID': '1e8d99ee-b436-4c66-a4cc-4404236bc408', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '982ddebb-d9e2-4723-86df-24527b23c4f6', > 'MAJOR': '252', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '315934', > 'name': 'vda1', > 'symlinks': ['/dev/disk/by-partuuid/1e8d99ee-b436-4c66-a4cc-4404236bc408'], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda1'} ; name: vda1 ; >19:39:26,924 INFO blivet: scanning vda1 (/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda1)... >19:39:26,926 DEBUG blivet: DeviceTree.getDeviceByName: name: vda1 ; >19:39:26,927 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:39:26,928 INFO blivet: vda1 is a partition >19:39:26,941 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: vda1 ; >19:39:26,947 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >19:39:26,950 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (1) with existing gpt disklabel >19:39:26,973 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: vda ; >19:39:26,976 DEBUG blivet: PartitionDevice._setFormat: vda1 ; >19:39:26,977 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:39:26,979 DEBUG blivet: PartitionDevice._setFormat: vda1 ; current: None ; type: None ; >19:39:26,979 DEBUG blivet: looking up parted Partition: /dev/vda1 >19:39:26,981 DEBUG blivet: PartitionDevice.probe: vda1 ; exists: True ; >19:39:26,985 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda1 ; flag: 1 ; >19:39:26,988 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda1 ; flag: 10 ; >19:39:27,026 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda1 ; flag: 12 ; >19:39:27,026 DEBUG blivet: getFormat('biosboot') returning BIOSBoot instance >19:39:27,045 DEBUG blivet: PartitionDevice._setFormat: vda1 ; >19:39:27,060 DEBUG blivet: PartitionDevice._setFormat: vda1 ; current: None ; type: biosboot ; >19:39:27,068 INFO blivet: added partition vda1 (id 2) to device tree >19:39:27,172 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vda1 ; >19:39:27,308 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vda1 ; label_type: gpt ; >19:39:27,316 DEBUG blivet: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: False ; >19:39:27,322 DEBUG blivet: DiskLabel.__init__: device: /dev/vda1 ; labelType: gpt ; exists: True ; >19:39:27,337 WARN blivet: disklabel detected but not usable on vda1 >19:39:27,338 DEBUG blivet: no type or existing type for vda1, bailing >19:39:27,340 DEBUG blivet: looking up parted Device: /dev/vda1 >19:39:27,345 INFO blivet: got device: PartitionDevice instance (0x7f9da786f9d0) -- > name = vda1 status = True kids = 0 id = 2 > parents = ['existing 5242880MB disk vda (1) with existing gpt disklabel'] > uuid = None size = 1.0 > format = existing biosboot > 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: 2048 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (2, 16, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da41553b0> > target size = 0 path = /dev/vda1 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9dc0651310> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9dc0651650> PedPartition: <_ped.Partition object at 0x7f9dc064dcb0> > disk = existing 5242880MB disk vda (1) with existing gpt disklabel > start = 2048 end = 4095 length = 2048 > flags = bios_grub >19:39:27,348 INFO blivet: got format: BIOSBoot instance (0x7f9dc0668b10) -- > type = biosboot name = BIOS Boot status = False > device = /dev/vda1 uuid = None exists = True > options = None supported = True formattable = True resizable = False > >19:39:27,358 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-partuuid/036c579d-b6a4-4c50-bb6b-2e0e8da8c5c3 /dev/disk/by-uuid/06cf66a8-1087-497a-9322-f088b94facc5', > 'DEVNAME': 'vda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda2', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '06cf66a8-1087-497a-9322-f088b94facc5', > 'ID_FS_UUID_ENC': '06cf66a8-1087-497a-9322-f088b94facc5', > 'ID_FS_VERSION': '1.0', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '4096', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1024000', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': '036c579d-b6a4-4c50-bb6b-2e0e8da8c5c3', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '982ddebb-d9e2-4723-86df-24527b23c4f6', > 'MAJOR': '252', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '315972', > 'name': 'vda2', > 'symlinks': ['/dev/disk/by-partuuid/036c579d-b6a4-4c50-bb6b-2e0e8da8c5c3', > '/dev/disk/by-uuid/06cf66a8-1087-497a-9322-f088b94facc5'], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda2'} ; name: vda2 ; >19:39:27,363 INFO blivet: scanning vda2 (/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda2)... >19:39:27,364 DEBUG blivet: DeviceTree.getDeviceByName: name: vda2 ; >19:39:27,367 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:39:27,367 INFO blivet: vda2 is a partition >19:39:27,386 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: vda2 ; >19:39:27,391 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >19:39:27,393 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (1) with existing gpt disklabel >19:39:27,394 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: vda ; >19:39:27,398 DEBUG blivet: PartitionDevice._setFormat: vda2 ; >19:39:27,400 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:39:27,404 DEBUG blivet: PartitionDevice._setFormat: vda2 ; current: None ; type: None ; >19:39:27,405 DEBUG blivet: looking up parted Partition: /dev/vda2 >19:39:27,407 DEBUG blivet: PartitionDevice.probe: vda2 ; exists: True ; >19:39:27,409 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda2 ; flag: 1 ; >19:39:27,411 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda2 ; flag: 10 ; >19:39:27,412 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda2 ; flag: 12 ; >19:39:27,413 INFO blivet: added partition vda2 (id 3) to device tree >19:39:27,414 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vda2 ; >19:39:27,415 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vda2 ; label_type: gpt ; >19:39:27,418 DEBUG blivet: PartitionDevice.setup: vda2 ; status: True ; controllable: True ; orig: False ; >19:39:27,420 DEBUG blivet: DiskLabel.__init__: device: /dev/vda2 ; labelType: gpt ; exists: True ; >19:39:27,484 WARN blivet: disklabel detected but not usable on vda2 >19:39:27,485 INFO blivet: type detected on 'vda2' is 'ext4' >19:39:27,674 DEBUG blivet: padding min size from 81 up to 89 >19:39:27,686 DEBUG blivet: Ext4FS.supported: supported: True ; >19:39:27,693 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >19:39:27,697 DEBUG blivet: PartitionDevice._setFormat: vda2 ; >19:39:27,699 DEBUG blivet: PartitionDevice._setFormat: vda2 ; current: None ; type: ext4 ; >19:39:27,701 DEBUG blivet: looking up parted Device: /dev/vda2 >19:39:27,710 INFO blivet: got device: PartitionDevice instance (0x7f9dc064c310) -- > name = vda2 status = True kids = 0 id = 3 > parents = ['existing 5242880MB disk vda (1) with existing gpt disklabel'] > uuid = None size = 500.0 > format = existing ext4 filesystem > 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: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1015, 16, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da4155440> > target size = 0 path = /dev/vda2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9dc0651310> fileSystem: <parted.filesystem.FileSystem object at 0x7f9dc0651990> > number: 2 path: /dev/vda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9dc0651910> PedPartition: <_ped.Partition object at 0x7f9dc064dd10> > disk = existing 5242880MB disk vda (1) with existing gpt disklabel > start = 4096 end = 1028095 length = 1024000 > flags = >19:39:27,714 DEBUG blivet: Ext4FS.supported: supported: True ; >19:39:27,717 INFO blivet: got format: Ext4FS instance (0x7f9da4161bd0) -- > type = ext4 name = ext4 status = False > device = /dev/vda2 uuid = 06cf66a8-1087-497a-9322-f088b94facc5 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >19:39:27,737 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-partuuid/1f0577e8-f745-415a-9b7e-eb3740f9478e /dev/disk/by-uuid/69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff', > 'DEVNAME': 'vda3', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda3', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'crypto_LUKS', > 'ID_FS_USAGE': 'crypto', > 'ID_FS_UUID': '69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff', > 'ID_FS_UUID_ENC': '69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff', > 'ID_FS_VERSION': '1', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '1028096', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '10736384000', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': '1f0577e8-f745-415a-9b7e-eb3740f9478e', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '982ddebb-d9e2-4723-86df-24527b23c4f6', > 'MAJOR': '252', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '316038', > 'name': 'vda3', > 'symlinks': ['/dev/disk/by-partuuid/1f0577e8-f745-415a-9b7e-eb3740f9478e', > '/dev/disk/by-uuid/69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff'], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda3'} ; name: vda3 ; >19:39:27,739 INFO blivet: scanning vda3 (/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda3)... >19:39:27,743 DEBUG blivet: DeviceTree.getDeviceByName: name: vda3 ; >19:39:27,747 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:39:27,748 INFO blivet: vda3 is a partition >19:39:27,750 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: vda3 ; >19:39:27,753 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >19:39:27,756 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (1) with existing gpt disklabel >19:39:27,760 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: vda ; >19:39:27,765 DEBUG blivet: PartitionDevice._setFormat: vda3 ; >19:39:27,767 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:39:27,772 DEBUG blivet: PartitionDevice._setFormat: vda3 ; current: None ; type: None ; >19:39:27,773 DEBUG blivet: looking up parted Partition: /dev/vda3 >19:39:27,775 DEBUG blivet: PartitionDevice.probe: vda3 ; exists: True ; >19:39:27,787 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda3 ; flag: 1 ; >19:39:27,790 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda3 ; flag: 10 ; >19:39:27,792 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda3 ; flag: 12 ; >19:39:27,793 INFO blivet: added partition vda3 (id 4) to device tree >19:39:27,797 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vda3 ; >19:39:27,801 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vda3 ; label_type: gpt ; >19:39:27,805 DEBUG blivet: PartitionDevice.setup: vda3 ; status: True ; controllable: True ; orig: False ; >19:39:27,809 DEBUG blivet: DiskLabel.__init__: device: /dev/vda3 ; labelType: gpt ; exists: True ; >19:39:27,848 WARN blivet: disklabel detected but not usable on vda3 >19:39:27,849 INFO blivet: type detected on 'vda3' is 'crypto_LUKS' >19:39:27,851 DEBUG blivet: LUKS.__init__: uuid: 69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; exists: True ; label: None ; device: /dev/vda3 ; serial: None ; name: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; >19:39:27,855 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >19:39:27,857 DEBUG blivet: PartitionDevice._setFormat: vda3 ; >19:39:27,865 DEBUG blivet: PartitionDevice._setFormat: vda3 ; current: None ; type: luks ; >19:39:27,870 DEBUG blivet: DeviceTree.handleUdevLUKSFormat: type: luks ; name: vda3 ; >19:39:27,871 DEBUG blivet: DeviceTree.getDeviceByName: name: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; >19:39:27,872 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:39:27,878 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: vda3 ; >19:39:27,879 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:39:27,893 DEBUG blivet: LUKSDevice._setFormat: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; current: None ; type: None ; >19:39:27,896 DEBUG blivet: LUKSDevice.setup: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: False ; controllable: True ; orig: False ; >19:39:27,898 DEBUG blivet: LUKSDevice.setupParents: kids: 0 ; name: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; orig: False ; >19:39:27,900 DEBUG blivet: PartitionDevice.setup: vda3 ; status: True ; controllable: True ; orig: False ; >19:39:27,903 DEBUG blivet: LUKS.setup: device: /dev/vda3 ; mapName: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: False ; type: luks ; >19:39:27,904 INFO blivet: setup of luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff failed: luks device not configured >19:39:27,909 DEBUG blivet: PartitionDevice.removeChild: kids: 1 ; name: vda3 ; >19:39:27,914 DEBUG blivet: looking up parted Device: /dev/vda3 >19:39:27,917 INFO blivet: got device: PartitionDevice instance (0x7f9da4161b10) -- > name = vda3 status = True kids = 0 id = 4 > parents = ['existing 5242880MB disk vda (1) with existing gpt disklabel'] > uuid = None size = 5242375.0 > format = existing luks > 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: 10736384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (10651174, 16, 63) biosGeometry: (668308, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da4155560> > target size = 0 path = /dev/vda3 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9dc0651310> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9dc0651ad0> PedPartition: <_ped.Partition object at 0x7f9dc064dd70> > disk = existing 5242880MB disk vda (1) with existing gpt disklabel > start = 1028096 end = 10737412095 length = 10736384000 > flags = >19:39:27,922 INFO blivet: got format: LUKS instance (0x7f9da4161f50) -- > type = luks name = Encrypted (LUKS) status = False > device = /dev/vda3 uuid = 69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff exists = True > options = None supported = False formattable = True resizable = False > cipher = None keySize = None mapName = luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff > keyFile = None passphrase = (not set) > escrowCert = None addBackup = False >19:39:27,926 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > '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': '325286', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >19:39:27,930 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >19:39:27,934 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; >19:39:27,935 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:39:27,935 INFO blivet: loop0 is a loop device >19:39:27,939 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >19:39:27,941 DEBUG blivet: DeviceTree.getDeviceByName: name: /run/install/repo/LiveOS/squashfs.img ; >19:39:27,942 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:39:27,945 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:39:27,947 DEBUG blivet: FileDevice._setFormat: /run/install/repo/LiveOS/squashfs.img ; current: None ; type: None ; >19:39:27,959 INFO blivet: added file /run/install/repo/LiveOS/squashfs.img (id 6) to device tree >19:39:27,961 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/install/repo/LiveOS/squashfs.img ; >19:39:27,963 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:39:27,966 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >19:39:27,966 INFO blivet: added loop loop0 (id 7) to device tree >19:39:27,967 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >19:39:27,969 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >19:39:27,972 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >19:39:27,972 DEBUG blivet: device loop0 does not contain a disklabel >19:39:27,973 INFO blivet: type detected on 'loop0' is 'squashfs' >19:39:27,973 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >19:39:27,977 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: squashfs ; >19:39:27,978 INFO blivet: got device: LoopDevice instance (0x7f9da4161d50) -- > name = loop0 status = False kids = 0 id = 7 > parents = ['existing 0MB file /run/install/repo/LiveOS/squashfs.img (6)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >19:39:27,979 INFO blivet: got format: DeviceFormat instance (0x7f9da756c790) -- > type = squashfs name = squashfs status = False > device = /dev/loop0 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >19:39:27,985 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/eedce702-4423-4be7-861b-03909ed4f3fc', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'eedce702-4423-4be7-861b-03909ed4f3fc', > 'ID_FS_UUID_ENC': 'eedce702-4423-4be7-861b-03909ed4f3fc', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '325416', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/eedce702-4423-4be7-861b-03909ed4f3fc'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >19:39:27,986 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >19:39:27,988 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >19:39:27,991 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:39:27,992 INFO blivet: loop1 is a loop device >19:39:27,993 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >19:39:27,997 DEBUG blivet: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >19:39:27,999 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:39:28,001 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:39:28,003 DEBUG blivet: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >19:39:28,003 INFO blivet: added file /LiveOS/rootfs.img (id 8) to device tree >19:39:28,005 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >19:39:28,012 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:39:28,013 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >19:39:28,014 INFO blivet: added loop loop1 (id 9) to device tree >19:39:28,015 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >19:39:28,020 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >19:39:28,021 DEBUG blivet: Ext4FS.supported: supported: True ; >19:39:28,021 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >19:39:28,022 DEBUG blivet: device loop1 does not contain a disklabel >19:39:28,024 INFO blivet: type detected on 'loop1' is 'ext4' >19:39:28,222 DEBUG blivet: using current size 0 as min size >19:39:28,225 DEBUG blivet: Ext4FS.supported: supported: True ; >19:39:28,232 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >19:39:28,235 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >19:39:28,240 INFO blivet: got device: LoopDevice instance (0x7f9da756c8d0) -- > name = loop1 status = False kids = 0 id = 9 > parents = ['existing 0MB file /LiveOS/rootfs.img (8)'] > uuid = None size = 0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >19:39:28,242 DEBUG blivet: Ext4FS.supported: supported: True ; >19:39:28,248 INFO blivet: got format: Ext4FS instance (0x7f9da756ca90) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = eedce702-4423-4be7-861b-03909ed4f3fc exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >19:39:28,252 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '325577', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >19:39:28,256 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >19:39:28,259 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >19:39:28,263 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:39:28,263 INFO blivet: loop2 is a loop device >19:39:28,271 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >19:39:28,276 DEBUG blivet: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >19:39:28,277 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:39:28,281 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:39:28,283 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >19:39:28,285 INFO blivet: added file /overlay (deleted) (id 10) to device tree >19:39:28,287 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >19:39:28,290 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:39:28,291 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >19:39:28,296 INFO blivet: added loop loop2 (id 11) to device tree >19:39:28,297 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >19:39:28,300 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >19:39:28,300 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >19:39:28,301 DEBUG blivet: device loop2 does not contain a disklabel >19:39:28,301 INFO blivet: type detected on 'loop2' is 'DM_snapshot_cow' >19:39:28,305 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >19:39:28,306 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: DM_snapshot_cow ; >19:39:28,307 INFO blivet: got device: LoopDevice instance (0x7f9da756ca50) -- > name = loop2 status = False kids = 0 id = 11 > parents = ['existing 0MB file /overlay (deleted) (10)'] > uuid = None size = 0 > format = existing DM_snapshot_cow > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >19:39:28,309 INFO blivet: got format: DeviceFormat instance (0x7f9da756c990) -- > type = DM_snapshot_cow name = DM_snapshot_cow status = False > device = /dev/loop2 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >19:39:28,313 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/eedce702-4423-4be7-861b-03909ed4f3fc /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > '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': 'eedce702-4423-4be7-861b-03909ed4f3fc', > 'ID_FS_UUID_ENC': 'eedce702-4423-4be7-861b-03909ed4f3fc', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '13500', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/eedce702-4423-4be7-861b-03909ed4f3fc', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >19:39:28,320 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >19:39:28,321 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >19:39:28,322 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:39:28,323 INFO blivet: live-rw is a device-mapper device >19:39:28,326 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >19:39:28,330 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >19:39:28,332 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (9) with existing ext4 filesystem >19:39:28,336 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >19:39:28,342 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (11) with existing DM_snapshot_cow >19:39:28,344 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >19:39:28,346 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:39:28,350 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop2 ; >19:39:28,352 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:39:28,356 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >19:39:28,356 INFO blivet: added dm live-rw (id 12) to device tree >19:39:28,357 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >19:39:28,365 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >19:39:28,366 DEBUG blivet: Ext4FS.supported: supported: True ; >19:39:28,367 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >19:39:28,367 DEBUG blivet: device live-rw does not contain a disklabel >19:39:28,367 INFO blivet: type detected on 'live-rw' is 'ext4' >19:39:28,495 DEBUG blivet: padding min size from 768 up to 844 >19:39:28,508 DEBUG blivet: Ext4FS.supported: supported: True ; >19:39:28,510 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >19:39:28,513 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >19:39:28,516 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >19:39:28,533 INFO blivet: got device: DMDevice instance (0x7f9da756c750) -- > name = live-rw status = True kids = 0 id = 12 > parents = ['existing 0MB loop loop2 (11) with existing DM_snapshot_cow'] > uuid = None size = 2048.0 > 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 0x7f9da4155680> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >19:39:28,539 DEBUG blivet: Ext4FS.supported: supported: True ; >19:39:28,545 INFO blivet: got format: Ext4FS instance (0x7f9da756cb90) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = eedce702-4423-4be7-861b-03909ed4f3fc exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >19:39:28,553 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/Anaconda /dev/disk/by-uuid/eedce702-4423-4be7-861b-03909ed4f3fc /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > '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': 'eedce702-4423-4be7-861b-03909ed4f3fc', > 'ID_FS_UUID_ENC': 'eedce702-4423-4be7-861b-03909ed4f3fc', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '58087', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/eedce702-4423-4be7-861b-03909ed4f3fc', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >19:39:28,556 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >19:39:28,561 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >19:39:28,573 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:39:28,573 INFO blivet: live-base is a device-mapper device >19:39:28,575 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >19:39:28,577 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >19:39:28,581 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >19:39:28,586 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (9) with existing ext4 filesystem >19:39:28,608 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >19:39:28,612 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:39:28,615 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop1 ; >19:39:28,616 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:39:28,619 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >19:39:28,620 INFO blivet: added dm live-base (id 13) to device tree >19:39:28,629 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >19:39:28,632 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >19:39:28,635 DEBUG blivet: Ext4FS.supported: supported: True ; >19:39:28,635 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >19:39:28,636 DEBUG blivet: device live-base does not contain a disklabel >19:39:28,636 INFO blivet: type detected on 'live-base' is 'ext4' >19:39:28,748 DEBUG blivet: using current size 0 as min size >19:39:28,757 DEBUG blivet: Ext4FS.supported: supported: True ; >19:39:28,760 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >19:39:28,765 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >19:39:28,769 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >19:39:28,777 INFO blivet: got device: DMDevice instance (0x7f9da756cc50) -- > name = live-base status = True kids = 0 id = 13 > parents = ['existing 0MB loop loop1 (9) with existing ext4 filesystem'] > uuid = None size = 2048.0 > 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 0x7f9da75f2d40> > target size = 0 path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >19:39:28,784 DEBUG blivet: Ext4FS.supported: supported: True ; >19:39:28,786 INFO blivet: got format: Ext4FS instance (0x7f9da756cb10) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-base uuid = eedce702-4423-4be7-861b-03909ed4f3fc exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >19:39:28,861 DEBUG blivet: PartitionDevice.teardown: vda1 ; status: True ; controllable: True ; >19:39:28,865 DEBUG blivet: BIOSBoot.teardown: device: /dev/vda1 ; status: False ; type: biosboot ; >19:39:28,870 DEBUG blivet: BIOSBoot.teardown: device: /dev/vda1 ; status: False ; type: biosboot ; >19:39:28,921 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >19:39:28,925 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:39:28,934 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:39:28,986 DEBUG blivet: PartitionDevice.teardown: vda2 ; status: True ; controllable: True ; >19:39:29,042 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >19:39:29,047 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:39:29,053 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:39:29,106 DEBUG blivet: PartitionDevice.teardown: vda3 ; status: True ; controllable: True ; >19:39:29,110 DEBUG blivet: LUKS.teardown: device: /dev/vda3 ; status: False ; type: luks ; >19:39:29,119 DEBUG blivet: LUKS.teardown: device: /dev/vda3 ; status: False ; type: luks ; >19:39:29,171 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >19:39:29,175 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:39:29,181 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:39:29,230 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >19:39:29,232 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >19:39:29,235 INFO blivet: edd: MBR signature on vda is zero. new disk image? >19:39:29,236 INFO blivet: edd: collected mbr signatures: {} >19:39:29,238 DEBUG blivet: edd: data extracted from 0x80: > type: SCSI, ata_device: None > channel: 0, mbr_signature: 0x00000000 > pci_dev: 00:07.0, scsi_id: 0 > scsi_lun: 0, sectors: 10737418240 >19:39:29,241 DEBUG blivet: edd: matched 0x80 to vda using pci_dev >19:39:29,245 DEBUG blivet: PartitionDevice.setup: vda2 ; status: True ; controllable: True ; orig: False ; >19:39:29,268 INFO blivet: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >19:39:29,348 DEBUG blivet: PartitionDevice.teardown: vda2 ; status: True ; controllable: True ; >19:39:29,503 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >19:39:29,508 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:39:29,514 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:39:29,755 DEBUG blivet: Ext4FS.supported: supported: True ; >19:39:29,760 DEBUG blivet: Ext4FS.supported: supported: True ; >19:39:29,764 DEBUG blivet: Ext4FS.supported: supported: True ; >19:39:29,768 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:39:29,777 DEBUG blivet: Iso9660FS.supported: supported: True ; >19:39:29,789 DEBUG blivet: Ext4FS.supported: supported: True ; >19:39:29,817 DEBUG blivet: /dev/sr0 is mounted on /run/install/repo >19:39:29,864 DEBUG blivet: /dev/sr0 is mounted on /run/install/repo >19:39:29,875 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sr0 ; >19:39:29,882 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:39:29,889 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 4389MB cdrom sr0 (0) with existing iso9660 filesystem >19:39:30,026 DEBUG blivet: /dev/sr0 is mounted on /run/install/repo >19:39:30,027 DEBUG blivet: /dev/sr0 is mounted on /run/install/repo >19:39:30,030 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sr0 ; >19:39:30,035 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:39:30,042 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 4389MB cdrom sr0 (0) with existing iso9660 filesystem >19:40:06,338 DEBUG blivet: Iso9660FS.supported: supported: True ; >19:40:06,339 DEBUG blivet: Iso9660FS.supported: supported: True ; >19:40:06,341 DEBUG blivet: NFSv4.supported: supported: False ; >19:40:06,342 DEBUG blivet: NFSv4.supported: supported: False ; >19:40:06,344 DEBUG blivet: SELinuxFS.supported: supported: False ; >19:40:06,347 DEBUG blivet: SELinuxFS.supported: supported: False ; >19:40:06,367 DEBUG blivet: Ext4FS.supported: supported: True ; >19:40:06,373 DEBUG blivet: Ext4FS.supported: supported: True ; >19:40:07,009 DEBUG blivet: Ext3FS.supported: supported: True ; >19:40:07,010 DEBUG blivet: Ext3FS.supported: supported: True ; >19:40:07,109 DEBUG blivet: Ext2FS.supported: supported: True ; >19:40:07,111 DEBUG blivet: Ext2FS.supported: supported: True ; >19:40:07,298 DEBUG blivet: SysFS.supported: supported: False ; >19:40:07,300 DEBUG blivet: SysFS.supported: supported: False ; >19:40:07,309 DEBUG blivet: MultipathMember.__init__: >19:40:07,315 DEBUG blivet: MDRaidMember.__init__: >19:40:07,319 DEBUG blivet: ProcFS.supported: supported: False ; >19:40:07,322 DEBUG blivet: ProcFS.supported: supported: False ; >19:40:07,332 DEBUG blivet: SwapSpace.__init__: >19:40:07,747 DEBUG blivet: DMRaidMember.__init__: >19:40:07,750 DEBUG blivet: DevPtsFS.supported: supported: False ; >19:40:07,757 DEBUG blivet: DevPtsFS.supported: supported: False ; >19:40:07,761 DEBUG blivet: BTRFS.supported: supported: True ; >19:40:07,938 DEBUG blivet: USBFS.supported: supported: False ; >19:40:07,940 DEBUG blivet: USBFS.supported: supported: False ; >19:40:07,942 DEBUG blivet: DiskLabel.__init__: >19:40:07,943 INFO blivet: DiskLabel.partedDevice returning None >19:40:07,945 DEBUG blivet: HFSPlus.supported: supported: False ; >19:40:07,946 DEBUG blivet: HFSPlus.supported: supported: False ; >19:40:07,952 DEBUG blivet: XFS.supported: supported: True ; >19:40:08,090 DEBUG blivet: XFS.supported: supported: True ; >19:40:08,097 DEBUG blivet: TmpFS.supported: supported: True ; >19:40:08,172 DEBUG blivet: TmpFS.supported: supported: True ; >19:40:08,184 DEBUG blivet: LUKS.__init__: >19:40:08,190 DEBUG blivet: NTFS.supported: supported: False ; >19:40:08,193 DEBUG blivet: NTFS.supported: supported: False ; >19:40:08,196 DEBUG blivet: BindFS.supported: supported: False ; >19:40:08,198 DEBUG blivet: BindFS.supported: supported: False ; >19:40:08,202 DEBUG blivet: HFS.supported: supported: False ; >19:40:08,205 DEBUG blivet: HFS.supported: supported: False ; >19:40:08,209 DEBUG blivet: LVMPhysicalVolume.__init__: >19:40:08,212 DEBUG blivet: NFS.supported: supported: False ; >19:40:08,214 DEBUG blivet: NFS.supported: supported: False ; >19:40:08,217 DEBUG blivet: FATFS.supported: supported: True ; >19:40:08,289 DEBUG blivet: FATFS.supported: supported: True ; >19:40:08,304 DEBUG blivet: NoDevFS.supported: supported: False ; >19:40:08,310 DEBUG blivet: NoDevFS.supported: supported: False ; >19:40:08,927 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >19:40:08,934 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (1) with existing gpt disklabel >19:40:14,772 INFO blivet: Detected 1552M of memory >19:40:14,776 INFO blivet: Swap attempt of 3104M >19:40:14,780 DEBUG blivet: clearpart: looking at vda3 >19:40:14,780 DEBUG blivet: clearpart: looking at vda2 >19:40:14,782 DEBUG blivet: clearpart: looking at vda1 >19:40:14,782 DEBUG blivet: checking whether disk vda has an empty extended >19:40:14,783 DEBUG blivet: extended is None ; logicals is [] >19:40:14,922 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >19:40:14,934 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (1) with existing gpt disklabel >19:40:15,093 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >19:40:15,102 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (1) with existing gpt disklabel >19:40:15,114 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >19:40:15,116 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (1) with existing gpt disklabel >19:40:15,119 DEBUG blivet: resolved 'vda' to 'vda' (disk) >19:40:15,250 DEBUG blivet: starting Blivet copy >19:40:15,356 DEBUG blivet: PartitionDevice._setPartedPartition: vda1 ; >19:40:15,359 DEBUG blivet: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9d9f6f9dd0> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9d9f6b51d0> PedPartition: <_ped.Partition object at 0x7f9d9f6b6050> >19:40:15,363 DEBUG blivet: PartitionDevice._setPartedPartition: vda2 ; >19:40:15,365 DEBUG blivet: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9d9f6f9dd0> fileSystem: <parted.filesystem.FileSystem object at 0x7f9d9f6b53d0> > number: 2 path: /dev/vda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9d9f6b5350> PedPartition: <_ped.Partition object at 0x7f9d9f6b60b0> >19:40:15,369 DEBUG blivet: PartitionDevice._setPartedPartition: vda3 ; >19:40:15,371 DEBUG blivet: device vda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9d9f6f9dd0> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9d9f6b5510> PedPartition: <_ped.Partition object at 0x7f9d9f6b6110> >19:40:15,372 DEBUG blivet: finished Blivet copy >19:40:24,840 DEBUG blivet: getFormat('BIOS Boot') returning BIOSBoot instance >19:40:26,389 DEBUG blivet: getFormat('BIOS Boot') returning BIOSBoot instance >19:40:26,392 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.Blivet object at 0x7f9d9f6f9850>, 1, ['vda'], {'encrypted': False, 'raid_level': None} >19:40:32,512 DEBUG blivet: PartitionDevice.setup: vda3 ; status: True ; controllable: True ; orig: False ; >19:40:32,513 DEBUG blivet: LUKS.setup: device: /dev/vda3 ; mapName: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: False ; type: luks ; >19:40:32,515 DEBUG blivet: LUKS.setup: device: /dev/vda3 ; status: False ; type: luks ; >19:40:34,722 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: vda3 ; >19:40:34,722 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:40:34,724 DEBUG storage.ui: LUKSDevice._setFormat: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; current: None ; type: None ; >19:40:34,725 INFO storage.ui: added luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (id 14) to device tree >19:40:34,725 INFO storage.ui: not going to create backup copy of non-existent /etc/mdadm.conf >19:40:34,726 INFO storage.ui: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >19:40:34,809 DEBUG storage.ui: protected device spec LABEL=Fedora_20-TC5_x86_64 resolved to sr0 >19:40:34,879 INFO storage.ui: devices to scan: ['sr0', 'vda', 'vda1', 'vda2', 'vda3', 'loop0', 'loop1', 'loop2', 'dm-0', 'dm-1', 'dm-2'] >19:40:34,895 DEBUG storage.ui: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00001 /dev/disk/by-label/Fedora\\x2020-TC5\\x20x86_64 /dev/disk/by-uuid/2013-12-05-13-18-15-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD': '1', > 'ID_CDROM_MEDIA_SESSION_COUNT': '1', > 'ID_CDROM_MEDIA_STATE': 'complete', > 'ID_CDROM_MEDIA_TRACK_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora_20-TC5_x86_64', > 'ID_FS_LABEL_ENC': 'Fedora\\x2020-TC5\\x20x86_64', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2013-12-05-13-18-15-00', > 'ID_FS_UUID_ENC': '2013-12-05-13-18-15-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_MODEL': 'QEMU_DVD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20DVD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '2bf6e89b', > 'ID_REVISION': '1.6.1', > 'ID_SERIAL': 'QEMU_DVD-ROM_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '311678', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00001', > '/dev/disk/by-label/Fedora\\x2020-TC5\\x20x86_64', > '/dev/disk/by-uuid/2013-12-05-13-18-15-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0'} ; name: sr0 ; >19:40:34,899 INFO storage.ui: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0)... >19:40:34,902 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sr0 ; >19:40:34,904 DEBUG storage.ui: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:40:34,912 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 4389MB cdrom sr0 (0) with existing iso9660 filesystem >19:40:34,917 DEBUG storage.ui: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:40:34,925 DEBUG storage.ui: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >19:40:34,927 DEBUG storage.ui: no type or existing type for sr0, bailing >19:40:34,930 DEBUG storage.ui: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:40:34,936 INFO storage.ui: got device: OpticalDevice instance (0x7f9d9f6f9a90) -- > name = sr0 status = True kids = 0 id = 0 > parents = [] > uuid = None size = 4389.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 2247168 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: True > hardwareGeometry: (139, 255, 63) biosGeometry: (139, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da783f320> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = iso9660 >19:40:34,939 DEBUG storage.ui: Iso9660FS.supported: supported: True ; >19:40:34,941 INFO storage.ui: got format: Iso9660FS instance (0x7f9d9f6f9b50) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2013-12-05-13-18-15-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora_20-TC5_x86_64 size = 0.0 targetSize = 0.0 > >19:40:34,945 DEBUG storage.ui: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '982ddebb-d9e2-4723-86df-24527b23c4f6', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '315905', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda'} ; name: vda ; >19:40:34,947 INFO storage.ui: scanning vda (/devices/pci0000:00/0000:00:07.0/virtio2/block/vda)... >19:40:34,951 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >19:40:34,953 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (1) with existing gpt disklabel >19:40:34,956 DEBUG storage.ui: DeviceTree.handleUdevDeviceFormat: name: vda ; >19:40:34,958 DEBUG storage.ui: DeviceTree.handleUdevDiskLabelFormat: device: vda ; label_type: gpt ; >19:40:34,959 DEBUG storage.ui: disklabel format on vda already set up >19:40:34,962 INFO storage.ui: got device: DiskDevice instance (0x7f9d9f6f9ad0) -- > name = vda status = True kids = 3 id = 1 > parents = [] > uuid = None size = 5242880.0 > format = existing gpt 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: 10737418240 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (10652200, 16, 63) biosGeometry: (668373, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da783f680> > target size = 0 path = /dev/vda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f9d9f6f9c10> >19:40:34,970 INFO storage.ui: got format: DiskLabel instance (0x7f9d9f6f9c50) -- > type = disklabel name = partition table (GPT) status = False > device = /dev/vda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = gpt partition count = 3 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: gpt primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x7f9d9f6b5110>, <parted.partition.Partition object at 0x7f9d9f6b5290>, <parted.partition.Partition object at 0x7f9d9f6b54d0>] > device: <parted.device.Device object at 0x7f9d9f6f9e10> > PedDisk: <_ped.Disk object at 0x7f9d9f70ae60> > origPartedDisk = <parted.disk.Disk object at 0x7f9d9f70c050> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 10737418240 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (10652200, 16, 63) biosGeometry: (668373, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da783f830> > >19:40:34,976 DEBUG storage.ui: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-partuuid/1e8d99ee-b436-4c66-a4cc-4404236bc408', > 'DEVNAME': 'vda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda1', > 'DEVTYPE': 'partition', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '2048', > 'ID_PART_ENTRY_TYPE': '21686148-6449-6e6f-744e-656564454649', > 'ID_PART_ENTRY_UUID': '1e8d99ee-b436-4c66-a4cc-4404236bc408', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '982ddebb-d9e2-4723-86df-24527b23c4f6', > 'MAJOR': '252', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '315934', > 'name': 'vda1', > 'symlinks': ['/dev/disk/by-partuuid/1e8d99ee-b436-4c66-a4cc-4404236bc408'], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda1'} ; name: vda1 ; >19:40:34,979 INFO storage.ui: scanning vda1 (/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda1)... >19:40:34,984 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda1 ; >19:40:34,986 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1MB partition vda1 (2) with existing biosboot >19:40:34,989 DEBUG storage.ui: DeviceTree.handleUdevDeviceFormat: name: vda1 ; >19:40:34,991 DEBUG storage.ui: DeviceTree.handleUdevDiskLabelFormat: device: vda1 ; label_type: gpt ; >19:40:34,994 DEBUG storage.ui: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: False ; >19:40:34,997 DEBUG storage.ui: DiskLabel.__init__: device: /dev/vda1 ; labelType: gpt ; exists: True ; >19:40:35,013 WARN storage.ui: disklabel detected but not usable on vda1 >19:40:35,014 DEBUG storage.ui: no type or existing type for vda1, bailing >19:40:35,019 INFO storage.ui: got device: PartitionDevice instance (0x7f9d9f6f9bd0) -- > name = vda1 status = True kids = 0 id = 2 > parents = ['existing 5242880MB disk vda (1) with existing gpt disklabel'] > uuid = None size = 1.0 > format = existing biosboot > 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: 2048 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (2, 16, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da41553b0> > target size = 0 path = /dev/vda1 > format args = [] originalFormat = biosboot grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9d9f6f9dd0> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9d9f6b51d0> PedPartition: <_ped.Partition object at 0x7f9d9f6b6050> > disk = existing 5242880MB disk vda (1) with existing gpt disklabel > start = 2048 end = 4095 length = 2048 > flags = bios_grub >19:40:35,021 INFO storage.ui: got format: BIOSBoot instance (0x7f9d9f70c610) -- > type = biosboot name = BIOS Boot status = False > device = /dev/vda1 uuid = None exists = True > options = None supported = True formattable = True resizable = False > >19:40:35,027 DEBUG storage.ui: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-partuuid/036c579d-b6a4-4c50-bb6b-2e0e8da8c5c3 /dev/disk/by-uuid/06cf66a8-1087-497a-9322-f088b94facc5', > 'DEVNAME': 'vda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda2', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '06cf66a8-1087-497a-9322-f088b94facc5', > 'ID_FS_UUID_ENC': '06cf66a8-1087-497a-9322-f088b94facc5', > 'ID_FS_VERSION': '1.0', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '4096', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1024000', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': '036c579d-b6a4-4c50-bb6b-2e0e8da8c5c3', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '982ddebb-d9e2-4723-86df-24527b23c4f6', > 'MAJOR': '252', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '315972', > 'name': 'vda2', > 'symlinks': ['/dev/disk/by-partuuid/036c579d-b6a4-4c50-bb6b-2e0e8da8c5c3', > '/dev/disk/by-uuid/06cf66a8-1087-497a-9322-f088b94facc5'], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda2'} ; name: vda2 ; >19:40:35,028 INFO storage.ui: scanning vda2 (/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda2)... >19:40:35,031 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda2 ; >19:40:35,033 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 500MB partition vda2 (3) with existing ext4 filesystem >19:40:35,035 DEBUG storage.ui: DeviceTree.handleUdevDeviceFormat: name: vda2 ; >19:40:35,037 DEBUG storage.ui: DeviceTree.handleUdevDiskLabelFormat: device: vda2 ; label_type: gpt ; >19:40:35,040 DEBUG storage.ui: PartitionDevice.setup: vda2 ; status: True ; controllable: True ; orig: False ; >19:40:35,042 DEBUG storage.ui: DiskLabel.__init__: device: /dev/vda2 ; labelType: gpt ; exists: True ; >19:40:35,053 WARN storage.ui: disklabel detected but not usable on vda2 >19:40:35,054 DEBUG storage.ui: no type or existing type for vda2, bailing >19:40:35,060 INFO storage.ui: got device: PartitionDevice instance (0x7f9d9f70c150) -- > name = vda2 status = True kids = 0 id = 3 > parents = ['existing 5242880MB disk vda (1) with existing gpt disklabel'] > uuid = None size = 500.0 > format = existing ext4 filesystem > 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: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1015, 16, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da4155440> > target size = 0 path = /dev/vda2 > format args = [] originalFormat = ext4 grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9d9f6f9dd0> fileSystem: <parted.filesystem.FileSystem object at 0x7f9d9f6b53d0> > number: 2 path: /dev/vda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9d9f6b5350> PedPartition: <_ped.Partition object at 0x7f9d9f6b60b0> > disk = existing 5242880MB disk vda (1) with existing gpt disklabel > start = 4096 end = 1028095 length = 1024000 > flags = >19:40:35,070 DEBUG storage.ui: Ext4FS.supported: supported: True ; >19:40:35,073 INFO storage.ui: got format: Ext4FS instance (0x7f9d9f70c750) -- > type = ext4 name = ext4 status = False > device = /dev/vda2 uuid = 06cf66a8-1087-497a-9322-f088b94facc5 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >19:40:35,078 DEBUG storage.ui: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-partuuid/1f0577e8-f745-415a-9b7e-eb3740f9478e /dev/disk/by-uuid/69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff', > 'DEVNAME': 'vda3', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda3', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'crypto_LUKS', > 'ID_FS_USAGE': 'crypto', > 'ID_FS_UUID': '69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff', > 'ID_FS_UUID_ENC': '69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff', > 'ID_FS_VERSION': '1', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '1028096', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '10736384000', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': '1f0577e8-f745-415a-9b7e-eb3740f9478e', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '982ddebb-d9e2-4723-86df-24527b23c4f6', > 'MAJOR': '252', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '316038', > 'name': 'vda3', > 'symlinks': ['/dev/disk/by-partuuid/1f0577e8-f745-415a-9b7e-eb3740f9478e', > '/dev/disk/by-uuid/69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff'], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda3'} ; name: vda3 ; >19:40:35,083 INFO storage.ui: scanning vda3 (/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda3)... >19:40:35,085 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda3 ; >19:40:35,086 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5242375MB partition vda3 (4) with existing luks >19:40:35,089 DEBUG storage.ui: DeviceTree.handleUdevDeviceFormat: name: vda3 ; >19:40:35,091 DEBUG storage.ui: DeviceTree.handleUdevDiskLabelFormat: device: vda3 ; label_type: gpt ; >19:40:35,093 DEBUG storage.ui: PartitionDevice.setup: vda3 ; status: True ; controllable: True ; orig: False ; >19:40:35,095 DEBUG storage.ui: DiskLabel.__init__: device: /dev/vda3 ; labelType: gpt ; exists: True ; >19:40:35,105 WARN storage.ui: disklabel detected but not usable on vda3 >19:40:35,106 DEBUG storage.ui: no type or existing type for vda3, bailing >19:40:35,109 INFO storage.ui: got device: PartitionDevice instance (0x7f9d9f70c690) -- > name = vda3 status = True kids = 1 id = 4 > parents = ['existing 5242880MB disk vda (1) with existing gpt disklabel'] > uuid = None size = 5242375.0 > format = existing luks > 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: 10736384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (10651174, 16, 63) biosGeometry: (668308, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da4155560> > target size = 0 path = /dev/vda3 > format args = [] originalFormat = luks grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9d9f6f9dd0> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9d9f6b5510> PedPartition: <_ped.Partition object at 0x7f9d9f6b6110> > disk = existing 5242880MB disk vda (1) with existing gpt disklabel > start = 1028096 end = 10737412095 length = 10736384000 > flags = >19:40:35,111 INFO storage.ui: got format: LUKS instance (0x7f9d9f70c890) -- > type = luks name = LUKS status = True > device = /dev/vda3 uuid = 69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff exists = True > options = None supported = False formattable = True resizable = False > cipher = None keySize = None mapName = luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff > keyFile = None passphrase = (set) > escrowCert = None addBackup = False >19:40:35,113 DEBUG storage.ui: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > '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': '325286', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >19:40:35,115 INFO storage.ui: scanning loop0 (/devices/virtual/block/loop0)... >19:40:35,116 DEBUG storage.ui: DeviceTree.getDeviceByName: name: loop0 ; >19:40:35,118 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 0MB loop loop0 (7) with existing squashfs >19:40:35,120 DEBUG storage.ui: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >19:40:35,122 DEBUG storage.ui: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >19:40:35,123 DEBUG storage.ui: getFormat('squashfs') returning DeviceFormat instance >19:40:35,124 DEBUG storage.ui: device loop0 does not contain a disklabel >19:40:35,124 DEBUG storage.ui: no type or existing type for loop0, bailing >19:40:35,125 INFO storage.ui: got device: LoopDevice instance (0x7f9d9f70c950) -- > name = loop0 status = False kids = 0 id = 7 > parents = ['existing 0MB file /run/install/repo/LiveOS/squashfs.img (6)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = squashfs >19:40:35,125 INFO storage.ui: got format: DeviceFormat instance (0x7f9d9f70cb10) -- > type = squashfs name = squashfs status = False > device = /dev/loop0 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >19:40:35,129 DEBUG storage.ui: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/eedce702-4423-4be7-861b-03909ed4f3fc', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'eedce702-4423-4be7-861b-03909ed4f3fc', > 'ID_FS_UUID_ENC': 'eedce702-4423-4be7-861b-03909ed4f3fc', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '325416', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/eedce702-4423-4be7-861b-03909ed4f3fc'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >19:40:35,130 INFO storage.ui: scanning loop1 (/devices/virtual/block/loop1)... >19:40:35,132 DEBUG storage.ui: DeviceTree.getDeviceByName: name: loop1 ; >19:40:35,133 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (9) with existing ext4 filesystem >19:40:35,135 DEBUG storage.ui: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >19:40:35,137 DEBUG storage.ui: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >19:40:35,139 DEBUG storage.ui: Ext4FS.supported: supported: True ; >19:40:35,140 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >19:40:35,141 DEBUG storage.ui: device loop1 does not contain a disklabel >19:40:35,141 DEBUG storage.ui: no type or existing type for loop1, bailing >19:40:35,142 INFO storage.ui: got device: LoopDevice instance (0x7f9d9f70cbd0) -- > name = loop1 status = False kids = 1 id = 9 > parents = ['existing 0MB file /LiveOS/rootfs.img (8)'] > uuid = None size = 0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = ext4 >19:40:35,144 DEBUG storage.ui: Ext4FS.supported: supported: True ; >19:40:35,146 INFO storage.ui: got format: Ext4FS instance (0x7f9d9f70cd90) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = eedce702-4423-4be7-861b-03909ed4f3fc exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >19:40:35,148 DEBUG storage.ui: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '325577', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >19:40:35,150 INFO storage.ui: scanning loop2 (/devices/virtual/block/loop2)... >19:40:35,151 DEBUG storage.ui: DeviceTree.getDeviceByName: name: loop2 ; >19:40:35,154 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (11) with existing DM_snapshot_cow >19:40:35,156 DEBUG storage.ui: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >19:40:35,157 DEBUG storage.ui: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >19:40:35,158 DEBUG storage.ui: getFormat('DM_snapshot_cow') returning DeviceFormat instance >19:40:35,158 DEBUG storage.ui: device loop2 does not contain a disklabel >19:40:35,159 DEBUG storage.ui: no type or existing type for loop2, bailing >19:40:35,160 INFO storage.ui: got device: LoopDevice instance (0x7f9d9f70ce50) -- > name = loop2 status = False kids = 1 id = 11 > parents = ['existing 0MB file /overlay (deleted) (10)'] > uuid = None size = 0 > format = existing DM_snapshot_cow > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = DM_snapshot_cow >19:40:35,160 INFO storage.ui: got format: DeviceFormat instance (0x7f9d9f70cf90) -- > type = DM_snapshot_cow name = DM_snapshot_cow status = False > device = /dev/loop2 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >19:40:35,164 DEBUG storage.ui: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/eedce702-4423-4be7-861b-03909ed4f3fc /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > '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': 'eedce702-4423-4be7-861b-03909ed4f3fc', > 'ID_FS_UUID_ENC': 'eedce702-4423-4be7-861b-03909ed4f3fc', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '13500', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/eedce702-4423-4be7-861b-03909ed4f3fc', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >19:40:35,166 INFO storage.ui: scanning live-rw (/devices/virtual/block/dm-0)... >19:40:35,168 DEBUG storage.ui: DeviceTree.getDeviceByName: name: live-rw ; >19:40:35,172 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 2048MB dm live-rw (12) with existing ext4 filesystem >19:40:35,179 DEBUG storage.ui: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >19:40:35,182 DEBUG storage.ui: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >19:40:35,187 DEBUG storage.ui: Ext4FS.supported: supported: True ; >19:40:35,189 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >19:40:35,190 DEBUG storage.ui: device live-rw does not contain a disklabel >19:40:35,194 DEBUG storage.ui: no type or existing type for live-rw, bailing >19:40:35,199 INFO storage.ui: got device: DMDevice instance (0x7f9d9f70cf50) -- > name = live-rw status = True kids = 0 id = 12 > parents = ['existing 0MB loop loop2 (11) with existing DM_snapshot_cow'] > uuid = None size = 2048.0 > 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 0x7f9da4155680> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = ext4 target = None dmUuid = None >19:40:35,204 DEBUG storage.ui: Ext4FS.supported: supported: True ; >19:40:35,205 INFO storage.ui: got format: Ext4FS instance (0x7f9d9f709150) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = eedce702-4423-4be7-861b-03909ed4f3fc exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >19:40:35,210 DEBUG storage.ui: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/Anaconda /dev/disk/by-uuid/eedce702-4423-4be7-861b-03909ed4f3fc /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > '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': 'eedce702-4423-4be7-861b-03909ed4f3fc', > 'ID_FS_UUID_ENC': 'eedce702-4423-4be7-861b-03909ed4f3fc', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '58087', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/eedce702-4423-4be7-861b-03909ed4f3fc', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >19:40:35,213 INFO storage.ui: scanning live-base (/devices/virtual/block/dm-1)... >19:40:35,216 DEBUG storage.ui: DeviceTree.getDeviceByName: name: live-base ; >19:40:35,219 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 2048MB dm live-base (13) with existing ext4 filesystem >19:40:35,221 DEBUG storage.ui: DeviceTree.handleUdevDeviceFormat: name: live-base ; >19:40:35,226 DEBUG storage.ui: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >19:40:35,228 DEBUG storage.ui: Ext4FS.supported: supported: True ; >19:40:35,229 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >19:40:35,229 DEBUG storage.ui: device live-base does not contain a disklabel >19:40:35,230 DEBUG storage.ui: no type or existing type for live-base, bailing >19:40:35,233 INFO storage.ui: got device: DMDevice instance (0x7f9d9f709090) -- > name = live-base status = True kids = 0 id = 13 > parents = ['existing 0MB loop loop1 (9) with existing ext4 filesystem'] > uuid = None size = 2048.0 > 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 0x7f9da75f2d40> > target size = 0 path = /dev/mapper/live-base > format args = [] originalFormat = ext4 target = None dmUuid = None >19:40:35,236 DEBUG storage.ui: Ext4FS.supported: supported: True ; >19:40:35,237 INFO storage.ui: got format: Ext4FS instance (0x7f9d9f7092d0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-base uuid = eedce702-4423-4be7-861b-03909ed4f3fc exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >19:40:35,242 DEBUG storage.ui: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-69d1f1ff0a2e468e9c4fc7a33503e6ff-luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff /dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_NAME': 'luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff', > 'DM_SUSPENDED': '0', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'CRYPT-LUKS1-69d1f1ff0a2e468e9c4fc7a33503e6ff-luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'lU7Q1T-skew-G5EQ-6Zkt-AeGG-Qcgm-WNuQLp', > 'ID_FS_UUID_ENC': 'lU7Q1T-skew-G5EQ-6Zkt-AeGG-Qcgm-WNuQLp', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'LVM PV lU7Q1T-skew-G5EQ-6Zkt-AeGG-Qcgm-WNuQLp on /dev/dm-2', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'SYSTEMD_ALIAS': '/dev/block/253:2', > 'SYSTEMD_WANTS': 'lvm2-pvscan@253:2.service', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '96746542', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff', > '/dev/disk/by-id/dm-uuid-CRYPT-LUKS1-69d1f1ff0a2e468e9c4fc7a33503e6ff-luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff', > '/dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; >19:40:35,244 INFO storage.ui: scanning luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (/devices/virtual/block/dm-2)... >19:40:35,246 DEBUG storage.ui: DeviceTree.getDeviceByName: name: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; >19:40:35,248 DEBUG storage.ui: looking up parted Device: /dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff >19:40:35,252 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (14) >19:40:35,254 DEBUG storage.ui: DeviceTree.handleUdevDeviceFormat: name: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; >19:40:35,260 DEBUG storage.ui: DeviceTree.handleUdevDiskLabelFormat: device: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; label_type: None ; >19:40:35,262 DEBUG storage.ui: LVMPhysicalVolume.__init__: >19:40:35,263 DEBUG storage.ui: getFormat('LVM2_member') returning LVMPhysicalVolume instance >19:40:35,264 DEBUG storage.ui: device luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff does not contain a disklabel >19:40:35,639 INFO storage.ui: type detected on 'luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff' is 'LVM2_member' >19:40:35,648 DEBUG storage.ui: LVMPhysicalVolume.__init__: vgName: fedora ; uuid: lU7Q1T-skew-G5EQ-6Zkt-AeGG-Qcgm-WNuQLp ; exists: True ; vgUuid: lw8KO7-wPpH-Z72t-rUsX-VSwJ-Jntp-OPdRwM ; label: None ; peStart: 1.0 ; device: /dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; serial: None ; >19:40:35,650 DEBUG storage.ui: getFormat('LVM2_member') returning LVMPhysicalVolume instance >19:40:35,653 DEBUG storage.ui: LUKSDevice._setFormat: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; current: None ; type: lvmpv ; >19:40:35,655 DEBUG storage.ui: DeviceTree.handleUdevLVMPVFormat: type: lvmpv ; name: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; >19:40:35,658 DEBUG storage.ui: DeviceTree.getDeviceByUuid returned None >19:40:35,661 DEBUG storage.ui: LUKSDevice.addChild: kids: 0 ; name: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; >19:40:35,663 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:40:35,665 DEBUG storage.ui: LVMVolumeGroupDevice._setFormat: fedora ; current: None ; type: None ; >19:40:35,668 INFO storage.ui: added lvmvg fedora (id 15) to device tree >19:40:35,734 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-home ; >19:40:35,739 DEBUG storage.ui: DeviceTree.getDeviceByName returned None >19:40:35,795 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-pool00 ; >19:40:35,800 DEBUG storage.ui: DeviceTree.getDeviceByName returned None >19:40:35,807 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-pool00 ; >19:40:35,811 DEBUG storage.ui: DeviceTree.getDeviceByName returned None >19:40:35,813 DEBUG storage.ui: DeviceTree.getDeviceByUuid returned None >19:40:35,816 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 0 ; name: fedora ; >19:40:35,818 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:40:35,821 DEBUG storage.ui: LVMThinPoolDevice._setFormat: fedora-pool00 ; current: None ; type: None ; >19:40:35,823 DEBUG storage.ui: looking up parted Device: /dev/mapper/fedora-pool00 >19:40:35,827 DEBUG storage.ui: Adding fedora-pool00/5222884MB to fedora >19:40:35,828 INFO storage.ui: added lvmthinpool fedora-pool00 (id 16) to device tree >19:40:35,831 DEBUG storage.ui: LVMThinPoolDevice.setup: fedora-pool00 ; status: True ; controllable: True ; orig: False ; >19:40:35,834 DEBUG storage.ui: LVMThinPoolDevice.updateSysfsPath: fedora-pool00 ; status: True ; >19:40:35,837 DEBUG storage.ui: LVMThinPoolDevice.getDMNode: fedora-pool00 ; status: True ; >19:40:35,843 DEBUG storage.ui: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/mapper/fedora-pool00', > 'DEVNAME': 'dm-6', > 'DEVPATH': '/devices/virtual/block/dm-6', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_LV_NAME': 'pool00', > 'DM_NAME': 'fedora-pool00', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', > 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwM3HYSLvdBxTcrPn175etE6fKva7SEQDWo', > 'DM_VG_NAME': 'fedora', > 'MAJOR': '253', > 'MINOR': '6', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '0', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '235179', > 'name': 'dm-6', > 'symlinks': ['/dev/mapper/fedora-pool00'], > 'sysfs_path': '/devices/virtual/block/dm-6'} ; name: fedora-pool00 ; >19:40:35,845 INFO storage.ui: scanning fedora-pool00 (/devices/virtual/block/dm-6)... >19:40:35,847 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-pool00 ; >19:40:35,850 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5222884MB lvmthinpool fedora-pool00 (16) >19:40:35,854 DEBUG storage.ui: DeviceTree.handleUdevDeviceFormat: name: fedora-pool00 ; >19:40:35,856 DEBUG storage.ui: DeviceTree.handleUdevDiskLabelFormat: device: fedora-pool00 ; label_type: None ; >19:40:35,857 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:40:35,859 DEBUG storage.ui: LVMThinPoolDevice.setup: fedora-pool00 ; status: True ; controllable: True ; orig: False ; >19:40:35,862 DEBUG storage.ui: DiskLabel.__init__: device: /dev/mapper/fedora-pool00 ; labelType: None ; exists: True ; >19:40:35,874 WARN storage.ui: disklabel detected but not usable on fedora-pool00 >19:40:35,875 DEBUG storage.ui: no type or existing type for fedora-pool00, bailing >19:40:35,881 DEBUG storage.ui: looking up parted Device: /dev/mapper/fedora >19:40:35,884 DEBUG storage.ui: fedora size is 5242372MB >19:40:35,886 DEBUG storage.ui: vg fedora has 3104MB free >19:40:35,887 DEBUG storage.ui: fedora size is 5242372MB >19:40:35,889 DEBUG storage.ui: vg fedora has 3104MB free >19:40:35,891 INFO storage.ui: got device: LVMThinPoolDevice instance (0x7f9d9f709050) -- > name = fedora-pool00 status = True kids = 0 id = 16 > parents = ['existing 5242372MB lvmvg fedora (15)'] > uuid = 3HYSLv-dBxT-crPn-175e-tE6f-Kva7-SEQDWo size = 5222884.0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-6 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-pool00 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 10696466432 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (665824, 255, 63) biosGeometry: (665824, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da651bcb0> > target size = 5222884.0 path = /dev/mapper/fedora-pool00 > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f9d9febbfd0) -- > name = fedora status = True kids = 1 id = 15 > parents = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (14) with existing lvmpv'] > uuid = lw8KO7-wPpH-Z72t-rUsX-VSwJ-Jntp-OPdRwM size = 5242372 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 16224.0 PE Size = 4.0 PE Count = 1310593 > PE Free = 4056 PV Count = 1 > LV Names = ['home', '[lvol0_pmspare]', 'pool00', '[pool00_tdata]', '[pool00_tmeta]', 'root', 'swap'] modified = False > extents = 1310593.0 free space = 3104 > free extents = 776.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (14) with existing lvmpv'] > LVs = ['existing 5222884MB lvmthinpool fedora-pool00 (16)'] > segment type = thin-pool percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 5239268MB >19:40:35,894 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-pool00 ; >19:40:35,897 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5222884MB lvmthinpool fedora-pool00 (16) >19:40:35,899 DEBUG storage.ui: DeviceTree.getDeviceByUuid returned None >19:40:35,901 DEBUG storage.ui: LVMThinPoolDevice.addChild: kids: 0 ; name: fedora-pool00 ; >19:40:35,902 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:40:35,904 DEBUG storage.ui: LVMThinLogicalVolumeDevice._setFormat: fedora-home ; current: None ; type: None ; >19:40:35,905 DEBUG storage.ui: looking up parted Device: /dev/mapper/fedora-home >19:40:35,913 DEBUG storage.ui: Adding fedora-home/5171684MB to fedora >19:40:35,915 DEBUG storage.ui: Adding fedora-home/5171684MB to fedora-pool00 >19:40:35,918 INFO storage.ui: added lvmthinlv fedora-home (id 17) to device tree >19:40:35,924 DEBUG storage.ui: LVMThinLogicalVolumeDevice.setup: fedora-home ; status: True ; controllable: True ; orig: False ; >19:40:35,927 DEBUG storage.ui: LVMThinLogicalVolumeDevice.updateSysfsPath: fedora-home ; status: True ; >19:40:35,931 DEBUG storage.ui: LVMThinLogicalVolumeDevice.getDMNode: fedora-home ; status: True ; >19:40:35,939 DEBUG storage.ui: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-home /dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMajAkbcyTrAln3u5PWdHwKfJIn92vYf8s /dev/disk/by-uuid/6da4b76b-2409-4296-a69a-96c82d2f49d8 /dev/fedora/home /dev/mapper/fedora-home', > 'DEVNAME': 'dm-8', > 'DEVPATH': '/devices/virtual/block/dm-8', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_LV_NAME': 'home', > 'DM_NAME': 'fedora-home', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMajAkbcyTrAln3u5PWdHwKfJIn92vYf8s', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '6da4b76b-2409-4296-a69a-96c82d2f49d8', > 'ID_FS_UUID_ENC': '6da4b76b-2409-4296-a69a-96c82d2f49d8', > 'MAJOR': '253', > 'MINOR': '8', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '97253406', > 'name': 'dm-8', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-home', > '/dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMajAkbcyTrAln3u5PWdHwKfJIn92vYf8s', > '/dev/disk/by-uuid/6da4b76b-2409-4296-a69a-96c82d2f49d8', > '/dev/fedora/home', > '/dev/mapper/fedora-home'], > 'sysfs_path': '/devices/virtual/block/dm-8'} ; name: fedora-home ; >19:40:35,941 INFO storage.ui: scanning fedora-home (/devices/virtual/block/dm-8)... >19:40:35,943 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-home ; >19:40:35,946 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5171684MB lvmthinlv fedora-home (17) >19:40:35,949 DEBUG storage.ui: DeviceTree.handleUdevDeviceFormat: name: fedora-home ; >19:40:35,951 DEBUG storage.ui: DeviceTree.handleUdevDiskLabelFormat: device: fedora-home ; label_type: None ; >19:40:35,953 DEBUG storage.ui: XFS.supported: supported: True ; >19:40:35,954 DEBUG storage.ui: getFormat('xfs') returning XFS instance >19:40:35,955 DEBUG storage.ui: device fedora-home does not contain a disklabel >19:40:35,955 INFO storage.ui: type detected on 'fedora-home' is 'xfs' >19:40:36,415 DEBUG storage.ui: XFS.supported: supported: True ; >19:40:36,417 DEBUG storage.ui: getFormat('xfs') returning XFS instance >19:40:36,431 DEBUG storage.ui: LVMThinLogicalVolumeDevice._setFormat: fedora-home ; current: None ; type: xfs ; >19:40:36,440 DEBUG storage.ui: looking up parted Device: /dev/mapper/fedora >19:40:36,442 DEBUG storage.ui: fedora size is 5242372MB >19:40:36,445 DEBUG storage.ui: vg fedora has 3104MB free >19:40:36,446 DEBUG storage.ui: fedora size is 5242372MB >19:40:36,448 DEBUG storage.ui: vg fedora has 3104MB free >19:40:36,452 INFO storage.ui: got device: LVMThinLogicalVolumeDevice instance (0x7f9d9f7091d0) -- > name = fedora-home status = True kids = 0 id = 17 > parents = ['existing 5222884MB lvmthinpool fedora-pool00 (16)'] > uuid = ajAkbc-yTrA-ln3u-5PWd-HwKf-JIn9-2vYf8s size = 5171684.0 > format = existing xfs filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-8 partedDevice = parted.Device instance -- > model: Linux device-mapper (thin) path: /dev/mapper/fedora-home type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 10591608832 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (659297, 255, 63) biosGeometry: (659297, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da651bb90> > target size = 5171684.0 path = /dev/mapper/fedora-home > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f9d9febbfd0) -- > name = fedora status = True kids = 1 id = 15 > parents = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (14) with existing lvmpv'] > uuid = lw8KO7-wPpH-Z72t-rUsX-VSwJ-Jntp-OPdRwM size = 5242372 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 16224.0 PE Size = 4.0 PE Count = 1310593 > PE Free = 4056 PV Count = 1 > LV Names = ['home', '[lvol0_pmspare]', 'pool00', '[pool00_tdata]', '[pool00_tmeta]', 'root', 'swap'] modified = False > extents = 1310593.0 free space = 3104 > free extents = 776.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (14) with existing lvmpv'] > LVs = ['existing 5222884MB lvmthinpool fedora-pool00 (16)', > 'existing 5171684MB lvmthinlv fedora-home (17) with existing xfs filesystem'] > segment type = thin percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 0MB >19:40:36,455 DEBUG storage.ui: XFS.supported: supported: True ; >19:40:36,456 INFO storage.ui: got format: XFS instance (0x7f9da64bc3d0) -- > type = xfs name = xfs status = False > device = /dev/mapper/fedora-home uuid = 6da4b76b-2409-4296-a69a-96c82d2f49d8 exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >19:40:36,458 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-[lvol0_pmspare] ; >19:40:36,461 DEBUG storage.ui: DeviceTree.getDeviceByName returned None >19:40:36,463 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-pool00 ; >19:40:36,466 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5222884MB lvmthinpool fedora-pool00 (16) >19:40:36,467 DEBUG storage.ui: already added fedora-pool00 >19:40:36,468 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-[pool00_tdata] ; >19:40:36,470 DEBUG storage.ui: DeviceTree.getDeviceByName returned None >19:40:36,472 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-[pool00_tmeta] ; >19:40:36,474 DEBUG storage.ui: DeviceTree.getDeviceByName returned None >19:40:36,476 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-root ; >19:40:36,479 DEBUG storage.ui: DeviceTree.getDeviceByName returned None >19:40:36,534 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-pool00 ; >19:40:36,541 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5222884MB lvmthinpool fedora-pool00 (16) >19:40:36,544 DEBUG storage.ui: DeviceTree.getDeviceByUuid returned None >19:40:36,548 DEBUG storage.ui: LVMThinPoolDevice.addChild: kids: 1 ; name: fedora-pool00 ; >19:40:36,550 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:40:36,552 DEBUG storage.ui: LVMThinLogicalVolumeDevice._setFormat: fedora-root ; current: None ; type: None ; >19:40:36,554 DEBUG storage.ui: looking up parted Device: /dev/mapper/fedora-root >19:40:36,560 DEBUG storage.ui: Adding fedora-root/51200MB to fedora >19:40:36,561 DEBUG storage.ui: Adding fedora-root/51200MB to fedora-pool00 >19:40:36,562 INFO storage.ui: added lvmthinlv fedora-root (id 18) to device tree >19:40:36,564 DEBUG storage.ui: LVMThinLogicalVolumeDevice.setup: fedora-root ; status: True ; controllable: True ; orig: False ; >19:40:36,575 DEBUG storage.ui: LVMThinLogicalVolumeDevice.updateSysfsPath: fedora-root ; status: True ; >19:40:36,579 DEBUG storage.ui: LVMThinLogicalVolumeDevice.getDMNode: fedora-root ; status: True ; >19:40:36,592 DEBUG storage.ui: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-root /dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMacFKCriW7AcLsrkNZe6ECKQDFSnW3LTH /dev/disk/by-uuid/f667c1ce-0763-431e-98bd-ad1ce59424aa /dev/fedora/root /dev/mapper/fedora-root', > 'DEVNAME': 'dm-7', > 'DEVPATH': '/devices/virtual/block/dm-7', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_LV_NAME': 'root', > 'DM_NAME': 'fedora-root', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMacFKCriW7AcLsrkNZe6ECKQDFSnW3LTH', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f667c1ce-0763-431e-98bd-ad1ce59424aa', > 'ID_FS_UUID_ENC': 'f667c1ce-0763-431e-98bd-ad1ce59424aa', > 'MAJOR': '253', > 'MINOR': '7', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '247266', > 'name': 'dm-7', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-root', > '/dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMacFKCriW7AcLsrkNZe6ECKQDFSnW3LTH', > '/dev/disk/by-uuid/f667c1ce-0763-431e-98bd-ad1ce59424aa', > '/dev/fedora/root', > '/dev/mapper/fedora-root'], > 'sysfs_path': '/devices/virtual/block/dm-7'} ; name: fedora-root ; >19:40:36,594 INFO storage.ui: scanning fedora-root (/devices/virtual/block/dm-7)... >19:40:36,596 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-root ; >19:40:36,599 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 51200MB lvmthinlv fedora-root (18) >19:40:36,602 DEBUG storage.ui: DeviceTree.handleUdevDeviceFormat: name: fedora-root ; >19:40:36,605 DEBUG storage.ui: DeviceTree.handleUdevDiskLabelFormat: device: fedora-root ; label_type: None ; >19:40:36,607 DEBUG storage.ui: XFS.supported: supported: True ; >19:40:36,609 DEBUG storage.ui: getFormat('xfs') returning XFS instance >19:40:36,609 DEBUG storage.ui: device fedora-root does not contain a disklabel >19:40:36,610 INFO storage.ui: type detected on 'fedora-root' is 'xfs' >19:40:36,782 DEBUG storage.ui: XFS.supported: supported: True ; >19:40:36,792 DEBUG storage.ui: getFormat('xfs') returning XFS instance >19:40:36,796 DEBUG storage.ui: LVMThinLogicalVolumeDevice._setFormat: fedora-root ; current: None ; type: xfs ; >19:40:36,809 DEBUG storage.ui: looking up parted Device: /dev/mapper/fedora >19:40:36,812 DEBUG storage.ui: fedora size is 5242372MB >19:40:36,815 DEBUG storage.ui: vg fedora has 3104MB free >19:40:36,817 DEBUG storage.ui: fedora size is 5242372MB >19:40:36,819 DEBUG storage.ui: vg fedora has 3104MB free >19:40:36,824 INFO storage.ui: got device: LVMThinLogicalVolumeDevice instance (0x7f9d9deef990) -- > name = fedora-root status = True kids = 0 id = 18 > parents = ['existing 5222884MB lvmthinpool fedora-pool00 (16)'] > uuid = acFKCr-iW7A-cLsr-kNZe-6ECK-QDFS-nW3LTH size = 51200.0 > format = existing xfs filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-7 partedDevice = parted.Device instance -- > model: Linux device-mapper (thin) path: /dev/mapper/fedora-root type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 104857600 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (6527, 255, 63) biosGeometry: (6527, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da651bdd0> > target size = 51200.0 path = /dev/mapper/fedora-root > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f9d9febbfd0) -- > name = fedora status = True kids = 1 id = 15 > parents = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (14) with existing lvmpv'] > uuid = lw8KO7-wPpH-Z72t-rUsX-VSwJ-Jntp-OPdRwM size = 5242372 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 16224.0 PE Size = 4.0 PE Count = 1310593 > PE Free = 4056 PV Count = 1 > LV Names = ['home', '[lvol0_pmspare]', 'pool00', '[pool00_tdata]', '[pool00_tmeta]', 'root', 'swap'] modified = False > extents = 1310593.0 free space = 3104 > free extents = 776.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (14) with existing lvmpv'] > LVs = ['existing 5222884MB lvmthinpool fedora-pool00 (16)', > 'existing 5171684MB lvmthinlv fedora-home (17) with existing xfs filesystem', > 'existing 51200MB lvmthinlv fedora-root (18) with existing xfs filesystem'] > segment type = thin percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 0MB >19:40:36,827 DEBUG storage.ui: XFS.supported: supported: True ; >19:40:36,828 INFO storage.ui: got format: XFS instance (0x7f9da64bc0d0) -- > type = xfs name = xfs status = False > device = /dev/mapper/fedora-root uuid = f667c1ce-0763-431e-98bd-ad1ce59424aa exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >19:40:36,830 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-swap ; >19:40:36,833 DEBUG storage.ui: DeviceTree.getDeviceByName returned None >19:40:36,836 DEBUG storage.ui: DeviceTree.getDeviceByUuid returned None >19:40:36,838 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 1 ; name: fedora ; >19:40:36,840 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:40:36,842 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-swap ; current: None ; type: None ; >19:40:36,843 DEBUG storage.ui: looking up parted Device: /dev/mapper/fedora-swap >19:40:36,846 DEBUG storage.ui: Adding fedora-swap/3104MB to fedora >19:40:36,847 INFO storage.ui: added lvmlv fedora-swap (id 19) to device tree >19:40:36,854 DEBUG storage.ui: LVMLogicalVolumeDevice.setup: fedora-swap ; status: True ; controllable: True ; orig: False ; >19:40:36,859 DEBUG storage.ui: LVMLogicalVolumeDevice.updateSysfsPath: fedora-swap ; status: True ; >19:40:36,866 DEBUG storage.ui: LVMLogicalVolumeDevice.getDMNode: fedora-swap ; status: True ; >19:40:36,876 DEBUG storage.ui: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-swap /dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMAf36BVQd47VPketa33a8Y93LGyli2f03 /dev/disk/by-uuid/6e57f2a4-a5c3-466a-b417-55a8df4df702 /dev/fedora/swap /dev/mapper/fedora-swap', > 'DEVNAME': 'dm-9', > 'DEVPATH': '/devices/virtual/block/dm-9', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_LV_NAME': 'swap', > 'DM_NAME': 'fedora-swap', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMAf36BVQd47VPketa33a8Y93LGyli2f03', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '6e57f2a4-a5c3-466a-b417-55a8df4df702', > 'ID_FS_UUID_ENC': '6e57f2a4-a5c3-466a-b417-55a8df4df702', > 'ID_FS_VERSION': '2', > 'MAJOR': '253', > 'MINOR': '9', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '97259427', > 'name': 'dm-9', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-swap', > '/dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMAf36BVQd47VPketa33a8Y93LGyli2f03', > '/dev/disk/by-uuid/6e57f2a4-a5c3-466a-b417-55a8df4df702', > '/dev/fedora/swap', > '/dev/mapper/fedora-swap'], > 'sysfs_path': '/devices/virtual/block/dm-9'} ; name: fedora-swap ; >19:40:36,877 INFO storage.ui: scanning fedora-swap (/devices/virtual/block/dm-9)... >19:40:36,880 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-swap ; >19:40:36,883 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 3104MB lvmlv fedora-swap (19) >19:40:36,885 DEBUG storage.ui: DeviceTree.handleUdevDeviceFormat: name: fedora-swap ; >19:40:36,887 DEBUG storage.ui: DeviceTree.handleUdevDiskLabelFormat: device: fedora-swap ; label_type: None ; >19:40:36,890 DEBUG storage.ui: SwapSpace.__init__: >19:40:36,891 DEBUG storage.ui: getFormat('swap') returning SwapSpace instance >19:40:36,891 DEBUG storage.ui: device fedora-swap does not contain a disklabel >19:40:36,891 INFO storage.ui: type detected on 'fedora-swap' is 'swap' >19:40:36,894 DEBUG storage.ui: SwapSpace.__init__: device: /dev/mapper/fedora-swap ; serial: None ; uuid: 6e57f2a4-a5c3-466a-b417-55a8df4df702 ; exists: True ; label: None ; >19:40:36,894 DEBUG storage.ui: getFormat('swap') returning SwapSpace instance >19:40:36,896 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-swap ; current: None ; type: swap ; >19:40:36,902 DEBUG storage.ui: looking up parted Device: /dev/mapper/fedora >19:40:36,904 DEBUG storage.ui: fedora size is 5242372MB >19:40:36,907 DEBUG storage.ui: vg fedora has 0MB free >19:40:36,909 DEBUG storage.ui: fedora size is 5242372MB >19:40:36,911 DEBUG storage.ui: vg fedora has 0MB free >19:40:36,916 INFO storage.ui: got device: LVMLogicalVolumeDevice instance (0x7f9d9deefc10) -- > name = fedora-swap status = True kids = 0 id = 19 > parents = ['existing 5242372MB lvmvg fedora (15)'] > uuid = Af36BV-Qd47-VPke-ta33-a8Y9-3LGy-li2f03 size = 3104.0 > format = existing swap > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-9 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-swap type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 6356992 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (395, 255, 63) biosGeometry: (395, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da651bb00> > target size = 3104.0 path = /dev/mapper/fedora-swap > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f9d9febbfd0) -- > name = fedora status = True kids = 2 id = 15 > parents = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (14) with existing lvmpv'] > uuid = lw8KO7-wPpH-Z72t-rUsX-VSwJ-Jntp-OPdRwM size = 5242372 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 16224.0 PE Size = 4.0 PE Count = 1310593 > PE Free = 4056 PV Count = 1 > LV Names = ['home', '[lvol0_pmspare]', 'pool00', '[pool00_tdata]', '[pool00_tmeta]', 'root', 'swap'] modified = False > extents = 1310593.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (14) with existing lvmpv'] > LVs = ['existing 5222884MB lvmthinpool fedora-pool00 (16)', > 'existing 5171684MB lvmthinlv fedora-home (17) with existing xfs filesystem', > 'existing 51200MB lvmthinlv fedora-root (18) with existing xfs filesystem', > 'existing 3104MB lvmlv fedora-swap (19) with existing swap'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 3104MB >19:40:36,917 INFO storage.ui: got format: SwapSpace instance (0x7f9da64bc510) -- > type = swap name = swap status = False > device = /dev/mapper/fedora-swap uuid = 6e57f2a4-a5c3-466a-b417-55a8df4df702 exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >19:40:36,919 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-home ; >19:40:36,922 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5171684MB lvmthinlv fedora-home (17) with existing xfs filesystem >19:40:36,923 DEBUG storage.ui: set fedora-home copies to 1, metadata size to 0MB, log size to 0MB, total size 0MB >19:40:36,924 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-swap ; >19:40:36,927 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 3104MB lvmlv fedora-swap (19) with existing swap >19:40:36,928 DEBUG storage.ui: set fedora-swap copies to 1, metadata size to 0MB, log size to 0MB, total size 3104MB >19:40:36,930 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-pool00 ; >19:40:36,932 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5222884MB lvmthinpool fedora-pool00 (16) >19:40:36,934 DEBUG storage.ui: set fedora-pool00 copies to 1, metadata size to 0MB, log size to 0MB, total size 5239268MB >19:40:36,935 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-root ; >19:40:36,937 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 51200MB lvmthinlv fedora-root (18) with existing xfs filesystem >19:40:36,937 DEBUG storage.ui: set fedora-root copies to 1, metadata size to 0MB, log size to 0MB, total size 0MB >19:40:36,939 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-pool00_tdata ; >19:40:36,940 DEBUG storage.ui: DeviceTree.getDeviceByName returned None >19:40:36,941 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-lvol0_pmspare ; >19:40:36,943 DEBUG storage.ui: DeviceTree.getDeviceByName returned None >19:40:36,944 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-pool00_tmeta ; >19:40:36,946 DEBUG storage.ui: DeviceTree.getDeviceByName returned None >19:40:36,948 INFO storage.ui: got device: LUKSDevice instance (0x7f9d9dfeee50) -- > name = luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff status = True kids = 1 id = 14 > parents = ['existing 5242375MB partition vda3 (4) with existing luks'] > uuid = None size = 5242373.0 > format = existing lvmpv > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (crypt) path: /dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 10736379904 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (668308, 255, 63) biosGeometry: (668308, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da651bd40> > target size = 0 path = /dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff > format args = [] originalFormat = None target = crypt dmUuid = None >19:40:36,949 INFO storage.ui: got format: LVMPhysicalVolume instance (0x7f9d9deef750) -- > type = lvmpv name = physical volume (LVM) status = False > device = /dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff uuid = lU7Q1T-skew-G5EQ-6Zkt-AeGG-Qcgm-WNuQLp exists = True > options = None supported = True formattable = True resizable = False > vgName = fedora vgUUID = lw8KO7-wPpH-Z72t-rUsX-VSwJ-Jntp-OPdRwM peStart = 1.0 >19:40:37,012 INFO storage.ui: devices to scan: ['dm-3', 'dm-4', 'dm-5', 'dm-6', 'dm-7', 'dm-8', 'dm-9'] >19:40:37,019 DEBUG storage.ui: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/mapper/fedora-pool00_tmeta', > 'DEVNAME': 'dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_LV_NAME': 'pool00_tmeta', > 'DM_NAME': 'fedora-pool00_tmeta', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', > 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMMkZcXj9k1MygmxjWqzzOoyAGnosvEO0e', > 'DM_VG_NAME': 'fedora', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '0', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '73064', > 'name': 'dm-3', > 'symlinks': ['/dev/mapper/fedora-pool00_tmeta'], > 'sysfs_path': '/devices/virtual/block/dm-3'} ; name: fedora-pool00_tmeta ; >19:40:37,021 INFO storage.ui: scanning fedora-pool00_tmeta (/devices/virtual/block/dm-3)... >19:40:37,023 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-pool00_tmeta ; >19:40:37,026 DEBUG storage.ui: DeviceTree.getDeviceByName returned None >19:40:37,027 INFO storage.ui: fedora-pool00_tmeta is an lvm logical volume >19:40:37,028 DEBUG storage.ui: DeviceTree.addUdevLVDevice: name: fedora-pool00_tmeta ; >19:40:37,030 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora ; >19:40:37,034 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5242372MB lvmvg fedora (15) >19:40:37,036 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora ; >19:40:37,039 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5242372MB lvmvg fedora (15) >19:40:37,040 DEBUG storage.ui: no device or no media present >19:40:37,043 DEBUG storage.ui: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/mapper/fedora-pool00_tdata', > 'DEVNAME': 'dm-4', > 'DEVPATH': '/devices/virtual/block/dm-4', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_LV_NAME': 'pool00_tdata', > 'DM_NAME': 'fedora-pool00_tdata', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', > 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwM1Cq4WXX3OEz5NV4bh4oyunEKeLxctjaZ', > 'DM_VG_NAME': 'fedora', > 'MAJOR': '253', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '0', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '77770', > 'name': 'dm-4', > 'symlinks': ['/dev/mapper/fedora-pool00_tdata'], > 'sysfs_path': '/devices/virtual/block/dm-4'} ; name: fedora-pool00_tdata ; >19:40:37,043 INFO storage.ui: scanning fedora-pool00_tdata (/devices/virtual/block/dm-4)... >19:40:37,045 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-pool00_tdata ; >19:40:37,047 DEBUG storage.ui: DeviceTree.getDeviceByName returned None >19:40:37,047 INFO storage.ui: fedora-pool00_tdata is an lvm logical volume >19:40:37,049 DEBUG storage.ui: DeviceTree.addUdevLVDevice: name: fedora-pool00_tdata ; >19:40:37,051 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora ; >19:40:37,053 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5242372MB lvmvg fedora (15) >19:40:37,058 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora ; >19:40:37,062 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5242372MB lvmvg fedora (15) >19:40:37,063 DEBUG storage.ui: no device or no media present >19:40:37,066 DEBUG storage.ui: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/mapper/fedora-pool00-tpool', > 'DEVNAME': 'dm-5', > 'DEVPATH': '/devices/virtual/block/dm-5', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_LV_LAYER': 'tpool', > 'DM_LV_NAME': 'pool00', > 'DM_NAME': 'fedora-pool00-tpool', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', > 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwM3HYSLvdBxTcrPn175etE6fKva7SEQDWo-tpool', > 'DM_VG_NAME': 'fedora', > 'MAJOR': '253', > 'MINOR': '5', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '0', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '211192', > 'name': 'dm-5', > 'symlinks': ['/dev/mapper/fedora-pool00-tpool'], > 'sysfs_path': '/devices/virtual/block/dm-5'} ; name: fedora-pool00-tpool ; >19:40:37,067 INFO storage.ui: scanning fedora-pool00-tpool (/devices/virtual/block/dm-5)... >19:40:37,068 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-pool00-tpool ; >19:40:37,070 DEBUG storage.ui: DeviceTree.getDeviceByName returned None >19:40:37,070 INFO storage.ui: fedora-pool00-tpool is an lvm logical volume >19:40:37,071 DEBUG storage.ui: DeviceTree.addUdevLVDevice: name: fedora-pool00-tpool ; >19:40:37,073 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora ; >19:40:37,075 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5242372MB lvmvg fedora (15) >19:40:37,077 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora ; >19:40:37,079 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5242372MB lvmvg fedora (15) >19:40:37,080 DEBUG storage.ui: no device or no media present >19:40:37,083 DEBUG storage.ui: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/mapper/fedora-pool00', > 'DEVNAME': 'dm-6', > 'DEVPATH': '/devices/virtual/block/dm-6', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_LV_NAME': 'pool00', > 'DM_NAME': 'fedora-pool00', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', > 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwM3HYSLvdBxTcrPn175etE6fKva7SEQDWo', > 'DM_VG_NAME': 'fedora', > 'MAJOR': '253', > 'MINOR': '6', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '0', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '235179', > 'name': 'dm-6', > 'symlinks': ['/dev/mapper/fedora-pool00'], > 'sysfs_path': '/devices/virtual/block/dm-6'} ; name: fedora-pool00 ; >19:40:37,084 INFO storage.ui: scanning fedora-pool00 (/devices/virtual/block/dm-6)... >19:40:37,085 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-pool00 ; >19:40:37,088 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5222884MB lvmthinpool fedora-pool00 (16) >19:40:37,090 DEBUG storage.ui: DeviceTree.handleUdevDeviceFormat: name: fedora-pool00 ; >19:40:37,092 DEBUG storage.ui: DeviceTree.handleUdevDiskLabelFormat: device: fedora-pool00 ; label_type: None ; >19:40:37,093 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:40:37,095 DEBUG storage.ui: LVMThinPoolDevice.setup: fedora-pool00 ; status: True ; controllable: True ; orig: False ; >19:40:37,098 DEBUG storage.ui: DiskLabel.__init__: device: /dev/mapper/fedora-pool00 ; labelType: None ; exists: True ; >19:40:37,110 WARN storage.ui: disklabel detected but not usable on fedora-pool00 >19:40:37,111 DEBUG storage.ui: no type or existing type for fedora-pool00, bailing >19:40:37,118 DEBUG storage.ui: looking up parted Device: /dev/mapper/fedora >19:40:37,120 DEBUG storage.ui: fedora size is 5242372MB >19:40:37,123 DEBUG storage.ui: vg fedora has 0MB free >19:40:37,125 DEBUG storage.ui: fedora size is 5242372MB >19:40:37,127 DEBUG storage.ui: vg fedora has 0MB free >19:40:37,133 INFO storage.ui: got device: LVMThinPoolDevice instance (0x7f9d9f709050) -- > name = fedora-pool00 status = True kids = 2 id = 16 > parents = ['existing 5242372MB lvmvg fedora (15)'] > uuid = 3HYSLv-dBxT-crPn-175e-tE6f-Kva7-SEQDWo size = 5222884.0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-6 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-pool00 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 10696466432 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (665824, 255, 63) biosGeometry: (665824, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da651bcb0> > target size = 5222884.0 path = /dev/mapper/fedora-pool00 > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f9d9febbfd0) -- > name = fedora status = True kids = 2 id = 15 > parents = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (14) with existing lvmpv'] > uuid = lw8KO7-wPpH-Z72t-rUsX-VSwJ-Jntp-OPdRwM size = 5242372 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 16224.0 PE Size = 4.0 PE Count = 1310593 > PE Free = 4056 PV Count = 1 > LV Names = ['home', '[lvol0_pmspare]', 'pool00', '[pool00_tdata]', '[pool00_tmeta]', 'root', 'swap'] modified = False > extents = 1310593.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (14) with existing lvmpv'] > LVs = ['existing 5222884MB lvmthinpool fedora-pool00 (16)', > 'existing 5171684MB lvmthinlv fedora-home (17) with existing xfs filesystem', > 'existing 51200MB lvmthinlv fedora-root (18) with existing xfs filesystem', > 'existing 3104MB lvmlv fedora-swap (19) with existing swap'] > segment type = thin-pool percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 5239268MB >19:40:37,138 DEBUG storage.ui: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-root /dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMacFKCriW7AcLsrkNZe6ECKQDFSnW3LTH /dev/disk/by-uuid/f667c1ce-0763-431e-98bd-ad1ce59424aa /dev/fedora/root /dev/mapper/fedora-root', > 'DEVNAME': 'dm-7', > 'DEVPATH': '/devices/virtual/block/dm-7', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'root', > 'DM_NAME': 'fedora-root', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMacFKCriW7AcLsrkNZe6ECKQDFSnW3LTH', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f667c1ce-0763-431e-98bd-ad1ce59424aa', > 'ID_FS_UUID_ENC': 'f667c1ce-0763-431e-98bd-ad1ce59424aa', > 'MAJOR': '253', > 'MINOR': '7', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '247266', > 'name': 'dm-7', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-root', > '/dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMacFKCriW7AcLsrkNZe6ECKQDFSnW3LTH', > '/dev/disk/by-uuid/f667c1ce-0763-431e-98bd-ad1ce59424aa', > '/dev/fedora/root', > '/dev/mapper/fedora-root'], > 'sysfs_path': '/devices/virtual/block/dm-7'} ; name: fedora-root ; >19:40:37,139 INFO storage.ui: scanning fedora-root (/devices/virtual/block/dm-7)... >19:40:37,141 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-root ; >19:40:37,143 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 51200MB lvmthinlv fedora-root (18) with existing xfs filesystem >19:40:37,145 DEBUG storage.ui: DeviceTree.handleUdevDeviceFormat: name: fedora-root ; >19:40:37,147 DEBUG storage.ui: DeviceTree.handleUdevDiskLabelFormat: device: fedora-root ; label_type: None ; >19:40:37,149 DEBUG storage.ui: XFS.supported: supported: True ; >19:40:37,150 DEBUG storage.ui: getFormat('xfs') returning XFS instance >19:40:37,150 DEBUG storage.ui: device fedora-root does not contain a disklabel >19:40:37,151 DEBUG storage.ui: no type or existing type for fedora-root, bailing >19:40:37,156 DEBUG storage.ui: looking up parted Device: /dev/mapper/fedora >19:40:37,158 DEBUG storage.ui: fedora size is 5242372MB >19:40:37,161 DEBUG storage.ui: vg fedora has 0MB free >19:40:37,162 DEBUG storage.ui: fedora size is 5242372MB >19:40:37,164 DEBUG storage.ui: vg fedora has 0MB free >19:40:37,168 INFO storage.ui: got device: LVMThinLogicalVolumeDevice instance (0x7f9d9deef990) -- > name = fedora-root status = True kids = 0 id = 18 > parents = ['existing 5222884MB lvmthinpool fedora-pool00 (16)'] > uuid = acFKCr-iW7A-cLsr-kNZe-6ECK-QDFS-nW3LTH size = 51200.0 > format = existing xfs filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-7 partedDevice = parted.Device instance -- > model: Linux device-mapper (thin) path: /dev/mapper/fedora-root type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 104857600 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (6527, 255, 63) biosGeometry: (6527, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da651bdd0> > target size = 51200.0 path = /dev/mapper/fedora-root > format args = [] originalFormat = xfs target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f9d9febbfd0) -- > name = fedora status = True kids = 2 id = 15 > parents = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (14) with existing lvmpv'] > uuid = lw8KO7-wPpH-Z72t-rUsX-VSwJ-Jntp-OPdRwM size = 5242372 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 16224.0 PE Size = 4.0 PE Count = 1310593 > PE Free = 4056 PV Count = 1 > LV Names = ['home', '[lvol0_pmspare]', 'pool00', '[pool00_tdata]', '[pool00_tmeta]', 'root', 'swap'] modified = False > extents = 1310593.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (14) with existing lvmpv'] > LVs = ['existing 5222884MB lvmthinpool fedora-pool00 (16)', > 'existing 5171684MB lvmthinlv fedora-home (17) with existing xfs filesystem', > 'existing 51200MB lvmthinlv fedora-root (18) with existing xfs filesystem', > 'existing 3104MB lvmlv fedora-swap (19) with existing swap'] > segment type = thin percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 0MB >19:40:37,171 DEBUG storage.ui: XFS.supported: supported: True ; >19:40:37,171 INFO storage.ui: got format: XFS instance (0x7f9da64bc0d0) -- > type = xfs name = xfs status = False > device = /dev/mapper/fedora-root uuid = f667c1ce-0763-431e-98bd-ad1ce59424aa exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >19:40:37,175 DEBUG storage.ui: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-home /dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMajAkbcyTrAln3u5PWdHwKfJIn92vYf8s /dev/disk/by-uuid/6da4b76b-2409-4296-a69a-96c82d2f49d8 /dev/fedora/home /dev/mapper/fedora-home', > 'DEVNAME': 'dm-8', > 'DEVPATH': '/devices/virtual/block/dm-8', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'home', > 'DM_NAME': 'fedora-home', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMajAkbcyTrAln3u5PWdHwKfJIn92vYf8s', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '6da4b76b-2409-4296-a69a-96c82d2f49d8', > 'ID_FS_UUID_ENC': '6da4b76b-2409-4296-a69a-96c82d2f49d8', > 'MAJOR': '253', > 'MINOR': '8', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '97253406', > 'name': 'dm-8', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-home', > '/dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMajAkbcyTrAln3u5PWdHwKfJIn92vYf8s', > '/dev/disk/by-uuid/6da4b76b-2409-4296-a69a-96c82d2f49d8', > '/dev/fedora/home', > '/dev/mapper/fedora-home'], > 'sysfs_path': '/devices/virtual/block/dm-8'} ; name: fedora-home ; >19:40:37,176 INFO storage.ui: scanning fedora-home (/devices/virtual/block/dm-8)... >19:40:37,177 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-home ; >19:40:37,179 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5171684MB lvmthinlv fedora-home (17) with existing xfs filesystem >19:40:37,180 DEBUG storage.ui: DeviceTree.handleUdevDeviceFormat: name: fedora-home ; >19:40:37,181 DEBUG storage.ui: DeviceTree.handleUdevDiskLabelFormat: device: fedora-home ; label_type: None ; >19:40:37,183 DEBUG storage.ui: XFS.supported: supported: True ; >19:40:37,183 DEBUG storage.ui: getFormat('xfs') returning XFS instance >19:40:37,183 DEBUG storage.ui: device fedora-home does not contain a disklabel >19:40:37,184 DEBUG storage.ui: no type or existing type for fedora-home, bailing >19:40:37,188 DEBUG storage.ui: looking up parted Device: /dev/mapper/fedora >19:40:37,189 DEBUG storage.ui: fedora size is 5242372MB >19:40:37,190 DEBUG storage.ui: vg fedora has 0MB free >19:40:37,191 DEBUG storage.ui: fedora size is 5242372MB >19:40:37,193 DEBUG storage.ui: vg fedora has 0MB free >19:40:37,196 INFO storage.ui: got device: LVMThinLogicalVolumeDevice instance (0x7f9d9f7091d0) -- > name = fedora-home status = True kids = 0 id = 17 > parents = ['existing 5222884MB lvmthinpool fedora-pool00 (16)'] > uuid = ajAkbc-yTrA-ln3u-5PWd-HwKf-JIn9-2vYf8s size = 5171684.0 > format = existing xfs filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-8 partedDevice = parted.Device instance -- > model: Linux device-mapper (thin) path: /dev/mapper/fedora-home type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 10591608832 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (659297, 255, 63) biosGeometry: (659297, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da651bb90> > target size = 5171684.0 path = /dev/mapper/fedora-home > format args = [] originalFormat = xfs target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f9d9febbfd0) -- > name = fedora status = True kids = 2 id = 15 > parents = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (14) with existing lvmpv'] > uuid = lw8KO7-wPpH-Z72t-rUsX-VSwJ-Jntp-OPdRwM size = 5242372 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 16224.0 PE Size = 4.0 PE Count = 1310593 > PE Free = 4056 PV Count = 1 > LV Names = ['home', '[lvol0_pmspare]', 'pool00', '[pool00_tdata]', '[pool00_tmeta]', 'root', 'swap'] modified = False > extents = 1310593.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (14) with existing lvmpv'] > LVs = ['existing 5222884MB lvmthinpool fedora-pool00 (16)', > 'existing 5171684MB lvmthinlv fedora-home (17) with existing xfs filesystem', > 'existing 51200MB lvmthinlv fedora-root (18) with existing xfs filesystem', > 'existing 3104MB lvmlv fedora-swap (19) with existing swap'] > segment type = thin percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 0MB >19:40:37,198 DEBUG storage.ui: XFS.supported: supported: True ; >19:40:37,198 INFO storage.ui: got format: XFS instance (0x7f9da64bc3d0) -- > type = xfs name = xfs status = False > device = /dev/mapper/fedora-home uuid = 6da4b76b-2409-4296-a69a-96c82d2f49d8 exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >19:40:37,202 DEBUG storage.ui: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-swap /dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMAf36BVQd47VPketa33a8Y93LGyli2f03 /dev/disk/by-uuid/6e57f2a4-a5c3-466a-b417-55a8df4df702 /dev/fedora/swap /dev/mapper/fedora-swap', > 'DEVNAME': 'dm-9', > 'DEVPATH': '/devices/virtual/block/dm-9', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'swap', > 'DM_NAME': 'fedora-swap', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMAf36BVQd47VPketa33a8Y93LGyli2f03', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '6e57f2a4-a5c3-466a-b417-55a8df4df702', > 'ID_FS_UUID_ENC': '6e57f2a4-a5c3-466a-b417-55a8df4df702', > 'ID_FS_VERSION': '2', > 'MAJOR': '253', > 'MINOR': '9', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '97259427', > 'name': 'dm-9', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-swap', > '/dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMAf36BVQd47VPketa33a8Y93LGyli2f03', > '/dev/disk/by-uuid/6e57f2a4-a5c3-466a-b417-55a8df4df702', > '/dev/fedora/swap', > '/dev/mapper/fedora-swap'], > 'sysfs_path': '/devices/virtual/block/dm-9'} ; name: fedora-swap ; >19:40:37,202 INFO storage.ui: scanning fedora-swap (/devices/virtual/block/dm-9)... >19:40:37,204 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora-swap ; >19:40:37,205 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 3104MB lvmlv fedora-swap (19) with existing swap >19:40:37,207 DEBUG storage.ui: DeviceTree.handleUdevDeviceFormat: name: fedora-swap ; >19:40:37,208 DEBUG storage.ui: DeviceTree.handleUdevDiskLabelFormat: device: fedora-swap ; label_type: None ; >19:40:37,210 DEBUG storage.ui: SwapSpace.__init__: >19:40:37,210 DEBUG storage.ui: getFormat('swap') returning SwapSpace instance >19:40:37,210 DEBUG storage.ui: device fedora-swap does not contain a disklabel >19:40:37,211 DEBUG storage.ui: no type or existing type for fedora-swap, bailing >19:40:37,215 DEBUG storage.ui: looking up parted Device: /dev/mapper/fedora >19:40:37,216 DEBUG storage.ui: fedora size is 5242372MB >19:40:37,217 DEBUG storage.ui: vg fedora has 0MB free >19:40:37,218 DEBUG storage.ui: fedora size is 5242372MB >19:40:37,220 DEBUG storage.ui: vg fedora has 0MB free >19:40:37,223 INFO storage.ui: got device: LVMLogicalVolumeDevice instance (0x7f9d9deefc10) -- > name = fedora-swap status = True kids = 0 id = 19 > parents = ['existing 5242372MB lvmvg fedora (15)'] > uuid = Af36BV-Qd47-VPke-ta33-a8Y9-3LGy-li2f03 size = 3104.0 > format = existing swap > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-9 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-swap type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 6356992 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (395, 255, 63) biosGeometry: (395, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da651bb00> > target size = 3104.0 path = /dev/mapper/fedora-swap > format args = [] originalFormat = swap target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f9d9febbfd0) -- > name = fedora status = True kids = 2 id = 15 > parents = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (14) with existing lvmpv'] > uuid = lw8KO7-wPpH-Z72t-rUsX-VSwJ-Jntp-OPdRwM size = 5242372 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 16224.0 PE Size = 4.0 PE Count = 1310593 > PE Free = 4056 PV Count = 1 > LV Names = ['home', '[lvol0_pmspare]', 'pool00', '[pool00_tdata]', '[pool00_tmeta]', 'root', 'swap'] modified = False > extents = 1310593.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (14) with existing lvmpv'] > LVs = ['existing 5222884MB lvmthinpool fedora-pool00 (16)', > 'existing 5171684MB lvmthinlv fedora-home (17) with existing xfs filesystem', > 'existing 51200MB lvmthinlv fedora-root (18) with existing xfs filesystem', > 'existing 3104MB lvmlv fedora-swap (19) with existing swap'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 3104MB >19:40:37,224 INFO storage.ui: got format: SwapSpace instance (0x7f9da64bc510) -- > type = swap name = swap status = False > device = /dev/mapper/fedora-swap uuid = 6e57f2a4-a5c3-466a-b417-55a8df4df702 exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >19:40:37,289 DEBUG storage.ui: PartitionDevice.teardown: vda1 ; status: True ; controllable: True ; >19:40:37,293 DEBUG storage.ui: BIOSBoot.teardown: device: /dev/vda1 ; status: False ; type: biosboot ; >19:40:37,298 DEBUG storage.ui: BIOSBoot.teardown: device: /dev/vda1 ; status: False ; type: biosboot ; >19:40:37,347 DEBUG storage.ui: DiskDevice.teardown: vda ; status: True ; controllable: True ; >19:40:37,352 DEBUG storage.ui: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:40:37,358 DEBUG storage.ui: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:40:37,414 DEBUG storage.ui: PartitionDevice.teardown: vda2 ; status: True ; controllable: True ; >19:40:37,469 DEBUG storage.ui: DiskDevice.teardown: vda ; status: True ; controllable: True ; >19:40:37,473 DEBUG storage.ui: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:40:37,480 DEBUG storage.ui: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:40:37,529 DEBUG storage.ui: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >19:40:37,533 DEBUG storage.ui: LVMThinLogicalVolumeDevice.teardown: fedora-home ; status: True ; controllable: True ; >19:40:37,589 DEBUG storage.ui: LVMThinLogicalVolumeDevice._teardown: fedora-home ; status: True ; controllable: True ; >19:40:37,704 DEBUG storage.ui: LVMThinPoolDevice.teardown: fedora-pool00 ; status: True ; controllable: True ; >19:40:37,709 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/mapper/fedora-pool00 ; status: False ; type: None ; >19:40:37,715 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/mapper/fedora-pool00 ; status: False ; type: None ; >19:40:37,768 DEBUG storage.ui: LVMThinPoolDevice._teardown: fedora-pool00 ; status: True ; controllable: True ; >19:40:37,883 DEBUG storage.ui: LVMVolumeGroupDevice.teardown: fedora ; status: True ; controllable: True ; >19:40:37,889 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/mapper/fedora ; status: False ; type: None ; >19:40:37,893 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/mapper/fedora ; status: False ; type: None ; >19:40:37,945 DEBUG storage.ui: LVMVolumeGroupDevice._teardown: fedora ; status: True ; controllable: True ; >19:40:38,111 DEBUG storage.ui: LUKSDevice.teardown: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: True ; controllable: True ; >19:40:38,117 DEBUG storage.ui: LVMPhysicalVolume.teardown: device: /dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: False ; type: lvmpv ; >19:40:38,123 DEBUG storage.ui: LVMPhysicalVolume.teardown: device: /dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: False ; type: lvmpv ; >19:40:38,175 DEBUG storage.ui: PartitionDevice.teardown: vda3 ; status: True ; controllable: True ; >19:40:38,180 DEBUG storage.ui: LUKS.teardown: device: /dev/vda3 ; status: True ; type: luks ; >19:40:38,181 DEBUG storage.ui: unmapping luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff >19:40:38,202 DEBUG storage.ui: LUKS.teardown: device: /dev/vda3 ; status: False ; type: luks ; >19:40:38,260 DEBUG storage.ui: DiskDevice.teardown: vda ; status: True ; controllable: True ; >19:40:38,266 DEBUG storage.ui: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:40:38,273 DEBUG storage.ui: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:40:38,323 DEBUG storage.ui: LVMThinLogicalVolumeDevice.teardown: fedora-root ; status: False ; controllable: True ; >19:40:38,326 DEBUG storage.ui: LVMLogicalVolumeDevice.teardown: fedora-swap ; status: False ; controllable: True ; >19:40:38,328 INFO storage.ui: not going to restore from backup of non-existent /etc/mdadm.conf >19:40:38,331 DEBUG storage.ui: PartitionDevice.setup: vda2 ; status: True ; controllable: True ; orig: False ; >19:40:38,335 INFO storage.ui: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >19:40:38,387 DEBUG storage.ui: PartitionDevice.teardown: vda2 ; status: True ; controllable: True ; >19:40:38,527 DEBUG storage.ui: DiskDevice.teardown: vda ; status: True ; controllable: True ; >19:40:38,532 DEBUG storage.ui: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:40:38,537 DEBUG storage.ui: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:40:38,588 DEBUG storage.ui: LVMThinLogicalVolumeDevice.setup: fedora-home ; status: False ; controllable: True ; orig: False ; >19:40:38,597 DEBUG storage.ui: LVMThinLogicalVolumeDevice.setupParents: kids: 0 ; name: fedora-home ; orig: False ; >19:40:38,600 DEBUG storage.ui: LVMThinPoolDevice.setup: fedora-pool00 ; status: False ; controllable: True ; orig: False ; >19:40:38,602 DEBUG storage.ui: LVMThinPoolDevice.setupParents: kids: 2 ; name: fedora-pool00 ; orig: False ; >19:40:38,605 DEBUG storage.ui: LVMVolumeGroupDevice.setup: fedora ; status: False ; controllable: True ; orig: False ; >19:40:38,608 DEBUG storage.ui: LVMVolumeGroupDevice.setupParents: kids: 2 ; name: fedora ; orig: False ; >19:40:38,611 DEBUG storage.ui: LUKSDevice.setup: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: False ; controllable: True ; orig: False ; >19:40:38,614 DEBUG storage.ui: LUKSDevice.setupParents: kids: 1 ; name: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; orig: False ; >19:40:38,617 DEBUG storage.ui: PartitionDevice.setup: vda3 ; status: True ; controllable: True ; orig: False ; >19:40:38,620 DEBUG storage.ui: LUKS.setup: device: /dev/vda3 ; mapName: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: False ; type: luks ; >19:40:38,623 DEBUG storage.ui: LUKS.setup: device: /dev/vda3 ; status: False ; type: luks ; >19:40:40,919 DEBUG storage.ui: LVMPhysicalVolume.setup: device: /dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: False ; type: lvmpv ; >19:40:41,001 DEBUG storage.ui: looking up parted Device: /dev/mapper/fedora >19:40:41,024 DEBUG storage.ui: LVMThinPoolDevice._setup: fedora-pool00 ; status: False ; controllable: True ; orig: False ; >19:40:41,247 DEBUG storage.ui: LVMThinLogicalVolumeDevice._setup: fedora-home ; status: True ; controllable: True ; orig: False ; >19:40:41,373 INFO storage.ui: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >19:40:41,647 DEBUG storage.ui: LVMThinLogicalVolumeDevice.teardown: fedora-home ; status: True ; controllable: True ; >19:40:41,789 DEBUG storage.ui: LVMThinLogicalVolumeDevice._teardown: fedora-home ; status: True ; controllable: True ; >19:40:41,905 DEBUG storage.ui: LVMThinPoolDevice.teardown: fedora-pool00 ; status: True ; controllable: True ; >19:40:41,910 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/mapper/fedora-pool00 ; status: False ; type: None ; >19:40:41,916 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/mapper/fedora-pool00 ; status: False ; type: None ; >19:40:41,966 DEBUG storage.ui: LVMThinPoolDevice._teardown: fedora-pool00 ; status: True ; controllable: True ; >19:40:42,081 DEBUG storage.ui: LVMVolumeGroupDevice.teardown: fedora ; status: True ; controllable: True ; >19:40:42,087 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/mapper/fedora ; status: False ; type: None ; >19:40:42,090 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/mapper/fedora ; status: False ; type: None ; >19:40:42,145 DEBUG storage.ui: LVMVolumeGroupDevice._teardown: fedora ; status: True ; controllable: True ; >19:40:42,302 DEBUG storage.ui: LUKSDevice.teardown: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: True ; controllable: True ; >19:40:42,307 DEBUG storage.ui: LVMPhysicalVolume.teardown: device: /dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: False ; type: lvmpv ; >19:40:42,313 DEBUG storage.ui: LVMPhysicalVolume.teardown: device: /dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: False ; type: lvmpv ; >19:40:42,366 DEBUG storage.ui: PartitionDevice.teardown: vda3 ; status: True ; controllable: True ; >19:40:42,371 DEBUG storage.ui: LUKS.teardown: device: /dev/vda3 ; status: True ; type: luks ; >19:40:42,372 DEBUG storage.ui: unmapping luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff >19:40:42,392 DEBUG storage.ui: LUKS.teardown: device: /dev/vda3 ; status: False ; type: luks ; >19:40:42,453 DEBUG storage.ui: DiskDevice.teardown: vda ; status: True ; controllable: True ; >19:40:42,459 DEBUG storage.ui: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:40:42,473 DEBUG storage.ui: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:40:42,524 DEBUG storage.ui: LVMThinLogicalVolumeDevice.setup: fedora-root ; status: False ; controllable: True ; orig: False ; >19:40:42,529 DEBUG storage.ui: LVMThinLogicalVolumeDevice.setupParents: kids: 0 ; name: fedora-root ; orig: False ; >19:40:42,531 DEBUG storage.ui: LVMThinPoolDevice.setup: fedora-pool00 ; status: False ; controllable: True ; orig: False ; >19:40:42,534 DEBUG storage.ui: LVMThinPoolDevice.setupParents: kids: 2 ; name: fedora-pool00 ; orig: False ; >19:40:42,537 DEBUG storage.ui: LVMVolumeGroupDevice.setup: fedora ; status: False ; controllable: True ; orig: False ; >19:40:42,540 DEBUG storage.ui: LVMVolumeGroupDevice.setupParents: kids: 2 ; name: fedora ; orig: False ; >19:40:42,543 DEBUG storage.ui: LUKSDevice.setup: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: False ; controllable: True ; orig: False ; >19:40:42,546 DEBUG storage.ui: LUKSDevice.setupParents: kids: 1 ; name: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; orig: False ; >19:40:42,550 DEBUG storage.ui: PartitionDevice.setup: vda3 ; status: True ; controllable: True ; orig: False ; >19:40:42,553 DEBUG storage.ui: LUKS.setup: device: /dev/vda3 ; mapName: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: False ; type: luks ; >19:40:42,557 DEBUG storage.ui: LUKS.setup: device: /dev/vda3 ; status: False ; type: luks ; >19:40:44,832 DEBUG storage.ui: LVMPhysicalVolume.setup: device: /dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: False ; type: lvmpv ; >19:40:44,916 DEBUG storage.ui: looking up parted Device: /dev/mapper/fedora >19:40:44,932 DEBUG storage.ui: LVMThinPoolDevice._setup: fedora-pool00 ; status: False ; controllable: True ; orig: False ; >19:40:45,176 DEBUG storage.ui: LVMThinLogicalVolumeDevice._setup: fedora-root ; status: True ; controllable: True ; orig: False ; >19:40:45,304 INFO storage.ui: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >19:40:46,362 DEBUG storage.ui: parsing /mnt/sysimage/etc/blkid/blkid.tab >19:40:46,364 INFO storage.ui: error parsing blkid.tab: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >19:40:46,365 DEBUG storage.ui: parsing /mnt/sysimage/etc/crypttab >19:40:46,365 DEBUG storage.ui: parsing /mnt/sysimage/etc/blkid/blkid.tab >19:40:46,384 DEBUG storage.ui: resolved 'UUID=69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff' to 'vda3' (partition) >19:40:46,385 DEBUG storage.ui: crypttab maps: ['luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff'] >19:40:46,385 DEBUG storage.ui: parsing /mnt/sysimage/etc/fstab >19:40:46,390 DEBUG storage.ui: DeviceTree.getDeviceByPath: path: /dev/mapper/fedora-root ; >19:40:46,396 DEBUG storage.ui: DeviceTree.getDeviceByPath returned existing 51200MB lvmthinlv fedora-root (18) with existing xfs filesystem >19:40:46,397 DEBUG storage.ui: resolved '/dev/mapper/fedora-root' to 'fedora-root' (lvmthinlv) >19:40:46,398 DEBUG storage.ui: resolved 'UUID=06cf66a8-1087-497a-9322-f088b94facc5' to 'vda2' (partition) >19:40:46,399 DEBUG storage.ui: DeviceTree.getDeviceByPath: path: /dev/mapper/fedora-home ; >19:40:46,403 DEBUG storage.ui: DeviceTree.getDeviceByPath returned existing 5171684MB lvmthinlv fedora-home (17) with existing xfs filesystem >19:40:46,404 DEBUG storage.ui: resolved '/dev/mapper/fedora-home' to 'fedora-home' (lvmthinlv) >19:40:46,405 DEBUG storage.ui: DeviceTree.getDeviceByPath: path: /dev/mapper/fedora-swap ; >19:40:46,408 DEBUG storage.ui: DeviceTree.getDeviceByPath returned existing 3104MB lvmlv fedora-swap (19) with existing swap >19:40:46,409 DEBUG storage.ui: resolved '/dev/mapper/fedora-swap' to 'fedora-swap' (lvmlv) >19:40:46,411 DEBUG storage.ui: LVMThinLogicalVolumeDevice.teardown: fedora-root ; status: True ; controllable: True ; >19:40:46,544 DEBUG storage.ui: LVMThinLogicalVolumeDevice._teardown: fedora-root ; status: True ; controllable: True ; >19:40:48,999 DEBUG blivet: Ext4FS.supported: supported: True ; >19:40:49,001 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >19:41:01,075 DEBUG blivet: PartitionDevice.teardown: vda1 ; status: True ; controllable: True ; >19:41:01,078 DEBUG blivet: BIOSBoot.teardown: device: /dev/vda1 ; status: False ; type: biosboot ; >19:41:01,081 DEBUG blivet: BIOSBoot.teardown: device: /dev/vda1 ; status: False ; type: biosboot ; >19:41:01,140 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >19:41:01,144 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:41:01,150 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:41:01,211 DEBUG blivet: PartitionDevice.teardown: vda2 ; status: True ; controllable: True ; >19:41:01,276 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >19:41:01,279 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:41:01,285 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:41:01,336 DEBUG blivet: PartitionDevice.teardown: vda3 ; status: True ; controllable: True ; >19:41:01,339 DEBUG blivet: LUKS.teardown: device: /dev/vda3 ; status: True ; type: luks ; >19:41:01,341 DEBUG blivet: unmapping luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff >19:41:06,161 INFO blivet: teardown of vda3 failed: luks_close failed for luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff >19:41:06,163 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >19:41:06,166 INFO blivet: resetting Blivet (version 0.23.8) instance <blivet.Blivet object at 0x7f9db2000650> >19:41:06,167 INFO blivet: no initiator set >19:41:06,169 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >19:41:06,170 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is ['vda'] >19:41:06,239 DEBUG blivet: protected device spec LABEL=Fedora_20-TC5_x86_64 resolved to sr0 >19:41:06,324 DEBUG blivet: protected device spec live-base resolved to live-base >19:41:06,393 DEBUG blivet: protected device spec live-rw resolved to live-rw >19:41:06,468 DEBUG blivet: protected device spec sr0 resolved to sr0 >19:41:06,539 INFO blivet: devices to scan: ['sr0', 'vda', 'vda1', 'vda2', 'vda3', 'loop0', 'loop1', 'loop2', 'dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4', 'dm-5', 'dm-6', 'dm-8', 'dm-9'] >19:41:06,550 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00001 /dev/disk/by-label/Fedora\\x2020-TC5\\x20x86_64 /dev/disk/by-uuid/2013-12-05-13-18-15-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD': '1', > 'ID_CDROM_MEDIA_SESSION_COUNT': '1', > 'ID_CDROM_MEDIA_STATE': 'complete', > 'ID_CDROM_MEDIA_TRACK_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora_20-TC5_x86_64', > 'ID_FS_LABEL_ENC': 'Fedora\\x2020-TC5\\x20x86_64', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2013-12-05-13-18-15-00', > 'ID_FS_UUID_ENC': '2013-12-05-13-18-15-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_MODEL': 'QEMU_DVD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20DVD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '2bf6e89b', > 'ID_REVISION': '1.6.1', > 'ID_SERIAL': 'QEMU_DVD-ROM_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '311678', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00001', > '/dev/disk/by-label/Fedora\\x2020-TC5\\x20x86_64', > '/dev/disk/by-uuid/2013-12-05-13-18-15-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0'} ; name: sr0 ; >19:41:06,552 INFO blivet: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0)... >19:41:06,554 DEBUG blivet: DeviceTree.getDeviceByName: name: sr0 ; >19:41:06,556 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:06,557 INFO blivet: sr0 is a cdrom >19:41:06,558 DEBUG blivet: DeviceTree.addUdevOpticalDevice: >19:41:06,560 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:41:06,564 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >19:41:06,565 INFO blivet: added cdrom sr0 (id 20) to device tree >19:41:06,568 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:41:06,574 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >19:41:06,575 INFO blivet: type detected on 'sr0' is 'iso9660' >19:41:06,577 DEBUG blivet: Iso9660FS.supported: supported: True ; >19:41:06,578 DEBUG blivet: getFormat('iso9660') returning Iso9660FS instance >19:41:06,580 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >19:41:06,584 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:41:06,588 DEBUG blivet: looking up parted Device: /dev/sr0 >19:41:06,590 INFO blivet: got device: OpticalDevice instance (0x7f9da4161c90) -- > name = sr0 status = True kids = 0 id = 20 > parents = [] > uuid = None size = 4389.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 2247168 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: True > hardwareGeometry: (139, 255, 63) biosGeometry: (139, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da651ba70> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >19:41:06,592 DEBUG blivet: Iso9660FS.supported: supported: True ; >19:41:06,593 INFO blivet: got format: Iso9660FS instance (0x7f9da756c7d0) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2013-12-05-13-18-15-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora_20-TC5_x86_64 size = 0.0 targetSize = 0.0 > >19:41:06,596 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '982ddebb-d9e2-4723-86df-24527b23c4f6', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '315905', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda'} ; name: vda ; >19:41:06,597 INFO blivet: scanning vda (/devices/pci0000:00/0000:00:07.0/virtio2/block/vda)... >19:41:06,599 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >19:41:06,601 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:06,603 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: vda ; >19:41:06,604 INFO blivet: vda is a disk >19:41:06,605 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:41:06,607 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: None ; >19:41:06,653 INFO blivet: added disk vda (id 21) to device tree >19:41:06,655 DEBUG blivet: looking up parted Device: /dev/vda >19:41:06,659 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vda ; >19:41:06,663 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vda ; label_type: gpt ; >19:41:06,667 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >19:41:06,668 DEBUG blivet: required disklabel type for vda (15) is None >19:41:06,669 DEBUG blivet: default disklabel type for vda is msdos >19:41:06,671 DEBUG blivet: selecting gpt disklabel for vda based on size >19:41:06,673 DEBUG blivet: DiskLabel.__init__: device: /dev/vda ; labelType: gpt ; exists: True ; >19:41:06,701 DEBUG blivet: Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x7f9da64aac50>, <parted.partition.Partition object at 0x7f9da64aab50>, <parted.partition.Partition object at 0x7f9da64aafd0>] > device: <parted.device.Device object at 0x7f9d9deead90> > PedDisk: <_ped.Disk object at 0x7f9d9df68128> >19:41:06,704 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >19:41:06,707 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: disklabel ; >19:41:06,712 INFO blivet: got device: DiskDevice instance (0x7f9da756c850) -- > name = vda status = True kids = 0 id = 21 > parents = [] > uuid = None size = 5242880.0 > format = existing gpt 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: 10737418240 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (10652200, 16, 63) biosGeometry: (668373, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da651bc20> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f9da756cb90> >19:41:06,721 INFO blivet: got format: DiskLabel instance (0x7f9d9dfeeed0) -- > type = disklabel name = partition table (GPT) status = False > device = /dev/vda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = gpt partition count = 3 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: gpt primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x7f9da64aac50>, <parted.partition.Partition object at 0x7f9da64aab50>, <parted.partition.Partition object at 0x7f9da64aafd0>] > device: <parted.device.Device object at 0x7f9d9deead90> > PedDisk: <_ped.Disk object at 0x7f9d9df68128> > origPartedDisk = <parted.disk.Disk object at 0x7f9da64aa250> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 10737418240 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (10652200, 16, 63) biosGeometry: (668373, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da651b7a0> > >19:41:06,726 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-partuuid/1e8d99ee-b436-4c66-a4cc-4404236bc408', > 'DEVNAME': 'vda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda1', > 'DEVTYPE': 'partition', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '2048', > 'ID_PART_ENTRY_TYPE': '21686148-6449-6e6f-744e-656564454649', > 'ID_PART_ENTRY_UUID': '1e8d99ee-b436-4c66-a4cc-4404236bc408', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '982ddebb-d9e2-4723-86df-24527b23c4f6', > 'MAJOR': '252', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '315934', > 'name': 'vda1', > 'symlinks': ['/dev/disk/by-partuuid/1e8d99ee-b436-4c66-a4cc-4404236bc408'], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda1'} ; name: vda1 ; >19:41:06,728 INFO blivet: scanning vda1 (/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda1)... >19:41:06,730 DEBUG blivet: DeviceTree.getDeviceByName: name: vda1 ; >19:41:06,732 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:06,735 INFO blivet: vda1 is a partition >19:41:06,736 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: vda1 ; >19:41:06,738 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >19:41:06,740 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (21) with existing gpt disklabel >19:41:06,742 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: vda ; >19:41:06,744 DEBUG blivet: PartitionDevice._setFormat: vda1 ; >19:41:06,745 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:41:06,747 DEBUG blivet: PartitionDevice._setFormat: vda1 ; current: None ; type: None ; >19:41:06,749 DEBUG blivet: looking up parted Partition: /dev/vda1 >19:41:06,752 DEBUG blivet: PartitionDevice.probe: vda1 ; exists: True ; >19:41:06,755 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda1 ; flag: 1 ; >19:41:06,757 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda1 ; flag: 10 ; >19:41:06,759 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda1 ; flag: 12 ; >19:41:06,759 DEBUG blivet: getFormat('biosboot') returning BIOSBoot instance >19:41:06,761 DEBUG blivet: PartitionDevice._setFormat: vda1 ; >19:41:06,763 DEBUG blivet: PartitionDevice._setFormat: vda1 ; current: None ; type: biosboot ; >19:41:06,763 INFO blivet: added partition vda1 (id 22) to device tree >19:41:06,765 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vda1 ; >19:41:06,770 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vda1 ; label_type: gpt ; >19:41:06,773 DEBUG blivet: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: False ; >19:41:06,775 DEBUG blivet: DiskLabel.__init__: device: /dev/vda1 ; labelType: gpt ; exists: True ; >19:41:06,783 WARN blivet: disklabel detected but not usable on vda1 >19:41:06,784 DEBUG blivet: no type or existing type for vda1, bailing >19:41:06,785 DEBUG blivet: looking up parted Device: /dev/vda1 >19:41:06,790 INFO blivet: got device: PartitionDevice instance (0x7f9da756ca90) -- > name = vda1 status = True kids = 0 id = 22 > parents = ['existing 5242880MB disk vda (21) with existing gpt disklabel'] > uuid = None size = 1.0 > format = existing biosboot > 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: 2048 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (2, 16, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da651b8c0> > target size = 0 path = /dev/vda1 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9da64aa550> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9da64aac90> PedPartition: <_ped.Partition object at 0x7f9da64a8710> > disk = existing 5242880MB disk vda (21) with existing gpt disklabel > start = 2048 end = 4095 length = 2048 > flags = bios_grub >19:41:06,792 INFO blivet: got format: BIOSBoot instance (0x7f9da64aa450) -- > type = biosboot name = BIOS Boot status = False > device = /dev/vda1 uuid = None exists = True > options = None supported = True formattable = True resizable = False > >19:41:06,796 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-partuuid/036c579d-b6a4-4c50-bb6b-2e0e8da8c5c3 /dev/disk/by-uuid/06cf66a8-1087-497a-9322-f088b94facc5', > 'DEVNAME': 'vda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda2', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '06cf66a8-1087-497a-9322-f088b94facc5', > 'ID_FS_UUID_ENC': '06cf66a8-1087-497a-9322-f088b94facc5', > 'ID_FS_VERSION': '1.0', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '4096', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1024000', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': '036c579d-b6a4-4c50-bb6b-2e0e8da8c5c3', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '982ddebb-d9e2-4723-86df-24527b23c4f6', > 'MAJOR': '252', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '315972', > 'name': 'vda2', > 'symlinks': ['/dev/disk/by-partuuid/036c579d-b6a4-4c50-bb6b-2e0e8da8c5c3', > '/dev/disk/by-uuid/06cf66a8-1087-497a-9322-f088b94facc5'], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda2'} ; name: vda2 ; >19:41:06,798 INFO blivet: scanning vda2 (/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda2)... >19:41:06,799 DEBUG blivet: DeviceTree.getDeviceByName: name: vda2 ; >19:41:06,800 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:06,801 INFO blivet: vda2 is a partition >19:41:06,802 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: vda2 ; >19:41:06,805 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >19:41:06,807 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (21) with existing gpt disklabel >19:41:06,809 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: vda ; >19:41:06,811 DEBUG blivet: PartitionDevice._setFormat: vda2 ; >19:41:06,812 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:41:06,813 DEBUG blivet: PartitionDevice._setFormat: vda2 ; current: None ; type: None ; >19:41:06,814 DEBUG blivet: looking up parted Partition: /dev/vda2 >19:41:06,815 DEBUG blivet: PartitionDevice.probe: vda2 ; exists: True ; >19:41:06,817 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda2 ; flag: 1 ; >19:41:06,819 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda2 ; flag: 10 ; >19:41:06,821 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda2 ; flag: 12 ; >19:41:06,821 INFO blivet: added partition vda2 (id 23) to device tree >19:41:06,823 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vda2 ; >19:41:06,824 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vda2 ; label_type: gpt ; >19:41:06,826 DEBUG blivet: PartitionDevice.setup: vda2 ; status: True ; controllable: True ; orig: False ; >19:41:06,828 DEBUG blivet: DiskLabel.__init__: device: /dev/vda2 ; labelType: gpt ; exists: True ; >19:41:06,839 WARN blivet: disklabel detected but not usable on vda2 >19:41:06,842 INFO blivet: type detected on 'vda2' is 'ext4' >19:41:06,961 DEBUG blivet: padding min size from 81 up to 89 >19:41:06,965 DEBUG blivet: Ext4FS.supported: supported: True ; >19:41:06,968 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >19:41:06,971 DEBUG blivet: PartitionDevice._setFormat: vda2 ; >19:41:06,973 DEBUG blivet: PartitionDevice._setFormat: vda2 ; current: None ; type: ext4 ; >19:41:06,977 DEBUG blivet: looking up parted Device: /dev/vda2 >19:41:06,983 INFO blivet: got device: PartitionDevice instance (0x7f9d9deef6d0) -- > name = vda2 status = True kids = 0 id = 23 > parents = ['existing 5242880MB disk vda (21) with existing gpt disklabel'] > uuid = None size = 500.0 > format = existing ext4 filesystem > 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: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1015, 16, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da651b4d0> > target size = 0 path = /dev/vda2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9da64aa550> fileSystem: <parted.filesystem.FileSystem object at 0x7f9da64aae10> > number: 2 path: /dev/vda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9da64aae50> PedPartition: <_ped.Partition object at 0x7f9da64a88f0> > disk = existing 5242880MB disk vda (21) with existing gpt disklabel > start = 4096 end = 1028095 length = 1024000 > flags = >19:41:06,987 DEBUG blivet: Ext4FS.supported: supported: True ; >19:41:06,988 INFO blivet: got format: Ext4FS instance (0x7f9da64aa9d0) -- > type = ext4 name = ext4 status = False > device = /dev/vda2 uuid = 06cf66a8-1087-497a-9322-f088b94facc5 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >19:41:06,993 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-partuuid/1f0577e8-f745-415a-9b7e-eb3740f9478e /dev/disk/by-uuid/69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff', > 'DEVNAME': 'vda3', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda3', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'crypto_LUKS', > 'ID_FS_USAGE': 'crypto', > 'ID_FS_UUID': '69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff', > 'ID_FS_UUID_ENC': '69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff', > 'ID_FS_VERSION': '1', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '1028096', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '10736384000', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': '1f0577e8-f745-415a-9b7e-eb3740f9478e', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '982ddebb-d9e2-4723-86df-24527b23c4f6', > 'MAJOR': '252', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '316038', > 'name': 'vda3', > 'symlinks': ['/dev/disk/by-partuuid/1f0577e8-f745-415a-9b7e-eb3740f9478e', > '/dev/disk/by-uuid/69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff'], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda3'} ; name: vda3 ; >19:41:06,995 INFO blivet: scanning vda3 (/devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda3)... >19:41:06,997 DEBUG blivet: DeviceTree.getDeviceByName: name: vda3 ; >19:41:06,999 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:07,000 INFO blivet: vda3 is a partition >19:41:07,002 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: vda3 ; >19:41:07,006 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >19:41:07,008 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (21) with existing gpt disklabel >19:41:07,010 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: vda ; >19:41:07,011 DEBUG blivet: PartitionDevice._setFormat: vda3 ; >19:41:07,012 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:41:07,013 DEBUG blivet: PartitionDevice._setFormat: vda3 ; current: None ; type: None ; >19:41:07,014 DEBUG blivet: looking up parted Partition: /dev/vda3 >19:41:07,015 DEBUG blivet: PartitionDevice.probe: vda3 ; exists: True ; >19:41:07,017 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda3 ; flag: 1 ; >19:41:07,020 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda3 ; flag: 10 ; >19:41:07,023 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda3 ; flag: 12 ; >19:41:07,024 INFO blivet: added partition vda3 (id 24) to device tree >19:41:07,025 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vda3 ; >19:41:07,027 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vda3 ; label_type: gpt ; >19:41:07,029 DEBUG blivet: PartitionDevice.setup: vda3 ; status: True ; controllable: True ; orig: False ; >19:41:07,031 DEBUG blivet: DiskLabel.__init__: device: /dev/vda3 ; labelType: gpt ; exists: True ; >19:41:07,038 WARN blivet: disklabel detected but not usable on vda3 >19:41:07,039 INFO blivet: type detected on 'vda3' is 'crypto_LUKS' >19:41:07,047 DEBUG blivet: LUKS.__init__: uuid: 69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; exists: True ; label: None ; device: /dev/vda3 ; serial: None ; name: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; >19:41:07,050 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >19:41:07,051 DEBUG blivet: PartitionDevice._setFormat: vda3 ; >19:41:07,053 DEBUG blivet: PartitionDevice._setFormat: vda3 ; current: None ; type: luks ; >19:41:07,055 DEBUG blivet: DeviceTree.handleUdevLUKSFormat: type: luks ; name: vda3 ; >19:41:07,058 DEBUG blivet: DeviceTree.getDeviceByName: name: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; >19:41:07,059 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:07,060 INFO blivet: skipping previously-skipped luks device vda3 >19:41:07,062 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: vda3 ; >19:41:07,063 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:41:07,065 DEBUG blivet: LUKSDevice._setFormat: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; current: None ; type: None ; >19:41:07,067 DEBUG blivet: LUKSDevice.setup: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: True ; controllable: True ; orig: False ; >19:41:07,069 INFO blivet: added luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (id 25) to device tree >19:41:07,070 DEBUG blivet: looking up parted Device: /dev/vda3 >19:41:07,073 INFO blivet: got device: PartitionDevice instance (0x7f9da64aa150) -- > name = vda3 status = True kids = 1 id = 24 > parents = ['existing 5242880MB disk vda (21) with existing gpt disklabel'] > uuid = None size = 5242375.0 > format = existing luks > 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: 10736384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (10651174, 16, 63) biosGeometry: (668308, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da651b050> > target size = 0 path = /dev/vda3 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9da64aa550> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9da64aaed0> PedPartition: <_ped.Partition object at 0x7f9da64a8a10> > disk = existing 5242880MB disk vda (21) with existing gpt disklabel > start = 1028096 end = 10737412095 length = 10736384000 > flags = >19:41:07,075 INFO blivet: got format: LUKS instance (0x7f9da64ade90) -- > type = luks name = Encrypted (LUKS) status = True > device = /dev/vda3 uuid = 69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff exists = True > options = None supported = False formattable = True resizable = False > cipher = None keySize = None mapName = luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff > keyFile = None passphrase = (not set) > escrowCert = None addBackup = False >19:41:07,078 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > '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': '325286', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >19:41:07,080 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >19:41:07,082 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; >19:41:07,084 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:07,085 INFO blivet: loop0 is a loop device >19:41:07,086 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >19:41:07,089 DEBUG blivet: DeviceTree.getDeviceByName: name: /run/install/repo/LiveOS/squashfs.img ; >19:41:07,092 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:07,092 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:41:07,094 DEBUG blivet: FileDevice._setFormat: /run/install/repo/LiveOS/squashfs.img ; current: None ; type: None ; >19:41:07,095 INFO blivet: added file /run/install/repo/LiveOS/squashfs.img (id 26) to device tree >19:41:07,097 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/install/repo/LiveOS/squashfs.img ; >19:41:07,097 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:41:07,099 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >19:41:07,099 INFO blivet: added loop loop0 (id 27) to device tree >19:41:07,101 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >19:41:07,102 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >19:41:07,103 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >19:41:07,103 DEBUG blivet: device loop0 does not contain a disklabel >19:41:07,103 INFO blivet: type detected on 'loop0' is 'squashfs' >19:41:07,104 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >19:41:07,105 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: squashfs ; >19:41:07,106 INFO blivet: got device: LoopDevice instance (0x7f9da756c790) -- > name = loop0 status = False kids = 0 id = 27 > parents = ['existing 0MB file /run/install/repo/LiveOS/squashfs.img (26)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >19:41:07,107 INFO blivet: got format: DeviceFormat instance (0x7f9da756c8d0) -- > type = squashfs name = squashfs status = False > device = /dev/loop0 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >19:41:07,111 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/eedce702-4423-4be7-861b-03909ed4f3fc', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'eedce702-4423-4be7-861b-03909ed4f3fc', > 'ID_FS_UUID_ENC': 'eedce702-4423-4be7-861b-03909ed4f3fc', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '325416', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/eedce702-4423-4be7-861b-03909ed4f3fc'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >19:41:07,112 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >19:41:07,114 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >19:41:07,115 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:07,116 INFO blivet: loop1 is a loop device >19:41:07,117 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >19:41:07,118 DEBUG blivet: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >19:41:07,120 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:07,121 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:41:07,122 DEBUG blivet: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >19:41:07,123 INFO blivet: added file /LiveOS/rootfs.img (id 28) to device tree >19:41:07,124 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >19:41:07,125 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:41:07,127 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >19:41:07,128 INFO blivet: added loop loop1 (id 29) to device tree >19:41:07,129 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >19:41:07,131 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >19:41:07,133 DEBUG blivet: Ext4FS.supported: supported: True ; >19:41:07,133 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >19:41:07,133 DEBUG blivet: device loop1 does not contain a disklabel >19:41:07,134 INFO blivet: type detected on 'loop1' is 'ext4' >19:41:07,240 DEBUG blivet: using current size 0 as min size >19:41:07,245 DEBUG blivet: Ext4FS.supported: supported: True ; >19:41:07,249 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >19:41:07,250 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >19:41:07,252 INFO blivet: got device: LoopDevice instance (0x7f9d9deef9d0) -- > name = loop1 status = False kids = 0 id = 29 > parents = ['existing 0MB file /LiveOS/rootfs.img (28)'] > uuid = None size = 0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >19:41:07,254 DEBUG blivet: Ext4FS.supported: supported: True ; >19:41:07,254 INFO blivet: got format: Ext4FS instance (0x7f9da64aded0) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = eedce702-4423-4be7-861b-03909ed4f3fc exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >19:41:07,257 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '325577', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >19:41:07,257 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >19:41:07,259 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >19:41:07,260 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:07,260 INFO blivet: loop2 is a loop device >19:41:07,262 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >19:41:07,263 DEBUG blivet: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >19:41:07,268 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:07,269 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:41:07,271 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >19:41:07,273 INFO blivet: added file /overlay (deleted) (id 30) to device tree >19:41:07,279 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >19:41:07,281 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:41:07,285 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >19:41:07,286 INFO blivet: added loop loop2 (id 31) to device tree >19:41:07,288 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >19:41:07,290 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >19:41:07,291 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >19:41:07,292 DEBUG blivet: device loop2 does not contain a disklabel >19:41:07,292 INFO blivet: type detected on 'loop2' is 'DM_snapshot_cow' >19:41:07,293 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >19:41:07,295 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: DM_snapshot_cow ; >19:41:07,296 INFO blivet: got device: LoopDevice instance (0x7f9da64adfd0) -- > name = loop2 status = False kids = 0 id = 31 > parents = ['existing 0MB file /overlay (deleted) (30)'] > uuid = None size = 0 > format = existing DM_snapshot_cow > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >19:41:07,297 INFO blivet: got format: DeviceFormat instance (0x7f9da756c910) -- > type = DM_snapshot_cow name = DM_snapshot_cow status = False > device = /dev/loop2 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >19:41:07,302 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/eedce702-4423-4be7-861b-03909ed4f3fc /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > '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': 'eedce702-4423-4be7-861b-03909ed4f3fc', > 'ID_FS_UUID_ENC': 'eedce702-4423-4be7-861b-03909ed4f3fc', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '13500', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/eedce702-4423-4be7-861b-03909ed4f3fc', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >19:41:07,304 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >19:41:07,305 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >19:41:07,306 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:07,307 INFO blivet: live-rw is a device-mapper device >19:41:07,308 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >19:41:07,311 DEBUG blivet: LUKSDevice.getDMNode: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: True ; >19:41:07,313 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >19:41:07,315 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (29) with existing ext4 filesystem >19:41:07,320 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >19:41:07,322 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (31) with existing DM_snapshot_cow >19:41:07,325 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >19:41:07,327 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:07,329 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop2 ; >19:41:07,330 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:41:07,331 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >19:41:07,332 INFO blivet: added dm live-rw (id 32) to device tree >19:41:07,333 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >19:41:07,335 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >19:41:07,338 DEBUG blivet: Ext4FS.supported: supported: True ; >19:41:07,338 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >19:41:07,339 DEBUG blivet: device live-rw does not contain a disklabel >19:41:07,339 INFO blivet: type detected on 'live-rw' is 'ext4' >19:41:07,450 DEBUG blivet: padding min size from 768 up to 844 >19:41:07,454 DEBUG blivet: Ext4FS.supported: supported: True ; >19:41:07,457 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >19:41:07,460 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >19:41:07,463 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >19:41:07,467 INFO blivet: got device: DMDevice instance (0x7f9da64aa4d0) -- > name = live-rw status = True kids = 0 id = 32 > parents = ['existing 0MB loop loop2 (31) with existing DM_snapshot_cow'] > uuid = None size = 2048.0 > 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 0x7f9da651b830> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >19:41:07,470 DEBUG blivet: Ext4FS.supported: supported: True ; >19:41:07,472 INFO blivet: got format: Ext4FS instance (0x7f9da64ade10) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = eedce702-4423-4be7-861b-03909ed4f3fc exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >19:41:07,478 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/Anaconda /dev/disk/by-uuid/eedce702-4423-4be7-861b-03909ed4f3fc /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > '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': 'eedce702-4423-4be7-861b-03909ed4f3fc', > 'ID_FS_UUID_ENC': 'eedce702-4423-4be7-861b-03909ed4f3fc', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '58087', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/eedce702-4423-4be7-861b-03909ed4f3fc', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >19:41:07,480 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >19:41:07,482 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >19:41:07,484 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:07,485 INFO blivet: live-base is a device-mapper device >19:41:07,488 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >19:41:07,490 DEBUG blivet: LUKSDevice.getDMNode: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: True ; >19:41:07,493 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >19:41:07,496 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >19:41:07,498 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (29) with existing ext4 filesystem >19:41:07,502 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >19:41:07,504 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:07,506 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop1 ; >19:41:07,507 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:41:07,509 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >19:41:07,510 INFO blivet: added dm live-base (id 33) to device tree >19:41:07,512 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >19:41:07,515 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >19:41:07,517 DEBUG blivet: Ext4FS.supported: supported: True ; >19:41:07,518 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >19:41:07,518 DEBUG blivet: device live-base does not contain a disklabel >19:41:07,519 INFO blivet: type detected on 'live-base' is 'ext4' >19:41:07,624 DEBUG blivet: using current size 0 as min size >19:41:07,630 DEBUG blivet: Ext4FS.supported: supported: True ; >19:41:07,632 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >19:41:07,634 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >19:41:07,637 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >19:41:07,642 INFO blivet: got device: DMDevice instance (0x7f9da64addd0) -- > name = live-base status = True kids = 0 id = 33 > parents = ['existing 0MB loop loop1 (29) with existing ext4 filesystem'] > uuid = None size = 2048.0 > 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 0x7f9da709bf80> > target size = 0 path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >19:41:07,645 DEBUG blivet: Ext4FS.supported: supported: True ; >19:41:07,647 INFO blivet: got format: Ext4FS instance (0x7f9da64ad8d0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-base uuid = eedce702-4423-4be7-861b-03909ed4f3fc exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >19:41:07,652 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-69d1f1ff0a2e468e9c4fc7a33503e6ff-luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff /dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_NAME': 'luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff', > 'DM_SUSPENDED': '0', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'CRYPT-LUKS1-69d1f1ff0a2e468e9c4fc7a33503e6ff-luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'lU7Q1T-skew-G5EQ-6Zkt-AeGG-Qcgm-WNuQLp', > 'ID_FS_UUID_ENC': 'lU7Q1T-skew-G5EQ-6Zkt-AeGG-Qcgm-WNuQLp', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'LVM PV lU7Q1T-skew-G5EQ-6Zkt-AeGG-Qcgm-WNuQLp on /dev/dm-2', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'SYSTEMD_ALIAS': '/dev/block/253:2', > 'SYSTEMD_WANTS': 'lvm2-pvscan@253:2.service', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '6808911', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff', > '/dev/disk/by-id/dm-uuid-CRYPT-LUKS1-69d1f1ff0a2e468e9c4fc7a33503e6ff-luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff', > '/dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; >19:41:07,655 INFO blivet: scanning luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (/devices/virtual/block/dm-2)... >19:41:07,662 DEBUG blivet: DeviceTree.getDeviceByName: name: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; >19:41:07,664 DEBUG blivet: looking up parted Device: /dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff >19:41:07,667 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (25) >19:41:07,669 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; >19:41:07,671 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; label_type: None ; >19:41:07,673 DEBUG blivet: LVMPhysicalVolume.__init__: >19:41:07,674 DEBUG blivet: getFormat('LVM2_member') returning LVMPhysicalVolume instance >19:41:07,674 DEBUG blivet: device luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff does not contain a disklabel >19:41:07,744 INFO blivet: type detected on 'luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff' is 'LVM2_member' >19:41:07,750 DEBUG blivet: LVMPhysicalVolume.__init__: vgName: fedora ; uuid: lU7Q1T-skew-G5EQ-6Zkt-AeGG-Qcgm-WNuQLp ; exists: True ; vgUuid: lw8KO7-wPpH-Z72t-rUsX-VSwJ-Jntp-OPdRwM ; label: None ; peStart: 1.0 ; device: /dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; serial: None ; >19:41:07,752 DEBUG blivet: getFormat('LVM2_member') returning LVMPhysicalVolume instance >19:41:07,754 DEBUG blivet: LUKSDevice._setFormat: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; current: None ; type: lvmpv ; >19:41:07,756 DEBUG blivet: DeviceTree.handleUdevLVMPVFormat: type: lvmpv ; name: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; >19:41:07,759 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >19:41:07,762 DEBUG blivet: LUKSDevice.addChild: kids: 0 ; name: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; >19:41:07,764 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:41:07,767 DEBUG blivet: LVMVolumeGroupDevice._setFormat: fedora ; current: None ; type: None ; >19:41:07,769 INFO blivet: added lvmvg fedora (id 34) to device tree >19:41:07,838 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-home ; >19:41:07,842 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:07,906 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-pool00 ; >19:41:07,912 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:07,915 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-pool00 ; >19:41:07,917 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:07,922 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >19:41:07,926 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 0 ; name: fedora ; >19:41:07,928 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:41:07,931 DEBUG blivet: LVMThinPoolDevice._setFormat: fedora-pool00 ; current: None ; type: None ; >19:41:07,932 DEBUG blivet: looking up parted Device: /dev/mapper/fedora-pool00 >19:41:07,936 DEBUG blivet: Adding fedora-pool00/5222884MB to fedora >19:41:07,937 INFO blivet: added lvmthinpool fedora-pool00 (id 35) to device tree >19:41:07,941 DEBUG blivet: LVMThinPoolDevice.setup: fedora-pool00 ; status: True ; controllable: True ; orig: False ; >19:41:07,945 DEBUG blivet: LVMThinPoolDevice.updateSysfsPath: fedora-pool00 ; status: True ; >19:41:07,948 DEBUG blivet: LVMThinPoolDevice.getDMNode: fedora-pool00 ; status: True ; >19:41:07,955 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/mapper/fedora-pool00', > 'DEVNAME': 'dm-6', > 'DEVPATH': '/devices/virtual/block/dm-6', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_LV_NAME': 'pool00', > 'DM_NAME': 'fedora-pool00', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', > 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwM3HYSLvdBxTcrPn175etE6fKva7SEQDWo', > 'DM_VG_NAME': 'fedora', > 'MAJOR': '253', > 'MINOR': '6', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '0', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '6996454', > 'name': 'dm-6', > 'symlinks': ['/dev/mapper/fedora-pool00'], > 'sysfs_path': '/devices/virtual/block/dm-6'} ; name: fedora-pool00 ; >19:41:07,957 INFO blivet: scanning fedora-pool00 (/devices/virtual/block/dm-6)... >19:41:07,960 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-pool00 ; >19:41:07,963 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5222884MB lvmthinpool fedora-pool00 (35) >19:41:07,965 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-pool00 ; >19:41:07,968 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-pool00 ; label_type: None ; >19:41:07,969 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:41:07,971 DEBUG blivet: LVMThinPoolDevice.setup: fedora-pool00 ; status: True ; controllable: True ; orig: False ; >19:41:07,975 DEBUG blivet: DiskLabel.__init__: device: /dev/mapper/fedora-pool00 ; labelType: None ; exists: True ; >19:41:07,986 WARN blivet: disklabel detected but not usable on fedora-pool00 >19:41:07,987 DEBUG blivet: no type or existing type for fedora-pool00, bailing >19:41:07,996 DEBUG blivet: looking up parted Device: /dev/mapper/fedora >19:41:07,998 DEBUG blivet: fedora size is 5242372MB >19:41:07,999 DEBUG blivet: vg fedora has 3104MB free >19:41:08,000 DEBUG blivet: fedora size is 5242372MB >19:41:08,001 DEBUG blivet: vg fedora has 3104MB free >19:41:08,003 INFO blivet: got device: LVMThinPoolDevice instance (0x7f9da64ada90) -- > name = fedora-pool00 status = True kids = 0 id = 35 > parents = ['existing 5242372MB lvmvg fedora (34)'] > uuid = 3HYSLv-dBxT-crPn-175e-tE6f-Kva7-SEQDWo size = 5222884.0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-6 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-pool00 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 10696466432 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (665824, 255, 63) biosGeometry: (665824, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da709bef0> > target size = 5222884.0 path = /dev/mapper/fedora-pool00 > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f9da64aa610) -- > name = fedora status = True kids = 1 id = 34 > parents = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (25) with existing lvmpv'] > uuid = lw8KO7-wPpH-Z72t-rUsX-VSwJ-Jntp-OPdRwM size = 5242372 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 16224.0 PE Size = 4.0 PE Count = 1310593 > PE Free = 4056 PV Count = 1 > LV Names = ['home', '[lvol0_pmspare]', 'pool00', '[pool00_tdata]', '[pool00_tmeta]', 'root', 'swap'] modified = False > extents = 1310593.0 free space = 3104 > free extents = 776.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (25) with existing lvmpv'] > LVs = ['existing 5222884MB lvmthinpool fedora-pool00 (35)'] > segment type = thin-pool percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 5239268MB >19:41:08,005 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-pool00 ; >19:41:08,007 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5222884MB lvmthinpool fedora-pool00 (35) >19:41:08,008 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >19:41:08,013 DEBUG blivet: LVMThinPoolDevice.addChild: kids: 0 ; name: fedora-pool00 ; >19:41:08,013 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:41:08,015 DEBUG blivet: LVMThinLogicalVolumeDevice._setFormat: fedora-home ; current: None ; type: None ; >19:41:08,016 DEBUG blivet: looking up parted Device: /dev/mapper/fedora-home >19:41:08,017 DEBUG blivet: Adding fedora-home/5171684MB to fedora >19:41:08,019 DEBUG blivet: Adding fedora-home/5171684MB to fedora-pool00 >19:41:08,019 INFO blivet: added lvmthinlv fedora-home (id 36) to device tree >19:41:08,021 DEBUG blivet: LVMThinLogicalVolumeDevice.setup: fedora-home ; status: True ; controllable: True ; orig: False ; >19:41:08,025 DEBUG blivet: LVMThinLogicalVolumeDevice.updateSysfsPath: fedora-home ; status: True ; >19:41:08,027 DEBUG blivet: LVMThinLogicalVolumeDevice.getDMNode: fedora-home ; status: True ; >19:41:08,035 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-home /dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMajAkbcyTrAln3u5PWdHwKfJIn92vYf8s /dev/disk/by-uuid/6da4b76b-2409-4296-a69a-96c82d2f49d8 /dev/fedora/home /dev/mapper/fedora-home', > 'DEVNAME': 'dm-8', > 'DEVPATH': '/devices/virtual/block/dm-8', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_LV_NAME': 'home', > 'DM_NAME': 'fedora-home', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMajAkbcyTrAln3u5PWdHwKfJIn92vYf8s', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '6da4b76b-2409-4296-a69a-96c82d2f49d8', > 'ID_FS_UUID_ENC': '6da4b76b-2409-4296-a69a-96c82d2f49d8', > 'MAJOR': '253', > 'MINOR': '8', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '7026272', > 'name': 'dm-8', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-home', > '/dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMajAkbcyTrAln3u5PWdHwKfJIn92vYf8s', > '/dev/disk/by-uuid/6da4b76b-2409-4296-a69a-96c82d2f49d8', > '/dev/fedora/home', > '/dev/mapper/fedora-home'], > 'sysfs_path': '/devices/virtual/block/dm-8'} ; name: fedora-home ; >19:41:08,037 INFO blivet: scanning fedora-home (/devices/virtual/block/dm-8)... >19:41:08,039 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-home ; >19:41:08,041 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5171684MB lvmthinlv fedora-home (36) >19:41:08,044 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-home ; >19:41:08,046 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-home ; label_type: None ; >19:41:08,049 DEBUG blivet: XFS.supported: supported: True ; >19:41:08,050 DEBUG blivet: getFormat('xfs') returning XFS instance >19:41:08,050 DEBUG blivet: device fedora-home does not contain a disklabel >19:41:08,051 INFO blivet: type detected on 'fedora-home' is 'xfs' >19:41:08,119 DEBUG blivet: XFS.supported: supported: True ; >19:41:08,122 DEBUG blivet: getFormat('xfs') returning XFS instance >19:41:08,133 DEBUG blivet: LVMThinLogicalVolumeDevice._setFormat: fedora-home ; current: None ; type: xfs ; >19:41:08,148 DEBUG blivet: looking up parted Device: /dev/mapper/fedora >19:41:08,150 DEBUG blivet: fedora size is 5242372MB >19:41:08,151 DEBUG blivet: vg fedora has 3104MB free >19:41:08,152 DEBUG blivet: fedora size is 5242372MB >19:41:08,154 DEBUG blivet: vg fedora has 3104MB free >19:41:08,156 INFO blivet: got device: LVMThinLogicalVolumeDevice instance (0x7f9da64adc10) -- > name = fedora-home status = True kids = 0 id = 36 > parents = ['existing 5222884MB lvmthinpool fedora-pool00 (35)'] > uuid = ajAkbc-yTrA-ln3u-5PWd-HwKf-JIn9-2vYf8s size = 5171684.0 > format = existing xfs filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-8 partedDevice = parted.Device instance -- > model: Linux device-mapper (thin) path: /dev/mapper/fedora-home type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 10591608832 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (659297, 255, 63) biosGeometry: (659297, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da079f0e0> > target size = 5171684.0 path = /dev/mapper/fedora-home > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f9da64aa610) -- > name = fedora status = True kids = 1 id = 34 > parents = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (25) with existing lvmpv'] > uuid = lw8KO7-wPpH-Z72t-rUsX-VSwJ-Jntp-OPdRwM size = 5242372 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 16224.0 PE Size = 4.0 PE Count = 1310593 > PE Free = 4056 PV Count = 1 > LV Names = ['home', '[lvol0_pmspare]', 'pool00', '[pool00_tdata]', '[pool00_tmeta]', 'root', 'swap'] modified = False > extents = 1310593.0 free space = 3104 > free extents = 776.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (25) with existing lvmpv'] > LVs = ['existing 5222884MB lvmthinpool fedora-pool00 (35)', > 'existing 5171684MB lvmthinlv fedora-home (36) with existing xfs filesystem'] > segment type = thin percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 0MB >19:41:08,159 DEBUG blivet: XFS.supported: supported: True ; >19:41:08,159 INFO blivet: got format: XFS instance (0x7f9da64ad6d0) -- > type = xfs name = xfs status = False > device = /dev/mapper/fedora-home uuid = 6da4b76b-2409-4296-a69a-96c82d2f49d8 exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >19:41:08,161 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-[lvol0_pmspare] ; >19:41:08,164 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:08,165 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-pool00 ; >19:41:08,167 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5222884MB lvmthinpool fedora-pool00 (35) >19:41:08,168 DEBUG blivet: already added fedora-pool00 >19:41:08,169 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-[pool00_tdata] ; >19:41:08,171 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:08,172 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-[pool00_tmeta] ; >19:41:08,174 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:08,175 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-root ; >19:41:08,177 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:08,241 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-pool00 ; >19:41:08,246 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5222884MB lvmthinpool fedora-pool00 (35) >19:41:08,250 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >19:41:08,253 DEBUG blivet: LVMThinPoolDevice.addChild: kids: 1 ; name: fedora-pool00 ; >19:41:08,255 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:41:08,259 DEBUG blivet: LVMThinLogicalVolumeDevice._setFormat: fedora-root ; current: None ; type: None ; >19:41:08,261 DEBUG blivet: Adding fedora-root/51200MB to fedora >19:41:08,262 DEBUG blivet: Adding fedora-root/51200MB to fedora-pool00 >19:41:08,263 INFO blivet: added lvmthinlv fedora-root (id 37) to device tree >19:41:08,265 DEBUG blivet: LVMThinLogicalVolumeDevice.setup: fedora-root ; status: False ; controllable: True ; orig: False ; >19:41:08,268 DEBUG blivet: LVMThinLogicalVolumeDevice.setupParents: kids: 0 ; name: fedora-root ; orig: False ; >19:41:08,271 DEBUG blivet: LVMThinPoolDevice.setup: fedora-pool00 ; status: True ; controllable: True ; orig: False ; >19:41:08,273 DEBUG blivet: LVMThinLogicalVolumeDevice._setup: fedora-root ; status: False ; controllable: True ; orig: False ; >19:41:08,501 DEBUG blivet: looking up parted Device: /dev/mapper/fedora-root >19:41:08,507 DEBUG blivet: LVMThinLogicalVolumeDevice.updateSysfsPath: fedora-root ; status: True ; >19:41:08,511 DEBUG blivet: LVMThinLogicalVolumeDevice.getDMNode: fedora-root ; status: True ; >19:41:08,521 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-root /dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMacFKCriW7AcLsrkNZe6ECKQDFSnW3LTH /dev/disk/by-uuid/f667c1ce-0763-431e-98bd-ad1ce59424aa /dev/fedora/root /dev/mapper/fedora-root', > 'DEVNAME': 'dm-7', > 'DEVPATH': '/devices/virtual/block/dm-7', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_LV_NAME': 'root', > 'DM_NAME': 'fedora-root', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMacFKCriW7AcLsrkNZe6ECKQDFSnW3LTH', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f667c1ce-0763-431e-98bd-ad1ce59424aa', > 'ID_FS_UUID_ENC': 'f667c1ce-0763-431e-98bd-ad1ce59424aa', > 'MAJOR': '253', > 'MINOR': '7', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '430704', > 'name': 'dm-7', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-root', > '/dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMacFKCriW7AcLsrkNZe6ECKQDFSnW3LTH', > '/dev/disk/by-uuid/f667c1ce-0763-431e-98bd-ad1ce59424aa', > '/dev/fedora/root', > '/dev/mapper/fedora-root'], > 'sysfs_path': '/devices/virtual/block/dm-7'} ; name: fedora-root ; >19:41:08,524 INFO blivet: scanning fedora-root (/devices/virtual/block/dm-7)... >19:41:08,527 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-root ; >19:41:08,531 DEBUG blivet: DeviceTree.getDeviceByName returned existing 51200MB lvmthinlv fedora-root (37) >19:41:08,536 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-root ; >19:41:08,538 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-root ; label_type: None ; >19:41:08,545 DEBUG blivet: XFS.supported: supported: True ; >19:41:08,548 DEBUG blivet: getFormat('xfs') returning XFS instance >19:41:08,548 DEBUG blivet: device fedora-root does not contain a disklabel >19:41:08,549 INFO blivet: type detected on 'fedora-root' is 'xfs' >19:41:08,617 DEBUG blivet: XFS.supported: supported: True ; >19:41:08,620 DEBUG blivet: getFormat('xfs') returning XFS instance >19:41:08,626 DEBUG blivet: LVMThinLogicalVolumeDevice._setFormat: fedora-root ; current: None ; type: xfs ; >19:41:08,644 DEBUG blivet: looking up parted Device: /dev/mapper/fedora >19:41:08,649 DEBUG blivet: fedora size is 5242372MB >19:41:08,652 DEBUG blivet: vg fedora has 3104MB free >19:41:08,653 DEBUG blivet: fedora size is 5242372MB >19:41:08,655 DEBUG blivet: vg fedora has 3104MB free >19:41:08,660 INFO blivet: got device: LVMThinLogicalVolumeDevice instance (0x7f9da64ad450) -- > name = fedora-root status = True kids = 0 id = 37 > parents = ['existing 5222884MB lvmthinpool fedora-pool00 (35)'] > uuid = acFKCr-iW7A-cLsr-kNZe-6ECK-QDFS-nW3LTH size = 51200.0 > format = existing xfs filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-7 partedDevice = parted.Device instance -- > model: Linux device-mapper (thin) path: /dev/mapper/fedora-root type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 104857600 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (6527, 255, 63) biosGeometry: (6527, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da709b8c0> > target size = 51200.0 path = /dev/mapper/fedora-root > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f9da64aa610) -- > name = fedora status = True kids = 1 id = 34 > parents = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (25) with existing lvmpv'] > uuid = lw8KO7-wPpH-Z72t-rUsX-VSwJ-Jntp-OPdRwM size = 5242372 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 16224.0 PE Size = 4.0 PE Count = 1310593 > PE Free = 4056 PV Count = 1 > LV Names = ['home', '[lvol0_pmspare]', 'pool00', '[pool00_tdata]', '[pool00_tmeta]', 'root', 'swap'] modified = False > extents = 1310593.0 free space = 3104 > free extents = 776.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (25) with existing lvmpv'] > LVs = ['existing 5222884MB lvmthinpool fedora-pool00 (35)', > 'existing 5171684MB lvmthinlv fedora-home (36) with existing xfs filesystem', > 'existing 51200MB lvmthinlv fedora-root (37) with existing xfs filesystem'] > segment type = thin percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 0MB >19:41:08,665 DEBUG blivet: XFS.supported: supported: True ; >19:41:08,666 INFO blivet: got format: XFS instance (0x7f9d9deefa90) -- > type = xfs name = xfs status = False > device = /dev/mapper/fedora-root uuid = f667c1ce-0763-431e-98bd-ad1ce59424aa exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >19:41:08,668 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-swap ; >19:41:08,672 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:08,674 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >19:41:08,677 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 1 ; name: fedora ; >19:41:08,679 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:41:08,681 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-swap ; current: None ; type: None ; >19:41:08,682 DEBUG blivet: looking up parted Device: /dev/mapper/fedora-swap >19:41:08,686 DEBUG blivet: Adding fedora-swap/3104MB to fedora >19:41:08,686 INFO blivet: added lvmlv fedora-swap (id 38) to device tree >19:41:08,688 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-swap ; status: True ; controllable: True ; orig: False ; >19:41:08,691 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora-swap ; status: True ; >19:41:08,694 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-swap ; status: True ; >19:41:08,702 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-swap /dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMAf36BVQd47VPketa33a8Y93LGyli2f03 /dev/disk/by-uuid/6e57f2a4-a5c3-466a-b417-55a8df4df702 /dev/fedora/swap /dev/mapper/fedora-swap', > 'DEVNAME': 'dm-9', > 'DEVPATH': '/devices/virtual/block/dm-9', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_LV_NAME': 'swap', > 'DM_NAME': 'fedora-swap', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMAf36BVQd47VPketa33a8Y93LGyli2f03', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '6e57f2a4-a5c3-466a-b417-55a8df4df702', > 'ID_FS_UUID_ENC': '6e57f2a4-a5c3-466a-b417-55a8df4df702', > 'ID_FS_VERSION': '2', > 'MAJOR': '253', > 'MINOR': '9', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '7038268', > 'name': 'dm-9', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-swap', > '/dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMAf36BVQd47VPketa33a8Y93LGyli2f03', > '/dev/disk/by-uuid/6e57f2a4-a5c3-466a-b417-55a8df4df702', > '/dev/fedora/swap', > '/dev/mapper/fedora-swap'], > 'sysfs_path': '/devices/virtual/block/dm-9'} ; name: fedora-swap ; >19:41:08,703 INFO blivet: scanning fedora-swap (/devices/virtual/block/dm-9)... >19:41:08,705 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-swap ; >19:41:08,708 DEBUG blivet: DeviceTree.getDeviceByName returned existing 3104MB lvmlv fedora-swap (38) >19:41:08,711 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-swap ; >19:41:08,713 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-swap ; label_type: None ; >19:41:08,716 DEBUG blivet: SwapSpace.__init__: >19:41:08,717 DEBUG blivet: getFormat('swap') returning SwapSpace instance >19:41:08,717 DEBUG blivet: device fedora-swap does not contain a disklabel >19:41:08,718 INFO blivet: type detected on 'fedora-swap' is 'swap' >19:41:08,721 DEBUG blivet: SwapSpace.__init__: device: /dev/mapper/fedora-swap ; serial: None ; uuid: 6e57f2a4-a5c3-466a-b417-55a8df4df702 ; exists: True ; label: None ; >19:41:08,721 DEBUG blivet: getFormat('swap') returning SwapSpace instance >19:41:08,724 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-swap ; current: None ; type: swap ; >19:41:08,731 DEBUG blivet: looking up parted Device: /dev/mapper/fedora >19:41:08,733 DEBUG blivet: fedora size is 5242372MB >19:41:08,737 DEBUG blivet: vg fedora has 0MB free >19:41:08,738 DEBUG blivet: fedora size is 5242372MB >19:41:08,742 DEBUG blivet: vg fedora has 0MB free >19:41:08,747 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7f9da64ad150) -- > name = fedora-swap status = True kids = 0 id = 38 > parents = ['existing 5242372MB lvmvg fedora (34)'] > uuid = Af36BV-Qd47-VPke-ta33-a8Y9-3LGy-li2f03 size = 3104.0 > format = existing swap > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-9 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-swap type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 6356992 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (395, 255, 63) biosGeometry: (395, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da079fdd0> > target size = 3104.0 path = /dev/mapper/fedora-swap > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f9da64aa610) -- > name = fedora status = True kids = 2 id = 34 > parents = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (25) with existing lvmpv'] > uuid = lw8KO7-wPpH-Z72t-rUsX-VSwJ-Jntp-OPdRwM size = 5242372 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 16224.0 PE Size = 4.0 PE Count = 1310593 > PE Free = 4056 PV Count = 1 > LV Names = ['home', '[lvol0_pmspare]', 'pool00', '[pool00_tdata]', '[pool00_tmeta]', 'root', 'swap'] modified = False > extents = 1310593.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (25) with existing lvmpv'] > LVs = ['existing 5222884MB lvmthinpool fedora-pool00 (35)', > 'existing 5171684MB lvmthinlv fedora-home (36) with existing xfs filesystem', > 'existing 51200MB lvmthinlv fedora-root (37) with existing xfs filesystem', > 'existing 3104MB lvmlv fedora-swap (38) with existing swap'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 3104MB >19:41:08,748 INFO blivet: got format: SwapSpace instance (0x7f9da64b03d0) -- > type = swap name = swap status = False > device = /dev/mapper/fedora-swap uuid = 6e57f2a4-a5c3-466a-b417-55a8df4df702 exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >19:41:08,750 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-home ; >19:41:08,753 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5171684MB lvmthinlv fedora-home (36) with existing xfs filesystem >19:41:08,753 DEBUG blivet: set fedora-home copies to 1, metadata size to 0MB, log size to 0MB, total size 0MB >19:41:08,756 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-swap ; >19:41:08,758 DEBUG blivet: DeviceTree.getDeviceByName returned existing 3104MB lvmlv fedora-swap (38) with existing swap >19:41:08,760 DEBUG blivet: set fedora-swap copies to 1, metadata size to 0MB, log size to 0MB, total size 3104MB >19:41:08,761 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-pool00 ; >19:41:08,764 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5222884MB lvmthinpool fedora-pool00 (35) >19:41:08,765 DEBUG blivet: set fedora-pool00 copies to 1, metadata size to 0MB, log size to 0MB, total size 5239268MB >19:41:08,767 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-root ; >19:41:08,769 DEBUG blivet: DeviceTree.getDeviceByName returned existing 51200MB lvmthinlv fedora-root (37) with existing xfs filesystem >19:41:08,770 DEBUG blivet: set fedora-root copies to 1, metadata size to 0MB, log size to 0MB, total size 0MB >19:41:08,772 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-pool00_tdata ; >19:41:08,773 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:08,774 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-lvol0_pmspare ; >19:41:08,776 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:08,777 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-pool00_tmeta ; >19:41:08,778 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:08,781 INFO blivet: got device: LUKSDevice instance (0x7f9da64aa7d0) -- > name = luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff status = True kids = 1 id = 25 > parents = ['existing 5242375MB partition vda3 (24) with existing luks'] > uuid = None size = 5242373.0 > format = existing lvmpv > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (crypt) path: /dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 10736379904 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (668308, 255, 63) biosGeometry: (668308, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da709be60> > target size = 0 path = /dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff > format args = [] originalFormat = None target = crypt dmUuid = None >19:41:08,782 INFO blivet: got format: LVMPhysicalVolume instance (0x7f9d9deefd10) -- > type = lvmpv name = physical volume (LVM) status = False > device = /dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff uuid = lU7Q1T-skew-G5EQ-6Zkt-AeGG-Qcgm-WNuQLp exists = True > options = None supported = True formattable = True resizable = False > vgName = fedora vgUUID = lw8KO7-wPpH-Z72t-rUsX-VSwJ-Jntp-OPdRwM peStart = 1.0 >19:41:08,785 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/mapper/fedora-pool00_tmeta', > 'DEVNAME': 'dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_LV_NAME': 'pool00_tmeta', > 'DM_NAME': 'fedora-pool00_tmeta', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', > 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMMkZcXj9k1MygmxjWqzzOoyAGnosvEO0e', > 'DM_VG_NAME': 'fedora', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '0', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '6916703', > 'name': 'dm-3', > 'symlinks': ['/dev/mapper/fedora-pool00_tmeta'], > 'sysfs_path': '/devices/virtual/block/dm-3'} ; name: fedora-pool00_tmeta ; >19:41:08,786 INFO blivet: scanning fedora-pool00_tmeta (/devices/virtual/block/dm-3)... >19:41:08,787 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-pool00_tmeta ; >19:41:08,789 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:08,789 INFO blivet: fedora-pool00_tmeta is an lvm logical volume >19:41:08,790 DEBUG blivet: DeviceTree.addUdevLVDevice: name: fedora-pool00_tmeta ; >19:41:08,791 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora ; >19:41:08,793 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5242372MB lvmvg fedora (34) >19:41:08,795 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora ; >19:41:08,797 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5242372MB lvmvg fedora (34) >19:41:08,797 DEBUG blivet: no device or no media present >19:41:08,800 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/mapper/fedora-pool00_tdata', > 'DEVNAME': 'dm-4', > 'DEVPATH': '/devices/virtual/block/dm-4', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_LV_NAME': 'pool00_tdata', > 'DM_NAME': 'fedora-pool00_tdata', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', > 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwM1Cq4WXX3OEz5NV4bh4oyunEKeLxctjaZ', > 'DM_VG_NAME': 'fedora', > 'MAJOR': '253', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '0', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '6926785', > 'name': 'dm-4', > 'symlinks': ['/dev/mapper/fedora-pool00_tdata'], > 'sysfs_path': '/devices/virtual/block/dm-4'} ; name: fedora-pool00_tdata ; >19:41:08,800 INFO blivet: scanning fedora-pool00_tdata (/devices/virtual/block/dm-4)... >19:41:08,802 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-pool00_tdata ; >19:41:08,803 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:08,803 INFO blivet: fedora-pool00_tdata is an lvm logical volume >19:41:08,804 DEBUG blivet: DeviceTree.addUdevLVDevice: name: fedora-pool00_tdata ; >19:41:08,805 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora ; >19:41:08,807 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5242372MB lvmvg fedora (34) >19:41:08,808 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora ; >19:41:08,810 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5242372MB lvmvg fedora (34) >19:41:08,810 DEBUG blivet: no device or no media present >19:41:08,813 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/mapper/fedora-pool00-tpool', > 'DEVNAME': 'dm-5', > 'DEVPATH': '/devices/virtual/block/dm-5', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_LV_LAYER': 'tpool', > 'DM_LV_NAME': 'pool00', > 'DM_NAME': 'fedora-pool00-tpool', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', > 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwM3HYSLvdBxTcrPn175etE6fKva7SEQDWo-tpool', > 'DM_VG_NAME': 'fedora', > 'MAJOR': '253', > 'MINOR': '5', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '0', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '6982612', > 'name': 'dm-5', > 'symlinks': ['/dev/mapper/fedora-pool00-tpool'], > 'sysfs_path': '/devices/virtual/block/dm-5'} ; name: fedora-pool00-tpool ; >19:41:08,813 INFO blivet: scanning fedora-pool00-tpool (/devices/virtual/block/dm-5)... >19:41:08,814 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-pool00-tpool ; >19:41:08,815 DEBUG blivet: DeviceTree.getDeviceByName returned None >19:41:08,816 INFO blivet: fedora-pool00-tpool is an lvm logical volume >19:41:08,817 DEBUG blivet: DeviceTree.addUdevLVDevice: name: fedora-pool00-tpool ; >19:41:08,818 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora ; >19:41:08,820 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5242372MB lvmvg fedora (34) >19:41:08,821 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora ; >19:41:08,822 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5242372MB lvmvg fedora (34) >19:41:08,822 DEBUG blivet: no device or no media present >19:41:08,826 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/mapper/fedora-pool00', > 'DEVNAME': 'dm-6', > 'DEVPATH': '/devices/virtual/block/dm-6', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_LV_NAME': 'pool00', > 'DM_NAME': 'fedora-pool00', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', > 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwM3HYSLvdBxTcrPn175etE6fKva7SEQDWo', > 'DM_VG_NAME': 'fedora', > 'MAJOR': '253', > 'MINOR': '6', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '0', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '6996454', > 'name': 'dm-6', > 'symlinks': ['/dev/mapper/fedora-pool00'], > 'sysfs_path': '/devices/virtual/block/dm-6'} ; name: fedora-pool00 ; >19:41:08,826 INFO blivet: scanning fedora-pool00 (/devices/virtual/block/dm-6)... >19:41:08,828 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-pool00 ; >19:41:08,829 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5222884MB lvmthinpool fedora-pool00 (35) >19:41:08,831 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-pool00 ; >19:41:08,832 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-pool00 ; label_type: None ; >19:41:08,832 DEBUG blivet: getFormat('None') returning DeviceFormat instance >19:41:08,833 DEBUG blivet: LVMThinPoolDevice.setup: fedora-pool00 ; status: True ; controllable: True ; orig: False ; >19:41:08,835 DEBUG blivet: DiskLabel.__init__: device: /dev/mapper/fedora-pool00 ; labelType: None ; exists: True ; >19:41:08,846 WARN blivet: disklabel detected but not usable on fedora-pool00 >19:41:08,847 DEBUG blivet: no type or existing type for fedora-pool00, bailing >19:41:08,851 DEBUG blivet: looking up parted Device: /dev/mapper/fedora >19:41:08,852 DEBUG blivet: fedora size is 5242372MB >19:41:08,854 DEBUG blivet: vg fedora has 0MB free >19:41:08,855 DEBUG blivet: fedora size is 5242372MB >19:41:08,856 DEBUG blivet: vg fedora has 0MB free >19:41:08,860 INFO blivet: got device: LVMThinPoolDevice instance (0x7f9da64ada90) -- > name = fedora-pool00 status = True kids = 2 id = 35 > parents = ['existing 5242372MB lvmvg fedora (34)'] > uuid = 3HYSLv-dBxT-crPn-175e-tE6f-Kva7-SEQDWo size = 5222884.0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-6 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-pool00 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 10696466432 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (665824, 255, 63) biosGeometry: (665824, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da709bef0> > target size = 5222884.0 path = /dev/mapper/fedora-pool00 > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f9da64aa610) -- > name = fedora status = True kids = 2 id = 34 > parents = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (25) with existing lvmpv'] > uuid = lw8KO7-wPpH-Z72t-rUsX-VSwJ-Jntp-OPdRwM size = 5242372 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 16224.0 PE Size = 4.0 PE Count = 1310593 > PE Free = 4056 PV Count = 1 > LV Names = ['home', '[lvol0_pmspare]', 'pool00', '[pool00_tdata]', '[pool00_tmeta]', 'root', 'swap'] modified = False > extents = 1310593.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (25) with existing lvmpv'] > LVs = ['existing 5222884MB lvmthinpool fedora-pool00 (35)', > 'existing 5171684MB lvmthinlv fedora-home (36) with existing xfs filesystem', > 'existing 51200MB lvmthinlv fedora-root (37) with existing xfs filesystem', > 'existing 3104MB lvmlv fedora-swap (38) with existing swap'] > segment type = thin-pool percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 5239268MB >19:41:08,865 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-home /dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMajAkbcyTrAln3u5PWdHwKfJIn92vYf8s /dev/disk/by-uuid/6da4b76b-2409-4296-a69a-96c82d2f49d8 /dev/fedora/home /dev/mapper/fedora-home', > 'DEVNAME': 'dm-8', > 'DEVPATH': '/devices/virtual/block/dm-8', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_LV_NAME': 'home', > 'DM_NAME': 'fedora-home', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMajAkbcyTrAln3u5PWdHwKfJIn92vYf8s', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '6da4b76b-2409-4296-a69a-96c82d2f49d8', > 'ID_FS_UUID_ENC': '6da4b76b-2409-4296-a69a-96c82d2f49d8', > 'MAJOR': '253', > 'MINOR': '8', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '7026272', > 'name': 'dm-8', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-home', > '/dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMajAkbcyTrAln3u5PWdHwKfJIn92vYf8s', > '/dev/disk/by-uuid/6da4b76b-2409-4296-a69a-96c82d2f49d8', > '/dev/fedora/home', > '/dev/mapper/fedora-home'], > 'sysfs_path': '/devices/virtual/block/dm-8'} ; name: fedora-home ; >19:41:08,865 INFO blivet: scanning fedora-home (/devices/virtual/block/dm-8)... >19:41:08,866 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-home ; >19:41:08,868 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5171684MB lvmthinlv fedora-home (36) with existing xfs filesystem >19:41:08,869 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-home ; >19:41:08,870 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-home ; label_type: None ; >19:41:08,872 DEBUG blivet: XFS.supported: supported: True ; >19:41:08,872 DEBUG blivet: getFormat('xfs') returning XFS instance >19:41:08,872 DEBUG blivet: device fedora-home does not contain a disklabel >19:41:08,873 DEBUG blivet: no type or existing type for fedora-home, bailing >19:41:08,877 DEBUG blivet: looking up parted Device: /dev/mapper/fedora >19:41:08,878 DEBUG blivet: fedora size is 5242372MB >19:41:08,880 DEBUG blivet: vg fedora has 0MB free >19:41:08,881 DEBUG blivet: fedora size is 5242372MB >19:41:08,883 DEBUG blivet: vg fedora has 0MB free >19:41:08,886 INFO blivet: got device: LVMThinLogicalVolumeDevice instance (0x7f9da64adc10) -- > name = fedora-home status = True kids = 0 id = 36 > parents = ['existing 5222884MB lvmthinpool fedora-pool00 (35)'] > uuid = ajAkbc-yTrA-ln3u-5PWd-HwKf-JIn9-2vYf8s size = 5171684.0 > format = existing xfs filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-8 partedDevice = parted.Device instance -- > model: Linux device-mapper (thin) path: /dev/mapper/fedora-home type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 10591608832 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (659297, 255, 63) biosGeometry: (659297, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da079f0e0> > target size = 5171684.0 path = /dev/mapper/fedora-home > format args = [] originalFormat = xfs target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f9da64aa610) -- > name = fedora status = True kids = 2 id = 34 > parents = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (25) with existing lvmpv'] > uuid = lw8KO7-wPpH-Z72t-rUsX-VSwJ-Jntp-OPdRwM size = 5242372 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 16224.0 PE Size = 4.0 PE Count = 1310593 > PE Free = 4056 PV Count = 1 > LV Names = ['home', '[lvol0_pmspare]', 'pool00', '[pool00_tdata]', '[pool00_tmeta]', 'root', 'swap'] modified = False > extents = 1310593.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (25) with existing lvmpv'] > LVs = ['existing 5222884MB lvmthinpool fedora-pool00 (35)', > 'existing 5171684MB lvmthinlv fedora-home (36) with existing xfs filesystem', > 'existing 51200MB lvmthinlv fedora-root (37) with existing xfs filesystem', > 'existing 3104MB lvmlv fedora-swap (38) with existing swap'] > segment type = thin percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 0MB >19:41:08,888 DEBUG blivet: XFS.supported: supported: True ; >19:41:08,888 INFO blivet: got format: XFS instance (0x7f9da64ad6d0) -- > type = xfs name = xfs status = False > device = /dev/mapper/fedora-home uuid = 6da4b76b-2409-4296-a69a-96c82d2f49d8 exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >19:41:08,892 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-swap /dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMAf36BVQd47VPketa33a8Y93LGyli2f03 /dev/disk/by-uuid/6e57f2a4-a5c3-466a-b417-55a8df4df702 /dev/fedora/swap /dev/mapper/fedora-swap', > 'DEVNAME': 'dm-9', > 'DEVPATH': '/devices/virtual/block/dm-9', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_LV_NAME': 'swap', > 'DM_NAME': 'fedora-swap', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMAf36BVQd47VPketa33a8Y93LGyli2f03', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '6e57f2a4-a5c3-466a-b417-55a8df4df702', > 'ID_FS_UUID_ENC': '6e57f2a4-a5c3-466a-b417-55a8df4df702', > 'ID_FS_VERSION': '2', > 'MAJOR': '253', > 'MINOR': '9', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '7038268', > 'name': 'dm-9', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-swap', > '/dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMAf36BVQd47VPketa33a8Y93LGyli2f03', > '/dev/disk/by-uuid/6e57f2a4-a5c3-466a-b417-55a8df4df702', > '/dev/fedora/swap', > '/dev/mapper/fedora-swap'], > 'sysfs_path': '/devices/virtual/block/dm-9'} ; name: fedora-swap ; >19:41:08,893 INFO blivet: scanning fedora-swap (/devices/virtual/block/dm-9)... >19:41:08,894 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-swap ; >19:41:08,896 DEBUG blivet: DeviceTree.getDeviceByName returned existing 3104MB lvmlv fedora-swap (38) with existing swap >19:41:08,897 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-swap ; >19:41:08,898 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-swap ; label_type: None ; >19:41:08,899 DEBUG blivet: SwapSpace.__init__: >19:41:08,900 DEBUG blivet: getFormat('swap') returning SwapSpace instance >19:41:08,900 DEBUG blivet: device fedora-swap does not contain a disklabel >19:41:08,900 DEBUG blivet: no type or existing type for fedora-swap, bailing >19:41:08,904 DEBUG blivet: looking up parted Device: /dev/mapper/fedora >19:41:08,905 DEBUG blivet: fedora size is 5242372MB >19:41:08,907 DEBUG blivet: vg fedora has 0MB free >19:41:08,908 DEBUG blivet: fedora size is 5242372MB >19:41:08,909 DEBUG blivet: vg fedora has 0MB free >19:41:08,913 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7f9da64ad150) -- > name = fedora-swap status = True kids = 0 id = 38 > parents = ['existing 5242372MB lvmvg fedora (34)'] > uuid = Af36BV-Qd47-VPke-ta33-a8Y9-3LGy-li2f03 size = 3104.0 > format = existing swap > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-9 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-swap type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 6356992 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (395, 255, 63) biosGeometry: (395, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da079fdd0> > target size = 3104.0 path = /dev/mapper/fedora-swap > format args = [] originalFormat = swap target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f9da64aa610) -- > name = fedora status = True kids = 2 id = 34 > parents = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (25) with existing lvmpv'] > uuid = lw8KO7-wPpH-Z72t-rUsX-VSwJ-Jntp-OPdRwM size = 5242372 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 16224.0 PE Size = 4.0 PE Count = 1310593 > PE Free = 4056 PV Count = 1 > LV Names = ['home', '[lvol0_pmspare]', 'pool00', '[pool00_tdata]', '[pool00_tmeta]', 'root', 'swap'] modified = False > extents = 1310593.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (25) with existing lvmpv'] > LVs = ['existing 5222884MB lvmthinpool fedora-pool00 (35)', > 'existing 5171684MB lvmthinlv fedora-home (36) with existing xfs filesystem', > 'existing 51200MB lvmthinlv fedora-root (37) with existing xfs filesystem', > 'existing 3104MB lvmlv fedora-swap (38) with existing swap'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 3104MB >19:41:08,914 INFO blivet: got format: SwapSpace instance (0x7f9da64b03d0) -- > type = swap name = swap status = False > device = /dev/mapper/fedora-swap uuid = 6e57f2a4-a5c3-466a-b417-55a8df4df702 exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >19:41:08,986 INFO blivet: devices to scan: ['dm-7'] >19:41:08,995 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-root /dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMacFKCriW7AcLsrkNZe6ECKQDFSnW3LTH /dev/disk/by-uuid/f667c1ce-0763-431e-98bd-ad1ce59424aa /dev/fedora/root /dev/mapper/fedora-root', > 'DEVNAME': 'dm-7', > 'DEVPATH': '/devices/virtual/block/dm-7', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'root', > 'DM_NAME': 'fedora-root', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMacFKCriW7AcLsrkNZe6ECKQDFSnW3LTH', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f667c1ce-0763-431e-98bd-ad1ce59424aa', > 'ID_FS_UUID_ENC': 'f667c1ce-0763-431e-98bd-ad1ce59424aa', > 'MAJOR': '253', > 'MINOR': '7', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '430704', > 'name': 'dm-7', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-root', > '/dev/disk/by-id/dm-uuid-LVM-lw8KO7wPpHZ72trUsXVSwJJntpOPdRwMacFKCriW7AcLsrkNZe6ECKQDFSnW3LTH', > '/dev/disk/by-uuid/f667c1ce-0763-431e-98bd-ad1ce59424aa', > '/dev/fedora/root', > '/dev/mapper/fedora-root'], > 'sysfs_path': '/devices/virtual/block/dm-7'} ; name: fedora-root ; >19:41:08,997 INFO blivet: scanning fedora-root (/devices/virtual/block/dm-7)... >19:41:08,999 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-root ; >19:41:09,003 DEBUG blivet: DeviceTree.getDeviceByName returned existing 51200MB lvmthinlv fedora-root (37) with existing xfs filesystem >19:41:09,006 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-root ; >19:41:09,009 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-root ; label_type: None ; >19:41:09,012 DEBUG blivet: XFS.supported: supported: True ; >19:41:09,013 DEBUG blivet: getFormat('xfs') returning XFS instance >19:41:09,013 DEBUG blivet: device fedora-root does not contain a disklabel >19:41:09,014 DEBUG blivet: no type or existing type for fedora-root, bailing >19:41:09,021 DEBUG blivet: looking up parted Device: /dev/mapper/fedora >19:41:09,024 DEBUG blivet: fedora size is 5242372MB >19:41:09,030 DEBUG blivet: vg fedora has 0MB free >19:41:09,031 DEBUG blivet: fedora size is 5242372MB >19:41:09,034 DEBUG blivet: vg fedora has 0MB free >19:41:09,041 INFO blivet: got device: LVMThinLogicalVolumeDevice instance (0x7f9da64ad450) -- > name = fedora-root status = True kids = 0 id = 37 > parents = ['existing 5222884MB lvmthinpool fedora-pool00 (35)'] > uuid = acFKCr-iW7A-cLsr-kNZe-6ECK-QDFS-nW3LTH size = 51200.0 > format = existing xfs filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-7 partedDevice = parted.Device instance -- > model: Linux device-mapper (thin) path: /dev/mapper/fedora-root type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 104857600 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (6527, 255, 63) biosGeometry: (6527, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da709b8c0> > target size = 51200.0 path = /dev/mapper/fedora-root > format args = [] originalFormat = xfs target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f9da64aa610) -- > name = fedora status = True kids = 2 id = 34 > parents = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (25) with existing lvmpv'] > uuid = lw8KO7-wPpH-Z72t-rUsX-VSwJ-Jntp-OPdRwM size = 5242372 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 16224.0 PE Size = 4.0 PE Count = 1310593 > PE Free = 4056 PV Count = 1 > LV Names = ['home', '[lvol0_pmspare]', 'pool00', '[pool00_tdata]', '[pool00_tmeta]', 'root', 'swap'] modified = False > extents = 1310593.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 5242373MB luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (25) with existing lvmpv'] > LVs = ['existing 5222884MB lvmthinpool fedora-pool00 (35)', > 'existing 5171684MB lvmthinlv fedora-home (36) with existing xfs filesystem', > 'existing 51200MB lvmthinlv fedora-root (37) with existing xfs filesystem', > 'existing 3104MB lvmlv fedora-swap (38) with existing swap'] > segment type = thin percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 0MB >19:41:09,052 DEBUG blivet: XFS.supported: supported: True ; >19:41:09,053 INFO blivet: got format: XFS instance (0x7f9d9deefa90) -- > type = xfs name = xfs status = False > device = /dev/mapper/fedora-root uuid = f667c1ce-0763-431e-98bd-ad1ce59424aa exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >19:41:09,138 DEBUG blivet: PartitionDevice.teardown: vda1 ; status: True ; controllable: True ; >19:41:09,144 DEBUG blivet: BIOSBoot.teardown: device: /dev/vda1 ; status: False ; type: biosboot ; >19:41:09,149 DEBUG blivet: BIOSBoot.teardown: device: /dev/vda1 ; status: False ; type: biosboot ; >19:41:09,201 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >19:41:09,207 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:41:09,212 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:41:09,262 DEBUG blivet: PartitionDevice.teardown: vda2 ; status: True ; controllable: True ; >19:41:09,322 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >19:41:09,327 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:41:09,333 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:41:09,384 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >19:41:09,393 DEBUG blivet: LVMThinLogicalVolumeDevice.teardown: fedora-home ; status: True ; controllable: True ; >19:41:09,449 DEBUG blivet: LVMThinLogicalVolumeDevice._teardown: fedora-home ; status: True ; controllable: True ; >19:41:09,575 DEBUG blivet: LVMThinPoolDevice.teardown: fedora-pool00 ; status: True ; controllable: True ; >19:41:09,580 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/fedora-pool00 ; status: False ; type: None ; >19:41:09,587 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/fedora-pool00 ; status: False ; type: None ; >19:41:09,645 DEBUG blivet: LVMThinPoolDevice._teardown: fedora-pool00 ; status: True ; controllable: True ; >19:41:09,764 DEBUG blivet: LVMVolumeGroupDevice.teardown: fedora ; status: True ; controllable: True ; >19:41:09,767 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/fedora ; status: False ; type: None ; >19:41:09,770 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/fedora ; status: False ; type: None ; >19:41:09,823 DEBUG blivet: LVMVolumeGroupDevice._teardown: fedora ; status: True ; controllable: True ; >19:41:10,006 DEBUG blivet: LUKSDevice.teardown: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: True ; controllable: True ; >19:41:10,011 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: False ; type: lvmpv ; >19:41:10,018 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: False ; type: lvmpv ; >19:41:10,081 DEBUG blivet: PartitionDevice.teardown: vda3 ; status: True ; controllable: True ; >19:41:10,086 DEBUG blivet: LUKS.teardown: device: /dev/vda3 ; status: True ; type: luks ; >19:41:10,087 DEBUG blivet: unmapping luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff >19:41:10,110 DEBUG blivet: LUKS.teardown: device: /dev/vda3 ; status: False ; type: luks ; >19:41:10,185 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >19:41:10,191 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:41:10,198 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:41:10,251 DEBUG blivet: LVMThinLogicalVolumeDevice.teardown: fedora-root ; status: False ; controllable: True ; >19:41:10,255 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-swap ; status: False ; controllable: True ; >19:41:10,257 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >19:41:10,260 INFO blivet: edd: MBR signature on vda is zero. new disk image? >19:41:10,262 INFO blivet: edd: collected mbr signatures: {} >19:41:10,263 DEBUG blivet: edd: data extracted from 0x80: > type: SCSI, ata_device: None > channel: 0, mbr_signature: 0x00000000 > pci_dev: 00:07.0, scsi_id: 0 > scsi_lun: 0, sectors: 10737418240 >19:41:10,265 DEBUG blivet: edd: matched 0x80 to vda using pci_dev >19:41:10,265 INFO blivet: edd: both edd entries 0x80 and 0x80 seem to map to vda >19:41:10,268 DEBUG blivet: PartitionDevice.setup: vda2 ; status: True ; controllable: True ; orig: False ; >19:41:10,294 INFO blivet: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >19:41:10,354 DEBUG blivet: PartitionDevice.teardown: vda2 ; status: True ; controllable: True ; >19:41:10,516 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >19:41:10,520 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:41:10,526 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:41:10,590 DEBUG blivet: LVMThinLogicalVolumeDevice.setup: fedora-home ; status: False ; controllable: True ; orig: False ; >19:41:10,594 DEBUG blivet: LVMThinLogicalVolumeDevice.setupParents: kids: 0 ; name: fedora-home ; orig: False ; >19:41:10,596 DEBUG blivet: LVMThinPoolDevice.setup: fedora-pool00 ; status: False ; controllable: True ; orig: False ; >19:41:10,599 DEBUG blivet: LVMThinPoolDevice.setupParents: kids: 2 ; name: fedora-pool00 ; orig: False ; >19:41:10,602 DEBUG blivet: LVMVolumeGroupDevice.setup: fedora ; status: False ; controllable: True ; orig: False ; >19:41:10,607 DEBUG blivet: LVMVolumeGroupDevice.setupParents: kids: 2 ; name: fedora ; orig: False ; >19:41:10,610 DEBUG blivet: LUKSDevice.setup: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: False ; controllable: True ; orig: False ; >19:41:10,613 DEBUG blivet: LUKSDevice.setupParents: kids: 1 ; name: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; orig: False ; >19:41:10,617 DEBUG blivet: PartitionDevice.setup: vda3 ; status: True ; controllable: True ; orig: False ; >19:41:10,620 DEBUG blivet: LUKS.setup: device: /dev/vda3 ; mapName: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: False ; type: luks ; >19:41:10,622 WARN blivet: setup of fedora-home failed: luks device not configured >19:41:10,624 DEBUG blivet: LVMThinLogicalVolumeDevice.setup: fedora-root ; status: False ; controllable: True ; orig: False ; >19:41:10,626 DEBUG blivet: LVMThinLogicalVolumeDevice.setupParents: kids: 0 ; name: fedora-root ; orig: False ; >19:41:10,628 DEBUG blivet: LVMThinPoolDevice.setup: fedora-pool00 ; status: False ; controllable: True ; orig: False ; >19:41:10,631 DEBUG blivet: LVMThinPoolDevice.setupParents: kids: 2 ; name: fedora-pool00 ; orig: False ; >19:41:10,634 DEBUG blivet: LVMVolumeGroupDevice.setup: fedora ; status: False ; controllable: True ; orig: False ; >19:41:10,637 DEBUG blivet: LVMVolumeGroupDevice.setupParents: kids: 2 ; name: fedora ; orig: False ; >19:41:10,641 DEBUG blivet: LUKSDevice.setup: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: False ; controllable: True ; orig: False ; >19:41:10,645 DEBUG blivet: LUKSDevice.setupParents: kids: 1 ; name: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; orig: False ; >19:41:10,647 DEBUG blivet: PartitionDevice.setup: vda3 ; status: True ; controllable: True ; orig: False ; >19:41:10,650 DEBUG blivet: LUKS.setup: device: /dev/vda3 ; mapName: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: False ; type: luks ; >19:41:10,651 WARN blivet: setup of fedora-root failed: luks device not configured >19:41:10,657 DEBUG blivet: fedora size is 5242372MB >19:41:10,661 DEBUG blivet: vg fedora has 0MB free >19:41:10,662 DEBUG blivet: fedora size is 5242372MB >19:41:10,664 DEBUG blivet: vg fedora has 0MB free >19:41:10,667 DEBUG blivet: XFS.supported: supported: True ; >19:41:10,671 DEBUG blivet: XFS.supported: supported: True ; >19:41:10,675 DEBUG blivet: Ext4FS.supported: supported: True ; >19:41:10,679 DEBUG blivet: Ext4FS.supported: supported: True ; >19:41:10,682 DEBUG blivet: Ext4FS.supported: supported: True ; >19:41:10,685 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:41:10,691 DEBUG blivet: Iso9660FS.supported: supported: True ; >19:41:10,699 DEBUG blivet: Ext4FS.supported: supported: True ; >19:41:13,631 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >19:41:13,634 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (21) with existing gpt disklabel >19:41:23,903 INFO blivet: Detected 1552M of memory >19:41:23,905 INFO blivet: Swap attempt of 3104M >19:41:23,910 DEBUG blivet: clearpart: looking at vda3 >19:41:23,911 DEBUG blivet: clearpart: looking at vda2 >19:41:23,912 DEBUG blivet: clearpart: looking at vda1 >19:41:23,914 DEBUG blivet: checking whether disk vda has an empty extended >19:41:23,916 DEBUG blivet: extended is None ; logicals is [] >19:41:24,021 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >19:41:24,029 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (21) with existing gpt disklabel >19:41:24,128 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >19:41:24,138 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (21) with existing gpt disklabel >19:41:24,144 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >19:41:24,147 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (21) with existing gpt disklabel >19:41:24,149 DEBUG blivet: resolved 'vda' to 'vda' (disk) >19:41:24,310 DEBUG blivet: starting Blivet copy >19:41:24,359 DEBUG blivet: PartitionDevice._setPartedPartition: vda1 ; >19:41:24,364 DEBUG blivet: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9da64b0e10> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9da649cad0> PedPartition: <_ped.Partition object at 0x7f9d9dee8e90> >19:41:24,366 DEBUG blivet: PartitionDevice._setPartedPartition: vda2 ; >19:41:24,367 DEBUG blivet: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9da64b0e10> fileSystem: <parted.filesystem.FileSystem object at 0x7f9da649ccd0> > number: 2 path: /dev/vda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9da649cc50> PedPartition: <_ped.Partition object at 0x7f9d9dee8fb0> >19:41:24,368 DEBUG blivet: PartitionDevice._setPartedPartition: vda3 ; >19:41:24,369 DEBUG blivet: device vda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9da64b0e10> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9da649ce10> PedPartition: <_ped.Partition object at 0x7f9d9dee8e30> >19:41:24,370 DEBUG blivet: finished Blivet copy >19:41:26,935 DEBUG blivet: XFS.supported: supported: True ; >19:41:26,936 DEBUG blivet: getFormat('xfs') returning XFS instance >19:41:26,957 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMThinPFactory'>: <blivet.Blivet object at 0x7f9da64b0a10>, 0, [], {} >19:41:29,645 DEBUG blivet: XFS.supported: supported: True ; >19:41:29,646 DEBUG blivet: getFormat('xfs') returning XFS instance >19:41:29,649 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMThinPFactory'>: <blivet.Blivet object at 0x7f9da64b0a10>, 5171684, ['vda'], {'encrypted': False, 'raid_level': None} >19:41:29,666 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMThinPFactory'>: <blivet.Blivet object at 0x7f9da64b0a10>, 0, [], {} >19:41:29,682 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMThinPFactory'>: <blivet.Blivet object at 0x7f9da64b0a10>, 0, [], {} >19:41:37,627 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:41:37,630 DEBUG storage.ui: LVMThinLogicalVolumeDevice._setFormat: fedora-home ; current: xfs ; type: None ; >19:41:37,631 INFO storage.ui: registered action: [0] Destroy Format xfs filesystem on lvmthinlv fedora-home (id 36) >19:41:37,632 DEBUG storage.ui: LVMThinLogicalVolumeDevice.teardown: fedora-home ; status: False ; controllable: True ; >19:41:37,633 INFO storage.ui: removed lvmthinlv fedora-home (id 36) from device tree >19:41:37,635 DEBUG storage.ui: LVMThinPoolDevice.removeChild: kids: 2 ; name: fedora-pool00 ; >19:41:37,635 INFO storage.ui: registered action: [1] Destroy Device lvmthinlv fedora-home (id 36) >19:41:37,636 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:41:37,637 DEBUG storage.ui: LVMThinLogicalVolumeDevice._setFormat: fedora-root ; current: xfs ; type: None ; >19:41:37,637 INFO storage.ui: registered action: [2] Destroy Format xfs filesystem on lvmthinlv fedora-root (id 37) >19:41:37,639 DEBUG storage.ui: LVMThinLogicalVolumeDevice.teardown: fedora-root ; status: False ; controllable: True ; >19:41:37,639 INFO storage.ui: removed lvmthinlv fedora-root (id 37) from device tree >19:41:37,641 DEBUG storage.ui: LVMThinPoolDevice.removeChild: kids: 1 ; name: fedora-pool00 ; >19:41:37,641 INFO storage.ui: registered action: [3] Destroy Device lvmthinlv fedora-root (id 37) >19:41:37,642 DEBUG storage.ui: LVMThinPoolDevice.teardown: fedora-pool00 ; status: False ; controllable: True ; >19:41:37,643 INFO storage.ui: removed lvmthinpool fedora-pool00 (id 35) from device tree >19:41:37,644 DEBUG storage.ui: LVMVolumeGroupDevice.removeChild: kids: 2 ; name: fedora ; >19:41:37,645 INFO storage.ui: registered action: [4] Destroy Device lvmthinpool fedora-pool00 (id 35) >19:41:37,646 DEBUG storage.ui: SwapSpace.teardown: device: /dev/mapper/fedora-swap ; status: False ; type: swap ; >19:41:37,647 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:41:37,649 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-swap ; current: swap ; type: None ; >19:41:37,649 INFO storage.ui: registered action: [5] Destroy Format swap on lvmlv fedora-swap (id 38) >19:41:37,651 DEBUG storage.ui: LVMLogicalVolumeDevice.teardown: fedora-swap ; status: False ; controllable: True ; >19:41:37,651 INFO storage.ui: removed lvmlv fedora-swap (id 38) from device tree >19:41:37,652 DEBUG storage.ui: LVMVolumeGroupDevice.removeChild: kids: 1 ; name: fedora ; >19:41:37,653 INFO storage.ui: registered action: [6] Destroy Device lvmlv fedora-swap (id 38) >19:41:37,654 DEBUG storage.ui: LVMVolumeGroupDevice.teardown: fedora ; status: False ; controllable: True ; >19:41:37,655 INFO storage.ui: removed lvmvg fedora (id 34) from device tree >19:41:37,656 DEBUG storage.ui: LUKSDevice.removeChild: kids: 1 ; name: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; >19:41:37,656 INFO storage.ui: registered action: [7] Destroy Device lvmvg fedora (id 34) >19:41:37,658 DEBUG storage.ui: LVMPhysicalVolume.teardown: device: /dev/mapper/luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: False ; type: lvmpv ; >19:41:37,659 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:41:37,660 DEBUG storage.ui: LUKSDevice._setFormat: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; current: lvmpv ; type: None ; >19:41:37,660 INFO storage.ui: registered action: [8] Destroy Format lvmpv on luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (id 25) >19:41:37,662 DEBUG storage.ui: LUKSDevice.teardown: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: False ; controllable: True ; >19:41:37,662 INFO storage.ui: removed luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (id 25) from device tree >19:41:37,664 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: vda3 ; >19:41:37,664 INFO storage.ui: registered action: [9] Destroy Device luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (id 25) >19:41:37,666 DEBUG storage.ui: LUKS.teardown: device: /dev/vda3 ; status: False ; type: luks ; >19:41:37,668 DEBUG storage.ui: PartitionDevice._setFormat: vda3 ; >19:41:37,668 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:41:37,670 DEBUG storage.ui: PartitionDevice._setFormat: vda3 ; current: luks ; type: None ; >19:41:37,670 INFO storage.ui: registered action: [10] Destroy Format luks on partition vda3 (id 24) >19:41:37,672 DEBUG storage.ui: PartitionDevice.teardown: vda3 ; status: True ; controllable: True ; >19:41:37,673 DEBUG storage.ui: LUKS.teardown: device: /dev/vda3 ; status: False ; type: luks ; >19:41:37,676 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/vda3 ; status: False ; type: None ; >19:41:37,725 INFO storage.ui: removed partition vda3 (id 24) from device tree >19:41:37,731 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: vda ; >19:41:37,733 INFO storage.ui: registered action: [11] Destroy Device partition vda3 (id 24) >19:41:37,738 DEBUG storage.ui: BIOSBoot.teardown: device: /dev/vda1 ; status: False ; type: biosboot ; >19:41:37,741 DEBUG storage.ui: PartitionDevice._setFormat: vda1 ; >19:41:37,743 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:41:37,745 DEBUG storage.ui: PartitionDevice._setFormat: vda1 ; current: biosboot ; type: None ; >19:41:37,746 INFO storage.ui: registered action: [12] Destroy Format biosboot on partition vda1 (id 22) >19:41:37,749 DEBUG storage.ui: PartitionDevice.teardown: vda1 ; status: True ; controllable: True ; >19:41:37,751 DEBUG storage.ui: BIOSBoot.teardown: device: /dev/vda1 ; status: False ; type: biosboot ; >19:41:37,757 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/vda1 ; status: False ; type: None ; >19:41:37,806 INFO storage.ui: removed partition vda1 (id 22) from device tree >19:41:37,818 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >19:41:37,821 INFO storage.ui: registered action: [13] Destroy Device partition vda1 (id 22) >19:41:37,825 DEBUG storage.ui: PartitionDevice._setFormat: vda2 ; >19:41:37,827 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:41:37,829 DEBUG storage.ui: PartitionDevice._setFormat: vda2 ; current: ext4 ; type: None ; >19:41:37,830 INFO storage.ui: registered action: [14] Destroy Format ext4 filesystem on partition vda2 (id 23) >19:41:37,832 DEBUG storage.ui: PartitionDevice.teardown: vda2 ; status: True ; controllable: True ; >19:41:37,838 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/vda2 ; status: False ; type: None ; >19:41:37,887 INFO storage.ui: removed partition vda2 (id 23) from device tree >19:41:37,893 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >19:41:37,895 INFO storage.ui: registered action: [15] Destroy Device partition vda2 (id 23) >19:41:37,899 DEBUG storage.ui: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >19:41:37,901 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:41:37,904 DEBUG storage.ui: DiskDevice._setFormat: vda ; current: disklabel ; type: None ; >19:41:37,905 INFO storage.ui: registered action: [16] Destroy Format gpt disklabel on disk vda (id 21) >19:41:37,906 DEBUG storage.ui: required disklabel type for vda (15) is None >19:41:37,907 DEBUG storage.ui: default disklabel type for vda is msdos >19:41:37,908 DEBUG storage.ui: selecting gpt disklabel for vda based on size >19:41:37,911 DEBUG storage.ui: DiskLabel.__init__: device: /dev/vda ; labelType: gpt ; >19:41:37,913 DEBUG storage.ui: DiskLabel.freshPartedDisk: device: /dev/vda ; labelType: gpt ; >19:41:37,916 DEBUG storage.ui: Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 128 > partitions: [] > device: <parted.device.Device object at 0x7f9da648eb50> > PedDisk: <_ped.Disk object at 0x7f9da64947e8> >19:41:37,918 DEBUG storage.ui: getFormat('disklabel') returning DiskLabel instance >19:41:37,920 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >19:41:37,922 DEBUG storage.ui: DiskDevice._setFormat: vda ; current: None ; type: disklabel ; >19:41:37,923 INFO storage.ui: registered action: [17] Create Format gpt disklabel on disk vda (id 21) >19:41:45,126 DEBUG storage.ui: doAutoPart: True >19:41:45,127 DEBUG storage.ui: encryptedAutoPart: False >19:41:45,127 DEBUG storage.ui: autoPartType: 2 >19:41:45,128 DEBUG storage.ui: clearPartType: 2 >19:41:45,128 DEBUG storage.ui: clearPartDisks: ['vda'] >19:41:45,129 DEBUG storage.ui: autoPartitionRequests: >PartSpec instance (0x7f9da649c890) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True >PartSpec instance (0x7f9da649c8d0) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True >PartSpec instance (0x7f9da649c910) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False >PartSpec instance (0x7f9da649c950) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False >PartSpec instance (0x7f9da649c990) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 3104 maxSize = None grow = False > >19:41:45,130 DEBUG storage.ui: storage.disks: ['vda'] >19:41:45,130 DEBUG storage.ui: storage.partitioned: ['vda'] >19:41:45,131 DEBUG storage.ui: all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sr0', 'vda'] >19:41:45,135 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >19:41:45,138 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (21) with non-existent gpt disklabel >19:41:45,138 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >19:41:45,139 DEBUG storage.ui: boot disk: vda >19:41:45,141 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >19:41:45,142 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance >19:41:45,145 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >19:41:45,147 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; >19:41:45,150 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; current: None ; type: lvmpv ; >19:41:45,152 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >19:41:45,153 INFO storage.ui: added partition req0 (id 39) to device tree >19:41:45,153 INFO storage.ui: registered action: [18] Create Device partition req0 (id 39) >19:41:45,154 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:41:45,154 INFO storage.ui: registered action: [19] Create Format lvmpv on partition req0 (id 39) >19:41:45,157 DEBUG storage.ui: candidate disks: [DiskDevice instance (0x7f9da64b0750) -- > name = vda status = True kids = 0 id = 21 > parents = [] > uuid = None size = 5242880.0 > format = non-existent gpt 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: 10737418240 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (10652200, 16, 63) biosGeometry: (668373, 255, 63) > PedDevice: <_ped.Device object at 0x7f9da651bc20> > target size = 0 path = /dev/vda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f9da64b0a50>] >19:41:45,158 DEBUG storage.ui: devs: [PartitionDevice instance (0x7f9da63e9cd0) -- > name = req0 status = False kids = 0 id = 39 > parents = [] > uuid = None size = 500 > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/req0 > format args = [] originalFormat = lvmpv grow = True max size = 0 bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >] >19:41:45,165 DEBUG storage.ui: Ext4FS.supported: supported: True ; >19:41:45,166 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >19:41:45,168 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >19:41:45,171 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; >19:41:45,173 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; current: None ; type: ext4 ; >19:41:45,175 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >19:41:45,176 INFO storage.ui: added partition req1 (id 40) to device tree >19:41:45,176 INFO storage.ui: registered action: [20] Create Device partition req1 (id 40) >19:41:45,176 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:41:45,177 INFO storage.ui: registered action: [21] Create Format ext4 filesystem mounted at /boot on partition req1 (id 40) >19:41:45,177 DEBUG storage.ui: getFormat('biosboot') returning BIOSBoot instance >19:41:45,180 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >19:41:45,182 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; >19:41:45,184 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; current: None ; type: biosboot ; >19:41:45,186 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >19:41:45,186 INFO storage.ui: added partition req2 (id 41) to device tree >19:41:45,187 INFO storage.ui: registered action: [22] Create Device partition req2 (id 41) >19:41:45,187 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:41:45,188 INFO storage.ui: registered action: [23] Create Format biosboot on partition req2 (id 41) >19:41:45,189 DEBUG storage.ui: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >19:41:45,191 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 39)', 'req1(id 40)', 'req2(id 41)'] from disk(s) ['vda'] >19:41:45,192 DEBUG storage.ui: allocatePartitions: disks=['vda'] ; partitions=['req0(id 39)', 'req1(id 40)', 'req2(id 41)'] >19:41:45,192 DEBUG storage.ui: removing all non-preexisting partitions ['req2(id 41)', 'req1(id 40)', 'req0(id 39)'] from disk(s) ['vda'] >19:41:45,194 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >19:41:45,196 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (21) with non-existent gpt disklabel >19:41:45,197 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >19:41:45,199 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >19:41:45,201 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (21) with non-existent gpt disklabel >19:41:45,202 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >19:41:45,202 DEBUG storage.ui: allocating partition: req2 ; id: 41 ; disks: ['vda'] ; >boot: True ; primary: False ; size: 1MB ; grow: False ; max_size: 0 ; start: None ; end: None >19:41:45,202 DEBUG storage.ui: checking freespace on vda >19:41:45,203 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=1MB boot=True best=None grow=False start=None >19:41:45,205 DEBUG storage.ui: checking 34-10737418206 (5242879 MB) >19:41:45,206 DEBUG storage.ui: current free range is 34-10737418206 (5242879MB) >19:41:45,207 DEBUG storage.ui: updating use_disk to vda, type: 0 >19:41:45,207 DEBUG storage.ui: new free: 34-10737418206 / 5242879MB >19:41:45,208 DEBUG storage.ui: new free allows for 0 sectors of growth >19:41:45,208 DEBUG storage.ui: found free space for bootable request >19:41:45,209 DEBUG storage.ui: adjusted start sector from 34 to 2048 >19:41:45,210 DEBUG storage.ui: created partition vda1 of 1MB and added it to /dev/vda >19:41:45,213 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >19:41:45,214 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9da648eb10> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9da648e110> PedPartition: <_ped.Partition object at 0x7f9da63e21d0> >19:41:45,216 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >19:41:45,218 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >19:41:45,221 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >19:41:45,222 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9da648eb10> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9da648e690> PedPartition: <_ped.Partition object at 0x7f9da63e2230> >19:41:45,224 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >19:41:45,227 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (21) with non-existent gpt disklabel >19:41:45,227 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >19:41:45,229 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >19:41:45,231 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (21) with non-existent gpt disklabel >19:41:45,232 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >19:41:45,232 DEBUG storage.ui: allocating partition: req1 ; id: 40 ; disks: ['vda'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 ; start: None ; end: None >19:41:45,232 DEBUG storage.ui: checking freespace on vda >19:41:45,233 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=500MB boot=True best=None grow=False start=None >19:41:45,234 DEBUG storage.ui: checking 34-2047 (0 MB) >19:41:45,234 DEBUG storage.ui: current free range is 34-2047 (0MB) >19:41:45,235 DEBUG storage.ui: checking 4096-10737418206 (5242877 MB) >19:41:45,235 DEBUG storage.ui: current free range is 4096-10737418206 (5242877MB) >19:41:45,235 DEBUG storage.ui: updating use_disk to vda, type: 0 >19:41:45,236 DEBUG storage.ui: new free: 4096-10737418206 / 5242877MB >19:41:45,236 DEBUG storage.ui: new free allows for 0 sectors of growth >19:41:45,236 DEBUG storage.ui: found free space for bootable request >19:41:45,237 DEBUG storage.ui: created partition vda2 of 500MB and added it to /dev/vda >19:41:45,239 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >19:41:45,240 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9da648eb10> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9da63c29d0> PedPartition: <_ped.Partition object at 0x7f9da63e2290> >19:41:45,242 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >19:41:45,244 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >19:41:45,247 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >19:41:45,248 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9da648eb10> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9da63c2950> PedPartition: <_ped.Partition object at 0x7f9da63e22f0> >19:41:45,250 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >19:41:45,252 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (21) with non-existent gpt disklabel >19:41:45,252 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >19:41:45,254 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >19:41:45,256 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (21) with non-existent gpt disklabel >19:41:45,257 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >19:41:45,257 DEBUG storage.ui: allocating partition: req0 ; id: 39 ; disks: ['vda'] ; >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 0 ; start: None ; end: None >19:41:45,257 DEBUG storage.ui: checking freespace on vda >19:41:45,258 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=500MB boot=False best=None grow=True start=None >19:41:45,259 DEBUG storage.ui: checking 34-2047 (0 MB) >19:41:45,259 DEBUG storage.ui: current free range is 34-2047 (0MB) >19:41:45,259 DEBUG storage.ui: checking 1028096-10737418206 (5242377 MB) >19:41:45,260 DEBUG storage.ui: current free range is 1028096-10737418206 (5242377MB) >19:41:45,260 DEBUG storage.ui: evaluating growth potential for new layout >19:41:45,260 DEBUG storage.ui: calculating growth for disk /dev/vda >19:41:45,263 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >19:41:45,264 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9da648eb10> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9da63c24d0> PedPartition: <_ped.Partition object at 0x7f9da63e2350> >19:41:45,266 DEBUG storage.ui: PartitionDevice._setDisk: vda3 ; new: vda ; old: None ; >19:41:45,268 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: vda ; >19:41:45,268 DEBUG storage.ui: adding request 41 to chunk 10737418173 (34-10737418206) on /dev/vda >19:41:45,269 DEBUG storage.ui: adding request 40 to chunk 10737418173 (34-10737418206) on /dev/vda >19:41:45,270 DEBUG storage.ui: adding request 39 to chunk 10737418173 (34-10737418206) on /dev/vda >19:41:45,270 DEBUG storage.ui: Chunk.growRequests: 10737418173 on /dev/vda start = 34 end = 10737418206 >sectorSize = 512 > >19:41:45,270 DEBUG storage.ui: req: PartitionRequest instance -- >id = 41 name = vda1 growable = False >base = 2048 growth = 0 max_grow = 0 >done = True >19:41:45,271 DEBUG storage.ui: req: PartitionRequest instance -- >id = 40 name = vda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >19:41:45,271 DEBUG storage.ui: req: PartitionRequest instance -- >id = 39 name = vda3 growable = True >base = 1024000 growth = 0 max_grow = 18446744073708527615 >done = False >19:41:45,271 DEBUG storage.ui: 1 requests and 10735368125 (5241878MB) left in chunk >19:41:45,271 DEBUG storage.ui: adding 10735368125 (5241878MB) to 39 (vda3) >19:41:45,272 DEBUG storage.ui: new grow amount for request 39 (vda3) is 10735368125 units, or 5241878MB >19:41:45,272 DEBUG storage.ui: request 41 (vda1) growth: 0 (0MB) size: 1MB >19:41:45,272 DEBUG storage.ui: request 40 (vda2) growth: 0 (0MB) size: 500MB >19:41:45,273 DEBUG storage.ui: request 39 (vda3) growth: 10735368125 (5241878MB) size: 5242378MB >19:41:45,273 DEBUG storage.ui: disk /dev/vda growth: 10735368125 (5241878MB) >19:41:45,275 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda3 ; >19:41:45,275 DEBUG storage.ui: device vda3 new partedPartition None >19:41:45,277 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: vda ; >19:41:45,279 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: vda ; >19:41:45,279 DEBUG storage.ui: total growth: 10735368125 sectors >19:41:45,280 DEBUG storage.ui: updating use_disk to vda, type: 0 >19:41:45,280 DEBUG storage.ui: new free: 1028096-10737418206 / 5242377MB >19:41:45,280 DEBUG storage.ui: new free allows for 10735368125 sectors of growth >19:41:45,281 DEBUG storage.ui: created partition vda3 of 500MB and added it to /dev/vda >19:41:45,283 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >19:41:45,284 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9da648eb10> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9da63c2210> PedPartition: <_ped.Partition object at 0x7f9da63e23b0> >19:41:45,286 DEBUG storage.ui: PartitionDevice._setDisk: vda3 ; new: vda ; old: None ; >19:41:45,288 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: vda ; >19:41:45,291 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda3 ; >19:41:45,292 DEBUG storage.ui: device vda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9da648eb10> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9da63da050> PedPartition: <_ped.Partition object at 0x7f9da63e24d0> >19:41:45,293 DEBUG storage.ui: growPartitions: disks=['vda'], partitions=['vda3(id 39)', 'vda2(id 40)', 'vda1(id 41)'] >19:41:45,293 DEBUG storage.ui: growable partitions are ['vda3'] >19:41:45,293 DEBUG storage.ui: adding request 39 to chunk 10737418173 (34-10737418206) on /dev/vda >19:41:45,294 DEBUG storage.ui: adding request 40 to chunk 10737418173 (34-10737418206) on /dev/vda >19:41:45,294 DEBUG storage.ui: adding request 41 to chunk 10737418173 (34-10737418206) on /dev/vda >19:41:45,294 DEBUG storage.ui: disk vda has 1 chunks >19:41:45,295 DEBUG storage.ui: Chunk.growRequests: 10737418173 on /dev/vda start = 34 end = 10737418206 >sectorSize = 512 > >19:41:45,295 DEBUG storage.ui: req: PartitionRequest instance -- >id = 41 name = vda1 growable = False >base = 2048 growth = 0 max_grow = 0 >done = True >19:41:45,295 DEBUG storage.ui: req: PartitionRequest instance -- >id = 40 name = vda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >19:41:45,296 DEBUG storage.ui: req: PartitionRequest instance -- >id = 39 name = vda3 growable = True >base = 1024000 growth = 0 max_grow = 18446744073708527615 >done = False >19:41:45,296 DEBUG storage.ui: 1 requests and 10735368125 (5241878MB) left in chunk >19:41:45,296 DEBUG storage.ui: adding 10735368125 (5241878MB) to 39 (vda3) >19:41:45,297 DEBUG storage.ui: new grow amount for request 39 (vda3) is 10735368125 units, or 5241878MB >19:41:45,297 DEBUG storage.ui: growing partitions on vda >19:41:45,297 DEBUG storage.ui: partition vda1 (41): 0 >19:41:45,298 DEBUG storage.ui: new geometry for vda1: parted.Geometry instance -- > start: 2048 end: 4095 length: 2048 > device: <parted.device.Device object at 0x7f9da648e910> PedGeometry: <_ped.Geometry object at 0x7f9da63da250> >19:41:45,298 DEBUG storage.ui: partition vda2 (40): 0 >19:41:45,299 DEBUG storage.ui: new geometry for vda2: parted.Geometry instance -- > start: 4096 end: 1028095 length: 1024000 > device: <parted.device.Device object at 0x7f9da648e910> PedGeometry: <_ped.Geometry object at 0x7f9da63da0d0> >19:41:45,299 DEBUG storage.ui: partition vda3 (39): 0 >19:41:45,300 DEBUG storage.ui: new geometry for vda3: parted.Geometry instance -- > start: 1028096 end: 10737416191 length: 10736388096 > device: <parted.device.Device object at 0x7f9da648e910> PedGeometry: <_ped.Geometry object at 0x7f9da63da410> >19:41:45,300 DEBUG storage.ui: removing all non-preexisting partitions ['vda1(id 41)', 'vda2(id 40)', 'vda3(id 39)'] from disk(s) ['vda'] >19:41:45,302 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >19:41:45,303 DEBUG storage.ui: device vda1 new partedPartition None >19:41:45,305 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: vda ; >19:41:45,307 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: vda ; >19:41:45,309 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >19:41:45,309 DEBUG storage.ui: device vda2 new partedPartition None >19:41:45,310 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: vda ; >19:41:45,313 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >19:41:45,314 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda3 ; >19:41:45,315 DEBUG storage.ui: device vda3 new partedPartition None >19:41:45,316 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: vda ; >19:41:45,318 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >19:41:45,318 DEBUG storage.ui: back from removeNewPartitions >19:41:45,319 DEBUG storage.ui: extended: None >19:41:45,319 DEBUG storage.ui: setting req2 new geometry: parted.Geometry instance -- > start: 2048 end: 4095 length: 2048 > device: <parted.device.Device object at 0x7f9da648e910> PedGeometry: <_ped.Geometry object at 0x7f9da63da250> >19:41:45,321 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >19:41:45,322 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9da648eb10> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9da63c2b90> PedPartition: <_ped.Partition object at 0x7f9da63e2590> >19:41:45,323 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >19:41:45,325 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >19:41:45,327 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >19:41:45,328 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9da648eb10> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9da63c26d0> PedPartition: <_ped.Partition object at 0x7f9da63e2350> >19:41:45,328 DEBUG storage.ui: setting req1 new geometry: parted.Geometry instance -- > start: 4096 end: 1028095 length: 1024000 > device: <parted.device.Device object at 0x7f9da648e910> PedGeometry: <_ped.Geometry object at 0x7f9da63da0d0> >19:41:45,330 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >19:41:45,331 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9da648eb10> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9da63c2510> PedPartition: <_ped.Partition object at 0x7f9da63e2170> >19:41:45,333 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >19:41:45,335 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >19:41:45,337 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >19:41:45,338 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9da648eb10> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9da63c2c10> PedPartition: <_ped.Partition object at 0x7f9da63e2470> >19:41:45,338 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 1028096 end: 10737416191 length: 10736388096 > device: <parted.device.Device object at 0x7f9da648e910> PedGeometry: <_ped.Geometry object at 0x7f9da63da410> >19:41:45,340 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >19:41:45,341 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9da648eb10> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9da63c2250> PedPartition: <_ped.Partition object at 0x7f9da63e2530> >19:41:45,342 DEBUG storage.ui: PartitionDevice._setDisk: vda3 ; new: vda ; old: None ; >19:41:45,344 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: vda ; >19:41:45,346 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda3 ; >19:41:45,347 DEBUG storage.ui: device vda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9da648eb10> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9da648e790> PedPartition: <_ped.Partition object at 0x7f9da63e22f0> >19:41:45,347 DEBUG storage.ui: fixing size of non-existent 1MB partition vda1 (41) with non-existent biosboot at 1.00 >19:41:45,348 DEBUG storage.ui: fixing size of non-existent 500MB partition vda2 (40) with non-existent ext4 filesystem mounted at /boot at 500.00 >19:41:45,349 DEBUG storage.ui: fixing size of non-existent 5242377MB partition vda3 (39) with non-existent lvmpv at 5242377.00 >19:41:45,352 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: vda3 ; >19:41:45,352 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:41:45,354 DEBUG storage.ui: LVMVolumeGroupDevice._setFormat: fedora ; current: None ; type: None ; >19:41:45,355 INFO storage.ui: added lvmvg fedora (id 42) to device tree >19:41:45,355 INFO storage.ui: registered action: [24] Create Device lvmvg fedora (id 42) >19:41:45,357 DEBUG storage.ui: Ext4FS.supported: supported: True ; >19:41:45,358 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >19:41:45,359 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 0 ; name: fedora ; >19:41:45,361 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-root ; current: None ; type: ext4 ; >19:41:45,362 DEBUG storage.ui: fedora size is 5242376MB >19:41:45,362 DEBUG storage.ui: vg fedora has 5242376MB free >19:41:45,363 DEBUG storage.ui: Adding fedora-root/1024MB to fedora >19:41:45,363 INFO storage.ui: added lvmlv fedora-root (id 43) to device tree >19:41:45,363 INFO storage.ui: registered action: [25] Create Device lvmlv fedora-root (id 43) >19:41:45,363 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:41:45,364 INFO storage.ui: registered action: [26] Create Format ext4 filesystem mounted at / on lvmlv fedora-root (id 43) >19:41:45,366 DEBUG storage.ui: Ext4FS.supported: supported: True ; >19:41:45,366 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >19:41:45,368 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 1 ; name: fedora ; >19:41:45,370 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-home ; current: None ; type: ext4 ; >19:41:45,370 DEBUG storage.ui: fedora size is 5242376MB >19:41:45,370 DEBUG storage.ui: vg fedora has 5241352MB free >19:41:45,371 DEBUG storage.ui: Adding fedora-home/500MB to fedora >19:41:45,371 INFO storage.ui: added lvmlv fedora-home (id 44) to device tree >19:41:45,371 INFO storage.ui: registered action: [27] Create Device lvmlv fedora-home (id 44) >19:41:45,372 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:41:45,372 INFO storage.ui: registered action: [28] Create Format ext4 filesystem mounted at /home on lvmlv fedora-home (id 44) >19:41:45,374 DEBUG storage.ui: SwapSpace.__init__: mountpoint: None ; >19:41:45,374 DEBUG storage.ui: getFormat('swap') returning SwapSpace instance >19:41:45,376 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 2 ; name: fedora ; >19:41:45,378 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-swap ; current: None ; type: swap ; >19:41:45,378 DEBUG storage.ui: fedora size is 5242376MB >19:41:45,379 DEBUG storage.ui: vg fedora has 5240852MB free >19:41:45,379 DEBUG storage.ui: Adding fedora-swap/3104MB to fedora >19:41:45,379 INFO storage.ui: added lvmlv fedora-swap (id 45) to device tree >19:41:45,380 INFO storage.ui: registered action: [29] Create Device lvmlv fedora-swap (id 45) >19:41:45,380 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:41:45,380 INFO storage.ui: registered action: [30] Create Format swap on lvmlv fedora-swap (id 45) >19:41:45,381 DEBUG storage.ui: fedora size is 5242376MB >19:41:45,381 DEBUG storage.ui: vg fedora has 5237748MB free >19:41:45,381 DEBUG storage.ui: vg fedora: 5237748MB free ; lvs: ['root', 'home', 'swap'] >19:41:45,382 DEBUG storage.ui: adding request 43 to chunk 1310594 on /dev/mapper/fedora >19:41:45,382 DEBUG storage.ui: adding request 44 to chunk 1310594 on /dev/mapper/fedora >19:41:45,383 DEBUG storage.ui: adding request 45 to chunk 1310594 on /dev/mapper/fedora >19:41:45,383 DEBUG storage.ui: Chunk.growRequests: VGChunk instance -- >device = /dev/mapper/fedora length = 1310594 size = 5242376 >remaining = 2 pool = 1309437 >19:41:45,383 DEBUG storage.ui: req: LVRequest instance -- >id = 45 name = fedora-swap growable = False >base = 776 growth = 0 max_grow = 0 >done = True >19:41:45,384 DEBUG storage.ui: req: LVRequest instance -- >id = 43 name = fedora-root growable = True >base = 256 growth = 0 max_grow = 12544 >done = False >19:41:45,384 DEBUG storage.ui: req: LVRequest instance -- >id = 44 name = fedora-home growable = True >base = 125 growth = 0 max_grow = 4194179 >done = False >19:41:45,384 DEBUG storage.ui: 2 requests and 1309437 (5237748MB) left in chunk >19:41:45,385 DEBUG storage.ui: adding 879831 (3519324MB) to 43 (fedora-root) >19:41:45,385 DEBUG storage.ui: taking back 867287 (3469148MB) from 43 (fedora-root) >19:41:45,385 DEBUG storage.ui: new grow amount for request 43 (fedora-root) is 12544 units, or 50176MB >19:41:45,385 DEBUG storage.ui: adding 429605 (1718420MB) to 44 (fedora-home) >19:41:45,386 DEBUG storage.ui: new grow amount for request 44 (fedora-home) is 429605 units, or 1718420MB >19:41:45,386 DEBUG storage.ui: 1 requests and 867288 (3469152MB) left in chunk >19:41:45,386 DEBUG storage.ui: adding 867288 (3469152MB) to 44 (fedora-home) >19:41:45,386 DEBUG storage.ui: new grow amount for request 44 (fedora-home) is 1296893 units, or 5187572MB >19:41:45,387 DEBUG storage.ui: trying to set lv fedora-root size to 51200MB >19:41:45,387 DEBUG storage.ui: fedora size is 5242376MB >19:41:45,388 DEBUG storage.ui: vg fedora has 5237748MB free >19:41:45,388 DEBUG storage.ui: trying to set lv fedora-home size to 5188072MB >19:41:45,388 DEBUG storage.ui: fedora size is 5242376MB >19:41:45,389 DEBUG storage.ui: vg fedora has 5187572MB free >19:41:45,453 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >19:41:45,458 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (21) with non-existent gpt disklabel >19:41:45,461 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >19:41:45,464 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (21) with non-existent gpt disklabel >19:41:45,465 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >19:41:45,561 DEBUG blivet: XFS.supported: supported: True ; >19:41:45,563 DEBUG blivet: getFormat('xfs') returning XFS instance >19:41:45,566 DEBUG blivet: getFormat('BIOS Boot') returning BIOSBoot instance >19:41:49,787 DEBUG blivet: getFormat('BIOS Boot') returning BIOSBoot instance >19:41:49,790 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.Blivet object at 0x7f9da64b0a10>, 1, ['vda'], {'encrypted': False, 'raid_level': None} >19:41:51,769 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >19:41:51,774 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (21) with non-existent gpt disklabel >19:41:51,777 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >19:41:51,780 DEBUG blivet: DeviceTree.getDeviceByName returned existing 5242880MB disk vda (21) with non-existent gpt disklabel >19:41:51,780 DEBUG blivet: resolved 'vda' to 'vda' (disk) >19:42:02,515 INFO blivet: omitting ksdata: existing 5242880MB disk vda (21) with non-existent gpt disklabel >19:42:02,544 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >19:42:02,547 DEBUG blivet: PartitionDevice.teardown: vda2 ; status: False ; controllable: True ; >19:42:02,548 DEBUG blivet: PartitionDevice.teardown: vda1 ; status: False ; controllable: True ; >19:42:02,550 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-root ; status: False ; controllable: True ; >19:42:02,552 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-home ; status: False ; controllable: True ; >19:42:02,553 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-swap ; status: False ; controllable: True ; >19:42:02,554 INFO blivet: resetting parted disks... >19:42:02,556 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/vda ; >19:42:02,557 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/vda ; >19:42:02,559 DEBUG blivet: PartitionDevice.preCommitFixup: vda3 ; >19:42:02,561 DEBUG blivet: PartitionDevice.preCommitFixup: vda2 ; >19:42:02,563 DEBUG blivet: PartitionDevice.preCommitFixup: vda1 ; >19:42:02,564 DEBUG blivet: PartitionDevice.preCommitFixup: vda3 ; >19:42:02,565 DEBUG blivet: sector-based lookup found partition vda3 >19:42:02,568 DEBUG blivet: PartitionDevice._setPartedPartition: vda3 ; >19:42:02,569 DEBUG blivet: device vda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9da64ae550> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9da63c2750> PedPartition: <_ped.Partition object at 0x7f9da63e2710> >19:42:02,571 DEBUG blivet: PartitionDevice.preCommitFixup: vda2 ; >19:42:02,572 DEBUG blivet: sector-based lookup found partition vda2 >19:42:02,573 DEBUG blivet: PartitionDevice._setPartedPartition: vda2 ; >19:42:02,575 DEBUG blivet: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9da64ae550> fileSystem: <parted.filesystem.FileSystem object at 0x7f9da63c2110> > number: 2 path: /dev/vda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9da649ce10> PedPartition: <_ped.Partition object at 0x7f9d9dee8e30> >19:42:02,576 DEBUG blivet: PartitionDevice.preCommitFixup: vda1 ; >19:42:02,577 DEBUG blivet: sector-based lookup found partition vda1 >19:42:02,578 DEBUG blivet: PartitionDevice._setPartedPartition: vda1 ; >19:42:02,581 DEBUG blivet: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f9da64ae550> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f9da649cbd0> PedPartition: <_ped.Partition object at 0x7f9d9dee8fb0> >19:42:02,581 DEBUG blivet: action: [14] Destroy Format ext4 filesystem on partition vda2 (id 23) >19:42:02,581 DEBUG blivet: action: [12] Destroy Format biosboot on partition vda1 (id 22) >19:42:02,582 DEBUG blivet: action: [5] Destroy Format swap on lvmlv fedora-swap (id 38) >19:42:02,582 DEBUG blivet: action: [6] Destroy Device lvmlv fedora-swap (id 38) >19:42:02,582 DEBUG blivet: action: [2] Destroy Format xfs filesystem on lvmthinlv fedora-root (id 37) >19:42:02,583 DEBUG blivet: action: [3] Destroy Device lvmthinlv fedora-root (id 37) >19:42:02,583 DEBUG blivet: action: [0] Destroy Format xfs filesystem on lvmthinlv fedora-home (id 36) >19:42:02,583 DEBUG blivet: action: [1] Destroy Device lvmthinlv fedora-home (id 36) >19:42:02,583 DEBUG blivet: action: [4] Destroy Device lvmthinpool fedora-pool00 (id 35) >19:42:02,584 DEBUG blivet: action: [7] Destroy Device lvmvg fedora (id 34) >19:42:02,584 DEBUG blivet: action: [8] Destroy Format lvmpv on luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (id 25) >19:42:02,584 DEBUG blivet: action: [9] Destroy Device luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (id 25) >19:42:02,585 DEBUG blivet: action: [10] Destroy Format luks on partition vda3 (id 24) >19:42:02,585 DEBUG blivet: action: [11] Destroy Device partition vda3 (id 24) >19:42:02,585 DEBUG blivet: action: [15] Destroy Device partition vda2 (id 23) >19:42:02,585 DEBUG blivet: action: [13] Destroy Device partition vda1 (id 22) >19:42:02,585 DEBUG blivet: action: [16] Destroy Format gpt disklabel on disk vda (id 21) >19:42:02,586 DEBUG blivet: action: [17] Create Format gpt disklabel on disk vda (id 21) >19:42:02,586 DEBUG blivet: action: [22] Create Device partition vda1 (id 41) >19:42:02,586 DEBUG blivet: action: [23] Create Format biosboot on partition vda1 (id 41) >19:42:02,586 DEBUG blivet: action: [20] Create Device partition vda2 (id 40) >19:42:02,587 DEBUG blivet: action: [21] Create Format ext4 filesystem mounted at /boot on partition vda2 (id 40) >19:42:02,587 DEBUG blivet: action: [18] Create Device partition vda3 (id 39) >19:42:02,587 DEBUG blivet: action: [19] Create Format lvmpv on partition vda3 (id 39) >19:42:02,587 DEBUG blivet: action: [24] Create Device lvmvg fedora (id 42) >19:42:02,587 DEBUG blivet: action: [29] Create Device lvmlv fedora-swap (id 45) >19:42:02,588 DEBUG blivet: action: [30] Create Format swap on lvmlv fedora-swap (id 45) >19:42:02,588 DEBUG blivet: action: [27] Create Device lvmlv fedora-home (id 44) >19:42:02,588 DEBUG blivet: action: [28] Create Format ext4 filesystem mounted at /home on lvmlv fedora-home (id 44) >19:42:02,588 DEBUG blivet: action: [25] Create Device lvmlv fedora-root (id 43) >19:42:02,589 DEBUG blivet: action: [26] Create Format ext4 filesystem mounted at / on lvmlv fedora-root (id 43) >19:42:02,589 INFO blivet: pruning action queue... >19:42:02,590 INFO blivet: sorting actions... >19:42:02,599 DEBUG blivet: action: [0] Destroy Format xfs filesystem on lvmthinlv fedora-home (id 36) >19:42:02,600 DEBUG blivet: action: [1] Destroy Device lvmthinlv fedora-home (id 36) >19:42:02,600 DEBUG blivet: action: [2] Destroy Format xfs filesystem on lvmthinlv fedora-root (id 37) >19:42:02,600 DEBUG blivet: action: [3] Destroy Device lvmthinlv fedora-root (id 37) >19:42:02,600 DEBUG blivet: action: [4] Destroy Device lvmthinpool fedora-pool00 (id 35) >19:42:02,601 DEBUG blivet: action: [5] Destroy Format swap on lvmlv fedora-swap (id 38) >19:42:02,601 DEBUG blivet: action: [6] Destroy Device lvmlv fedora-swap (id 38) >19:42:02,601 DEBUG blivet: action: [7] Destroy Device lvmvg fedora (id 34) >19:42:02,601 DEBUG blivet: action: [8] Destroy Format lvmpv on luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (id 25) >19:42:02,602 DEBUG blivet: action: [9] Destroy Device luks/dm-crypt luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff (id 25) >19:42:02,602 DEBUG blivet: action: [10] Destroy Format luks on partition vda3 (id 24) >19:42:02,602 DEBUG blivet: action: [11] Destroy Device partition vda3 (id 24) >19:42:02,603 DEBUG blivet: action: [12] Destroy Format biosboot on partition vda1 (id 22) >19:42:02,603 DEBUG blivet: action: [14] Destroy Format ext4 filesystem on partition vda2 (id 23) >19:42:02,603 DEBUG blivet: action: [15] Destroy Device partition vda2 (id 23) >19:42:02,604 DEBUG blivet: action: [13] Destroy Device partition vda1 (id 22) >19:42:02,604 DEBUG blivet: action: [16] Destroy Format gpt disklabel on disk vda (id 21) >19:42:02,604 DEBUG blivet: lvm filter: removing vda3 from the reject list >19:42:02,604 DEBUG blivet: vda3 wasn't in the reject list >19:42:02,605 DEBUG blivet: lvm filter: removing vda2 from the reject list >19:42:02,605 DEBUG blivet: vda2 wasn't in the reject list >19:42:02,605 DEBUG blivet: lvm filter: removing vda1 from the reject list >19:42:02,605 DEBUG blivet: vda1 wasn't in the reject list >19:42:02,606 DEBUG blivet: lvm filter: removing fedora from the reject list >19:42:02,606 DEBUG blivet: fedora wasn't in the reject list >19:42:02,606 DEBUG blivet: lvm filter: removing fedora-root from the reject list >19:42:02,606 DEBUG blivet: fedora-root wasn't in the reject list >19:42:02,607 DEBUG blivet: lvm filter: removing fedora-home from the reject list >19:42:02,607 DEBUG blivet: fedora-home wasn't in the reject list >19:42:02,607 DEBUG blivet: lvm filter: removing fedora-swap from the reject list >19:42:02,607 DEBUG blivet: fedora-swap wasn't in the reject list >19:42:02,607 DEBUG blivet: action: [17] Create Format gpt disklabel on disk vda (id 21) >19:42:02,608 DEBUG blivet: lvm filter: removing vda3 from the reject list >19:42:02,608 DEBUG blivet: vda3 wasn't in the reject list >19:42:02,608 DEBUG blivet: lvm filter: removing vda2 from the reject list >19:42:02,608 DEBUG blivet: vda2 wasn't in the reject list >19:42:02,608 DEBUG blivet: lvm filter: removing vda1 from the reject list >19:42:02,609 DEBUG blivet: vda1 wasn't in the reject list >19:42:02,609 DEBUG blivet: lvm filter: removing fedora from the reject list >19:42:02,609 DEBUG blivet: fedora wasn't in the reject list >19:42:02,609 DEBUG blivet: lvm filter: removing fedora-root from the reject list >19:42:02,609 DEBUG blivet: fedora-root wasn't in the reject list >19:42:02,609 DEBUG blivet: lvm filter: removing fedora-home from the reject list >19:42:02,610 DEBUG blivet: fedora-home wasn't in the reject list >19:42:02,610 DEBUG blivet: lvm filter: removing fedora-swap from the reject list >19:42:02,610 DEBUG blivet: fedora-swap wasn't in the reject list >19:42:02,610 DEBUG blivet: action: [22] Create Device partition vda1 (id 41) >19:42:02,610 DEBUG blivet: action: [20] Create Device partition vda2 (id 40) >19:42:02,611 DEBUG blivet: action: [18] Create Device partition vda3 (id 39) >19:42:02,611 DEBUG blivet: lvm filter: removing fedora from the reject list >19:42:02,611 DEBUG blivet: fedora wasn't in the reject list >19:42:02,611 DEBUG blivet: lvm filter: removing fedora-root from the reject list >19:42:02,612 DEBUG blivet: fedora-root wasn't in the reject list >19:42:02,612 DEBUG blivet: lvm filter: removing fedora-home from the reject list >19:42:02,612 DEBUG blivet: fedora-home wasn't in the reject list >19:42:02,612 DEBUG blivet: lvm filter: removing fedora-swap from the reject list >19:42:02,612 DEBUG blivet: fedora-swap wasn't in the reject list >19:42:02,613 DEBUG blivet: action: [19] Create Format lvmpv on partition vda3 (id 39) >19:42:02,613 DEBUG blivet: lvm filter: removing fedora from the reject list >19:42:02,614 DEBUG blivet: fedora wasn't in the reject list >19:42:02,614 DEBUG blivet: lvm filter: removing fedora-root from the reject list >19:42:02,614 DEBUG blivet: fedora-root wasn't in the reject list >19:42:02,614 DEBUG blivet: lvm filter: removing fedora-home from the reject list >19:42:02,614 DEBUG blivet: fedora-home wasn't in the reject list >19:42:02,615 DEBUG blivet: lvm filter: removing fedora-swap from the reject list >19:42:02,615 DEBUG blivet: fedora-swap wasn't in the reject list >19:42:02,615 DEBUG blivet: action: [24] Create Device lvmvg fedora (id 42) >19:42:02,615 DEBUG blivet: lvm filter: removing fedora-root from the reject list >19:42:02,615 DEBUG blivet: fedora-root wasn't in the reject list >19:42:02,616 DEBUG blivet: lvm filter: removing fedora-home from the reject list >19:42:02,616 DEBUG blivet: fedora-home wasn't in the reject list >19:42:02,616 DEBUG blivet: lvm filter: removing fedora-swap from the reject list >19:42:02,616 DEBUG blivet: fedora-swap wasn't in the reject list >19:42:02,616 DEBUG blivet: action: [25] Create Device lvmlv fedora-root (id 43) >19:42:02,617 DEBUG blivet: action: [26] Create Format ext4 filesystem mounted at / on lvmlv fedora-root (id 43) >19:42:02,617 DEBUG blivet: action: [27] Create Device lvmlv fedora-home (id 44) >19:42:02,617 DEBUG blivet: action: [28] Create Format ext4 filesystem mounted at /home on lvmlv fedora-home (id 44) >19:42:02,617 DEBUG blivet: action: [29] Create Device lvmlv fedora-swap (id 45) >19:42:02,618 DEBUG blivet: action: [30] Create Format swap on lvmlv fedora-swap (id 45) >19:42:02,618 DEBUG blivet: action: [21] Create Format ext4 filesystem mounted at /boot on partition vda2 (id 40) >19:42:02,618 DEBUG blivet: action: [23] Create Format biosboot on partition vda1 (id 41) >19:42:02,618 INFO blivet: executing action: [0] Destroy Format xfs filesystem on lvmthinlv fedora-home (id 36) >19:42:02,620 DEBUG blivet: LVMThinLogicalVolumeDevice.setup: fedora-home ; status: False ; controllable: True ; orig: True ; >19:42:02,622 DEBUG blivet: LVMThinLogicalVolumeDevice.setupParents: kids: 0 ; name: fedora-home ; orig: True ; >19:42:02,623 DEBUG blivet: LVMThinPoolDevice.setup: fedora-pool00 ; status: False ; controllable: True ; orig: True ; >19:42:02,625 DEBUG blivet: LVMThinPoolDevice.setupParents: kids: 0 ; name: fedora-pool00 ; orig: True ; >19:42:02,627 DEBUG blivet: LVMVolumeGroupDevice.setup: fedora ; status: False ; controllable: True ; orig: True ; >19:42:02,629 DEBUG blivet: LVMVolumeGroupDevice.setupParents: kids: 0 ; name: fedora ; orig: True ; >19:42:02,632 DEBUG blivet: LUKSDevice.setup: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: False ; controllable: True ; orig: True ; >19:42:02,635 DEBUG blivet: LUKSDevice.setupParents: kids: 0 ; name: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; orig: True ; >19:42:02,637 DEBUG blivet: PartitionDevice.setup: vda3 ; status: True ; controllable: True ; orig: True ; >19:42:02,639 DEBUG blivet: LUKS.setup: device: /dev/vda3 ; mapName: luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff ; status: False ; type: luks ; >19:42:02,663 DEBUG blivet: fedora size is 5242376MB >19:42:02,666 DEBUG blivet: vg fedora has 0MB free >19:42:02,667 DEBUG blivet: fedora size is 5242376MB >19:42:02,667 DEBUG blivet: vg fedora has 0MB free > > >/tmp/ifcfg.log: >19:39:25,502 DEBUG ifcfg: content of files (network initialization): >19:39:25,519 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [82, 84, 0, 91, 21, 157]}, 'connection': {'timestamp': 1386704359L, 'type': '802-3-ethernet', 'id': 'Wired connection 1', 'uuid': '4e6704d6-665f-4669-84d2-4cd883db0f0f'}}] >19:39:26,147 DEBUG ifcfg: content of files (missing ifcfgs created for devices ['eth0']): >19:39:26,147 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: >19:39:26,148 DEBUG ifcfg: TYPE=Ethernet >19:39:26,148 DEBUG ifcfg: BOOTPROTO=dhcp >19:39:26,150 DEBUG ifcfg: DEFROUTE=yes >19:39:26,150 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >19:39:26,150 DEBUG ifcfg: IPV6INIT=yes >19:39:26,150 DEBUG ifcfg: IPV6_AUTOCONF=yes >19:39:26,151 DEBUG ifcfg: IPV6_DEFROUTE=yes >19:39:26,151 DEBUG ifcfg: IPV6_PEERDNS=yes >19:39:26,151 DEBUG ifcfg: IPV6_PEERROUTES=yes >19:39:26,151 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >19:39:26,151 DEBUG ifcfg: NAME=eth0 >19:39:26,151 DEBUG ifcfg: UUID=4e6704d6-665f-4669-84d2-4cd883db0f0f >19:39:26,152 DEBUG ifcfg: ONBOOT=no >19:39:26,152 DEBUG ifcfg: HWADDR=52:54:00:5B:15:9D >19:39:26,152 DEBUG ifcfg: PEERDNS=yes >19:39:26,152 DEBUG ifcfg: PEERROUTES=yes >19:39:26,172 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [82, 84, 0, 91, 21, 157]}, 'connection': {'timestamp': 1386704359L, 'autoconnect': False, 'type': '802-3-ethernet', 'id': 'eth0', 'uuid': '4e6704d6-665f-4669-84d2-4cd883db0f0f'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}] >19:40:06,539 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >19:40:06,540 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 > > >/proc/cmdline: >initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2020-TC5\x20x86_64 quiet BOOT_IMAGE=vmlinuz > > >/tmp/syslog: >19:39:14,214 INFO rsyslogd: [origin software="rsyslogd" swVersion="7.4.2" x-pid="865" x-info="http://www.rsyslog.com"] start >19:39:14,216 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >19:39:14,216 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >19:39:14,216 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuacct >19:39:14,216 NOTICE kernel:[ 0.000000] Linux version 3.11.10-300.fc20.x86_64 (mockbuild@bkernel01.phx2.fedoraproject.org) (gcc version 4.8.2 20131017 (Red Hat 4.8.2-1) (GCC) ) #1 SMP Fri Nov 29 19:16:48 UTC 2013 >19:39:14,216 INFO kernel:[ 0.000000] Command line: initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2020-TC5\x20x86_64 quiet BOOT_IMAGE=vmlinuz >19:39:14,216 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >19:39:14,216 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable >19:39:14,216 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved >19:39:14,216 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >19:39:14,216 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000005fffdfff] usable >19:39:14,216 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000005fffe000-0x000000005fffffff] reserved >19:39:14,216 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved >19:39:14,216 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved >19:39:14,216 INFO kernel:[ 0.000000] NX (Execute Disable) protection: active >19:39:14,216 INFO kernel:[ 0.000000] SMBIOS 2.4 present. >19:39:14,216 DEBUG kernel:[ 0.000000] DMI: Bochs Bochs, BIOS Bochs 01/01/2011 >19:39:14,216 INFO kernel:[ 0.000000] Hypervisor detected: KVM >19:39:14,216 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >19:39:14,216 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >19:39:14,216 INFO kernel:[ 0.000000] No AGP bridge found >19:39:14,216 INFO kernel:[ 0.000000] e820: last_pfn = 0x5fffe max_arch_pfn = 0x400000000 >19:39:14,216 DEBUG kernel:[ 0.000000] MTRR default type: write-back >19:39:14,216 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >19:39:14,216 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >19:39:14,216 DEBUG kernel:[ 0.000000] A0000-BFFFF uncachable >19:39:14,216 DEBUG kernel:[ 0.000000] C0000-FFFFF write-protect >19:39:14,216 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >19:39:14,216 DEBUG kernel:[ 0.000000] 0 base 0080000000 mask FF80000000 uncachable >19:39:14,216 DEBUG kernel:[ 0.000000] 1 disabled >19:39:14,216 DEBUG kernel:[ 0.000000] 2 disabled >19:39:14,216 DEBUG kernel:[ 0.000000] 3 disabled >19:39:14,216 DEBUG kernel:[ 0.000000] 4 disabled >19:39:14,216 DEBUG kernel:[ 0.000000] 5 disabled >19:39:14,216 DEBUG kernel:[ 0.000000] 6 disabled >19:39:14,216 DEBUG kernel:[ 0.000000] 7 disabled >19:39:14,216 INFO kernel:[ 0.000000] PAT not supported by CPU. >19:39:14,216 INFO kernel:[ 0.000000] found SMP MP-table at [mem 0x000f17a0-0x000f17af] mapped at [ffff8800000f17a0] >19:39:14,216 DEBUG kernel:[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576 >19:39:14,216 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] >19:39:14,216 DEBUG kernel:[ 0.000000] [mem 0x00000000-0x000fffff] page 4k >19:39:14,216 DEBUG kernel:[ 0.000000] BRK [0x01fe7000, 0x01fe7fff] PGTABLE >19:39:14,216 DEBUG kernel:[ 0.000000] BRK [0x01fe8000, 0x01fe8fff] PGTABLE >19:39:14,216 DEBUG kernel:[ 0.000000] BRK [0x01fe9000, 0x01fe9fff] PGTABLE >19:39:14,216 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x5dc00000-0x5ddfffff] >19:39:14,216 DEBUG kernel:[ 0.000000] [mem 0x5dc00000-0x5ddfffff] page 2M >19:39:14,216 DEBUG kernel:[ 0.000000] BRK [0x01fea000, 0x01feafff] PGTABLE >19:39:14,216 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x5c000000-0x5dbfffff] >19:39:14,216 DEBUG kernel:[ 0.000000] [mem 0x5c000000-0x5dbfffff] page 2M >19:39:14,216 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00100000-0x5bffffff] >19:39:14,216 DEBUG kernel:[ 0.000000] [mem 0x00100000-0x001fffff] page 4k >19:39:14,216 DEBUG kernel:[ 0.000000] [mem 0x00200000-0x5bffffff] page 2M >19:39:14,216 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x5de00000-0x5fffdfff] >19:39:14,216 DEBUG kernel:[ 0.000000] [mem 0x5de00000-0x5fdfffff] page 2M >19:39:14,216 DEBUG kernel:[ 0.000000] [mem 0x5fe00000-0x5fffdfff] page 4k >19:39:14,216 DEBUG kernel:[ 0.000000] BRK [0x01feb000, 0x01febfff] PGTABLE >19:39:14,216 INFO kernel:[ 0.000000] RAMDISK: [mem 0x5df1d000-0x5ffdcfff] >19:39:14,216 WARNING kernel:[ 0.000000] ACPI: RSDP 00000000000f1610 00014 (v00 BOCHS ) >19:39:14,216 WARNING kernel:[ 0.000000] ACPI: RSDT 000000005fffe440 00030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) >19:39:14,216 WARNING kernel:[ 0.000000] ACPI: FACP 000000005fffff80 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) >19:39:14,216 WARNING kernel:[ 0.000000] ACPI: DSDT 000000005fffe470 01137 (v01 BXPC BXDSDT 00000001 INTL 20120913) >19:39:14,216 WARNING kernel:[ 0.000000] ACPI: FACS 000000005fffff40 00040 >19:39:14,216 WARNING kernel:[ 0.000000] ACPI: SSDT 000000005ffff6a0 00899 (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001) >19:39:14,216 WARNING kernel:[ 0.000000] ACPI: APIC 000000005ffff5b0 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) >19:39:14,216 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >19:39:14,216 INFO kernel:[ 0.000000] No NUMA configuration found >19:39:14,216 INFO kernel:[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000005fffdfff] >19:39:14,216 INFO kernel:[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x5fffdfff] >19:39:14,216 INFO kernel:[ 0.000000] NODE_DATA [mem 0x5ffea000-0x5fffdfff] >19:39:14,216 INFO kernel:[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 >19:39:14,216 INFO kernel:[ 0.000000] kvm-clock: cpu 0, msr 0:5ffe8001, boot clock >19:39:14,216 DEBUG kernel:[ 0.000000] [ffffea0000000000-ffffea00017fffff] PMD -> [ffff88005be00000-ffff88005d5fffff] on node 0 >19:39:14,216 WARNING kernel:[ 0.000000] Zone ranges: >19:39:14,216 WARNING kernel:[ 0.000000] DMA [mem 0x00001000-0x00ffffff] >19:39:14,216 WARNING kernel:[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >19:39:14,216 WARNING kernel:[ 0.000000] Normal empty >19:39:14,216 WARNING kernel:[ 0.000000] Movable zone start for each node >19:39:14,216 WARNING kernel:[ 0.000000] Early memory node ranges >19:39:14,216 WARNING kernel:[ 0.000000] node 0: [mem 0x00001000-0x0009efff] >19:39:14,216 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0x5fffdfff] >19:39:14,216 DEBUG kernel:[ 0.000000] On node 0 totalpages: 393116 >19:39:14,216 DEBUG kernel:[ 0.000000] DMA zone: 64 pages used for memmap >19:39:14,216 DEBUG kernel:[ 0.000000] DMA zone: 21 pages reserved >19:39:14,216 DEBUG kernel:[ 0.000000] DMA zone: 3998 pages, LIFO batch:0 >19:39:14,216 DEBUG kernel:[ 0.000000] DMA32 zone: 6080 pages used for memmap >19:39:14,216 DEBUG kernel:[ 0.000000] DMA32 zone: 389118 pages, LIFO batch:31 >19:39:14,216 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0xb008 >19:39:14,216 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >19:39:14,216 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >19:39:14,216 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) >19:39:14,216 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) >19:39:14,216 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) >19:39:14,216 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 >19:39:14,216 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >19:39:14,216 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) >19:39:14,216 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >19:39:14,216 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) >19:39:14,216 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) >19:39:14,216 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >19:39:14,216 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >19:39:14,216 DEBUG kernel:[ 0.000000] ACPI: IRQ5 used by override. >19:39:14,216 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >19:39:14,216 DEBUG kernel:[ 0.000000] ACPI: IRQ10 used by override. >19:39:14,216 DEBUG kernel:[ 0.000000] ACPI: IRQ11 used by override. >19:39:14,216 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >19:39:14,216 INFO kernel:[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs >19:39:14,216 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 40 >19:39:14,216 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] >19:39:14,216 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] >19:39:14,216 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] >19:39:14,216 INFO kernel:[ 0.000000] e820: [mem 0x60000000-0xfeffbfff] available for PCI devices >19:39:14,216 INFO kernel:[ 0.000000] Booting paravirtualized kernel on KVM >19:39:14,216 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:2 nr_node_ids:1 >19:39:14,216 INFO kernel:[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88005dc00000 s85568 r8192 d20928 u1048576 >19:39:14,216 DEBUG kernel:[ 0.000000] pcpu-alloc: s85568 r8192 d20928 u1048576 alloc=1*2097152 >19:39:14,216 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 0 1 >19:39:14,216 INFO kernel:[ 0.000000] kvm-clock: cpu 0, msr 0:5ffe8001, primary cpu clock >19:39:14,216 INFO kernel:[ 0.000000] KVM setup async PF for cpu 0 >19:39:14,216 INFO kernel:[ 0.000000] kvm-stealtime: cpu 0, msr 5dc0df00 >19:39:14,216 WARNING kernel:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 386951 >19:39:14,216 WARNING kernel:[ 0.000000] Policy zone: DMA32 >19:39:14,216 NOTICE kernel:[ 0.000000] Kernel command line: initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2020-TC5\x20x86_64 quiet BOOT_IMAGE=vmlinuz >19:39:14,216 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >19:39:14,216 INFO kernel:[ 0.000000] Checking aperture... >19:39:14,216 INFO kernel:[ 0.000000] No AGP bridge found >19:39:14,216 WARNING kernel:[ 0.000000] Memory: 1497548K/1572464K available (6493K kernel code, 990K rwdata, 2864K rodata, 1424K init, 1544K bss, 74916K reserved) >19:39:14,216 INFO kernel:[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 >19:39:14,216 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >19:39:14,216 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=2. >19:39:14,216 INFO kernel:[ 0.000000] NR_IRQS:8448 nr_irqs:512 16 >19:39:14,216 INFO kernel:[ 0.000000] Console: colour VGA+ 80x25 >19:39:14,216 INFO kernel:[ 0.000000] console [tty0] enabled >19:39:14,216 INFO kernel:[ 0.000000] allocated 6291456 bytes of page_cgroup >19:39:14,216 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >19:39:14,216 INFO kernel:[ 0.000000] tsc: Detected 2493.706 MHz processor >19:39:14,216 INFO kernel:[ 0.002000] Calibrating delay loop (skipped) preset value.. 4987.41 BogoMIPS (lpj=2493706) >19:39:14,216 INFO kernel:[ 0.002000] pid_max: default: 32768 minimum: 301 >19:39:14,216 INFO kernel:[ 0.002000] Security Framework initialized >19:39:14,216 INFO kernel:[ 0.002000] SELinux: Initializing. >19:39:14,216 DEBUG kernel:[ 0.002000] SELinux: Starting in permissive mode >19:39:14,216 INFO kernel:[ 0.002052] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) >19:39:14,216 INFO kernel:[ 0.004560] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) >19:39:14,216 INFO kernel:[ 0.005102] Mount-cache hash table entries: 256 >19:39:14,216 INFO kernel:[ 0.005436] Initializing cgroup subsys memory >19:39:14,216 INFO kernel:[ 0.005455] Initializing cgroup subsys devices >19:39:14,216 INFO kernel:[ 0.005458] Initializing cgroup subsys freezer >19:39:14,216 INFO kernel:[ 0.005459] Initializing cgroup subsys net_cls >19:39:14,216 INFO kernel:[ 0.005461] Initializing cgroup subsys blkio >19:39:14,216 INFO kernel:[ 0.005463] Initializing cgroup subsys perf_event >19:39:14,216 INFO kernel:[ 0.005466] Initializing cgroup subsys hugetlb >19:39:14,216 INFO kernel:[ 0.005568] mce: CPU supports 10 MCE banks >19:39:14,216 INFO kernel:[ 0.005640] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 >19:39:14,216 INFO kernel:[ 0.005640] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 >19:39:14,216 INFO kernel:[ 0.005640] tlb_flushall_shift: 6 >19:39:14,216 INFO kernel:[ 0.006043] Freeing SMP alternatives memory: 24K (ffffffff81e5d000 - ffffffff81e63000) >19:39:14,216 INFO kernel:[ 0.012282] ACPI: Core revision 20130517 >19:39:14,216 WARNING kernel:[ 0.013286] ACPI: All ACPI Tables successfully acquired >19:39:14,216 INFO kernel:[ 0.013362] ftrace: allocating 25127 entries in 99 pages >19:39:14,216 INFO kernel:[ 0.022205] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >19:39:14,216 INFO kernel:[ 0.022209] smpboot: CPU0: Intel QEMU Virtual CPU version 1.6.1 (fam: 06, model: 02, stepping: 03) >19:39:14,216 WARNING kernel:[ 0.023000] APIC calibration not consistent with PM-Timer: 102ms instead of 100ms >19:39:14,216 INFO kernel:[ 0.023000] APIC delta adjusted to PM-Timer: 6249848 (6435744) >19:39:14,216 INFO kernel:[ 0.023000] Performance Events: unsupported p6 CPU model 2 no PMU driver, software events only. >19:39:14,216 WARNING kernel:[ 0.024009] NMI watchdog: disabled (cpu0): hardware events not enabled >19:39:14,216 INFO kernel:[ 0.024133] smpboot: Booting Node 0, Processors #1 OK >19:39:14,216 INFO kernel:[ 0.002000] kvm-clock: cpu 1, msr 0:5ffe8041, secondary cpu clock >19:39:14,216 WARNING kernel:[ 0.037000] TSC synchronization [CPU#0 -> CPU#1]: >19:39:14,216 WARNING kernel:[ 0.037000] Measured 784 cycles TSC warp between CPUs, turning off TSC clock. >19:39:14,216 INFO kernel:[ 0.037000] tsc: Marking TSC unstable due to check_tsc_sync_source failed >19:39:14,216 INFO kernel:[ 0.037044] Brought up 2 CPUs >19:39:14,216 INFO kernel:[ 0.037046] smpboot: Total of 2 processors activated (9974.82 BogoMIPS) >19:39:14,216 INFO kernel:[ 0.037026] KVM setup async PF for cpu 1 >19:39:14,216 INFO kernel:[ 0.037026] kvm-stealtime: cpu 1, msr 5dd0df00 >19:39:14,216 INFO kernel:[ 0.038022] devtmpfs: initialized >19:39:14,216 INFO kernel:[ 0.039384] atomic64 test passed for x86-64 platform with CX8 and with SSE >19:39:14,216 INFO kernel:[ 0.039570] RTC time: 19:38:57, date: 12/10/13 >19:39:14,216 INFO kernel:[ 0.039622] NET: Registered protocol family 16 >19:39:14,216 INFO kernel:[ 0.039935] ACPI: bus type PCI registered >19:39:14,216 INFO kernel:[ 0.039938] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >19:39:14,216 INFO kernel:[ 0.040112] PCI: Using configuration type 1 for base access >19:39:14,216 INFO kernel:[ 0.041119] bio: create slab <bio-0> at 0 >19:39:14,216 INFO kernel:[ 0.041119] ACPI: Added _OSI(Module Device) >19:39:14,216 INFO kernel:[ 0.041119] ACPI: Added _OSI(Processor Device) >19:39:14,216 INFO kernel:[ 0.041119] ACPI: Added _OSI(3.0 _SCP Extensions) >19:39:14,216 INFO kernel:[ 0.041119] ACPI: Added _OSI(Processor Aggregator Device) >19:39:14,216 DEBUG kernel:[ 0.042565] ACPI: EC: Look up EC in DSDT >19:39:14,216 INFO kernel:[ 0.044144] ACPI: Interpreter enabled >19:39:14,216 WARNING kernel:[ 0.044149] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571) >19:39:14,216 WARNING kernel:[ 0.044154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571) >19:39:14,216 INFO kernel:[ 0.044165] ACPI: (supports S0 S3 S4 S5) >19:39:14,216 INFO kernel:[ 0.044167] ACPI: Using IOAPIC for interrupt routing >19:39:14,216 INFO kernel:[ 0.044187] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >19:39:14,216 INFO kernel:[ 0.044455] ACPI: No dock devices found. >19:39:14,216 INFO kernel:[ 0.048034] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >19:39:14,216 INFO kernel:[ 0.048040] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM >19:39:14,216 INFO kernel:[ 0.048043] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08) >19:39:14,216 WARNING kernel:[ 0.048122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. >19:39:14,216 INFO kernel:[ 0.048367] acpiphp: Slot [3] registered >19:39:14,216 INFO kernel:[ 0.048409] acpiphp: Slot [4] registered >19:39:14,216 INFO kernel:[ 0.048451] acpiphp: Slot [6] registered >19:39:14,216 INFO kernel:[ 0.048488] acpiphp: Slot [7] registered >19:39:14,216 INFO kernel:[ 0.048526] acpiphp: Slot [8] registered >19:39:14,216 INFO kernel:[ 0.048567] acpiphp: Slot [9] registered >19:39:14,216 INFO kernel:[ 0.048605] acpiphp: Slot [10] registered >19:39:14,216 INFO kernel:[ 0.048645] acpiphp: Slot [11] registered >19:39:14,216 INFO kernel:[ 0.048683] acpiphp: Slot [12] registered >19:39:14,216 INFO kernel:[ 0.048721] acpiphp: Slot [13] registered >19:39:14,216 INFO kernel:[ 0.048779] acpiphp: Slot [14] registered >19:39:14,216 INFO kernel:[ 0.048817] acpiphp: Slot [15] registered >19:39:14,216 INFO kernel:[ 0.048857] acpiphp: Slot [16] registered >19:39:14,216 INFO kernel:[ 0.048894] acpiphp: Slot [17] registered >19:39:14,216 INFO kernel:[ 0.048933] acpiphp: Slot [18] registered >19:39:14,216 INFO kernel:[ 0.048971] acpiphp: Slot [19] registered >19:39:14,216 INFO kernel:[ 0.049014] acpiphp: Slot [20] registered >19:39:14,216 INFO kernel:[ 0.049050] acpiphp: Slot [21] registered >19:39:14,216 INFO kernel:[ 0.049091] acpiphp: Slot [22] registered >19:39:14,216 INFO kernel:[ 0.049130] acpiphp: Slot [23] registered >19:39:14,216 INFO kernel:[ 0.049170] acpiphp: Slot [24] registered >19:39:14,217 INFO kernel:[ 0.049208] acpiphp: Slot [25] registered >19:39:14,217 INFO kernel:[ 0.049247] acpiphp: Slot [26] registered >19:39:14,217 INFO kernel:[ 0.049284] acpiphp: Slot [27] registered >19:39:14,217 INFO kernel:[ 0.049322] acpiphp: Slot [28] registered >19:39:14,217 INFO kernel:[ 0.049360] acpiphp: Slot [29] registered >19:39:14,361 INFO kernel:[ 0.049405] acpiphp: Slot [30] registered >19:39:14,361 INFO kernel:[ 0.049443] acpiphp: Slot [31] registered >19:39:14,361 INFO kernel:[ 0.049471] PCI host bridge to bus 0000:00 >19:39:14,361 INFO kernel:[ 0.049474] pci_bus 0000:00: root bus resource [bus 00-ff] >19:39:14,361 INFO kernel:[ 0.049476] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] >19:39:14,361 INFO kernel:[ 0.049478] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] >19:39:14,361 INFO kernel:[ 0.049480] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >19:39:14,361 INFO kernel:[ 0.049482] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] >19:39:14,361 DEBUG kernel:[ 0.049577] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 >19:39:14,361 DEBUG kernel:[ 0.050502] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 >19:39:14,361 DEBUG kernel:[ 0.051805] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 >19:39:14,361 DEBUG kernel:[ 0.056520] pci 0000:00:01.1: reg 0x20: [io 0xc120-0xc12f] >19:39:14,361 DEBUG kernel:[ 0.059224] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 >19:39:14,362 INFO kernel:[ 0.060288] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI >19:39:14,362 INFO kernel:[ 0.060314] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB >19:39:14,362 DEBUG kernel:[ 0.060810] pci 0000:00:02.0: [1b36:0100] type 00 class 0x030000 >19:39:14,362 DEBUG kernel:[ 0.062013] pci 0000:00:02.0: reg 0x10: [mem 0xf4000000-0xf7ffffff] >19:39:14,362 DEBUG kernel:[ 0.064013] pci 0000:00:02.0: reg 0x14: [mem 0xf8000000-0xfbffffff] >19:39:14,362 DEBUG kernel:[ 0.066013] pci 0000:00:02.0: reg 0x18: [mem 0xfc054000-0xfc055fff] >19:39:14,362 DEBUG kernel:[ 0.068012] pci 0000:00:02.0: reg 0x1c: [io 0xc040-0xc05f] >19:39:14,362 DEBUG kernel:[ 0.074014] pci 0000:00:02.0: reg 0x30: [mem 0xfc040000-0xfc04ffff pref] >19:39:14,362 DEBUG kernel:[ 0.074461] pci 0000:00:03.0: [1af4:1000] type 00 class 0x020000 >19:39:14,362 DEBUG kernel:[ 0.076004] pci 0000:00:03.0: reg 0x10: [io 0xc060-0xc07f] >19:39:14,362 DEBUG kernel:[ 0.078003] pci 0000:00:03.0: reg 0x14: [mem 0xfc056000-0xfc056fff] >19:39:14,362 DEBUG kernel:[ 0.087004] pci 0000:00:03.0: reg 0x30: [mem 0xfc000000-0xfc03ffff pref] >19:39:14,362 DEBUG kernel:[ 0.088003] pci 0000:00:04.0: [8086:2668] type 00 class 0x040300 >19:39:14,362 DEBUG kernel:[ 0.089007] pci 0000:00:04.0: reg 0x10: [mem 0xfc050000-0xfc053fff] >19:39:14,362 DEBUG kernel:[ 0.095697] pci 0000:00:05.0: [8086:2934] type 00 class 0x0c0300 >19:39:14,362 DEBUG kernel:[ 0.100511] pci 0000:00:05.0: reg 0x20: [io 0xc080-0xc09f] >19:39:14,362 DEBUG kernel:[ 0.103216] pci 0000:00:05.1: [8086:2935] type 00 class 0x0c0300 >19:39:14,362 DEBUG kernel:[ 0.108003] pci 0000:00:05.1: reg 0x20: [io 0xc0a0-0xc0bf] >19:39:14,362 DEBUG kernel:[ 0.110312] pci 0000:00:05.2: [8086:2936] type 00 class 0x0c0300 >19:39:14,362 DEBUG kernel:[ 0.115003] pci 0000:00:05.2: reg 0x20: [io 0xc0c0-0xc0df] >19:39:14,362 DEBUG kernel:[ 0.117403] pci 0000:00:05.7: [8086:293a] type 00 class 0x0c0320 >19:39:14,362 DEBUG kernel:[ 0.118495] pci 0000:00:05.7: reg 0x10: [mem 0xfc057000-0xfc057fff] >19:39:14,362 DEBUG kernel:[ 0.125029] pci 0000:00:06.0: [1af4:1003] type 00 class 0x078000 >19:39:14,362 DEBUG kernel:[ 0.126906] pci 0000:00:06.0: reg 0x10: [io 0xc0e0-0xc0ff] >19:39:14,362 DEBUG kernel:[ 0.128003] pci 0000:00:06.0: reg 0x14: [mem 0xfc058000-0xfc058fff] >19:39:14,362 DEBUG kernel:[ 0.138409] pci 0000:00:07.0: [1af4:1001] type 00 class 0x010000 >19:39:14,362 DEBUG kernel:[ 0.140003] pci 0000:00:07.0: reg 0x10: [io 0xc000-0xc03f] >19:39:14,362 DEBUG kernel:[ 0.142003] pci 0000:00:07.0: reg 0x14: [mem 0xfc059000-0xfc059fff] >19:39:14,362 DEBUG kernel:[ 0.151553] pci 0000:00:08.0: [1af4:1002] type 00 class 0x00ff00 >19:39:14,362 DEBUG kernel:[ 0.152503] pci 0000:00:08.0: reg 0x10: [io 0xc100-0xc11f] >19:39:14,362 INFO kernel:[ 0.159832] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) >19:39:14,362 INFO kernel:[ 0.160023] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) >19:39:14,362 INFO kernel:[ 0.160188] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) >19:39:14,362 INFO kernel:[ 0.160348] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) >19:39:14,362 INFO kernel:[ 0.160434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) >19:39:14,362 WARNING kernel:[ 0.161000] ACPI: Enabled 16 GPEs in block 00 to 0F >19:39:14,362 DEBUG kernel:[ 0.161005] ACPI: \_SB_.PCI0: notify handler is installed >19:39:14,362 DEBUG kernel:[ 0.161025] Found 1 acpi root devices >19:39:14,362 INFO kernel:[ 0.161192] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >19:39:14,362 INFO kernel:[ 0.161192] vgaarb: loaded >19:39:14,362 INFO kernel:[ 0.161192] vgaarb: bridge control possible 0000:00:02.0 >19:39:14,362 NOTICE kernel:[ 0.161192] SCSI subsystem initialized >19:39:14,362 INFO kernel:[ 0.161192] ACPI: bus type ATA registered >19:39:14,362 DEBUG kernel:[ 0.161297] libata version 3.00 loaded. >19:39:14,362 INFO kernel:[ 0.161297] ACPI: bus type USB registered >19:39:14,362 INFO kernel:[ 0.161297] usbcore: registered new interface driver usbfs >19:39:14,362 INFO kernel:[ 0.161297] usbcore: registered new interface driver hub >19:39:14,362 INFO kernel:[ 0.162027] usbcore: registered new device driver usb >19:39:14,362 INFO kernel:[ 0.162114] PCI: Using ACPI for IRQ routing >19:39:14,363 DEBUG kernel:[ 0.162114] PCI: pci_cache_line_size set to 64 bytes >19:39:14,363 DEBUG kernel:[ 0.162778] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff] >19:39:14,363 DEBUG kernel:[ 0.162787] e820: reserve RAM buffer [mem 0x5fffe000-0x5fffffff] >19:39:14,363 INFO kernel:[ 0.163112] NetLabel: Initializing >19:39:14,363 INFO kernel:[ 0.163114] NetLabel: domain hash size = 128 >19:39:14,363 INFO kernel:[ 0.163115] NetLabel: protocols = UNLABELED CIPSOv4 >19:39:14,363 INFO kernel:[ 0.163149] NetLabel: unlabeled traffic allowed by default >19:39:14,363 INFO kernel:[ 0.163253] Switched to clocksource kvm-clock >19:39:14,363 INFO kernel:[ 0.171355] pnp: PnP ACPI init >19:39:14,363 INFO kernel:[ 0.171373] ACPI: bus type PNP registered >19:39:14,363 DEBUG kernel:[ 0.171469] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active) >19:39:14,363 DEBUG kernel:[ 0.171547] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active) >19:39:14,363 DEBUG kernel:[ 0.171600] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active) >19:39:14,363 DEBUG kernel:[ 0.171649] pnp 00:03: [dma 2] >19:39:14,363 DEBUG kernel:[ 0.171674] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active) >19:39:14,363 DEBUG kernel:[ 0.171798] pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active) >19:39:14,363 DEBUG kernel:[ 0.171885] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active) >19:39:14,363 DEBUG kernel:[ 0.171976] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) >19:39:14,363 INFO kernel:[ 0.172277] pnp: PnP ACPI: found 7 devices >19:39:14,363 INFO kernel:[ 0.172279] ACPI: bus type PNP unregistered >19:39:14,363 DEBUG kernel:[ 0.186341] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] >19:39:14,363 DEBUG kernel:[ 0.186345] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] >19:39:14,363 DEBUG kernel:[ 0.186347] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] >19:39:14,363 DEBUG kernel:[ 0.186349] pci_bus 0000:00: resource 7 [mem 0x80000000-0xfebfffff] >19:39:14,363 INFO kernel:[ 0.186416] NET: Registered protocol family 2 >19:39:14,363 INFO kernel:[ 0.186707] TCP established hash table entries: 16384 (order: 6, 262144 bytes) >19:39:14,363 INFO kernel:[ 0.186828] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) >19:39:14,363 INFO kernel:[ 0.186924] TCP: Hash tables configured (established 16384 bind 16384) >19:39:14,363 INFO kernel:[ 0.186943] TCP: reno registered >19:39:14,363 INFO kernel:[ 0.186948] UDP hash table entries: 1024 (order: 3, 32768 bytes) >19:39:14,363 INFO kernel:[ 0.186987] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) >19:39:14,363 INFO kernel:[ 0.187116] NET: Registered protocol family 1 >19:39:14,363 INFO kernel:[ 0.187135] pci 0000:00:00.0: Limiting direct PCI/PCI transfers >19:39:14,363 INFO kernel:[ 0.187166] pci 0000:00:01.0: PIIX3: Enabling Passive Release >19:39:14,363 INFO kernel:[ 0.187214] pci 0000:00:01.0: Activating ISA DMA hang workarounds >19:39:14,363 DEBUG kernel:[ 0.187300] pci 0000:00:02.0: Boot video device >19:39:14,363 WARNING kernel:[ 0.187754] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 >19:39:14,363 WARNING kernel:[ 0.188412] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 >19:39:14,363 WARNING kernel:[ 0.189073] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 >19:39:14,363 WARNING kernel:[ 0.189697] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10 >19:39:14,363 DEBUG kernel:[ 0.190583] PCI: CLS 0 bytes, default 64 >19:39:14,363 INFO kernel:[ 0.190629] Unpacking initramfs... >19:39:14,363 INFO kernel:[ 4.401585] Freeing initrd memory: 33536K (ffff88005df1d000 - ffff88005ffdd000) >19:39:14,363 NOTICE kernel:[ 4.402961] Initialise system trusted keyring >19:39:14,363 INFO kernel:[ 4.403054] audit: initializing netlink socket (disabled) >19:39:14,363 NOTICE kernel:[ 4.403071] type=2000 audit(1386704342.648:1): initialized >19:39:14,363 INFO kernel:[ 4.425906] HugeTLB registered 2 MB page size, pre-allocated 0 pages >19:39:14,363 INFO kernel:[ 4.427370] zbud: loaded >19:39:14,363 NOTICE kernel:[ 4.427624] VFS: Disk quotas dquot_6.5.2 >19:39:14,363 WARNING kernel:[ 4.427668] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >19:39:14,363 INFO kernel:[ 4.428172] msgmni has been set to 2990 >19:39:14,363 NOTICE kernel:[ 4.428233] Key type big_key registered >19:39:14,363 DEBUG kernel:[ 4.428235] SELinux: Registering netfilter hooks >19:39:14,363 INFO kernel:[ 4.430881] alg: No test for stdrng (krng) >19:39:14,363 INFO kernel:[ 4.430937] NET: Registered protocol family 38 >19:39:14,363 NOTICE kernel:[ 4.430941] Key type asymmetric registered >19:39:14,363 NOTICE kernel:[ 4.430942] Asymmetric key parser 'x509' registered >19:39:14,364 INFO kernel:[ 4.430975] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >19:39:14,364 INFO kernel:[ 4.431052] io scheduler noop registered >19:39:14,364 INFO kernel:[ 4.431054] io scheduler deadline registered >19:39:14,364 INFO kernel:[ 4.431090] io scheduler cfq registered (default) >19:39:14,364 INFO kernel:[ 4.431192] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >19:39:14,364 INFO kernel:[ 4.431206] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >19:39:14,364 DEBUG kernel:[ 4.431272] intel_idle: does not run on family 6 model 2 >19:39:14,364 INFO kernel:[ 4.431343] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >19:39:14,364 INFO kernel:[ 4.431347] ACPI: Power Button [PWRF] >19:39:14,364 INFO kernel:[ 4.431635] GHES: HEST is not enabled! >19:39:14,364 INFO kernel:[ 4.431790] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >19:39:14,364 INFO kernel:[ 4.460525] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >19:39:14,364 INFO kernel:[ 4.461703] Non-volatile memory driver v1.3 >19:39:14,364 INFO kernel:[ 4.461705] Linux agpgart interface v0.103 >19:39:14,364 DEBUG kernel:[ 4.461897] ata_piix 0000:00:01.1: version 2.13 >19:39:14,364 DEBUG kernel:[ 4.462651] ata_piix 0000:00:01.1: setting latency timer to 64 >19:39:14,364 INFO kernel:[ 4.463196] scsi0 : ata_piix >19:39:14,364 INFO kernel:[ 4.463345] scsi1 : ata_piix >19:39:14,364 INFO kernel:[ 4.463384] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc120 irq 14 >19:39:14,364 INFO kernel:[ 4.463386] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc128 irq 15 >19:39:14,364 INFO kernel:[ 4.463510] libphy: Fixed MDIO Bus: probed >19:39:14,364 INFO kernel:[ 4.463613] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >19:39:14,364 INFO kernel:[ 4.463615] ehci-pci: EHCI PCI platform driver >19:39:14,364 DEBUG kernel:[ 4.464791] ehci-pci 0000:00:05.7: setting latency timer to 64 >19:39:14,364 INFO kernel:[ 4.464832] ehci-pci 0000:00:05.7: EHCI Host Controller >19:39:14,364 INFO kernel:[ 4.464903] ehci-pci 0000:00:05.7: new USB bus registered, assigned bus number 1 >19:39:14,364 INFO kernel:[ 4.465317] ehci-pci 0000:00:05.7: irq 10, io mem 0xfc057000 >19:39:14,364 INFO kernel:[ 4.471150] ehci-pci 0000:00:05.7: USB 2.0 started, EHCI 1.00 >19:39:14,364 INFO kernel:[ 4.471180] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >19:39:14,364 INFO kernel:[ 4.471182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >19:39:14,364 INFO kernel:[ 4.471184] usb usb1: Product: EHCI Host Controller >19:39:14,364 INFO kernel:[ 4.471186] usb usb1: Manufacturer: Linux 3.11.10-300.fc20.x86_64 ehci_hcd >19:39:14,364 INFO kernel:[ 4.471188] usb usb1: SerialNumber: 0000:00:05.7 >19:39:14,364 INFO kernel:[ 4.471272] hub 1-0:1.0: USB hub found >19:39:14,364 INFO kernel:[ 4.471277] hub 1-0:1.0: 6 ports detected >19:39:14,364 INFO kernel:[ 4.471544] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >19:39:14,364 INFO kernel:[ 4.471546] ohci-pci: OHCI PCI platform driver >19:39:14,364 INFO kernel:[ 4.471555] uhci_hcd: USB Universal Host Controller Interface driver >19:39:14,364 DEBUG kernel:[ 4.472678] uhci_hcd 0000:00:05.0: setting latency timer to 64 >19:39:14,364 INFO kernel:[ 4.472723] uhci_hcd 0000:00:05.0: UHCI Host Controller >19:39:14,364 INFO kernel:[ 4.472795] uhci_hcd 0000:00:05.0: new USB bus registered, assigned bus number 2 >19:39:14,364 INFO kernel:[ 4.473113] uhci_hcd 0000:00:05.0: irq 10, io base 0x0000c080 >19:39:14,364 INFO kernel:[ 4.473327] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 >19:39:14,364 INFO kernel:[ 4.473332] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >19:39:14,364 INFO kernel:[ 4.473337] usb usb2: Product: UHCI Host Controller >19:39:14,364 INFO kernel:[ 4.473341] usb usb2: Manufacturer: Linux 3.11.10-300.fc20.x86_64 uhci_hcd >19:39:14,364 INFO kernel:[ 4.473345] usb usb2: SerialNumber: 0000:00:05.0 >19:39:14,364 INFO kernel:[ 4.473526] hub 2-0:1.0: USB hub found >19:39:14,364 INFO kernel:[ 4.473535] hub 2-0:1.0: 2 ports detected >19:39:14,364 DEBUG kernel:[ 4.476588] uhci_hcd 0000:00:05.1: setting latency timer to 64 >19:39:14,364 INFO kernel:[ 4.476636] uhci_hcd 0000:00:05.1: UHCI Host Controller >19:39:14,364 INFO kernel:[ 4.476710] uhci_hcd 0000:00:05.1: new USB bus registered, assigned bus number 3 >19:39:14,364 INFO kernel:[ 4.477121] uhci_hcd 0000:00:05.1: irq 11, io base 0x0000c0a0 >19:39:14,364 INFO kernel:[ 4.477325] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 >19:39:14,364 INFO kernel:[ 4.477330] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >19:39:14,364 INFO kernel:[ 4.477334] usb usb3: Product: UHCI Host Controller >19:39:14,364 INFO kernel:[ 4.477339] usb usb3: Manufacturer: Linux 3.11.10-300.fc20.x86_64 uhci_hcd >19:39:14,364 INFO kernel:[ 4.477343] usb usb3: SerialNumber: 0000:00:05.1 >19:39:14,364 INFO kernel:[ 4.477535] hub 3-0:1.0: USB hub found >19:39:14,364 INFO kernel:[ 4.477543] hub 3-0:1.0: 2 ports detected >19:39:14,364 DEBUG kernel:[ 4.480518] uhci_hcd 0000:00:05.2: setting latency timer to 64 >19:39:14,364 INFO kernel:[ 4.480576] uhci_hcd 0000:00:05.2: UHCI Host Controller >19:39:14,364 INFO kernel:[ 4.480645] uhci_hcd 0000:00:05.2: new USB bus registered, assigned bus number 4 >19:39:14,364 INFO kernel:[ 4.480939] uhci_hcd 0000:00:05.2: irq 11, io base 0x0000c0c0 >19:39:14,364 INFO kernel:[ 4.481178] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 >19:39:14,364 INFO kernel:[ 4.481184] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >19:39:14,364 INFO kernel:[ 4.481188] usb usb4: Product: UHCI Host Controller >19:39:14,364 INFO kernel:[ 4.481192] usb usb4: Manufacturer: Linux 3.11.10-300.fc20.x86_64 uhci_hcd >19:39:14,364 INFO kernel:[ 4.481196] usb usb4: SerialNumber: 0000:00:05.2 >19:39:14,364 INFO kernel:[ 4.481338] hub 4-0:1.0: USB hub found >19:39:14,364 INFO kernel:[ 4.481347] hub 4-0:1.0: 2 ports detected >19:39:14,364 INFO kernel:[ 4.481863] usbcore: registered new interface driver usbserial >19:39:14,364 INFO kernel:[ 4.481881] usbcore: registered new interface driver usbserial_generic >19:39:14,364 INFO kernel:[ 4.481893] usbserial: USB Serial support registered for generic >19:39:14,364 INFO kernel:[ 4.481941] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 >19:39:14,364 INFO kernel:[ 4.484343] serio: i8042 KBD port at 0x60,0x64 irq 1 >19:39:14,364 INFO kernel:[ 4.484351] serio: i8042 AUX port at 0x60,0x64 irq 12 >19:39:14,364 INFO kernel:[ 4.484508] mousedev: PS/2 mouse device common for all mice >19:39:14,364 INFO kernel:[ 4.485434] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 >19:39:14,364 INFO kernel:[ 4.485738] rtc_cmos 00:00: RTC can wake from S4 >19:39:14,364 INFO kernel:[ 4.486797] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 >19:39:14,364 INFO kernel:[ 4.487045] rtc_cmos 00:00: alarms up to one day, 114 bytes nvram >19:39:14,364 INFO kernel:[ 4.487158] device-mapper: uevent: version 1.0.3 >19:39:14,364 INFO kernel:[ 4.487258] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: dm-devel@redhat.com >19:39:14,364 INFO kernel:[ 4.487341] cpuidle: using governor menu >19:39:14,364 INFO kernel:[ 4.487413] hidraw: raw HID events driver (C) Jiri Kosina >19:39:14,364 INFO kernel:[ 4.487598] usbcore: registered new interface driver usbhid >19:39:14,364 INFO kernel:[ 4.487600] usbhid: USB HID core driver >19:39:14,364 INFO kernel:[ 4.487659] drop_monitor: Initializing network drop monitor service >19:39:14,364 INFO kernel:[ 4.487736] ip_tables: (C) 2000-2006 Netfilter Core Team >19:39:14,364 INFO kernel:[ 4.487954] TCP: cubic registered >19:39:14,364 INFO kernel:[ 4.487957] Initializing XFRM netlink socket >19:39:14,364 INFO kernel:[ 4.488191] NET: Registered protocol family 10 >19:39:14,364 INFO kernel:[ 4.488460] mip6: Mobile IPv6 >19:39:14,364 INFO kernel:[ 4.488469] NET: Registered protocol family 17 >19:39:14,364 DEBUG kernel:[ 4.488766] PM: Hibernation image not present or could not be loaded. >19:39:14,364 NOTICE kernel:[ 4.488770] Loading compiled-in X.509 certificates >19:39:14,364 NOTICE kernel:[ 4.490415] Loaded X.509 cert 'Fedora kernel signing key: 65632364f542d610f39b32d188f1775b0ce8b8b2' >19:39:14,364 INFO kernel:[ 4.490426] registered taskstats version 1 >19:39:14,364 INFO kernel:[ 4.491694] Magic number: 9:385:647 >19:39:14,364 INFO kernel:[ 4.491706] scsi_host host1: hash matches >19:39:14,364 INFO kernel:[ 4.491708] scsi host1: hash matches >19:39:14,365 INFO kernel:[ 4.491734] acpi LNXCPU:00: hash matches >19:39:14,365 INFO kernel:[ 4.492126] rtc_cmos 00:00: setting system clock to 2013-12-10 19:39:02 UTC (1386704342) >19:39:14,365 DEBUG kernel:[ 4.617171] ata1.01: NODEV after polling detection >19:39:14,365 INFO kernel:[ 4.618795] ata1.00: ATAPI: QEMU DVD-ROM, 1.6.1, max UDMA/100 >19:39:14,365 INFO kernel:[ 4.621245] ata1.00: configured for MWDMA2 >19:39:14,365 NOTICE kernel:[ 4.623247] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 1.6. PQ: 0 ANSI: 5 >19:39:14,365 WARNING kernel:[ 4.624350] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray >19:39:14,365 INFO kernel:[ 4.624353] cdrom: Uniform CD-ROM driver Revision: 3.20 >19:39:14,365 DEBUG kernel:[ 4.624793] sr 0:0:0:0: Attached scsi CD-ROM sr0 >19:39:14,365 NOTICE kernel:[ 4.625157] sr 0:0:0:0: Attached scsi generic sg0 type 5 >19:39:14,365 INFO kernel:[ 4.627841] Freeing unused kernel memory: 1424K (ffffffff81cf9000 - ffffffff81e5d000) >19:39:14,365 INFO kernel:[ 4.627845] Write protecting the kernel read-only data: 12288k >19:39:14,365 INFO kernel:[ 4.634907] Freeing unused kernel memory: 1688K (ffff88000165a000 - ffff880001800000) >19:39:14,365 INFO kernel:[ 4.638735] Freeing unused kernel memory: 1232K (ffff880001acc000 - ffff880001c00000) >19:39:14,365 INFO kernel:[ 4.700795] device-mapper: multipath: version 1.5.1 loaded >19:39:14,365 INFO kernel:[ 4.936822] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found >19:39:14,365 INFO kernel:[ 5.330501] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2 >19:39:14,365 INFO kernel:[ 5.903658] squashfs: version 4.0 (2009/01/31) Phillip Lougher >19:39:14,365 INFO kernel:[ 5.912073] Loading iSCSI transport class v2.0-870. >19:39:14,365 NOTICE kernel:[ 5.919119] iscsi: registered transport (tcp) >19:39:14,365 INFO kernel:[ 5.925959] alua: device handler registered >19:39:14,365 INFO kernel:[ 5.932609] emc: device handler registered >19:39:14,365 INFO kernel:[ 5.939116] hp_sw: device handler registered >19:39:14,365 INFO kernel:[ 5.946089] rdac: device handler registered >19:39:14,365 INFO kernel:[ 5.967228] FDC 0 is a S82078B >19:39:14,365 INFO kernel:[ 5.986202] No iBFT detected. >19:39:14,365 INFO kernel:[ 5.993040] md: raid0 personality registered for level 0 >19:39:14,365 INFO kernel:[ 5.999945] md: raid1 personality registered for level 1 >19:39:14,365 INFO kernel:[ 6.007030] async_tx: api initialized (async) >19:39:14,365 INFO kernel:[ 6.009321] xor: measuring software checksum speed >19:39:14,365 INFO kernel:[ 6.019027] prefetch64-sse: 9028.000 MB/sec >19:39:14,365 INFO kernel:[ 6.029025] generic_sse: 7616.000 MB/sec >19:39:14,365 INFO kernel:[ 6.029027] xor: using function: prefetch64-sse (9028.000 MB/sec) >19:39:14,365 WARNING kernel:[ 6.050034] raid6: sse2x1 4000 MB/s >19:39:14,365 WARNING kernel:[ 6.067034] raid6: sse2x2 4027 MB/s >19:39:14,365 WARNING kernel:[ 6.084030] raid6: sse2x4 6996 MB/s >19:39:14,365 WARNING kernel:[ 6.084032] raid6: using algorithm sse2x4 (6996 MB/s) >19:39:14,365 WARNING kernel:[ 6.084034] raid6: using intx1 recovery algorithm >19:39:14,365 INFO kernel:[ 6.092566] md: raid6 personality registered for level 6 >19:39:14,365 INFO kernel:[ 6.092568] md: raid5 personality registered for level 5 >19:39:14,365 INFO kernel:[ 6.092570] md: raid4 personality registered for level 4 >19:39:14,365 INFO kernel:[ 6.109136] md: raid10 personality registered for level 10 >19:39:14,365 INFO kernel:[ 6.116133] md: linear personality registered for level -1 >19:39:14,365 INFO kernel:[ 6.147133] device-mapper: multipath round-robin: version 1.0.0 loaded >19:39:14,365 INFO kernel:[ 6.166347] sha256_ssse3: Neither AVX nor SSSE3 is available/usable. >19:39:14,365 INFO kernel:[ 6.219999] RPC: Registered named UNIX socket transport module. >19:39:14,365 INFO kernel:[ 6.220002] RPC: Registered udp transport module. >19:39:14,365 INFO kernel:[ 6.220004] RPC: Registered tcp transport module. >19:39:14,365 INFO kernel:[ 6.220005] RPC: Registered tcp NFSv4.1 backchannel transport module. >19:39:14,365 DEBUG kernel:[ 6.787883] virtio-pci 0000:00:03.0: setting latency timer to 64 >19:39:14,365 DEBUG kernel:[ 6.794233] virtio-pci 0000:00:06.0: setting latency timer to 64 >19:39:14,365 DEBUG kernel:[ 6.796391] virtio-pci 0000:00:07.0: setting latency timer to 64 >19:39:14,365 DEBUG kernel:[ 6.800737] virtio-pci 0000:00:08.0: setting latency timer to 64 >19:39:14,365 INFO kernel:[ 6.811189] [drm] Initialized drm 1.1.0 20060810 >19:39:14,365 DEBUG kernel:[ 6.834986] virtio-pci 0000:00:03.0: irq 40 for MSI/MSI-X >19:39:14,365 DEBUG kernel:[ 6.835274] virtio-pci 0000:00:03.0: irq 41 for MSI/MSI-X >19:39:14,365 DEBUG kernel:[ 6.835319] virtio-pci 0000:00:03.0: irq 42 for MSI/MSI-X >19:39:14,365 DEBUG kernel:[ 6.865209] virtio-pci 0000:00:07.0: irq 43 for MSI/MSI-X >19:39:14,365 DEBUG kernel:[ 6.865255] virtio-pci 0000:00:07.0: irq 44 for MSI/MSI-X >19:39:14,365 INFO kernel:[ 6.873668] vda: vda1 vda2 vda3 >19:39:14,365 INFO kernel:[ 6.883216] [drm] Device Version 0.0 >19:39:14,365 INFO kernel:[ 6.883219] [drm] Compression level 0 log level 0 >19:39:14,365 INFO kernel:[ 6.883221] [drm] Currently using mode #0, list at 0x488 >19:39:14,365 INFO kernel:[ 6.883222] [drm] 12286 io pages at offset 0x1000000 >19:39:14,365 INFO kernel:[ 6.883224] [drm] 16777216 byte draw area at offset 0x0 >19:39:14,365 INFO kernel:[ 6.883225] [drm] RAM header offset: 0x3ffe000 >19:39:14,365 INFO kernel:[ 6.883226] [drm] rom modes offset 0x488 for 128 modes >19:39:14,365 INFO kernel:[ 6.883778] [TTM] Zone kernel: Available graphics memory: 767726 kiB >19:39:14,365 INFO kernel:[ 6.883781] [TTM] Initializing pool allocator >19:39:14,365 INFO kernel:[ 6.883785] [TTM] Initializing DMA pool allocator >19:39:14,365 INFO kernel:[ 6.883803] [drm] qxl: 16M of VRAM memory size >19:39:14,365 INFO kernel:[ 6.883805] [drm] qxl: 63M of IO pages memory ready (VRAM domain) >19:39:14,365 INFO kernel:[ 6.890227] [drm] main mem slot 1 [f4000000,3ffe000) >19:39:14,365 INFO kernel:[ 6.893399] [drm] fb mappable at 0xF4000000, size 3145728 >19:39:14,365 INFO kernel:[ 6.893403] [drm] fb: depth 24, pitch 4096, width 1024, height 768 >19:39:14,365 INFO kernel:[ 6.893533] fbcon: qxldrmfb (fb0) is primary device >19:39:14,365 INFO kernel:[ 6.917921] Console: switching to colour frame buffer device 128x48 >19:39:14,365 INFO kernel:[ 6.931516] qxl 0000:00:02.0: fb0: qxldrmfb frame buffer device >19:39:14,365 INFO kernel:[ 6.931518] qxl 0000:00:02.0: registered panic notifier >19:39:14,365 INFO kernel:[ 6.931526] [drm] Initialized qxl 0.1.0 20120117 for 0000:00:02.0 on minor 0 >19:39:14,365 DEBUG kernel:[ 8.038125] ISO 9660 Extensions: Microsoft Joliet Level 3 >19:39:14,365 DEBUG kernel:[ 8.044878] ISO 9660 Extensions: RRIP_1991A >19:39:14,365 INFO kernel:[ 8.493642] loop: module loaded >19:39:14,365 INFO kernel:[ 8.617125] bio: create slab <bio-1> at 1 >19:39:14,365 INFO kernel:[ 8.658900] bio: create slab <bio-2> at 2 >19:39:14,365 INFO kernel:[ 9.000264] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >19:39:14,365 DEBUG kernel:[ 10.592884] SELinux: 2048 avtab hash slots, 101316 rules. >19:39:14,365 DEBUG kernel:[ 10.610365] SELinux: 2048 avtab hash slots, 101316 rules. >19:39:14,365 DEBUG kernel:[ 10.631294] SELinux: 8 users, 83 roles, 4634 types, 265 bools, 1 sens, 1024 cats >19:39:14,365 DEBUG kernel:[ 10.631299] SELinux: 83 classes, 101316 rules >19:39:14,365 DEBUG kernel:[ 10.638266] SELinux: Completing initialization. >19:39:14,365 DEBUG kernel:[ 10.638269] SELinux: Setting up existing superblocks. >19:39:14,365 DEBUG kernel:[ 10.638278] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >19:39:14,365 DEBUG kernel:[ 10.638284] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >19:39:14,365 DEBUG kernel:[ 10.638301] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >19:39:14,365 DEBUG kernel:[ 10.638306] SELinux: initialized (dev proc, type proc), uses genfs_contexts >19:39:14,365 DEBUG kernel:[ 10.638318] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >19:39:14,365 DEBUG kernel:[ 10.638429] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >19:39:14,365 DEBUG kernel:[ 10.639315] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >19:39:14,365 DEBUG kernel:[ 10.639320] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >19:39:14,365 DEBUG kernel:[ 10.641673] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >19:39:14,365 DEBUG kernel:[ 10.641680] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >19:39:14,365 DEBUG kernel:[ 10.641685] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >19:39:14,365 DEBUG kernel:[ 10.641710] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >19:39:14,365 DEBUG kernel:[ 10.641727] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >19:39:14,365 DEBUG kernel:[ 10.641734] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >19:39:14,365 DEBUG kernel:[ 10.641759] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >19:39:14,365 DEBUG kernel:[ 10.642436] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >19:39:14,365 DEBUG kernel:[ 10.642439] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >19:39:14,365 DEBUG kernel:[ 10.642446] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >19:39:14,365 DEBUG kernel:[ 10.642648] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >19:39:14,365 DEBUG kernel:[ 10.642688] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:39:14,365 DEBUG kernel:[ 10.642707] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts >19:39:14,365 DEBUG kernel:[ 10.642710] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:39:14,365 DEBUG kernel:[ 10.642721] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:39:14,365 DEBUG kernel:[ 10.642730] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:39:14,365 DEBUG kernel:[ 10.642747] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:39:14,365 DEBUG kernel:[ 10.642753] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:39:14,365 DEBUG kernel:[ 10.642759] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:39:14,365 DEBUG kernel:[ 10.642766] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:39:14,365 DEBUG kernel:[ 10.642783] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:39:14,365 DEBUG kernel:[ 10.642788] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:39:14,365 DEBUG kernel:[ 10.642797] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >19:39:14,365 DEBUG kernel:[ 10.642806] SELinux: initialized (dev sr0, type iso9660), uses genfs_contexts >19:39:14,365 DEBUG kernel:[ 10.642822] SELinux: initialized (dev loop0, type squashfs), uses xattr >19:39:14,365 DEBUG kernel:[ 10.642844] SELinux: initialized (dev dm-0, type ext4), uses xattr >19:39:14,365 NOTICE kernel:[ 10.662925] type=1403 audit(1386704348.669:2): policy loaded auid=4294967295 ses=4294967295 >19:39:14,365 DEBUG kernel:[ 11.474094] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >19:39:14,365 DEBUG kernel:[ 11.500385] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >19:39:14,365 DEBUG kernel:[ 11.536233] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >19:39:14,365 DEBUG kernel:[ 11.581702] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >19:39:14,365 INFO kernel:[ 13.899725] parport_pc 00:04: reported by Plug and Play ACPI >19:39:14,365 DEBUG kernel:[ 14.073998] virtio-pci 0000:00:06.0: irq 45 for MSI/MSI-X >19:39:14,365 DEBUG kernel:[ 14.074081] virtio-pci 0000:00:06.0: irq 46 for MSI/MSI-X >19:39:14,365 INFO kernel:[ 14.210158] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0 >19:39:14,365 INFO kernel:[ 14.552623] microcode: CPU0 sig=0x623, pf=0x0, revision=0x1 >19:39:14,365 INFO kernel:[ 14.583426] microcode: CPU1 sig=0x623, pf=0x0, revision=0x1 >19:39:14,365 INFO kernel:[ 14.584734] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >19:39:14,365 NOTICE kernel:[ 14.736531] type=1400 audit(1386704352.743:3): avc: denied { create } for pid=855 comm="systemd-tmpfile" name="tmp" scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >19:39:14,365 NOTICE kernel:[ 14.736621] type=1400 audit(1386704352.743:4): avc: denied { setattr } for pid=855 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=99303 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >19:39:14,365 NOTICE kernel:[ 14.736657] type=1400 audit(1386704352.743:5): avc: denied { relabelfrom } for pid=855 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=99303 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >19:39:15,495 NOTICE kernel:[ 17.486420] type=1400 audit(1386704355.493:6): avc: denied { read } for pid=874 comm="bash" name=".profile" dev="dm-0" ino=90933 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:admin_home_t:s0 tclass=file >19:39:15,495 NOTICE kernel:[ 17.486451] type=1400 audit(1386704355.493:7): avc: denied { open } for pid=874 comm="bash" path="/root/.profile" dev="dm-0" ino=90933 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:admin_home_t:s0 tclass=file >19:39:15,763 INFO NetworkManager: <info> NetworkManager (version 0.9.9.0-20.git20131003.fc20) is starting... >19:39:15,763 INFO NetworkManager: <info> Read config: /etc/NetworkManager/NetworkManager.conf >19:39:15,764 INFO NetworkManager: <info> WEXT support is enabled >19:39:15,853 INFO kernel:[ 17.844118] cfg80211: Calling CRDA to update world regulatory domain >19:39:16,000 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >19:39:16,098 INFO polkitd: Started polkitd version 0.112 >19:39:16,251 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >19:39:16,294 WARNING NetworkManager: ifcfg-rh: Could not get hostname: failed to read /etc/sysconfig/network >19:39:16,295 NOTICE NetworkManager: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >19:39:16,296 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >19:39:16,296 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >19:39:16,391 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >19:39:16,394 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' >19:39:16,441 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.login1' >19:39:16,448 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >19:39:16,451 INFO NetworkManager: <info> WiFi hardware radio set enabled >19:39:16,454 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >19:39:16,454 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >19:39:16,454 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >19:39:16,454 INFO NetworkManager: <info> Networking is enabled by state file >19:39:16,455 INFO NetworkManager: <info> (lo): link connected >19:39:16,455 INFO NetworkManager: <info> (lo): carrier is ON >19:39:16,455 INFO NetworkManager: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1) >19:39:16,455 INFO NetworkManager: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0 >19:39:16,455 INFO NetworkManager: <info> (lo): No existing connection detected. >19:39:16,457 INFO NetworkManager: <info> (eth0): carrier is OFF >19:39:16,457 INFO NetworkManager: <info> (eth0): new Ethernet device (driver: 'virtio_net' ifindex: 2) >19:39:16,457 INFO NetworkManager: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1 >19:39:16,457 INFO NetworkManager: <info> (eth0): No existing connection detected. >19:39:16,457 INFO NetworkManager: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >19:39:16,457 INFO NetworkManager: <info> (eth0): bringing up device. >19:39:16,458 INFO NetworkManager: <info> (eth0): link connected >19:39:16,459 INFO NetworkManager: <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:03.0/virtio0/net/eth0 >19:39:16,463 WARNING NetworkManager: <warn> Couldn't get managed objects: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.bluez was not provided by any .service files >19:39:16,464 INFO NetworkManager: <info> (eth0): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40] >19:39:16,480 INFO NetworkManager: <info> Auto-activating connection 'Wired connection 1'. >19:39:16,480 INFO NetworkManager: <info> Activation (eth0) starting connection 'Wired connection 1' >19:39:16,480 INFO NetworkManager: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >19:39:16,480 INFO NetworkManager: <info> NetworkManager state is now CONNECTING >19:39:16,480 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... >19:39:16,481 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... >19:39:16,481 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... >19:39:16,481 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. >19:39:16,481 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... >19:39:16,481 INFO NetworkManager: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] >19:39:16,481 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful. >19:39:16,482 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. >19:39:16,482 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete. >19:39:16,482 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... >19:39:16,482 INFO NetworkManager: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] >19:39:16,490 INFO NetworkManager: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds) >19:39:16,558 INFO NetworkManager: <info> dhclient started with pid 897 >19:39:16,559 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. >19:39:16,565 ERR NetworkManager: <error> [1386704356.565850] [rdisc/nm-lndp-rdisc.c:194] send_rs(): (eth0): cannot send router solicitation: -99. >19:39:17,382 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.5 >19:39:17,383 INFO dhclient: Copyright 2004-2013 Internet Systems Consortium. >19:39:17,384 INFO dhclient: All rights reserved. >19:39:17,384 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >19:39:17,385 INFO dhclient: >19:39:17,406 INFO NetworkManager: <info> (eth0): DHCPv4 state changed nbi -> preinit >19:39:17,412 INFO dhclient: Listening on LPF/eth0/52:54:00:5b:15:9d >19:39:17,413 INFO dhclient: Sending on LPF/eth0/52:54:00:5b:15:9d >19:39:17,414 INFO dhclient: Sending on Socket/fallback >19:39:17,415 INFO dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6 (xid=0x5b5b430e) >19:39:19,671 INFO dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x5b5b430e) >19:39:19,671 INFO dhclient: DHCPOFFER from 192.168.122.1 >19:39:19,735 INFO dhclient: DHCPACK from 192.168.122.1 (xid=0x5b5b430e) >19:39:19,745 INFO NetworkManager: <info> (eth0): DHCPv4 state changed preinit -> bound >19:39:19,745 INFO NetworkManager: <info> address 192.168.122.155 >19:39:19,745 INFO NetworkManager: <info> plen 24 (255.255.255.0) >19:39:19,745 INFO NetworkManager: <info> gateway 192.168.122.1 >19:39:19,745 INFO NetworkManager: <info> lease time 3600 >19:39:19,745 INFO NetworkManager: <info> nameserver '192.168.122.1' >19:39:19,745 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >19:39:19,746 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... >19:39:19,747 INFO NetworkManager: <info> (eth0): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >19:39:19,747 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete. >19:39:19,748 INFO NetworkManager: <info> (eth0): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >19:39:19,748 INFO NetworkManager: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0] >19:39:19,748 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_GLOBAL >19:39:19,749 INFO NetworkManager: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS. >19:39:19,753 INFO dhclient: bound to 192.168.122.155 -- renewal in 1497 seconds. >19:39:19,754 INFO NetworkManager: <info> Activation (eth0) successful, device activated. >19:39:19,755 INFO NetworkManager: <info> startup complete >19:39:19,755 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >19:39:19,814 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >19:39:21,904 NOTICE kernel:[ 23.895724] type=1400 audit(1386704361.902:8): avc: denied { read write } for pid=941 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=8362 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >19:39:24,247 NOTICE kernel:[ 26.239275] type=1400 audit(1386704364.246:9): avc: denied { read write } for pid=973 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 >19:39:24,373 NOTICE kernel:[ 26.363289] type=1400 audit(1386704364.370:10): avc: denied { open } for pid=871 comm="in:imfile" path="/tmp/X.log" dev="tmpfs" ino=20694 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:xdm_tmp_t:s0 tclass=file >19:39:25,783 NOTICE NetworkManager: ifcfg-rh: read connection 'eth0' >19:39:25,783 INFO NetworkManager: <info> (eth0): device state change: activated -> disconnected (reason 'connection-removed') [100 30 38] >19:39:25,784 INFO NetworkManager: <info> (eth0): deactivating device (reason 'connection-removed') [38] >19:39:25,987 INFO NetworkManager: <info> (eth0): canceled DHCP transaction, DHCP client pid 897 >19:39:25,998 INFO NetworkManager: <info> NetworkManager state is now DISCONNECTED >19:39:25,998 INFO NetworkManager: <info> Setting system hostname to 'localhost.localdomain' (no default device) >19:39:26,009 INFO NetworkManager: <info> Saved default wired connection 'eth0' to persistent storage >19:39:26,009 INFO NetworkManager: <info> Auto-activating connection 'eth0'. >19:39:26,009 INFO NetworkManager: <info> Activation (eth0) starting connection 'eth0' >19:39:26,010 INFO NetworkManager: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >19:39:26,010 INFO NetworkManager: <info> NetworkManager state is now CONNECTING >19:39:26,010 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... >19:39:26,010 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... >19:39:26,010 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... >19:39:26,010 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. >19:39:26,010 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... >19:39:26,010 INFO NetworkManager: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] >19:39:26,011 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful. >19:39:26,011 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. >19:39:26,011 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete. >19:39:26,011 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... >19:39:26,011 INFO NetworkManager: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] >19:39:26,011 INFO NetworkManager: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds) >19:39:26,025 INFO NetworkManager: <info> dhclient started with pid 990 >19:39:26,025 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. >19:39:26,114 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.5 >19:39:26,114 INFO dhclient: Copyright 2004-2013 Internet Systems Consortium. >19:39:26,114 INFO dhclient: All rights reserved. >19:39:26,114 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >19:39:26,114 INFO dhclient: >19:39:26,136 INFO NetworkManager: <info> (eth0): DHCPv4 state changed nbi -> preinit >19:39:26,142 INFO dhclient: Listening on LPF/eth0/52:54:00:5b:15:9d >19:39:26,142 INFO dhclient: Sending on LPF/eth0/52:54:00:5b:15:9d >19:39:26,142 INFO dhclient: Sending on Socket/fallback >19:39:26,142 INFO dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x22332823) >19:39:26,148 NOTICE NetworkManager: ifcfg-rh: updating /etc/sysconfig/network-scripts/ifcfg-eth0 >19:39:26,202 INFO dhclient: DHCPACK from 192.168.122.1 (xid=0x22332823) >19:39:26,215 INFO NetworkManager: <info> (eth0): DHCPv4 state changed preinit -> reboot >19:39:26,215 INFO NetworkManager: <info> address 192.168.122.155 >19:39:26,215 INFO NetworkManager: <info> plen 24 (255.255.255.0) >19:39:26,215 INFO NetworkManager: <info> gateway 192.168.122.1 >19:39:26,215 INFO NetworkManager: <info> lease time 3600 >19:39:26,215 INFO NetworkManager: <info> nameserver '192.168.122.1' >19:39:26,215 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >19:39:26,215 INFO dhclient: bound to 192.168.122.155 -- renewal in 1776 seconds. >19:39:26,217 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... >19:39:26,217 INFO NetworkManager: <info> (eth0): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >19:39:26,218 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete. >19:39:26,222 INFO NetworkManager: <info> (eth0): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >19:39:26,223 INFO NetworkManager: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0] >19:39:26,224 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_GLOBAL >19:39:26,224 INFO NetworkManager: <info> Policy set 'eth0' (eth0) as default for IPv4 routing and DNS. >19:39:26,225 INFO NetworkManager: <info> Activation (eth0) successful, device activated. >19:39:26,929 INFO chronyd: chronyd version 1.29 starting >19:39:26,930 INFO chronyd: Linux kernel major=3 minor=11 patch=10 >19:39:26,930 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 >19:39:26,931 INFO chronyd: Generated key 1 >19:39:29,309 INFO kernel:[ 31.300183] EXT4-fs (vda2): mounted filesystem with ordered data mode. Opts: (null) >19:39:29,335 DEBUG kernel:[ 31.326788] SELinux: initialized (dev vda2, type ext4), uses xattr >19:39:29,900 NOTICE kernel:[ 31.891544] type=1400 audit(1386704369.898:11): avc: denied { read write } for pid=1078 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 >19:39:29,900 NOTICE kernel:[ 31.892338] type=1400 audit(1386704369.899:12): avc: denied { read write } for pid=1078 comm="hwclock" path="/dev/mapper/control" dev="devtmpfs" ino=8362 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >19:39:30,003 NOTICE kernel:[ 32.064085] type=1400 audit(1386704370.002:13): avc: denied { ioctl } for pid=1078 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 >19:39:30,003 NOTICE kernel:[ 32.064099] type=1400 audit(1386704370.002:14): avc: denied { getattr } for pid=1078 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 >19:39:32,168 INFO chronyd: Selected source 15.185.186.215 >19:39:32,168 WARNING chronyd: System clock wrong by 0.537795 seconds, adjustment started >19:39:33,446 INFO chronyd: Selected source 66.55.80.167 >19:40:06,744 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' >19:40:06,786 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.hostname1' >19:40:07,928 INFO kernel:[ 69.986596] bio: create slab <bio-3> at 3 >19:40:07,928 INFO kernel:[ 69.986815] Btrfs loaded >19:40:08,082 INFO kernel:[ 70.143552] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >19:40:35,171 WARNING kernel:[ 97.232951] device-mapper: thin: Data device (dm-4) discard unsupported: Disabling discard passdown. >19:40:35,190 INFO kernel:[ 97.250276] bio: create slab <bio-1> at 1 >19:40:38,342 INFO chronyd: Selected source 198.199.111.124 >19:40:38,375 INFO kernel:[ 100.436451] EXT4-fs (vda2): mounted filesystem with ordered data mode. Opts: (null) >19:40:38,375 DEBUG kernel:[ 100.436628] SELinux: initialized (dev vda2, type ext4), uses xattr >19:40:41,018 WARNING kernel:[ 103.078208] device-mapper: thin: Data device (dm-4) discard unsupported: Disabling discard passdown. >19:40:41,031 INFO kernel:[ 103.092778] bio: create slab <bio-1> at 1 >19:40:41,407 NOTICE kernel:[ 103.468111] XFS (dm-8): Mounting Filesystem >19:40:41,638 INFO kernel:[ 103.699139] XFS (dm-8): Ending clean mount >19:40:41,638 DEBUG kernel:[ 103.699165] SELinux: initialized (dev dm-8, type xfs), uses xattr >19:40:44,932 WARNING kernel:[ 106.993653] device-mapper: thin: Data device (dm-4) discard unsupported: Disabling discard passdown. >19:40:44,951 INFO kernel:[ 107.012162] bio: create slab <bio-1> at 1 >19:40:45,339 NOTICE kernel:[ 107.400165] XFS (dm-7): Mounting Filesystem >19:40:45,700 INFO kernel:[ 107.759954] XFS (dm-7): Ending clean mount >19:40:45,700 DEBUG kernel:[ 107.759974] SELinux: initialized (dev dm-7, type xfs), uses xattr >19:41:01,342 DEBUG kernel:[ 123.403911] device-mapper: ioctl: unable to remove open device luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff >19:41:01,544 DEBUG kernel:[ 123.604513] device-mapper: ioctl: unable to remove open device luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff >19:41:01,744 DEBUG kernel:[ 123.805181] device-mapper: ioctl: unable to remove open device luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff >19:41:01,946 DEBUG kernel:[ 124.006464] device-mapper: ioctl: unable to remove open device luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff >19:41:02,146 DEBUG kernel:[ 124.207137] device-mapper: ioctl: unable to remove open device luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff >19:41:02,347 DEBUG kernel:[ 124.407659] device-mapper: ioctl: unable to remove open device luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff >19:41:02,547 DEBUG kernel:[ 124.608222] device-mapper: ioctl: unable to remove open device luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff >19:41:02,747 DEBUG kernel:[ 124.808781] device-mapper: ioctl: unable to remove open device luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff >19:41:02,948 DEBUG kernel:[ 125.009428] device-mapper: ioctl: unable to remove open device luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff >19:41:03,148 DEBUG kernel:[ 125.209752] device-mapper: ioctl: unable to remove open device luks-69d1f1ff-0a2e-468e-9c4f-c7a33503e6ff >19:41:10,346 INFO kernel:[ 132.401686] EXT4-fs (vda2): mounted filesystem with ordered data mode. Opts: (null) >19:41:10,346 DEBUG kernel:[ 132.401845] SELinux: initialized (dev vda2, type ext4), uses xattr >19:42:00,698 NOTICE kernel:[ 182.759462] type=1400 audit(1386704520.696:15): avc: denied { read write } for pid=1543 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 >19:42:00,698 NOTICE kernel:[ 182.759927] type=1400 audit(1386704520.697:16): avc: denied { read write } for pid=1543 comm="hwclock" path="/dev/mapper/control" dev="devtmpfs" ino=8362 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >19:42:00,698 NOTICE kernel:[ 182.760220] type=1400 audit(1386704520.697:17): avc: denied { read } for pid=1543 comm="hwclock" path="/proc/900/mounts" dev="proc" ino=20489 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:system_r:initrc_t:s0 tclass=file >19:42:00,698 NOTICE kernel:[ 182.760241] type=1400 audit(1386704520.697:18): avc: denied { read } for pid=1543 comm="hwclock" path="/dev/urandom" dev="devtmpfs" ino=1033 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:urandom_device_t:s0 tclass=chr_file >19:42:00,698 NOTICE kernel:[ 182.760253] type=1400 audit(1386704520.698:19): avc: denied { read } for pid=1543 comm="hwclock" path="/dev/random" dev="devtmpfs" ino=1032 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:random_device_t:s0 tclass=chr_file >19:42:02,502 NOTICE kernel:[ 184.562895] type=1400 audit(1386704522.499:20): avc: denied { ioctl } for pid=1543 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 >19:42:02,502 NOTICE kernel:[ 184.562910] type=1400 audit(1386704522.499:21): avc: denied { getattr } for pid=1543 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
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 1008732
:
798477
|
798478
|
798479
|
798480
|
798481
|
798482
|
798483
|
798484
|
798485
|
798486
|
798487
|
834281
|
834899
|
834926