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 673022 Details for
Bug 892046
IndexError: list index out of range
[?]
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-
anaconda-tb-iTG4KD (text/plain), 539.47 KB, created by
Chris Murphy
on 2013-01-05 19:47:28 UTC
(
hide
)
Description:
anaconda-tb-
Filename:
MIME Type:
Creator:
Chris Murphy
Created:
2013-01-05 19:47:28 UTC
Size:
539.47 KB
patch
obsolete
>anaconda 18.37.10 exception report >Traceback (most recent call first): > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 4007, in path > return self.parents[0].path > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 905, in _setFormat > format = getFormat(None, device=self.path, exists=self.exists) > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 4042, in _setFormat > super(BTRFSVolumeDevice, self)._setFormat(format) > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 919, in <lambda> > lambda d,f: d._setFormat(f), > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 489, in __init__ > self.format = format > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 3945, in __init__ > super(BTRFSDevice, self).__init__(*args, **kwargs) > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 4017, in __init__ > super(BTRFSVolumeDevice, self).__init__(*args, **kwargs) > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 1169, in newBTRFS > device = dev_class(name, **kwargs) > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 3426, in new_container > return getattr(self.storage, self.new_container_attr)(*args, **kwargs) > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 2201, in newDevice > container = factory.new_container(parents=parents, **kwa) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1824, in on_add_clicked > disks=disks) >IndexError: list index out of range > >Local variables in innermost frame: > > >Anaconda instance, containing members: >_instClass: DefaultInstall instance, containing members: >_intf: GraphicalUserInterface instance, containing members: > _intf.instclass: Already dumped (DefaultInstall instance) > _intf.data: Skipped > _intf.storage: Storage instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {'sda': 128, 'sdb': 129} > _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.autoPartEscrowCert: None > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.escrowCertificates: {} > _intf.storage.fsset: FSSet instance, containing members: > _intf.storage.fsset.origFStab: None > _intf.storage.fsset._usb: None > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree.populated: True > _intf.storage.fsset.devicetree._hidden: [] > _intf.storage.fsset.devicetree.names: [sr0, sda, sda1, root1, home1, boot1, sdb, sdb1, loop0, /run/install/repo/LiveOS/squashfs.img, loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), loop3, loop4, loop5, loop6, loop7, live-rw] > _intf.storage.fsset.devicetree.liveBackingDevice: None > _intf.storage.fsset.devicetree.dasd: Already dumped (DASD instance) > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree.iscsi: iscsi instance, containing members: > _intf.storage.fsset.devicetree.iscsi.initiatorSet: False > _intf.storage.fsset.devicetree.iscsi.ifaces: {} > _intf.storage.fsset.devicetree.iscsi.started: False > _intf.storage.fsset.devicetree.iscsi._initiator: Skipped > _intf.storage.fsset.devicetree.iscsi.discovered_targets: {} > _intf.storage.fsset.devicetree.iscsi.ibftNodes: [] > _intf.storage.fsset.devicetree.platform: X86 instance, containing members: > _intf.storage.fsset.devicetree.exclusiveDisks: [] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.mpathFriendlyNames: True > _intf.storage.fsset.devicetree.topology: MultipathTopology instance, containing members: > _intf.storage.fsset.devicetree.topology._multipaths: [] > _intf.storage.fsset.devicetree.topology._nondisks: [sr0, sda1, sdb1] > _intf.storage.fsset.devicetree.topology._devmap: {'sdb1': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sdb1 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sdb1 > _intf.storage.fsset.devicetree.topology._devmap.devtype: partition > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 1 >, 'sr0': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:01.1/ata4/host3/target3:0:0/3:0:0:0/block/sr0 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:01.1/ata4/host3/target3:0:0/3:0:0:0/block/sr0 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sr0 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sr0 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 0 >, 'dm-0': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/dm-0 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/dm-0 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/dm-0 > _intf.storage.fsset.devicetree.topology._devmap.sysname: dm-0 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 0 >, 'sda': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sda > _intf.storage.fsset.devicetree.topology._devmap.sysname: sda > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'sdb': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sdb > _intf.storage.fsset.devicetree.topology._devmap.sysname: sdb > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'sda1': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sda1 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sda1 > _intf.storage.fsset.devicetree.topology._devmap.devtype: partition > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 1 >, 'loop3': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop3 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop3 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop3 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop3 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 3 >, 'loop2': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop2 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop2 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop2 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop2 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 2 >, 'loop1': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop1 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop1 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop1 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop1 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 1 >, 'loop0': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop0 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop0 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop0 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop0 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 0 >, 'loop7': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop7 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop7 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop7 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop7 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 7 >, 'loop6': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop6 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop6 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop6 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop6 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 6 >, 'loop5': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop5 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop5 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop5 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop5 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 5 >, 'loop4': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop4 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop4 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop4 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop4 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 4 >} > _intf.storage.fsset.devicetree.topology._devices: [Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >] > _intf.storage.fsset.devicetree.topology._singlepaths: [sda, sdb, loop0, loop1, loop2, loop3, loop4, loop5, loop6, loop7, dm-0] > _intf.storage.fsset.devicetree.topology._mpath_topology: {} > _intf.storage.fsset.devicetree._ignoredDisks: [loop3, loop4, loop5, loop6, loop7] > _intf.storage.fsset.devicetree.protectedDevSpecs: [] > _intf.storage.fsset.devicetree._devices: [OpticalDevice instance, containing members: > _model: VBOX_CD-ROM > controllable: True > major: 11 > kids: 0 > _partedDevice: parted.Device instance -- > model: VBOX CD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 2233344 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 4 did: 0 busy: True > hardwareGeometry: (139, 255, 63) biosGeometry: (139, 255, 63) > PedDevice: <_ped.Device object at 0x7fe94b912e60> > uuid: None > exists: True > fstabComment: Skipped > _format: Iso9660FS instance, containing members: > _format.uuid: 2013-01-04-20-25-20-00 > _format.exists: True > _format._mountpoint: None > _format._majorminor: 011000 > _format._minInstanceSize: None > _format._mountType: iso9660 > _format.fsprofile: None > _format.label: Fedora_18_x86_64 > _format._targetSize: 0 > _format._size: 0 > _format.mountopts: None > _format.mountpoint: None > _format._migrate: False > _format._device: /dev/sr0 > sysfsPath: /devices/pci0000:00/0000:00:01.1/ata4/host3/target3:0:0/3:0:0:0/block/sr0 > _vendor: None > _name: sr0 > _targetSize: 0 > protected: False > parents: [] > originalFormat: Iso9660FS instance, containing members: > originalFormat.uuid: 2013-01-04-20-25-20-00 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat.fsprofile: None > originalFormat.label: Fedora_18_x86_64 > originalFormat._targetSize: 0 > originalFormat._minInstanceSize: None > originalFormat.mountopts: None > originalFormat._size: 0 > originalFormat._migrate: False > originalFormat._device: /dev/sr0 > bus: Skipped > _size: 4362.0 > _serial: None > id: 0 > minor: 0 >, existing 30000MB disk sda (1) with existing msdos disklabel >, existing 29999MB partition sda1 (2) with existing btrfs filesystem >, BTRFSVolumeDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > req_size: None > _size: 0 > id: 3 > controllable: True > dataLevel: None > uuid: e1605d0c-de0d-46be-aef2-d9798b689596 > _format: BTRFS instance, containing members: > _format.uuid: None > _format.exists: True > _format._mountpoint: None > _format._majorminor: 008001 > _format._minInstanceSize: None > _format._mountType: btrfs > _format.fsprofile: None > _format.label: f18v > _format._targetSize: 0 > _format.volUUID: e1605d0c-de0d-46be-aef2-d9798b689596 > _format._size: 0 > _format.mountopts: None > _format.mountpoint: None > _format._migrate: False > _format._device: /dev/sda1 > parents: [Already dumped (PartitionDevice instance) >, existing 29999MB partition sdb1 (8) with existing btrfs filesystem >] > subvolumes: [BTRFSSubVolumeDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > req_size: None > _size: 0 > id: 4 > controllable: True > uuid: None > _format: BTRFS instance, containing members: > _format.uuid: None > _format.exists: True > _format._mountpoint: None > _format._majorminor: 008001 > _format._minInstanceSize: None > _format._mountType: btrfs > _format.fsprofile: None > _format.label: None > _format._targetSize: 0 > _format.volUUID: None > _format._size: 0 > _format.mountopts: subvol=root1 > _format.mountpoint: None > _format._migrate: False > _format._device: /dev/sda1 > parents: [Already dumped (BTRFSVolumeDevice instance) >] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > vol_id: 256 > _model: Skipped > kids: 0 > _vendor: Skipped > _name: root1 > protected: False > originalFormat: BTRFS instance, containing members: > originalFormat.uuid: None > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat._mountType: btrfs > originalFormat.fsprofile: None > originalFormat.label: None > originalFormat._targetSize: 0 > originalFormat.volUUID: None > originalFormat._minInstanceSize: None > originalFormat.mountopts: subvol=root1 > originalFormat._size: 0 > originalFormat._migrate: False > originalFormat._device: /dev/sda1 > _serial: None >, BTRFSSubVolumeDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > req_size: None > _size: 0 > id: 5 > controllable: True > uuid: None > _format: BTRFS instance, containing members: > _format.uuid: None > _format.exists: True > _format._mountpoint: None > _format._majorminor: 008001 > _format._minInstanceSize: None > _format._mountType: btrfs > _format.fsprofile: None > _format.label: None > _format._targetSize: 0 > _format.volUUID: None > _format._size: 0 > _format.mountopts: subvol=home1 > _format.mountpoint: None > _format._migrate: False > _format._device: /dev/sda1 > parents: [Already dumped (BTRFSVolumeDevice instance) >] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > vol_id: 260 > _model: Skipped > kids: 0 > _vendor: Skipped > _name: home1 > protected: False > originalFormat: BTRFS instance, containing members: > originalFormat.uuid: None > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat._mountType: btrfs > originalFormat.fsprofile: None > originalFormat.label: None > originalFormat._targetSize: 0 > originalFormat.volUUID: None > originalFormat._minInstanceSize: None > originalFormat.mountopts: subvol=home1 > originalFormat._size: 0 > originalFormat._migrate: False > originalFormat._device: /dev/sda1 > _serial: None >, BTRFSSubVolumeDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > req_size: None > _size: 0 > id: 6 > controllable: True > uuid: None > _format: BTRFS instance, containing members: > _format.uuid: None > _format.exists: True > _format._mountpoint: None > _format._majorminor: 008001 > _format._minInstanceSize: None > _format._mountType: btrfs > _format.fsprofile: None > _format.label: None > _format._targetSize: 0 > _format.volUUID: None > _format._size: 0 > _format.mountopts: subvol=boot1 > _format.mountpoint: None > _format._migrate: False > _format._device: /dev/sda1 > parents: [Already dumped (BTRFSVolumeDevice instance) >] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > vol_id: 261 > _model: Skipped > kids: 0 > _vendor: Skipped > _name: boot1 > protected: False > originalFormat: BTRFS instance, containing members: > originalFormat.uuid: None > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat._mountType: btrfs > originalFormat.fsprofile: None > originalFormat.label: None > originalFormat._targetSize: 0 > originalFormat.volUUID: None > originalFormat._minInstanceSize: None > originalFormat.mountopts: subvol=boot1 > originalFormat._size: 0 > originalFormat._migrate: False > originalFormat._device: /dev/sda1 > _serial: None >] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > metaDataLevel: None > kids: 3 > _vendor: Skipped > _name: f18v > protected: False > originalFormat: BTRFS instance, containing members: > originalFormat.uuid: None > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat._mountType: btrfs > originalFormat.fsprofile: None > originalFormat.label: f18v > originalFormat._targetSize: 0 > originalFormat.volUUID: e1605d0c-de0d-46be-aef2-d9798b689596 > originalFormat._minInstanceSize: None > originalFormat.mountopts: None > originalFormat._size: 0 > originalFormat._migrate: False > originalFormat._device: /dev/sda1 > _serial: None >, Already dumped (BTRFSSubVolumeDevice instance) >, Already dumped (BTRFSSubVolumeDevice instance) >, Already dumped (BTRFSSubVolumeDevice instance) >, existing 30000MB disk sdb (7) with existing msdos disklabel >, Already dumped (PartitionDevice instance) >, FileDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: /run/install/repo/LiveOS/squashfs.img > _targetSize: 0 > protected: False > parents: [] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 9 > minor: 0 >, LoopDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 0 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: loop0 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 10 > minor: 0 >, FileDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: /LiveOS/rootfs.img > _targetSize: 0 > protected: False > parents: [] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 11 > minor: 0 >, LoopDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 0 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: Ext4FS instance, containing members: > _format.uuid: 97618cec-41b0-45c9-9549-916a8cd5d171 > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._minInstanceSize: 0.0 > _format._mountType: ext4 > _format.fsprofile: None > _format.label: Anaconda > _format._targetSize: 1024.0 > _format._size: 1024.0 > _format.mountopts: None > _format.mountpoint: None > _format._migrate: False > _format._device: /dev/loop1 > sysfsPath: Skipped > _vendor: Skipped > _name: loop1 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: Ext4FS instance, containing members: > originalFormat.uuid: 97618cec-41b0-45c9-9549-916a8cd5d171 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.label: Anaconda > originalFormat._targetSize: 1024.0 > originalFormat._minInstanceSize: 0.0 > originalFormat.mountopts: None > originalFormat._size: 1024.0 > originalFormat._migrate: False > originalFormat._device: /dev/loop1 > bus: Skipped > _size: 0 > _serial: None > id: 12 > minor: 0 >, FileDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: /overlay (deleted) > _targetSize: 0 > protected: False > parents: [] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 13 > minor: 0 >, LoopDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: loop2 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 14 > minor: 0 >, existing 1024MB dm live-rw (15) with existing ext4 filesystem >] > _intf.storage.fsset.devicetree.protectedDevNames: [] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._actions: [] > _intf.storage.fsset.preserveLines: [] > _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.platform: X86 instance, containing members: > _intf.storage.config: StorageDiscoveryConfig instance, containing members: > _intf.storage.config.clearPartType: 2 > _intf.storage.config.clearNonExistent: False > _intf.storage.config.ignoredDisks: [] > _intf.storage.config.protectedDevSpecs: [] > _intf.storage.config.ignoreDiskInteractive: False > _intf.storage.config.exclusiveDisks: [sda, sdb] > _intf.storage.config.clearPartDevices: [] > _intf.storage.config.zeroMbr: False > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [sda, sdb] > _intf.storage.config.mpathFriendlyNames: True > _intf.storage.config.initializeDisks: True > _intf.storage.size_sets: [] > _intf.storage.autoPartType: 1 > _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.stage2_device: None > _intf.storage._bootloader.disks: [Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >] > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader._default_image: None > _intf.storage._bootloader.platform: Already dumped (X86 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.defaultFSType: ext4 > _intf.storage._dumpFile: /tmp/storage.state > _intf.storage.services: set([]) > _intf.storage.data: Skipped > _intf.storage.encryptionPassphrase: Skipped > _intf.storage.encryptionCipher: None > _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 (0x7fe94b579850) -- > mountpoint = / lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True > >, PartSpec instance (0x7fe94b579890) -- > mountpoint = /home lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True > >, PartSpec instance (0x7fe94b5798d0) -- > mountpoint = /boot lv = False singlePV = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False > >, PartSpec instance (0x7fe94b579910) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >, PartSpec instance (0x7fe94b579950) -- > mountpoint = None lv = True singlePV = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 4032 maxSize = None grow = False > >] > _intf.storage.doAutoPart: False > _intf.storage.iscsi: Already dumped (iscsi instance) > _intf.storage.encryptedAutoPart: False > _intf._ui: None > _intf._actions: Skipped > _intf.payload: YumPayload instance, containing members: > _intf.payload.skipBroken: False > _intf.payload._groups: Skipped > _intf.payload._yum: Skipped > _intf.payload.storage: Already dumped (Storage instance) > _intf.payload.install_device: Already dumped (OpticalDevice instance) > _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._packages: [] > _intf.payload._requiredPackages: [] > _intf.payload._requiredGroups: [] > _intf.payload._setup: True > _intf.payload.txID: 1357414540.61 > _intf.payload._createdInitrds: False > _intf.payload._space_required: 3.43 GB > _intf.payload.data: Skipped > _intf.payload._kernelVersionList: [] > _intf._currentAction: SummaryHub instance, containing members: > _intf._currentAction._window: HubWindow instance, containing members: > _intf._currentAction._spokes: {'SoftwareSelectionSpoke': SoftwareSelectionSpoke instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._tx_id: 1357414540.61 > _intf._currentAction._spokes._addRepoDialog: AdditionalReposDialog instance, containing members: > _intf._currentAction._spokes._addRepoDialog._sourceSelectionUrlLabel: EventBox instance, containing members: > _intf._currentAction._spokes._addRepoDialog._sourceSelectionUrl: RadioButton instance, containing members: > _intf._currentAction._spokes._addRepoDialog._filterTimer: None > _intf._currentAction._spokes._addRepoDialog._urlGrid: Grid instance, containing members: > _intf._currentAction._spokes._addRepoDialog._peopleRepositories: ListStore instance, containing members: > _intf._currentAction._spokes._addRepoDialog._repositoryUrl: Entry instance, containing members: > _intf._currentAction._spokes._addRepoDialog._peopleRepositoriesFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes._addRepoDialog.applyOnSkip: False > _intf._currentAction._spokes._addRepoDialog._repositorySpinner: Spinner instance, containing members: > _intf._currentAction._spokes._addRepoDialog._epoch: 0 > _intf._currentAction._spokes._addRepoDialog.skipTo: None > _intf._currentAction._spokes._addRepoDialog._repositoryIcon: Image instance, containing members: > _intf._currentAction._spokes._addRepoDialog._peopleRepositoriesFilterValue: Skipped > _intf._currentAction._spokes._addRepoDialog._peopleRepositoriesView: TreeView instance, containing members: > _intf._currentAction._spokes._addRepoDialog._repositoryDesc: Label instance, containing members: > _intf._currentAction._spokes._addRepoDialog._sourceSelectionListLabel: EventBox instance, containing members: > _intf._currentAction._spokes._addRepoDialog._data: Skipped > _intf._currentAction._spokes._addRepoDialog._timeoutAdd: <built-in function timeout_add_seconds> > _intf._currentAction._spokes._addRepoDialog._window: Dialog instance, containing members: > _intf._currentAction._spokes._addRepoDialog._urlTimer: None > _intf._currentAction._spokes._addRepoDialog._peopleRepositoriesGrid: Grid instance, containing members: > _intf._currentAction._spokes._addRepoDialog._timeoutRemove: <built-in function source_remove> > _intf._currentAction._spokes._addRepoDialog._sourceSelectionList: RadioButton instance, containing members: > _intf._currentAction._spokes._addRepoDialog._peopleRepositoriesFilterEntry: Entry instance, containing members: > _intf._currentAction._spokes._addRepoDialog.builder: Builder instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._clickedRemove: False > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.storage: Already dumped (Storage instance) > _intf._currentAction._spokes.selectedGroups: [] > _intf._currentAction._spokes._origAddons: [] > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._addonStore: ListStore instance, containing members: > _intf._currentAction._spokes._origEnvironment: gnome-desktop-environment > _intf._currentAction._spokes._selectFlag: False > _intf._currentAction._spokes._errorMsgs: None > _intf._currentAction._spokes.excludedGroups: [] > _intf._currentAction._spokes._data: Skipped > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.environment: gnome-desktop-environment > _intf._currentAction._spokes._environmentStore: ListStore instance, containing members: >, 'NetworkSpoke': NetworkSpoke instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.storage: Already dumped (Storage instance) > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._data: Skipped > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.network_control_box: NetworkControlBox instance, containing members: > _intf._currentAction._spokes.network_control_box.builder: Already dumped (Builder instance) > _intf._currentAction._spokes.network_control_box.selected_ssid: None > _intf._currentAction._spokes.network_control_box.client: Client instance, containing members: > _intf._currentAction._spokes.network_control_box._updating_device: False > _intf._currentAction._spokes.network_control_box.remote_settings: RemoteSettings instance, containing members: > _intf._currentAction._spokes.network_control_box.entry_hostname: Entry instance, containing members: >, 'KeyboardSpoke': KeyboardSpoke instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._store: ListStore instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._layoutSwitchLabel: Label instance, containing members: > _intf._currentAction._spokes.storage: Already dumped (Storage instance) > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._xkl_wrapper: XklWrapper instance, containing members: > _intf._currentAction._spokes._xkl_wrapper._country_keyboard_variants: {BD: [<pyanaconda.keyboard._Layout object at 0x7fe94b8e2ed0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2e90>], BE: [<pyanaconda.keyboard._Layout object at 0x7fe94b8dd6d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bb090>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bbb90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bb310>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bbcd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bb550>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bb110>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bb590>], BG: [<pyanaconda.keyboard._Layout object at 0x7fe94b8bb950>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bbc90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bbc50>], BA: [<pyanaconda.keyboard._Layout object at 0x7fe94b8e72d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7310>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7350>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e73d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2f10>], BO: [<pyanaconda.keyboard._Layout object at 0x7fe94b8bb750>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bb050>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7f10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7e90>], BH: [<pyanaconda.keyboard._Layout object at 0x7fe94b8bbbd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bb250>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bbc10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cf0d0>, <pyanaconda.keyboard._Layout object at 0x7fe960afbcd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dde50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bb210>], BT: [<pyanaconda.keyboard._Layout object at 0x7fe94b8e7450>], BW: [<pyanaconda.keyboard._Layout object at 0x7fe94b8e7490>], BR: [<pyanaconda.keyboard._Layout object at 0x7fe94b8b7790>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7c50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2350>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2390>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2f90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2dd0>], BY: [<pyanaconda.keyboard._Layout object at 0x7fe94b8d9f90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bb790>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e74d0>], RU: [<pyanaconda.keyboard._Layout object at 0x7fe94b8ea350>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea390>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea3d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea410>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea490>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea4d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea510>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea590>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea5d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea650>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea6d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea710>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea750>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea790>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea7d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea810>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea850>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea890>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea8d0>], RS: [<pyanaconda.keyboard._Layout object at 0x7fe94b7ab890>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab910>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab990>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab9d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b7aba10>, <pyanaconda.keyboard._Layout object at 0x7fe94b7aba50>, <pyanaconda.keyboard._Layout object at 0x7fe94b7aba90>, <pyanaconda.keyboard._Layout object at 0x7fe94b7abad0>, <pyanaconda.keyboard._Layout object at 0x7fe94b7abb10>], RO: [<pyanaconda.keyboard._Layout object at 0x7fe94b8ea090>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea0d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea110>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea150>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea190>], GT: [<pyanaconda.keyboard._Layout object at 0x7fe960ace950>, <pyanaconda.keyboard._Layout object at 0x7fe960ace990>, <pyanaconda.keyboard._Layout object at 0x7fe960ace9d0>, <pyanaconda.keyboard._Layout object at 0x7fe960acee90>], GR: [<pyanaconda.keyboard._Layout object at 0x7fe94b9acad0>, <pyanaconda.keyboard._Layout object at 0x7fe960acea50>, <pyanaconda.keyboard._Layout object at 0x7fe960acea90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cb950>, <pyanaconda.keyboard._Layout object at 0x7fe960ace910>], JP: [<pyanaconda.keyboard._Layout object at 0x7fe94b8e77d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7810>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7890>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e78d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7910>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7950>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7990>], GE: [<pyanaconda.keyboard._Layout object at 0x7fe960ace710>, <pyanaconda.keyboard._Layout object at 0x7fe960ace890>, <pyanaconda.keyboard._Layout object at 0x7fe960ace850>, <pyanaconda.keyboard._Layout object at 0x7fe960ace450>, <pyanaconda.keyboard._Layout object at 0x7fe960ace8d0>], GB: [<pyanaconda.keyboard._Layout object at 0x7fe960ace750>, <pyanaconda.keyboard._Layout object at 0x7fe94b9aca50>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac290>, <pyanaconda.keyboard._Layout object at 0x7fe960ace550>, <pyanaconda.keyboard._Layout object at 0x7fe960ace350>, <pyanaconda.keyboard._Layout object at 0x7fe960ace390>, <pyanaconda.keyboard._Layout object at 0x7fe960ace790>, <pyanaconda.keyboard._Layout object at 0x7fe960ace7d0>], GN: [<pyanaconda.keyboard._Layout object at 0x7fe960acee50>], GH: [<pyanaconda.keyboard._Layout object at 0x7fe960acebd0>, <pyanaconda.keyboard._Layout object at 0x7fe960acec10>, <pyanaconda.keyboard._Layout object at 0x7fe960acec50>, <pyanaconda.keyboard._Layout object at 0x7fe960acec90>, <pyanaconda.keyboard._Layout object at 0x7fe960acecd0>, <pyanaconda.keyboard._Layout object at 0x7fe960aced10>, <pyanaconda.keyboard._Layout object at 0x7fe960aced50>, <pyanaconda.keyboard._Layout object at 0x7fe960aced90>, <pyanaconda.keyboard._Layout object at 0x7fe960acedd0>], OM: [<pyanaconda.keyboard._Layout object at 0x7fe960aceed0>, <pyanaconda.keyboard._Layout object at 0x7fe960acef50>, <pyanaconda.keyboard._Layout object at 0x7fe960acef90>, <pyanaconda.keyboard._Layout object at 0x7fe94b7b2050>, <pyanaconda.keyboard._Layout object at 0x7fe94b7b20d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b7b2110>, <pyanaconda.keyboard._Layout object at 0x7fe94b7b2150>], TN: [<pyanaconda.keyboard._Layout object at 0x7fe94b8c7490>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7510>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7550>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c75d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7650>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7690>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c76d0>], JO: [<pyanaconda.keyboard._Layout object at 0x7fe94b8e7550>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e75d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7610>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7690>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7710>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7750>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7790>], HR: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cf5d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4750>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4790>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4d50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cf650>], HT: [<pyanaconda.keyboard._Layout object at 0x7fe94b8d4e50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9050>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9090>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d90d0>], HU: [<pyanaconda.keyboard._Layout object at 0x7fe94b8d9110>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9150>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9190>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9210>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9250>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9290>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d92d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9310>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9350>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9390>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d93d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9410>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9450>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9490>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d94d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9510>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9550>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9590>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d95d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9610>], HN: [<pyanaconda.keyboard._Layout object at 0x7fe94b8d4c10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4c50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4c90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4cd0>], VE: [<pyanaconda.keyboard._Layout object at 0x7fe960ace610>, <pyanaconda.keyboard._Layout object at 0x7fe960ace650>, <pyanaconda.keyboard._Layout object at 0x7fe960ace690>, <pyanaconda.keyboard._Layout object at 0x7fe960ace6d0>], PR: [<pyanaconda.keyboard._Layout object at 0x7fe94b8dd310>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd350>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd390>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd3d0>], PS: [<pyanaconda.keyboard._Layout object at 0x7fe94b8dd410>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd490>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd4d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd550>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd5d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd610>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd650>], PT: [<pyanaconda.keyboard._Layout object at 0x7fe94b8dd110>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd7d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd850>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd890>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd910>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd950>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd990>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dda10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dda50>], PY: [<pyanaconda.keyboard._Layout object at 0x7fe94b8ddcd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd250>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd290>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd190>], PA: [<pyanaconda.keyboard._Layout object at 0x7fe94b8d47d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4810>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4b90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4bd0>], UY: [<pyanaconda.keyboard._Layout object at 0x7fe94b9ac9d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cbe50>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac310>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cbdd0>], PE: [<pyanaconda.keyboard._Layout object at 0x7fe94b8d4d10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6d10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cf1d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cff10>], PK: [<pyanaconda.keyboard._Layout object at 0x7fe94b8d9810>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9a50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9a90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9ad0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9b10>], PH: [<pyanaconda.keyboard._Layout object at 0x7fe94b8d9650>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9690>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4ed0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4f10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4d90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4dd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4e90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4e10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9710>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9750>], PL: [<pyanaconda.keyboard._Layout object at 0x7fe94b8d9b50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9bd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9c50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9c90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9cd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9d10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9d50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9d90>], EH: [<pyanaconda.keyboard._Layout object at 0x7fe94b8c7190>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7210>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7250>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c72d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7350>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7390>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c73d0>], EE: [<pyanaconda.keyboard._Layout object at 0x7fe94b8c7050>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7090>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7110>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7150>], EG: [<pyanaconda.keyboard._Layout object at 0x7fe94b7abdd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b7aec10>, <pyanaconda.keyboard._Layout object at 0x7fe94b7aebd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6590>, <pyanaconda.keyboard._Layout object at 0x7fe960b04890>, <pyanaconda.keyboard._Layout object at 0x7fe960b04950>, <pyanaconda.keyboard._Layout object at 0x7fe960add3d0>], ZA: [<pyanaconda.keyboard._Layout object at 0x7fe94b8e7d90>], EC: [<pyanaconda.keyboard._Layout object at 0x7fe94b817710>, <pyanaconda.keyboard._Layout object at 0x7fe94b7aecd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b7aed10>, <pyanaconda.keyboard._Layout object at 0x7fe94b7aed50>], IT: [<pyanaconda.keyboard._Layout object at 0x7fe94b8e7150>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7190>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7210>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7250>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7290>], ET: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cb450>], ES: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cb210>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cb250>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cb190>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cb310>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cb350>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cb390>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cb3d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cb410>], ME: [<pyanaconda.keyboard._Layout object at 0x7fe94b8c7f90>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab8d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7fd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cb110>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cb1d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cb290>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cb2d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cb150>], MA: [<pyanaconda.keyboard._Layout object at 0x7fe94b8c7a10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7a50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7a90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7ad0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7b10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7b50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7b90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7bd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7c10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7c90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7cd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7d50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7dd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7e10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7e50>], UZ: [<pyanaconda.keyboard._Layout object at 0x7fe94b9ac2d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac250>], MM: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cb710>], ML: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cb590>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cb5d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cb610>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cb650>], MN: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cbc10>], MK: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cb4d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cb510>], MT: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cbf50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cbf90>], MV: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cbfd0>], MR: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cbc50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cb890>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cb8d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cb690>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cb750>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cbcd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cbed0>], UA: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cb990>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cb9d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cba10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cba90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cbad0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cbb10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cbb50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cbb90>], MX: [<pyanaconda.keyboard._Layout object at 0x7fe94b9ac050>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac090>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac0d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac110>], IL: [<pyanaconda.keyboard._Layout object at 0x7fe94b8e2110>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2150>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2190>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e21d0>], FR: [<pyanaconda.keyboard._Layout object at 0x7fe94b9acc50>, <pyanaconda.keyboard._Layout object at 0x7fe94b9accd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b9acd50>, <pyanaconda.keyboard._Layout object at 0x7fe94b9acd90>, <pyanaconda.keyboard._Layout object at 0x7fe94b9acdd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ace50>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ace90>, <pyanaconda.keyboard._Layout object at 0x7fe94b9aced0>, <pyanaconda.keyboard._Layout object at 0x7fe94b9acf10>, <pyanaconda.keyboard._Layout object at 0x7fe94b9acf50>, <pyanaconda.keyboard._Layout object at 0x7fe94b9acf90>, <pyanaconda.keyboard._Layout object at 0x7fe94b9acfd0>, <pyanaconda.keyboard._Layout object at 0x7fe960ace090>, <pyanaconda.keyboard._Layout object at 0x7fe960ace0d0>, <pyanaconda.keyboard._Layout object at 0x7fe960ace150>, <pyanaconda.keyboard._Layout object at 0x7fe960ace190>, <pyanaconda.keyboard._Layout object at 0x7fe960ace1d0>], FI: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cbe10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cbd50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cbc90>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac150>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cbe90>], FO: [<pyanaconda.keyboard._Layout object at 0x7fe94b9ac910>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac950>], NI: [<pyanaconda.keyboard._Layout object at 0x7fe960ace210>, <pyanaconda.keyboard._Layout object at 0x7fe960ace250>, <pyanaconda.keyboard._Layout object at 0x7fe960ace290>, <pyanaconda.keyboard._Layout object at 0x7fe960ace2d0>], NL: [<pyanaconda.keyboard._Layout object at 0x7fe960ace310>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cb810>, <pyanaconda.keyboard._Layout object at 0x7fe94b9acc90>, <pyanaconda.keyboard._Layout object at 0x7fe94b9acb50>], NO: [<pyanaconda.keyboard._Layout object at 0x7fe94b9acc10>, <pyanaconda.keyboard._Layout object at 0x7fe94b9acb10>, <pyanaconda.keyboard._Layout object at 0x7fe94b9acbd0>, <pyanaconda.keyboard._Layout object at 0x7fe960ace490>, <pyanaconda.keyboard._Layout object at 0x7fe960ace4d0>, <pyanaconda.keyboard._Layout object at 0x7fe960ace510>, <pyanaconda.keyboard._Layout object at 0x7fe960ace590>], NG: [<pyanaconda.keyboard._Layout object at 0x7fe94b9ac190>, <pyanaconda.keyboard._Layout object at 0x7fe94b9aca10>, <pyanaconda.keyboard._Layout object at 0x7fe94b9aca90>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac210>], NP: [<pyanaconda.keyboard._Layout object at 0x7fe960ace5d0>], CH: [<pyanaconda.keyboard._Layout object at 0x7fe94b8e7e10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7e50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7e90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7ed0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7f10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7f50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7f90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7fd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea050>], CO: [<pyanaconda.keyboard._Layout object at 0x7fe94b8e7c10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7b90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea2d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea310>], CN: [<pyanaconda.keyboard._Layout object at 0x7fe94b8ea250>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea1d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea210>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea290>], CM: [<pyanaconda.keyboard._Layout object at 0x7fe94b8e7d10>, <pyanaconda.keyboard._Layout object at 0x7fe960b00b50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2e10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7d50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7c50>], CL: [<pyanaconda.keyboard._Layout object at 0x7fe94b8d4fd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7dd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7c90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7cd0>], CA: [<pyanaconda.keyboard._Layout object at 0x7fe94b8e7a10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7d90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7e50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7fd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7f90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7510>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7a50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7a90>], CD: [<pyanaconda.keyboard._Layout object at 0x7fe94b8e7ad0>], CZ: [<pyanaconda.keyboard._Layout object at 0x7fe94b8ead10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ead50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8eadd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8eae10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8eae50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8eae90>], CR: [<pyanaconda.keyboard._Layout object at 0x7fe94b8ea910>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea950>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea990>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ea9d0>], CU: [<pyanaconda.keyboard._Layout object at 0x7fe94b8eab50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7b50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8eab90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8eac50>], SY: [<pyanaconda.keyboard._Layout object at 0x7fe94b7aead0>, <pyanaconda.keyboard._Layout object at 0x7fe94b7aec50>, <pyanaconda.keyboard._Layout object at 0x7fe94b7aeb10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b76d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7690>, <pyanaconda.keyboard._Layout object at 0x7fe960adfed0>, <pyanaconda.keyboard._Layout object at 0x7fe960adfe50>, <pyanaconda.keyboard._Layout object at 0x7fe960adfb50>, <pyanaconda.keyboard._Layout object at 0x7fe960adfd90>, <pyanaconda.keyboard._Layout object at 0x7fe960adfad0>, <pyanaconda.keyboard._Layout object at 0x7fe960adfe90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7bd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7b10>], KG: [<pyanaconda.keyboard._Layout object at 0x7fe94b8eaad0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8eab10>], KE: [<pyanaconda.keyboard._Layout object at 0x7fe94b8eaa50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8eaa90>], KH: [<pyanaconda.keyboard._Layout object at 0x7fe94b8eac90>], SV: [<pyanaconda.keyboard._Layout object at 0x7fe94b7ae910>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae950>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae990>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae9d0>], SK: [<pyanaconda.keyboard._Layout object at 0x7fe94b7ab710>, <pyanaconda.keyboard._Layout object at 0x7fe94b7abd10>, <pyanaconda.keyboard._Layout object at 0x7fe94b7abe10>, <pyanaconda.keyboard._Layout object at 0x7fe94b7abe50>], KR: [<pyanaconda.keyboard._Layout object at 0x7fe94b7ab390>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab3d0>], SI: [<pyanaconda.keyboard._Layout object at 0x7fe94b7abb50>, <pyanaconda.keyboard._Layout object at 0x7fe94b7abb90>, <pyanaconda.keyboard._Layout object at 0x7fe94b7abbd0>], KW: [<pyanaconda.keyboard._Layout object at 0x7fe94b7abc10>, <pyanaconda.keyboard._Layout object at 0x7fe94b7abc90>, <pyanaconda.keyboard._Layout object at 0x7fe94b7abcd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab7d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab850>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab690>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab6d0>], SN: [<pyanaconda.keyboard._Layout object at 0x7fe94b7ae650>], KZ: [<pyanaconda.keyboard._Layout object at 0x7fe94b7ae590>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae5d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae610>], SA: [<pyanaconda.keyboard._Layout object at 0x7fe94b8eacd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8eaf10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8eafd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8eac10>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab090>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab0d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab050>], SE: [<pyanaconda.keyboard._Layout object at 0x7fe94b7ab410>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab450>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab4d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab510>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab550>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab590>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab5d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab610>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab650>], SD: [<pyanaconda.keyboard._Layout object at 0x7fe94b7ab110>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab190>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab1d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab250>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab2d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab310>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ab350>], DO: [<pyanaconda.keyboard._Layout object at 0x7fe94b8bb8d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bb910>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bb610>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bb0d0>], DK: [<pyanaconda.keyboard._Layout object at 0x7fe94b7ab750>, <pyanaconda.keyboard._Layout object at 0x7fe94b7abfd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae750>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae790>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae810>], DE: [<pyanaconda.keyboard._Layout object at 0x7fe94b7ae050>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae0d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae110>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae150>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae1d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae210>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae290>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae2d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae350>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae390>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae3d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae410>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae450>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae510>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae550>], YE: [<pyanaconda.keyboard._Layout object at 0x7fe94b8bb890>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bb2d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bb290>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bb190>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bb850>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bb7d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bbd50>], DZ: [<pyanaconda.keyboard._Layout object at 0x7fe94b7abed0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7650>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7610>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bbe10>, <pyanaconda.keyboard._Layout object at 0x7fe94b817510>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7750>, <pyanaconda.keyboard._Layout object at 0x7fe94b817810>], US: [<pyanaconda.keyboard._Layout object at 0x7fe94b9ac350>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac390>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac3d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac410>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac450>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac490>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac4d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac510>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac550>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac590>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac5d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac610>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac650>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac690>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac6d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac710>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac750>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac7d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac810>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac850>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac890>, <pyanaconda.keyboard._Layout object at 0x7fe94b9ac8d0>], LB: [<pyanaconda.keyboard._Layout object at 0x7fe94b7aea10>, <pyanaconda.keyboard._Layout object at 0x7fe94b7abf50>, <pyanaconda.keyboard._Layout object at 0x7fe94b7abf90>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae850>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae710>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae690>, <pyanaconda.keyboard._Layout object at 0x7fe94b7aea50>], LA: [<pyanaconda.keyboard._Layout object at 0x7fe94b7ae890>, <pyanaconda.keyboard._Layout object at 0x7fe94b7ae8d0>], TW: [<pyanaconda.keyboard._Layout object at 0x7fe94b8c7e90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7ed0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7f50>], TR: [<pyanaconda.keyboard._Layout object at 0x7fe94b8c7710>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7750>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c77d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7810>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7850>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7890>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c78d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7910>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7950>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7990>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c79d0>], LK: [<pyanaconda.keyboard._Layout object at 0x7fe94b8bbf10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bba10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bbd10>], LV: [<pyanaconda.keyboard._Layout object at 0x7fe94b8c6350>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6390>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c62d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6310>, <pyanaconda.keyboard._Layout object at 0x7fe953283ad0>, <pyanaconda.keyboard._Layout object at 0x7fe94b817590>, <pyanaconda.keyboard._Layout object at 0x7fe94b817750>], LT: [<pyanaconda.keyboard._Layout object at 0x7fe94b8c6550>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6090>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6150>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6190>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c60d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6110>], TM: [<pyanaconda.keyboard._Layout object at 0x7fe94b7aec90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c7450>], TJ: [<pyanaconda.keyboard._Layout object at 0x7fe94b8c6510>, <pyanaconda.keyboard._Layout object at 0x7fe960b048d0>], TH: [<pyanaconda.keyboard._Layout object at 0x7fe94b8c61d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6210>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6290>], LY: [<pyanaconda.keyboard._Layout object at 0x7fe94b7aed90>, <pyanaconda.keyboard._Layout object at 0x7fe94b7aee10>, <pyanaconda.keyboard._Layout object at 0x7fe94b7aee50>, <pyanaconda.keyboard._Layout object at 0x7fe94b7aeed0>, <pyanaconda.keyboard._Layout object at 0x7fe94b7aef50>, <pyanaconda.keyboard._Layout object at 0x7fe94b7aef90>, <pyanaconda.keyboard._Layout object at 0x7fe94b7aefd0>], AE: [<pyanaconda.keyboard._Layout object at 0x7fe94b8d9dd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9e50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d99d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9890>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9990>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9850>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9910>], AD: [<pyanaconda.keyboard._Layout object at 0x7fe94b8d9950>], AF: [<pyanaconda.keyboard._Layout object at 0x7fe94b8d9f50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9f10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd050>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd090>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9fd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd0d0>], IQ: [<pyanaconda.keyboard._Layout object at 0x7fe94b8e2c50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2c90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2cd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2d10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2d50>], IS: [<pyanaconda.keyboard._Layout object at 0x7fe94b8e2e50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2fd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7050>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e70d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e7110>], IR: [<pyanaconda.keyboard._Layout object at 0x7fe94b8e2d90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ddd90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2450>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e23d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2410>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e22d0>], AM: [<pyanaconda.keyboard._Layout object at 0x7fe94b8dd690>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4f50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d9ed0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd2d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd1d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd210>], AL: [<pyanaconda.keyboard._Layout object at 0x7fe94b8ddad0>], VN: [<pyanaconda.keyboard._Layout object at 0x7fe960aceb10>], AR: [<pyanaconda.keyboard._Layout object at 0x7fe94b8dddd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2050>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2090>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e20d0>], AT: [<pyanaconda.keyboard._Layout object at 0x7fe94b8dd810>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd710>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ddd50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dd790>], IN: [<pyanaconda.keyboard._Layout object at 0x7fe960b04750>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e24d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2510>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2550>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2590>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e25d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2610>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2650>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2690>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e26d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2710>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2750>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2790>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e27d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2810>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2890>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e28d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2910>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2990>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e29d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2a10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2a90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2ad0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2b50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2b90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2bd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2c10>], TZ: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cb490>], AZ: [<pyanaconda.keyboard._Layout object at 0x7fe94b8e2210>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2250>], IE: [<pyanaconda.keyboard._Layout object at 0x7fe94b8ddb10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ddb50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ddbd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ddc10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ddc50>], QA: [<pyanaconda.keyboard._Layout object at 0x7fe94b8e2290>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ddfd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dded0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8ddf90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dde10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8dde90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8e2310>]} > _intf._currentAction._spokes._xkl_wrapper._switching_options: [grp:switch, grp:lswitch, grp:lwin_switch, grp:rwin_switch, grp:win_switch, grp:caps_switch, grp:rctrl_switch, grp:toggle, grp:lalt_toggle, grp:caps_toggle, grp:shift_caps_toggle, grp:shift_caps_switch, grp:win_menu_switch, grp:lctrl_rctrl_switch, grp:alt_caps_toggle, grp:shifts_toggle, grp:alts_toggle, grp:ctrls_toggle, grp:ctrl_shift_toggle, grp:lctrl_lshift_toggle, grp:rctrl_rshift_toggle, grp:ctrl_alt_toggle, grp:alt_shift_toggle, grp:lalt_lshift_toggle, grp:alt_space_toggle, grp:menu_toggle, grp:lwin_toggle, grp:rwin_toggle, grp:lshift_toggle, grp:rshift_toggle, grp:lctrl_toggle, grp:rctrl_toggle, grp:sclk_toggle, grp:lctrl_lwin_rctrl_menu] > _intf._currentAction._spokes._xkl_wrapper._engine: Engine instance, containing members: > _intf._currentAction._spokes._xkl_wrapper.name_to_show_str: {ch (de_mac): Swiss German; Alemannic; Alsatian (German (Switzerland, Macintosh)), de (nodeadkeys): German (German (eliminate dead keys)), gr: Greek, Modern (1453-) (Greek), pl (dvorak): Polish (Polish (Dvorak)), pl (ru_phonetic_dvorak): Russian (Russian (Poland, phonetic Dvorak)), sk (bksl): Slovak (Slovak (extended Backslash)), jp (kana): Japanese (Japanese (Kana)), gb: English (English (UK)), lv (fkey): Latvian (Latvian (F variant)), gn: French (French (Guinea)), ge (mess): Georgian (Georgian (MESS)), gh: English (English (Ghana)), tz: Swahili (Swahili (Tanzania)), de (dsb): Lower Sorbian (Lower Sorbian), tr: Turkish (Turkish), pt (nativo-epo): Esperanto (Esperanto (Portugal, Nativo)), at (nodeadkeys): German (German (Austria, eliminate dead keys)), ru (kom): Komi (Komi), tj: Tajik (Tajik), th: Thai (Thai), sk (qwerty): Slovak (Slovak (qwerty)), ml (us-intl): Bambara (English (Mali, US international)), in (urd-phonetic): Urdu (Urdu (phonetic)), no (nodeadkeys): Norwegian (Norwegian (eliminate dead keys)), us (euro): English (English (US, with euro on 5)), be (sundeadkeys): Dutch; Flemish (Belgian (Sun dead keys)), de (deadgraveacute): German (German (dead grave acute)), fr (nodeadkeys): French (French (eliminate dead keys)), ch (fr_mac): French (French (Switzerland, Macintosh)), ge: Georgian (Georgian), lv (adapted): Latvian (Latvian (adapted)), in (mal): Malayalam (Malayalam), hu (102_qwerty_dot_nodead): Hungarian (Hungarian (102/qwerty/dot/eliminate dead keys)), es (deadtilde): Spanish; Castilian (Spanish (include dead tilde)), in (tam_keyboard_with_numerals): Tamil (Tamil (keyboard with numerals)), be: Dutch; Flemish (Belgian), de (sundeadkeys): German (German (Sun dead keys)), za: English (English (South Africa)), be (oss_latin9): Dutch; Flemish (Belgian (alternative, latin-9 only)), us (dvorak): English (English (Dvorak)), ee (dvorak): Estonian (Estonian (Dvorak)), in (ben_gitanjali): Bengali (Bengali (India, Uni Gitanjali)), fr (mac): French (French (Macintosh)), kz (kazrus): Russian (Kazakh (with Russian)), ie (CloGaelach): Gaelic; Scottish Gaelic (CloGaelach), ng (igbo): Igbo (Igbo), ma (tifinagh-extended-phonetic): Berber languages (Berber (Morocco, Tifinagh extended phonetic)), se (nodeadkeys): Swedish (Swedish (eliminate dead keys)), us (chr): Cherokee (Cherokee), rs (latinunicodeyz): Serbian (Serbian (Latin Unicode qwerty)), ru (typewriter): Russian (Russian (typewriter)), ee (us): Estonian (Estonian (US keyboard with Estonian letters)), no (mac_nodeadkeys): Norwegian (Norwegian (Macintosh, eliminate dead keys)), iq (ku_f): Kurdish (Kurdish (Iraq, F)), cz (qwerty_bksl): Czech (Czech (qwerty, extended Backslash)), it (us): Italian (Italian (US keyboard with Italian letters)), sy (ku_f): Kurdish (Kurdish (Syria, F)), epo (legacy): Esperanto (Esperanto (displaced semicolon and quote, obsolete)), in (guru): Panjabi; Punjabi (Punjabi (Gurmukhi)), hu (102_qwertz_comma_dead): Hungarian (Hungarian (102/qwertz/comma/dead keys)), fr (geo): Georgian (Georgian (France, AZERTY Tskapo)), hu (101_qwertz_dot_nodead): Hungarian (Hungarian (101/qwertz/dot/eliminate dead keys)), pt (nodeadkeys): Portuguese (Portuguese (eliminate dead keys)), hu (102_qwerty_dot_dead): Hungarian (Hungarian (102/qwerty/dot/dead keys)), tr (ku_alt): Kurdish (Kurdish (Turkey, Latin Alt-Q)), ca (multi): French (Canadian Multilingual (first part)), ru (phonetic): Russian (Russian (phonetic)), in (ben_baishakhi): Bengali (Bengali (India, Baishakhi)), hu (nodeadkeys): Hungarian (Hungarian (eliminate dead keys)), fr: French (French), lt (lekp): Lithuanian (Lithuanian (LEKP)), tr (crh): Crimean Tatar; Crimean Turkish (Crimean Tatar (Turkish Q)), by (legacy): Belarusian (Belarusian (legacy)), me (latinyz): Serbian (Montenegrin (Latin qwerty)), am (phonetic-alt): Armenian (Armenian (alternative phonetic)), ba (alternatequotes): Bosnian (Bosnian (use guillemets for quotes)), us (dvorak-l): English (English (left handed Dvorak)), pt (mac_sundeadkeys): Portuguese (Portuguese (Macintosh, Sun dead keys)), tm: Turkmen (Turkmen), ru (legacy): Russian (Russian (legacy)), is: Icelandic (Icelandic), no (mac): Norwegian (Norwegian (Macintosh)), se (dvorak): Swedish (Swedish (Dvorak)), ee: Estonian (Estonian), ua (rstu_ru): Ukrainian (Russian (Ukraine, standard RSTU)), me: Serbian (Montenegrin), ro (std): Romanian (Romanian (standard)), mm: Burmese (Burmese), ml: Bambara (Bambara), pl (qwertz): Polish (Polish (qwertz)), us (dvorak-intl): English (English (Dvorak international with dead keys)), mk: Macedonian (Macedonian), mt: Maltese (Maltese), fr (bre): French (French (Breton)), mv: Divehi; Dhivehi; Maldivian (Dhivehi), hu (102_qwertz_comma_nodead): Hungarian (Hungarian (102/qwertz/comma/eliminate dead keys)), cn (tib_asciinum): Tibetan (Tibetan (with ASCII numerals)), ph (colemak): Filipino; Pilipino (Filipino (Colemak Latin)), in (urd-winkeys): Urdu (Urdu (WinKeys)), bd (probhat): Bengali (Bengali (Probhat)), la (stea): Lao (Lao (STEA proposed standard layout)), ua (typewriter): Ukrainian (Ukrainian (typewriter)), iq (ku_ara): Kurdish (Kurdish (Iraq, Arabic-Latin)), gb (dvorakukp): English (English (UK, Dvorak with UK punctuation)), fi (mac): Finnish (Finnish (Macintosh)), hu (qwerty): Hungarian (Hungarian (qwerty)), de (mac): German (German (Macintosh)), tr (sundeadkeys): Turkish (Turkish (Sun dead keys)), hu (101_qwertz_comma_nodead): Hungarian (Hungarian (101/qwertz/comma/eliminate dead keys)), pt (mac_nodeadkeys): Portuguese (Portuguese (Macintosh, eliminate dead keys)), se (svdvorak): Swedish (Swedish (Svdvorak)), me (latinalternatequotes): Serbian (Montenegrin (Latin with guillemets)), af (olpc-ps): Pushto; Pashto (Pashto (Afghanistan, OLPC)), es (mac): Spanish; Castilian (Spanish (Macintosh)), sy (ku_alt): Kurdish (Kurdish (Syria, Latin Alt-Q)), il (biblical): Hebrew (Hebrew (Biblical, Tiro)), il (lyx): Hebrew (Hebrew (lyx)), fi: Finnish (Finnish), mao: Maori (Maori), fo: Faroese (Faroese), sy: Syriac (Arabic (Syria)), sy (syc_phonetic): Syriac (Syriac (phonetic)), ma (french): French (French (Morocco)), dk (mac_nodeadkeys): Danish (Danish (Macintosh, eliminate dead keys)), sk: Slovak (Slovak), in (tam_TAB): Tamil (Tamil (TAB typewriter)), ph (dvorak-bay): Filipino; Pilipino (Filipino (Dvorak Baybayin)), sn: Wolof (Wolof), in (urd-phonetic3): Urdu (Urdu (alternative phonetic)), lv (apostrophe): Latvian (Latvian (apostrophe variant)), se: Swedish (Swedish), af (uz-olpc): Uzbek (Uzbek (Afghanistan, OLPC)), fr (latin9_sundeadkeys): French (French (legacy, alternative, Sun dead keys)), sy (ku): Kurdish (Kurdish (Syria, Latin Q)), de (ro_nodeadkeys): Romanian (Romanian (Germany, eliminate dead keys)), ba (unicode): Bosnian (Bosnian (use Bosnian digraphs)), ma (tifinagh-alt-phonetic): Berber languages (Berber (Morocco, Tifinagh alternative phonetic)), ma (tifinagh-alt): Berber languages (Berber (Morocco, Tifinagh alternative)), la: Lao (Lao), lk: Sinhala; Sinhalese (Sinhala (phonetic)), lv: Latvian (Latvian), lt: Lithuanian (Lithuanian), jp (mac): Japanese (Japanese (Macintosh)), ir: Persian (Persian), be (oss): Dutch; Flemish (Belgian (alternative)), cm (french): French (French (Cameroon)), iq (ku): Kurdish (Kurdish (Iraq, Latin Q)), cm (azerty): French (Cameroon Multilingual (azerty)), ph (capewell-qwerf2k6): Filipino; Pilipino (Filipino (Capewell-QWERF 2006 Latin)), fr (oci): Occitan (post 1500) (Occitan), es (nodeadkeys): Spanish; Castilian (Spanish (eliminate dead keys)), fi (nodeadkeys): Finnish (Finnish (classic, eliminate dead keys)), in (jhelum): Panjabi; Punjabi (Punjabi (Gurmukhi Jhelum)), se (smi): Northern Sami (Northern Saami (Sweden)), tr (crh_alt): Crimean Tatar; Crimean Turkish (Crimean Tatar (Turkish Alt-Q)), be (nodeadkeys): Dutch; Flemish (Belgian (eliminate dead keys)), hu (101_qwertz_comma_dead): Hungarian (Hungarian (101/qwertz/comma/dead keys)), pt (mac): Portuguese (Portuguese (Macintosh)), in (ben): Bengali (Bengali (India)), by (latin): Belarusian (Belarusian (Latin)), fr (oss_nodeadkeys): French (French (alternative, eliminate dead keys)), nl (mac): Dutch; Flemish (Dutch (Macintosh)), de (mac_nodeadkeys): German (German (Macintosh, eliminate dead keys)), ee (nodeadkeys): Estonian (Estonian (eliminate dead keys)), in (hin-wx): Hindi (Hindi (Wx)), kg (phonetic): Kirghiz; Kyrgyz (Kyrgyz (phonetic)), ru (sah): Yakut (Yakut), no (smi): Northern Sami (Northern Saami (Norway)), hu (101_qwerty_dot_dead): Hungarian (Hungarian (101/qwerty/dot/dead keys)), ie (UnicodeExpert): English (Irish (UnicodeExpert)), ch (legacy): Swiss German; Alemannic; Alsatian (German (Switzerland, legacy)), et: Amharic (Amharic), ru (chm): Mari (Mari), ca (ike): Inuktitut (Inuktitut), ru: Russian (Russian), cn (uig): Uighur; Uyghur (Uyghur), nl (sundeadkeys): Dutch; Flemish (Dutch (Sun dead keys)), us (hbs): English (Serbo-Croatian (US)), pk (ara): Arabic (Arabic (Pakistan)), ie (ogam): Irish, Old (to 900) (Ogham), ro: Romanian (Romanian), pl (dvp): Polish (Polish (programmer Dvorak)), ch (de_sundeadkeys): Swiss German; Alemannic; Alsatian (German (Switzerland, Sun dead keys)), ua (winkeys): Ukrainian (Ukrainian (WinKeys)), gb (dvorak): English (English (UK, Dvorak)), gb (mac): English (English (UK, Macintosh)), hu (102_qwerty_comma_nodead): Hungarian (Hungarian (102/qwerty/comma/eliminate dead keys)), in (eng): English (English (India, with RupeeSign)), hu (101_qwerty_comma_dead): Hungarian (Hungarian (101/qwerty/comma/dead keys)), ca (fr-legacy): French (French (Canada, legacy)), cm (qwerty): English (Cameroon Multilingual (qwerty)), pl (dvorak_altquotes): Polish (Polish (Dvorak, Polish quotes on key 1)), af (uz): Uzbek (Uzbek (Afghanistan)), latam: Spanish; Castilian (Spanish (Latin American)), br (dvorak): Portuguese (Portuguese (Brazil, Dvorak)), am (phonetic): Armenian (Armenian (phonetic)), mk (nodeadkeys): Macedonian (Macedonian (eliminate dead keys)), de (deadacute): German (German (dead acute)), hu (102_qwerty_comma_dead): Hungarian (Hungarian (102/qwerty/comma/dead keys)), is (mac): Icelandic (Icelandic (Macintosh)), lk (tam_unicode): Tamil (Tamil (Sri Lanka, Unicode)), jp (kana86): Japanese (Japanese (Kana 86)), no (dvorak): Norwegian (Norwegian (Dvorak)), be (iso-alternate): Dutch; Flemish (Belgian (ISO alternate)), in (mal_lalitha): Malayalam (Malayalam (Lalitha)), us (dvorak-classic): English (English (classic Dvorak)), iq (ku_alt): Kurdish (Kurdish (Iraq, Latin Alt-Q)), ph (dvorak): Filipino; Pilipino (Filipino (Dvorak Latin)), fo (nodeadkeys): Faroese (Faroese (eliminate dead keys)), es (ast): Asturian; Bable; Leonese; Asturleonese (Asturian (Spain, with bottom-dot H and bottom-dot L)), cm (dvorak): English (Cameroon Multilingual (Dvorak)), th (tis): Thai (Thai (TIS-820.2538)), ch (fr_nodeadkeys): French (French (Switzerland, eliminate dead keys)), in (tel): Telugu (Telugu), gb (colemak): English (English (UK, Colemak)), ru (typewriter-legacy): Russian (Russian (typewriter, legacy)), bg (phonetic): Bulgarian (Bulgarian (traditional phonetic)), es (dvorak): Spanish; Castilian (Spanish (Dvorak)), ph (capewell-dvorak): Filipino; Pilipino (Filipino (Capewell-Dvorak Latin)), latam (nodeadkeys): Spanish; Castilian (Spanish (Latin American, eliminate dead keys)), ke (kik): Kikuyu; Gikuyu (Kikuyu), ara (qwerty_digits): Arabic (Arabic (qwerty/digits)), tr (f): Turkish (Turkish (F)), me (cyrillic): Serbian (Montenegrin (Cyrillic)), in (guj): Gujarati (Gujarati), tr (ku_f): Kurdish (Kurdish (Turkey, F)), ro (cedilla): Romanian (Romanian (cedilla)), ma (tifinagh-extended): Berber languages (Berber (Morocco, Tifinagh extended)), ml (us-mac): Bambara (English (Mali, US Macintosh)), in (mal_enhanced): Malayalam (Malayalam (enhanced Inscript with Rupee Sign)), cz (ucw): Czech (Czech (UCW layout, accented letters only)), ru (xal): Kalmyk; Oirat (Kalmyk), de (ro): Romanian (Romanian (Germany)), si: Slovenian (Slovenian), ua (legacy): Ukrainian (Ukrainian (legacy)), am (western): Armenian (Armenian (western)), ua (homophonic): Ukrainian (Ukrainian (homophonic)), ch (de_nodeadkeys): Swiss German; Alemannic; Alsatian (German (Switzerland, eliminate dead keys)), tr (alt): Turkish (Turkish (Alt-Q)), it (mac): Italian (Italian (Macintosh)), lv (ergonomic): Latvian (Latvian (ergonomic, ŪGJRMV)), es: Spanish; Castilian (Spanish), in (tam_unicode): Tamil (Tamil (Unicode)), latam (sundeadkeys): Spanish; Castilian (Spanish (Latin American, Sun dead keys)), kg: Kirghiz; Kyrgyz (Kyrgyz), ng (yoruba): Yoruba (Yoruba), ke: Swahili (Swahili (Kenya)), bg (bas_phonetic): Bulgarian (Bulgarian (new phonetic)), pl (dvorak_quotes): Polish (Polish (Dvorak, Polish quotes on quotemark key)), kh: Central Khmer (Khmer (Cambodia)), kr: Korean (Korean), be (wang): Dutch; Flemish (Belgian (Wang model 724 azerty)), be (oss_sundeadkeys): Dutch; Flemish (Belgian (alternative, Sun dead keys)), kz: Kazakh (Kazakh), hu (standard): Hungarian (Hungarian (standard)), ca (fr-dvorak): French (French (Canada, Dvorak)), us (alt-intl): English (English (US, alternative international)), rs (latinunicode): Serbian (Serbian (Latin Unicode)), me (cyrillicalternatequotes): Serbian (Montenegrin (Cyrillic with guillemets)), us (olpc2): English (English (layout toggle on multiply/divide key)), si (alternatequotes): Slovenian (Slovenian (use guillemets for quotes)), br (nativo): Portuguese (Portuguese (Brazil, nativo)), us (altgr-intl): French (English (international AltGr dead keys)), ro (winkeys): Romanian (Romanian (WinKeys)), ru (bak): Bashkir (Bashkirian), nec_vndr/jp: Japanese (Japanese (PC-98xx Series)), gr (extended): Greek, Modern (1453-) (Greek (extended)), tr (intl): Turkish (Turkish (international with dead keys)), ch (fr): French (French (Switzerland)), dk: Danish (Danish), de: German (German), br (nativo-us): Portuguese (Portuguese (Brazil, nativo for USA keyboards)), ru (os_winkeys): Ossetian; Ossetic (Ossetian (WinKeys)), tj (legacy): Tajik (Tajik (legacy)), ir (ku_ara): Kurdish (Kurdish (Iran, Arabic-Latin)), nl (std): Dutch; Flemish (Dutch (standard)), ge (os): Ossetian; Ossetic (Ossetian (Georgia)), gh (hausa): Hausa (Hausa), tr (ku): Kurdish (Kurdish (Turkey, Latin Q)), cz (qwerty): Czech (Czech (qwerty)), it (nodeadkeys): Italian (Italian (eliminate dead keys)), ara: Arabic (Arabic), lk (tam_TAB): Tamil (Tamil (Sri Lanka, TAB Typewriter)), latam (deadtilde): Spanish; Castilian (Spanish (Latin American, include dead tilde)), us (colemak): English (English (Colemak)), ca (multix): French (Canadian Multilingual), ru (udm): Udmurt (Udmurt), jp: Japanese (Japanese), ca (eng): English (English (Canada)), us (mac): English (English (Macintosh)), at (sundeadkeys): German (German (Austria, Sun dead keys)), gh (gillbt): English (English (Ghana, GILLBT)), br (nativo-epo): Esperanto (Portuguese (Brazil, nativo for Esperanto)), de (qwerty): German (German (qwerty)), ge (ergonomic): Georgian (Georgian (ergonomic)), ie (ogam_is434): Irish, Old (to 900) (Ogham (IS434)), ge (ru): Russian (Russian (Georgia)), gr (nodeadkeys): Greek, Modern (1453-) (Greek (eliminate dead keys)), gh (ewe): Ewe (Ewe), cn: Chinese (Chinese), cm: English (English (Cameroon)), fr (sundeadkeys): French (French (Sun dead keys)), ca: French (French (Canada)), cd: French (French (Democratic Republic of the Congo)), ru (dos): Russian (Russian (DOS)), cz: Czech (Czech), ph (capewell-qwerf2k6-bay): Filipino; Pilipino (Filipino (Capewell-QWERF 2006 Baybayin)), pl (csb): Kashubian (Kashubian), se (rus_nodeadkeys): Russian (Russian (Sweden, phonetic, eliminate dead keys)), ma (tifinagh): Berber languages (Berber (Morocco, Tifinagh)), gb (extd): English (English (UK, extended WinKeys)), pt: Portuguese (Portuguese), fr (oss): French (French (alternative)), pk: Urdu (Urdu (Pakistan)), ph: Filipino; Pilipino (Filipino), pl: Polish (Polish), fr (oss_sundeadkeys): French (French (alternative, Sun dead keys)), in (bolnagri): Hindi (Hindi (Bolnagri)), al: Albanian (Albanian), no (smi_nodeadkeys): Northern Sami (Northern Saami (Norway, eliminate dead keys)), uz (latin): Uzbek (Uzbek (Latin)), rs (yz): Serbian (Serbian (Cyrillic, Z and ZHE swapped)), ma (tifinagh-phonetic): Berber languages (Berber (Morocco, Tifinagh phonetic)), tm (alt): Turkmen (Turkmen (Alt-Q)), kr (kr104): Korean (Korean (101/104 key compatible)), gh (generic): English (English (Ghana, multilingual)), ara (digits): Arabic (Arabic (digits)), in (tam): Tamil (Tamil), iq: Kurdish (Iraqi), hu (102_qwertz_dot_dead): Hungarian (Hungarian (102/qwertz/dot/dead keys)), am (eastern): Armenian (Armenian (eastern)), it: Italian (Italian), vn: Vietnamese (Vietnamese), il: Hebrew (Hebrew), ie: English (Irish), cz (bksl): Czech (Czech (with <\|> key)), af (ps): Pushto; Pashto (Pashto), hu (101_qwerty_dot_nodead): Hungarian (Hungarian (101/qwerty/dot/eliminate dead keys)), in (kan): Kannada (Kannada), fr (oss_latin9): French (French (alternative, latin-9 only)), us (dvorak-r): English (English (right handed Dvorak)), it (geo): Georgian (Georgian (Italy)), lt (us): Lithuanian (Lithuanian (US keyboard with Lithuanian letters)), kz (ruskaz): Russian (Russian (Kazakhstan, with Kazakh)), ara (azerty_digits): Arabic (Arabic (azerty/digits)), us (rus): Russian (Russian (US, phonetic)), us (dvp): English (English (programmer Dvorak)), epo: Esperanto (Esperanto), lt (std): Lithuanian (Lithuanian (standard)), si (us): Slovenian (Slovenian (US keyboard with Slovenian letters)), hu (101_qwerty_comma_nodead): Hungarian (Hungarian (101/qwerty/comma/eliminate dead keys)), me (cyrillicyz): Serbian (Montenegrin (Cyrillic, Z and ZHE swapped)), lv (tilde): Latvian (Latvian (tilde variant)), us (dvorak-alt-intl): English (English (Dvorak alternative international no dead keys)), ir (ku): Kurdish (Kurdish (Iran, Latin Q)), ua (phonetic): Ukrainian (Ukrainian (phonetic)), ch: Swiss German; Alemannic; Alsatian (German (Switzerland)), ru (cv_latin): Chuvash (Chuvash (Latin)), hu (102_qwertz_dot_nodead): Hungarian (Hungarian (102/qwertz/dot/eliminate dead keys)), fi (smi): Northern Sami (Northern Saami (Finland)), pt (nativo-us): Portuguese (Portuguese (Nativo for USA keyboards)), az (cyrillic): Azerbaijani (Azerbaijani (Cyrillic)), es (sundeadkeys): Spanish; Castilian (Spanish (Sun dead keys)), ru (tt): Tatar (Tatar), dk (mac): Danish (Danish (Macintosh)), lt (lekpa): Lithuanian (Lithuanian (LEKPa)), at (mac): German (German (Austria, Macintosh)), ba (unicodeus): Bosnian (Bosnian (US keyboard with Bosnian digraphs)), fr (latin9): French (French (legacy, alternative)), sy (syc): Syriac (Syriac), is (Sundeadkeys): Icelandic (Icelandic (Sun dead keys)), lv (modern): Latvian (Latvian (modern)), rs (alternatequotes): Serbian (Serbian (Cyrillic with guillemets)), ara (azerty): Arabic (Arabic (azerty)), de (neo): German (German (Neo 2)), ara (buckwalter): Arabic (Arabic (Buckwalter)), fr (bepo): French (French (Bepo, ergonomic, Dvorak way)), is (dvorak): Icelandic (Icelandic (Dvorak)), us (intl): English (English (US, international with dead keys)), in (tam_TSCII): Tamil (Tamil (TSCII typewriter)), ir (ku_alt): Kurdish (Kurdish (Iran, Latin Alt-Q)), rs (latin): Serbian (Serbian (Latin)), ru (srp): Serbian (Serbian (Russia)), se (rus): Russian (Russian (Sweden, phonetic)), fr (dvorak): French (French (Dvorak)), jp (dvorak): Japanese (Japanese (Dvorak)), de (ru): Russian (Russian (Germany, phonetic)), bd: Bengali (Bengali), es (cat): Catalan; Valencian (Catalan (Spain, with middle-dot L)), bg: Bulgarian (Bulgarian), il (phonetic): Hebrew (Hebrew (phonetic)), in (ori): Oriya (Oriya), pt (sundeadkeys): Portuguese (Portuguese (Sun dead keys)), pt (nativo): Portuguese (Portuguese (Nativo)), bt: Dzongkha (Dzongkha), bw: Tswana (Tswana), br: Portuguese (Portuguese (Brazil)), pk (urd-nla): Urdu (Urdu (Pakistan, NLA)), me (latinunicode): Serbian (Montenegrin (Latin Unicode)), ca (multi-2gr): French (Canadian Multilingual (second part)), by: Belarusian (Belarusian), cn (tib): Tibetan (Tibetan), ng (hausa): Hausa (Hausa), is (nodeadkeys): Icelandic (Icelandic (eliminate dead keys)), gh (akan): Akan (Akan), in (ben_inscript): Bengali (Bengali (India, Baishakhi Inscript)), ua (rstu): Ukrainian (Ukrainian (standard RSTU)), ro (std_cedilla): Romanian (Romanian (standard cedilla)), gh (fula): Fulah (Fula), de (dvorak): German (German (Dvorak)), tr (crh_f): Crimean Tatar; Crimean Turkish (Crimean Tatar (Turkish F)), lt (ibm): Lithuanian (Lithuanian (IBM LST 1205-92)), am (eastern-alt): Armenian (Armenian (alternative eastern)), hu (101_qwertz_dot_dead): Hungarian (Hungarian (101/qwertz/dot/dead keys)), ru (os_legacy): Ossetian; Ossetic (Ossetian (legacy)), se (mac): Swedish (Swedish (Macintosh)), gb (intl): English (English (UK, international with dead keys)), ph (colemak-bay): Filipino; Pilipino (Filipino (Colemak Baybayin)), hu: Hungarian (Hungarian), ph (qwerty-bay): Filipino; Pilipino (Filipino (QWERTY Baybayin)), ara (qwerty): Arabic (Arabic (qwerty)), ph (capewell-dvorak-bay): Filipino; Pilipino (Filipino (Capewell-Dvorak Baybayin)), ru (cv): Chuvash (Chuvash), uz: Uzbek (Uzbek), us: English (English (US)), gr (simple): Greek, Modern (1453-) (Greek (simple)), ir (ku_f): Kurdish (Kurdish (Iran, F)), jp (OADG109A): Japanese (Japanese (OADG 109A)), ua: Ukrainian (Ukrainian), pk (urd-crulp): Urdu (Urdu (Pakistan, CRULP)), ad: Catalan; Valencian (Catalan), br (nodeadkeys): Portuguese (Portuguese (Brazil, eliminate dead keys)), am: Armenian (Armenian), gh (ga): Ga (Ga), rs (latinyz): Serbian (Serbian (Latin qwerty)), gb (mac_intl): English (English (UK, Macintosh international)), at: German (German (Austria)), dk (dvorak): Danish (Danish (Dvorak)), az: Azerbaijani (Azerbaijani), nl: Dutch; Flemish (Dutch), me (latinunicodeyz): Serbian (Montenegrin (Latin Unicode qwerty)), no: Norwegian (Norwegian), cz (dvorak-ucw): Czech (Czech (US Dvorak with CZ UCW support)), in (ben_bornona): Bengali (Bengali (India, Bornona)), rs: Serbian (Serbian (Cyrillic)), ng: English (English (Nigeria)), ru (phonetic_winkeys): Russian (Russian (phonetic WinKeys)), ir (pes_keypad): Persian (Persian (with Persian Keypad)), in (ben_probhat): Bengali (Bengali (India, Probhat)), de (dsb_qwertz): Lower Sorbian (Lower Sorbian (qwertz)), np: Nepali (Nepali), fi (classic): Finnish (Finnish (classic)), dk (nodeadkeys): Danish (Danish (eliminate dead keys)), ch (fr_sundeadkeys): French (French (Switzerland, Sun dead keys)), ba: Bosnian (Bosnian), th (pat): Thai (Thai (Pattachote)), fr (latin9_nodeadkeys): French (French (legacy, alternative, eliminate dead keys)), rs (latinalternatequotes): Serbian (Serbian (Latin with guillemets)), sk (qwerty_bksl): Slovak (Slovak (qwerty, extended Backslash)), ba (us): Bosnian (Bosnian (US keyboard with Bosnian letters)), gr (polytonic): Greek, Modern (1453-) (Greek (polytonic)), fr (bepo_latin9): French (French (Bepo, ergonomic, Dvorak way, latin-9 only)), mt (us): Maltese (Maltese (with US layout))} > _intf._currentAction._spokes._xkl_wrapper._language_keyboard_variants: {Estonian: [<pyanaconda.keyboard._Layout object at 0x7fe960ae88d0>, <pyanaconda.keyboard._Layout object at 0x7fe960ae8950>, <pyanaconda.keyboard._Layout object at 0x7fe960ae8a10>, <pyanaconda.keyboard._Layout object at 0x7fe960ae8a50>], Telugu: [<pyanaconda.keyboard._Layout object at 0x7fe960af6a10>], Uighur; Uyghur: [<pyanaconda.keyboard._Layout object at 0x7fe960ae8f90>], Pushto; Pashto: [<pyanaconda.keyboard._Layout object at 0x7fe960ae8090>, <pyanaconda.keyboard._Layout object at 0x7fe960ae81d0>], Panjabi; Punjabi: [<pyanaconda.keyboard._Layout object at 0x7fe960b04a90>, <pyanaconda.keyboard._Layout object at 0x7fe960b04a50>], Bulgarian: [<pyanaconda.keyboard._Layout object at 0x7fe960af6c50>, <pyanaconda.keyboard._Layout object at 0x7fe960af6c90>, <pyanaconda.keyboard._Layout object at 0x7fe960af6cd0>], Yoruba: [<pyanaconda.keyboard._Layout object at 0x7fe960af1e10>], Bambara: [<pyanaconda.keyboard._Layout object at 0x7fe94b8c67d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6810>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6850>], French: [<pyanaconda.keyboard._Layout object at 0x7fe960aecfd0>, <pyanaconda.keyboard._Layout object at 0x7fe960af1050>, <pyanaconda.keyboard._Layout object at 0x7fe960af1090>, <pyanaconda.keyboard._Layout object at 0x7fe960af1150>, <pyanaconda.keyboard._Layout object at 0x7fe960af1190>, <pyanaconda.keyboard._Layout object at 0x7fe960af1250>, <pyanaconda.keyboard._Layout object at 0x7fe960af12d0>, <pyanaconda.keyboard._Layout object at 0x7fe960af1310>, <pyanaconda.keyboard._Layout object at 0x7fe960af1350>, <pyanaconda.keyboard._Layout object at 0x7fe960af1390>, <pyanaconda.keyboard._Layout object at 0x7fe960af13d0>, <pyanaconda.keyboard._Layout object at 0x7fe960af1410>, <pyanaconda.keyboard._Layout object at 0x7fe960af1490>, <pyanaconda.keyboard._Layout object at 0x7fe960af1510>, <pyanaconda.keyboard._Layout object at 0x7fe960af1550>, <pyanaconda.keyboard._Layout object at 0x7fe960af1590>, <pyanaconda.keyboard._Layout object at 0x7fe960af1610>, <pyanaconda.keyboard._Layout object at 0x7fe960af1650>, <pyanaconda.keyboard._Layout object at 0x7fe960af16d0>, <pyanaconda.keyboard._Layout object at 0x7fe960af1710>, <pyanaconda.keyboard._Layout object at 0x7fe960af1750>, <pyanaconda.keyboard._Layout object at 0x7fe960af17d0>, <pyanaconda.keyboard._Layout object at 0x7fe960af1810>, <pyanaconda.keyboard._Layout object at 0x7fe960af1850>, <pyanaconda.keyboard._Layout object at 0x7fe960af1890>, <pyanaconda.keyboard._Layout object at 0x7fe960af18d0>, <pyanaconda.keyboard._Layout object at 0x7fe960af1910>, <pyanaconda.keyboard._Layout object at 0x7fe960af1950>, <pyanaconda.keyboard._Layout object at 0x7fe960af1a10>, <pyanaconda.keyboard._Layout object at 0x7fe960af1a90>, <pyanaconda.keyboard._Layout object at 0x7fe960af1b50>], Duala: [], Bengali: [<pyanaconda.keyboard._Layout object at 0x7fe960aecc90>, <pyanaconda.keyboard._Layout object at 0x7fe960aecd50>, <pyanaconda.keyboard._Layout object at 0x7fe960aecd90>, <pyanaconda.keyboard._Layout object at 0x7fe960aecdd0>, <pyanaconda.keyboard._Layout object at 0x7fe960aece10>, <pyanaconda.keyboard._Layout object at 0x7fe960aece50>, <pyanaconda.keyboard._Layout object at 0x7fe960aece90>, <pyanaconda.keyboard._Layout object at 0x7fe960aecf10>], Basa: [], Spanish; Castilian: [<pyanaconda.keyboard._Layout object at 0x7fe960afb950>, <pyanaconda.keyboard._Layout object at 0x7fe960afba10>, <pyanaconda.keyboard._Layout object at 0x7fe960afba90>, <pyanaconda.keyboard._Layout object at 0x7fe960afbb90>, <pyanaconda.keyboard._Layout object at 0x7fe960afbbd0>, <pyanaconda.keyboard._Layout object at 0x7fe960afbc10>, <pyanaconda.keyboard._Layout object at 0x7fe960afbb50>, <pyanaconda.keyboard._Layout object at 0x7fe960afbc90>, <pyanaconda.keyboard._Layout object at 0x7fe960afbd10>, <pyanaconda.keyboard._Layout object at 0x7fe960afbd50>], Tamil: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cf3d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cf410>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cf450>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cf4d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cf510>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cf550>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cf590>], Ossetian; Ossetic: [<pyanaconda.keyboard._Layout object at 0x7fe960b04e10>, <pyanaconda.keyboard._Layout object at 0x7fe960b04e90>, <pyanaconda.keyboard._Layout object at 0x7fe960b04ed0>], Nepali: [<pyanaconda.keyboard._Layout object at 0x7fe960afb0d0>], Finnish: [<pyanaconda.keyboard._Layout object at 0x7fe960ae86d0>, <pyanaconda.keyboard._Layout object at 0x7fe960ae8750>, <pyanaconda.keyboard._Layout object at 0x7fe960ae8650>, <pyanaconda.keyboard._Layout object at 0x7fe960ae8790>], Albanian: [<pyanaconda.keyboard._Layout object at 0x7fe94b8c6c10>], Hiligaynon: [], Irish, Old (to 900): [<pyanaconda.keyboard._Layout object at 0x7fe960aec910>, <pyanaconda.keyboard._Layout object at 0x7fe960aec950>], Serbian: [<pyanaconda.keyboard._Layout object at 0x7fe94b8c6450>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6490>, <pyanaconda.keyboard._Layout object at 0x7fe960b04090>, <pyanaconda.keyboard._Layout object at 0x7fe960b04150>, <pyanaconda.keyboard._Layout object at 0x7fe960b04450>, <pyanaconda.keyboard._Layout object at 0x7fe960b04510>, <pyanaconda.keyboard._Layout object at 0x7fe960b045d0>, <pyanaconda.keyboard._Layout object at 0x7fe960b04610>, <pyanaconda.keyboard._Layout object at 0x7fe960b04410>, <pyanaconda.keyboard._Layout object at 0x7fe960b04810>, <pyanaconda.keyboard._Layout object at 0x7fe960b046d0>, <pyanaconda.keyboard._Layout object at 0x7fe960b047d0>, <pyanaconda.keyboard._Layout object at 0x7fe960b04550>, <pyanaconda.keyboard._Layout object at 0x7fe960b04050>, <pyanaconda.keyboard._Layout object at 0x7fe960b04710>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6610>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6650>], Malayalam: [<pyanaconda.keyboard._Layout object at 0x7fe960b042d0>, <pyanaconda.keyboard._Layout object at 0x7fe960b04310>, <pyanaconda.keyboard._Layout object at 0x7fe960b04350>], Asturian; Bable; Leonese; Asturleonese: [<pyanaconda.keyboard._Layout object at 0x7fe94b8c6bd0>], Pangasinan: [], Italian: [<pyanaconda.keyboard._Layout object at 0x7fe94b8b7290>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b72d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7350>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7390>], Gujarati: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cff90>], Filipino; Pilipino: [<pyanaconda.keyboard._Layout object at 0x7fe960ae8390>, <pyanaconda.keyboard._Layout object at 0x7fe960ae83d0>, <pyanaconda.keyboard._Layout object at 0x7fe960ae8310>, <pyanaconda.keyboard._Layout object at 0x7fe960ae8490>, <pyanaconda.keyboard._Layout object at 0x7fe960ae84d0>, <pyanaconda.keyboard._Layout object at 0x7fe960ae8510>, <pyanaconda.keyboard._Layout object at 0x7fe960ae85d0>, <pyanaconda.keyboard._Layout object at 0x7fe960ae8610>, <pyanaconda.keyboard._Layout object at 0x7fe960adf650>, <pyanaconda.keyboard._Layout object at 0x7fe960ae8590>], Amharic: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cf090>], German: [<pyanaconda.keyboard._Layout object at 0x7fe94b8d4250>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4290>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4310>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4350>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4390>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4410>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4450>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4490>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4590>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d45d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4690>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4710>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cfed0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cfa90>], Tajik: [<pyanaconda.keyboard._Layout object at 0x7fe94b8b79d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7a90>], Ga: [<pyanaconda.keyboard._Layout object at 0x7fe960af1f90>], Urdu: [<pyanaconda.keyboard._Layout object at 0x7fe960af6d90>, <pyanaconda.keyboard._Layout object at 0x7fe960af6e50>, <pyanaconda.keyboard._Layout object at 0x7fe960af6e90>, <pyanaconda.keyboard._Layout object at 0x7fe960af6f50>, <pyanaconda.keyboard._Layout object at 0x7fe960af6fd0>, <pyanaconda.keyboard._Layout object at 0x7fe960afb050>], Polish: [<pyanaconda.keyboard._Layout object at 0x7fe960af1dd0>, <pyanaconda.keyboard._Layout object at 0x7fe960aec6d0>, <pyanaconda.keyboard._Layout object at 0x7fe960aec790>, <pyanaconda.keyboard._Layout object at 0x7fe960aec810>, <pyanaconda.keyboard._Layout object at 0x7fe960aec850>, <pyanaconda.keyboard._Layout object at 0x7fe960aec7d0>], Bikol: [], Swedish: [<pyanaconda.keyboard._Layout object at 0x7fe960af6a50>, <pyanaconda.keyboard._Layout object at 0x7fe960af6a90>, <pyanaconda.keyboard._Layout object at 0x7fe960af6b50>, <pyanaconda.keyboard._Layout object at 0x7fe960af6b90>, <pyanaconda.keyboard._Layout object at 0x7fe960af6bd0>], Chuvash: [<pyanaconda.keyboard._Layout object at 0x7fe94b8d4990>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4a50>], Slovenian: [<pyanaconda.keyboard._Layout object at 0x7fe94b8d4110>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4150>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4190>], Waray: [], Ewe: [<pyanaconda.keyboard._Layout object at 0x7fe94b8b7990>], Gaelic; Scottish Gaelic: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cf2d0>], Fulah: [<pyanaconda.keyboard._Layout object at 0x7fe94b8bb690>], Azerbaijani: [<pyanaconda.keyboard._Layout object at 0x7fe94b5953d0>, <pyanaconda.keyboard._Layout object at 0x7fe960b04e50>], Faroese: [<pyanaconda.keyboard._Layout object at 0x7fe960ae8150>, <pyanaconda.keyboard._Layout object at 0x7fe960addd10>], Danish: [<pyanaconda.keyboard._Layout object at 0x7fe960afb2d0>, <pyanaconda.keyboard._Layout object at 0x7fe960afb490>, <pyanaconda.keyboard._Layout object at 0x7fe960afb5d0>, <pyanaconda.keyboard._Layout object at 0x7fe960afb610>, <pyanaconda.keyboard._Layout object at 0x7fe960afb650>], Georgian: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cf750>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cf150>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cf610>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cff50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4090>], Kalmyk; Oirat: [<pyanaconda.keyboard._Layout object at 0x7fe960ae8f10>], Norwegian: [<pyanaconda.keyboard._Layout object at 0x7fe94b8b7b50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7b10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7cd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7d10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7ed0>], Komi: [<pyanaconda.keyboard._Layout object at 0x7fe94b8b7ad0>], Slovak: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cfcd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cfd10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cfdd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cfe10>], Thai: [<pyanaconda.keyboard._Layout object at 0x7fe94b8c6890>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bbed0>, <pyanaconda.keyboard._Layout object at 0x7fe960b044d0>], Tibetan: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cf790>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cf7d0>], Berber languages: [<pyanaconda.keyboard._Layout object at 0x7fe960af1b90>, <pyanaconda.keyboard._Layout object at 0x7fe960af1bd0>, <pyanaconda.keyboard._Layout object at 0x7fe960af1c10>, <pyanaconda.keyboard._Layout object at 0x7fe960af1c50>, <pyanaconda.keyboard._Layout object at 0x7fe960af1c90>, <pyanaconda.keyboard._Layout object at 0x7fe960af1cd0>], Turkmen: [<pyanaconda.keyboard._Layout object at 0x7fe960b04190>, <pyanaconda.keyboard._Layout object at 0x7fe960b04250>], Central Khmer: [<pyanaconda.keyboard._Layout object at 0x7fe94b8bb450>], Uzbek: [<pyanaconda.keyboard._Layout object at 0x7fe960adfa90>, <pyanaconda.keyboard._Layout object at 0x7fe960afb350>, <pyanaconda.keyboard._Layout object at 0x7fe960ae8ad0>, <pyanaconda.keyboard._Layout object at 0x7fe960afb410>], Burmese: [<pyanaconda.keyboard._Layout object at 0x7fe94b8b73d0>], Divehi; Dhivehi; Maldivian: [<pyanaconda.keyboard._Layout object at 0x7fe960b00310>], Latvian: [<pyanaconda.keyboard._Layout object at 0x7fe960ae8a90>, <pyanaconda.keyboard._Layout object at 0x7fe960ae8b90>, <pyanaconda.keyboard._Layout object at 0x7fe960ae8c10>, <pyanaconda.keyboard._Layout object at 0x7fe960ae8c50>, <pyanaconda.keyboard._Layout object at 0x7fe960ae8cd0>, <pyanaconda.keyboard._Layout object at 0x7fe960ae8dd0>, <pyanaconda.keyboard._Layout object at 0x7fe960ae8e50>], English: [<pyanaconda.keyboard._Layout object at 0x7fe960b00390>, <pyanaconda.keyboard._Layout object at 0x7fe960b00410>, <pyanaconda.keyboard._Layout object at 0x7fe960b00510>, <pyanaconda.keyboard._Layout object at 0x7fe960b00450>, <pyanaconda.keyboard._Layout object at 0x7fe960b005d0>, <pyanaconda.keyboard._Layout object at 0x7fe960b00610>, <pyanaconda.keyboard._Layout object at 0x7fe960b00690>, <pyanaconda.keyboard._Layout object at 0x7fe960b00710>, <pyanaconda.keyboard._Layout object at 0x7fe960b00750>, <pyanaconda.keyboard._Layout object at 0x7fe960b007d0>, <pyanaconda.keyboard._Layout object at 0x7fe960b00810>, <pyanaconda.keyboard._Layout object at 0x7fe960b00850>, <pyanaconda.keyboard._Layout object at 0x7fe960b00890>, <pyanaconda.keyboard._Layout object at 0x7fe960b00550>, <pyanaconda.keyboard._Layout object at 0x7fe960b00910>, <pyanaconda.keyboard._Layout object at 0x7fe960b00a50>, <pyanaconda.keyboard._Layout object at 0x7fe960b00a90>, <pyanaconda.keyboard._Layout object at 0x7fe960b00ad0>, <pyanaconda.keyboard._Layout object at 0x7fe960b00b10>, <pyanaconda.keyboard._Layout object at 0x7fe960b00950>, <pyanaconda.keyboard._Layout object at 0x7fe960b00b90>, <pyanaconda.keyboard._Layout object at 0x7fe960b00bd0>, <pyanaconda.keyboard._Layout object at 0x7fe960b00c10>, <pyanaconda.keyboard._Layout object at 0x7fe960b00c50>, <pyanaconda.keyboard._Layout object at 0x7fe960b00c90>, <pyanaconda.keyboard._Layout object at 0x7fe960b00cd0>, <pyanaconda.keyboard._Layout object at 0x7fe960b00d10>, <pyanaconda.keyboard._Layout object at 0x7fe960b00d50>, <pyanaconda.keyboard._Layout object at 0x7fe960b00d90>, <pyanaconda.keyboard._Layout object at 0x7fe960b00dd0>, <pyanaconda.keyboard._Layout object at 0x7fe960b00e50>, <pyanaconda.keyboard._Layout object at 0x7fe960b00e90>, <pyanaconda.keyboard._Layout object at 0x7fe960b00ed0>, <pyanaconda.keyboard._Layout object at 0x7fe960b00f10>, <pyanaconda.keyboard._Layout object at 0x7fe960b00f50>], Croatian: [], Chinese: [<pyanaconda.keyboard._Layout object at 0x7fe94b8d41d0>], Swiss German; Alemannic; Alsatian: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cf110>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cf190>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cf690>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cf6d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cf710>], Inuktitut: [<pyanaconda.keyboard._Layout object at 0x7fe960b043d0>], Yakut: [<pyanaconda.keyboard._Layout object at 0x7fe960b049d0>], Syriac: [<pyanaconda.keyboard._Layout object at 0x7fe960b00790>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bb350>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bb3d0>], Philippine languages: [], Igbo: [<pyanaconda.keyboard._Layout object at 0x7fe960aec9d0>], Arabic: [<pyanaconda.keyboard._Layout object at 0x7fe94b8b70d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7050>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7110>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7150>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7450>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7510>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7550>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7590>], Kikuyu; Gikuyu: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cf890>], Swahili: [<pyanaconda.keyboard._Layout object at 0x7fe960af62d0>, <pyanaconda.keyboard._Layout object at 0x7fe960af6390>], Icelandic: [<pyanaconda.keyboard._Layout object at 0x7fe960af6410>, <pyanaconda.keyboard._Layout object at 0x7fe960af6450>, <pyanaconda.keyboard._Layout object at 0x7fe960af6490>, <pyanaconda.keyboard._Layout object at 0x7fe960af6510>, <pyanaconda.keyboard._Layout object at 0x7fe960af6550>], Turkish: [<pyanaconda.keyboard._Layout object at 0x7fe960b04990>, <pyanaconda.keyboard._Layout object at 0x7fe960b04c10>, <pyanaconda.keyboard._Layout object at 0x7fe960b04bd0>, <pyanaconda.keyboard._Layout object at 0x7fe960b04cd0>, <pyanaconda.keyboard._Layout object at 0x7fe960b04d10>], Cherokee: [<pyanaconda.keyboard._Layout object at 0x7fe94b8d4890>], Oriya: [<pyanaconda.keyboard._Layout object at 0x7fe960b04110>], Greek, Modern (1453-): [<pyanaconda.keyboard._Layout object at 0x7fe94b839290>, <pyanaconda.keyboard._Layout object at 0x7fe94b839610>, <pyanaconda.keyboard._Layout object at 0x7fe94b839650>, <pyanaconda.keyboard._Layout object at 0x7fe94b8395d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7810>], Catalan; Valencian: [<pyanaconda.keyboard._Layout object at 0x7fe960addd50>, <pyanaconda.keyboard._Layout object at 0x7fe960adfc10>], Hindi: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cf250>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cf290>], Ewondo: [], Kashubian: [<pyanaconda.keyboard._Layout object at 0x7fe960af1e90>], Korean: [<pyanaconda.keyboard._Layout object at 0x7fe94b8b7c10>, <pyanaconda.keyboard._Layout object at 0x7fe94b839210>], Pampanga; Kapampangan: [], Maori: [<pyanaconda.keyboard._Layout object at 0x7fe960b00fd0>], Occitan (post 1500): [<pyanaconda.keyboard._Layout object at 0x7fe960afb250>], Hungarian: [<pyanaconda.keyboard._Layout object at 0x7fe960af1ed0>, <pyanaconda.keyboard._Layout object at 0x7fe960ae8b50>, <pyanaconda.keyboard._Layout object at 0x7fe960ae8990>, <pyanaconda.keyboard._Layout object at 0x7fe960ae8210>, <pyanaconda.keyboard._Layout object at 0x7fe960ae8290>, <pyanaconda.keyboard._Layout object at 0x7fe960af1fd0>, <pyanaconda.keyboard._Layout object at 0x7fe960ae8b10>, <pyanaconda.keyboard._Layout object at 0x7fe960ae8250>, <pyanaconda.keyboard._Layout object at 0x7fe960adf5d0>, <pyanaconda.keyboard._Layout object at 0x7fe960adffd0>, <pyanaconda.keyboard._Layout object at 0x7fe960af1f10>, <pyanaconda.keyboard._Layout object at 0x7fe960af1f50>, <pyanaconda.keyboard._Layout object at 0x7fe960adfb10>, <pyanaconda.keyboard._Layout object at 0x7fe960af6090>, <pyanaconda.keyboard._Layout object at 0x7fe960afb110>, <pyanaconda.keyboard._Layout object at 0x7fe960af6050>, <pyanaconda.keyboard._Layout object at 0x7fe960afb150>, <pyanaconda.keyboard._Layout object at 0x7fe960afb190>, <pyanaconda.keyboard._Layout object at 0x7fe960afb1d0>, <pyanaconda.keyboard._Layout object at 0x7fe960afb210>], Wolof: [<pyanaconda.keyboard._Layout object at 0x7fe94b8bb510>], Bosnian: [<pyanaconda.keyboard._Layout object at 0x7fe94b8b75d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7850>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7890>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7910>, <pyanaconda.keyboard._Layout object at 0x7fe94b8b7950>], Lithuanian: [<pyanaconda.keyboard._Layout object at 0x7fe960aec050>, <pyanaconda.keyboard._Layout object at 0x7fe960aec090>, <pyanaconda.keyboard._Layout object at 0x7fe960aec0d0>, <pyanaconda.keyboard._Layout object at 0x7fe960aec110>, <pyanaconda.keyboard._Layout object at 0x7fe960aec150>, <pyanaconda.keyboard._Layout object at 0x7fe960aec190>], Kirghiz; Kyrgyz: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cf950>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cf990>], Sinhala; Sinhalese: [<pyanaconda.keyboard._Layout object at 0x7fe94b8b7250>], Russian: [<pyanaconda.keyboard._Layout object at 0x7fe94b8c68d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6690>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6c90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c65d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6d90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6dd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6910>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6950>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6ed0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6f10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6f50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6f90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6cd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6d50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c69d0>], Kazakh: [<pyanaconda.keyboard._Layout object at 0x7fe94b8c6e50>], Cebuano: [], Iloko: [], Armenian: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cfad0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cfb10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cfb50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cfb90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cfbd0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cfc10>], Mari: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cf050>], Hausa: [<pyanaconda.keyboard._Layout object at 0x7fe960b04690>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6990>], Udmurt: [<pyanaconda.keyboard._Layout object at 0x7fe94b8b7410>], Czech: [<pyanaconda.keyboard._Layout object at 0x7fe960aec890>, <pyanaconda.keyboard._Layout object at 0x7fe960af60d0>, <pyanaconda.keyboard._Layout object at 0x7fe960af6190>, <pyanaconda.keyboard._Layout object at 0x7fe960af61d0>, <pyanaconda.keyboard._Layout object at 0x7fe960af6210>, <pyanaconda.keyboard._Layout object at 0x7fe960af6250>], Belarusian: [<pyanaconda.keyboard._Layout object at 0x7fe960aecbd0>, <pyanaconda.keyboard._Layout object at 0x7fe960aecc10>, <pyanaconda.keyboard._Layout object at 0x7fe960aecc50>], Kannada: [<pyanaconda.keyboard._Layout object at 0x7fe94b8c6b90>], Macedonian: [<pyanaconda.keyboard._Layout object at 0x7fe94b8c6710>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6750>], Persian: [<pyanaconda.keyboard._Layout object at 0x7fe94b8d48d0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4910>], Dzongkha: [<pyanaconda.keyboard._Layout object at 0x7fe94b8bb710>], Tagalog: [], Dutch; Flemish: [<pyanaconda.keyboard._Layout object at 0x7fe960aec290>, <pyanaconda.keyboard._Layout object at 0x7fe960aec310>, <pyanaconda.keyboard._Layout object at 0x7fe960aec350>, <pyanaconda.keyboard._Layout object at 0x7fe960aec390>, <pyanaconda.keyboard._Layout object at 0x7fe960aec410>, <pyanaconda.keyboard._Layout object at 0x7fe960aec450>, <pyanaconda.keyboard._Layout object at 0x7fe960aec490>, <pyanaconda.keyboard._Layout object at 0x7fe960aec510>, <pyanaconda.keyboard._Layout object at 0x7fe960aec550>, <pyanaconda.keyboard._Layout object at 0x7fe960aec590>, <pyanaconda.keyboard._Layout object at 0x7fe960aec5d0>, <pyanaconda.keyboard._Layout object at 0x7fe960aec610>], Vietnamese: [<pyanaconda.keyboard._Layout object at 0x7fe960b04f90>], Romanian: [<pyanaconda.keyboard._Layout object at 0x7fe960b04790>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6a10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6a50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6a90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6ad0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6b10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8c6b50>], Northern Sami: [<pyanaconda.keyboard._Layout object at 0x7fe94b8d4a90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4ad0>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4b10>, <pyanaconda.keyboard._Layout object at 0x7fe94b8d4b50>], Tatar: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cf9d0>], Akan: [<pyanaconda.keyboard._Layout object at 0x7fe960b003d0>], Lao: [<pyanaconda.keyboard._Layout object at 0x7fe960adfbd0>, <pyanaconda.keyboard._Layout object at 0x7fe960adf610>], Ukrainian: [<pyanaconda.keyboard._Layout object at 0x7fe960afbe50>, <pyanaconda.keyboard._Layout object at 0x7fe960afbdd0>, <pyanaconda.keyboard._Layout object at 0x7fe960afbad0>, <pyanaconda.keyboard._Layout object at 0x7fe960b04ad0>, <pyanaconda.keyboard._Layout object at 0x7fe960b04d90>, <pyanaconda.keyboard._Layout object at 0x7fe960b04c90>, <pyanaconda.keyboard._Layout object at 0x7fe960b04a10>, <pyanaconda.keyboard._Layout object at 0x7fe960b04dd0>], Maltese: [<pyanaconda.keyboard._Layout object at 0x7fe94b8cfc50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8cfc90>], Kurdish: [<pyanaconda.keyboard._Layout object at 0x7fe960afbe10>, <pyanaconda.keyboard._Layout object at 0x7fe960afbf10>, <pyanaconda.keyboard._Layout object at 0x7fe960afbed0>, <pyanaconda.keyboard._Layout object at 0x7fe960afbfd0>, <pyanaconda.keyboard._Layout object at 0x7fe960b00050>, <pyanaconda.keyboard._Layout object at 0x7fe960b00090>, <pyanaconda.keyboard._Layout object at 0x7fe960b00110>, <pyanaconda.keyboard._Layout object at 0x7fe960b00150>, <pyanaconda.keyboard._Layout object at 0x7fe960b00190>, <pyanaconda.keyboard._Layout object at 0x7fe960b001d0>, <pyanaconda.keyboard._Layout object at 0x7fe960b00210>, <pyanaconda.keyboard._Layout object at 0x7fe960b00250>, <pyanaconda.keyboard._Layout object at 0x7fe960afbf90>, <pyanaconda.keyboard._Layout object at 0x7fe960afb910>, <pyanaconda.keyboard._Layout object at 0x7fe960b00290>], Bashkir: [<pyanaconda.keyboard._Layout object at 0x7fe94b8bbb50>], Tswana: [<pyanaconda.keyboard._Layout object at 0x7fe960aec1d0>], Crimean Tatar; Crimean Turkish: [<pyanaconda.keyboard._Layout object at 0x7fe960af1d10>, <pyanaconda.keyboard._Layout object at 0x7fe960af1d50>, <pyanaconda.keyboard._Layout object at 0x7fe960af1d90>], Portuguese: [<pyanaconda.keyboard._Layout object at 0x7fe960af6590>, <pyanaconda.keyboard._Layout object at 0x7fe960af6610>, <pyanaconda.keyboard._Layout object at 0x7fe960af6650>, <pyanaconda.keyboard._Layout object at 0x7fe960af66d0>, <pyanaconda.keyboard._Layout object at 0x7fe960af6710>, <pyanaconda.keyboard._Layout object at 0x7fe960af6790>, <pyanaconda.keyboard._Layout object at 0x7fe960af67d0>, <pyanaconda.keyboard._Layout object at 0x7fe960af6850>, <pyanaconda.keyboard._Layout object at 0x7fe960af6890>, <pyanaconda.keyboard._Layout object at 0x7fe960af68d0>, <pyanaconda.keyboard._Layout object at 0x7fe960af6910>, <pyanaconda.keyboard._Layout object at 0x7fe960af6950>, <pyanaconda.keyboard._Layout object at 0x7fe960af69d0>], Japanese: [<pyanaconda.keyboard._Layout object at 0x7fe960afb710>, <pyanaconda.keyboard._Layout object at 0x7fe960afb750>, <pyanaconda.keyboard._Layout object at 0x7fe960afb890>, <pyanaconda.keyboard._Layout object at 0x7fe960afb8d0>, <pyanaconda.keyboard._Layout object at 0x7fe960afb990>, <pyanaconda.keyboard._Layout object at 0x7fe960afb9d0>, <pyanaconda.keyboard._Layout object at 0x7fe960afba50>], Hebrew: [<pyanaconda.keyboard._Layout object at 0x7fe960aeca10>, <pyanaconda.keyboard._Layout object at 0x7fe960aeca90>, <pyanaconda.keyboard._Layout object at 0x7fe960aecb10>, <pyanaconda.keyboard._Layout object at 0x7fe960aecb50>], Lower Sorbian: [<pyanaconda.keyboard._Layout object at 0x7fe94b8bba90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bba50>], Esperanto: [<pyanaconda.keyboard._Layout object at 0x7fe94b8bbe90>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bbf50>, <pyanaconda.keyboard._Layout object at 0x7fe94b8bbfd0>, <pyanaconda.keyboard._Layout object at 0x7fe960b006d0>]} > _intf._currentAction._spokes._xkl_wrapper._variants_list: [ara (Arabic) >, ara (azerty) (Arabic (azerty)) >, ara (azerty_digits) (Arabic (azerty/digits)) >, ara (digits) (Arabic (digits)) >, ara (qwerty) (Arabic (qwerty)) >, ara (qwerty_digits) (Arabic (qwerty/digits)) >, ara (buckwalter) (Arabic (Buckwalter)) >] > _intf._currentAction._spokes._xkl_wrapper.configreg: ConfigRegistry instance, containing members: > _intf._currentAction._spokes._xkl_wrapper.switch_to_show_str: {grp:sclk_toggle: Scroll Lock, grp:shift_caps_switch: Caps Lock (to first layout), Shift+Caps Lock (to last layout), grp:rwin_toggle: Right Win, grp:lalt_lshift_toggle: Left Alt+Left Shift, grp:rctrl_switch: Right Ctrl (while pressed), grp:menu_toggle: Menu, grp:win_switch: Any Win key (while pressed), grp:ctrl_alt_toggle: Alt+Ctrl, grp:shift_caps_toggle: Shift+Caps Lock, grp:rctrl_toggle: Right Ctrl, grp:lwin_switch: Left Win (while pressed), grp:lctrl_lwin_rctrl_menu: LeftCtrl+LeftWin (to first layout), RightCtrl+Menu (to second layout), grp:lshift_toggle: Left Shift, grp:win_menu_switch: Left Win (to first layout), Right Win/Menu (to last layout), grp:lalt_toggle: Left Alt, grp:alt_caps_toggle: Alt+Caps Lock, grp:rwin_switch: Right Win (while pressed), grp:lswitch: Left Alt (while pressed), grp:alts_toggle: Both Alt keys together, grp:rctrl_rshift_toggle: Right Ctrl+Right Shift, grp:caps_switch: Caps Lock (while pressed), Alt+Caps Lock does the original capslock action, grp:caps_toggle: Caps Lock, grp:ctrl_shift_toggle: Ctrl+Shift, grp:lctrl_lshift_toggle: Left Ctrl+Left Shift, grp:toggle: Right Alt, grp:ctrls_toggle: Both Ctrl keys together, grp:alt_shift_toggle: Alt+Shift, grp:switch: Right Alt (while pressed), grp:alt_space_toggle: Alt+Space, grp:lctrl_toggle: Left Ctrl, grp:shifts_toggle: Both Shift keys together, grp:lctrl_rctrl_switch: Left Ctrl (to first layout), Right Ctrl (to last layout), grp:rshift_toggle: Right Shift, grp:lwin_toggle: Left Win} > _intf._currentAction._spokes._xkl_wrapper._rec: ConfigRec instance, containing members: > _intf._currentAction._spokes._remove_last_attempt: False > _intf._currentAction._spokes._switching_dialog: ConfigureSwitchingDialog instance, containing members: > _intf._currentAction._spokes._switching_dialog._window: Dialog instance, containing members: > _intf._currentAction._spokes._switching_dialog.applyOnSkip: False > _intf._currentAction._spokes._switching_dialog._switchingOptsSort: TreeModelSort instance, containing members: > _intf._currentAction._spokes._switching_dialog.builder: Builder instance, containing members: > _intf._currentAction._spokes._switching_dialog.skipTo: None > _intf._currentAction._spokes._switching_dialog._xkl_wrapper: Already dumped (XklWrapper instance) > _intf._currentAction._spokes._switching_dialog._switchingOptsStore: ListStore instance, containing members: > _intf._currentAction._spokes._switching_dialog._data: Skipped > _intf._currentAction._spokes._data: Skipped > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) >, 'CustomPartitioningSpoke': CustomPartitioningSpoke instance, containing members: > _intf._currentAction._spokes._configureBox: Box instance, containing members: > _intf._currentAction._spokes._device_container_name: None > _intf._currentAction._spokes._accordion: Accordion instance, containing members: > _intf._currentAction._spokes._accordion._expanders: [Expander instance, containing members: >, Expander instance, containing members: >] > _intf._currentAction._spokes._fs_types: [ext4, ext3, ext2, swap, BIOS Boot, xfs, vfat] > _intf._currentAction._spokes._initialized: True > _intf._currentAction._spokes._addButton: ToolButton instance, containing members: > _intf._currentAction._spokes.passphrase: Skipped > _intf._currentAction._spokes._reformatCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._devices: [FileDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: /LiveOS/rootfs.img > _targetSize: 0 > protected: False > parents: [] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 11 > minor: 0 >, FileDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: /overlay (deleted) > _targetSize: 0 > protected: False > parents: [] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 13 > minor: 0 >, FileDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: /run/install/repo/LiveOS/squashfs.img > _targetSize: 0 > protected: False > parents: [] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 9 > minor: 0 >, BTRFSSubVolumeDevice instance, containing members: > major: 0 > _partedDevice: parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 61437952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (3824, 255, 63) biosGeometry: (3824, 255, 63) > PedDevice: <_ped.Device object at 0x7fe93fce4200> > exists: True > req_size: None > _size: 0 > id: 6 > controllable: True > uuid: None > _format: BTRFS instance, containing members: > _format._device: /dev/sda1 > _format.uuid: None > _format.exists: True > _format._mountpoint: None > _format._majorminor: 008001 > _format._mountType: btrfs > _format.fsprofile: None > _format.label: None > _format._targetSize: 0 > _format.volUUID: None > _format._minInstanceSize: None > _format.mountopts: subvol=boot1 > _format.mountpoint: /boot > _format._migrate: False > _format._size: 0 > req_bootable: True > parents: [BTRFSVolumeDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > req_size: None > _size: 0 > id: 3 > controllable: True > dataLevel: None > uuid: e1605d0c-de0d-46be-aef2-d9798b689596 > _format: BTRFS instance, containing members: > _format._device: /dev/sda1 > _format.uuid: None > _format.exists: True > _format._mountpoint: None > _format._majorminor: 008001 > _format._mountType: btrfs > _format.fsprofile: None > _format.label: f18v > _format._targetSize: 0 > _format.volUUID: e1605d0c-de0d-46be-aef2-d9798b689596 > _format._minInstanceSize: None > _format.mountopts: None > _format.mountpoint: None > _format._migrate: False > _format._size: 0 > parents: [existing 29999MB partition sda1 (2) with existing btrfs filesystem >, existing 29999MB partition sdb1 (8) with existing btrfs filesystem >] > subvolumes: [BTRFSSubVolumeDevice instance, containing members: > major: 0 > _partedDevice: parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 61437952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (3824, 255, 63) biosGeometry: (3824, 255, 63) > PedDevice: <_ped.Device object at 0x7fe93fce4170> > exists: True > req_size: None > _size: 0 > id: 4 > controllable: True > uuid: None > _format: BTRFS instance, containing members: > _format._device: /dev/sda1 > _format.uuid: None > _format.exists: True > _format._mountpoint: None > _format._majorminor: 008001 > _format._mountType: btrfs > _format.fsprofile: None > _format.label: None > _format._targetSize: 0 > _format.volUUID: None > _format._minInstanceSize: None > _format.mountopts: subvol=root1 > _format.mountpoint: None > _format._migrate: False > _format._size: 0 > parents: [Already dumped (BTRFSVolumeDevice instance) >] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > vol_id: 256 > _model: Skipped > kids: 0 > _vendor: Skipped > _name: root1 > protected: False > originalFormat: BTRFS instance, containing members: > originalFormat.uuid: None > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat._size: 0 > originalFormat._majorminor: None > originalFormat._mountType: btrfs > originalFormat.fsprofile: None > originalFormat.label: None > originalFormat._targetSize: 0 > originalFormat.volUUID: None > originalFormat._minInstanceSize: None > originalFormat.mountopts: subvol=root1 > originalFormat.mountpoint: None > originalFormat._migrate: False > originalFormat._device: /dev/sda1 > _serial: None >, BTRFSSubVolumeDevice instance, containing members: > major: 0 > _partedDevice: parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 61437952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (3824, 255, 63) biosGeometry: (3824, 255, 63) > PedDevice: <_ped.Device object at 0x7fe93f991e60> > exists: True > req_size: None > _size: 0 > id: 5 > controllable: True > uuid: None > _format: BTRFS instance, containing members: > _format._device: /dev/sda1 > _format.uuid: None > _format.exists: True > _format._mountpoint: None > _format._majorminor: 008001 > _format._mountType: btrfs > _format.fsprofile: None > _format.label: None > _format._targetSize: 0 > _format.volUUID: None > _format._minInstanceSize: None > _format.mountopts: subvol=home1 > _format.mountpoint: /home > _format._migrate: False > _format._size: 0 > parents: [Already dumped (BTRFSVolumeDevice instance) >] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > vol_id: 260 > _model: Skipped > kids: 0 > _vendor: Skipped > _name: home1 > protected: False > originalFormat: BTRFS instance, containing members: > originalFormat.uuid: None > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat._size: 0 > originalFormat._majorminor: None > originalFormat._mountType: btrfs > originalFormat.fsprofile: None > originalFormat.label: None > originalFormat._targetSize: 0 > originalFormat.volUUID: None > originalFormat._minInstanceSize: None > originalFormat.mountopts: subvol=home1 > originalFormat.mountpoint: None > originalFormat._migrate: False > originalFormat._device: /dev/sda1 > _serial: None >, Already dumped (BTRFSSubVolumeDevice instance) >] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > metaDataLevel: None > kids: 3 > _vendor: Skipped > _name: f18v > protected: False > originalFormat: BTRFS instance, containing members: > originalFormat.uuid: None > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat._size: 0 > originalFormat._majorminor: None > originalFormat._mountType: btrfs > originalFormat.fsprofile: None > originalFormat.label: f18v > originalFormat._targetSize: 0 > originalFormat.volUUID: e1605d0c-de0d-46be-aef2-d9798b689596 > originalFormat._minInstanceSize: None > originalFormat.mountopts: None > originalFormat.mountpoint: None > originalFormat._migrate: False > originalFormat._device: /dev/sda1 > _serial: None >] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > vol_id: 261 > _model: Skipped > kids: 0 > _vendor: Skipped > _name: boot1 > protected: False > originalFormat: BTRFS instance, containing members: > originalFormat.uuid: None > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat._size: 0 > originalFormat._majorminor: None > originalFormat._mountType: btrfs > originalFormat.fsprofile: None > originalFormat.label: None > originalFormat._targetSize: 0 > originalFormat.volUUID: None > originalFormat._minInstanceSize: None > originalFormat.mountopts: subvol=boot1 > originalFormat.mountpoint: None > originalFormat._migrate: False > originalFormat._device: /dev/sda1 > _serial: None >, Already dumped (BTRFSVolumeDevice instance) >, Already dumped (BTRFSSubVolumeDevice instance) >, existing 1024MB dm live-rw (15) with existing ext4 filesystem >, LoopDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 0 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: loop0 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 10 > minor: 0 >, LoopDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 0 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: Ext4FS instance, containing members: > _format.uuid: 97618cec-41b0-45c9-9549-916a8cd5d171 > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._mountType: ext4 > _format.fsprofile: None > _format.label: Anaconda > _format._targetSize: 1024.0 > _format._device: /dev/loop1 > _format._minInstanceSize: 0.0 > _format.mountopts: None > _format.mountpoint: None > _format._migrate: False > _format._size: 1024.0 > sysfsPath: Skipped > _vendor: Skipped > _name: loop1 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: Ext4FS instance, containing members: > originalFormat.uuid: 97618cec-41b0-45c9-9549-916a8cd5d171 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat._size: 1024.0 > originalFormat._majorminor: None > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.label: Anaconda > originalFormat._targetSize: 1024.0 > originalFormat._minInstanceSize: 0.0 > originalFormat.mountopts: None > originalFormat.mountpoint: None > originalFormat._migrate: False > originalFormat._device: /dev/loop1 > bus: Skipped > _size: 0 > _serial: None > id: 12 > minor: 0 >, LoopDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: loop2 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 14 > minor: 0 >, Already dumped (BTRFSSubVolumeDevice instance) >, existing 30000MB disk sda (1) with existing msdos disklabel >, Already dumped (PartitionDevice instance) >, existing 30000MB disk sdb (7) with existing msdos disklabel >, Already dumped (PartitionDevice instance) >, OpticalDevice instance, containing members: > _model: VBOX_CD-ROM > controllable: True > major: 11 > kids: 0 > _partedDevice: parted.Device instance -- > model: VBOX CD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 2233344 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 4 did: 0 busy: True > hardwareGeometry: (139, 255, 63) biosGeometry: (139, 255, 63) > PedDevice: <_ped.Device object at 0x7fe94b912e60> > uuid: None > exists: True > fstabComment: Skipped > _format: Iso9660FS instance, containing members: > _format.uuid: 2013-01-04-20-25-20-00 > _format.exists: True > _format._mountpoint: None > _format._majorminor: 011000 > _format._mountType: iso9660 > _format.fsprofile: None > _format.label: Fedora_18_x86_64 > _format._targetSize: 0 > _format._device: /dev/sr0 > _format._minInstanceSize: None > _format.mountopts: None > _format.mountpoint: None > _format._migrate: False > _format._size: 0 > sysfsPath: /devices/pci0000:00/0000:00:01.1/ata4/host3/target3:0:0/3:0:0:0/block/sr0 > _vendor: None > _name: sr0 > _targetSize: 0 > protected: False > parents: [] > originalFormat: Iso9660FS instance, containing members: > originalFormat.uuid: 2013-01-04-20-25-20-00 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat.fsprofile: None > originalFormat.label: Fedora_18_x86_64 > originalFormat._targetSize: 0 > originalFormat._minInstanceSize: None > originalFormat.mountopts: None > originalFormat._size: 0 > originalFormat._migrate: False > originalFormat._device: /dev/sr0 > bus: Skipped > _size: 4362.0 > _serial: None > id: 0 > minor: 0 >] > _intf._currentAction._spokes._partitionsViewport: Viewport instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes._removeButton: ToolButton instance, containing members: > _intf._currentAction._spokes._current_selector: MountpointSelector instance, containing members: > _intf._currentAction._spokes._current_selector._root: None > _intf._currentAction._spokes._current_selector._device: Already dumped (BTRFSSubVolumeDevice instance) > _intf._currentAction._spokes.storage: Already dumped (Storage instance) > _intf._currentAction._spokes._when_create_text: When you create mount points for your %s %s install, >you'll be able to view their details here. > _intf._currentAction._spokes._partitionsNotebook: Notebook instance, containing members: > _intf._currentAction._spokes._totalSpaceLabel: Label instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._summaryButton: Button instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.selector: None > _intf._currentAction._spokes._data: Skipped > _intf._currentAction._spokes._media_disks: [] > _intf._currentAction._spokes._availableSpaceLabel: Label instance, containing members: > _intf._currentAction._spokes._unused_devices: [Already dumped (BTRFSSubVolumeDevice instance) >, Already dumped (BTRFSSubVolumeDevice instance) >, Already dumped (BTRFSSubVolumeDevice instance) >] > _intf._currentAction._spokes._error: None > _intf._currentAction._spokes._configButton: ToolButton instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._device_disks: [Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >] > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._free_space: 1.93 MB > _intf._currentAction._spokes._optionsNotebook: Notebook instance, containing members: > _intf._currentAction._spokes._device_name_dict: {0: home, 1: home, 2: , 3: home1, 4: } >, 'SourceSpoke': SourceSpoke instance, containing members: > _intf._currentAction._spokes._protocolComboBox: ComboBoxText instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.storage: Already dumped (Storage instance) > _intf._currentAction._spokes._networkButton: RadioButton instance, containing members: > _intf._currentAction._spokes._autodetectButton: RadioButton instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._isoChooserButton: Button instance, containing members: > _intf._currentAction._spokes._mirrorlistCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._autodetectBox: Box instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._verifyIsoButton: Button instance, containing members: > _intf._currentAction._spokes._currentIsoFile: None > _intf._currentAction._spokes._data: Skipped > _intf._currentAction._spokes._error: False > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._autodetectMediaBox: Box instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._ready: True > _intf._currentAction._spokes._urlEntry: Entry instance, containing members: > _intf._currentAction._spokes._networkBox: Box instance, containing members: > _intf._currentAction._spokes._isoBox: Box instance, containing members: > _intf._currentAction._spokes._isoButton: RadioButton instance, containing members: >, 'DatetimeSpoke': DatetimeSpoke instance, containing members: > _intf._currentAction._spokes._regions_zones: OrderedDict([('Africa', set(['Kinshasa', 'Harare', 'Dar_es_Salaam', 'Addis_Ababa', 'Brazzaville', 'Johannesburg', 'Maseru', 'Dakar', 'Bissau', 'Lubumbashi', 'Luanda', 'Bangui', 'Khartoum', 'Mbabane', 'Malabo', 'Niamey', 'Sao_Tome', 'Nouakchott', 'Ouagadougou', 'Tripoli', 'Windhoek', 'Ndjamena', 'Algiers', 'Lome', 'Kampala', 'Kigali', 'Freetown', 'Juba', 'Gaborone', 'Ceuta', 'El_Aaiun', 'Accra', 'Tunis', 'Bamako', 'Porto-Novo', 'Mogadishu', 'Nairobi', 'Maputo', 'Casablanca', 'Banjul', 'Monrovia', 'Cairo', 'Abidjan', 'Bujumbura', 'Djibouti', 'Lagos', 'Conakry', 'Blantyre', 'Asmara', 'Libreville', 'Douala', 'Lusaka'])), ('America', set(['Monterrey', 'Regina', 'Goose_Bay', 'Argentina/La_Rioja', 'Fortaleza', 'Aruba', 'North_Dakota/Center', 'Tegucigalpa', 'Santiago', 'Shiprock', 'Guatemala', 'Swift_Current', 'Argentina/Buenos_Aires', 'Dominica', 'Scoresbysund', 'Havana', 'Yellowknife', 'Dawson_Creek', 'Indiana/Indianapolis', 'Adak', 'Indiana/Vincennes', 'Antigua', 'Bahia', 'Rankin_Inlet', 'Jamaica', 'St_Thomas', 'Cuiaba', 'Edmonton', 'Indiana/Marengo', 'Grand_Turk', 'Paramaribo', 'Campo_Grande', 'Argentina/Tucuman', 'Caracas', 'Argentina/San_Juan', 'Denver', 'Argentina/Cordoba', 'St_Vincent', 'Eirunepe', 'St_Johns', 'New_York', 'Boise', 'Cambridge_Bay', 'Miquelon', 'Rainy_River', 'Inuvik', 'Argentina/Salta', 'Creston', 'Maceio', 'Belem', 'Argentina/Jujuy', 'Indiana/Winamac', 'Resolute', 'Metlakatla', 'North_Dakota/New_Salem', 'Boa_Vista', 'Glace_Bay', 'Puerto_Rico', 'Araguaina', 'Sao_Paulo', 'Los_Angeles', 'Dawson', 'Pangnirtung', 'Whitehorse', 'La_Paz', 'Chihuahua', 'Merida', 'Rio_Branco', 'Panama', 'Cayenne', 'Mazatlan', 'Sitka', 'St_Lucia', 'Lower_Princes', 'Cancun', 'Manaus', 'Bahia_Banderas', 'Moncton', 'Asuncion', 'Belize', 'Indiana/Knox', 'Toronto', 'Santa_Isabel', 'St_Kitts', 'Danmarkshavn', 'Blanc-Sablon', 'Detroit', 'Atikokan', 'Grenada', 'Montreal', 'Argentina/Rio_Gallegos', 'Port-au-Prince', 'Matamoros', 'Port_of_Spain', 'Argentina/Catamarca', 'Hermosillo', 'Halifax', 'Lima', 'Nome', 'Barbados', 'Curacao', 'Kentucky/Louisville', 'Chicago', 'Santarem', 'Godthab', 'Kentucky/Monticello', 'Porto_Velho', 'Winnipeg', 'Vancouver', 'Argentina/Mendoza', 'Ojinaga', 'St_Barthelemy', 'Anguilla', 'Montevideo', 'Marigot', 'Santo_Domingo', 'Phoenix', 'Noronha', 'Cayman', 'Argentina/Ushuaia', 'Yakutat', 'El_Salvador', 'Indiana/Tell_City', 'Martinique', 'Nassau', 'Guayaquil', 'Mexico_City', 'Thule', 'Kralendijk', 'Argentina/San_Luis', 'Anchorage', 'Montserrat', 'Nipigon', 'Thunder_Bay', 'Managua', 'Guyana', 'Recife', 'Guadeloupe', 'Menominee', 'Tijuana', 'Iqaluit', 'Bogota', 'North_Dakota/Beulah', 'Tortola', 'Juneau', 'Indiana/Petersburg', 'Costa_Rica', 'Indiana/Vevay'])), ('Antarctica', set(['DumontDUrville', 'Vostok', 'Syowa', 'Palmer', 'South_Pole', 'Casey', 'Rothera', 'McMurdo', 'Macquarie', 'Davis', 'Mawson'])), ('Arctic', set(['Longyearbyen'])), ('Asia', set(['Karachi', 'Choibalsan', 'Vladivostok', 'Kashgar', 'Rangoon', 'Aqtobe', 'Kuwait', 'Kuala_Lumpur', 'Gaza', 'Dubai', 'Samarkand', 'Ho_Chi_Minh', 'Damascus', 'Thimphu', 'Yekaterinburg', 'Manila', 'Amman', 'Kolkata', 'Hovd', 'Beirut', 'Nicosia', 'Almaty', 'Bahrain', 'Brunei', 'Hong_Kong', 'Magadan', 'Aqtau', 'Tashkent', 'Singapore', 'Phnom_Penh', 'Irkutsk', 'Muscat', 'Bangkok', 'Yerevan', 'Baghdad', 'Qyzylorda', 'Taipei', 'Omsk', 'Tehran', 'Bishkek', 'Ulaanbaatar', 'Shanghai', 'Kamchatka', 'Chongqing', 'Dhaka', 'Novokuznetsk', 'Dushanbe', 'Sakhalin', 'Kuching', 'Anadyr', 'Tokyo', 'Jakarta', 'Yakutsk', 'Pontianak', 'Makassar', 'Krasnoyarsk', 'Kathmandu', 'Aden', 'Urumqi', 'Oral', 'Tbilisi', 'Harbin', 'Seoul', 'Kabul', 'Dili', 'Ashgabat', 'Macau', 'Riyadh', 'Baku', 'Qatar', 'Jayapura', 'Hebron', 'Colombo', 'Novosibirsk', 'Pyongyang', 'Jerusalem', 'Vientiane'])), ('Atlantic', set(['Reykjavik', 'Cape_Verde', 'Azores', 'Faroe', 'Canary', 'Bermuda', 'Madeira', 'St_Helena', 'Stanley', 'South_Georgia'])), ('Australia', set(['Melbourne', 'Eucla', 'Brisbane', 'Lindeman', 'Broken_Hill', 'Hobart', 'Lord_Howe', 'Perth', 'Sydney', 'Currie', 'Darwin', 'Adelaide'])), ('Europe', set(['Kiev', 'Istanbul', 'Paris', 'Oslo', 'Riga', 'Athens', 'Luxembourg', 'Andorra', 'Gibraltar', 'Tirane', 'Ljubljana', 'Chisinau', 'Simferopol', 'Vienna', 'Zaporozhye', 'Zagreb', 'Stockholm', 'Warsaw', 'Moscow', 'Skopje', 'Bratislava', 'Berlin', 'Brussels', 'Uzhgorod', 'Budapest', 'San_Marino', 'Helsinki', 'Vaduz', 'Vatican', 'Dublin', 'Podgorica', 'Minsk', 'Malta', 'Guernsey', 'Monaco', 'Jersey', 'Mariehamn', 'Bucharest', 'Isle_of_Man', 'Belgrade', 'Zurich', 'Tallinn', 'Madrid', 'Prague', 'Sofia', 'Samara', 'Rome', 'London', 'Lisbon', 'Volgograd', 'Amsterdam', 'Copenhagen', 'Kaliningrad', 'Vilnius', 'Sarajevo'])), ('Indian', set(['Cocos', 'Maldives', 'Comoro', 'Mayotte', 'Antananarivo', 'Mahe', 'Mauritius', 'Chagos', 'Reunion', 'Kerguelen', 'Christmas'])), ('Pacific', set(['Kwajalein', 'Palau', 'Auckland', 'Pitcairn', 'Chuuk', 'Galapagos', 'Marquesas', 'Nauru', 'Easter', 'Guadalcanal', 'Saipan', 'Tarawa', 'Tongatapu', 'Noumea', 'Pago_Pago', 'Wallis', 'Wake', 'Apia', 'Honolulu', 'Rarotonga', 'Chatham', 'Kosrae', 'Fakaofo', 'Norfolk', 'Majuro', 'Kiritimati', 'Pohnpei', 'Efate', 'Gambier', 'Niue', 'Johnston', 'Midway', 'Guam', 'Funafuti', 'Port_Moresby', 'Tahiti', 'Enderbury', 'Fiji'])), ('US', set(['Mountain', 'Arizona', 'Central', 'Eastern', 'Hawaii', 'Pacific', 'Alaska'])), ('Etc', set(['UTC', 'GMT-10', 'GMT-11', 'GMT-12', 'GMT-13', 'GMT-14', 'GMT+8', 'GMT+9', 'GMT+1', 'GMT+2', 'GMT+3', 'GMT+4', 'GMT+5', 'GMT+6', 'GMT+7', 'GMT+12', 'GMT+10', 'GMT+11', 'GMT-8', 'GMT-9', 'GMT-6', 'GMT-7', 'GMT-4', 'GMT-5', 'GMT-2', 'GMT-3', 'GMT-1', 'GMT']))]) > _intf._currentAction._spokes._radioButton24h: RadioButton instance, containing members: > _intf._currentAction._spokes._amPmLabel: Label instance, containing members: > _intf._currentAction._spokes._monthsStore: ListStore instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._ntpSwitch: Switch instance, containing members: > _intf._currentAction._spokes._added_chrony: False > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.storage: Already dumped (Storage instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._monthCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._months_nums: {'February': 2, 'October': 10, 'March': 3, 'August': 8, 'May': 5, 'January': 1, 'June': 6, 'September': 9, 'April': 4, 'December': 12, 'July': 7, 'November': 11} > _intf._currentAction._spokes._citiesSort: TreeModelSort instance, containing members: > _intf._currentAction._spokes._tzmap: TimezoneMap instance, containing members: > _intf._currentAction._spokes._amPmDown: Button instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._update_datetime_timer_id: None > _intf._currentAction._spokes._cityCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._regionCombo: ComboBox instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._dayCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._amPmUp: Button instance, containing members: > _intf._currentAction._spokes._citiesStore: ListStore instance, containing members: > _intf._currentAction._spokes._enabled_chrony: False > _intf._currentAction._spokes._minutesLabel: Label instance, containing members: > _intf._currentAction._spokes._data: Skipped > _intf._currentAction._spokes._yearsStore: ListStore instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._daysStore: ListStore instance, containing members: > _intf._currentAction._spokes._config_dialog: NTPconfigDialog instance, containing members: > _intf._currentAction._spokes._config_dialog._window: Dialog instance, containing members: > _intf._currentAction._spokes._config_dialog.applyOnSkip: False > _intf._currentAction._spokes._config_dialog.builder: Builder instance, containing members: > _intf._currentAction._spokes._config_dialog._epoch: 0 > _intf._currentAction._spokes._config_dialog._epoch_lock: <thread.lock object at 0x7fe9452cf390> > _intf._currentAction._spokes._config_dialog.skipTo: None > _intf._currentAction._spokes._config_dialog._serversStore: ListStore instance, containing members: > _intf._currentAction._spokes._config_dialog._poolsNote: Label instance, containing members: > _intf._currentAction._spokes._config_dialog._threads_counter: 4 > _intf._currentAction._spokes._config_dialog._data: Skipped > _intf._currentAction._spokes._config_dialog._serverEntry: Entry instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._citiesFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes._yearCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._hoursLabel: Label instance, containing members: > _intf._currentAction._spokes._regionsStore: ListStore instance, containing members: > _intf._currentAction._spokes._daysFilter: TreeModelFilter instance, containing members: >, 'StorageSpoke': StorageSpoke instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes.autoPartType: 1 > _intf._currentAction._spokes.disks: [Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >] > _intf._currentAction._spokes.applyOnSkip: True > _intf._currentAction._spokes.autopart: False > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.encrypted: False > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.selected_disks: [sda, sdb] > _intf._currentAction._spokes.storage: Already dumped (Storage instance) > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._ready: True > _intf._currentAction._spokes.local_disks_box: Box instance, containing members: > _intf._currentAction._spokes.passphrase: Skipped > _intf._currentAction._spokes._data: Skipped > _intf._currentAction._spokes.clearPartType: 2 > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._previous_autopart: False >} > _intf._currentAction._checker: FileSystemSpaceChecker instance, containing members: > _intf._currentAction._checker.error_message: Not enough space in filesystems for the current software selection. An additional 3 GB is needed. > _intf._currentAction._checker.storage: Already dumped (Storage instance) > _intf._currentAction._checker.payload: Already dumped (YumPayload instance) > _intf._currentAction._checker.success: False > _intf._currentAction._checker.deficit: 3 GB > _intf._currentAction.applyOnSkip: False > _intf._currentAction.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction.builder: Builder instance, containing members: > _intf._currentAction.storage: Already dumped (Storage instance) > _intf._currentAction._inSpoke: True > _intf._currentAction.skipTo: None > _intf._currentAction._autoContinue: False > _intf._currentAction._notReadySpokes: [] > _intf._currentAction._data: Skipped > _intf._currentAction._update_spoke_id: 263 > _intf._currentAction.payload: Already dumped (YumPayload instance) > _intf._currentAction._incompleteSpokes: [Already dumped (StorageSpoke instance) >] >updateSrc: None >rootParts: None >upgradeRoot: None >_platform: Already dumped (X86 instance) >id: None >rescue: False >mediaDevice: None >upgrade: False >_network: None >methodstr: None >proxyPassword: None >desktop: Desktop instance, containing members: > desktop.info: {} > desktop.always_quote: False > desktop.write_quote: True > desktop.filename: None > desktop.read_unquote: True > desktop.runlevel: 3 > desktop._lines: [] >canReIPL: False >xdriver: None >stage2: hd:LABEL=Fedorax2018x20x86_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._update_only: False > _bootloader._default_image: None > _bootloader.platform: Already dumped (X86 instance) > _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 >simpleFilter: True >ksdata: Skipped >proxyUsername: None >extraModules: [] >mehConfig: Config instance, containing members: > mehConfig.programName: anaconda > mehConfig.programVersion: 18.37.10 > mehConfig.attrSkipList: [_intf._actions, _intf.storage.bootloader.password, _intf.storage.data, _intf.storage.encryptionPassphrase, _bootloader.encrypted_password, _bootloader.password, payload._groups, payload._yum] > mehConfig.localSkipList: [passphrase, password] > 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, /mnt/sysimage/root/upgrade.log, /proc/cmdline, /tmp/syslog] >_backend: None >isHeadless: False >reIPLMessage: None >_storage: Already dumped (Storage instance) >dir: None >opts: {'noipv6': False, 'noipv4': False, 'updateSrc': None, 'selinux': True, 'module': [], 'syslog': None, 'leavebootorder': False, 'images': [], 'serial': False, 'dmraid': True, 'armPlatform': None, 'virtpconsole': None, 'memcheck': True, 'iscsi': False, 'ksfile': None, 'kbdtype': None, 'runres': None, 'xdriver': None, 'display_mode': 'g', 'stage2': 'hd:LABEL=Fedorax2018x20x86_64', 'method': None, 'vncpassword': '', 'vnc': False, 'rescue': False, 'noverifyssl': False, 'autostep': False, 'proxy': None, 'dlabel': False, 'vncconnect': None, 'lang': None, 'liveinst': False, 'loglevel': None, 'isHeadless': False, 'multiLib': False, 'rescue_nomount': False, 'keymap': None, 'mpath': True, 'ibft': True, 'debug': False, 'nofb': None, 'targetArch': None} >proxy: None > > >/tmp/anaconda.log: >19:35:23,999 INFO anaconda: /sbin/anaconda 18.37.10 >19:35:24,724 INFO anaconda: 2097152 kB (2048 MB) are available >19:35:24,724 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >19:35:24,735 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >19:35:24,736 INFO anaconda: Default encoding = utf-8 >19:35:24,929 INFO anaconda: ISCSID is /sbin/iscsid >19:35:24,929 INFO anaconda: no initiator set >19:35:25,009 INFO anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >19:35:25,009 INFO anaconda: no /etc/zfcp.conf; not configuring zfcp >19:35:25,115 INFO anaconda: Display mode = g >19:35:25,116 INFO anaconda: 2097152 kB (2048 MB) are available >19:35:25,116 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >19:35:25,717 DEBUG anaconda: X server has signalled a successful start. >19:35:25,720 INFO anaconda: Starting window manager, pid 709. >19:35:26,529 INFO anaconda: using only installclass _Fedora >19:35:27,037 INFO anaconda: Detected 2016M of memory >19:35:27,038 INFO anaconda: Swap attempt of 4032M >19:35:27,050 INFO anaconda: Running Thread: AnaStorageThread (140640112985856) >19:35:27,051 INFO anaconda: Running Thread: AnaNetworkThread (140640121378560) >19:35:27,053 INFO anaconda: Running Thread: AnaPayloadThread (140639892739840) >19:35:27,061 DEBUG anaconda: network: devices found ['p2p1'] >19:35:27,334 DEBUG anaconda: network: dumped ifcfg file for default autoconnection on p2p1 >19:35:27,406 INFO anaconda: no initiator set >19:35:27,597 DEBUG anaconda: required disklabel type for sda (1) is None >19:35:27,598 DEBUG anaconda: default disklabel type for sda is msdos >19:35:27,601 DEBUG anaconda: selecting msdos disklabel for sda based on size >19:35:27,704 INFO anaconda: failed to get default SELinux context for /tmp/btrfs-tmp.32DpPPa: [Errno 2] No such file or directory >19:35:27,705 DEBUG anaconda: isys.py:mount()- going to mount /dev/sda1 on /tmp/btrfs-tmp.32DpPPa as btrfs with options defaults >19:35:27,765 INFO anaconda: failed to get default SELinux context for /tmp/btrfs-tmp.32DpPPa: [Errno 2] No such file or directory >19:35:27,785 DEBUG anaconda: isys.py:umount()- going to unmount /tmp/btrfs-tmp.32DpPPa, removeDir = False >19:35:27,954 DEBUG anaconda: required disklabel type for sdb (1) is None >19:35:27,954 DEBUG anaconda: default disklabel type for sdb is msdos >19:35:27,955 DEBUG anaconda: selecting msdos disklabel for sdb based on size >19:35:28,427 DEBUG anaconda: updating hostname f18v >19:35:28,511 INFO anaconda: Thread Done: AnaNetworkThread (140640121378560) >19:35:29,119 DEBUG anaconda: isys.py:mount()- going to mount /dev/sda1 on /mnt/sysimage as btrfs with options subvol=root1,ro >19:35:29,155 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >19:35:29,369 DEBUG anaconda: isys.py:mount()- going to mount /dev/sda1 on /mnt/sysimage as btrfs with options subvol=home1,ro >19:35:29,403 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >19:35:29,597 DEBUG anaconda: isys.py:mount()- going to mount /dev/sda1 on /mnt/sysimage as btrfs with options subvol=boot1,ro >19:35:29,633 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >19:35:29,949 INFO anaconda: Thread Done: AnaStorageThread (140640112985856) >19:35:30,240 INFO anaconda: Thread Done: AnaPayloadThread (140639892739840) >19:35:39,307 DEBUG anaconda: network standalone spoke (init): completed: True >14:35:39,024 INFO anaconda: fs space: 0 B needed: 3 GB >14:35:39,078 WARN anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" > return info.invoke(*args, **kwargs) > >14:35:39,083 INFO anaconda: fs space: 0 B needed: 3 GB >14:35:39,138 INFO anaconda: Running Thread: AnaSourceWatcher (140639859152640) >14:35:39,144 INFO anaconda: fs space: 0 B needed: 3 GB >14:35:39,196 DEBUG anaconda: network: selected device p2p1 >14:35:39,205 INFO anaconda: fs space: 0 B needed: 3 GB >14:35:39,223 INFO anaconda: Running Thread: AnaSoftwareWatcher (140640121378560) >14:35:39,243 INFO anaconda: Running Thread: AnaStorageWatcher (140639808837376) >14:35:39,688 INFO anaconda: Running Thread: AnaNTPserver0 (140640112985856) >14:35:39,689 INFO anaconda: Running Thread: AnaNTPserver1 (140639800444672) >14:35:39,690 INFO anaconda: Running Thread: AnaNTPserver2 (140639792051968) >14:35:39,696 INFO anaconda: Running Thread: AnaNTPserver3 (140639783659264) >14:35:39,709 INFO anaconda: Thread Done: AnaSourceWatcher (140639859152640) >14:35:39,813 INFO anaconda: Thread Done: AnaNTPserver3 (140639783659264) >14:35:39,814 INFO anaconda: Thread Done: AnaNTPserver2 (140639792051968) >14:35:39,829 INFO anaconda: Thread Done: AnaNTPserver1 (140639800444672) >14:35:40,608 INFO anaconda: Running Thread: AnaCheckSoftwareThread (140639800444672) >14:35:40,608 INFO anaconda: Thread Done: AnaSoftwareWatcher (140640121378560) >14:35:40,615 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fe9485f0650> status to: Probing storage... >14:35:40,617 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fe9485f0650> status to: Downloading package metadata... >14:35:40,620 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fe948588950> status to: Downloading package metadata... >14:35:40,620 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fe948588950> status to: Downloading group metadata... >14:35:40,620 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe948590250> status to: Probing storage... >14:35:40,627 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fe9485f0650> >14:35:40,629 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fe948588950> >14:35:40,631 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fe948588950> >14:35:40,635 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fe9485f0650> >14:35:40,635 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fe948588950> status to: Checking software dependencies... >14:35:40,678 INFO anaconda: Thread Done: AnaStorageWatcher (140639808837376) >14:35:42,271 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe948590250> >14:35:42,273 INFO anaconda: setting <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0x7fe94857d290> status to: Wired (p2p1) connected >14:35:45,645 INFO anaconda: Thread Done: AnaCheckSoftwareThread (140639800444672) >14:35:46,267 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fe948588950> >14:35:46,271 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fe9485f0650> >14:35:47,440 DEBUG anaconda: disk free: 1.93 MB fs free: 0 B sw needs: 3.43 GB auto swap: 4.03 GB >14:35:49,717 INFO anaconda: Thread Done: AnaNTPserver0 (140640112985856) >14:35:52,242 INFO anaconda: Running Thread: AnaExecuteStorageThread (140640112985856) >14:35:52,281 INFO anaconda: Thread Done: AnaExecuteStorageThread (140640112985856) >14:35:52,313 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'boot1', 'f18v', 'home1', 'live-rw', 'loop0', 'loop1', 'loop2', 'root1', 'sda', 'sda1', 'sdb', 'sdb1', 'sr0'] >14:35:52,313 DEBUG anaconda: ui: unused=['boot1', 'root1', 'home1'] >14:35:52,314 DEBUG anaconda: ui: new_devices=[] >14:35:52,325 DEBUG anaconda: page clicked: New Fedora 18 Installation >14:35:52,325 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >14:35:52,383 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe948590250> >14:35:52,384 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe948590250> status to: Saving storage configuration... >14:35:52,393 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe948590250> >14:35:54,610 DEBUG anaconda: page clicked: Unknown >14:35:54,610 DEBUG anaconda: show first mountpoint: Unknown >14:35:54,620 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume boot1 (6) with existing btrfs filesystem >14:35:54,621 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:35:54,621 DEBUG anaconda: updated device_vg_name to None >14:35:54,622 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:35:54,624 DEBUG anaconda: fs type changed: btrfs >14:35:54,629 INFO anaconda: getting device type for BTRFS >14:35:54,630 DEBUG anaconda: device_type_changed: 3 BTRFS >14:35:54,633 INFO anaconda: getting device type for BTRFS >14:35:54,634 DEBUG anaconda: populate_raid: 3, single >14:35:54,636 INFO anaconda: getting device type for BTRFS >14:35:54,637 INFO anaconda: getting device type for BTRFS >14:35:54,638 DEBUG anaconda: populate_raid: 3, single >14:35:54,640 INFO anaconda: getting device type for BTRFS >14:35:58,618 DEBUG anaconda: current selector: existing 59998MB btrfs subvolume boot1 (6) with existing btrfs filesystem >14:35:58,618 DEBUG anaconda: new selector: existing 59998MB btrfs subvolume root1 (4) with existing btrfs filesystem >14:35:58,619 DEBUG anaconda: notebook page = 1 >14:35:58,619 INFO anaconda: ui: saving changes to device boot1 >14:35:58,619 DEBUG anaconda: old_name: boot1 >14:35:58,619 DEBUG anaconda: new_name: None >14:35:58,620 DEBUG anaconda: new size: 29999.0 >14:35:58,620 DEBUG anaconda: old size: 59998.0 >14:35:58,620 INFO anaconda: getting device type for BTRFS >14:35:58,621 DEBUG anaconda: new device type: 3 >14:35:58,621 DEBUG anaconda: reformat: False >14:35:58,622 DEBUG anaconda: new fs type: btrfs >14:35:58,622 DEBUG anaconda: old encryption setting: False >14:35:58,622 DEBUG anaconda: new encryption setting: False >14:35:58,623 DEBUG anaconda: old mountpoint: >14:35:58,623 DEBUG anaconda: new mountpoint: >14:35:58,623 INFO anaconda: getting device type for BTRFS >14:35:58,628 DEBUG anaconda: updating selector size to '59.99 GB' >14:35:58,635 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume boot1 (6) with existing btrfs filesystem >14:35:58,635 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:35:58,635 DEBUG anaconda: updated device_vg_name to None >14:35:58,636 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:35:58,637 DEBUG anaconda: fs type changed: btrfs >14:35:58,642 INFO anaconda: getting device type for BTRFS >14:35:58,643 DEBUG anaconda: populate_raid: 3, single >14:35:58,645 INFO anaconda: getting device type for BTRFS >14:35:58,646 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume root1 (4) with existing btrfs filesystem >14:35:58,646 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:35:58,646 DEBUG anaconda: updated device_vg_name to None >14:35:58,647 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:35:58,648 DEBUG anaconda: fs type changed: btrfs >14:35:58,653 INFO anaconda: getting device type for BTRFS >14:35:58,654 DEBUG anaconda: populate_raid: 3, single >14:35:58,656 INFO anaconda: getting device type for BTRFS >14:36:03,686 INFO anaconda: ui: saving changes to device root1 >14:36:03,687 DEBUG anaconda: old_name: root1 >14:36:03,687 DEBUG anaconda: new_name: None >14:36:03,687 DEBUG anaconda: new size: 29999.0 >14:36:03,687 DEBUG anaconda: old size: 59998.0 >14:36:03,687 INFO anaconda: getting device type for BTRFS >14:36:03,688 DEBUG anaconda: new device type: 3 >14:36:03,688 DEBUG anaconda: reformat: False >14:36:03,688 DEBUG anaconda: new fs type: btrfs >14:36:03,689 DEBUG anaconda: old encryption setting: False >14:36:03,689 DEBUG anaconda: new encryption setting: False >14:36:03,689 DEBUG anaconda: old mountpoint: >14:36:03,689 DEBUG anaconda: new mountpoint: / >14:36:03,690 INFO anaconda: getting device type for BTRFS >14:36:03,695 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume root1 (4) with existing btrfs filesystem >14:36:03,695 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:36:03,695 DEBUG anaconda: updated device_vg_name to None >14:36:03,696 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:36:03,697 DEBUG anaconda: fs type changed: btrfs >14:36:03,702 INFO anaconda: getting device type for BTRFS >14:36:03,703 DEBUG anaconda: populate_raid: 3, single >14:36:03,705 INFO anaconda: getting device type for BTRFS >14:36:29,844 DEBUG anaconda: current selector: existing 59998MB btrfs subvolume root1 (4) with existing btrfs filesystem >14:36:29,845 DEBUG anaconda: new selector: existing 59998MB btrfs subvolume root1 (4) with existing btrfs filesystem >14:36:29,845 DEBUG anaconda: notebook page = 1 >14:36:29,845 INFO anaconda: ui: saving changes to device root1 >14:36:29,845 DEBUG anaconda: old_name: root1 >14:36:29,845 DEBUG anaconda: new_name: None >14:36:29,846 DEBUG anaconda: new size: 29999.0 >14:36:29,846 DEBUG anaconda: old size: 59998.0 >14:36:29,846 INFO anaconda: getting device type for BTRFS >14:36:29,847 DEBUG anaconda: new device type: 3 >14:36:29,847 DEBUG anaconda: reformat: False >14:36:29,847 DEBUG anaconda: new fs type: btrfs >14:36:29,847 DEBUG anaconda: old encryption setting: False >14:36:29,847 DEBUG anaconda: new encryption setting: False >14:36:29,848 DEBUG anaconda: old mountpoint: >14:36:29,848 DEBUG anaconda: new mountpoint: >14:36:29,848 INFO anaconda: getting device type for BTRFS >14:36:29,852 DEBUG anaconda: updating selector size to '59.99 GB' >14:36:29,859 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume root1 (4) with existing btrfs filesystem >14:36:29,859 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:36:29,859 DEBUG anaconda: updated device_vg_name to None >14:36:29,860 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:36:29,861 DEBUG anaconda: fs type changed: btrfs >14:36:29,865 INFO anaconda: getting device type for BTRFS >14:36:29,866 DEBUG anaconda: populate_raid: 3, single >14:36:29,868 INFO anaconda: getting device type for BTRFS >14:36:29,869 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume root1 (4) with existing btrfs filesystem >14:36:29,869 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:36:29,870 DEBUG anaconda: updated device_vg_name to None >14:36:29,870 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:36:29,871 DEBUG anaconda: fs type changed: btrfs >14:36:29,875 INFO anaconda: getting device type for BTRFS >14:36:29,875 DEBUG anaconda: populate_raid: 3, single >14:36:29,878 INFO anaconda: getting device type for BTRFS >14:36:36,427 DEBUG anaconda: current selector: existing 59998MB btrfs subvolume root1 (4) with existing btrfs filesystem >14:36:36,427 DEBUG anaconda: new selector: existing 59998MB btrfs subvolume home1 (5) with existing btrfs filesystem >14:36:36,427 DEBUG anaconda: notebook page = 1 >14:36:36,427 INFO anaconda: ui: saving changes to device root1 >14:36:36,427 DEBUG anaconda: old_name: root1 >14:36:36,428 DEBUG anaconda: new_name: None >14:36:36,428 DEBUG anaconda: new size: 29999.0 >14:36:36,428 DEBUG anaconda: old size: 59998.0 >14:36:36,428 INFO anaconda: getting device type for BTRFS >14:36:36,429 DEBUG anaconda: new device type: 3 >14:36:36,429 DEBUG anaconda: reformat: False >14:36:36,429 DEBUG anaconda: new fs type: btrfs >14:36:36,429 DEBUG anaconda: old encryption setting: False >14:36:36,429 DEBUG anaconda: new encryption setting: False >14:36:36,430 DEBUG anaconda: old mountpoint: >14:36:36,430 DEBUG anaconda: new mountpoint: >14:36:36,430 INFO anaconda: getting device type for BTRFS >14:36:36,433 DEBUG anaconda: updating selector size to '59.99 GB' >14:36:36,439 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume root1 (4) with existing btrfs filesystem >14:36:36,439 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:36:36,440 DEBUG anaconda: updated device_vg_name to None >14:36:36,440 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:36:36,441 DEBUG anaconda: fs type changed: btrfs >14:36:36,447 INFO anaconda: getting device type for BTRFS >14:36:36,448 DEBUG anaconda: populate_raid: 3, single >14:36:36,450 INFO anaconda: getting device type for BTRFS >14:36:36,450 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume home1 (5) with existing btrfs filesystem >14:36:36,451 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:36:36,451 DEBUG anaconda: updated device_vg_name to None >14:36:36,452 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:36:36,453 DEBUG anaconda: fs type changed: btrfs >14:36:36,457 INFO anaconda: getting device type for BTRFS >14:36:36,458 DEBUG anaconda: populate_raid: 3, single >14:36:36,460 INFO anaconda: getting device type for BTRFS >14:36:39,061 DEBUG anaconda: current selector: existing 59998MB btrfs subvolume home1 (5) with existing btrfs filesystem >14:36:39,062 DEBUG anaconda: new selector: existing 59998MB btrfs subvolume home1 (5) with existing btrfs filesystem >14:36:39,062 DEBUG anaconda: notebook page = 1 >14:36:39,062 INFO anaconda: ui: saving changes to device home1 >14:36:39,062 DEBUG anaconda: old_name: home1 >14:36:39,062 DEBUG anaconda: new_name: None >14:36:39,062 DEBUG anaconda: new size: 29999.0 >14:36:39,063 DEBUG anaconda: old size: 59998.0 >14:36:39,063 INFO anaconda: getting device type for BTRFS >14:36:39,064 DEBUG anaconda: new device type: 3 >14:36:39,064 DEBUG anaconda: reformat: False >14:36:39,064 DEBUG anaconda: new fs type: btrfs >14:36:39,064 DEBUG anaconda: old encryption setting: False >14:36:39,064 DEBUG anaconda: new encryption setting: False >14:36:39,065 DEBUG anaconda: old mountpoint: >14:36:39,065 DEBUG anaconda: new mountpoint: >14:36:39,065 INFO anaconda: getting device type for BTRFS >14:36:39,068 DEBUG anaconda: updating selector size to '59.99 GB' >14:36:39,074 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume home1 (5) with existing btrfs filesystem >14:36:39,074 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:36:39,075 DEBUG anaconda: updated device_vg_name to None >14:36:39,075 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:36:39,076 DEBUG anaconda: fs type changed: btrfs >14:36:39,082 INFO anaconda: getting device type for BTRFS >14:36:39,082 DEBUG anaconda: populate_raid: 3, single >14:36:39,084 INFO anaconda: getting device type for BTRFS >14:36:39,085 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume home1 (5) with existing btrfs filesystem >14:36:39,085 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:36:39,085 DEBUG anaconda: updated device_vg_name to None >14:36:39,086 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:36:39,087 DEBUG anaconda: fs type changed: btrfs >14:36:39,091 INFO anaconda: getting device type for BTRFS >14:36:39,092 DEBUG anaconda: populate_raid: 3, single >14:36:39,094 INFO anaconda: getting device type for BTRFS >14:36:42,018 DEBUG anaconda: current selector: existing 59998MB btrfs subvolume home1 (5) with existing btrfs filesystem >14:36:42,019 DEBUG anaconda: new selector: existing 59998MB btrfs subvolume home1 (5) with existing btrfs filesystem >14:36:42,019 DEBUG anaconda: notebook page = 1 >14:36:42,019 INFO anaconda: ui: saving changes to device home1 >14:36:42,019 DEBUG anaconda: old_name: home1 >14:36:42,019 DEBUG anaconda: new_name: None >14:36:42,020 DEBUG anaconda: new size: 29999.0 >14:36:42,020 DEBUG anaconda: old size: 59998.0 >14:36:42,020 INFO anaconda: getting device type for BTRFS >14:36:42,021 DEBUG anaconda: new device type: 3 >14:36:42,021 DEBUG anaconda: reformat: False >14:36:42,021 DEBUG anaconda: new fs type: btrfs >14:36:42,021 DEBUG anaconda: old encryption setting: False >14:36:42,021 DEBUG anaconda: new encryption setting: False >14:36:42,022 DEBUG anaconda: old mountpoint: >14:36:42,022 DEBUG anaconda: new mountpoint: >14:36:42,022 INFO anaconda: getting device type for BTRFS >14:36:42,025 DEBUG anaconda: updating selector size to '59.99 GB' >14:36:42,032 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume home1 (5) with existing btrfs filesystem >14:36:42,032 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:36:42,032 DEBUG anaconda: updated device_vg_name to None >14:36:42,032 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:36:42,034 DEBUG anaconda: fs type changed: btrfs >14:36:42,039 INFO anaconda: getting device type for BTRFS >14:36:42,040 DEBUG anaconda: populate_raid: 3, single >14:36:42,042 INFO anaconda: getting device type for BTRFS >14:36:42,043 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume home1 (5) with existing btrfs filesystem >14:36:42,043 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:36:42,043 DEBUG anaconda: updated device_vg_name to None >14:36:42,044 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:36:42,045 DEBUG anaconda: fs type changed: btrfs >14:36:42,050 INFO anaconda: getting device type for BTRFS >14:36:42,051 DEBUG anaconda: populate_raid: 3, single >14:36:42,053 INFO anaconda: getting device type for BTRFS >14:38:14,426 INFO anaconda: ui: saving changes to device home1 >14:38:14,426 DEBUG anaconda: old_name: home1 >14:38:14,426 DEBUG anaconda: new_name: None >14:38:14,426 DEBUG anaconda: new size: 29999.0 >14:38:14,426 DEBUG anaconda: old size: 59998.0 >14:38:14,427 INFO anaconda: getting device type for BTRFS >14:38:14,427 DEBUG anaconda: new device type: 3 >14:38:14,427 DEBUG anaconda: reformat: False >14:38:14,428 DEBUG anaconda: new fs type: btrfs >14:38:14,428 DEBUG anaconda: old encryption setting: False >14:38:14,428 DEBUG anaconda: new encryption setting: False >14:38:14,428 DEBUG anaconda: old mountpoint: >14:38:14,428 DEBUG anaconda: new mountpoint: /home >14:38:14,429 INFO anaconda: getting device type for BTRFS >14:38:14,433 DEBUG anaconda: updating selector size to '59.99 GB' >14:38:14,439 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume home1 (5) with existing btrfs filesystem >14:38:14,439 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:38:14,439 DEBUG anaconda: updated device_vg_name to None >14:38:14,440 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:38:14,441 DEBUG anaconda: fs type changed: btrfs >14:38:14,446 INFO anaconda: getting device type for BTRFS >14:38:14,447 DEBUG anaconda: populate_raid: 3, single >14:38:14,450 INFO anaconda: getting device type for BTRFS >14:38:14,450 DEBUG anaconda: updating mountpoint to /home >14:38:37,380 DEBUG anaconda: page clicked: New Fedora 18 Installation >14:38:37,381 DEBUG anaconda: notebook page = 1 >14:38:37,381 INFO anaconda: ui: saving changes to device home1 >14:38:37,381 DEBUG anaconda: old_name: home1 >14:38:37,381 DEBUG anaconda: new_name: None >14:38:37,381 DEBUG anaconda: new size: 29999.0 >14:38:37,382 DEBUG anaconda: old size: 59998.0 >14:38:37,382 INFO anaconda: getting device type for BTRFS >14:38:37,382 DEBUG anaconda: new device type: 3 >14:38:37,383 DEBUG anaconda: reformat: False >14:38:37,383 DEBUG anaconda: new fs type: btrfs >14:38:37,383 DEBUG anaconda: old encryption setting: False >14:38:37,383 DEBUG anaconda: new encryption setting: False >14:38:37,383 DEBUG anaconda: old mountpoint: /home >14:38:37,384 DEBUG anaconda: new mountpoint: >14:38:37,386 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume home1 (5) with existing btrfs filesystem mounted at /home >14:38:37,386 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:38:37,386 DEBUG anaconda: updated device_vg_name to None >14:38:37,387 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:38:37,388 DEBUG anaconda: fs type changed: btrfs >14:38:37,393 INFO anaconda: getting device type for BTRFS >14:38:37,393 DEBUG anaconda: populate_raid: 3, single >14:38:37,395 INFO anaconda: getting device type for BTRFS >14:38:37,396 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >14:38:37,396 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume home1 (5) with existing btrfs filesystem mounted at /home >14:38:37,397 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:38:37,397 DEBUG anaconda: updated device_vg_name to None >14:38:37,397 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:38:37,398 DEBUG anaconda: fs type changed: btrfs >14:38:37,403 INFO anaconda: getting device type for BTRFS >14:38:37,404 DEBUG anaconda: populate_raid: 3, single >14:38:37,406 INFO anaconda: getting device type for BTRFS >14:38:54,659 DEBUG anaconda: page clicked: Unknown >14:38:54,659 DEBUG anaconda: notebook page = 1 >14:38:54,659 INFO anaconda: ui: saving changes to device home1 >14:38:54,660 DEBUG anaconda: old_name: home1 >14:38:54,660 DEBUG anaconda: new_name: None >14:38:54,660 DEBUG anaconda: new size: 29999.0 >14:38:54,660 DEBUG anaconda: old size: 59998.0 >14:38:54,660 INFO anaconda: getting device type for BTRFS >14:38:54,661 DEBUG anaconda: new device type: 3 >14:38:54,661 DEBUG anaconda: reformat: False >14:38:54,661 DEBUG anaconda: new fs type: btrfs >14:38:54,661 DEBUG anaconda: old encryption setting: False >14:38:54,662 DEBUG anaconda: new encryption setting: False >14:38:54,662 DEBUG anaconda: old mountpoint: /home >14:38:54,662 DEBUG anaconda: new mountpoint: /home >14:38:54,662 INFO anaconda: getting device type for BTRFS >14:38:54,666 DEBUG anaconda: updating selector size to '59.99 GB' >14:38:54,673 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume home1 (5) with existing btrfs filesystem mounted at /home >14:38:54,673 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:38:54,674 DEBUG anaconda: updated device_vg_name to None >14:38:54,674 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:38:54,675 DEBUG anaconda: fs type changed: btrfs >14:38:54,679 INFO anaconda: getting device type for BTRFS >14:38:54,680 DEBUG anaconda: populate_raid: 3, single >14:38:54,682 INFO anaconda: getting device type for BTRFS >14:38:54,683 DEBUG anaconda: show first mountpoint: Unknown >14:38:54,683 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume boot1 (6) with existing btrfs filesystem >14:38:54,684 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:38:54,684 DEBUG anaconda: updated device_vg_name to None >14:38:54,685 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:38:54,688 DEBUG anaconda: fs type changed: btrfs >14:38:54,692 INFO anaconda: getting device type for BTRFS >14:38:54,693 DEBUG anaconda: populate_raid: 3, single >14:38:54,694 INFO anaconda: getting device type for BTRFS >14:38:55,620 DEBUG anaconda: current selector: existing 59998MB btrfs subvolume boot1 (6) with existing btrfs filesystem >14:38:55,620 DEBUG anaconda: new selector: existing 59998MB btrfs subvolume root1 (4) with existing btrfs filesystem >14:38:55,621 DEBUG anaconda: notebook page = 1 >14:38:55,621 INFO anaconda: ui: saving changes to device boot1 >14:38:55,621 DEBUG anaconda: old_name: boot1 >14:38:55,622 DEBUG anaconda: new_name: None >14:38:55,622 DEBUG anaconda: new size: 29999.0 >14:38:55,623 DEBUG anaconda: old size: 59998.0 >14:38:55,623 INFO anaconda: getting device type for BTRFS >14:38:55,624 DEBUG anaconda: new device type: 3 >14:38:55,624 DEBUG anaconda: reformat: False >14:38:55,625 DEBUG anaconda: new fs type: btrfs >14:38:55,625 DEBUG anaconda: old encryption setting: False >14:38:55,625 DEBUG anaconda: new encryption setting: False >14:38:55,626 DEBUG anaconda: old mountpoint: >14:38:55,626 DEBUG anaconda: new mountpoint: >14:38:55,626 INFO anaconda: getting device type for BTRFS >14:38:55,631 DEBUG anaconda: updating selector size to '59.99 GB' >14:38:55,638 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume boot1 (6) with existing btrfs filesystem >14:38:55,638 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:38:55,638 DEBUG anaconda: updated device_vg_name to None >14:38:55,639 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:38:55,640 DEBUG anaconda: fs type changed: btrfs >14:38:55,644 INFO anaconda: getting device type for BTRFS >14:38:55,645 DEBUG anaconda: populate_raid: 3, single >14:38:55,647 INFO anaconda: getting device type for BTRFS >14:38:55,647 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume root1 (4) with existing btrfs filesystem >14:38:55,648 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:38:55,648 DEBUG anaconda: updated device_vg_name to None >14:38:55,648 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:38:55,650 DEBUG anaconda: fs type changed: btrfs >14:38:55,654 INFO anaconda: getting device type for BTRFS >14:38:55,654 DEBUG anaconda: populate_raid: 3, single >14:38:55,656 INFO anaconda: getting device type for BTRFS >14:38:59,217 DEBUG anaconda: current selector: existing 59998MB btrfs subvolume root1 (4) with existing btrfs filesystem >14:38:59,218 DEBUG anaconda: new selector: existing 59998MB btrfs subvolume home1 (5) with existing btrfs filesystem mounted at /home >14:38:59,218 DEBUG anaconda: notebook page = 1 >14:38:59,218 INFO anaconda: ui: saving changes to device root1 >14:38:59,218 DEBUG anaconda: old_name: root1 >14:38:59,218 DEBUG anaconda: new_name: None >14:38:59,218 DEBUG anaconda: new size: 29999.0 >14:38:59,219 DEBUG anaconda: old size: 59998.0 >14:38:59,219 INFO anaconda: getting device type for BTRFS >14:38:59,219 DEBUG anaconda: new device type: 3 >14:38:59,220 DEBUG anaconda: reformat: False >14:38:59,220 DEBUG anaconda: new fs type: btrfs >14:38:59,220 DEBUG anaconda: old encryption setting: False >14:38:59,220 DEBUG anaconda: new encryption setting: False >14:38:59,220 DEBUG anaconda: old mountpoint: >14:38:59,220 DEBUG anaconda: new mountpoint: >14:38:59,221 INFO anaconda: getting device type for BTRFS >14:38:59,224 DEBUG anaconda: updating selector size to '59.99 GB' >14:38:59,230 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume root1 (4) with existing btrfs filesystem >14:38:59,230 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:38:59,231 DEBUG anaconda: updated device_vg_name to None >14:38:59,231 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:38:59,232 DEBUG anaconda: fs type changed: btrfs >14:38:59,236 INFO anaconda: getting device type for BTRFS >14:38:59,237 DEBUG anaconda: populate_raid: 3, single >14:38:59,240 INFO anaconda: getting device type for BTRFS >14:38:59,241 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume home1 (5) with existing btrfs filesystem mounted at /home >14:38:59,241 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:38:59,241 DEBUG anaconda: updated device_vg_name to None >14:38:59,241 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:38:59,243 DEBUG anaconda: fs type changed: btrfs >14:38:59,247 INFO anaconda: getting device type for BTRFS >14:38:59,247 DEBUG anaconda: populate_raid: 3, single >14:38:59,249 INFO anaconda: getting device type for BTRFS >14:39:00,745 DEBUG anaconda: current selector: existing 59998MB btrfs subvolume home1 (5) with existing btrfs filesystem mounted at /home >14:39:00,745 DEBUG anaconda: new selector: existing 59998MB btrfs subvolume boot1 (6) with existing btrfs filesystem >14:39:00,745 DEBUG anaconda: notebook page = 1 >14:39:00,746 INFO anaconda: ui: saving changes to device home1 >14:39:00,746 DEBUG anaconda: old_name: home1 >14:39:00,746 DEBUG anaconda: new_name: None >14:39:00,746 DEBUG anaconda: new size: 29999.0 >14:39:00,746 DEBUG anaconda: old size: 59998.0 >14:39:00,747 INFO anaconda: getting device type for BTRFS >14:39:00,747 DEBUG anaconda: new device type: 3 >14:39:00,747 DEBUG anaconda: reformat: False >14:39:00,748 DEBUG anaconda: new fs type: btrfs >14:39:00,748 DEBUG anaconda: old encryption setting: False >14:39:00,748 DEBUG anaconda: new encryption setting: False >14:39:00,748 DEBUG anaconda: old mountpoint: /home >14:39:00,749 DEBUG anaconda: new mountpoint: /home >14:39:00,749 INFO anaconda: getting device type for BTRFS >14:39:00,756 DEBUG anaconda: updating selector size to '59.99 GB' >14:39:00,764 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume home1 (5) with existing btrfs filesystem mounted at /home >14:39:00,764 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:39:00,765 DEBUG anaconda: updated device_vg_name to None >14:39:00,765 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:39:00,766 DEBUG anaconda: fs type changed: btrfs >14:39:00,771 INFO anaconda: getting device type for BTRFS >14:39:00,771 DEBUG anaconda: populate_raid: 3, single >14:39:00,774 INFO anaconda: getting device type for BTRFS >14:39:00,774 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume boot1 (6) with existing btrfs filesystem >14:39:00,775 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:39:00,775 DEBUG anaconda: updated device_vg_name to None >14:39:00,775 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:39:00,777 DEBUG anaconda: fs type changed: btrfs >14:39:00,782 INFO anaconda: getting device type for BTRFS >14:39:00,782 DEBUG anaconda: populate_raid: 3, single >14:39:00,784 INFO anaconda: getting device type for BTRFS >14:39:07,202 INFO anaconda: ui: saving changes to device boot1 >14:39:07,203 DEBUG anaconda: old_name: boot1 >14:39:07,203 DEBUG anaconda: new_name: None >14:39:07,203 DEBUG anaconda: new size: 29999.0 >14:39:07,203 DEBUG anaconda: old size: 59998.0 >14:39:07,204 INFO anaconda: getting device type for BTRFS >14:39:07,204 DEBUG anaconda: new device type: 3 >14:39:07,204 DEBUG anaconda: reformat: False >14:39:07,205 DEBUG anaconda: new fs type: btrfs >14:39:07,205 DEBUG anaconda: old encryption setting: False >14:39:07,205 DEBUG anaconda: new encryption setting: False >14:39:07,205 DEBUG anaconda: old mountpoint: >14:39:07,205 DEBUG anaconda: new mountpoint: /boot >14:39:07,206 INFO anaconda: getting device type for BTRFS >14:39:07,211 DEBUG anaconda: updating selector size to '59.99 GB' >14:39:07,219 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume boot1 (6) with existing btrfs filesystem >14:39:07,219 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:39:07,220 DEBUG anaconda: updated device_vg_name to None >14:39:07,220 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:39:07,221 DEBUG anaconda: fs type changed: btrfs >14:39:07,225 INFO anaconda: getting device type for BTRFS >14:39:07,226 DEBUG anaconda: populate_raid: 3, single >14:39:07,228 INFO anaconda: getting device type for BTRFS >14:39:07,229 DEBUG anaconda: updating mountpoint to /boot >14:39:08,964 DEBUG anaconda: page clicked: New Fedora 18 Installation >14:39:08,965 DEBUG anaconda: notebook page = 1 >14:39:08,965 INFO anaconda: ui: saving changes to device boot1 >14:39:08,966 DEBUG anaconda: old_name: boot1 >14:39:08,966 DEBUG anaconda: new_name: None >14:39:08,966 DEBUG anaconda: new size: 29999.0 >14:39:08,967 DEBUG anaconda: old size: 59998.0 >14:39:08,967 INFO anaconda: getting device type for BTRFS >14:39:08,968 DEBUG anaconda: new device type: 3 >14:39:08,969 DEBUG anaconda: reformat: False >14:39:08,969 DEBUG anaconda: new fs type: btrfs >14:39:08,969 DEBUG anaconda: old encryption setting: False >14:39:08,969 DEBUG anaconda: new encryption setting: False >14:39:08,970 DEBUG anaconda: old mountpoint: /boot >14:39:08,970 DEBUG anaconda: new mountpoint: >14:39:08,973 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume boot1 (6) with existing btrfs filesystem mounted at /boot >14:39:08,973 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:39:08,974 DEBUG anaconda: updated device_vg_name to None >14:39:08,975 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:39:08,976 DEBUG anaconda: fs type changed: btrfs >14:39:08,983 INFO anaconda: getting device type for BTRFS >14:39:08,983 DEBUG anaconda: populate_raid: 3, single >14:39:08,985 INFO anaconda: getting device type for BTRFS >14:39:08,986 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >14:39:08,986 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume home1 (5) with existing btrfs filesystem mounted at /home >14:39:08,987 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:39:08,987 DEBUG anaconda: updated device_vg_name to None >14:39:08,988 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:39:08,989 DEBUG anaconda: fs type changed: btrfs >14:39:08,993 INFO anaconda: getting device type for BTRFS >14:39:08,994 DEBUG anaconda: populate_raid: 3, single >14:39:08,996 INFO anaconda: getting device type for BTRFS >14:39:11,821 INFO anaconda: ui: saving changes to device home1 >14:39:11,822 DEBUG anaconda: old_name: home1 >14:39:11,822 DEBUG anaconda: new_name: None >14:39:11,822 DEBUG anaconda: new size: 29999.0 >14:39:11,822 DEBUG anaconda: old size: 59998.0 >14:39:11,822 INFO anaconda: getting device type for BTRFS >14:39:11,823 DEBUG anaconda: new device type: 3 >14:39:11,823 DEBUG anaconda: reformat: False >14:39:11,823 DEBUG anaconda: new fs type: btrfs >14:39:11,824 DEBUG anaconda: old encryption setting: False >14:39:11,824 DEBUG anaconda: new encryption setting: False >14:39:11,824 DEBUG anaconda: old mountpoint: /home >14:39:11,824 DEBUG anaconda: new mountpoint: /home >14:39:11,824 INFO anaconda: getting device type for BTRFS >14:39:11,828 DEBUG anaconda: updating selector size to '59.99 GB' >14:39:11,836 DEBUG anaconda: populate_right_side: existing 59998MB btrfs subvolume home1 (5) with existing btrfs filesystem mounted at /home >14:39:11,836 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >14:39:11,837 DEBUG anaconda: updated device_vg_name to None >14:39:11,837 DEBUG anaconda: min: 256 max: 29999.0 current: 59998.0 >14:39:11,838 DEBUG anaconda: fs type changed: btrfs >14:39:11,842 INFO anaconda: getting device type for BTRFS >14:39:11,843 DEBUG anaconda: populate_raid: 3, single >14:39:11,845 INFO anaconda: getting device type for BTRFS >14:39:16,298 DEBUG anaconda: requested size = 0 B ; available space = 1.93 MB > > >/tmp/packaging.log: >19:35:27,015 DEBUG packaging: getting release version from tree at None (18) >19:35:27,015 DEBUG packaging: got a release version of 18 >19:35:29,954 INFO packaging: updating base repo >19:35:30,051 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >19:35:30,051 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >19:35:30,052 DEBUG yum.verbose.plugin: Adding en_US to language list >19:35:30,058 DEBUG yum.verbose.YumBase: Config time: 0.099 >19:35:30,083 DEBUG packaging: getting release version from tree at None (18) >19:35:30,084 DEBUG packaging: got a release version of 18 >19:35:30,084 INFO packaging: configuring base repo >19:35:30,085 DEBUG packaging: /dev/sr0 is mounted on /run/install/repo >19:35:30,085 DEBUG packaging: /dev/sr0 is mounted on /run/install/repo >19:35:30,144 DEBUG packaging: getting release version from tree at file:///run/install/repo (18) >19:35:30,144 DEBUG packaging: retrieving treeinfo from file:///run/install/repo (proxies: {} ; sslverify: True) >19:35:30,148 DEBUG packaging: got a release version of 18 >19:35:30,159 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >19:35:30,160 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >19:35:30,160 DEBUG yum.verbose.plugin: Adding en_US to language list >19:35:30,164 DEBUG yum.verbose.YumBase: Config time: 0.015 >19:35:30,183 DEBUG packaging: adding yum repo anaconda with baseurl file:///run/install/repo and mirrorlist None >19:35:30,192 DEBUG packaging: disabling repo fedora >19:35:30,192 DEBUG packaging: disabling repo updates-testing >19:35:30,193 DEBUG packaging: disabling repo updates >19:35:30,193 INFO packaging: gathering repo metadata >19:35:30,194 DEBUG packaging: getting repo metadata for anaconda >19:35:30,226 DEBUG packaging: getting group info for anaconda >19:35:30,240 INFO packaging: metadata retrieval complete >14:35:39,711 DEBUG yum.verbose.YumBase: Setting up Package Sacks >14:35:39,712 INFO_2 yum.verbose.plugin: Determining fastest mirrors >14:35:40,401 DEBUG yum.verbose.YumBase: rpmdb time: 0.000 >14:35:40,473 DEBUG yum.verbose.YumBase: pkgsack time: 0.762 >14:35:40,588 DEBUG yum.verbose.YumBase: group time: 0.877 >14:35:40,597 DEBUG packaging: deleting package sacks >14:35:40,609 INFO packaging: checking software selection >14:35:40,610 DEBUG packaging: deleting package sacks >14:35:40,610 DEBUG packaging: deleting yum transaction info >14:35:40,611 DEBUG packaging: select group core >14:35:40,613 DEBUG yum.verbose.YumBase: Setting up Package Sacks >14:35:40,741 DEBUG yum.verbose.YumBase: rpmdb time: 0.000 >14:35:40,776 DEBUG yum.verbose.YumBase: pkgsack time: 0.162 >14:35:40,835 DEBUG yum.verbose.YumBase: group time: 0.222 >14:35:40,881 DEBUG yum.verbose.YumBase: Obs Init time: 0.043 >14:35:40,901 DEBUG yum.verbose.YumBase: No package named iprutils available to be installed >14:35:40,910 DEBUG yum.verbose.YumBase: No package named ppc64-utils available to be installed >14:35:40,911 DEBUG packaging: select group core >14:35:40,911 DEBUG packaging: select group gnome-desktop >14:35:40,925 DEBUG yum.verbose.YumBase: No package named evolution-NetworkManager available to be installed >14:35:40,928 DEBUG yum.verbose.YumBase: No package named gnome-disk-utility-nautilus available to be installed >14:35:40,933 DEBUG yum.verbose.YumBase: No package named PackageKit-gtk-module available to be installed >14:35:40,971 DEBUG packaging: select group multimedia >14:35:40,985 DEBUG packaging: select group input-methods >14:35:40,994 DEBUG packaging: select group base-x >14:35:41,003 DEBUG yum.verbose.YumBase: No package named xorg-x11-drv-geode available to be installed >14:35:41,005 DEBUG yum.verbose.YumBase: No package named xorg-x11-drv-omap available to be installed >14:35:41,007 DEBUG packaging: select group fonts >14:35:41,094 DEBUG packaging: select group hardware-support >14:35:41,109 DEBUG packaging: select group dial-up >14:35:41,113 DEBUG packaging: select group printing >14:35:41,158 DEBUG packaging: select group firefox >14:35:41,160 DEBUG packaging: select group standard >14:35:41,210 DEBUG packaging: select package kernel-PAE >14:35:41,223 DEBUG yum.verbose.YumBase: Checking for virtual provide or file-provide for kernel-PAE >14:35:41,225 INFO packaging: no kernel-PAE package >14:35:41,225 DEBUG packaging: select package kernel >14:35:41,225 INFO packaging: selected kernel >14:35:41,226 INFO packaging: checking dependencies >14:35:41,366 DEBUG yum.verbose.YumBase: Building updates object >14:35:41,442 DEBUG yum.verbose.YumBase: up:simple updates time: 0.021 >14:35:41,444 DEBUG yum.verbose.YumBase: up:obs time: 0.002 >14:35:41,445 DEBUG yum.verbose.YumBase: up:condense time: 0.000 >14:35:41,445 DEBUG yum.verbose.YumBase: updates time: 0.078 >14:35:41,446 DEBUG yum.verbose.YumBase: TSINFO: Marking glib2-2.34.2-1.fc18.x86_64 as install for ModemManager-0.6.0.0-2.fc18.x86_64 >14:35:41,448 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-glib-0.100-1.fc18.x86_64 as install for ModemManager-0.6.0.0-2.fc18.x86_64 >14:35:41,449 DEBUG yum.verbose.YumBase: TSINFO: Marking libgudev1-195-15.fc18.x86_64 as install for ModemManager-0.6.0.0-2.fc18.x86_64 >14:35:41,450 DEBUG yum.verbose.YumBase: Quick matched glib2-2.34.2-1.fc18.x86_64 to require for libgmodule-2.0.so.0()(64bit) >14:35:41,450 DEBUG yum.verbose.YumBase: Quick matched glib2-2.34.2-1.fc18.x86_64 to require for libglib-2.0.so.0()(64bit) >14:35:41,451 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dbus-libs-1.6.8-2.fc18.x86_64 as install for ModemManager-0.6.0.0-2.fc18.x86_64 >14:35:41,459 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:NetworkManager-glib-0.9.7.0-12.git20121004.fc18.x86_64 as install for 1:NetworkManager-0.9.7.0-12.git20121004.fc18.x86_64 >14:35:41,461 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:wpa_supplicant-1.0-1.fc18.x86_64 as install for 1:NetworkManager-0.9.7.0-12.git20121004.fc18.x86_64 >14:35:41,462 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl3-3.2.14-1.fc18.x86_64 as install for 1:NetworkManager-0.9.7.0-12.git20121004.fc18.x86_64 >14:35:41,464 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-sysv-195-15.fc18.x86_64 as install for 1:NetworkManager-0.9.7.0-12.git20121004.fc18.x86_64 >14:35:41,465 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-libs-195-15.fc18.x86_64 as install for 1:NetworkManager-0.9.7.0-12.git20121004.fc18.x86_64 >14:35:41,467 DEBUG yum.verbose.YumBase: TSINFO: Marking dnsmasq-2.64-1.fc18.x86_64 as install for 1:NetworkManager-0.9.7.0-12.git20121004.fc18.x86_64 >14:35:41,468 DEBUG yum.verbose.YumBase: TSINFO: Marking chkconfig-1.3.59-2.fc18.x86_64 as install for 1:NetworkManager-0.9.7.0-12.git20121004.fc18.x86_64 >14:35:41,469 DEBUG yum.verbose.YumBase: Quick matched chkconfig-1.3.59-2.fc18.x86_64 to require for chkconfig >14:35:41,469 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-autoipd-0.6.31-6.fc18.x86_64 as install for 1:NetworkManager-0.9.7.0-12.git20121004.fc18.x86_64 >14:35:41,471 DEBUG yum.verbose.YumBase: TSINFO: Marking libuuid-2.22.1-2.1.fc18.x86_64 as install for 1:NetworkManager-0.9.7.0-12.git20121004.fc18.x86_64 >14:35:41,473 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-3.14-7.fc18.x86_64 as install for 1:NetworkManager-0.9.7.0-12.git20121004.fc18.x86_64 >14:35:41,474 DEBUG yum.verbose.YumBase: Quick matched nss-3.14-7.fc18.x86_64 to require for libsmime3.so()(64bit) >14:35:41,475 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-0.107-4.fc18.x86_64 as install for 1:NetworkManager-0.9.7.0-12.git20121004.fc18.x86_64 >14:35:41,477 DEBUG yum.verbose.YumBase: TSINFO: Marking nspr-4.9.2-1.fc18.x86_64 as install for 1:NetworkManager-0.9.7.0-12.git20121004.fc18.x86_64 >14:35:41,478 DEBUG yum.verbose.YumBase: Quick matched nspr-4.9.2-1.fc18.x86_64 to require for libplc4.so()(64bit) >14:35:41,478 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-util-3.14-1.fc18.x86_64 as install for 1:NetworkManager-0.9.7.0-12.git20121004.fc18.x86_64 >14:35:41,480 DEBUG yum.verbose.YumBase: Quick matched 1:NetworkManager-glib-0.9.7.0-12.git20121004.fc18.x86_64 to require for libnm-glib.so.4()(64bit) >14:35:41,480 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.14-1.fc18.x86_64 to require for libnl-genl-3.so.200()(64bit) >14:35:41,480 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.14-1.fc18.x86_64 to require for libnl-3.so.200()(64bit) >14:35:41,486 DEBUG yum.verbose.YumBase: TSINFO: Marking openconnect-4.07-2.fc18.x86_64 as install for NetworkManager-openconnect-0.9.7.0-1.git20120918.fc18.x86_64 >14:35:41,488 DEBUG yum.verbose.YumBase: TSINFO: Marking libxml2-2.9.0-3.fc18.x86_64 as install for NetworkManager-openconnect-0.9.7.0-1.git20120918.fc18.x86_64 >14:35:41,488 DEBUG yum.verbose.YumBase: Quick matched libxml2-2.9.0-3.fc18.x86_64 to require for libxml2.so.2(LIBXML2_2.4.30)(64bit) >14:35:41,490 DEBUG yum.verbose.YumBase: TSINFO: Marking pango-1.32.3-1.fc18.x86_64 as install for NetworkManager-openconnect-0.9.7.0-1.git20120918.fc18.x86_64 >14:35:41,491 DEBUG yum.verbose.YumBase: Quick matched pango-1.32.3-1.fc18.x86_64 to require for libpango-1.0.so.0()(64bit) >14:35:41,492 DEBUG yum.verbose.YumBase: TSINFO: Marking gtk3-3.6.2-1.fc18.x86_64 as install for NetworkManager-openconnect-0.9.7.0-1.git20120918.fc18.x86_64 >14:35:41,495 DEBUG yum.verbose.YumBase: TSINFO: Marking libgnome-keyring-3.6.0-1.fc18.x86_64 as install for NetworkManager-openconnect-0.9.7.0-1.git20120918.fc18.x86_64 >14:35:41,496 DEBUG yum.verbose.YumBase: TSINFO: Marking gdk-pixbuf2-2.26.5-1.fc18.x86_64 as install for NetworkManager-openconnect-0.9.7.0-1.git20120918.fc18.x86_64 >14:35:41,498 DEBUG yum.verbose.YumBase: TSINFO: Marking GConf2-3.2.5-3.fc18.x86_64 as install for NetworkManager-openconnect-0.9.7.0-1.git20120918.fc18.x86_64 >14:35:41,499 DEBUG yum.verbose.YumBase: TSINFO: Marking cairo-1.12.8-2.fc18.x86_64 as install for NetworkManager-openconnect-0.9.7.0-1.git20120918.fc18.x86_64 >14:35:41,501 DEBUG yum.verbose.YumBase: TSINFO: Marking cairo-gobject-1.12.8-2.fc18.x86_64 as install for NetworkManager-openconnect-0.9.7.0-1.git20120918.fc18.x86_64 >14:35:41,503 DEBUG yum.verbose.YumBase: TSINFO: Marking atk-2.6.0-1.fc18.x86_64 as install for NetworkManager-openconnect-0.9.7.0-1.git20120918.fc18.x86_64 >14:35:41,507 DEBUG yum.verbose.YumBase: TSINFO: Marking shared-mime-info-1.0-7.fc18.x86_64 as install for 1:NetworkManager-openvpn-0.9.3.997-3.fc18.x86_64 >14:35:41,508 DEBUG yum.verbose.YumBase: TSINFO: Marking openvpn-2.2.2-9.fc18.x86_64 as install for 1:NetworkManager-openvpn-0.9.3.997-3.fc18.x86_64 >14:35:41,509 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-keyring-3.6.2-2.fc18.x86_64 as install for 1:NetworkManager-openvpn-0.9.3.997-3.fc18.x86_64 >14:35:41,511 DEBUG yum.verbose.YumBase: TSINFO: Marking desktop-file-utils-0.21-1.fc18.x86_64 as install for 1:NetworkManager-openvpn-0.9.3.997-3.fc18.x86_64 >14:35:41,516 DEBUG yum.verbose.YumBase: TSINFO: Marking pptp-1.7.2-18.fc18.x86_64 as install for 1:NetworkManager-pptp-0.9.3.997-3.fc18.x86_64 >14:35:41,520 DEBUG yum.verbose.YumBase: TSINFO: Marking vpnc-0.5.3-15.svn457.fc18.x86_64 as install for 1:NetworkManager-vpnc-0.9.3.997-3.fc18.x86_64 >14:35:41,523 DEBUG yum.verbose.YumBase: TSINFO: Marking PackageKit-glib-0.8.6-1.fc18.x86_64 as install for PackageKit-command-not-found-0.8.6-1.fc18.x86_64 >14:35:41,525 DEBUG yum.verbose.YumBase: TSINFO: Marking sqlite-3.7.13-2.fc18.x86_64 as install for PackageKit-command-not-found-0.8.6-1.fc18.x86_64 >14:35:41,526 DEBUG yum.verbose.YumBase: TSINFO: Marking libarchive-3.0.4-2.fc18.x86_64 as install for PackageKit-command-not-found-0.8.6-1.fc18.x86_64 >14:35:41,530 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer-0.10.36-2.fc18.x86_64 as install for PackageKit-gstreamer-plugin-0.8.6-1.fc18.x86_64 >14:35:41,531 DEBUG yum.verbose.YumBase: Quick matched gstreamer-0.10.36-2.fc18.x86_64 to require for libgstreamer-0.10.so.0()(64bit) >14:35:41,534 DEBUG yum.verbose.YumBase: TSINFO: Marking gtk2-2.24.13-1.fc18.x86_64 as install for PackageKit-gtk3-module-0.8.6-1.fc18.x86_64 >14:35:41,537 DEBUG yum.verbose.YumBase: Quick matched gtk2-2.24.13-1.fc18.x86_64 to require for libgdk-x11-2.0.so.0()(64bit) >14:35:41,538 DEBUG yum.verbose.YumBase: TSINFO: Marking freetype-2.4.10-2.fc18.x86_64 as install for PackageKit-gtk3-module-0.8.6-1.fc18.x86_64 >14:35:41,539 DEBUG yum.verbose.YumBase: TSINFO: Marking fontconfig-2.10.2-1.fc18.x86_64 as install for PackageKit-gtk3-module-0.8.6-1.fc18.x86_64 >14:35:41,541 DEBUG yum.verbose.YumBase: TSINFO: Marking PackageKit-0.8.6-1.fc18.x86_64 as install for PackageKit-yum-plugin-0.8.6-1.fc18.x86_64 >14:35:41,543 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-python-1.1.1-1.fc18.x86_64 as install for PackageKit-yum-plugin-0.8.6-1.fc18.x86_64 >14:35:41,544 DEBUG yum.verbose.YumBase: TSINFO: Marking fontpackages-filesystem-1.44-5.fc18.noarch as install for abattis-cantarell-fonts-0.0.10.1-1.fc18.noarch >14:35:41,547 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-2.0.19-2.fc18.x86_64 as install for abrt-desktop-2.0.19-2.fc18.x86_64 >14:35:41,548 DEBUG yum.verbose.YumBase: TSINFO: Marking gdb-7.5.0.20120926-25.fc18.x86_64 as install for abrt-desktop-2.0.19-2.fc18.x86_64 >14:35:41,550 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-ureport-2.0.19-3.fc18.x86_64 as install for abrt-desktop-2.0.19-2.fc18.x86_64 >14:35:41,551 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-logger-2.0.19-3.fc18.x86_64 as install for abrt-desktop-2.0.19-2.fc18.x86_64 >14:35:41,552 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-bugzilla-2.0.19-3.fc18.x86_64 as install for abrt-desktop-2.0.19-2.fc18.x86_64 >14:35:41,554 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-0.155-1.fc18.x86_64 as install for abrt-desktop-2.0.19-2.fc18.x86_64 >14:35:41,555 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-retrace-client-2.0.19-2.fc18.x86_64 as install for abrt-desktop-2.0.19-2.fc18.x86_64 >14:35:41,557 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-plugin-bodhi-2.0.19-2.fc18.x86_64 as install for abrt-desktop-2.0.19-2.fc18.x86_64 >14:35:41,558 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-gui-2.0.19-2.fc18.x86_64 as install for abrt-desktop-2.0.19-2.fc18.x86_64 >14:35:41,559 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-xorg-2.0.19-2.fc18.x86_64 as install for abrt-desktop-2.0.19-2.fc18.x86_64 >14:35:41,561 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-vmcore-2.0.19-2.fc18.x86_64 as install for abrt-desktop-2.0.19-2.fc18.x86_64 >14:35:41,563 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-python-2.0.19-2.fc18.x86_64 as install for abrt-desktop-2.0.19-2.fc18.x86_64 >14:35:41,564 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-kerneloops-2.0.19-2.fc18.x86_64 as install for abrt-desktop-2.0.19-2.fc18.x86_64 >14:35:41,565 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-ccpp-2.0.19-2.fc18.x86_64 as install for abrt-desktop-2.0.19-2.fc18.x86_64 >14:35:41,568 DEBUG yum.verbose.YumBase: TSINFO: Marking libacl-2.2.51-7.fc18.x86_64 as install for acl-2.2.51-7.fc18.x86_64 >14:35:41,569 DEBUG yum.verbose.YumBase: Quick matched libacl-2.2.51-7.fc18.x86_64 to require for libacl.so.1(ACL_1.0)(64bit) >14:35:41,569 DEBUG yum.verbose.YumBase: TSINFO: Marking libattr-2.4.46-7.fc18.x86_64 as install for acl-2.2.51-7.fc18.x86_64 >14:35:41,574 DEBUG yum.verbose.YumBase: TSINFO: Marking 5:guile-1.8.8-5.fc18.2.x86_64 as install for 1:aisleriot-3.2.3.2-3.fc18.x86_64 >14:35:41,576 DEBUG yum.verbose.YumBase: TSINFO: Marking libcanberra-0.30-2.fc18.x86_64 as install for 1:aisleriot-3.2.3.2-3.fc18.x86_64 >14:35:41,577 DEBUG yum.verbose.YumBase: TSINFO: Marking libSM-1.2.1-2.fc18.x86_64 as install for 1:aisleriot-3.2.3.2-3.fc18.x86_64 >14:35:41,578 DEBUG yum.verbose.YumBase: TSINFO: Marking libICE-1.0.8-2.fc18.x86_64 as install for 1:aisleriot-3.2.3.2-3.fc18.x86_64 >14:35:41,581 DEBUG yum.verbose.YumBase: TSINFO: Marking alsa-tools-firmware-1.0.26.1-1.fc18.x86_64 as install for alsa-firmware-1.0.25-2.fc18.noarch >14:35:41,583 DEBUG yum.verbose.YumBase: TSINFO: Marking pulseaudio-libs-2.1-4.fc18.x86_64 as install for alsa-plugins-pulseaudio-1.0.26-2.fc18.x86_64 >14:35:41,585 DEBUG yum.verbose.YumBase: TSINFO: Marking alsa-lib-1.0.26-2.fc18.x86_64 as install for alsa-plugins-pulseaudio-1.0.26-2.fc18.x86_64 >14:35:41,591 DEBUG yum.verbose.YumBase: TSINFO: Marking libsamplerate-0.1.8-3.fc18.x86_64 as install for alsa-utils-1.0.26-1.fc18.x86_64 >14:35:41,592 DEBUG yum.verbose.YumBase: Quick matched libsamplerate-0.1.8-3.fc18.x86_64 to require for libsamplerate.so.0(libsamplerate.so.0.0)(64bit) >14:35:41,593 DEBUG yum.verbose.YumBase: TSINFO: Marking dialog-1.1-17.20120706.fc18.x86_64 as install for alsa-utils-1.0.26-1.fc18.x86_64 >14:35:41,594 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-libs-5.9-7.20121017.fc18.x86_64 as install for alsa-utils-1.0.26-1.fc18.x86_64 >14:35:41,596 DEBUG yum.verbose.YumBase: Quick matched ncurses-libs-5.9-7.20121017.fc18.x86_64 to require for libncursesw.so.5()(64bit) >14:35:41,596 DEBUG yum.verbose.YumBase: Quick matched ncurses-libs-5.9-7.20121017.fc18.x86_64 to require for libmenuw.so.5()(64bit) >14:35:41,597 DEBUG yum.verbose.YumBase: Quick matched ncurses-libs-5.9-7.20121017.fc18.x86_64 to require for libformw.so.5()(64bit) >14:35:41,601 DEBUG yum.verbose.YumBase: TSINFO: Marking pam-1.1.6-3.fc18.1.x86_64 as install for at-3.1.13-10.fc18.x86_64 >14:35:41,602 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-2.1.12-7.fc18.x86_64 as install for at-3.1.13-10.fc18.x86_64 >14:35:41,603 DEBUG yum.verbose.YumBase: Quick matched pam-1.1.6-3.fc18.1.x86_64 to require for libpam.so.0()(64bit) >14:35:41,608 DEBUG yum.verbose.YumBase: TSINFO: Marking libXtst-1.2.1-3.fc18.x86_64 as install for at-spi2-core-2.6.2-1.fc18.x86_64 >14:35:41,610 DEBUG yum.verbose.YumBase: TSINFO: Marking libXext-1.3.1-2.fc18.x86_64 as install for at-spi2-core-2.6.2-1.fc18.x86_64 >14:35:41,611 DEBUG yum.verbose.YumBase: TSINFO: Marking libXevie-1.0.3-4.fc18.x86_64 as install for at-spi2-core-2.6.2-1.fc18.x86_64 >14:35:41,613 DEBUG yum.verbose.YumBase: TSINFO: Marking libX11-1.5.0-3.fc18.x86_64 as install for at-spi2-core-2.6.2-1.fc18.x86_64 >14:35:41,619 DEBUG yum.verbose.YumBase: TSINFO: Marking audit-libs-2.2.1-2.fc18.x86_64 as install for audit-2.2.1-2.fc18.x86_64 >14:35:41,620 DEBUG yum.verbose.YumBase: TSINFO: Marking tcp_wrappers-libs-7.6-70.fc18.x86_64 as install for audit-2.2.1-2.fc18.x86_64 >14:35:41,621 DEBUG yum.verbose.YumBase: Quick matched audit-libs-2.2.1-2.fc18.x86_64 to require for libaudit.so.1()(64bit) >14:35:41,625 DEBUG yum.verbose.YumBase: TSINFO: Marking python-2.7.3-13.fc18.x86_64 as install for authconfig-6.2.5-1.fc18.2.x86_64 >14:35:41,627 DEBUG yum.verbose.YumBase: TSINFO: Marking libpwquality-1.2.0-1.fc18.x86_64 as install for authconfig-6.2.5-1.fc18.2.x86_64 >14:35:41,629 DEBUG yum.verbose.YumBase: TSINFO: Marking newt-python-0.52.14-3.fc18.x86_64 as install for authconfig-6.2.5-1.fc18.2.x86_64 >14:35:41,630 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:openssl-1.0.1c-7.fc18.x86_64 as install for authconfig-6.2.5-1.fc18.2.x86_64 >14:35:41,636 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-libs-0.6.31-6.fc18.x86_64 as install for avahi-0.6.31-6.fc18.x86_64 >14:35:41,637 DEBUG yum.verbose.YumBase: TSINFO: Marking libdaemon-0.14-4.fc18.x86_64 as install for avahi-0.6.31-6.fc18.x86_64 >14:35:41,639 DEBUG yum.verbose.YumBase: TSINFO: Marking expat-2.1.0-4.fc18.x86_64 as install for avahi-0.6.31-6.fc18.x86_64 >14:35:41,640 DEBUG yum.verbose.YumBase: TSINFO: Marking glibc-common-2.16-24.fc18.x86_64 as install for avahi-0.6.31-6.fc18.x86_64 >14:35:41,641 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-2.22-3.fc18.x86_64 as install for avahi-0.6.31-6.fc18.x86_64 >14:35:41,645 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-10-1.fc18.x86_64 as install for b43-openfwwf-5.2-8.fc18.noarch >14:35:41,651 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:pkgconfig-0.27-1.fc18.x86_64 as install for 1:bash-completion-2.0-2.fc18.noarch >14:35:41,654 DEBUG yum.verbose.YumBase: TSINFO: Marking info-4.13a-18.fc18.x86_64 as install for bc-1.06.95-7.fc18.x86_64 >14:35:41,655 DEBUG yum.verbose.YumBase: TSINFO: Marking readline-6.2-5.fc18.x86_64 as install for bc-1.06.95-7.fc18.x86_64 >14:35:41,660 DEBUG yum.verbose.YumBase: TSINFO: Marking krb5-libs-1.10.3-5.fc18.x86_64 as install for 32:bind-utils-9.9.2-5.P1.fc18.x86_64 >14:35:41,661 DEBUG yum.verbose.YumBase: TSINFO: Marking libidn-1.25-3.fc18.x86_64 as install for 32:bind-utils-9.9.2-5.P1.fc18.x86_64 >14:35:41,663 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-libs-9.9.2-5.P1.fc18.x86_64 as install for 32:bind-utils-9.9.2-5.P1.fc18.x86_64 >14:35:41,664 DEBUG yum.verbose.YumBase: Quick matched krb5-libs-1.10.3-5.fc18.x86_64 to require for libk5crypto.so.3()(64bit) >14:35:41,665 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-9.9.2-5.P1.fc18.x86_64 to require for libisccc.so.90()(64bit) >14:35:41,665 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-9.9.2-5.P1.fc18.x86_64 to require for libisc.so.92()(64bit) >14:35:41,666 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:openssl-libs-1.0.1c-7.fc18.x86_64 as install for 32:bind-utils-9.9.2-5.P1.fc18.x86_64 >14:35:41,667 DEBUG yum.verbose.YumBase: TSINFO: Marking libcom_err-1.42.5-1.fc18.x86_64 as install for 32:bind-utils-9.9.2-5.P1.fc18.x86_64 >14:35:41,670 DEBUG yum.verbose.YumBase: TSINFO: Marking pciutils-libs-3.1.10-2.fc18.x86_64 as install for biosdevname-0.4.1-2.fc18.x86_64 >14:35:41,671 DEBUG yum.verbose.YumBase: TSINFO: Marking zlib-1.2.7-9.fc18.x86_64 as install for biosdevname-0.4.1-2.fc18.x86_64 >14:35:41,674 DEBUG yum.verbose.YumBase: TSINFO: Marking bluez-libs-4.101-5.fc18.x86_64 as install for bluez-cups-4.101-5.fc18.x86_64 >14:35:41,681 DEBUG yum.verbose.YumBase: TSINFO: Marking genisoimage-1.1.11-14.fc18.x86_64 as install for brasero-3.6.1-1.fc18.x86_64 >14:35:41,683 DEBUG yum.verbose.YumBase: TSINFO: Marking libisofs-1.2.4-1.fc18.x86_64 as install for brasero-3.6.1-1.fc18.x86_64 >14:35:41,684 DEBUG yum.verbose.YumBase: TSINFO: Marking libburn-1.2.4-1.fc18.x86_64 as install for brasero-3.6.1-1.fc18.x86_64 >14:35:41,687 DEBUG yum.verbose.YumBase: TSINFO: Marking dvd+rw-tools-7.1-10.fc18.x86_64 as install for brasero-3.6.1-1.fc18.x86_64 >14:35:41,688 DEBUG yum.verbose.YumBase: TSINFO: Marking wodim-1.1.11-14.fc18.x86_64 as install for brasero-3.6.1-1.fc18.x86_64 >14:35:41,690 DEBUG yum.verbose.YumBase: TSINFO: Marking cdrdao-1.2.3-16.fc18.x86_64 as install for brasero-3.6.1-1.fc18.x86_64 >14:35:41,691 DEBUG yum.verbose.YumBase: TSINFO: Marking icedax-1.1.11-14.fc18.x86_64 as install for brasero-3.6.1-1.fc18.x86_64 >14:35:41,693 DEBUG yum.verbose.YumBase: TSINFO: Marking tracker-0.14.4-1.fc18.x86_64 as install for brasero-3.6.1-1.fc18.x86_64 >14:35:41,695 DEBUG yum.verbose.YumBase: TSINFO: Marking totem-pl-parser-3.4.3-1.fc18.x86_64 as install for brasero-3.6.1-1.fc18.x86_64 >14:35:41,696 DEBUG yum.verbose.YumBase: TSINFO: Marking libnotify-0.7.5-3.fc18.x86_64 as install for brasero-3.6.1-1.fc18.x86_64 >14:35:41,700 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer1-plugins-base-1.0.3-1.fc18.x86_64 as install for brasero-3.6.1-1.fc18.x86_64 >14:35:41,701 DEBUG yum.verbose.YumBase: Quick matched gstreamer1-plugins-base-1.0.3-1.fc18.x86_64 to require for libgsttag-1.0.so.0()(64bit) >14:35:41,702 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer1-1.0.3-1.fc18.x86_64 as install for brasero-3.6.1-1.fc18.x86_64 >14:35:41,713 DEBUG yum.verbose.YumBase: TSINFO: Marking brasero-libs-3.6.1-1.fc18.x86_64 as install for brasero-3.6.1-1.fc18.x86_64 >14:35:41,714 DEBUG yum.verbose.YumBase: Quick matched brasero-libs-3.6.1-1.fc18.x86_64 to require for libbrasero-media3.so.1()(64bit) >14:35:41,714 DEBUG yum.verbose.YumBase: Quick matched brasero-libs-3.6.1-1.fc18.x86_64 to require for libbrasero-burn3.so.1()(64bit) >14:35:41,717 DEBUG yum.verbose.YumBase: TSINFO: Marking nautilus-extensions-3.6.3-3.fc18.x86_64 as install for brasero-nautilus-3.6.1-1.fc18.x86_64 >14:35:41,722 DEBUG yum.verbose.YumBase: TSINFO: Marking libblkid-2.22.1-2.1.fc18.x86_64 as install for btrfs-progs-0.20.rc1.20121017git91d9eec-1.fc18.x86_64 >14:35:41,722 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.22.1-2.1.fc18.x86_64 to require for libblkid.so.1(BLKID_2.17)(64bit) >14:35:41,723 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.22.1-2.1.fc18.x86_64 to require for libblkid.so.1(BLKID_2.15)(64bit) >14:35:41,723 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.22.1-2.1.fc18.x86_64 to require for libblkid.so.1(BLKID_1.0)(64bit) >14:35:41,723 DEBUG yum.verbose.YumBase: TSINFO: Marking e2fsprogs-libs-1.42.5-1.fc18.x86_64 as install for btrfs-progs-0.20.rc1.20121017git91d9eec-1.fc18.x86_64 >14:35:41,726 DEBUG yum.verbose.YumBase: TSINFO: Marking bzip2-libs-1.0.6-7.fc18.x86_64 as install for bzip2-1.0.6-7.fc18.x86_64 >14:35:41,729 DEBUG yum.verbose.YumBase: TSINFO: Marking python-caribou-0.4.4.2-6.fc18.noarch as install for caribou-0.4.4.2-6.fc18.x86_64 >14:35:41,730 DEBUG yum.verbose.YumBase: TSINFO: Marking gobject-introspection-1.34.2-1.fc18.x86_64 as install for caribou-0.4.4.2-6.fc18.x86_64 >14:35:41,732 DEBUG yum.verbose.YumBase: TSINFO: Marking libxklavier-5.3-1.fc18.x86_64 as install for caribou-0.4.4.2-6.fc18.x86_64 >14:35:41,733 DEBUG yum.verbose.YumBase: TSINFO: Marking libgee06-0.6.6.1-1.fc18.x86_64 as install for caribou-0.4.4.2-6.fc18.x86_64 >14:35:41,743 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:cheese-libs-3.6.2-1.fc18.x86_64 as install for 2:cheese-3.6.2-1.fc18.x86_64 >14:35:41,745 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-video-effects-0.4.0-4.fc18.noarch as install for 2:cheese-3.6.2-1.fc18.x86_64 >14:35:41,746 DEBUG yum.verbose.YumBase: TSINFO: Marking json-glib-0.15.2-1.fc18.x86_64 as install for 2:cheese-3.6.2-1.fc18.x86_64 >14:35:41,747 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-desktop3-3.6.2-1.fc18.x86_64 as install for 2:cheese-3.6.2-1.fc18.x86_64 >14:35:41,748 DEBUG yum.verbose.YumBase: TSINFO: Marking cogl-1.12.0-1.fc18.x86_64 as install for 2:cheese-3.6.2-1.fc18.x86_64 >14:35:41,749 DEBUG yum.verbose.YumBase: Quick matched cogl-1.12.0-1.fc18.x86_64 to require for libcogl-pango.so.0()(64bit) >14:35:41,750 DEBUG yum.verbose.YumBase: TSINFO: Marking clutter-gtk-1.4.0-1.fc18.x86_64 as install for 2:cheese-3.6.2-1.fc18.x86_64 >14:35:41,752 DEBUG yum.verbose.YumBase: TSINFO: Marking clutter-gst2-1.9.92-1.fc18.x86_64 as install for 2:cheese-3.6.2-1.fc18.x86_64 >14:35:41,753 DEBUG yum.verbose.YumBase: TSINFO: Marking clutter-1.12.2-1.fc18.x86_64 as install for 2:cheese-3.6.2-1.fc18.x86_64 >14:35:41,756 DEBUG yum.verbose.YumBase: Quick matched 2:cheese-libs-3.6.2-1.fc18.x86_64 to require for libcheese-gtk.so.23()(64bit) >14:35:41,756 DEBUG yum.verbose.YumBase: TSINFO: Marking libXi-1.6.1-2.fc18.x86_64 as install for 2:cheese-3.6.2-1.fc18.x86_64 >14:35:41,757 DEBUG yum.verbose.YumBase: TSINFO: Marking libXfixes-5.0-3.fc18.x86_64 as install for 2:cheese-3.6.2-1.fc18.x86_64 >14:35:41,759 DEBUG yum.verbose.YumBase: TSINFO: Marking libXdamage-1.1.3-4.fc18.x86_64 as install for 2:cheese-3.6.2-1.fc18.x86_64 >14:35:41,760 DEBUG yum.verbose.YumBase: TSINFO: Marking libXcomposite-0.4.3-4.fc18.x86_64 as install for 2:cheese-3.6.2-1.fc18.x86_64 >14:35:41,763 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libwbclient-4.0.0-168.fc18.rc5.x86_64 as install for cifs-utils-5.8-1.fc18.x86_64 >14:35:41,764 DEBUG yum.verbose.YumBase: TSINFO: Marking libtalloc-2.0.7-5.fc18.x86_64 as install for cifs-utils-5.8-1.fc18.x86_64 >14:35:41,766 DEBUG yum.verbose.YumBase: TSINFO: Marking keyutils-libs-1.5.5-3.fc18.x86_64 as install for cifs-utils-5.8-1.fc18.x86_64 >14:35:41,766 DEBUG yum.verbose.YumBase: Quick matched keyutils-libs-1.5.5-3.fc18.x86_64 to require for libkeyutils.so.1(KEYUTILS_0.3)(64bit) >14:35:41,767 DEBUG yum.verbose.YumBase: TSINFO: Marking keyutils-1.5.5-3.fc18.x86_64 as install for cifs-utils-5.8-1.fc18.x86_64 >14:35:41,769 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-ng-0.7.3-1.fc18.x86_64 as install for cifs-utils-5.8-1.fc18.x86_64 >14:35:41,774 DEBUG yum.verbose.YumBase: TSINFO: Marking shared-color-profiles-0.1.6-1.fc18.noarch as install for colord-0.1.25-1.fc18.x86_64 >14:35:41,775 DEBUG yum.verbose.YumBase: TSINFO: Marking color-filesystem-1-10.noarch as install for colord-0.1.25-1.fc18.x86_64 >14:35:41,776 DEBUG yum.verbose.YumBase: TSINFO: Marking libusbx-1.0.14-1.fc18.x86_64 as install for colord-0.1.25-1.fc18.x86_64 >14:35:41,777 DEBUG yum.verbose.YumBase: TSINFO: Marking lcms2-2.4-1.fc18.x86_64 as install for colord-0.1.25-1.fc18.x86_64 >14:35:41,778 DEBUG yum.verbose.YumBase: TSINFO: Marking libgusb-0.1.4-1.fc18.x86_64 as install for colord-0.1.25-1.fc18.x86_64 >14:35:41,788 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:control-center-filesystem-3.6.3-1.fc18.x86_64 as install for 1:control-center-3.6.3-1.fc18.x86_64 >14:35:41,789 DEBUG yum.verbose.YumBase: TSINFO: Marking redhat-menus-12.0.2-5.fc18.noarch as install for 1:control-center-3.6.3-1.fc18.x86_64 >14:35:41,790 DEBUG yum.verbose.YumBase: TSINFO: Marking libXrandr-1.4.0-1.fc18.x86_64 as install for 1:control-center-3.6.3-1.fc18.x86_64 >14:35:41,791 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-menus-3.6.1-1.fc18.x86_64 as install for 1:control-center-3.6.3-1.fc18.x86_64 >14:35:41,792 DEBUG yum.verbose.YumBase: TSINFO: Marking pulseaudio-libs-glib2-2.1-4.fc18.x86_64 as install for 1:control-center-3.6.3-1.fc18.x86_64 >14:35:41,793 DEBUG yum.verbose.YumBase: TSINFO: Marking iso-codes-3.40-1.fc18.noarch as install for 1:control-center-3.6.3-1.fc18.x86_64 >14:35:41,795 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dbus-x11-1.6.8-2.fc18.x86_64 as install for 1:control-center-3.6.3-1.fc18.x86_64 >14:35:41,796 DEBUG yum.verbose.YumBase: TSINFO: Marking accountsservice-0.6.25-2.fc18.x86_64 as install for 1:control-center-3.6.3-1.fc18.x86_64 >14:35:41,797 DEBUG yum.verbose.YumBase: TSINFO: Marking libwacom-0.6.1-1.fc18.x86_64 as install for 1:control-center-3.6.3-1.fc18.x86_64 >14:35:41,798 DEBUG yum.verbose.YumBase: TSINFO: Marking upower-0.9.18-2.fc18.x86_64 as install for 1:control-center-3.6.3-1.fc18.x86_64 >14:35:41,801 DEBUG yum.verbose.YumBase: TSINFO: Marking libnm-gtk-0.9.7.0-4.git20121016.fc18.x86_64 as install for 1:control-center-3.6.3-1.fc18.x86_64 >14:35:41,802 DEBUG yum.verbose.YumBase: TSINFO: Marking ibus-libs-1.4.99.20121109-8.fc18.x86_64 as install for 1:control-center-3.6.3-1.fc18.x86_64 >14:35:41,803 DEBUG yum.verbose.YumBase: TSINFO: Marking libgtop2-2.28.4-3.fc18.x86_64 as install for 1:control-center-3.6.3-1.fc18.x86_64 >14:35:41,804 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-online-accounts-3.6.2-1.fc18.x86_64 as install for 1:control-center-3.6.3-1.fc18.x86_64 >14:35:41,805 DEBUG yum.verbose.YumBase: Quick matched gnome-online-accounts-3.6.2-1.fc18.x86_64 to require for libgoa-1.0.so.0()(64bit) >14:35:41,806 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:gnome-bluetooth-libs-3.6.1-2.fc18.x86_64 as install for 1:control-center-3.6.3-1.fc18.x86_64 >14:35:41,808 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:cups-libs-1.5.4-14.fc18.x86_64 as install for 1:control-center-3.6.3-1.fc18.x86_64 >14:35:41,813 DEBUG yum.verbose.YumBase: TSINFO: Marking pcsc-lite-libs-1.8.7-1.fc18.x86_64 as install for coolkey-1.1.0-21.fc18.x86_64 >14:35:41,815 DEBUG yum.verbose.YumBase: TSINFO: Marking pcsc-lite-1.8.7-1.fc18.x86_64 as install for coolkey-1.1.0-21.fc18.x86_64 >14:35:41,817 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-tools-3.14-7.fc18.x86_64 as install for coolkey-1.1.0-21.fc18.x86_64 >14:35:41,819 DEBUG yum.verbose.YumBase: TSINFO: Marking libstdc++-4.7.2-8.fc18.x86_64 as install for coolkey-1.1.0-21.fc18.x86_64 >14:35:41,820 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.7.2-8.fc18.x86_64 to require for libstdc++.so.6(GLIBCXX_3.4)(64bit) >14:35:41,820 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.7.2-8.fc18.x86_64 to require for libstdc++.so.6(CXXABI_1.3)(64bit) >14:35:41,821 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-3.14-5.fc18.x86_64 as install for coolkey-1.1.0-21.fc18.x86_64 >14:35:41,822 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcc-4.7.2-8.fc18.x86_64 as install for coolkey-1.1.0-21.fc18.x86_64 >14:35:41,823 DEBUG yum.verbose.YumBase: TSINFO: Marking pcsc-lite-ccid-1.4.8-1.fc18.x86_64 as install for coolkey-1.1.0-21.fc18.x86_64 >14:35:41,830 DEBUG yum.verbose.YumBase: TSINFO: Marking grep-2.14-1.fc18.x86_64 as install for coreutils-8.17-6.fc18.x86_64 >14:35:41,832 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:gmp-5.0.5-3.fc18.x86_64 as install for coreutils-8.17-6.fc18.x86_64 >14:35:41,832 DEBUG yum.verbose.YumBase: Quick matched 1:gmp-5.0.5-3.fc18.x86_64 to require for libgmp.so.10()(64bit) >14:35:41,837 DEBUG yum.verbose.YumBase: TSINFO: Marking sed-4.2.1-10.fc18.x86_64 as install for cronie-1.4.10-1.fc18.x86_64 >14:35:41,841 DEBUG yum.verbose.YumBase: TSINFO: Marking cronie-anacron-1.4.10-1.fc18.x86_64 as install for cronie-1.4.10-1.fc18.x86_64 >14:35:41,844 DEBUG yum.verbose.YumBase: TSINFO: Marking cryptsetup-libs-1.5.1-1.fc18.x86_64 as install for cryptsetup-1.5.1-1.fc18.x86_64 >14:35:41,846 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-lib-1.3.1-2.fc18.x86_64 as install for cryptsetup-1.5.1-1.fc18.x86_64 >14:35:41,847 DEBUG yum.verbose.YumBase: TSINFO: Marking popt-1.13-12.fc18.x86_64 as install for cryptsetup-1.5.1-1.fc18.x86_64 >14:35:41,856 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-utils-0.20.2-9.fc18.x86_64 as install for 1:cups-1.5.4-14.fc18.x86_64 >14:35:41,858 DEBUG yum.verbose.YumBase: TSINFO: Marking gnutls-2.12.21-1.fc18.x86_64 as install for 1:cups-1.5.4-14.fc18.x86_64 >14:35:41,859 DEBUG yum.verbose.YumBase: TSINFO: Marking openldap-2.4.33-3.fc18.x86_64 as install for 1:cups-1.5.4-14.fc18.x86_64 >14:35:41,861 DEBUG yum.verbose.YumBase: TSINFO: Marking libgpg-error-1.10-3.fc18.x86_64 as install for 1:cups-1.5.4-14.fc18.x86_64 >14:35:41,862 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcrypt-1.5.0-6.fc18.x86_64 as install for 1:cups-1.5.4-14.fc18.x86_64 >14:35:41,868 DEBUG yum.verbose.YumBase: TSINFO: Marking libcurl-7.27.0-4.fc18.x86_64 as install for curl-7.27.0-4.fc18.x86_64 >14:35:41,869 DEBUG yum.verbose.YumBase: Quick matched libcurl-7.27.0-4.fc18.x86_64 to require for libcurl.so.4()(64bit) >14:35:41,872 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-lib-2.1.23-36.fc18.x86_64 as install for cyrus-sasl-plain-2.1.23-36.fc18.x86_64 >14:35:41,881 DEBUG yum.verbose.YumBase: TSINFO: Marking duplicity-0.6.18-2.fc18.x86_64 as install for deja-dup-24.0-1.fc18.x86_64 >14:35:41,882 DEBUG yum.verbose.YumBase: TSINFO: Marking python-cloudfiles-1.7.10-2.fc18.noarch as install for deja-dup-24.0-1.fc18.x86_64 >14:35:41,883 DEBUG yum.verbose.YumBase: TSINFO: Marking libpeas-1.6.2-1.fc18.x86_64 as install for deja-dup-24.0-1.fc18.x86_64 >14:35:41,886 DEBUG yum.verbose.YumBase: TSINFO: Marking dejavu-fonts-common-2.33-4.fc18.noarch as install for dejavu-sans-fonts-2.33-4.fc18.noarch >14:35:41,889 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-libs-4.2.4-23.P2.fc18.x86_64 as install for 12:dhclient-4.2.4-23.P2.fc18.x86_64 >14:35:41,890 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-common-4.2.4-23.P2.fc18.x86_64 as install for 12:dhclient-4.2.4-23.P2.fc18.x86_64 >14:35:41,892 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-libs-lite-9.9.2-5.P1.fc18.x86_64 as install for 12:dhclient-4.2.4-23.P2.fc18.x86_64 >14:35:41,892 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-lite-9.9.2-5.P1.fc18.x86_64 to require for libdns-export.so.95()(64bit) >14:35:41,895 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-1.02.77-4.fc18.x86_64 as install for dmraid-1.0.0.rc16-17.fc18.x86_64 >14:35:41,896 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-libs-1.02.77-4.fc18.x86_64 as install for dmraid-1.0.0.rc16-17.fc18.x86_64 >14:35:41,897 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-event-libs-1.02.77-4.fc18.x86_64 as install for dmraid-1.0.0.rc16-17.fc18.x86_64 >14:35:41,899 DEBUG yum.verbose.YumBase: TSINFO: Marking kpartx-0.4.9-36.fc18.x86_64 as install for dmraid-1.0.0.rc16-17.fc18.x86_64 >14:35:41,901 DEBUG yum.verbose.YumBase: TSINFO: Marking dmraid-events-1.0.0.rc16-17.fc18.x86_64 as install for dmraid-1.0.0.rc16-17.fc18.x86_64 >14:35:41,902 DEBUG yum.verbose.YumBase: TSINFO: Marking libsepol-2.1.8-2.fc18.x86_64 as install for dmraid-1.0.0.rc16-17.fc18.x86_64 >14:35:41,906 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:rmt-0.4-0.13.b44.fc18.x86_64 as install for 1:dump-0.4-0.13.b44.fc18.x86_64 >14:35:41,908 DEBUG yum.verbose.YumBase: TSINFO: Marking libss-1.42.5-1.fc18.x86_64 as install for e2fsprogs-1.42.5-1.fc18.x86_64 >14:35:41,924 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-salut-0.8.1-1.fc18.x86_64 as install for empathy-3.6.2-2.fc18.x86_64 >14:35:41,926 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:telepathy-mission-control-5.14.0-1.fc18.x86_64 as install for empathy-3.6.2-2.fc18.x86_64 >14:35:41,930 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-haze-0.6.0-2.fc18.x86_64 as install for empathy-3.6.2-2.fc18.x86_64 >14:35:41,932 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-gabble-0.16.4-2.fc18.x86_64 as install for empathy-3.6.2-2.fc18.x86_64 >14:35:41,934 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-idle-0.1.13-1.fc18.x86_64 as install for empathy-3.6.2-2.fc18.x86_64 >14:35:41,936 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-filesystem-0.0.2-4.fc18.noarch as install for empathy-3.6.2-2.fc18.x86_64 >14:35:41,938 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-glib-0.20.1-1.fc18.x86_64 as install for empathy-3.6.2-2.fc18.x86_64 >14:35:41,939 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.9.0)(64bit) >14:35:41,939 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.9)(64bit) >14:35:41,939 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.6)(64bit) >14:35:41,940 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.36)(64bit) >14:35:41,940 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.35)(64bit) >14:35:41,940 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.34)(64bit) >14:35:41,940 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.32)(64bit) >14:35:41,940 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.3)(64bit) >14:35:41,941 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.29)(64bit) >14:35:41,941 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.27)(64bit) >14:35:41,941 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.26)(64bit) >14:35:41,941 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.24)(64bit) >14:35:41,941 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.23)(64bit) >14:35:41,942 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.21)(64bit) >14:35:41,942 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.2)(64bit) >14:35:41,942 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.18)(64bit) >14:35:41,942 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.17)(64bit) >14:35:41,942 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.16)(64bit) >14:35:41,943 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.15)(64bit) >14:35:41,943 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.14)(64bit) >14:35:41,943 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.12)(64bit) >14:35:41,943 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.1)(64bit) >14:35:41,943 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.0)(64bit) >14:35:41,944 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.9)(64bit) >14:35:41,944 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.4)(64bit) >14:35:41,944 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.3)(64bit) >14:35:41,944 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.1)(64bit) >14:35:41,944 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.0)(64bit) >14:35:41,945 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.17.6)(64bit) >14:35:41,945 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.17.5)(64bit) >14:35:41,945 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.17.1)(64bit) >14:35:41,945 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.17.0)(64bit) >14:35:41,945 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.8)(64bit) >14:35:41,946 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.6)(64bit) >14:35:41,946 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.5)(64bit) >14:35:41,946 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.3)(64bit) >14:35:41,946 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.2)(64bit) >14:35:41,946 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.1)(64bit) >14:35:41,947 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.0)(64bit) >14:35:41,947 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.14.3)(64bit) >14:35:41,947 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.14.2)(64bit) >14:35:41,947 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.9)(64bit) >14:35:41,947 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.8)(64bit) >14:35:41,947 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.7)(64bit) >14:35:41,948 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.3)(64bit) >14:35:41,948 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.2)(64bit) >14:35:41,948 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.16)(64bit) >14:35:41,948 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.14)(64bit) >14:35:41,948 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.12)(64bit) >14:35:41,949 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.11)(64bit) >14:35:41,949 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.10)(64bit) >14:35:41,949 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.1)(64bit) >14:35:41,949 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.0)(64bit) >14:35:41,949 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.9)(64bit) >14:35:41,950 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.7)(64bit) >14:35:41,950 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.6)(64bit) >14:35:41,950 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.5)(64bit) >14:35:41,950 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.4)(64bit) >14:35:41,950 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.3)(64bit) >14:35:41,951 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.15)(64bit) >14:35:41,951 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.14)(64bit) >14:35:41,951 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.13)(64bit) >14:35:41,951 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.12)(64bit) >14:35:41,951 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.11)(64bit) >14:35:41,951 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.1)(64bit) >14:35:41,952 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.20.1-1.fc18.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.0)(64bit) >14:35:41,952 DEBUG yum.verbose.YumBase: TSINFO: Marking webkitgtk3-1.10.1-1.fc18.x86_64 as install for empathy-3.6.2-2.fc18.x86_64 >14:35:41,954 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-logger-0.6.0-3.fc18.x86_64 as install for empathy-3.6.2-2.fc18.x86_64 >14:35:41,956 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-farstream-0.6.0-1.fc18.x86_64 as install for empathy-3.6.2-2.fc18.x86_64 >14:35:41,958 DEBUG yum.verbose.YumBase: TSINFO: Marking libsoup-2.40.2-1.fc18.x86_64 as install for empathy-3.6.2-2.fc18.x86_64 >14:35:41,959 DEBUG yum.verbose.YumBase: TSINFO: Marking libsecret-0.12-1.fc18.x86_64 as install for empathy-3.6.2-2.fc18.x86_64 >14:35:41,960 DEBUG yum.verbose.YumBase: TSINFO: Marking p11-kit-0.14-1.fc18.x86_64 as install for empathy-3.6.2-2.fc18.x86_64 >14:35:41,962 DEBUG yum.verbose.YumBase: TSINFO: Marking geoclue-0.12.99-1.fc18.x86_64 as install for empathy-3.6.2-2.fc18.x86_64 >14:35:41,963 DEBUG yum.verbose.YumBase: TSINFO: Marking gcr-3.6.2-1.fc18.x86_64 as install for empathy-3.6.2-2.fc18.x86_64 >14:35:41,964 DEBUG yum.verbose.YumBase: Quick matched gcr-3.6.2-1.fc18.x86_64 to require for libgcr-3.so.1()(64bit) >14:35:41,965 DEBUG yum.verbose.YumBase: Quick matched gcr-3.6.2-1.fc18.x86_64 to require for libgck-1.so.0()(64bit) >14:35:41,965 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:folks-0.8.0-1.fc18.x86_64 as install for empathy-3.6.2-2.fc18.x86_64 >14:35:41,966 DEBUG yum.verbose.YumBase: Quick matched 1:folks-0.8.0-1.fc18.x86_64 to require for libfolks-telepathy.so.25()(64bit) >14:35:41,967 DEBUG yum.verbose.YumBase: TSINFO: Marking farstream02-0.2.2-1.fc18.x86_64 as install for empathy-3.6.2-2.fc18.x86_64 >14:35:41,969 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:enchant-1.6.0-5.fc18.x86_64 as install for empathy-3.6.2-2.fc18.x86_64 >14:35:41,970 DEBUG yum.verbose.YumBase: TSINFO: Marking libchamplain-gtk-0.12.3-3.fc18.x86_64 as install for empathy-3.6.2-2.fc18.x86_64 >14:35:41,972 DEBUG yum.verbose.YumBase: TSINFO: Marking libchamplain-0.12.3-3.fc18.x86_64 as install for empathy-3.6.2-2.fc18.x86_64 >14:35:41,978 DEBUG yum.verbose.YumBase: TSINFO: Marking libjpeg-turbo-1.2.1-3.fc18.x86_64 as install for eog-3.6.2-1.fc18.x86_64 >14:35:41,979 DEBUG yum.verbose.YumBase: TSINFO: Marking gsettings-desktop-schemas-3.6.1-1.fc18.x86_64 as install for eog-3.6.2-1.fc18.x86_64 >14:35:41,981 DEBUG yum.verbose.YumBase: TSINFO: Marking libexif-0.6.21-2.fc18.x86_64 as install for eog-3.6.2-1.fc18.x86_64 >14:35:41,982 DEBUG yum.verbose.YumBase: TSINFO: Marking exempi-2.2.0-2.fc18.x86_64 as install for eog-3.6.2-1.fc18.x86_64 >14:35:41,988 DEBUG yum.verbose.YumBase: TSINFO: Marking evince-libs-3.6.1-2.fc18.x86_64 as install for evince-3.6.1-2.fc18.x86_64 >14:35:41,990 DEBUG yum.verbose.YumBase: Quick matched evince-libs-3.6.1-2.fc18.x86_64 to require for libevview3.so.3()(64bit) >14:35:41,990 DEBUG yum.verbose.YumBase: Quick matched evince-libs-3.6.1-2.fc18.x86_64 to require for libevdocument3.so.4()(64bit) >14:35:42,007 DEBUG yum.verbose.YumBase: TSINFO: Marking gvfs-1.14.2-2.fc18.x86_64 as install for evolution-3.6.2-3.fc18.x86_64 >14:35:42,010 DEBUG yum.verbose.YumBase: TSINFO: Marking libytnef-1.5-9.fc18.x86_64 as install for evolution-3.6.2-3.fc18.x86_64 >14:35:42,011 DEBUG yum.verbose.YumBase: TSINFO: Marking liboauth-0.9.7-1.fc18.x86_64 as install for evolution-3.6.2-3.fc18.x86_64 >14:35:42,012 DEBUG yum.verbose.YumBase: TSINFO: Marking libical-0.48-3.fc18.x86_64 as install for evolution-3.6.2-3.fc18.x86_64 >14:35:42,013 DEBUG yum.verbose.YumBase: Quick matched libical-0.48-3.fc18.x86_64 to require for libicalss.so.0()(64bit) >14:35:42,013 DEBUG yum.verbose.YumBase: Quick matched libical-0.48-3.fc18.x86_64 to require for libical.so.0()(64bit) >14:35:42,014 DEBUG yum.verbose.YumBase: TSINFO: Marking libgweather-3.6.2-1.fc18.x86_64 as install for evolution-3.6.2-3.fc18.x86_64 >14:35:42,015 DEBUG yum.verbose.YumBase: TSINFO: Marking gtkhtml3-4.6.1-1.fc18.x86_64 as install for evolution-3.6.2-3.fc18.x86_64 >14:35:42,016 DEBUG yum.verbose.YumBase: Quick matched gtkhtml3-4.6.1-1.fc18.x86_64 to require for libgtkhtml-4.0.so.0()(64bit) >14:35:42,017 DEBUG yum.verbose.YumBase: TSINFO: Marking libgdata-0.13.1-2.fc18.x86_64 as install for evolution-3.6.2-3.fc18.x86_64 >14:35:42,019 DEBUG yum.verbose.YumBase: TSINFO: Marking evolution-data-server-3.6.2-2.fc18.x86_64 as install for evolution-3.6.2-3.fc18.x86_64 >14:35:42,020 DEBUG yum.verbose.YumBase: Quick matched evolution-data-server-3.6.2-2.fc18.x86_64 to require for libedataserver-1.2.so.17()(64bit) >14:35:42,020 DEBUG yum.verbose.YumBase: Quick matched evolution-data-server-3.6.2-2.fc18.x86_64 to require for libecal-1.2.so.15()(64bit) >14:35:42,021 DEBUG yum.verbose.YumBase: Quick matched evolution-data-server-3.6.2-2.fc18.x86_64 to require for libebook-1.2.so.14()(64bit) >14:35:42,021 DEBUG yum.verbose.YumBase: Quick matched evolution-data-server-3.6.2-2.fc18.x86_64 to require for libebackend-1.2.so.5()(64bit) >14:35:42,021 DEBUG yum.verbose.YumBase: Quick matched evolution-data-server-3.6.2-2.fc18.x86_64 to require for libcamel-1.2.so.40()(64bit) >14:35:42,030 DEBUG yum.verbose.YumBase: TSINFO: Marking file-libs-5.11-4.fc18.x86_64 as install for file-5.11-4.fc18.x86_64 >14:35:42,031 DEBUG yum.verbose.YumBase: Quick matched file-libs-5.11-4.fc18.x86_64 to require for libmagic.so.1()(64bit) >14:35:42,044 DEBUG yum.verbose.YumBase: TSINFO: Marking xulrunner-17.0.1-1.fc18.x86_64 as install for firefox-17.0.1-1.fc18.x86_64 >14:35:42,046 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-bookmarks-15-0.4.noarch as install for firefox-17.0.1-1.fc18.x86_64 >14:35:42,047 DEBUG yum.verbose.YumBase: Quick matched xulrunner-17.0.1-1.fc18.x86_64 to require for libxpcom.so()(64bit) >14:35:42,048 DEBUG yum.verbose.YumBase: TSINFO: Marking startup-notification-0.12-4.fc18.x86_64 as install for firefox-17.0.1-1.fc18.x86_64 >14:35:42,050 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject3-base-3.4.2-4.fc18.x86_64 as install for firewall-config-0.2.11-2.fc18.noarch >14:35:42,051 DEBUG yum.verbose.YumBase: TSINFO: Marking hicolor-icon-theme-0.12-5.fc18.noarch as install for firewall-config-0.2.11-2.fc18.noarch >14:35:42,053 DEBUG yum.verbose.YumBase: TSINFO: Marking python-slip-dbus-0.2.24-1.fc18.noarch as install for firewalld-0.2.11-2.fc18.noarch >14:35:42,055 DEBUG yum.verbose.YumBase: TSINFO: Marking python-decorator-3.4.0-1.fc18.noarch as install for firewalld-0.2.11-2.fc18.noarch >14:35:42,061 DEBUG yum.verbose.YumBase: TSINFO: Marking iptables-1.4.16.2-5.fc18.x86_64 as install for firewalld-0.2.11-2.fc18.noarch >14:35:42,106 DEBUG yum.verbose.YumBase: TSINFO: Marking ebtables-2.0.10-6.fc18.x86_64 as install for firewalld-0.2.11-2.fc18.noarch >14:35:42,110 DEBUG yum.verbose.YumBase: TSINFO: Marking system-config-users-1.3.1-1.fc18.noarch as install for firstboot-18.6-1.fc18.x86_64 >14:35:42,111 DEBUG yum.verbose.YumBase: TSINFO: Marking system-config-keyboard-1.3.1-9.fc18.x86_64 as install for firstboot-18.6-1.fc18.x86_64 >14:35:42,112 DEBUG yum.verbose.YumBase: TSINFO: Marking system-config-date-1.10.4-1.fc18.noarch as install for firstboot-18.6-1.fc18.x86_64 >14:35:42,114 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pwquality-1.2.0-1.fc18.x86_64 as install for firstboot-18.6-1.fc18.x86_64 >14:35:42,115 DEBUG yum.verbose.YumBase: TSINFO: Marking python-meh-0.18-1.fc18.noarch as install for firstboot-18.6-1.fc18.x86_64 >14:35:42,116 DEBUG yum.verbose.YumBase: TSINFO: Marking python-ethtool-0.7-4.fc18.x86_64 as install for firstboot-18.6-1.fc18.x86_64 >14:35:42,118 DEBUG yum.verbose.YumBase: TSINFO: Marking pygtk2-2.24.0-5.fc18.x86_64 as install for firstboot-18.6-1.fc18.x86_64 >14:35:42,119 DEBUG yum.verbose.YumBase: TSINFO: Marking libuser-python-0.58-1.fc18.x86_64 as install for firstboot-18.6-1.fc18.x86_64 >14:35:42,120 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-python-2.0.19-3.fc18.x86_64 as install for firstboot-18.6-1.fc18.x86_64 >14:35:42,122 DEBUG yum.verbose.YumBase: TSINFO: Marking authconfig-gtk-6.2.5-1.fc18.2.x86_64 as install for firstboot-18.6-1.fc18.x86_64 >14:35:42,140 DEBUG yum.verbose.YumBase: TSINFO: Marking 4:perl-5.16.2-235.fc18.x86_64 as install for foomatic-4.0.8-13.fc18.x86_64 >14:35:42,142 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.16.2-235.fc18.x86_64 to require for perl(vars) >14:35:42,142 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.16.2-235.fc18.x86_64 to require for perl(strict) >14:35:42,143 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.16.2-235.fc18.x86_64 to require for perl(POSIX) >14:35:42,143 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.16.2-235.fc18.x86_64 to require for perl(Getopt::Std) >14:35:42,144 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.16.2-235.fc18.x86_64 to require for perl(Getopt::Long) >14:35:42,144 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.16.2-235.fc18.x86_64 to require for perl(FileHandle) >14:35:42,145 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.16.2-235.fc18.x86_64 to require for perl(Exporter) >14:35:42,145 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.16.2-235.fc18.x86_64 to require for perl(Encode) >14:35:42,146 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Data-Dumper-2.135.06-235.fc18.x86_64 as install for foomatic-4.0.8-13.fc18.x86_64 >14:35:42,148 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-PathTools-3.39.2-235.fc18.x86_64 as install for foomatic-4.0.8-13.fc18.x86_64 >14:35:42,149 DEBUG yum.verbose.YumBase: TSINFO: Marking foomatic-db-4.0-34.20121011.fc18.noarch as install for foomatic-4.0.8-13.fc18.x86_64 >14:35:42,153 DEBUG yum.verbose.YumBase: TSINFO: Marking foomatic-db-filesystem-4.0-34.20121011.fc18.noarch as install for foomatic-db-ppds-4.0-34.20121011.fc18.noarch >14:35:42,157 DEBUG yum.verbose.YumBase: TSINFO: Marking fprintd-0.4.1-3.fc18.x86_64 as install for fprintd-pam-0.4.1-3.fc18.x86_64 >14:35:42,169 DEBUG yum.verbose.YumBase: TSINFO: Marking libXau-1.0.6-4.fc18.x86_64 as install for 1:gdm-3.6.2-5.fc18.x86_64 >14:35:42,170 DEBUG yum.verbose.YumBase: TSINFO: Marking xorg-x11-server-utils-7.5-14.fc18.x86_64 as install for 1:gdm-3.6.2-5.fc18.x86_64 >14:35:42,172 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-logos-17.0.3-1.fc18.noarch as install for 1:gdm-3.6.2-5.fc18.x86_64 >14:35:42,173 DEBUG yum.verbose.YumBase: TSINFO: Marking xorg-x11-xkb-utils-7.7-4.fc18.x86_64 as install for 1:gdm-3.6.2-5.fc18.x86_64 >14:35:42,174 DEBUG yum.verbose.YumBase: TSINFO: Marking pulseaudio-gdm-hooks-2.1-4.fc18.x86_64 as install for 1:gdm-3.6.2-5.fc18.x86_64 >14:35:42,175 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-keyring-pam-3.6.2-2.fc18.x86_64 as install for 1:gdm-3.6.2-5.fc18.x86_64 >14:35:42,176 DEBUG yum.verbose.YumBase: TSINFO: Marking accountsservice-libs-0.6.25-2.fc18.x86_64 as install for 1:gdm-3.6.2-5.fc18.x86_64 >14:35:42,178 DEBUG yum.verbose.YumBase: TSINFO: Marking libXdmcp-1.1.1-2.fc18.x86_64 as install for 1:gdm-3.6.2-5.fc18.x86_64 >14:35:42,184 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject3-3.4.2-4.fc18.x86_64 as install for 2:gedit-3.6.2-1.fc18.x86_64 >14:35:42,185 DEBUG yum.verbose.YumBase: TSINFO: Marking zenity-3.6.0-1.fc18.x86_64 as install for 2:gedit-3.6.2-1.fc18.x86_64 >14:35:42,186 DEBUG yum.verbose.YumBase: TSINFO: Marking gtksourceview3-3.6.1-1.fc18.x86_64 as install for 2:gedit-3.6.2-1.fc18.x86_64 >14:35:42,193 DEBUG yum.verbose.YumBase: TSINFO: Marking urw-fonts-2.4-12.fc18.noarch as install for ghostscript-9.06-3.fc18.x86_64 >14:35:42,195 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-data-0.4.5-6.fc18.noarch as install for ghostscript-9.06-3.fc18.x86_64 >14:35:42,196 DEBUG yum.verbose.YumBase: TSINFO: Marking libtiff-4.0.3-1.fc18.x86_64 as install for ghostscript-9.06-3.fc18.x86_64 >14:35:42,197 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libpng-1.5.13-1.fc18.x86_64 as install for ghostscript-9.06-3.fc18.x86_64 >14:35:42,198 DEBUG yum.verbose.YumBase: TSINFO: Marking ghostscript-fonts-5.50-29.fc18.noarch as install for ghostscript-9.06-3.fc18.x86_64 >14:35:42,199 DEBUG yum.verbose.YumBase: TSINFO: Marking jasper-libs-1.900.1-20.fc18.x86_64 as install for ghostscript-9.06-3.fc18.x86_64 >14:35:42,201 DEBUG yum.verbose.YumBase: TSINFO: Marking libXt-1.1.3-1.fc18.x86_64 as install for ghostscript-9.06-3.fc18.x86_64 >14:35:42,206 DEBUG yum.verbose.YumBase: TSINFO: Marking ca-certificates-2012.85-2.fc18.noarch as install for glib-networking-2.34.2-1.fc18.x86_64 >14:35:42,208 DEBUG yum.verbose.YumBase: TSINFO: Marking libproxy-0.4.10-1.fc18.x86_64 as install for glib-networking-2.34.2-1.fc18.x86_64 >14:35:42,211 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-freebl-3.14-5.fc18.x86_64 as install for glibc-2.16-24.fc18.x86_64 >14:35:42,211 DEBUG yum.verbose.YumBase: Quick matched nss-softokn-freebl-3.14-5.fc18.x86_64 to require for libfreebl3.so()(64bit) >14:35:42,214 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libGLU-9.0.0-1.fc18.x86_64 as install for glx-utils-7.10-8.20101028.fc18.x86_64 >14:35:42,215 DEBUG yum.verbose.YumBase: TSINFO: Marking libGLEW-1.7.0-3.fc18.x86_64 as install for glx-utils-7.10-8.20101028.fc18.x86_64 >14:35:42,216 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libGL-9.0.1-1.fc18.x86_64 as install for glx-utils-7.10-8.20101028.fc18.x86_64 >14:35:42,222 DEBUG yum.verbose.YumBase: TSINFO: Marking bluez-4.101-5.fc18.x86_64 as install for 1:gnome-bluetooth-3.6.1-2.fc18.x86_64 >14:35:42,223 DEBUG yum.verbose.YumBase: TSINFO: Marking pulseaudio-module-bluetooth-2.1-4.fc18.x86_64 as install for 1:gnome-bluetooth-3.6.1-2.fc18.x86_64 >14:35:42,224 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:obexd-0.46-3.fc18.x86_64 as install for 1:gnome-bluetooth-3.6.1-2.fc18.x86_64 >14:35:42,226 DEBUG yum.verbose.YumBase: TSINFO: Marking gvfs-obexftp-1.14.2-2.fc18.x86_64 as install for 1:gnome-bluetooth-3.6.1-2.fc18.x86_64 >14:35:42,234 DEBUG yum.verbose.YumBase: TSINFO: Marking mtools-4.0.17-3.fc18.x86_64 as install for gnome-boxes-3.6.2-1.fc18.x86_64 >14:35:42,236 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-gobject-0.1.4-1.fc18.x86_64 as install for gnome-boxes-3.6.2-1.fc18.x86_64 >14:35:42,237 DEBUG yum.verbose.YumBase: Quick matched libvirt-gobject-0.1.4-1.fc18.x86_64 to require for libvirt-gobject-1.0.so.0(LIBVIRT_GOBJECT_0.1.2)(64bit) >14:35:42,237 DEBUG yum.verbose.YumBase: Quick matched libvirt-gobject-0.1.4-1.fc18.x86_64 to require for libvirt-gobject-1.0.so.0(LIBVIRT_GOBJECT_0.0.9)(64bit) >14:35:42,237 DEBUG yum.verbose.YumBase: Quick matched libvirt-gobject-0.1.4-1.fc18.x86_64 to require for libvirt-gobject-1.0.so.0(LIBVIRT_GOBJECT_0.0.8)(64bit) >14:35:42,238 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-gconfig-0.1.4-1.fc18.x86_64 as install for gnome-boxes-3.6.2-1.fc18.x86_64 >14:35:42,239 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.4-1.fc18.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.0.9)(64bit) >14:35:42,239 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.4-1.fc18.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.0.8)(64bit) >14:35:42,240 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-kvm-0.10.2.2-3.fc18.x86_64 as install for gnome-boxes-3.6.2-1.fc18.x86_64 >14:35:42,241 DEBUG yum.verbose.YumBase: TSINFO: Marking spice-gtk3-0.14-1.fc18.x86_64 as install for gnome-boxes-3.6.2-1.fc18.x86_64 >14:35:42,242 DEBUG yum.verbose.YumBase: TSINFO: Marking spice-glib-0.14-1.fc18.x86_64 as install for gnome-boxes-3.6.2-1.fc18.x86_64 >14:35:42,244 DEBUG yum.verbose.YumBase: TSINFO: Marking libosinfo-0.2.1-1.fc18.x86_64 as install for gnome-boxes-3.6.2-1.fc18.x86_64 >14:35:42,245 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.1-1.fc18.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.0.6)(64bit) >14:35:42,245 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.1-1.fc18.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.0.1)(64bit) >14:35:42,246 DEBUG yum.verbose.YumBase: TSINFO: Marking fuseiso-20070708-12.fc18.x86_64 as install for gnome-boxes-3.6.2-1.fc18.x86_64 >14:35:42,248 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-client-0.10.2.2-3.fc18.x86_64 as install for gnome-boxes-3.6.2-1.fc18.x86_64 >14:35:42,250 DEBUG yum.verbose.YumBase: TSINFO: Marking gvnc-0.5.1-4.fc18.x86_64 as install for gnome-boxes-3.6.2-1.fc18.x86_64 >14:35:42,251 DEBUG yum.verbose.YumBase: TSINFO: Marking gtk-vnc2-0.5.1-4.fc18.x86_64 as install for gnome-boxes-3.6.2-1.fc18.x86_64 >14:35:42,254 DEBUG yum.verbose.YumBase: TSINFO: Marking pyxdg-0.24-1.fc18.noarch as install for gnome-clocks-0.1.5-1.fc18.noarch >14:35:42,255 DEBUG yum.verbose.YumBase: TSINFO: Marking pycanberra-0-0.2.git65c3b3f.fc18.noarch as install for gnome-clocks-0.1.5-1.fc18.noarch >14:35:42,262 DEBUG yum.verbose.YumBase: TSINFO: Marking argyllcms-1.4.0-6.fc18.x86_64 as install for gnome-color-manager-3.6.0-1.fc18.x86_64 >14:35:42,263 DEBUG yum.verbose.YumBase: TSINFO: Marking vte3-0.34.2-3.fc18.x86_64 as install for gnome-color-manager-3.6.0-1.fc18.x86_64 >14:35:42,266 DEBUG yum.verbose.YumBase: TSINFO: Marking libmash-0.2.0-7.fc18.x86_64 as install for gnome-color-manager-3.6.0-1.fc18.x86_64 >14:35:42,269 DEBUG yum.verbose.YumBase: TSINFO: Marking exiv2-libs-0.23-3.fc18.x86_64 as install for gnome-color-manager-3.6.0-1.fc18.x86_64 >14:35:42,272 DEBUG yum.verbose.YumBase: TSINFO: Marking colord-gtk-0.1.22-3.fc18.x86_64 as install for gnome-color-manager-3.6.0-1.fc18.x86_64 >14:35:42,291 DEBUG yum.verbose.YumBase: TSINFO: Marking udisks2-1.99.0-1.fc18.x86_64 as install for gnome-disk-utility-3.6.1-1.fc18.x86_64 >14:35:42,295 DEBUG yum.verbose.YumBase: TSINFO: Marking libudisks2-1.99.0-1.fc18.x86_64 as install for gnome-disk-utility-3.6.1-1.fc18.x86_64 >14:35:42,304 DEBUG yum.verbose.YumBase: TSINFO: Marking libzapojit-0.0.2-3.fc18.x86_64 as install for gnome-documents-3.6.2-1.fc18.x86_64 >14:35:42,306 DEBUG yum.verbose.YumBase: TSINFO: Marking rest-0.7.90-1.fc18.x86_64 as install for gnome-documents-3.6.2-1.fc18.x86_64 >14:35:42,307 DEBUG yum.verbose.YumBase: TSINFO: Marking gjs-1.34.0-1.fc18.x86_64 as install for gnome-documents-3.6.2-1.fc18.x86_64 >14:35:42,316 DEBUG yum.verbose.YumBase: TSINFO: Marking PackageKit-device-rebind-0.8.6-1.fc18.x86_64 as install for gnome-packagekit-3.6.1-2.fc18.x86_64 >14:35:42,318 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-settings-daemon-updates-3.6.3-2.fc18.x86_64 as install for gnome-packagekit-3.6.1-2.fc18.x86_64 >14:35:42,328 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-panel-libs-3.6.2-1.fc18.x86_64 as install for gnome-panel-3.6.2-1.fc18.x86_64 >14:35:42,330 DEBUG yum.verbose.YumBase: TSINFO: Marking libwnck3-3.4.4-1.fc18.x86_64 as install for gnome-panel-3.6.2-1.fc18.x86_64 >14:35:42,334 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-session-xsession-3.6.2-2.fc18.x86_64 as install for gnome-panel-3.6.2-1.fc18.x86_64 >14:35:42,340 DEBUG yum.verbose.YumBase: TSINFO: Marking libgnomekbd-3.6.0-1.fc18.x86_64 as install for gnome-screensaver-3.6.1-1.fc18.x86_64 >14:35:42,341 DEBUG yum.verbose.YumBase: Quick matched libgnomekbd-3.6.0-1.fc18.x86_64 to require for libgnomekbd.so.8()(64bit) >14:35:42,342 DEBUG yum.verbose.YumBase: TSINFO: Marking libXxf86vm-1.1.2-2.fc18.x86_64 as install for gnome-screensaver-3.6.1-1.fc18.x86_64 >14:35:42,343 DEBUG yum.verbose.YumBase: TSINFO: Marking libXxf86misc-1.0.3-4.fc18.x86_64 as install for gnome-screensaver-3.6.1-1.fc18.x86_64 >14:35:42,350 DEBUG yum.verbose.YumBase: TSINFO: Marking libXrender-0.9.7-2.fc18.x86_64 as install for gnome-session-3.6.2-2.fc18.x86_64 >14:35:42,357 DEBUG yum.verbose.YumBase: TSINFO: Marking libxkbfile-1.0.8-2.fc18.x86_64 as install for gnome-settings-daemon-3.6.3-2.fc18.x86_64 >14:35:42,369 DEBUG yum.verbose.YumBase: TSINFO: Marking mutter-3.6.2-1.fc18.x86_64 as install for gnome-shell-3.6.2-3.fc18.x86_64 >14:35:42,371 DEBUG yum.verbose.YumBase: TSINFO: Marking mozilla-filesystem-1.9-8.fc18.x86_64 as install for gnome-shell-3.6.2-3.fc18.x86_64 >14:35:42,372 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:gdm-libs-3.6.2-5.fc18.x86_64 as install for gnome-shell-3.6.2-3.fc18.x86_64 >14:35:42,373 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:js-1.8.5-10.fc18.x86_64 as install for gnome-shell-3.6.2-3.fc18.x86_64 >14:35:42,374 DEBUG yum.verbose.YumBase: TSINFO: Marking libcroco-0.6.8-1.fc18.x86_64 as install for gnome-shell-3.6.2-3.fc18.x86_64 >14:35:42,383 DEBUG yum.verbose.YumBase: TSINFO: Marking libsigc++20-2.2.11-1.fc18.x86_64 as install for gnome-system-monitor-3.6.1-3.fc18.x86_64 >14:35:42,384 DEBUG yum.verbose.YumBase: TSINFO: Marking pangomm-2.28.4-2.fc18.x86_64 as install for gnome-system-monitor-3.6.1-3.fc18.x86_64 >14:35:42,386 DEBUG yum.verbose.YumBase: TSINFO: Marking gtkmm30-3.6.0-1.fc18.x86_64 as install for gnome-system-monitor-3.6.1-3.fc18.x86_64 >14:35:42,387 DEBUG yum.verbose.YumBase: TSINFO: Marking glibmm24-2.34.1-1.fc18.x86_64 as install for gnome-system-monitor-3.6.1-3.fc18.x86_64 >14:35:42,388 DEBUG yum.verbose.YumBase: Quick matched glibmm24-2.34.1-1.fc18.x86_64 to require for libgiomm-2.4.so.1()(64bit) >14:35:42,389 DEBUG yum.verbose.YumBase: TSINFO: Marking cairomm-1.10.0-5.fc18.x86_64 as install for gnome-system-monitor-3.6.1-3.fc18.x86_64 >14:35:42,390 DEBUG yum.verbose.YumBase: TSINFO: Marking atkmm-2.22.6-2.fc18.x86_64 as install for gnome-system-monitor-3.6.1-3.fc18.x86_64 >14:35:42,396 DEBUG yum.verbose.YumBase: TSINFO: Marking adwaita-gtk3-theme-3.6.2-1.fc18.x86_64 as install for gnome-themes-standard-3.6.2-1.fc18.x86_64 >14:35:42,397 DEBUG yum.verbose.YumBase: TSINFO: Marking adwaita-gtk2-theme-3.6.2-1.fc18.x86_64 as install for gnome-themes-standard-3.6.2-1.fc18.x86_64 >14:35:42,398 DEBUG yum.verbose.YumBase: TSINFO: Marking adwaita-cursor-theme-3.6.2-1.fc18.noarch as install for gnome-themes-standard-3.6.2-1.fc18.x86_64 >14:35:42,400 DEBUG yum.verbose.YumBase: TSINFO: Marking gnu-free-fonts-common-20120503-3.fc18.noarch as install for gnu-free-mono-fonts-20120503-3.fc18.noarch >14:35:42,404 DEBUG yum.verbose.YumBase: TSINFO: Marking pinentry-0.8.1-8.fc18.x86_64 as install for gnupg2-2.0.19-6.fc18.x86_64 >14:35:42,406 DEBUG yum.verbose.YumBase: TSINFO: Marking libassuan-2.0.3-3.fc18.x86_64 as install for gnupg2-2.0.19-6.fc18.x86_64 >14:35:42,407 DEBUG yum.verbose.YumBase: TSINFO: Marking pth-2.0.7-17.fc18.x86_64 as install for gnupg2-2.0.19-6.fc18.x86_64 >14:35:42,422 DEBUG yum.verbose.YumBase: TSINFO: Marking libsndfile-1.0.25-4.fc18.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-13.fc18.x86_64 >14:35:42,423 DEBUG yum.verbose.YumBase: TSINFO: Marking libvpx-1.1.0-2.fc18.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-13.fc18.x86_64 >14:35:42,424 DEBUG yum.verbose.YumBase: TSINFO: Marking libvdpau-0.5-1.fc18.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-13.fc18.x86_64 >14:35:42,425 DEBUG yum.verbose.YumBase: TSINFO: Marking orc-0.4.16-6.fc18.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-13.fc18.x86_64 >14:35:42,427 DEBUG yum.verbose.YumBase: TSINFO: Marking opus-1.0.1-1.fc18.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-13.fc18.x86_64 >14:35:42,428 DEBUG yum.verbose.YumBase: TSINFO: Marking libofa-0.9.3-21.fc18.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-13.fc18.x86_64 >14:35:42,429 DEBUG yum.verbose.YumBase: TSINFO: Marking libmpcdec-1.2.6-9.fc18.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-13.fc18.x86_64 >14:35:42,432 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer-plugins-base-0.10.36-3.fc18.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-13.fc18.x86_64 >14:35:42,433 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-3.fc18.x86_64 to require for libgsttag-0.10.so.0()(64bit) >14:35:42,434 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-3.fc18.x86_64 to require for libgstsdp-0.10.so.0()(64bit) >14:35:42,434 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-3.fc18.x86_64 to require for libgstrtp-0.10.so.0()(64bit) >14:35:42,434 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-3.fc18.x86_64 to require for libgstriff-0.10.so.0()(64bit) >14:35:42,434 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-3.fc18.x86_64 to require for libgstpbutils-0.10.so.0()(64bit) >14:35:42,435 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-3.fc18.x86_64 to require for libgstinterfaces-0.10.so.0()(64bit) >14:35:42,435 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-3.fc18.x86_64 to require for libgstfft-0.10.so.0()(64bit) >14:35:42,435 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-3.fc18.x86_64 to require for libgstaudio-0.10.so.0()(64bit) >14:35:42,435 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-3.fc18.x86_64 to require for libgstapp-0.10.so.0()(64bit) >14:35:42,436 DEBUG yum.verbose.YumBase: TSINFO: Marking gsm-1.0.13-7.fc18.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-13.fc18.x86_64 >14:35:42,437 DEBUG yum.verbose.YumBase: TSINFO: Marking libdvdread-4.2.0-3.fc18.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-13.fc18.x86_64 >14:35:42,438 DEBUG yum.verbose.YumBase: TSINFO: Marking libdvdnav-4.2.0-3.fc18.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-13.fc18.x86_64 >14:35:42,439 DEBUG yum.verbose.YumBase: TSINFO: Marking soundtouch-1.4.0-6.fc18.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-13.fc18.x86_64 >14:35:42,442 DEBUG yum.verbose.YumBase: TSINFO: Marking espeak-1.46.02-6.fc18.x86_64 as install for gstreamer-plugins-espeak-0.4.0-1.fc18.x86_64 >14:35:42,457 DEBUG yum.verbose.YumBase: TSINFO: Marking wavpack-4.60.1-4.fc18.x86_64 as install for gstreamer-plugins-good-0.10.31-5.fc18.x86_64 >14:35:42,459 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libvorbis-1.3.3-3.fc18.x86_64 as install for gstreamer-plugins-good-0.10.31-5.fc18.x86_64 >14:35:42,459 DEBUG yum.verbose.YumBase: TSINFO: Marking libv4l-0.8.8-3.fc18.x86_64 as install for gstreamer-plugins-good-0.10.31-5.fc18.x86_64 >14:35:42,461 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libtheora-1.1.1-4.fc18.x86_64 as install for gstreamer-plugins-good-0.10.31-5.fc18.x86_64 >14:35:42,463 DEBUG yum.verbose.YumBase: TSINFO: Marking taglib-1.8-2.fc18.x86_64 as install for gstreamer-plugins-good-0.10.31-5.fc18.x86_64 >14:35:42,464 DEBUG yum.verbose.YumBase: TSINFO: Marking speex-1.2-0.15.rc1.fc18.x86_64 as install for gstreamer-plugins-good-0.10.31-5.fc18.x86_64 >14:35:42,465 DEBUG yum.verbose.YumBase: TSINFO: Marking libshout-2.2.2-8.fc18.x86_64 as install for gstreamer-plugins-good-0.10.31-5.fc18.x86_64 >14:35:42,466 DEBUG yum.verbose.YumBase: TSINFO: Marking libavc1394-0.5.3-12.fc18.x86_64 as install for gstreamer-plugins-good-0.10.31-5.fc18.x86_64 >14:35:42,467 DEBUG yum.verbose.YumBase: TSINFO: Marking libraw1394-2.0.8-3.fc18.x86_64 as install for gstreamer-plugins-good-0.10.31-5.fc18.x86_64 >14:35:42,469 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libogg-1.3.0-2.fc18.x86_64 as install for gstreamer-plugins-good-0.10.31-5.fc18.x86_64 >14:35:42,470 DEBUG yum.verbose.YumBase: TSINFO: Marking libiec61883-1.2.0-8.fc18.x86_64 as install for gstreamer-plugins-good-0.10.31-5.fc18.x86_64 >14:35:42,471 DEBUG yum.verbose.YumBase: TSINFO: Marking libdv-1.0.0-14.fc18.x86_64 as install for gstreamer-plugins-good-0.10.31-5.fc18.x86_64 >14:35:42,473 DEBUG yum.verbose.YumBase: TSINFO: Marking flac-1.2.1-10.fc18.x86_64 as install for gstreamer-plugins-good-0.10.31-5.fc18.x86_64 >14:35:42,485 DEBUG yum.verbose.YumBase: TSINFO: Marking fuse-libs-2.9.2-1.fc18.x86_64 as install for gvfs-fuse-1.14.2-2.fc18.x86_64 >14:35:42,486 DEBUG yum.verbose.YumBase: Quick matched fuse-libs-2.9.2-1.fc18.x86_64 to require for libfuse.so.2(FUSE_2.6)(64bit) >14:35:42,487 DEBUG yum.verbose.YumBase: TSINFO: Marking fuse-2.9.2-1.fc18.x86_64 as install for gvfs-fuse-1.14.2-2.fc18.x86_64 >14:35:42,488 DEBUG yum.verbose.YumBase: TSINFO: Marking libbluray-0.2.3-1.fc18.x86_64 as install for gvfs-fuse-1.14.2-2.fc18.x86_64 >14:35:42,494 DEBUG yum.verbose.YumBase: TSINFO: Marking libgphoto2-2.5.0-3.fc18.x86_64 as install for gvfs-gphoto2-1.14.2-2.fc18.x86_64 >14:35:42,495 DEBUG yum.verbose.YumBase: Quick matched libgphoto2-2.5.0-3.fc18.x86_64 to require for libgphoto2_port.so.10()(64bit) >14:35:42,495 DEBUG yum.verbose.YumBase: Quick matched libgphoto2-2.5.0-3.fc18.x86_64 to require for libgphoto2.so.6()(64bit) >14:35:42,499 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libsmbclient-4.0.0-168.fc18.rc5.x86_64 as install for gvfs-smb-1.14.2-2.fc18.x86_64 >14:35:42,500 DEBUG yum.verbose.YumBase: Quick matched 2:libsmbclient-4.0.0-168.fc18.rc5.x86_64 to require for libsmbclient.so.0()(64bit) >14:35:42,509 DEBUG yum.verbose.YumBase: TSINFO: Marking hplip-libs-3.12.11-1.fc18.x86_64 as install for 1:hpijs-3.12.11-1.fc18.x86_64 >14:35:42,510 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:net-snmp-5.7.2-4.fc18.x86_64 as install for 1:hpijs-3.12.11-1.fc18.x86_64 >14:35:42,511 DEBUG yum.verbose.YumBase: Quick matched hplip-libs-3.12.11-1.fc18.x86_64 to require for libhpip.so.0()(64bit) >14:35:42,517 DEBUG yum.verbose.YumBase: TSINFO: Marking python-imaging-1.1.7-7.fc18.x86_64 as install for hplip-3.12.11-1.fc18.x86_64 >14:35:42,518 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:net-snmp-libs-5.7.2-4.fc18.x86_64 as install for hplip-3.12.11-1.fc18.x86_64 >14:35:42,521 DEBUG yum.verbose.YumBase: TSINFO: Marking hunspell-en-US-0.20110318-9.fc18.noarch as install for hunspell-1.3.2-8.fc18.x86_64 >14:35:42,523 DEBUG yum.verbose.YumBase: TSINFO: Marking ibus-1.4.99.20121109-8.fc18.x86_64 as install for ibus-anthy-1.4.99.20121006-1.fc18.x86_64 >14:35:42,525 DEBUG yum.verbose.YumBase: TSINFO: Marking kasumi-2.5-9.fc18.x86_64 as install for ibus-anthy-1.4.99.20121006-1.fc18.x86_64 >14:35:42,527 DEBUG yum.verbose.YumBase: TSINFO: Marking anthy-9100h-18.fc18.x86_64 as install for ibus-anthy-1.4.99.20121006-1.fc18.x86_64 >14:35:42,528 DEBUG yum.verbose.YumBase: Quick matched anthy-9100h-18.fc18.x86_64 to require for libanthydic.so.0()(64bit) >14:35:42,528 DEBUG yum.verbose.YumBase: Quick matched anthy-9100h-18.fc18.x86_64 to require for libanthy.so.0()(64bit) >14:35:42,531 DEBUG yum.verbose.YumBase: TSINFO: Marking libchewing-0.3.3-5.fc18.x86_64 as install for ibus-chewing-1.4.3-1.fc18.x86_64 >14:35:42,531 DEBUG yum.verbose.YumBase: Quick matched libchewing-0.3.3-5.fc18.x86_64 to require for libchewing.so.3()(64bit) >14:35:42,533 DEBUG yum.verbose.YumBase: TSINFO: Marking libhangul-0.1.0-3.fc18.x86_64 as install for ibus-hangul-1.4.1-7.fc18.x86_64 >14:35:42,534 DEBUG yum.verbose.YumBase: Quick matched libhangul-0.1.0-3.fc18.x86_64 to require for libhangul.so.1()(64bit) >14:35:42,539 DEBUG yum.verbose.YumBase: TSINFO: Marking libpinyin-data-0.8.0-1.fc18.x86_64 as install for ibus-libpinyin-1.4.93-4.fc18.x86_64 >14:35:42,540 DEBUG yum.verbose.YumBase: TSINFO: Marking libpinyin-0.8.0-1.fc18.x86_64 as install for ibus-libpinyin-1.4.93-4.fc18.x86_64 >14:35:42,541 DEBUG yum.verbose.YumBase: Quick matched libpinyin-0.8.0-1.fc18.x86_64 to require for libpinyin.so.2(LIBPINYIN)(64bit) >14:35:42,541 DEBUG yum.verbose.YumBase: Quick matched libpinyin-0.8.0-1.fc18.x86_64 to require for libpinyin.so.2()(64bit) >14:35:42,542 DEBUG yum.verbose.YumBase: TSINFO: Marking opencc-0.3.0-4.fc18.x86_64 as install for ibus-libpinyin-1.4.93-4.fc18.x86_64 >14:35:42,543 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-5.1.4-11.fc18.x86_64 as install for ibus-libpinyin-1.4.93-4.fc18.x86_64 >14:35:42,546 DEBUG yum.verbose.YumBase: TSINFO: Marking eekboard-service-1.0.8-2.fc18.x86_64 as install for ibus-m17n-1.3.4-6.fc18.x86_64 >14:35:42,548 DEBUG yum.verbose.YumBase: TSINFO: Marking m17n-lib-1.6.4-4.fc18.x86_64 as install for ibus-m17n-1.3.4-6.fc18.x86_64 >14:35:42,549 DEBUG yum.verbose.YumBase: TSINFO: Marking iok-2.1.3-2.fc18.x86_64 as install for ibus-m17n-1.3.4-6.fc18.x86_64 >14:35:42,550 DEBUG yum.verbose.YumBase: Quick matched m17n-lib-1.6.4-4.fc18.x86_64 to require for libm17n-core.so.0()(64bit) >14:35:42,551 DEBUG yum.verbose.YumBase: TSINFO: Marking eekboard-libs-1.0.8-2.fc18.x86_64 as install for ibus-m17n-1.3.4-6.fc18.x86_64 >14:35:42,552 DEBUG yum.verbose.YumBase: Quick matched eekboard-libs-1.0.8-2.fc18.x86_64 to require for libeek.so.0()(64bit) >14:35:42,554 DEBUG yum.verbose.YumBase: TSINFO: Marking libtranslit-m17n-0.0.2-3.fc18.x86_64 as install for ibus-typing-booster-0.0.23-1.fc18.noarch >14:35:42,560 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:java-1.7.0-openjdk-1.7.0.9-2.3.3.fc18.1.x86_64 as install for icedtea-web-1.3.1-1.fc18.x86_64 >14:35:42,563 DEBUG yum.verbose.YumBase: TSINFO: Marking im-chooser-common-1.6.2-1.fc18.x86_64 as install for im-chooser-1.6.2-1.fc18.x86_64 >14:35:42,565 DEBUG yum.verbose.YumBase: TSINFO: Marking imsettings-libs-1.5.0-2.fc18.x86_64 as install for im-chooser-1.6.2-1.fc18.x86_64 >14:35:42,574 DEBUG yum.verbose.YumBase: TSINFO: Marking sysvinit-tools-2.88-9.dsf.fc18.x86_64 as install for initscripts-9.42.1-1.fc18.x86_64 >14:35:42,575 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:findutils-4.5.10-5.fc18.x86_64 as install for initscripts-9.42.1-1.fc18.x86_64 >14:35:42,576 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-release-18-1.noarch as install for initscripts-9.42.1-1.fc18.x86_64 >14:35:42,578 DEBUG yum.verbose.YumBase: TSINFO: Marking gawk-4.0.1-2.fc18.x86_64 as install for initscripts-9.42.1-1.fc18.x86_64 >14:35:42,583 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-5.3.21-3.fc18.x86_64 as install for iproute-3.6.0-2.fc18.x86_64 >14:35:42,584 DEBUG yum.verbose.YumBase: TSINFO: Marking linux-atm-libs-2.5.1-5.fc18.x86_64 as install for iproute-3.6.0-2.fc18.x86_64 >14:35:42,588 DEBUG yum.verbose.YumBase: TSINFO: Marking libnetfilter_conntrack-1.0.2-1.fc18.x86_64 as install for iptstate-2.2.2-8.fc18.x86_64 >14:35:42,594 DEBUG yum.verbose.YumBase: TSINFO: Marking numactl-libs-2.0.7-7.fc18.x86_64 as install for 2:irqbalance-1.0.3-8.fc18.x86_64 >14:35:42,594 DEBUG yum.verbose.YumBase: Quick matched numactl-libs-2.0.7-7.fc18.x86_64 to require for libnuma.so.1(libnuma_1.1)(64bit) >14:35:42,595 DEBUG yum.verbose.YumBase: Quick matched numactl-libs-2.0.7-7.fc18.x86_64 to require for libnuma.so.1()(64bit) >14:35:42,600 DEBUG yum.verbose.YumBase: TSINFO: Marking hwdata-0.241-1.fc18.noarch as install for isdn4k-utils-3.2-84.fc18.x86_64 >14:35:42,601 DEBUG yum.verbose.YumBase: TSINFO: Marking 14:libpcap-1.3.0-2.fc18.x86_64 as install for isdn4k-utils-3.2-84.fc18.x86_64 >14:35:42,605 DEBUG yum.verbose.YumBase: TSINFO: Marking kbd-misc-1.15.3-6.fc18.noarch as install for kbd-1.15.3-6.fc18.x86_64 >14:35:42,607 DEBUG yum.verbose.YumBase: TSINFO: Marking grubby-8.20-1.fc18.x86_64 as install for kernel-3.6.10-4.fc18.x86_64 >14:35:42,608 DEBUG yum.verbose.YumBase: TSINFO: Marking dracut-024-18.git20130102.fc18.x86_64 as install for kernel-3.6.10-4.fc18.x86_64 >14:35:42,611 DEBUG yum.verbose.YumBase: TSINFO: Marking khmeros-fonts-common-5.0-15.fc18.noarch as install for khmeros-base-fonts-5.0-15.fc18.noarch >14:35:42,617 DEBUG yum.verbose.YumBase: TSINFO: Marking groff-base-1.21-10.fc18.x86_64 as install for less-444-9.fc18.x86_64 >14:35:42,626 DEBUG yum.verbose.YumBase: TSINFO: Marking libtdb-1.2.10-16.fc18.x86_64 as install for libcanberra-gtk2-0.30-2.fc18.x86_64 >14:35:42,627 DEBUG yum.verbose.YumBase: TSINFO: Marking libtool-ltdl-2.4.2-7.fc18.x86_64 as install for libcanberra-gtk2-0.30-2.fc18.x86_64 >14:35:42,632 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:liberation-fonts-common-1.07.2-12.fc18.noarch as install for 1:liberation-mono-fonts-1.07.2-12.fc18.noarch >14:35:42,642 DEBUG yum.verbose.YumBase: TSINFO: Marking sane-backends-1.0.23-4.fc18.x86_64 as install for libsane-hpaio-3.12.11-1.fc18.x86_64 >14:35:42,650 DEBUG yum.verbose.YumBase: TSINFO: Marking m17n-db-1.6.4-1.fc18.noarch as install for m17n-contrib-1.1.14-1.fc18.noarch >14:35:42,653 DEBUG yum.verbose.YumBase: TSINFO: Marking gzip-1.5-3.fc18.x86_64 as install for man-db-2.6.3-2.fc18.x86_64 >14:35:42,654 DEBUG yum.verbose.YumBase: TSINFO: Marking libpipeline-1.2.2-2.fc18.x86_64 as install for man-db-2.6.3-2.fc18.x86_64 >14:35:42,655 DEBUG yum.verbose.YumBase: TSINFO: Marking gdbm-1.10-3.fc18.x86_64 as install for man-db-2.6.3-2.fc18.x86_64 >14:35:42,660 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-filesystem-2.0.19-3.fc18.x86_64 as install for mdadm-3.2.6-1.fc18.x86_64 >14:35:42,665 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-dri-filesystem-9.0.1-1.fc18.x86_64 as install for mesa-dri-drivers-9.0.1-1.fc18.x86_64 >14:35:42,666 DEBUG yum.verbose.YumBase: TSINFO: Marking libffi-3.0.10-3.fc18.x86_64 as install for mesa-dri-drivers-9.0.1-1.fc18.x86_64 >14:35:42,667 DEBUG yum.verbose.YumBase: TSINFO: Marking libdrm-2.4.40-1.fc18.x86_64 as install for mesa-dri-drivers-9.0.1-1.fc18.x86_64 >14:35:42,668 DEBUG yum.verbose.YumBase: Quick matched libdrm-2.4.40-1.fc18.x86_64 to require for libdrm_nouveau.so.2()(64bit) >14:35:42,668 DEBUG yum.verbose.YumBase: Quick matched libdrm-2.4.40-1.fc18.x86_64 to require for libdrm_intel.so.1()(64bit) >14:35:42,668 DEBUG yum.verbose.YumBase: Quick matched libdrm-2.4.40-1.fc18.x86_64 to require for libdrm.so.2()(64bit) >14:35:42,669 DEBUG yum.verbose.YumBase: TSINFO: Marking llvm-libs-3.1-11.fc18.x86_64 as install for mesa-dri-drivers-9.0.1-1.fc18.x86_64 >14:35:42,675 DEBUG yum.verbose.YumBase: TSINFO: Marking libXinerama-1.1.2-2.fc18.x86_64 as install for metacity-2.34.13-1.fc18.x86_64 >14:35:42,676 DEBUG yum.verbose.YumBase: TSINFO: Marking libXcursor-1.1.13-2.fc18.x86_64 as install for metacity-2.34.13-1.fc18.x86_64 >14:35:42,679 DEBUG yum.verbose.YumBase: TSINFO: Marking lockdev-1.0.4-0.5.20111007git.fc18.x86_64 as install for minicom-2.5-8.fc17.x86_64 >14:35:42,680 DEBUG yum.verbose.YumBase: Quick matched lockdev-1.0.4-0.5.20111007git.fc18.x86_64 to require for liblockdev.so.1()(64bit) >14:35:42,696 DEBUG yum.verbose.YumBase: TSINFO: Marking gupnp-0.18.4-1.fc18.x86_64 as install for 1:nautilus-sendto-3.6.0-1.fc18.x86_64 >14:35:42,697 DEBUG yum.verbose.YumBase: TSINFO: Marking gssdp-0.12.2.1-2.fc18.x86_64 as install for 1:nautilus-sendto-3.6.0-1.fc18.x86_64 >14:35:42,709 DEBUG yum.verbose.YumBase: TSINFO: Marking rpcbind-0.2.0-20.fc18.x86_64 as install for 1:nfs-utils-1.2.6-14.fc18.x86_64 >14:35:42,711 DEBUG yum.verbose.YumBase: TSINFO: Marking libtirpc-0.2.2-42.fc18.x86_64 as install for 1:nfs-utils-1.2.6-14.fc18.x86_64 >14:35:42,712 DEBUG yum.verbose.YumBase: TSINFO: Marking libnfsidmap-0.25-4.fc18.x86_64 as install for 1:nfs-utils-1.2.6-14.fc18.x86_64 >14:35:42,713 DEBUG yum.verbose.YumBase: TSINFO: Marking libmount-2.22.1-2.1.fc18.x86_64 as install for 1:nfs-utils-1.2.6-14.fc18.x86_64 >14:35:42,714 DEBUG yum.verbose.YumBase: Quick matched libmount-2.22.1-2.1.fc18.x86_64 to require for libmount >14:35:42,715 DEBUG yum.verbose.YumBase: TSINFO: Marking libgssglue-0.4-1.fc18.x86_64 as install for 1:nfs-utils-1.2.6-14.fc18.x86_64 >14:35:42,716 DEBUG yum.verbose.YumBase: Quick matched libgssglue-0.4-1.fc18.x86_64 to require for libgssglue >14:35:42,717 DEBUG yum.verbose.YumBase: TSINFO: Marking libevent-2.0.18-2.fc18.x86_64 as install for 1:nfs-utils-1.2.6-14.fc18.x86_64 >14:35:42,726 DEBUG yum.verbose.YumBase: TSINFO: Marking socat-1.7.2.1-2.fc18.x86_64 as install for 2:nmap-ncat-6.01-8.fc18.x86_64 >14:35:42,734 DEBUG yum.verbose.YumBase: TSINFO: Marking newt-0.52.14-3.fc18.x86_64 as install for ntsysv-1.3.59-2.fc18.x86_64 >14:35:42,735 DEBUG yum.verbose.YumBase: Quick matched newt-0.52.14-3.fc18.x86_64 to require for libnewt.so.0.52()(64bit) >14:35:42,745 DEBUG yum.verbose.YumBase: TSINFO: Marking openssh-6.1p1-4.fc18.x86_64 as install for openssh-clients-6.1p1-4.fc18.x86_64 >14:35:42,747 DEBUG yum.verbose.YumBase: TSINFO: Marking libedit-3.0-7.20120601cvs.fc18.x86_64 as install for openssh-clients-6.1p1-4.fc18.x86_64 >14:35:42,756 DEBUG yum.verbose.YumBase: TSINFO: Marking python-brlapi-0.5.6-7.fc18.x86_64 as install for orca-3.6.3-1.fc18.x86_64 >14:35:42,757 DEBUG yum.verbose.YumBase: TSINFO: Marking speech-dispatcher-python-0.7.1-8.fc18.x86_64 as install for orca-3.6.3-1.fc18.x86_64 >14:35:42,758 DEBUG yum.verbose.YumBase: TSINFO: Marking speech-dispatcher-0.7.1-8.fc18.x86_64 as install for orca-3.6.3-1.fc18.x86_64 >14:35:42,760 DEBUG yum.verbose.YumBase: TSINFO: Marking pyatspi-2.6.0-1.fc18.noarch as install for orca-3.6.3-1.fc18.x86_64 >14:35:42,761 DEBUG yum.verbose.YumBase: TSINFO: Marking liblouis-python-2.4.1-2.fc18.noarch as install for orca-3.6.3-1.fc18.x86_64 >14:35:42,774 DEBUG yum.verbose.YumBase: TSINFO: Marking paps-libs-0.6.8-23.fc18.x86_64 as install for paps-0.6.8-23.fc18.x86_64 >14:35:42,775 DEBUG yum.verbose.YumBase: Quick matched paps-libs-0.6.8-23.fc18.x86_64 to require for libpaps.so.0()(64bit) >14:35:42,782 DEBUG yum.verbose.YumBase: TSINFO: Marking libuser-0.58-1.fc18.x86_64 as install for passwd-0.78.99-3.fc18.x86_64 >14:35:42,786 DEBUG yum.verbose.YumBase: TSINFO: Marking passwdqc-lib-1.2.2-4.fc18.x86_64 as install for passwdqc-1.2.2-4.fc18.x86_64 >14:35:42,790 DEBUG yum.verbose.YumBase: TSINFO: Marking libsysfs-2.1.0-12.fc18.x86_64 as install for pcmciautils-018-3.fc18.x86_64 >14:35:42,792 DEBUG yum.verbose.YumBase: TSINFO: Marking xdg-utils-1.1.0-0.14.20120809git.fc18.noarch as install for pinfo-0.6.10-6.fc18.x86_64 >14:35:42,796 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-scripts-0.8.8-5.fc18.x86_64 as install for plymouth-0.8.8-5.fc18.x86_64 >14:35:42,797 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-core-libs-0.8.8-5.fc18.x86_64 as install for plymouth-0.8.8-5.fc18.x86_64 >14:35:42,798 DEBUG yum.verbose.YumBase: Quick matched plymouth-core-libs-0.8.8-5.fc18.x86_64 to require for libply-splash-core.so.2()(64bit) >14:35:42,799 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-theme-charge-0.8.8-5.fc18.x86_64 as install for plymouth-system-theme-0.8.8-5.fc18.x86_64 >14:35:42,803 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-utils-2.1.12-7.fc18.x86_64 as install for policycoreutils-2.1.13-44.fc18.x86_64 >14:35:42,804 DEBUG yum.verbose.YumBase: TSINFO: Marking libsemanage-2.1.9-1.fc18.x86_64 as install for policycoreutils-2.1.13-44.fc18.x86_64 >14:35:42,807 DEBUG yum.verbose.YumBase: TSINFO: Marking diffutils-3.2-11.fc18.x86_64 as install for policycoreutils-2.1.13-44.fc18.x86_64 >14:35:42,819 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-libelf-0.155-1.fc18.x86_64 as install for prelink-0.4.6-8.fc18.x86_64 >14:35:42,820 DEBUG yum.verbose.YumBase: Quick matched elfutils-libelf-0.155-1.fc18.x86_64 to require for libelf.so.1()(64bit) >14:35:42,830 DEBUG yum.verbose.YumBase: TSINFO: Marking rtkit-0.11-3.fc18.x86_64 as install for pulseaudio-2.1-4.fc18.x86_64 >14:35:42,833 DEBUG yum.verbose.YumBase: TSINFO: Marking libxcb-1.9-1.fc18.x86_64 as install for pulseaudio-2.1-4.fc18.x86_64 >14:35:42,834 DEBUG yum.verbose.YumBase: TSINFO: Marking webrtc-audio-processing-0.1-1.fc18.x86_64 as install for pulseaudio-2.1-4.fc18.x86_64 >14:35:42,835 DEBUG yum.verbose.YumBase: TSINFO: Marking json-c-0.10-2.fc18.x86_64 as install for pulseaudio-2.1-4.fc18.x86_64 >14:35:42,836 DEBUG yum.verbose.YumBase: TSINFO: Marking libasyncns-0.8-4.fc18.x86_64 as install for pulseaudio-2.1-4.fc18.x86_64 >14:35:42,846 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:quota-nls-4.00-6.fc18.noarch as install for 1:quota-4.00-6.fc18.x86_64 >14:35:42,859 DEBUG yum.verbose.YumBase: TSINFO: Marking python-mako-0.5.0-5.fc18.noarch as install for rhythmbox-2.98-4.fc18.x86_64 >14:35:42,860 DEBUG yum.verbose.YumBase: TSINFO: Marking media-player-info-17-1.fc18.noarch as install for rhythmbox-2.98-4.fc18.x86_64 >14:35:42,861 DEBUG yum.verbose.YumBase: TSINFO: Marking gvfs-afc-1.14.2-2.fc18.x86_64 as install for rhythmbox-2.98-4.fc18.x86_64 >14:35:42,863 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer-python-0.10.22-3.fc18.x86_64 as install for rhythmbox-2.98-4.fc18.x86_64 >14:35:42,864 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-icon-theme-legacy-3.6.2-1.fc18.noarch as install for rhythmbox-2.98-4.fc18.x86_64 >14:35:42,866 DEBUG yum.verbose.YumBase: TSINFO: Marking libmx-1.4.7-2.fc18.x86_64 as install for rhythmbox-2.98-4.fc18.x86_64 >14:35:42,868 DEBUG yum.verbose.YumBase: TSINFO: Marking libmtp-1.1.5-2.fc18.x86_64 as install for rhythmbox-2.98-4.fc18.x86_64 >14:35:42,869 DEBUG yum.verbose.YumBase: TSINFO: Marking grilo-0.2.4-1.fc18.x86_64 as install for rhythmbox-2.98-4.fc18.x86_64 >14:35:42,871 DEBUG yum.verbose.YumBase: TSINFO: Marking libgpod-0.8.2-7.fc18.x86_64 as install for rhythmbox-2.98-4.fc18.x86_64 >14:35:42,872 DEBUG yum.verbose.YumBase: TSINFO: Marking libdmapsharing-2.9.14-3.fc18.x86_64 as install for rhythmbox-2.98-4.fc18.x86_64 >14:35:42,873 DEBUG yum.verbose.YumBase: TSINFO: Marking clutter-gst-1.6.0-3.fc18.x86_64 as install for rhythmbox-2.98-4.fc18.x86_64 >14:35:42,881 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-utils-5.3.21-3.fc18.x86_64 as install for rpm-4.10.1-3.fc18.x86_64 >14:35:42,883 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-libs-4.10.1-3.fc18.x86_64 as install for rpm-4.10.1-3.fc18.x86_64 >14:35:42,884 DEBUG yum.verbose.YumBase: Quick matched rpm-libs-4.10.1-3.fc18.x86_64 to require for librpm.so.3()(64bit) >14:35:42,885 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-libs-5.1.2-2alpha.fc18.x86_64 as install for rpm-4.10.1-3.fc18.x86_64 >14:35:42,893 DEBUG yum.verbose.YumBase: TSINFO: Marking liblognorm-0.3.4-4.fc18.x86_64 as install for rsyslog-7.2.4-1.fc18.x86_64 >14:35:42,895 DEBUG yum.verbose.YumBase: TSINFO: Marking libestr-0.1.3-3.fc18.x86_64 as install for rsyslog-7.2.4-1.fc18.x86_64 >14:35:42,896 DEBUG yum.verbose.YumBase: TSINFO: Marking libee-0.4.1-3.fc18.x86_64 as install for rsyslog-7.2.4-1.fc18.x86_64 >14:35:42,912 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 as install for 2:samba-client-4.0.0-168.fc18.rc5.x86_64 >14:35:42,914 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:samba-common-4.0.0-168.fc18.rc5.x86_64 as install for 2:samba-client-4.0.0-168.fc18.rc5.x86_64 >14:35:42,917 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libutil_reg.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,917 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libutil_cmdline.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,917 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libtrusts_util.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,918 DEBUG yum.verbose.YumBase: TSINFO: Marking libtevent-0.9.17-1.fc18.x86_64 as install for 2:samba-client-4.0.0-168.fc18.rc5.x86_64 >14:35:42,919 DEBUG yum.verbose.YumBase: Quick matched libtevent-0.9.17-1.fc18.x86_64 to require for libtevent.so.0(TEVENT_0.9.12)(64bit) >14:35:42,919 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libsmbregistry.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,919 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libsmbconf.so.0(SMBCONF_0)(64bit) >14:35:42,920 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libsmbclient-raw.so.0(SMBCLIENT_RAW_0.0.1)(64bit) >14:35:42,920 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libsmb_transport.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,920 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libserver-role.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,920 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libsecrets3.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,920 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libsamdb-common.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,921 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libsamba3-util.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,921 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit) >14:35:42,921 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libsamba-sockets.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,921 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libsamba-security.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,921 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libsamba-hostconfig.so.0(SAMBA_HOSTCONFIG_0.0.1)(64bit) >14:35:42,921 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libsamba-credentials.so.0(SAMBA_CREDENTIALS_0.0.1)(64bit) >14:35:42,922 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libreplace.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,922 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libregistry.so.0(REGISTRY_0.0.1)(64bit) >14:35:42,922 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libnetif.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,923 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libndr.so.0(NDR_0.0.1)(64bit) >14:35:42,923 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libndr-standard.so.0(NDR_STANDARD_0.0.1)(64bit) >14:35:42,923 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libndr-samba.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,923 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libndr-nbt.so.0(NDR_NBT_0.0.1)(64bit) >14:35:42,923 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libmsrpc3.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,924 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for liblibsmb.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,924 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for liblibcli_netlogon3.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,924 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for liblibcli_lsa3.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,924 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libldbsamba.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,926 DEBUG yum.verbose.YumBase: TSINFO: Marking libldb-1.1.13-1.fc18.x86_64 as install for 2:samba-client-4.0.0-168.fc18.rc5.x86_64 >14:35:42,926 DEBUG yum.verbose.YumBase: Quick matched libldb-1.1.13-1.fc18.x86_64 to require for libldb.so.1(LDB_0.9.18)(64bit) >14:35:42,927 DEBUG yum.verbose.YumBase: Quick matched libldb-1.1.13-1.fc18.x86_64 to require for libldb.so.1(LDB_0.9.15)(64bit) >14:35:42,927 DEBUG yum.verbose.YumBase: Quick matched libldb-1.1.13-1.fc18.x86_64 to require for libldb.so.1(LDB_0.9.10)(64bit) >14:35:42,927 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libgensec.so.0(GENSEC_0.0.1)(64bit) >14:35:42,928 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libevents.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,928 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for liberrors.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,928 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libdcerpc.so.0(DCERPC_0.0.1)(64bit) >14:35:42,928 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libdcerpc-samba.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,928 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libdcerpc-binding.so.0(DCERPC_BINDING_0.0.1)(64bit) >14:35:42,929 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libdbwrap.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,929 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libcmdline-credentials.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,929 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libcliauth.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,929 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libcli_spoolss.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,929 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libcli_smb_common.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,930 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libcli_cldap.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,930 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libcli-nbt.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,930 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libcli-ldap.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,931 DEBUG yum.verbose.YumBase: TSINFO: Marking libbsd-0.4.2-2.fc18.x86_64 as install for 2:samba-client-4.0.0-168.fc18.rc5.x86_64 >14:35:42,932 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libCHARSET3.so(SAMBA_4.0.0RC5)(64bit) >14:35:42,932 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libutil_tdb.so()(64bit) >14:35:42,932 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libutil_reg.so()(64bit) >14:35:42,932 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libutil_cmdline.so()(64bit) >14:35:42,933 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libtrusts_util.so()(64bit) >14:35:42,933 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libsmbregistry.so()(64bit) >14:35:42,933 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libsmbconf.so.0()(64bit) >14:35:42,934 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libsmbclient-raw.so.0()(64bit) >14:35:42,934 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libsmb_transport.so()(64bit) >14:35:42,934 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libserver-role.so()(64bit) >14:35:42,934 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libsecrets3.so()(64bit) >14:35:42,934 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libsamdb-common.so()(64bit) >14:35:42,934 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libsamba3-util.so()(64bit) >14:35:42,935 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libsamba-util.so.0()(64bit) >14:35:42,935 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libsamba-sockets.so()(64bit) >14:35:42,935 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libsamba-security.so()(64bit) >14:35:42,935 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libsamba-hostconfig.so.0()(64bit) >14:35:42,935 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libsamba-credentials.so.0()(64bit) >14:35:42,936 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libreplace.so()(64bit) >14:35:42,936 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libregistry.so.0()(64bit) >14:35:42,936 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libnetif.so()(64bit) >14:35:42,937 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libndr.so.0()(64bit) >14:35:42,937 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libndr-standard.so.0()(64bit) >14:35:42,937 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libndr-samba.so()(64bit) >14:35:42,937 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libndr-nbt.so.0()(64bit) >14:35:42,937 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libmsrpc3.so()(64bit) >14:35:42,938 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for liblibsmb.so()(64bit) >14:35:42,938 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for liblibcli_netlogon3.so()(64bit) >14:35:42,938 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for liblibcli_lsa3.so()(64bit) >14:35:42,938 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libldbsamba.so()(64bit) >14:35:42,939 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libgensec.so.0()(64bit) >14:35:42,939 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libevents.so()(64bit) >14:35:42,939 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for liberrors.so()(64bit) >14:35:42,940 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libdcerpc.so.0()(64bit) >14:35:42,940 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libdcerpc-samba.so()(64bit) >14:35:42,940 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libdcerpc-binding.so.0()(64bit) >14:35:42,940 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libdbwrap.so()(64bit) >14:35:42,940 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libcmdline-credentials.so()(64bit) >14:35:42,940 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libcliauth.so()(64bit) >14:35:42,941 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libcli_spoolss.so()(64bit) >14:35:42,941 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libcli_smb_common.so()(64bit) >14:35:42,941 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libcli_cldap.so()(64bit) >14:35:42,941 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libcli-nbt.so()(64bit) >14:35:42,941 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libcli-ldap.so()(64bit) >14:35:42,942 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 to require for libCHARSET3.so()(64bit) >14:35:42,947 DEBUG yum.verbose.YumBase: TSINFO: Marking sane-backends-libs-1.0.23-4.fc18.x86_64 as install for sane-backends-drivers-scanners-1.0.23-4.fc18.x86_64 >14:35:42,948 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libusb-0.1.3-11.fc18.x86_64 as install for sane-backends-drivers-scanners-1.0.23-4.fc18.x86_64 >14:35:42,949 DEBUG yum.verbose.YumBase: TSINFO: Marking libieee1284-0.2.11-12.fc18.x86_64 as install for sane-backends-drivers-scanners-1.0.23-4.fc18.x86_64 >14:35:42,959 DEBUG yum.verbose.YumBase: TSINFO: Marking pinentry-gtk-0.8.1-8.fc18.x86_64 as install for seahorse-3.6.3-1.fc18.x86_64 >14:35:42,960 DEBUG yum.verbose.YumBase: TSINFO: Marking gpgme-1.3.2-1.fc18.x86_64 as install for seahorse-3.6.3-1.fc18.x86_64 >14:35:42,962 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.3.2-1.fc18.x86_64 to require for libgpgme.so.11(GPGME_1.0)(64bit) >14:35:42,962 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.3.2-1.fc18.x86_64 to require for libgpgme.so.11()(64bit) >14:35:42,963 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-glib-0.6.31-6.fc18.x86_64 as install for seahorse-3.6.3-1.fc18.x86_64 >14:35:42,964 DEBUG yum.verbose.YumBase: TSINFO: Marking selinux-policy-3.11.1-66.fc18.noarch as install for selinux-policy-targeted-3.11.1-66.fc18.noarch >14:35:42,965 DEBUG yum.verbose.YumBase: Quick matched selinux-policy-3.11.1-66.fc18.noarch to require for selinux-policy >14:35:42,971 DEBUG yum.verbose.YumBase: TSINFO: Marking procmail-3.22-31.fc18.x86_64 as install for sendmail-8.14.5-15.fc18.x86_64 >14:35:42,972 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-2.1.23-36.fc18.x86_64 as install for sendmail-8.14.5-15.fc18.x86_64 >14:35:42,974 DEBUG yum.verbose.YumBase: TSINFO: Marking hesiod-3.1.0-22.fc18.x86_64 as install for sendmail-8.14.5-15.fc18.x86_64 >14:35:42,977 DEBUG yum.verbose.YumBase: TSINFO: Marking setroubleshoot-server-3.1.18-1.fc18.x86_64 as install for setroubleshoot-3.1.18-1.fc18.x86_64 >14:35:42,979 DEBUG yum.verbose.YumBase: TSINFO: Marking pygtk2-libglade-2.24.0-5.fc18.x86_64 as install for setroubleshoot-3.1.18-1.fc18.x86_64 >14:35:42,980 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject2-2.28.6-7.fc18.x86_64 as install for setroubleshoot-3.1.18-1.fc18.x86_64 >14:35:42,982 DEBUG yum.verbose.YumBase: TSINFO: Marking notify-python-0.1.1-21.fc18.x86_64 as install for setroubleshoot-3.1.18-1.fc18.x86_64 >14:35:42,983 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-gtk-2.0.19-3.fc18.x86_64 as install for setroubleshoot-3.1.18-1.fc18.x86_64 >14:35:42,985 DEBUG yum.verbose.YumBase: TSINFO: Marking usermode-1.111-1.fc18.x86_64 as install for setuptool-1.19.11-5.fc18.x86_64 >14:35:42,994 DEBUG yum.verbose.YumBase: TSINFO: Marking unique3-3.0.2-4.fc18.x86_64 as install for shotwell-0.13.1-1.fc18.x86_64 >14:35:42,996 DEBUG yum.verbose.YumBase: TSINFO: Marking LibRaw-0.14.6-3.fc18.x86_64 as install for shotwell-0.13.1-1.fc18.x86_64 >14:35:42,997 DEBUG yum.verbose.YumBase: TSINFO: Marking libgomp-4.7.2-8.fc18.x86_64 as install for shotwell-0.13.1-1.fc18.x86_64 >14:35:42,998 DEBUG yum.verbose.YumBase: TSINFO: Marking libgexiv2-0.4.1-3.fc18.x86_64 as install for shotwell-0.13.1-1.fc18.x86_64 >14:35:43,006 DEBUG yum.verbose.YumBase: TSINFO: Marking mailx-12.5-7.fc18.x86_64 as install for 1:smartmontools-5.43-3.fc18.x86_64 >14:35:43,008 DEBUG yum.verbose.YumBase: TSINFO: Marking smc-fonts-common-5.0.1-3.fc18.noarch as install for smc-meera-fonts-5.0.1-3.fc18.noarch >14:35:43,010 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-5.1.2-2alpha.fc18.x86_64 as install for sos-2.2-30.fc18.noarch >14:35:43,011 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-python-4.10.1-3.fc18.x86_64 as install for sos-2.2-30.fc18.noarch >14:35:43,012 DEBUG yum.verbose.YumBase: TSINFO: Marking libxml2-python-2.9.0-3.fc18.x86_64 as install for sos-2.2-30.fc18.noarch >14:35:43,015 DEBUG yum.verbose.YumBase: TSINFO: Marking libpciaccess-0.13.1-2.fc18.x86_64 as install for spice-vdagent-0.12.0-2.fc18.x86_64 >14:35:43,025 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-client-1.9.2-3.fc18.x86_64 as install for sssd-1.9.2-3.fc18.x86_64 >14:35:43,027 DEBUG yum.verbose.YumBase: TSINFO: Marking libsss_idmap-1.9.2-3.fc18.x86_64 as install for sssd-1.9.2-3.fc18.x86_64 >14:35:43,028 DEBUG yum.verbose.YumBase: TSINFO: Marking libipa_hbac-1.9.2-3.fc18.x86_64 as install for sssd-1.9.2-3.fc18.x86_64 >14:35:43,029 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-gssapi-2.1.23-36.fc18.x86_64 as install for sssd-1.9.2-3.fc18.x86_64 >14:35:43,031 DEBUG yum.verbose.YumBase: TSINFO: Marking python-libs-2.7.3-13.fc18.x86_64 as install for sssd-1.9.2-3.fc18.x86_64 >14:35:43,033 DEBUG yum.verbose.YumBase: TSINFO: Marking pcre-8.31-2.fc18.x86_64 as install for sssd-1.9.2-3.fc18.x86_64 >14:35:43,034 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl-1.1-16.fc18.x86_64 as install for sssd-1.9.2-3.fc18.x86_64 >14:35:43,036 DEBUG yum.verbose.YumBase: TSINFO: Marking libini_config-0.7.0-12.fc18.x86_64 as install for sssd-1.9.2-3.fc18.x86_64 >14:35:43,037 DEBUG yum.verbose.YumBase: TSINFO: Marking libdhash-0.4.3-12.fc18.x86_64 as install for sssd-1.9.2-3.fc18.x86_64 >14:35:43,038 DEBUG yum.verbose.YumBase: TSINFO: Marking libcollection-0.6.2-12.fc18.x86_64 as install for sssd-1.9.2-3.fc18.x86_64 >14:35:43,039 DEBUG yum.verbose.YumBase: TSINFO: Marking c-ares-1.9.1-2.fc18.x86_64 as install for sssd-1.9.2-3.fc18.x86_64 >14:35:43,050 DEBUG yum.verbose.YumBase: TSINFO: Marking libmusicbrainz5-5.0.1-2.fc18.x86_64 as install for sushi-3.6.1-1.fc18.x86_64 >14:35:43,053 DEBUG yum.verbose.YumBase: TSINFO: Marking system-config-printer-libs-1.3.12-7.fc18.x86_64 as install for system-config-printer-1.3.12-7.fc18.x86_64 >14:35:43,054 DEBUG yum.verbose.YumBase: TSINFO: Marking python-smbc-1.0.13-5.fc18.x86_64 as install for system-config-printer-1.3.12-7.fc18.x86_64 >14:35:43,055 DEBUG yum.verbose.YumBase: TSINFO: Marking python-slip-gtk-0.2.24-1.fc18.noarch as install for system-config-printer-1.3.12-7.fc18.x86_64 >14:35:43,057 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-python2-gnomekeyring-2.32.0-12.fc18.x86_64 as install for system-config-printer-1.3.12-7.fc18.x86_64 >14:35:43,066 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-myhostname-0.3-3.fc18.x86_64 as install for systemd-195-15.fc18.x86_64 >14:35:43,067 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-libs-10-1.fc18.x86_64 as install for systemd-195-15.fc18.x86_64 >14:35:43,069 DEBUG yum.verbose.YumBase: TSINFO: Marking qrencode-libs-3.3.1-4.fc18.x86_64 as install for systemd-195-15.fc18.x86_64 >14:35:43,070 DEBUG yum.verbose.YumBase: TSINFO: Marking libmicrohttpd-0.9.22-1.fc18.x86_64 as install for systemd-195-15.fc18.x86_64 >14:35:43,079 DEBUG yum.verbose.YumBase: TSINFO: Marking thai-scalable-fonts-common-0.5.0-3.fc18.noarch as install for thai-scalable-waree-fonts-0.5.0-3.fc18.noarch >14:35:43,083 DEBUG yum.verbose.YumBase: TSINFO: Marking psmisc-22.20-1.fc18.x86_64 as install for tmpwatch-2.11-2.fc18.x86_64 >14:35:43,092 DEBUG yum.verbose.YumBase: TSINFO: Marking grilo-plugins-0.2.4-1.fc18.x86_64 as install for 1:totem-3.6.3-1.fc18.x86_64 >14:35:43,093 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-dvb-daemon-0.2.10-1.fc18.x86_64 as install for 1:totem-3.6.3-1.fc18.x86_64 >14:35:43,095 DEBUG yum.verbose.YumBase: TSINFO: Marking libzeitgeist-0.3.18-3.fc18.x86_64 as install for 1:totem-3.6.3-1.fc18.x86_64 >14:35:43,110 DEBUG yum.verbose.YumBase: TSINFO: Marking transmission-common-2.72-1.fc18.x86_64 as install for transmission-gtk-2.72-1.fc18.x86_64 >14:35:43,114 DEBUG yum.verbose.YumBase: TSINFO: Marking usb_modeswitch-data-20121109-1.fc18.noarch as install for usb_modeswitch-1.2.5-1.fc18.x86_64 >14:35:43,123 DEBUG yum.verbose.YumBase: TSINFO: Marking libutempter-1.1.6-1.fc18.x86_64 as install for util-linux-2.22.1-2.1.fc18.x86_64 >14:35:43,124 DEBUG yum.verbose.YumBase: Quick matched libutempter-1.1.6-1.fc18.x86_64 to require for libutempter.so.0()(64bit) >14:35:43,133 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-ui-gtk3-0.6.31-6.fc18.x86_64 as install for vinagre-3.6.2-1.fc18.x86_64 >14:35:43,134 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-gobject-0.6.31-6.fc18.x86_64 as install for vinagre-3.6.2-1.fc18.x86_64 >14:35:43,136 DEBUG yum.verbose.YumBase: TSINFO: Marking vlgothic-fonts-common-20121109-1.fc18.noarch as install for vlgothic-fonts-20121109-1.fc18.noarch >14:35:43,143 DEBUG yum.verbose.YumBase: TSINFO: Marking crda-1.1.2_2011.04.28-3.fc18.x86_64 as install for 1:wireless-tools-29-8.1.fc18.x86_64 >14:35:43,147 DEBUG yum.verbose.YumBase: TSINFO: Marking libwvstreams-4.6.1-7.fc18.x86_64 as install for wvdial-1.61-6.fc18.x86_64 >14:35:43,148 DEBUG yum.verbose.YumBase: Quick matched libwvstreams-4.6.1-7.fc18.x86_64 to require for libwvstreams.so.4.6()(64bit) >14:35:43,148 DEBUG yum.verbose.YumBase: Quick matched libwvstreams-4.6.1-7.fc18.x86_64 to require for libwvbase.so.4.6()(64bit) >14:35:43,148 DEBUG yum.verbose.YumBase: Quick matched libwvstreams-4.6.1-7.fc18.x86_64 to require for libuniconf.so.4.6()(64bit) >14:35:43,150 DEBUG yum.verbose.YumBase: TSINFO: Marking xdg-user-dirs-0.14-3.fc18.x86_64 as install for xdg-user-dirs-gtk-0.9-2.fc18.x86_64 >14:35:43,156 DEBUG yum.verbose.YumBase: TSINFO: Marking xkeyboard-config-2.6-5.fc18.noarch as install for xorg-x11-drv-evdev-2.7.3-2.fc18.x86_64 >14:35:43,157 DEBUG yum.verbose.YumBase: TSINFO: Marking mtdev-1.1.3-1.fc18.x86_64 as install for xorg-x11-drv-evdev-2.7.3-2.fc18.x86_64 >14:35:43,157 DEBUG yum.verbose.YumBase: Quick matched mtdev-1.1.3-1.fc18.x86_64 to require for libmtdev.so.1()(64bit) >14:35:43,162 DEBUG yum.verbose.YumBase: TSINFO: Marking xcb-util-0.3.8-3.fc18.x86_64 as install for xorg-x11-drv-intel-2.20.14-1.fc18.x86_64 >14:35:43,164 DEBUG yum.verbose.YumBase: TSINFO: Marking libXvMC-1.0.7-2.fc18.x86_64 as install for xorg-x11-drv-intel-2.20.14-1.fc18.x86_64 >14:35:43,165 DEBUG yum.verbose.YumBase: TSINFO: Marking libXv-1.0.7-2.fc18.x86_64 as install for xorg-x11-drv-intel-2.20.14-1.fc18.x86_64 >14:35:43,177 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libxatracker-9.0.1-1.fc18.x86_64 as install for xorg-x11-drv-vmware-12.0.2-3.20120718gite5ac80d8f.fc18.x86_64 >14:35:43,178 DEBUG yum.verbose.YumBase: Quick matched mesa-libxatracker-9.0.1-1.fc18.x86_64 to require for libxatracker.so.1()(64bit) >14:35:43,187 DEBUG yum.verbose.YumBase: TSINFO: Marking xorg-x11-server-common-1.13.0-11.fc18.x86_64 as install for xorg-x11-server-Xorg-1.13.0-11.fc18.x86_64 >14:35:43,188 DEBUG yum.verbose.YumBase: TSINFO: Marking pixman-0.26.2-5.fc18.x86_64 as install for xorg-x11-server-Xorg-1.13.0-11.fc18.x86_64 >14:35:43,189 DEBUG yum.verbose.YumBase: TSINFO: Marking libXfont-1.4.5-2.fc18.x86_64 as install for xorg-x11-server-Xorg-1.13.0-11.fc18.x86_64 >14:35:43,192 DEBUG yum.verbose.YumBase: TSINFO: Marking libdmx-1.1.2-2.fc18.x86_64 as install for xorg-x11-utils-7.5-7.fc18.x86_64 >14:35:43,193 DEBUG yum.verbose.YumBase: TSINFO: Marking libXxf86dga-1.1.3-2.fc18.x86_64 as install for xorg-x11-utils-7.5-7.fc18.x86_64 >14:35:43,195 DEBUG yum.verbose.YumBase: TSINFO: Marking libXmu-1.1.1-2.fc18.x86_64 as install for 1:xorg-x11-xauth-1.0.7-2.fc18.x86_64 >14:35:43,199 DEBUG yum.verbose.YumBase: TSINFO: Marking yelp-xsl-3.6.1-1.fc18.noarch as install for 1:yelp-3.6.2-1.fc18.x86_64 >14:35:43,200 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:yelp-libs-3.6.2-1.fc18.x86_64 as install for 1:yelp-3.6.2-1.fc18.x86_64 >14:35:43,206 DEBUG yum.verbose.YumBase: TSINFO: Marking yp-tools-2.12-11.fc18.x86_64 as install for 3:ypbind-1.36-7.fc18.x86_64 >14:35:43,208 DEBUG yum.verbose.YumBase: TSINFO: Marking yum-metadata-parser-1.1.4-7.fc18.x86_64 as install for yum-3.4.3-47.fc18.noarch >14:35:43,209 DEBUG yum.verbose.YumBase: TSINFO: Marking python-urlgrabber-3.9.1-22.fc18.noarch as install for yum-3.4.3-47.fc18.noarch >14:35:43,210 DEBUG yum.verbose.YumBase: TSINFO: Marking python-iniparse-0.4-6.fc18.noarch as install for yum-3.4.3-47.fc18.noarch >14:35:43,211 DEBUG yum.verbose.YumBase: TSINFO: Marking pyliblzma-0.5.3-7.fc18.x86_64 as install for yum-3.4.3-47.fc18.noarch >14:35:43,212 DEBUG yum.verbose.YumBase: TSINFO: Marking pygpgme-0.3-3.fc18.x86_64 as install for yum-3.4.3-47.fc18.noarch >14:35:43,214 DEBUG yum.verbose.YumBase: TSINFO: Marking deltarpm-3.6-0.11.20110223git.fc18.x86_64 as install for yum-presto-0.9.0-1.fc18.noarch >14:35:43,217 DEBUG yum.verbose.YumBase: TSINFO: Marking python-kitchen-1.1.1-2.fc18.noarch as install for yum-utils-1.1.31-6.fc18.noarch >14:35:43,245 DEBUG yum.verbose.YumBase: TSINFO: Marking preupgrade-1.1.11-2.fc18.noarch as install for PackageKit-0.8.6-1.fc18.x86_64 >14:35:43,246 DEBUG yum.verbose.YumBase: TSINFO: Marking comps-extras-20-5.fc18.noarch as install for PackageKit-0.8.6-1.fc18.x86_64 >14:35:43,247 DEBUG yum.verbose.YumBase: TSINFO: Marking PackageKit-yum-0.8.6-1.fc18.x86_64 as install for PackageKit-0.8.6-1.fc18.x86_64 >14:35:43,252 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-libs-2.0.19-2.fc18.x86_64 as install for abrt-2.0.19-2.fc18.x86_64 >14:35:43,254 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-2.0.19-3.fc18.x86_64 as install for abrt-2.0.19-2.fc18.x86_64 >14:35:43,255 DEBUG yum.verbose.YumBase: TSINFO: Marking btparser-0.23-1.fc18.x86_64 as install for abrt-2.0.19-2.fc18.x86_64 >14:35:43,262 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-kerneloops-2.0.19-3.fc18.x86_64 as install for abrt-addon-kerneloops-2.0.19-2.fc18.x86_64 >14:35:43,265 DEBUG yum.verbose.YumBase: TSINFO: Marking crash-6.0.8-2.fc18.x86_64 as install for abrt-addon-vmcore-2.0.19-2.fc18.x86_64 >14:35:43,271 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-dbus-2.0.19-2.fc18.x86_64 as install for abrt-gui-2.0.19-2.fc18.x86_64 >14:35:43,273 DEBUG yum.verbose.YumBase: TSINFO: Marking xmlrpc-c-client-1.31.0-1801.svn2365.fc18.x86_64 as install for abrt-plugin-bodhi-2.0.19-2.fc18.x86_64 >14:35:43,275 DEBUG yum.verbose.YumBase: TSINFO: Marking xmlrpc-c-1.31.0-1801.svn2365.fc18.x86_64 as install for abrt-plugin-bodhi-2.0.19-2.fc18.x86_64 >14:35:43,276 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-web-2.0.19-3.fc18.x86_64 as install for abrt-plugin-bodhi-2.0.19-2.fc18.x86_64 >14:35:43,296 DEBUG yum.verbose.YumBase: TSINFO: Marking fxload-2002_04_11-12.fc18.x86_64 as install for alsa-tools-firmware-1.0.26.1-1.fc18.x86_64 >14:35:43,302 DEBUG yum.verbose.YumBase: TSINFO: Marking libXScrnSaver-1.2.2-2.fc18.x86_64 as install for argyllcms-1.4.0-6.fc18.x86_64 >14:35:43,308 DEBUG yum.verbose.YumBase: TSINFO: Marking usermode-gtk-1.111-1.fc18.x86_64 as install for authconfig-gtk-6.2.5-1.fc18.2.x86_64 >14:35:43,324 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-license-9.9.2-5.P1.fc18.noarch as install for 32:bind-libs-9.9.2-5.P1.fc18.x86_64 >14:35:43,342 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libEGL-9.0.1-1.fc18.x86_64 as install for cairo-1.12.8-2.fc18.x86_64 >14:35:43,352 DEBUG yum.verbose.YumBase: TSINFO: Marking libao-1.1.0-5.fc18.x86_64 as install for cdrdao-1.2.3-16.fc18.x86_64 >14:35:43,353 DEBUG yum.verbose.YumBase: Quick matched libao-1.1.0-5.fc18.x86_64 to require for libao.so.4()(64bit) >14:35:43,382 DEBUG yum.verbose.YumBase: TSINFO: Marking iw-3.7-1.fc18.x86_64 as install for crda-1.1.2_2011.04.28-3.fc18.x86_64 >14:35:43,407 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:emacs-filesystem-24.2-5.fc18.noarch as install for desktop-file-utils-0.21-1.fc18.x86_64 >14:35:43,420 DEBUG yum.verbose.YumBase: TSINFO: Marking sgpio-1.2.0.10-9.fc18.x86_64 as install for dmraid-events-1.0.0.rc16-17.fc18.x86_64 >14:35:43,421 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-event-1.02.77-4.fc18.x86_64 as install for dmraid-events-1.0.0.rc16-17.fc18.x86_64 >14:35:43,426 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:hardlink-1.0-15.fc18.x86_64 as install for dracut-024-18.git20130102.fc18.x86_64 >14:35:43,429 DEBUG yum.verbose.YumBase: TSINFO: Marking python-boto-2.6.0-2.fc18.noarch as install for duplicity-0.6.18-2.fc18.x86_64 >14:35:43,431 DEBUG yum.verbose.YumBase: TSINFO: Marking python-GnuPGInterface-0.3.2-10.fc18.noarch as install for duplicity-0.6.18-2.fc18.x86_64 >14:35:43,432 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:ncftp-3.2.5-4.fc18.x86_64 as install for duplicity-0.6.18-2.fc18.x86_64 >14:35:43,433 DEBUG yum.verbose.YumBase: TSINFO: Marking gnupg-1.4.12-2.fc18.x86_64 as install for duplicity-0.6.18-2.fc18.x86_64 >14:35:43,434 DEBUG yum.verbose.YumBase: TSINFO: Marking librsync-0.9.7-18.fc18.x86_64 as install for duplicity-0.6.18-2.fc18.x86_64 >14:35:43,450 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-libs-0.155-1.fc18.x86_64 as install for elfutils-0.155-1.fc18.x86_64 >14:35:43,451 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.155-1.fc18.x86_64 to require for libdw.so.1(ELFUTILS_0.149)(64bit) >14:35:43,451 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.155-1.fc18.x86_64 to require for libdw.so.1(ELFUTILS_0.148)(64bit) >14:35:43,451 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.155-1.fc18.x86_64 to require for libdw.so.1(ELFUTILS_0.138)(64bit) >14:35:43,452 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.155-1.fc18.x86_64 to require for libdw.so.1(ELFUTILS_0.127)(64bit) >14:35:43,452 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.155-1.fc18.x86_64 to require for libdw.so.1(ELFUTILS_0.126)(64bit) >14:35:43,452 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.155-1.fc18.x86_64 to require for libdw.so.1(ELFUTILS_0.122)(64bit) >14:35:43,452 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.155-1.fc18.x86_64 to require for libasm.so.1(ELFUTILS_1.0)(64bit) >14:35:43,452 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.155-1.fc18.x86_64 to require for libdw.so.1()(64bit) >14:35:43,453 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.155-1.fc18.x86_64 to require for libasm.so.1()(64bit) >14:35:43,464 DEBUG yum.verbose.YumBase: TSINFO: Marking libspectre-0.2.7-1.fc18.x86_64 as install for evince-libs-3.6.1-2.fc18.x86_64 >14:35:43,465 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-glib-0.20.2-9.fc18.x86_64 as install for evince-libs-3.6.1-2.fc18.x86_64 >14:35:43,466 DEBUG yum.verbose.YumBase: TSINFO: Marking libgxps-0.2.2-3.fc18.x86_64 as install for evince-libs-3.6.1-2.fc18.x86_64 >14:35:43,487 DEBUG yum.verbose.YumBase: TSINFO: Marking libnice-0.1.3-1.fc18.x86_64 as install for farstream02-0.2.2-1.fc18.x86_64 >14:35:43,488 DEBUG yum.verbose.YumBase: TSINFO: Marking gupnp-igd-0.2.1-2.fc18.x86_64 as install for farstream02-0.2.2-1.fc18.x86_64 >14:35:43,495 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-1.3.1-2.fc18.x86_64 as install for fipscheck-lib-1.3.1-2.fc18.x86_64 >14:35:43,508 DEBUG yum.verbose.YumBase: TSINFO: Marking libfprint-0.4.0-5.fc18.x86_64 as install for fprintd-0.4.1-3.fc18.x86_64 >14:35:43,535 DEBUG yum.verbose.YumBase: TSINFO: Marking libusal-1.1.11-14.fc18.x86_64 as install for genisoimage-1.1.11-14.fc18.x86_64 >14:35:43,536 DEBUG yum.verbose.YumBase: Quick matched libusal-1.1.11-14.fc18.x86_64 to require for libusal.so.0()(64bit) >14:35:43,536 DEBUG yum.verbose.YumBase: Quick matched libusal-1.1.11-14.fc18.x86_64 to require for librols.so.0()(64bit) >14:35:43,539 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:xorg-x11-font-utils-7.5-9.fc18.x86_64 as install for ghostscript-fonts-5.50-29.fc18.noarch >14:35:43,549 DEBUG yum.verbose.YumBase: TSINFO: Marking gamin-0.1.10-13.fc18.x86_64 as install for glib2-2.34.2-1.fc18.x86_64 >14:35:43,554 DEBUG yum.verbose.YumBase: TSINFO: Marking tzdata-2012j-1.fc18.noarch as install for glibc-common-2.16-24.fc18.x86_64 >14:35:43,566 DEBUG yum.verbose.YumBase: TSINFO: Marking desktop-backgrounds-gnome-18.0.0-1.fc18.noarch as install for gnome-desktop3-3.6.2-1.fc18.x86_64 >14:35:43,570 DEBUG yum.verbose.YumBase: TSINFO: Marking dvb-apps-1.1.2-2.1479.37781d27a444.fc18.x86_64 as install for gnome-dvb-daemon-0.2.10-1.fc18.x86_64 >14:35:43,572 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer-rtsp-0.10.8-3.fc18.x86_64 as install for gnome-dvb-daemon-0.2.10-1.fc18.x86_64 >14:35:43,586 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-python2-desktop-2.32.0-12.fc18.x86_64 as install for gnome-python2-gnomekeyring-2.32.0-12.fc18.x86_64 >14:35:43,591 DEBUG yum.verbose.YumBase: TSINFO: Marking frei0r-plugins-1.3-8.fc18.x86_64 as install for gnome-video-effects-0.4.0-4.fc18.noarch >14:35:43,595 DEBUG yum.verbose.YumBase: TSINFO: Marking libtasn1-2.14-1.fc18.x86_64 as install for gnutls-2.12.21-1.fc18.x86_64 >14:35:43,596 DEBUG yum.verbose.YumBase: Quick matched libtasn1-2.14-1.fc18.x86_64 to require for libtasn1.so.3()(64bit) >14:35:43,610 DEBUG yum.verbose.YumBase: TSINFO: Marking gupnp-av-0.10.3-1.fc18.x86_64 as install for grilo-plugins-0.2.4-1.fc18.x86_64 >14:35:43,612 DEBUG yum.verbose.YumBase: TSINFO: Marking libquvi-0.4.1-2.fc18.x86_64 as install for grilo-plugins-0.2.4-1.fc18.x86_64 >14:35:43,613 DEBUG yum.verbose.YumBase: TSINFO: Marking gmime-2.6.12-1.fc18.x86_64 as install for grilo-plugins-0.2.4-1.fc18.x86_64 >14:35:43,625 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer-tools-0.10.36-2.fc18.x86_64 as install for gstreamer-0.10.36-2.fc18.x86_64 >14:35:43,632 DEBUG yum.verbose.YumBase: TSINFO: Marking libvisual-0.4.0-12.fc18.x86_64 as install for gstreamer-plugins-base-0.10.36-3.fc18.x86_64 >14:35:43,633 DEBUG yum.verbose.YumBase: TSINFO: Marking cdparanoia-libs-10.2-12.fc18.x86_64 as install for gstreamer-plugins-base-0.10.36-3.fc18.x86_64 >14:35:43,635 DEBUG yum.verbose.YumBase: Quick matched cdparanoia-libs-10.2-12.fc18.x86_64 to require for libcdda_interface.so.0()(64bit) >14:35:43,694 DEBUG yum.verbose.YumBase: TSINFO: Marking libcdio-0.83-5.fc18.x86_64 as install for gvfs-1.14.2-2.fc18.x86_64 >14:35:43,695 DEBUG yum.verbose.YumBase: Quick matched libcdio-0.83-5.fc18.x86_64 to require for libcdio_cdda.so.1(CDIO_CDDA_1)(64bit) >14:35:43,695 DEBUG yum.verbose.YumBase: Quick matched libcdio-0.83-5.fc18.x86_64 to require for libcdio.so.13(CDIO_13)(64bit) >14:35:43,696 DEBUG yum.verbose.YumBase: Quick matched libcdio-0.83-5.fc18.x86_64 to require for libcdio_paranoia.so.1()(64bit) >14:35:43,696 DEBUG yum.verbose.YumBase: Quick matched libcdio-0.83-5.fc18.x86_64 to require for libcdio_cdda.so.1()(64bit) >14:35:43,696 DEBUG yum.verbose.YumBase: Quick matched libcdio-0.83-5.fc18.x86_64 to require for libcdio.so.13()(64bit) >14:35:43,700 DEBUG yum.verbose.YumBase: TSINFO: Marking usbmuxd-1.0.8-5.fc18.x86_64 as install for gvfs-afc-1.14.2-2.fc18.x86_64 >14:35:43,701 DEBUG yum.verbose.YumBase: Quick matched usbmuxd-1.0.8-5.fc18.x86_64 to require for libusbmuxd.so.2()(64bit) >14:35:43,702 DEBUG yum.verbose.YumBase: TSINFO: Marking libplist-1.8-5.fc18.x86_64 as install for gvfs-afc-1.14.2-2.fc18.x86_64 >14:35:43,703 DEBUG yum.verbose.YumBase: TSINFO: Marking libimobiledevice-1.1.4-4.fc18.x86_64 as install for gvfs-afc-1.14.2-2.fc18.x86_64 >14:35:43,708 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:obex-data-server-0.4.6-4.fc18.x86_64 as install for gvfs-obexftp-1.14.2-2.fc18.x86_64 >14:35:43,718 DEBUG yum.verbose.YumBase: TSINFO: Marking hplip-common-3.12.11-1.fc18.x86_64 as install for hplip-libs-3.12.11-1.fc18.x86_64 >14:35:43,731 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:vorbis-tools-1.4.0-5.fc18.x86_64 as install for icedax-1.1.11-14.fc18.x86_64 >14:35:43,732 DEBUG yum.verbose.YumBase: TSINFO: Marking cdparanoia-10.2-12.fc18.x86_64 as install for icedax-1.1.11-14.fc18.x86_64 >14:35:43,742 DEBUG yum.verbose.YumBase: TSINFO: Marking xml-common-0.6.3-37.fc18.noarch as install for iso-codes-3.40-1.fc18.noarch >14:35:43,751 DEBUG yum.verbose.YumBase: TSINFO: Marking jpackage-utils-1.7.5-20.fc18.x86_64 as install for 1:java-1.7.0-openjdk-1.7.0.9-2.3.3.fc18.1.x86_64 >14:35:43,753 DEBUG yum.verbose.YumBase: TSINFO: Marking tzdata-java-2012j-1.fc18.noarch as install for 1:java-1.7.0-openjdk-1.7.0.9-2.3.3.fc18.1.x86_64 >14:35:43,754 DEBUG yum.verbose.YumBase: TSINFO: Marking rhino-1.7R3-6.fc18.noarch as install for 1:java-1.7.0-openjdk-1.7.0.9-2.3.3.fc18.1.x86_64 >14:35:43,755 DEBUG yum.verbose.YumBase: TSINFO: Marking giflib-4.1.6-6.fc18.x86_64 as install for 1:java-1.7.0-openjdk-1.7.0.9-2.3.3.fc18.1.x86_64 >14:35:43,779 DEBUG yum.verbose.YumBase: TSINFO: Marking libX11-common-1.5.0-3.fc18.noarch as install for libX11-1.5.0-3.fc18.x86_64 >14:35:43,788 DEBUG yum.verbose.YumBase: TSINFO: Marking libfontenc-1.1.1-2.fc18.x86_64 as install for libXfont-1.4.5-2.fc18.x86_64 >14:35:43,818 DEBUG yum.verbose.YumBase: TSINFO: Marking sound-theme-freedesktop-0.8-1.fc18.noarch as install for libcanberra-0.30-2.fc18.x86_64 >14:35:43,836 DEBUG yum.verbose.YumBase: TSINFO: Marking libssh2-1.4.2-2.fc18.x86_64 as install for libcurl-7.27.0-4.fc18.x86_64 >14:35:43,837 DEBUG yum.verbose.YumBase: Quick matched libssh2-1.4.2-2.fc18.x86_64 to require for libssh2.so.1()(64bit) >14:35:43,876 DEBUG yum.verbose.YumBase: TSINFO: Marking gd-2.0.35-18.fc18.x86_64 as install for libgphoto2-2.5.0-3.fc18.x86_64 >14:35:43,881 DEBUG yum.verbose.YumBase: TSINFO: Marking sg3_utils-libs-1.34-1.fc18.x86_64 as install for libgpod-0.8.2-7.fc18.x86_64 >14:35:43,897 DEBUG yum.verbose.YumBase: TSINFO: Marking libref_array-0.1.3-12.fc18.x86_64 as install for libini_config-0.7.0-12.fc18.x86_64 >14:35:43,898 DEBUG yum.verbose.YumBase: TSINFO: Marking libpath_utils-0.2.1-12.fc18.x86_64 as install for libini_config-0.7.0-12.fc18.x86_64 >14:35:43,899 DEBUG yum.verbose.YumBase: TSINFO: Marking libbasicobjects-0.1.0-12.fc18.x86_64 as install for libini_config-0.7.0-12.fc18.x86_64 >14:35:43,908 DEBUG yum.verbose.YumBase: TSINFO: Marking liblouis-2.4.1-2.fc18.x86_64 as install for liblouis-python-2.4.1-2.fc18.noarch >14:35:43,921 DEBUG yum.verbose.YumBase: TSINFO: Marking neon-0.29.6-3.fc18.x86_64 as install for libmusicbrainz5-5.0.1-2.fc18.x86_64 >14:35:43,929 DEBUG yum.verbose.YumBase: TSINFO: Marking libmnl-1.0.3-4.fc18.x86_64 as install for libnetfilter_conntrack-1.0.2-1.fc18.x86_64 >14:35:43,930 DEBUG yum.verbose.YumBase: Quick matched libmnl-1.0.3-4.fc18.x86_64 to require for libmnl.so.0(LIBMNL_1.0)(64bit) >14:35:43,930 DEBUG yum.verbose.YumBase: TSINFO: Marking libnfnetlink-1.0.1-1.fc18.x86_64 as install for libnetfilter_conntrack-1.0.2-1.fc18.x86_64 >14:35:43,940 DEBUG yum.verbose.YumBase: TSINFO: Marking mobile-broadband-provider-info-1.20120614-2.fc18.noarch as install for libnm-gtk-0.9.7.0-4.git20121016.fc18.x86_64 >14:35:43,947 DEBUG yum.verbose.YumBase: TSINFO: Marking fftw-libs-double-3.3.3-1.fc18.x86_64 as install for libofa-0.9.3-21.fc18.x86_64 >14:35:43,952 DEBUG yum.verbose.YumBase: TSINFO: Marking libxslt-1.1.27-2.fc18.x86_64 as install for libosinfo-0.2.1-1.fc18.x86_64 >14:35:43,953 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.27-2.fc18.x86_64 to require for libxslt.so.1(LIBXML2_1.0.11)(64bit) >14:35:43,954 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.27-2.fc18.x86_64 to require for libxslt.so.1()(64bit) >14:35:43,960 DEBUG yum.verbose.YumBase: TSINFO: Marking seed-3.2.0-3.fc18.2.x86_64 as install for libpeas-1.6.2-1.fc18.x86_64 >14:35:43,970 DEBUG yum.verbose.YumBase: TSINFO: Marking libmodman-2.0.1-5.fc18.x86_64 as install for libproxy-0.4.10-1.fc18.x86_64 >14:35:43,973 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-dicts-2.8.22-2.fc18.x86_64 as install for libpwquality-1.2.0-1.fc18.x86_64 >14:35:43,974 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-2.8.22-2.fc18.x86_64 as install for libpwquality-1.2.0-1.fc18.x86_64 >14:35:43,991 DEBUG yum.verbose.YumBase: TSINFO: Marking ustr-1.0.4-13.fc18.x86_64 as install for libsemanage-2.1.9-1.fc18.x86_64 >14:35:43,992 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-13.fc18.x86_64 to require for libustr-1.0.so.1(USTR_1.0)(64bit) >14:35:43,992 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-13.fc18.x86_64 to require for libustr-1.0.so.1()(64bit) >14:35:44,022 DEBUG yum.verbose.YumBase: TSINFO: Marking jbigkit-libs-2.0-7.fc18.x86_64 as install for libtiff-4.0.3-1.fc18.x86_64 >14:35:44,030 DEBUG yum.verbose.YumBase: TSINFO: Marking libtranslit-0.0.2-3.fc18.x86_64 as install for libtranslit-m17n-0.0.2-3.fc18.x86_64 >14:35:44,056 DEBUG yum.verbose.YumBase: TSINFO: Marking gnutls-utils-2.12.21-1.fc18.x86_64 as install for libvirt-client-0.10.2.2-3.fc18.x86_64 >14:35:44,057 DEBUG yum.verbose.YumBase: TSINFO: Marking gettext-0.18.1.1-17.fc18.x86_64 as install for libvirt-client-0.10.2.2-3.fc18.x86_64 >14:35:44,059 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-md5-2.1.23-36.fc18.x86_64 as install for libvirt-client-0.10.2.2-3.fc18.x86_64 >14:35:44,060 DEBUG yum.verbose.YumBase: TSINFO: Marking yajl-2.0.4-1.fc18.x86_64 as install for libvirt-client-0.10.2.2-3.fc18.x86_64 >14:35:44,061 DEBUG yum.verbose.YumBase: TSINFO: Marking libwsman1-2.3.6-1.fc18.x86_64 as install for libvirt-client-0.10.2.2-3.fc18.x86_64 >14:35:44,062 DEBUG yum.verbose.YumBase: Quick matched libwsman1-2.3.6-1.fc18.x86_64 to require for libwsman_client.so.1()(64bit) >14:35:44,062 DEBUG yum.verbose.YumBase: Quick matched libwsman1-2.3.6-1.fc18.x86_64 to require for libwsman.so.1()(64bit) >14:35:44,064 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-storage-0.10.2.2-3.fc18.x86_64 as install for libvirt-daemon-kvm-0.10.2.2-3.fc18.x86_64 >14:35:44,065 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-secret-0.10.2.2-3.fc18.x86_64 as install for libvirt-daemon-kvm-0.10.2.2-3.fc18.x86_64 >14:35:44,067 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-qemu-0.10.2.2-3.fc18.x86_64 as install for libvirt-daemon-kvm-0.10.2.2-3.fc18.x86_64 >14:35:44,068 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-nwfilter-0.10.2.2-3.fc18.x86_64 as install for libvirt-daemon-kvm-0.10.2.2-3.fc18.x86_64 >14:35:44,069 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-nodedev-0.10.2.2-3.fc18.x86_64 as install for libvirt-daemon-kvm-0.10.2.2-3.fc18.x86_64 >14:35:44,071 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-network-0.10.2.2-3.fc18.x86_64 as install for libvirt-daemon-kvm-0.10.2.2-3.fc18.x86_64 >14:35:44,072 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-interface-0.10.2.2-3.fc18.x86_64 as install for libvirt-daemon-kvm-0.10.2.2-3.fc18.x86_64 >14:35:44,073 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-0.10.2.2-3.fc18.x86_64 as install for libvirt-daemon-kvm-0.10.2.2-3.fc18.x86_64 >14:35:44,076 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:qemu-kvm-1.2.0-23.fc18.x86_64 as install for libvirt-daemon-kvm-0.10.2.2-3.fc18.x86_64 >14:35:44,085 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-glib-0.1.4-1.fc18.x86_64 as install for libvirt-gobject-0.1.4-1.fc18.x86_64 >14:35:44,086 DEBUG yum.verbose.YumBase: Quick matched libvirt-glib-0.1.4-1.fc18.x86_64 to require for libvirt-glib-1.0.so.0(LIBVIRT_GLIB_0.0.7)(64bit) >14:35:44,086 DEBUG yum.verbose.YumBase: Quick matched libvirt-glib-0.1.4-1.fc18.x86_64 to require for libvirt-glib-1.0.so.0()(64bit) >14:35:44,091 DEBUG yum.verbose.YumBase: TSINFO: Marking libwacom-data-0.6.1-1.fc18.noarch as install for libwacom-0.6.1-1.fc18.x86_64 >14:35:44,096 DEBUG yum.verbose.YumBase: TSINFO: Marking libXres-1.0.6-2.fc18.x86_64 as install for libwnck3-3.4.4-1.fc18.x86_64 >14:35:44,131 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libglapi-9.0.1-1.fc18.x86_64 as install for mesa-libGL-9.0.1-1.fc18.x86_64 >14:35:44,146 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-base-5.9-7.20121017.fc18.x86_64 as install for ncurses-libs-5.9-7.20121017.fc18.x86_64 >14:35:44,155 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:net-snmp-agent-libs-5.7.2-4.fc18.x86_64 as install for 1:net-snmp-5.7.2-4.fc18.x86_64 >14:35:44,156 DEBUG yum.verbose.YumBase: TSINFO: Marking mysql-libs-5.5.28-1.fc18.x86_64 as install for 1:net-snmp-5.7.2-4.fc18.x86_64 >14:35:44,158 DEBUG yum.verbose.YumBase: TSINFO: Marking lm_sensors-libs-3.3.2-5.fc18.x86_64 as install for 1:net-snmp-5.7.2-4.fc18.x86_64 >14:35:44,159 DEBUG yum.verbose.YumBase: TSINFO: Marking 4:perl-libs-5.16.2-235.fc18.x86_64 as install for 1:net-snmp-5.7.2-4.fc18.x86_64 >14:35:44,160 DEBUG yum.verbose.YumBase: Quick matched 1:net-snmp-agent-libs-5.7.2-4.fc18.x86_64 to require for libnetsnmpmibs.so.30()(64bit) >14:35:44,161 DEBUG yum.verbose.YumBase: Quick matched 1:net-snmp-agent-libs-5.7.2-4.fc18.x86_64 to require for libnetsnmpagent.so.30()(64bit) >14:35:44,164 DEBUG yum.verbose.YumBase: TSINFO: Marking slang-2.2.4-5.fc18.x86_64 as install for newt-0.52.14-3.fc18.x86_64 >14:35:44,165 DEBUG yum.verbose.YumBase: Quick matched slang-2.2.4-5.fc18.x86_64 to require for libslang.so.2()(64bit) >14:35:44,180 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-sysinit-3.14-7.fc18.x86_64 as install for nss-3.14-7.fc18.x86_64 >14:35:44,200 DEBUG yum.verbose.YumBase: TSINFO: Marking vpnc-script-0.5.3-15.svn457.fc18.noarch as install for openconnect-4.07-2.fc18.x86_64 >14:35:44,201 DEBUG yum.verbose.YumBase: TSINFO: Marking trousers-0.3.10-1.fc18.x86_64 as install for openconnect-4.07-2.fc18.x86_64 >14:35:44,215 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:make-3.82-13.fc18.x86_64 as install for 1:openssl-1.0.1c-7.fc18.x86_64 >14:35:44,222 DEBUG yum.verbose.YumBase: TSINFO: Marking pkcs11-helper-1.09-3.fc18.x86_64 as install for openvpn-2.2.2-9.fc18.x86_64 >14:35:44,223 DEBUG yum.verbose.YumBase: TSINFO: Marking lzo-2.06-3.fc18.x86_64 as install for openvpn-2.2.2-9.fc18.x86_64 >14:35:44,238 DEBUG yum.verbose.YumBase: TSINFO: Marking libthai-0.1.14-6.fc18.x86_64 as install for pango-1.32.3-1.fc18.x86_64 >14:35:44,239 DEBUG yum.verbose.YumBase: Quick matched libthai-0.1.14-6.fc18.x86_64 to require for libthai.so.0(LIBTHAI_0.1)(64bit) >14:35:44,239 DEBUG yum.verbose.YumBase: Quick matched libthai-0.1.14-6.fc18.x86_64 to require for libthai.so.0()(64bit) >14:35:44,240 DEBUG yum.verbose.YumBase: TSINFO: Marking harfbuzz-0.9.7-1.fc18.x86_64 as install for pango-1.32.3-1.fc18.x86_64 >14:35:44,241 DEBUG yum.verbose.YumBase: TSINFO: Marking libXft-2.3.1-2.fc18.x86_64 as install for pango-1.32.3-1.fc18.x86_64 >14:35:44,278 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-threads-shared-1.40-235.fc18.x86_64 as install for 4:perl-5.16.2-235.fc18.x86_64 >14:35:44,280 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Socket-2.002-3.fc18.x86_64 as install for 4:perl-5.16.2-235.fc18.x86_64 >14:35:44,282 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Scalar-List-Utils-1.25-235.fc18.x86_64 as install for 4:perl-5.16.2-235.fc18.x86_64 >14:35:44,283 DEBUG yum.verbose.YumBase: TSINFO: Marking 4:perl-macros-5.16.2-235.fc18.x86_64 as install for 4:perl-5.16.2-235.fc18.x86_64 >14:35:44,285 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-threads-1.86-235.fc18.x86_64 as install for 4:perl-5.16.2-235.fc18.x86_64 >14:35:44,288 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Pod-Parser-1.51-235.fc18.noarch as install for 4:perl-5.16.2-235.fc18.x86_64 >14:35:44,290 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Pod-Simple-3.20-235.fc18.noarch as install for 4:perl-5.16.2-235.fc18.x86_64 >14:35:44,290 DEBUG yum.verbose.YumBase: Quick matched 1:perl-Pod-Simple-3.20-235.fc18.noarch to require for perl(Pod::Simple::Search) >14:35:44,291 DEBUG yum.verbose.YumBase: Quick matched 1:perl-Pod-Simple-3.20-235.fc18.noarch to require for perl(Pod::Simple) >14:35:44,291 DEBUG yum.verbose.YumBase: Quick matched perl-Pod-Parser-1.51-235.fc18.noarch to require for perl(Pod::ParseUtils) >14:35:44,291 DEBUG yum.verbose.YumBase: Quick matched perl-Pod-Parser-1.51-235.fc18.noarch to require for perl(Pod::Find) >14:35:44,292 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Module-Pluggable-4.00-235.fc18.noarch as install for 4:perl-5.16.2-235.fc18.x86_64 >14:35:44,294 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Filter-1.45-4.fc18.x86_64 as install for 4:perl-5.16.2-235.fc18.x86_64 >14:35:44,295 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Carp-1.26-235.fc18.noarch as install for 4:perl-5.16.2-235.fc18.x86_64 >14:35:44,321 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-plugin-two-step-0.8.8-5.fc18.x86_64 as install for plymouth-theme-charge-0.8.8-5.fc18.x86_64 >14:35:44,328 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-0.20.2-9.fc18.x86_64 as install for poppler-utils-0.20.2-9.fc18.x86_64 >14:35:44,329 DEBUG yum.verbose.YumBase: Quick matched poppler-0.20.2-9.fc18.x86_64 to require for libpoppler.so.26()(64bit) >14:35:44,330 DEBUG yum.verbose.YumBase: TSINFO: Marking openjpeg-libs-1.5.1-4.fc18.x86_64 as install for poppler-utils-0.20.2-9.fc18.x86_64 >14:35:44,334 DEBUG yum.verbose.YumBase: TSINFO: Marking lcms-libs-1.19-7.fc18.x86_64 as install for poppler-utils-0.20.2-9.fc18.x86_64 >14:35:44,375 DEBUG yum.verbose.YumBase: TSINFO: Marking pycairo-1.8.10-5.fc18.x86_64 as install for pygobject3-3.4.2-4.fc18.x86_64 >14:35:44,385 DEBUG yum.verbose.YumBase: TSINFO: Marking libglade2-2.6.4-8.fc18.x86_64 as install for pygtk2-libglade-2.24.0-5.fc18.x86_64 >14:35:44,392 DEBUG yum.verbose.YumBase: TSINFO: Marking brlapi-0.5.6-7.fc18.x86_64 as install for python-brlapi-0.5.6-7.fc18.x86_64 >14:35:44,393 DEBUG yum.verbose.YumBase: Quick matched brlapi-0.5.6-7.fc18.x86_64 to require for libbrlapi.so.0.5()(64bit) >14:35:44,400 DEBUG yum.verbose.YumBase: TSINFO: Marking python-chardet-2.0.1-5.fc18.noarch as install for python-kitchen-1.1.1-2.fc18.noarch >14:35:44,409 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb4-4.8.30-5.fc18.x86_64 as install for python-libs-2.7.3-13.fc18.x86_64 >14:35:44,410 DEBUG yum.verbose.YumBase: TSINFO: Marking python-markupsafe-0.11-7.fc18.x86_64 as install for python-mako-0.5.0-5.fc18.noarch >14:35:44,412 DEBUG yum.verbose.YumBase: TSINFO: Marking python-beaker-1.5.4-6.fc18.noarch as install for python-mako-0.5.0-5.fc18.noarch >14:35:44,413 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-newt-2.0.19-3.fc18.x86_64 as install for python-meh-0.18-1.fc18.noarch >14:35:44,417 DEBUG yum.verbose.YumBase: TSINFO: Marking python-slip-0.2.24-1.fc18.noarch as install for python-slip-dbus-0.2.24-1.fc18.noarch >14:35:44,421 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pycurl-7.19.0-12.fc18.x86_64 as install for python-urlgrabber-3.9.1-22.fc18.noarch >14:35:44,435 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-build-libs-4.10.1-3.fc18.x86_64 as install for rpm-python-4.10.1-3.fc18.x86_64 >14:35:44,437 DEBUG yum.verbose.YumBase: Quick matched rpm-build-libs-4.10.1-3.fc18.x86_64 to require for librpmbuild.so.3()(64bit) >14:35:44,472 DEBUG yum.verbose.YumBase: TSINFO: Marking pytalloc-2.0.7-5.fc18.x86_64 as install for 2:samba-libs-4.0.0-168.fc18.rc5.x86_64 >14:35:44,472 DEBUG yum.verbose.YumBase: Quick matched pytalloc-2.0.7-5.fc18.x86_64 to require for libpytalloc-util.so.2()(64bit) >14:35:44,484 DEBUG yum.verbose.YumBase: TSINFO: Marking setroubleshoot-plugins-3.0.45-1.fc18.noarch as install for setroubleshoot-server-3.1.18-1.fc18.x86_64 >14:35:44,486 DEBUG yum.verbose.YumBase: TSINFO: Marking setools-libs-python-3.3.7-28.fc18.x86_64 as install for setroubleshoot-server-3.1.18-1.fc18.x86_64 >14:35:44,488 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-python-2.1.12-7.fc18.x86_64 as install for setroubleshoot-server-3.1.18-1.fc18.x86_64 >14:35:44,490 DEBUG yum.verbose.YumBase: TSINFO: Marking audit-libs-python-2.2.1-2.fc18.x86_64 as install for setroubleshoot-server-3.1.18-1.fc18.x86_64 >14:35:44,493 DEBUG yum.verbose.YumBase: TSINFO: Marking policycoreutils-python-2.1.13-44.fc18.x86_64 as install for setroubleshoot-server-3.1.18-1.fc18.x86_64 >14:35:44,495 DEBUG yum.verbose.YumBase: TSINFO: Marking setools-libs-3.3.7-28.fc18.x86_64 as install for setroubleshoot-server-3.1.18-1.fc18.x86_64 >14:35:44,496 DEBUG yum.verbose.YumBase: Quick matched setools-libs-3.3.7-28.fc18.x86_64 to require for libapol.so.4(VERS_4.0)(64bit) >14:35:44,496 DEBUG yum.verbose.YumBase: Quick matched setools-libs-3.3.7-28.fc18.x86_64 to require for libqpol.so.1()(64bit) >14:35:44,496 DEBUG yum.verbose.YumBase: Quick matched setools-libs-3.3.7-28.fc18.x86_64 to require for libapol.so.4()(64bit) >14:35:44,502 DEBUG yum.verbose.YumBase: TSINFO: Marking compat-readline5-5.2-20.fc18.x86_64 as install for socat-1.7.2.1-2.fc18.x86_64 >14:35:44,510 DEBUG yum.verbose.YumBase: TSINFO: Marking festival-freebsoft-utils-0.10-4.fc18.noarch as install for speech-dispatcher-0.7.1-8.fc18.x86_64 >14:35:44,511 DEBUG yum.verbose.YumBase: TSINFO: Marking flite-1.3-18.fc18.x86_64 as install for speech-dispatcher-0.7.1-8.fc18.x86_64 >14:35:44,512 DEBUG yum.verbose.YumBase: Quick matched flite-1.3-18.fc18.x86_64 to require for libflite_cmulex.so.1()(64bit) >14:35:44,512 DEBUG yum.verbose.YumBase: Quick matched flite-1.3-18.fc18.x86_64 to require for libflite_cmu_us_kal16.so.1()(64bit) >14:35:44,512 DEBUG yum.verbose.YumBase: Quick matched flite-1.3-18.fc18.x86_64 to require for libflite.so.1()(64bit) >14:35:44,513 DEBUG yum.verbose.YumBase: TSINFO: Marking dotconf-1.3-4.fc18.x86_64 as install for speech-dispatcher-0.7.1-8.fc18.x86_64 >14:35:44,521 DEBUG yum.verbose.YumBase: TSINFO: Marking usbredir-0.5.2-1.fc18.x86_64 as install for spice-glib-0.14-1.fc18.x86_64 >14:35:44,522 DEBUG yum.verbose.YumBase: Quick matched usbredir-0.5.2-1.fc18.x86_64 to require for libusbredirhost.so.1()(64bit) >14:35:44,522 DEBUG yum.verbose.YumBase: TSINFO: Marking celt051-0.5.1.3-5.fc18.x86_64 as install for spice-glib-0.14-1.fc18.x86_64 >14:35:44,523 DEBUG yum.verbose.YumBase: TSINFO: Marking libcacard-0.1.2-3.fc18.x86_64 as install for spice-glib-0.14-1.fc18.x86_64 >14:35:44,536 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-python2-canvas-2.28.1-9.fc18.x86_64 as install for system-config-date-1.10.4-1.fc18.noarch >14:35:44,537 DEBUG yum.verbose.YumBase: TSINFO: Marking system-config-keyboard-base-1.3.1-9.fc18.x86_64 as install for system-config-keyboard-1.3.1-9.fc18.x86_64 >14:35:44,539 DEBUG yum.verbose.YumBase: TSINFO: Marking python-cups-1.9.62-1.fc18.x86_64 as install for system-config-printer-libs-1.3.12-7.fc18.x86_64 >14:35:44,574 DEBUG yum.verbose.YumBase: TSINFO: Marking libpurple-2.10.6-4.fc18.x86_64 as install for telepathy-haze-0.6.0-2.fc18.x86_64 >14:35:44,611 DEBUG yum.verbose.YumBase: TSINFO: Marking libunistring-0.9.3-6.fc18.x86_64 as install for tracker-0.14.4-1.fc18.x86_64 >14:35:44,612 DEBUG yum.verbose.YumBase: TSINFO: Marking libiptcdata-1.0.4-8.fc18.x86_64 as install for tracker-0.14.4-1.fc18.x86_64 >14:35:44,613 DEBUG yum.verbose.YumBase: TSINFO: Marking libgsf-1.14.24-1.fc18.x86_64 as install for tracker-0.14.4-1.fc18.x86_64 >14:35:44,615 DEBUG yum.verbose.YumBase: TSINFO: Marking enca-1.13-4.fc18.x86_64 as install for tracker-0.14.4-1.fc18.x86_64 >14:35:44,616 DEBUG yum.verbose.YumBase: TSINFO: Marking libcue-1.3.0-5.fc18.x86_64 as install for tracker-0.14.4-1.fc18.x86_64 >14:35:44,624 DEBUG yum.verbose.YumBase: TSINFO: Marking libatasmart-0.19-3.fc18.x86_64 as install for udisks2-1.99.0-1.fc18.x86_64 >14:35:44,625 DEBUG yum.verbose.YumBase: TSINFO: Marking xfsprogs-3.1.8-5.fc18.x86_64 as install for udisks2-1.99.0-1.fc18.x86_64 >14:35:44,627 DEBUG yum.verbose.YumBase: TSINFO: Marking gdisk-0.8.5-1.fc18.x86_64 as install for udisks2-1.99.0-1.fc18.x86_64 >14:35:44,652 DEBUG yum.verbose.YumBase: TSINFO: Marking libicu-49.1.1-5.fc18.x86_64 as install for webkitgtk3-1.10.1-1.fc18.x86_64 >14:35:44,653 DEBUG yum.verbose.YumBase: Quick matched libicu-49.1.1-5.fc18.x86_64 to require for libicui18n.so.49()(64bit) >14:35:44,653 DEBUG yum.verbose.YumBase: Quick matched libicu-49.1.1-5.fc18.x86_64 to require for libicudata.so.49()(64bit) >14:35:44,664 DEBUG yum.verbose.YumBase: TSINFO: Marking mcpp-2.7.2-8.fc18.x86_64 as install for xorg-x11-server-utils-7.5-14.fc18.x86_64 >14:35:44,703 DEBUG yum.verbose.YumBase: TSINFO: Marking brltty-4.3-7.fc18.x86_64 as install for brlapi-0.5.6-7.fc18.x86_64 >14:35:44,709 DEBUG yum.verbose.YumBase: TSINFO: Marking binutils-2.23.51.0.1-3.fc18.x86_64 as install for btparser-0.23-1.fc18.x86_64 >14:35:44,723 DEBUG yum.verbose.YumBase: TSINFO: Marking spherical-cow-backgrounds-gnome-17.92.0-1.fc18.noarch as install for desktop-backgrounds-gnome-18.0.0-1.fc18.noarch >14:35:44,733 DEBUG yum.verbose.YumBase: TSINFO: Marking sox-14.4.0-2.fc18.x86_64 as install for festival-freebsoft-utils-0.10-4.fc18.noarch >14:35:44,734 DEBUG yum.verbose.YumBase: TSINFO: Marking festival-1.96-21.fc18.x86_64 as install for festival-freebsoft-utils-0.10-4.fc18.noarch >14:35:44,748 DEBUG yum.verbose.YumBase: TSINFO: Marking opencv-2.4.3-3.fc18.x86_64 as install for frei0r-plugins-1.3-8.fc18.x86_64 >14:35:44,749 DEBUG yum.verbose.YumBase: Quick matched opencv-2.4.3-3.fc18.x86_64 to require for libopencv_video.so.2.4()(64bit) >14:35:44,749 DEBUG yum.verbose.YumBase: Quick matched opencv-2.4.3-3.fc18.x86_64 to require for libopencv_ts.so.2.4()(64bit) >14:35:44,750 DEBUG yum.verbose.YumBase: Quick matched opencv-2.4.3-3.fc18.x86_64 to require for libopencv_stitching.so.2.4()(64bit) >14:35:44,750 DEBUG yum.verbose.YumBase: Quick matched opencv-2.4.3-3.fc18.x86_64 to require for libopencv_photo.so.2.4()(64bit) >14:35:44,750 DEBUG yum.verbose.YumBase: Quick matched opencv-2.4.3-3.fc18.x86_64 to require for libopencv_objdetect.so.2.4()(64bit) >14:35:44,750 DEBUG yum.verbose.YumBase: Quick matched opencv-2.4.3-3.fc18.x86_64 to require for libopencv_ml.so.2.4()(64bit) >14:35:44,750 DEBUG yum.verbose.YumBase: Quick matched opencv-2.4.3-3.fc18.x86_64 to require for libopencv_legacy.so.2.4()(64bit) >14:35:44,751 DEBUG yum.verbose.YumBase: Quick matched opencv-2.4.3-3.fc18.x86_64 to require for libopencv_imgproc.so.2.4()(64bit) >14:35:44,751 DEBUG yum.verbose.YumBase: Quick matched opencv-2.4.3-3.fc18.x86_64 to require for libopencv_highgui.so.2.4()(64bit) >14:35:44,751 DEBUG yum.verbose.YumBase: Quick matched opencv-2.4.3-3.fc18.x86_64 to require for libopencv_flann.so.2.4()(64bit) >14:35:44,751 DEBUG yum.verbose.YumBase: Quick matched opencv-2.4.3-3.fc18.x86_64 to require for libopencv_features2d.so.2.4()(64bit) >14:35:44,751 DEBUG yum.verbose.YumBase: Quick matched opencv-2.4.3-3.fc18.x86_64 to require for libopencv_core.so.2.4()(64bit) >14:35:44,752 DEBUG yum.verbose.YumBase: Quick matched opencv-2.4.3-3.fc18.x86_64 to require for libopencv_contrib.so.2.4()(64bit) >14:35:44,752 DEBUG yum.verbose.YumBase: Quick matched opencv-2.4.3-3.fc18.x86_64 to require for libopencv_calib3d.so.2.4()(64bit) >14:35:44,753 DEBUG yum.verbose.YumBase: TSINFO: Marking gavl-1.4.0-1.fc18.x86_64 as install for frei0r-plugins-1.3-8.fc18.x86_64 >14:35:44,757 DEBUG yum.verbose.YumBase: TSINFO: Marking libXpm-3.5.10-2.fc18.x86_64 as install for gd-2.0.35-18.fc18.x86_64 >14:35:44,768 DEBUG yum.verbose.YumBase: TSINFO: Marking gettext-libs-0.18.1.1-17.fc18.x86_64 as install for gettext-0.18.1.1-17.fc18.x86_64 >14:35:44,768 DEBUG yum.verbose.YumBase: Quick matched gettext-libs-0.18.1.1-17.fc18.x86_64 to require for libgettextlib-0.18.1.so()(64bit) >14:35:44,778 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-python2-2.28.1-9.fc18.x86_64 as install for gnome-python2-canvas-2.28.1-9.fc18.x86_64 >14:35:44,779 DEBUG yum.verbose.YumBase: TSINFO: Marking libgnomecanvas-2.30.3-5.fc18.x86_64 as install for gnome-python2-canvas-2.28.1-9.fc18.x86_64 >14:35:44,780 DEBUG yum.verbose.YumBase: Quick matched libgnomecanvas-2.30.3-5.fc18.x86_64 to require for libgnomecanvas-2.so.0()(64bit) >14:35:44,781 DEBUG yum.verbose.YumBase: TSINFO: Marking libart_lgpl-2.3.21-4.fc18.x86_64 as install for gnome-python2-canvas-2.28.1-9.fc18.x86_64 >14:35:44,801 DEBUG yum.verbose.YumBase: TSINFO: Marking javapackages-tools-0.7.5-1.fc18.noarch as install for jpackage-utils-1.7.5-20.fc18.x86_64 >14:35:44,856 DEBUG yum.verbose.YumBase: TSINFO: Marking libsilc-1.1.10-7.fc18.x86_64 as install for libpurple-2.10.6-4.fc18.x86_64 >14:35:44,857 DEBUG yum.verbose.YumBase: Quick matched libsilc-1.1.10-7.fc18.x86_64 to require for libsilc-1.1.so.2()(64bit) >14:35:44,858 DEBUG yum.verbose.YumBase: TSINFO: Marking meanwhile-1.1.0-7.fc18.x86_64 as install for libpurple-2.10.6-4.fc18.x86_64 >14:35:44,859 DEBUG yum.verbose.YumBase: TSINFO: Marking libgadu-1.11.2-1.fc18.x86_64 as install for libpurple-2.10.6-4.fc18.x86_64 >14:35:44,861 DEBUG yum.verbose.YumBase: TSINFO: Marking farstream-0.1.2-2.fc18.x86_64 as install for libpurple-2.10.6-4.fc18.x86_64 >14:35:44,864 DEBUG yum.verbose.YumBase: TSINFO: Marking libquvi-scripts-0.4.9-1.fc18.noarch as install for libquvi-0.4.1-2.fc18.x86_64 >14:35:44,894 DEBUG yum.verbose.YumBase: TSINFO: Marking netcf-libs-0.2.2-1.fc18.x86_64 as install for libvirt-daemon-0.10.2.2-3.fc18.x86_64 >14:35:44,895 DEBUG yum.verbose.YumBase: TSINFO: Marking glusterfs-fuse-3.3.1-3.fc18.x86_64 as install for libvirt-daemon-0.10.2.2-3.fc18.x86_64 >14:35:44,897 DEBUG yum.verbose.YumBase: TSINFO: Marking sheepdog-0.3.0-3.fc18.x86_64 as install for libvirt-daemon-0.10.2.2-3.fc18.x86_64 >14:35:44,897 DEBUG yum.verbose.YumBase: TSINFO: Marking radvd-1.9.1-3.fc18.x86_64 as install for libvirt-daemon-0.10.2.2-3.fc18.x86_64 >14:35:44,899 DEBUG yum.verbose.YumBase: TSINFO: Marking numad-0.5-8.20121130git.fc18.x86_64 as install for libvirt-daemon-0.10.2.2-3.fc18.x86_64 >14:35:44,901 DEBUG yum.verbose.YumBase: TSINFO: Marking lzop-1.03-5.fc18.x86_64 as install for libvirt-daemon-0.10.2.2-3.fc18.x86_64 >14:35:44,901 DEBUG yum.verbose.YumBase: TSINFO: Marking lvm2-2.02.98-4.fc18.x86_64 as install for libvirt-daemon-0.10.2.2-3.fc18.x86_64 >14:35:44,904 DEBUG yum.verbose.YumBase: TSINFO: Marking libcgroup-0.38-3.fc18.x86_64 as install for libvirt-daemon-0.10.2.2-3.fc18.x86_64 >14:35:44,905 DEBUG yum.verbose.YumBase: TSINFO: Marking iscsi-initiator-utils-6.2.0.872-19.fc18.x86_64 as install for libvirt-daemon-0.10.2.2-3.fc18.x86_64 >14:35:44,906 DEBUG yum.verbose.YumBase: TSINFO: Marking iptables-services-1.4.16.2-5.fc18.x86_64 as install for libvirt-daemon-0.10.2.2-3.fc18.x86_64 >14:35:44,907 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dmidecode-2.11-9.fc18.x86_64 as install for libvirt-daemon-0.10.2.2-3.fc18.x86_64 >14:35:44,908 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:qemu-img-1.2.0-23.fc18.x86_64 as install for libvirt-daemon-0.10.2.2-3.fc18.x86_64 >14:35:44,940 DEBUG yum.verbose.YumBase: TSINFO: Marking ceph-libs-0.46-1.fc18.x86_64 as install for libvirt-daemon-driver-storage-0.10.2.2-3.fc18.x86_64 >14:35:44,940 DEBUG yum.verbose.YumBase: Quick matched ceph-libs-0.46-1.fc18.x86_64 to require for librados.so.2()(64bit) >14:35:44,956 DEBUG yum.verbose.YumBase: TSINFO: Marking libmcpp-2.7.2-8.fc18.x86_64 as install for mcpp-2.7.2-8.fc18.x86_64 >14:35:44,961 DEBUG yum.verbose.YumBase: TSINFO: Marking libwayland-server-1.0.0-1.fc18.x86_64 as install for mesa-libEGL-9.0.1-1.fc18.x86_64 >14:35:44,962 DEBUG yum.verbose.YumBase: TSINFO: Marking libwayland-client-1.0.0-1.fc18.x86_64 as install for mesa-libEGL-9.0.1-1.fc18.x86_64 >14:35:44,963 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libgbm-9.0.1-1.fc18.x86_64 as install for mesa-libEGL-9.0.1-1.fc18.x86_64 >14:35:44,973 DEBUG yum.verbose.YumBase: TSINFO: Marking pakchois-0.4-6.x86_64 as install for neon-0.29.6-3.fc18.x86_64 >14:35:44,984 DEBUG yum.verbose.YumBase: TSINFO: Marking openobex-1.5-5.fc18.x86_64 as install for 1:obex-data-server-0.4.6-4.fc18.x86_64 >14:35:45,000 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Pod-Perldoc-3.17.00-235.fc18.noarch as install for perl-Pod-Parser-1.51-235.fc18.noarch >14:35:45,008 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Pod-Escapes-1.04-235.fc18.noarch as install for 1:perl-Pod-Simple-3.20-235.fc18.noarch >14:35:45,032 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-graphics-libs-0.8.8-5.fc18.x86_64 as install for plymouth-plugin-two-step-0.8.8-5.fc18.x86_64 >14:35:45,033 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-plugin-label-0.8.8-5.fc18.x86_64 as install for plymouth-plugin-two-step-0.8.8-5.fc18.x86_64 >14:35:45,038 DEBUG yum.verbose.YumBase: TSINFO: Marking libsemanage-python-2.1.9-1.fc18.x86_64 as install for policycoreutils-python-2.1.13-44.fc18.x86_64 >14:35:45,038 DEBUG yum.verbose.YumBase: TSINFO: Marking python-IPy-0.75-3.fc18.noarch as install for policycoreutils-python-2.1.13-44.fc18.x86_64 >14:35:45,045 DEBUG yum.verbose.YumBase: TSINFO: Marking createrepo-0.9.9-12.fc18.noarch as install for preupgrade-1.1.11-2.fc18.noarch >14:35:45,046 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:anaconda-yum-plugins-1.0-8.fc18.noarch as install for preupgrade-1.1.11-2.fc18.noarch >14:35:45,052 DEBUG yum.verbose.YumBase: TSINFO: Marking python-paste-1.7.5.1-7.20111221hg1498.fc18.noarch as install for python-beaker-1.5.4-6.fc18.noarch >14:35:45,054 DEBUG yum.verbose.YumBase: TSINFO: Marking pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-2.fc18.x86_64 as install for python-beaker-1.5.4-6.fc18.noarch >14:35:45,061 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:qemu-system-x86-1.2.0-23.fc18.x86_64 as install for 2:qemu-kvm-1.2.0-23.fc18.x86_64 >14:35:45,063 DEBUG yum.verbose.YumBase: TSINFO: Marking jline-1.0-2.fc18.noarch as install for rhino-1.7R3-6.fc18.noarch >14:35:45,073 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-js-common-0.1.2-6.fc18.noarch as install for seed-3.2.0-3.fc18.2.x86_64 >14:35:45,074 DEBUG yum.verbose.YumBase: TSINFO: Marking mpfr-3.1.1-1.fc18.x86_64 as install for seed-3.2.0-3.fc18.2.x86_64 >14:35:45,124 DEBUG yum.verbose.YumBase: TSINFO: Marking cryptopp-5.6.1-8.fc18.x86_64 as install for ceph-libs-0.46-1.fc18.x86_64 >14:35:45,126 DEBUG yum.verbose.YumBase: TSINFO: Marking python-deltarpm-3.6-0.11.20110223git.fc18.x86_64 as install for createrepo-0.9.9-12.fc18.noarch >14:35:45,137 DEBUG yum.verbose.YumBase: TSINFO: Marking festvox-slt-arctic-hts-0.20061229-21.fc18.noarch as install for festival-1.96-21.fc18.x86_64 >14:35:45,139 DEBUG yum.verbose.YumBase: TSINFO: Marking festival-speechtools-libs-1.2.96-21.fc18.x86_64 as install for festival-1.96-21.fc18.x86_64 >14:35:45,140 DEBUG yum.verbose.YumBase: Quick matched festival-speechtools-libs-1.2.96-21.fc18.x86_64 to require for libestools.so.1.2.96.1()(64bit) >14:35:45,140 DEBUG yum.verbose.YumBase: Quick matched festival-speechtools-libs-1.2.96-21.fc18.x86_64 to require for libestbase.so.1.2.96.1()(64bit) >14:35:45,141 DEBUG yum.verbose.YumBase: TSINFO: Marking festival-lib-1.96-21.fc18.x86_64 as install for festival-1.96-21.fc18.x86_64 >14:35:45,145 DEBUG yum.verbose.YumBase: TSINFO: Marking libgdither-0.6-5.fc18.x86_64 as install for gavl-1.4.0-1.fc18.x86_64 >14:35:45,151 DEBUG yum.verbose.YumBase: TSINFO: Marking glusterfs-3.3.1-3.fc18.x86_64 as install for glusterfs-fuse-3.3.1-3.fc18.x86_64 >14:35:45,181 DEBUG yum.verbose.YumBase: TSINFO: Marking lvm2-libs-2.02.98-4.fc18.x86_64 as install for lvm2-2.02.98-4.fc18.x86_64 >14:35:45,183 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-persistent-data-0.1.4-2.fc18.x86_64 as install for lvm2-2.02.98-4.fc18.x86_64 >14:35:45,197 DEBUG yum.verbose.YumBase: TSINFO: Marking augeas-libs-0.10.0-5.fc18.x86_64 as install for netcf-libs-0.2.2-1.fc18.x86_64 >14:35:45,198 DEBUG yum.verbose.YumBase: Quick matched augeas-libs-0.10.0-5.fc18.x86_64 to require for libaugeas.so.0(AUGEAS_0.1.0)(64bit) >14:35:45,198 DEBUG yum.verbose.YumBase: Quick matched augeas-libs-0.10.0-5.fc18.x86_64 to require for libaugeas.so.0()(64bit) >14:35:45,209 DEBUG yum.verbose.YumBase: TSINFO: Marking libdc1394-2.1.4-3.fc18.x86_64 as install for opencv-2.4.3-3.fc18.x86_64 >14:35:45,211 DEBUG yum.verbose.YumBase: TSINFO: Marking ilmbase-1.0.3-4.fc18.x86_64 as install for opencv-2.4.3-3.fc18.x86_64 >14:35:45,212 DEBUG yum.verbose.YumBase: Quick matched ilmbase-1.0.3-4.fc18.x86_64 to require for libIlmThread.so.6()(64bit) >14:35:45,214 DEBUG yum.verbose.YumBase: TSINFO: Marking OpenEXR-libs-1.7.1-1.fc18.x86_64 as install for opencv-2.4.3-3.fc18.x86_64 >14:35:45,214 DEBUG yum.verbose.YumBase: Quick matched ilmbase-1.0.3-4.fc18.x86_64 to require for libHalf.so.6()(64bit) >14:35:45,228 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-parent-0.225-235.fc18.noarch as install for perl-Pod-Perldoc-3.17.00-235.fc18.noarch >14:35:45,238 DEBUG yum.verbose.YumBase: TSINFO: Marking python-tempita-0.5.1-4.fc18.noarch as install for python-paste-1.7.5.1-7.20111221hg1498.fc18.noarch >14:35:45,239 DEBUG yum.verbose.YumBase: TSINFO: Marking python-setuptools-0.6.28-3.fc18.noarch as install for python-paste-1.7.5.1-7.20111221hg1498.fc18.noarch >14:35:45,241 DEBUG yum.verbose.YumBase: TSINFO: Marking pyOpenSSL-0.13-4.fc18.x86_64 as install for python-paste-1.7.5.1-7.20111221hg1498.fc18.noarch >14:35:45,248 DEBUG yum.verbose.YumBase: TSINFO: Marking libaio-0.3.109-6.fc18.x86_64 as install for 2:qemu-img-1.2.0-23.fc18.x86_64 >14:35:45,249 DEBUG yum.verbose.YumBase: Quick matched libaio-0.3.109-6.fc18.x86_64 to require for libaio.so.1(LIBAIO_0.1)(64bit) >14:35:45,250 DEBUG yum.verbose.YumBase: TSINFO: Marking libseccomp-1.0.1-0.fc18.x86_64 as install for 2:qemu-img-1.2.0-23.fc18.x86_64 >14:35:45,260 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:qemu-common-1.2.0-23.fc18.x86_64 as install for 2:qemu-system-x86-1.2.0-23.fc18.x86_64 >14:35:45,263 DEBUG yum.verbose.YumBase: TSINFO: Marking vgabios-0.6c-5.fc18.noarch as install for 2:qemu-system-x86-1.2.0-23.fc18.x86_64 >14:35:45,264 DEBUG yum.verbose.YumBase: TSINFO: Marking seabios-bin-1.7.1-3.fc18.noarch as install for 2:qemu-system-x86-1.2.0-23.fc18.x86_64 >14:35:45,265 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:sgabios-bin-0.20110622svn-3.fc18.noarch as install for 2:qemu-system-x86-1.2.0-23.fc18.x86_64 >14:35:45,266 DEBUG yum.verbose.YumBase: TSINFO: Marking spice-server-0.12.0-1.fc18.x86_64 as install for 2:qemu-system-x86-1.2.0-23.fc18.x86_64 >14:35:45,267 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.0-1.fc18.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.8.2)(64bit) >14:35:45,267 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.0-1.fc18.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.8.1)(64bit) >14:35:45,267 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.0-1.fc18.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.6.0)(64bit) >14:35:45,267 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.0-1.fc18.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.11.2)(64bit) >14:35:45,268 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.0-1.fc18.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.10.4)(64bit) >14:35:45,268 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.0-1.fc18.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.10.3)(64bit) >14:35:45,268 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.0-1.fc18.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.10.2)(64bit) >14:35:45,268 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.0-1.fc18.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.10.1)(64bit) >14:35:45,268 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.0-1.fc18.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.10.0)(64bit) >14:35:45,269 DEBUG yum.verbose.YumBase: TSINFO: Marking ipxe-roms-qemu-20120328-2.gitaac9718.fc18.noarch as install for 2:qemu-system-x86-1.2.0-23.fc18.x86_64 >14:35:45,270 DEBUG yum.verbose.YumBase: TSINFO: Marking SDL-1.2.15-2.fc18.x86_64 as install for 2:qemu-system-x86-1.2.0-23.fc18.x86_64 >14:35:45,276 DEBUG yum.verbose.YumBase: TSINFO: Marking corosynclib-2.1.0-1.fc18.x86_64 as install for sheepdog-0.3.0-3.fc18.x86_64 >14:35:45,277 DEBUG yum.verbose.YumBase: Quick matched corosynclib-2.1.0-1.fc18.x86_64 to require for libcfg.so.6(COROSYNC_CFG_0.82)(64bit) >14:35:45,278 DEBUG yum.verbose.YumBase: TSINFO: Marking corosync-2.1.0-1.fc18.x86_64 as install for sheepdog-0.3.0-3.fc18.x86_64 >14:35:45,280 DEBUG yum.verbose.YumBase: Quick matched corosynclib-2.1.0-1.fc18.x86_64 to require for libcfg.so.6()(64bit) >14:35:45,285 DEBUG yum.verbose.YumBase: TSINFO: Marking spherical-cow-backgrounds-single-17.92.0-1.fc18.noarch as install for spherical-cow-backgrounds-gnome-17.92.0-1.fc18.noarch >14:35:45,297 DEBUG yum.verbose.YumBase: TSINFO: Marking libqb-0.14.3-2.fc18.x86_64 as install for corosync-2.1.0-1.fc18.x86_64 >14:35:45,303 DEBUG yum.verbose.YumBase: TSINFO: Marking librdmacm-1.0.15-2.fc18.x86_64 as install for corosynclib-2.1.0-1.fc18.x86_64 >14:35:45,304 DEBUG yum.verbose.YumBase: TSINFO: Marking libibverbs-1.1.6-5.fc18.x86_64 as install for corosynclib-2.1.0-1.fc18.x86_64 >14:35:45,305 DEBUG yum.verbose.YumBase: Quick matched libibverbs-1.1.6-5.fc18.x86_64 to require for libibverbs.so.1(IBVERBS_1.0)(64bit) >14:35:45,444 DEBUG yum.verbose.YumBase: TSINFO: Marking hunspell-en-GB-0.20110318-9.fc18.noarch as install for hunspell-en-0.20110318-9.fc18.noarch >14:35:45,606 DEBUG yum.verbose.YumBase: Depsolve time: 4.381 >14:35:45,607 DEBUG packaging: success >14:35:45,644 INFO packaging: 1186 packages selected totalling 3.43 GB > > >/tmp/program.log: >19:35:24,802 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >19:35:24,816 INFO program: Running... udevadm settle --timeout=300 >19:35:24,930 INFO program: Running... modprobe fcoe >19:35:24,988 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >19:35:25,008 INFO program: No FCoE boot disk information is found in EDD! >19:35:25,009 INFO program: Running... udevadm settle --timeout=300 >19:35:25,062 INFO program: Running... multipath -d >19:35:25,089 INFO program: Running... multipath -ll >19:35:25,720 INFO program: Running... metacity --display :1 --sm-disable >19:35:26,296 ERR program: GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. >19:35:26,391 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:35:26,402 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:35:26,403 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:35:26,403 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:35:26,410 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:35:26,410 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:35:26,411 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:35:26,411 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:35:26,412 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:35:26,412 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:35:26,413 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:35:26,414 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:35:26,415 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:35:26,416 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:35:26,416 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:35:26,417 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:35:26,418 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:35:26,419 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:35:26,419 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:35:26,420 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:35:26,420 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:35:26,421 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:35:26,422 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:35:26,423 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >19:35:27,052 INFO program: Running... udevadm control --property=ANACONDA=1 >19:35:27,053 INFO program: Running... systemctl start chronyd.service >19:35:27,224 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >19:35:27,266 INFO program: Running... udevadm settle --timeout=300 >19:35:27,409 INFO program: Running... udevadm settle --timeout=300 >19:35:27,461 INFO program: Running... multipath -d >19:35:27,474 INFO program: Running... multipath -ll >19:35:27,708 INFO program: Running... /bin/mount -n -t btrfs -o defaults /dev/sda1 /tmp/btrfs-tmp.32DpPPa >19:35:27,766 INFO program: Running... btrfs subvol list /tmp/btrfs-tmp.32DpPPa >19:35:27,782 INFO program: ID 256 gen 5 top level 5 path root1 >19:35:27,783 INFO program: ID 260 gen 6 top level 5 path home1 >19:35:27,784 INFO program: ID 261 gen 7 top level 5 path boot1 >19:35:27,788 INFO program: Running... /bin/umount /tmp/btrfs-tmp.32DpPPa >19:35:28,080 INFO program: Running... dumpe2fs -h /dev/loop1 >19:35:28,101 INFO program: Filesystem volume name: Anaconda >19:35:28,102 INFO program: Last mounted on: / >19:35:28,105 INFO program: Filesystem UUID: 97618cec-41b0-45c9-9549-916a8cd5d171 >19:35:28,106 INFO program: Filesystem magic number: 0xEF53 >19:35:28,106 INFO program: Filesystem revision #: 1 (dynamic) >19:35:28,106 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:35:28,107 INFO program: Filesystem flags: signed_directory_hash >19:35:28,107 INFO program: Default mount options: user_xattr acl >19:35:28,107 INFO program: Filesystem state: clean >19:35:28,107 INFO program: Errors behavior: Continue >19:35:28,108 INFO program: Filesystem OS type: Linux >19:35:28,108 INFO program: Inode count: 65536 >19:35:28,108 INFO program: Block count: 1048576 >19:35:28,113 INFO program: Reserved block count: 0 >19:35:28,114 INFO program: Free blocks: 306537 >19:35:28,114 INFO program: Free inodes: 37841 >19:35:28,115 INFO program: First block: 1 >19:35:28,115 INFO program: Block size: 1024 >19:35:28,123 INFO program: Fragment size: 1024 >19:35:28,123 INFO program: Reserved GDT blocks: 256 >19:35:28,123 INFO program: Blocks per group: 8192 >19:35:28,123 INFO program: Fragments per group: 8192 >19:35:28,124 INFO program: Inodes per group: 512 >19:35:28,124 INFO program: Inode blocks per group: 128 >19:35:28,124 INFO program: Flex block group size: 16 >19:35:28,124 INFO program: Filesystem created: Sat Jan 5 01:15:58 2013 >19:35:28,125 INFO program: Last mount time: Sat Jan 5 01:17:16 2013 >19:35:28,125 INFO program: Last write time: Sat Jan 5 01:17:24 2013 >19:35:28,125 INFO program: Mount count: 2 >19:35:28,126 INFO program: Maximum mount count: -1 >19:35:28,126 INFO program: Last checked: Sat Jan 5 01:15:58 2013 >19:35:28,126 INFO program: Check interval: 0 (<none>) >19:35:28,126 INFO program: Lifetime writes: 32 MB >19:35:28,127 INFO program: Reserved blocks uid: 0 (user root) >19:35:28,127 INFO program: Reserved blocks gid: 0 (group root) >19:35:28,127 INFO program: First inode: 11 >19:35:28,128 INFO program: Inode size: 256 >19:35:28,128 INFO program: Required extra isize: 28 >19:35:28,128 INFO program: Desired extra isize: 28 >19:35:28,128 INFO program: Journal inode: 8 >19:35:28,129 INFO program: Default directory hash: half_md4 >19:35:28,129 INFO program: Directory Hash Seed: aeb5e069-7862-4104-b217-5fdf6c5d54d0 >19:35:28,129 INFO program: Journal backup: inode blocks >19:35:28,129 INFO program: Journal features: (none) >19:35:28,130 INFO program: Journal size: 32M >19:35:28,130 INFO program: Journal length: 32768 >19:35:28,130 INFO program: Journal sequence: 0x00000014 >19:35:28,130 INFO program: Journal start: 0 >19:35:28,131 INFO program: >19:35:28,131 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >19:35:28,132 INFO program: Running... dumpe2fs -h /dev/loop1 >19:35:28,140 INFO program: Filesystem volume name: Anaconda >19:35:28,141 INFO program: Last mounted on: / >19:35:28,146 INFO program: Filesystem UUID: 97618cec-41b0-45c9-9549-916a8cd5d171 >19:35:28,147 INFO program: Filesystem magic number: 0xEF53 >19:35:28,147 INFO program: Filesystem revision #: 1 (dynamic) >19:35:28,147 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:35:28,148 INFO program: Filesystem flags: signed_directory_hash >19:35:28,148 INFO program: Default mount options: user_xattr acl >19:35:28,148 INFO program: Filesystem state: clean >19:35:28,149 INFO program: Errors behavior: Continue >19:35:28,149 INFO program: Filesystem OS type: Linux >19:35:28,149 INFO program: Inode count: 65536 >19:35:28,149 INFO program: Block count: 1048576 >19:35:28,149 INFO program: Reserved block count: 0 >19:35:28,150 INFO program: Free blocks: 306537 >19:35:28,150 INFO program: Free inodes: 37841 >19:35:28,150 INFO program: First block: 1 >19:35:28,150 INFO program: Block size: 1024 >19:35:28,151 INFO program: Fragment size: 1024 >19:35:28,151 INFO program: Reserved GDT blocks: 256 >19:35:28,151 INFO program: Blocks per group: 8192 >19:35:28,151 INFO program: Fragments per group: 8192 >19:35:28,152 INFO program: Inodes per group: 512 >19:35:28,152 INFO program: Inode blocks per group: 128 >19:35:28,152 INFO program: Flex block group size: 16 >19:35:28,152 INFO program: Filesystem created: Sat Jan 5 01:15:58 2013 >19:35:28,153 INFO program: Last mount time: Sat Jan 5 01:17:16 2013 >19:35:28,153 INFO program: Last write time: Sat Jan 5 01:17:24 2013 >19:35:28,155 INFO program: Mount count: 2 >19:35:28,155 INFO program: Maximum mount count: -1 >19:35:28,155 INFO program: Last checked: Sat Jan 5 01:15:58 2013 >19:35:28,155 INFO program: Check interval: 0 (<none>) >19:35:28,155 INFO program: Lifetime writes: 32 MB >19:35:28,155 INFO program: Reserved blocks uid: 0 (user root) >19:35:28,163 INFO program: Reserved blocks gid: 0 (group root) >19:35:28,164 INFO program: First inode: 11 >19:35:28,164 INFO program: Inode size: 256 >19:35:28,164 INFO program: Required extra isize: 28 >19:35:28,165 INFO program: Desired extra isize: 28 >19:35:28,165 INFO program: Journal inode: 8 >19:35:28,165 INFO program: Default directory hash: half_md4 >19:35:28,166 INFO program: Directory Hash Seed: aeb5e069-7862-4104-b217-5fdf6c5d54d0 >19:35:28,166 INFO program: Journal backup: inode blocks >19:35:28,166 INFO program: Journal features: (none) >19:35:28,166 INFO program: Journal size: 32M >19:35:28,167 INFO program: Journal length: 32768 >19:35:28,167 INFO program: Journal sequence: 0x00000014 >19:35:28,167 INFO program: Journal start: 0 >19:35:28,167 INFO program: >19:35:28,167 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >19:35:28,168 INFO program: Running... resize2fs -P /dev/loop1 >19:35:28,181 INFO program: Couldn't find valid filesystem superblock. >19:35:28,182 ERR program: resize2fs 1.42.5 (29-Jul-2012) >19:35:28,182 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop1 >19:35:28,259 INFO program: Running... udevadm settle --timeout=300 >19:35:28,335 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >19:35:28,343 INFO program: Filesystem volume name: Anaconda >19:35:28,345 INFO program: Last mounted on: /sysroot >19:35:28,345 INFO program: Filesystem UUID: 97618cec-41b0-45c9-9549-916a8cd5d171 >19:35:28,345 INFO program: Filesystem magic number: 0xEF53 >19:35:28,346 INFO program: Filesystem revision #: 1 (dynamic) >19:35:28,346 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:35:28,346 INFO program: Filesystem flags: signed_directory_hash >19:35:28,347 INFO program: Default mount options: user_xattr acl >19:35:28,347 INFO program: Filesystem state: clean >19:35:28,347 INFO program: Errors behavior: Continue >19:35:28,348 INFO program: Filesystem OS type: Linux >19:35:28,348 INFO program: Inode count: 65536 >19:35:28,348 INFO program: Block count: 1048576 >19:35:28,349 INFO program: Reserved block count: 0 >19:35:28,349 INFO program: Free blocks: 306537 >19:35:28,349 INFO program: Free inodes: 37841 >19:35:28,350 INFO program: First block: 1 >19:35:28,350 INFO program: Block size: 1024 >19:35:28,350 INFO program: Fragment size: 1024 >19:35:28,351 INFO program: Reserved GDT blocks: 256 >19:35:28,351 INFO program: Blocks per group: 8192 >19:35:28,351 INFO program: Fragments per group: 8192 >19:35:28,351 INFO program: Inodes per group: 512 >19:35:28,351 INFO program: Inode blocks per group: 128 >19:35:28,351 INFO program: Flex block group size: 16 >19:35:28,352 INFO program: Filesystem created: Sat Jan 5 01:15:58 2013 >19:35:28,352 INFO program: Last mount time: Sat Jan 5 19:35:18 2013 >19:35:28,352 INFO program: Last write time: Sat Jan 5 19:35:18 2013 >19:35:28,352 INFO program: Mount count: 3 >19:35:28,358 INFO program: Maximum mount count: -1 >19:35:28,359 INFO program: Last checked: Sat Jan 5 01:15:58 2013 >19:35:28,359 INFO program: Check interval: 0 (<none>) >19:35:28,359 INFO program: Lifetime writes: 32 MB >19:35:28,360 INFO program: Reserved blocks uid: 0 (user root) >19:35:28,360 INFO program: Reserved blocks gid: 0 (group root) >19:35:28,360 INFO program: First inode: 11 >19:35:28,361 INFO program: Inode size: 256 >19:35:28,361 INFO program: Required extra isize: 28 >19:35:28,361 INFO program: Desired extra isize: 28 >19:35:28,361 INFO program: Journal inode: 8 >19:35:28,362 INFO program: Default directory hash: half_md4 >19:35:28,362 INFO program: Directory Hash Seed: aeb5e069-7862-4104-b217-5fdf6c5d54d0 >19:35:28,362 INFO program: Journal backup: inode blocks >19:35:28,363 INFO program: Journal features: (none) >19:35:28,363 INFO program: Journal size: 32M >19:35:28,363 INFO program: Journal length: 32768 >19:35:28,364 INFO program: Journal sequence: 0x00000015 >19:35:28,364 INFO program: Journal start: 1 >19:35:28,364 INFO program: >19:35:28,365 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >19:35:28,367 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >19:35:28,375 INFO program: Filesystem volume name: Anaconda >19:35:28,376 INFO program: Last mounted on: /sysroot >19:35:28,376 INFO program: Filesystem UUID: 97618cec-41b0-45c9-9549-916a8cd5d171 >19:35:28,377 INFO program: Filesystem magic number: 0xEF53 >19:35:28,377 INFO program: Filesystem revision #: 1 (dynamic) >19:35:28,377 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:35:28,377 INFO program: Filesystem flags: signed_directory_hash >19:35:28,378 INFO program: Default mount options: user_xattr acl >19:35:28,378 INFO program: Filesystem state: clean >19:35:28,379 INFO program: Errors behavior: Continue >19:35:28,385 INFO program: Filesystem OS type: Linux >19:35:28,386 INFO program: Inode count: 65536 >19:35:28,386 INFO program: Block count: 1048576 >19:35:28,386 INFO program: Reserved block count: 0 >19:35:28,387 INFO program: Free blocks: 306537 >19:35:28,387 INFO program: Free inodes: 37841 >19:35:28,387 INFO program: First block: 1 >19:35:28,388 INFO program: Block size: 1024 >19:35:28,388 INFO program: Fragment size: 1024 >19:35:28,388 INFO program: Reserved GDT blocks: 256 >19:35:28,388 INFO program: Blocks per group: 8192 >19:35:28,389 INFO program: Fragments per group: 8192 >19:35:28,390 INFO program: Inodes per group: 512 >19:35:28,390 INFO program: Inode blocks per group: 128 >19:35:28,390 INFO program: Flex block group size: 16 >19:35:28,391 INFO program: Filesystem created: Sat Jan 5 01:15:58 2013 >19:35:28,392 INFO program: Last mount time: Sat Jan 5 19:35:18 2013 >19:35:28,393 INFO program: Last write time: Sat Jan 5 19:35:18 2013 >19:35:28,394 INFO program: Mount count: 3 >19:35:28,395 INFO program: Maximum mount count: -1 >19:35:28,395 INFO program: Last checked: Sat Jan 5 01:15:58 2013 >19:35:28,396 INFO program: Check interval: 0 (<none>) >19:35:28,398 INFO program: Lifetime writes: 32 MB >19:35:28,399 INFO program: Reserved blocks uid: 0 (user root) >19:35:28,399 INFO program: Reserved blocks gid: 0 (group root) >19:35:28,400 INFO program: First inode: 11 >19:35:28,401 INFO program: Inode size: 256 >19:35:28,401 INFO program: Required extra isize: 28 >19:35:28,404 INFO program: Desired extra isize: 28 >19:35:28,405 INFO program: Journal inode: 8 >19:35:28,405 INFO program: Default directory hash: half_md4 >19:35:28,405 INFO program: Directory Hash Seed: aeb5e069-7862-4104-b217-5fdf6c5d54d0 >19:35:28,406 INFO program: Journal backup: inode blocks >19:35:28,407 INFO program: Journal features: (none) >19:35:28,407 INFO program: Journal size: 32M >19:35:28,407 INFO program: Journal length: 32768 >19:35:28,408 INFO program: Journal sequence: 0x00000015 >19:35:28,408 INFO program: Journal start: 1 >19:35:28,409 INFO program: >19:35:28,412 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >19:35:28,413 INFO program: Running... resize2fs -P /dev/mapper/live-rw >19:35:28,421 INFO program: Estimated minimum size of the filesystem: 739538 >19:35:28,422 ERR program: resize2fs 1.42.5 (29-Jul-2012) >19:35:28,488 INFO program: Running... udevadm settle --timeout=300 >19:35:28,533 INFO program: Running... udevadm settle --timeout=300 >19:35:28,560 INFO program: Running... udevadm settle --timeout=300 >19:35:28,589 INFO program: Running... udevadm settle --timeout=300 >19:35:28,621 INFO program: Running... udevadm settle --timeout=300 >19:35:28,650 INFO program: Running... udevadm settle --timeout=300 >19:35:28,677 INFO program: Running... udevadm settle --timeout=300 >19:35:28,710 INFO program: Running... udevadm settle --timeout=300 >19:35:28,737 INFO program: Running... udevadm settle --timeout=300 >19:35:28,766 INFO program: Running... udevadm settle --timeout=300 >19:35:28,793 INFO program: Running... udevadm settle --timeout=300 >19:35:28,830 INFO program: Running... udevadm settle --timeout=300 >19:35:28,857 INFO program: Running... udevadm settle --timeout=300 >19:35:28,896 INFO program: Running... udevadm settle --timeout=300 >19:35:28,923 INFO program: Running... udevadm settle --timeout=300 >19:35:28,949 INFO program: Running... udevadm settle --timeout=300 >19:35:28,981 INFO program: Running... udevadm settle --timeout=300 >19:35:29,016 INFO program: Running... udevadm settle --timeout=300 >19:35:29,040 INFO program: Running... udevadm settle --timeout=300 >19:35:29,074 INFO program: Running... udevadm settle --timeout=300 >19:35:29,121 INFO program: Running... /bin/mount -n -t btrfs -o subvol=root1,ro /dev/sda1 /mnt/sysimage >19:35:29,157 INFO program: Running... /bin/umount /mnt/sysimage >19:35:29,172 INFO program: Running... udevadm settle --timeout=300 >19:35:29,200 INFO program: Running... udevadm settle --timeout=300 >19:35:29,226 INFO program: Running... udevadm settle --timeout=300 >19:35:29,260 INFO program: Running... udevadm settle --timeout=300 >19:35:29,311 INFO program: Running... udevadm settle --timeout=300 >19:35:29,343 INFO program: Running... udevadm settle --timeout=300 >19:35:29,371 INFO program: Running... /bin/mount -n -t btrfs -o subvol=home1,ro /dev/sda1 /mnt/sysimage >19:35:29,405 INFO program: Running... /bin/umount /mnt/sysimage >19:35:29,424 INFO program: Running... udevadm settle --timeout=300 >19:35:29,451 INFO program: Running... udevadm settle --timeout=300 >19:35:29,477 INFO program: Running... udevadm settle --timeout=300 >19:35:29,514 INFO program: Running... udevadm settle --timeout=300 >19:35:29,542 INFO program: Running... udevadm settle --timeout=300 >19:35:29,573 INFO program: Running... udevadm settle --timeout=300 >19:35:29,600 INFO program: Running... /bin/mount -n -t btrfs -o subvol=boot1,ro /dev/sda1 /mnt/sysimage >19:35:29,636 INFO program: Running... /bin/umount /mnt/sysimage >19:35:29,650 INFO program: Running... udevadm settle --timeout=300 >19:35:29,677 INFO program: Running... udevadm settle --timeout=300 >19:35:29,699 INFO program: Running... udevadm settle --timeout=300 >19:35:29,728 INFO program: Running... udevadm settle --timeout=300 >19:35:29,754 INFO program: Running... udevadm settle --timeout=300 >19:35:29,796 INFO program: Running... udevadm settle --timeout=300 >14:35:39,309 INFO program: Running... modprobe xfs >14:35:39,407 INFO program: Running... modprobe vfat >14:35:52,245 INFO program: Running... udevadm settle --timeout=300 > > >/tmp/storage.log: >19:35:24,365 DEBUG storage: registered device format class Ext2FS as ext2 >19:35:24,365 DEBUG storage: registered device format class Ext3FS as ext3 >19:35:24,365 DEBUG storage: registered device format class Ext4FS as ext4 >19:35:24,366 DEBUG storage: registered device format class FATFS as vfat >19:35:24,366 DEBUG storage: registered device format class EFIFS as efi >19:35:24,366 DEBUG storage: registered device format class BTRFS as btrfs >19:35:24,366 DEBUG storage: registered device format class GFS2 as gfs2 >19:35:24,367 DEBUG storage: registered device format class JFS as jfs >19:35:24,367 DEBUG storage: registered device format class ReiserFS as reiserfs >19:35:24,367 DEBUG storage: registered device format class XFS as xfs >19:35:24,367 DEBUG storage: registered device format class HFS as hfs >19:35:24,367 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >19:35:24,367 DEBUG storage: registered device format class HFSPlus as hfs+ >19:35:24,368 DEBUG storage: registered device format class NTFS as ntfs >19:35:24,368 DEBUG storage: registered device format class NFS as nfs >19:35:24,368 DEBUG storage: registered device format class NFSv4 as nfs4 >19:35:24,368 DEBUG storage: registered device format class Iso9660FS as iso9660 >19:35:24,368 DEBUG storage: registered device format class NoDevFS as nodev >19:35:24,368 DEBUG storage: registered device format class DevPtsFS as devpts >19:35:24,368 DEBUG storage: registered device format class ProcFS as proc >19:35:24,369 DEBUG storage: registered device format class SysFS as sysfs >19:35:24,369 DEBUG storage: registered device format class TmpFS as tmpfs >19:35:24,369 DEBUG storage: registered device format class BindFS as bind >19:35:24,369 DEBUG storage: registered device format class SELinuxFS as selinuxfs >19:35:24,369 DEBUG storage: registered device format class USBFS as usbfs >19:35:24,371 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >19:35:24,374 DEBUG storage: registered device format class DiskLabel as disklabel >19:35:24,409 DEBUG storage: registered device format class LUKS as luks >19:35:24,411 DEBUG storage: registered device format class DMRaidMember as dmraidmember >19:35:24,412 DEBUG storage: registered device format class MDRaidMember as mdmember >19:35:24,413 DEBUG storage: registered device format class PPCPRePBoot as prepboot >19:35:24,414 DEBUG storage: registered device format class BIOSBoot as biosboot >19:35:24,415 DEBUG storage: registered device format class MultipathMember as multipath_member >19:35:24,417 DEBUG storage: registered device format class SwapSpace as swap >19:35:25,053 DEBUG storage: MultipathTopology._build_topology: >19:35:25,053 DEBUG storage: /etc/multipath.conf contents: >19:35:25,054 DEBUG storage: # multipath.conf written by anaconda >19:35:25,054 DEBUG storage: >19:35:25,054 DEBUG storage: defaults { >19:35:25,054 DEBUG storage: user_friendly_names yes >19:35:25,054 DEBUG storage: } >19:35:25,054 DEBUG storage: blacklist { >19:35:25,054 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >19:35:25,054 DEBUG storage: devnode "^hd[a-z]" >19:35:25,055 DEBUG storage: devnode "^dcssblk[0-9]*" >19:35:25,055 DEBUG storage: device { >19:35:25,055 DEBUG storage: vendor "DGC" >19:35:25,055 DEBUG storage: product "LUNZ" >19:35:25,055 DEBUG storage: } >19:35:25,055 DEBUG storage: device { >19:35:25,055 DEBUG storage: vendor "IBM" >19:35:25,055 DEBUG storage: product "S/390.*" >19:35:25,056 DEBUG storage: } >19:35:25,056 DEBUG storage: # don't count normal SATA devices as multipaths >19:35:25,056 DEBUG storage: device { >19:35:25,056 DEBUG storage: vendor "ATA" >19:35:25,057 DEBUG storage: } >19:35:25,057 DEBUG storage: # don't count 3ware devices as multipaths >19:35:25,057 DEBUG storage: device { >19:35:25,057 DEBUG storage: vendor "3ware" >19:35:25,058 DEBUG storage: } >19:35:25,058 DEBUG storage: device { >19:35:25,058 DEBUG storage: vendor "AMCC" >19:35:25,059 DEBUG storage: } >19:35:25,059 DEBUG storage: # nor highpoint devices >19:35:25,059 DEBUG storage: device { >19:35:25,060 DEBUG storage: vendor "HPT" >19:35:25,060 DEBUG storage: } >19:35:25,060 DEBUG storage: } >19:35:25,061 DEBUG storage: multipaths { >19:35:25,061 DEBUG storage: } >19:35:25,061 DEBUG storage: (end of /etc/multipath.conf) >19:35:25,097 INFO storage: MultipathTopology: found non-disk device: sr0 >19:35:25,098 INFO storage: MultipathTopology: found singlepath device: sda >19:35:25,099 INFO storage: MultipathTopology: found non-disk device: sda1 >19:35:25,099 INFO storage: MultipathTopology: found singlepath device: sdb >19:35:25,099 INFO storage: MultipathTopology: found non-disk device: sdb1 >19:35:25,100 INFO storage: MultipathTopology: found singlepath device: loop0 >19:35:25,101 INFO storage: MultipathTopology: found singlepath device: loop1 >19:35:25,102 INFO storage: MultipathTopology: found singlepath device: loop2 >19:35:25,103 INFO storage: MultipathTopology: found singlepath device: loop3 >19:35:25,103 INFO storage: MultipathTopology: found singlepath device: loop4 >19:35:25,103 INFO storage: MultipathTopology: found singlepath device: loop5 >19:35:25,104 INFO storage: MultipathTopology: found singlepath device: loop6 >19:35:25,104 INFO storage: MultipathTopology: found singlepath device: loop7 >19:35:25,105 INFO storage: MultipathTopology: found singlepath device: dm-0 >19:35:27,407 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >19:35:27,408 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >19:35:27,441 DEBUG storage: MultipathTopology._build_topology: >19:35:27,441 DEBUG storage: /etc/multipath.conf contents: >19:35:27,442 DEBUG storage: # multipath.conf written by anaconda >19:35:27,443 DEBUG storage: >19:35:27,443 DEBUG storage: defaults { >19:35:27,444 DEBUG storage: user_friendly_names yes >19:35:27,444 DEBUG storage: } >19:35:27,445 DEBUG storage: blacklist { >19:35:27,446 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >19:35:27,446 DEBUG storage: devnode "^hd[a-z]" >19:35:27,447 DEBUG storage: devnode "^dcssblk[0-9]*" >19:35:27,447 DEBUG storage: device { >19:35:27,447 DEBUG storage: vendor "DGC" >19:35:27,452 DEBUG storage: product "LUNZ" >19:35:27,453 DEBUG storage: } >19:35:27,453 DEBUG storage: device { >19:35:27,453 DEBUG storage: vendor "IBM" >19:35:27,456 DEBUG storage: product "S/390.*" >19:35:27,456 DEBUG storage: } >19:35:27,456 DEBUG storage: # don't count normal SATA devices as multipaths >19:35:27,457 DEBUG storage: device { >19:35:27,459 DEBUG storage: vendor "ATA" >19:35:27,459 DEBUG storage: } >19:35:27,459 DEBUG storage: # don't count 3ware devices as multipaths >19:35:27,459 DEBUG storage: device { >19:35:27,459 DEBUG storage: vendor "3ware" >19:35:27,459 DEBUG storage: } >19:35:27,459 DEBUG storage: device { >19:35:27,459 DEBUG storage: vendor "AMCC" >19:35:27,459 DEBUG storage: } >19:35:27,460 DEBUG storage: # nor highpoint devices >19:35:27,460 DEBUG storage: device { >19:35:27,460 DEBUG storage: vendor "HPT" >19:35:27,460 DEBUG storage: } >19:35:27,460 DEBUG storage: } >19:35:27,460 DEBUG storage: multipaths { >19:35:27,460 DEBUG storage: } >19:35:27,460 DEBUG storage: (end of /etc/multipath.conf) >19:35:27,497 INFO storage: MultipathTopology: found non-disk device: sr0 >19:35:27,502 INFO storage: MultipathTopology: found singlepath device: sda >19:35:27,502 INFO storage: MultipathTopology: found non-disk device: sda1 >19:35:27,503 INFO storage: MultipathTopology: found singlepath device: sdb >19:35:27,503 INFO storage: MultipathTopology: found non-disk device: sdb1 >19:35:27,504 INFO storage: MultipathTopology: found singlepath device: loop0 >19:35:27,505 INFO storage: MultipathTopology: found singlepath device: loop1 >19:35:27,505 INFO storage: MultipathTopology: found singlepath device: loop2 >19:35:27,506 INFO storage: MultipathTopology: found singlepath device: loop3 >19:35:27,506 INFO storage: MultipathTopology: found singlepath device: loop4 >19:35:27,507 INFO storage: MultipathTopology: found singlepath device: loop5 >19:35:27,507 INFO storage: MultipathTopology: found singlepath device: loop6 >19:35:27,507 INFO storage: MultipathTopology: found singlepath device: loop7 >19:35:27,507 INFO storage: MultipathTopology: found singlepath device: dm-0 >19:35:27,508 INFO storage: devices to scan: ['sr0', 'sda', 'sda1', 'sdb', 'sdb1', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0'] >19:35:27,513 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-VBOX_CD-ROM_VB0-01f003f6 /dev/disk/by-label/Fedora\\x2018\\x20x86_64 /dev/disk/by-uuid/2013-01-04-20-25-20-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata4/host3/target3:0:0/3:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_CD': '1', > 'ID_CDROM_MEDIA_SESSION_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_FS_LABEL': 'Fedora_18_x86_64', > 'ID_FS_LABEL_ENC': 'Fedora\\x2018\\x20x86_64', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2013-01-04-20-25-20-00', > 'ID_FS_UUID_ENC': '2013-01-04-20-25-20-00', > 'ID_MODEL': 'VBOX_CD-ROM', > 'ID_MODEL_ENC': 'VBOX\\x20CD-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\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0', > 'ID_SERIAL': 'VBOX_CD-ROM_VB0-01f003f6', > 'ID_SERIAL_SHORT': 'VB0-01f003f6', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '81090', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-VBOX_CD-ROM_VB0-01f003f6', > '/dev/disk/by-label/Fedora\\x2018\\x20x86_64', > '/dev/disk/by-uuid/2013-01-04-20-25-20-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata4/host3/target3:0:0/3:0:0:0/block/sr0'} ; name: sr0 ; >19:35:27,514 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata4/host3/target3:0:0/3:0:0:0/block/sr0)... >19:35:27,515 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >19:35:27,517 DEBUG storage: DeviceTree.getDeviceByName returned None >19:35:27,518 INFO storage: sr0 is a cdrom >19:35:27,520 DEBUG storage: DeviceTree.addUdevOpticalDevice: >19:35:27,523 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:35:27,529 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >19:35:27,530 INFO storage: added cdrom sr0 (id 0) to device tree >19:35:27,532 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:35:27,537 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >19:35:27,538 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >19:35:27,539 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >19:35:27,541 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >19:35:27,564 WARN storage: disklabel detected but not usable on sr0 >19:35:27,567 INFO storage: type detected on 'sr0' is 'iso9660' >19:35:27,569 DEBUG storage: Iso9660FS.supported: supported: True ; >19:35:27,569 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >19:35:27,570 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >19:35:27,572 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:35:27,575 DEBUG storage: looking up parted Device: /dev/sr0 >19:35:27,576 INFO storage: got device: OpticalDevice instance (0x7fe948854ad0) -- > name = sr0 status = True kids = 0 id = 0 > parents = [] > uuid = None size = 4362.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata4/host3/target3:0:0/3:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: VBOX CD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 2233344 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 4 did: 0 busy: True > hardwareGeometry: (139, 255, 63) biosGeometry: (139, 255, 63) > PedDevice: <_ped.Device object at 0x7fe94b912e60> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >19:35:27,578 DEBUG storage: Iso9660FS.supported: supported: True ; >19:35:27,578 INFO storage: got format: Iso9660FS instance (0x7fe94b98ad10) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2013-01-04-20-25-20-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora_18_x86_64 size = 0 targetSize = 0 > >19:35:27,581 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-VBOX_HARDDISK_VB7fc73365-0a3e6c51', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'VBOX_HARDDISK', > 'ID_MODEL_ENC': 'VBOX\\x20HARDDISK\\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_REVISION': '1.0', > 'ID_SERIAL': 'VBOX_HARDDISK_VB7fc73365-0a3e6c51', > 'ID_SERIAL_SHORT': 'VB7fc73365-0a3e6c51', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '0', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '95862', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-VBOX_HARDDISK_VB7fc73365-0a3e6c51'], > 'sysfs_path': '/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >19:35:27,582 INFO storage: scanning sda (/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >19:35:27,583 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >19:35:27,584 DEBUG storage: DeviceTree.getDeviceByName returned None >19:35:27,585 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >19:35:27,587 INFO storage: sda is a disk >19:35:27,587 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:35:27,588 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >19:35:27,589 INFO storage: added disk sda (id 1) to device tree >19:35:27,590 DEBUG storage: looking up parted Device: /dev/sda >19:35:27,591 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >19:35:27,593 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >19:35:27,596 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >19:35:27,607 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >19:35:27,613 DEBUG storage: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fe94b9a3d90>] > device: <parted.device.Device object at 0x7fe94b9a3bd0> > PedDisk: <_ped.Disk object at 0x7fe94b9a6440> >19:35:27,614 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >19:35:27,616 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >19:35:27,619 INFO storage: got device: DiskDevice instance (0x7fe94b98ac50) -- > name = sda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 30000.0 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 61440000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (3824, 255, 63) biosGeometry: (3824, 255, 63) > PedDevice: <_ped.Device object at 0x7fe94b912b90> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fe94b99ffd0> >19:35:27,624 INFO storage: got format: DiskLabel instance (0x7fe94b97b090) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 1 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fe94b9a3d90>] > device: <parted.device.Device object at 0x7fe94b9a3bd0> > PedDisk: <_ped.Disk object at 0x7fe94b9a6440> > origPartedDisk = <parted.disk.Disk object at 0x7fe94b9a3f10> > partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 61440000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (3824, 255, 63) biosGeometry: (3824, 255, 63) > PedDevice: <_ped.Device object at 0x7fe94b9ab0e0> > >19:35:27,632 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-VBOX_HARDDISK_VB7fc73365-0a3e6c51-part1 /dev/disk/by-label/f18v /dev/disk/by-uuid/e1605d0c-de0d-46be-aef2-d9798b689596', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BTRFS_READY': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'f18v', > 'ID_FS_LABEL_ENC': 'f18v', > 'ID_FS_TYPE': 'btrfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'e1605d0c-de0d-46be-aef2-d9798b689596', > 'ID_FS_UUID_ENC': 'e1605d0c-de0d-46be-aef2-d9798b689596', > 'ID_FS_UUID_SUB': 'f02dce7c-b88d-461c-9a98-3579f62f7be1', > 'ID_FS_UUID_SUB_ENC': 'f02dce7c-b88d-461c-9a98-3579f62f7be1', > 'ID_MODEL': 'VBOX_HARDDISK', > 'ID_MODEL_ENC': 'VBOX\\x20HARDDISK\\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_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '61437952', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0', > 'ID_SERIAL': 'VBOX_HARDDISK_VB7fc73365-0a3e6c51', > 'ID_SERIAL_SHORT': 'VB7fc73365-0a3e6c51', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '95888', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-VBOX_HARDDISK_VB7fc73365-0a3e6c51-part1', > '/dev/disk/by-label/f18v', > '/dev/disk/by-uuid/e1605d0c-de0d-46be-aef2-d9798b689596'], > 'sysfs_path': '/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >19:35:27,632 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >19:35:27,634 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >19:35:27,635 DEBUG storage: DeviceTree.getDeviceByName returned None >19:35:27,636 INFO storage: sda1 is a partition >19:35:27,637 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >19:35:27,638 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >19:35:27,640 DEBUG storage: DeviceTree.getDeviceByName returned existing 30000MB disk sda (1) with existing msdos disklabel >19:35:27,642 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >19:35:27,643 DEBUG storage: PartitionDevice._setFormat: sda1 ; >19:35:27,644 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:35:27,646 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >19:35:27,646 DEBUG storage: looking up parted Partition: /dev/sda1 >19:35:27,647 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >19:35:27,649 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >19:35:27,650 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >19:35:27,651 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >19:35:27,652 INFO storage: added partition sda1 (id 2) to device tree >19:35:27,653 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >19:35:27,654 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >19:35:27,656 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >19:35:27,657 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >19:35:27,663 WARN storage: disklabel detected but not usable on sda1 >19:35:27,664 INFO storage: type detected on 'sda1' is 'btrfs' >19:35:27,669 DEBUG storage: BTRFS.supported: supported: True ; >19:35:27,671 DEBUG storage: getFormat('btrfs') returning BTRFS instance >19:35:27,674 DEBUG storage: PartitionDevice._setFormat: sda1 ; >19:35:27,677 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: btrfs ; >19:35:27,683 DEBUG storage: DeviceTree.handleBTRFSFormat: name: sda1 ; >19:35:27,684 INFO storage: creating btrfs volume btrfs.f18v >19:35:27,685 DEBUG storage: PartitionDevice.addChild: kids: 0 ; name: sda1 ; >19:35:27,686 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:35:27,687 DEBUG storage: BTRFSVolumeDevice._setFormat: f18v ; current: None ; type: None ; >19:35:27,689 DEBUG storage: BTRFS.supported: supported: True ; >19:35:27,689 DEBUG storage: getFormat('btrfs') returning BTRFS instance >19:35:27,690 DEBUG storage: BTRFSVolumeDevice._setFormat: btrfs.3 ; current: None ; type: btrfs ; >19:35:27,691 INFO storage: added btrfs volume f18v (id 3) to device tree >19:35:27,692 DEBUG storage: BTRFSVolumeDevice.setup: f18v ; status: True ; controllable: True ; orig: True ; >19:35:27,705 INFO storage: set SELinux context for mountpoint /tmp/btrfs-tmp.32DpPPa to None >19:35:27,766 INFO storage: set SELinux context for newly mounted filesystem root at /tmp/btrfs-tmp.32DpPPa to None >19:35:27,874 DEBUG storage: BTRFS.supported: supported: True ; >19:35:27,876 DEBUG storage: getFormat('btrfs') returning BTRFS instance >19:35:27,880 DEBUG storage: BTRFSVolumeDevice.addChild: kids: 0 ; name: f18v ; >19:35:27,883 DEBUG storage: BTRFSSubVolumeDevice._setFormat: root1 ; current: None ; type: btrfs ; >19:35:27,885 INFO storage: added btrfs subvolume root1 (id 4) to device tree >19:35:27,888 DEBUG storage: BTRFS.supported: supported: True ; >19:35:27,889 DEBUG storage: getFormat('btrfs') returning BTRFS instance >19:35:27,893 DEBUG storage: BTRFSVolumeDevice.addChild: kids: 1 ; name: f18v ; >19:35:27,894 DEBUG storage: BTRFSSubVolumeDevice._setFormat: home1 ; current: None ; type: btrfs ; >19:35:27,895 INFO storage: added btrfs subvolume home1 (id 5) to device tree >19:35:27,896 DEBUG storage: BTRFS.supported: supported: True ; >19:35:27,897 DEBUG storage: getFormat('btrfs') returning BTRFS instance >19:35:27,901 DEBUG storage: BTRFSVolumeDevice.addChild: kids: 2 ; name: f18v ; >19:35:27,904 DEBUG storage: BTRFSSubVolumeDevice._setFormat: boot1 ; current: None ; type: btrfs ; >19:35:27,905 INFO storage: added btrfs subvolume boot1 (id 6) to device tree >19:35:27,910 DEBUG storage: looking up parted Device: /dev/sda1 >19:35:27,914 INFO storage: got device: PartitionDevice instance (0x7fe94b98acd0) -- > name = sda1 status = True kids = 1 id = 2 > parents = ['existing 30000MB disk sda (1) with existing msdos disklabel'] > uuid = None size = 29999.0 > format = existing btrfs filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 61437952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (3824, 255, 63) biosGeometry: (3824, 255, 63) > PedDevice: <_ped.Device object at 0x7fe94b9ab050> > target size = 0 path = /dev/sda1 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe94b9a3c90> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe94b9a3e50> PedPartition: <_ped.Partition object at 0x7fe94b9ad2f0> > disk = existing 30000MB disk sda (1) with existing msdos disklabel > start = 2048 end = 61439999 length = 61437952 > flags = >19:35:27,920 DEBUG storage: BTRFS.supported: supported: True ; >19:35:27,922 INFO storage: got format: BTRFS instance (0x7fe94b9ae490) -- > type = btrfs name = btrfs status = False > device = /dev/sda1 uuid = f02dce7c-b88d-461c-9a98-3579f62f7be1 exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = f18v size = 0 targetSize = 0 > >19:35:27,929 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-VBOX_HARDDISK_VBa7d632c1-e154bb1a', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'VBOX_HARDDISK', > 'ID_MODEL_ENC': 'VBOX\\x20HARDDISK\\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_REVISION': '1.0', > 'ID_SERIAL': 'VBOX_HARDDISK_VBa7d632c1-e154bb1a', > 'ID_SERIAL_SHORT': 'VBa7d632c1-e154bb1a', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '16', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '214', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/ata-VBOX_HARDDISK_VBa7d632c1-e154bb1a'], > 'sysfs_path': '/devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb'} ; name: sdb ; >19:35:27,930 INFO storage: scanning sdb (/devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb)... >19:35:27,930 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >19:35:27,931 DEBUG storage: DeviceTree.getDeviceByName returned None >19:35:27,935 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sdb ; >19:35:27,938 INFO storage: sdb is a disk >19:35:27,939 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:35:27,940 DEBUG storage: DiskDevice._setFormat: sdb ; current: None ; type: None ; >19:35:27,940 INFO storage: added disk sdb (id 7) to device tree >19:35:27,941 DEBUG storage: looking up parted Device: /dev/sdb >19:35:27,946 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdb ; >19:35:27,952 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdb ; label_type: dos ; >19:35:27,954 DEBUG storage: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >19:35:27,956 DEBUG storage: DiskLabel.__init__: device: /dev/sdb ; labelType: msdos ; exists: True ; >19:35:27,959 DEBUG storage: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fe960adf0d0>] > device: <parted.device.Device object at 0x7fe960adde10> > PedDisk: <_ped.Disk object at 0x7fe94885a7a0> >19:35:27,959 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >19:35:27,961 DEBUG storage: DiskDevice._setFormat: sdb ; current: None ; type: disklabel ; >19:35:27,962 INFO storage: got device: DiskDevice instance (0x7fe960ad5f10) -- > name = sdb status = True kids = 0 id = 7 > parents = [] > uuid = None size = 30000.0 > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 61440000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (3824, 255, 63) biosGeometry: (3824, 255, 63) > PedDevice: <_ped.Device object at 0x7fe94b9ab320> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fe960add750> >19:35:27,964 INFO storage: got format: DiskLabel instance (0x7fe960addbd0) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sdb uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 1 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fe960adf0d0>] > device: <parted.device.Device object at 0x7fe960adde10> > PedDisk: <_ped.Disk object at 0x7fe94885a7a0> > origPartedDisk = <parted.disk.Disk object at 0x7fe960adf490> > partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 61440000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (3824, 255, 63) biosGeometry: (3824, 255, 63) > PedDevice: <_ped.Device object at 0x7fe94b9ab440> > >19:35:27,967 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-VBOX_HARDDISK_VBa7d632c1-e154bb1a-part1 /dev/disk/by-label/f18v /dev/disk/by-uuid/e1605d0c-de0d-46be-aef2-d9798b689596', > 'DEVNAME': 'sdb1', > 'DEVPATH': '/devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BTRFS_READY': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'f18v', > 'ID_FS_LABEL_ENC': 'f18v', > 'ID_FS_TYPE': 'btrfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'e1605d0c-de0d-46be-aef2-d9798b689596', > 'ID_FS_UUID_ENC': 'e1605d0c-de0d-46be-aef2-d9798b689596', > 'ID_FS_UUID_SUB': '7308700b-7f35-42b1-99b8-3d533d08a115', > 'ID_FS_UUID_SUB_ENC': '7308700b-7f35-42b1-99b8-3d533d08a115', > 'ID_MODEL': 'VBOX_HARDDISK', > 'ID_MODEL_ENC': 'VBOX\\x20HARDDISK\\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_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '61437952', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0', > 'ID_SERIAL': 'VBOX_HARDDISK_VBa7d632c1-e154bb1a', > 'ID_SERIAL_SHORT': 'VBa7d632c1-e154bb1a', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '17', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '241', > 'name': 'sdb1', > 'symlinks': ['/dev/disk/by-id/ata-VBOX_HARDDISK_VBa7d632c1-e154bb1a-part1', > '/dev/disk/by-label/f18v', > '/dev/disk/by-uuid/e1605d0c-de0d-46be-aef2-d9798b689596'], > 'sysfs_path': '/devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1'} ; name: sdb1 ; >19:35:27,968 INFO storage: scanning sdb1 (/devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1)... >19:35:27,969 DEBUG storage: DeviceTree.getDeviceByName: name: sdb1 ; >19:35:27,970 DEBUG storage: DeviceTree.getDeviceByName returned None >19:35:27,970 INFO storage: sdb1 is a partition >19:35:27,972 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sdb1 ; >19:35:27,973 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >19:35:27,975 DEBUG storage: DeviceTree.getDeviceByName returned existing 30000MB disk sdb (7) with existing msdos disklabel >19:35:27,977 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sdb ; >19:35:27,980 DEBUG storage: PartitionDevice._setFormat: sdb1 ; >19:35:27,980 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:35:27,982 DEBUG storage: PartitionDevice._setFormat: sdb1 ; current: None ; type: None ; >19:35:27,982 DEBUG storage: looking up parted Partition: /dev/sdb1 >19:35:27,984 DEBUG storage: PartitionDevice.probe: sdb1 ; exists: True ; >19:35:27,985 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 1 ; >19:35:27,986 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 10 ; >19:35:27,989 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 12 ; >19:35:27,990 INFO storage: added partition sdb1 (id 8) to device tree >19:35:27,993 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdb1 ; >19:35:27,994 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdb1 ; label_type: dos ; >19:35:27,994 DEBUG storage: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >19:35:27,996 DEBUG storage: DiskLabel.__init__: device: /dev/sdb1 ; labelType: dos ; exists: True ; >19:35:28,001 WARN storage: disklabel detected but not usable on sdb1 >19:35:28,003 INFO storage: type detected on 'sdb1' is 'btrfs' >19:35:28,005 DEBUG storage: BTRFS.supported: supported: True ; >19:35:28,006 DEBUG storage: getFormat('btrfs') returning BTRFS instance >19:35:28,007 DEBUG storage: PartitionDevice._setFormat: sdb1 ; >19:35:28,008 DEBUG storage: PartitionDevice._setFormat: sdb1 ; current: None ; type: btrfs ; >19:35:28,009 DEBUG storage: DeviceTree.handleBTRFSFormat: name: sdb1 ; >19:35:28,009 INFO storage: found btrfs volume f18v >19:35:28,010 DEBUG storage: BTRFSVolumeDevice._addDevice: f18v ; device: sdb1 ; status: True ; >19:35:28,012 DEBUG storage: PartitionDevice.addChild: kids: 0 ; name: sdb1 ; >19:35:28,013 DEBUG storage: looking up parted Device: /dev/sdb1 >19:35:28,015 INFO storage: got device: PartitionDevice instance (0x7fe960addc90) -- > name = sdb1 status = True kids = 1 id = 8 > parents = ['existing 30000MB disk sdb (7) with existing msdos disklabel'] > uuid = None size = 29999.0 > format = existing btrfs filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 61437952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (3824, 255, 63) biosGeometry: (3824, 255, 63) > PedDevice: <_ped.Device object at 0x7fe94b9ab5f0> > target size = 0 path = /dev/sdb1 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe960addf10> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe960adf250> PedPartition: <_ped.Partition object at 0x7fe94b9ad290> > disk = existing 30000MB disk sdb (7) with existing msdos disklabel > start = 2048 end = 61439999 length = 61437952 > flags = >19:35:28,020 DEBUG storage: BTRFS.supported: supported: True ; >19:35:28,022 INFO storage: got format: BTRFS instance (0x7fe94b9ae0d0) -- > type = btrfs name = btrfs status = False > device = /dev/sdb1 uuid = 7308700b-7f35-42b1-99b8-3d533d08a115 exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = f18v size = 0 targetSize = 0 > >19:35:28,025 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > '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', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '20565', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >19:35:28,026 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >19:35:28,027 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >19:35:28,030 DEBUG storage: DeviceTree.getDeviceByName returned None >19:35:28,031 INFO storage: loop0 is a loop device >19:35:28,033 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >19:35:28,035 DEBUG storage: DeviceTree.getDeviceByName: name: /run/install/repo/LiveOS/squashfs.img ; >19:35:28,036 DEBUG storage: DeviceTree.getDeviceByName returned None >19:35:28,037 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:35:28,039 DEBUG storage: FileDevice._setFormat: /run/install/repo/LiveOS/squashfs.img ; current: None ; type: None ; >19:35:28,039 INFO storage: added file /run/install/repo/LiveOS/squashfs.img (id 9) to device tree >19:35:28,041 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/install/repo/LiveOS/squashfs.img ; >19:35:28,041 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:35:28,044 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >19:35:28,044 INFO storage: added loop loop0 (id 10) to device tree >19:35:28,045 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >19:35:28,046 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >19:35:28,047 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >19:35:28,048 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >19:35:28,050 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >19:35:28,052 WARN storage: disklabel detected but not usable on loop0 >19:35:28,052 INFO storage: type detected on 'loop0' is 'squashfs' >19:35:28,053 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >19:35:28,055 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >19:35:28,056 INFO storage: got device: LoopDevice instance (0x7fe960adfa50) -- > name = loop0 status = False kids = 0 id = 10 > parents = ['existing 0MB file /run/install/repo/LiveOS/squashfs.img (9)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >19:35:28,058 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/97618cec-41b0-45c9-9549-916a8cd5d171', > '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': '97618cec-41b0-45c9-9549-916a8cd5d171', > 'ID_FS_UUID_ENC': '97618cec-41b0-45c9-9549-916a8cd5d171', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '20978', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/97618cec-41b0-45c9-9549-916a8cd5d171'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >19:35:28,059 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >19:35:28,061 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >19:35:28,062 DEBUG storage: DeviceTree.getDeviceByName returned None >19:35:28,062 INFO storage: loop1 is a loop device >19:35:28,064 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >19:35:28,065 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >19:35:28,066 DEBUG storage: DeviceTree.getDeviceByName returned None >19:35:28,067 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:35:28,069 DEBUG storage: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >19:35:28,069 INFO storage: added file /LiveOS/rootfs.img (id 11) to device tree >19:35:28,071 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >19:35:28,071 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:35:28,073 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >19:35:28,074 INFO storage: added loop loop1 (id 12) to device tree >19:35:28,075 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >19:35:28,076 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >19:35:28,078 DEBUG storage: Ext4FS.supported: supported: True ; >19:35:28,079 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:35:28,079 DEBUG storage: device loop1 does not contain a disklabel >19:35:28,080 INFO storage: type detected on 'loop1' is 'ext4' >19:35:28,182 DEBUG storage: using current size 0 as min size >19:35:28,187 DEBUG storage: Ext4FS.supported: supported: True ; >19:35:28,194 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:35:28,196 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >19:35:28,198 INFO storage: got device: LoopDevice instance (0x7fe960ae8890) -- > name = loop1 status = False kids = 0 id = 12 > parents = ['existing 0MB file /LiveOS/rootfs.img (11)'] > 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:35:28,200 DEBUG storage: Ext4FS.supported: supported: True ; >19:35:28,201 INFO storage: got format: Ext4FS instance (0x7fe960ae8d10) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = 97618cec-41b0-45c9-9549-916a8cd5d171 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >19:35:28,205 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '22281', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >19:35:28,206 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >19:35:28,207 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >19:35:28,209 DEBUG storage: DeviceTree.getDeviceByName returned None >19:35:28,210 INFO storage: loop2 is a loop device >19:35:28,211 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >19:35:28,212 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >19:35:28,214 DEBUG storage: DeviceTree.getDeviceByName returned None >19:35:28,214 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:35:28,216 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >19:35:28,217 INFO storage: added file /overlay (deleted) (id 13) to device tree >19:35:28,219 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >19:35:28,219 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:35:28,221 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >19:35:28,221 INFO storage: added loop loop2 (id 14) to device tree >19:35:28,223 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >19:35:28,225 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >19:35:28,225 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:35:28,227 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >19:35:28,230 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >19:35:28,234 WARN storage: disklabel detected but not usable on loop2 >19:35:28,235 DEBUG storage: no type or existing type for loop2, bailing >19:35:28,236 INFO storage: got device: LoopDevice instance (0x7fe960afb6d0) -- > name = loop2 status = False kids = 0 id = 14 > parents = ['existing 0MB file /overlay (deleted) (13)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >19:35:28,239 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '3', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '30545', > 'name': 'loop3', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >19:35:28,240 INFO storage: ignoring loop3 (/devices/virtual/block/loop3) >19:35:28,240 DEBUG storage: lvm filter: adding loop3 to the reject list >19:35:28,243 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '4', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '33369', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >19:35:28,244 INFO storage: ignoring loop4 (/devices/virtual/block/loop4) >19:35:28,245 DEBUG storage: lvm filter: adding loop4 to the reject list >19:35:28,247 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop5', > 'DEVPATH': '/devices/virtual/block/loop5', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '5', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '35744', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >19:35:28,248 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >19:35:28,248 DEBUG storage: lvm filter: adding loop5 to the reject list >19:35:28,251 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop6', > 'DEVPATH': '/devices/virtual/block/loop6', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '6', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '41473', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >19:35:28,251 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >19:35:28,252 DEBUG storage: lvm filter: adding loop6 to the reject list >19:35:28,254 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop7', > 'DEVPATH': '/devices/virtual/block/loop7', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '7', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '41964', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >19:35:28,255 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >19:35:28,256 DEBUG storage: lvm filter: adding loop7 to the reject list >19:35:28,257 DEBUG storage: Skipping a device mapper drive (dm-0) for now >19:35:28,284 INFO storage: devices to scan: ['dm-0'] >19:35:28,296 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/97618cec-41b0-45c9-9549-916a8cd5d171 /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': '97618cec-41b0-45c9-9549-916a8cd5d171', > 'ID_FS_UUID_ENC': '97618cec-41b0-45c9-9549-916a8cd5d171', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '60189', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/97618cec-41b0-45c9-9549-916a8cd5d171', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >19:35:28,297 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >19:35:28,300 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >19:35:28,303 DEBUG storage: DeviceTree.getDeviceByName returned None >19:35:28,303 INFO storage: live-rw is a device-mapper device >19:35:28,305 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >19:35:28,307 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >19:35:28,310 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (12) with existing ext4 filesystem >19:35:28,314 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >19:35:28,316 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (14) >19:35:28,319 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >19:35:28,321 DEBUG storage: DeviceTree.getDeviceByName returned None >19:35:28,324 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop2 ; >19:35:28,325 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:35:28,327 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >19:35:28,328 INFO storage: added dm live-rw (id 15) to device tree >19:35:28,330 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >19:35:28,331 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >19:35:28,333 DEBUG storage: Ext4FS.supported: supported: True ; >19:35:28,334 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:35:28,334 DEBUG storage: device live-rw does not contain a disklabel >19:35:28,335 INFO storage: type detected on 'live-rw' is 'ext4' >19:35:28,422 DEBUG storage: padding min size from 723 up to 795 >19:35:28,437 DEBUG storage: Ext4FS.supported: supported: True ; >19:35:28,437 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:35:28,447 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >19:35:28,449 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >19:35:28,466 INFO storage: got device: DMDevice instance (0x7fe960b00f90) -- > name = live-rw status = True kids = 0 id = 15 > parents = ['existing 0MB loop loop2 (14)'] > uuid = None size = 1024.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: 2097152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (130, 255, 63) biosGeometry: (130, 255, 63) > PedDevice: <_ped.Device object at 0x7fe94b9ab8c0> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >19:35:28,477 DEBUG storage: Ext4FS.supported: supported: True ; >19:35:28,485 INFO storage: got format: Ext4FS instance (0x7fe960afb290) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 97618cec-41b0-45c9-9549-916a8cd5d171 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >19:35:28,530 DEBUG storage: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >19:35:28,555 DEBUG storage: BTRFSSubVolumeDevice.teardown: root1 ; status: True ; controllable: True ; >19:35:28,581 DEBUG storage: BTRFSVolumeDevice.teardown: f18v ; status: True ; controllable: True ; >19:35:28,615 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >19:35:28,645 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >19:35:28,647 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:35:28,650 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:35:28,674 DEBUG storage: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >19:35:28,698 DEBUG storage: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >19:35:28,705 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >19:35:28,710 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >19:35:28,732 DEBUG storage: BTRFSSubVolumeDevice.teardown: home1 ; status: True ; controllable: True ; >19:35:28,762 DEBUG storage: BTRFSVolumeDevice.teardown: f18v ; status: True ; controllable: True ; >19:35:28,788 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >19:35:28,817 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >19:35:28,823 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:35:28,829 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:35:28,852 DEBUG storage: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >19:35:28,885 DEBUG storage: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >19:35:28,888 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >19:35:28,895 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >19:35:28,920 DEBUG storage: BTRFSSubVolumeDevice.teardown: boot1 ; status: True ; controllable: True ; >19:35:28,944 DEBUG storage: BTRFSVolumeDevice.teardown: f18v ; status: True ; controllable: True ; >19:35:28,973 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >19:35:29,004 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >19:35:29,010 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:35:29,016 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:35:29,039 DEBUG storage: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >19:35:29,064 DEBUG storage: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >19:35:29,068 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >19:35:29,073 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >19:35:29,099 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >19:35:29,105 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >19:35:29,106 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >19:35:29,109 INFO storage: edd: collected mbr signatures: {'sda': '0x0003f3a2', 'sdb': '0x000d22a4'} >19:35:29,110 DEBUG storage: edd: data extracted from 0x80: > type: None, ata_device: None > channel: None, mbr_signature: 0x0003f3a2 > pci_dev: None, scsi_id: None > scsi_lun: None, sectors: 61440000 >19:35:29,111 INFO storage: edd: matched 0x80 to sda using MBR sig >19:35:29,111 DEBUG storage: edd: data extracted from 0x81: > type: None, ata_device: None > channel: None, mbr_signature: 0x000d22a4 > pci_dev: None, scsi_id: None > scsi_lun: None, sectors: 61440000 >19:35:29,112 INFO storage: edd: matched 0x81 to sdb using MBR sig >19:35:29,117 DEBUG storage: BTRFSSubVolumeDevice.setup: root1 ; status: True ; controllable: True ; orig: False ; >19:35:29,118 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >19:35:29,148 DEBUG storage: BTRFSSubVolumeDevice.teardown: root1 ; status: True ; controllable: True ; >19:35:29,196 DEBUG storage: BTRFSVolumeDevice.teardown: f18v ; status: True ; controllable: True ; >19:35:29,222 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >19:35:29,249 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >19:35:29,254 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:35:29,259 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:35:29,306 DEBUG storage: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >19:35:29,333 DEBUG storage: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >19:35:29,337 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >19:35:29,342 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >19:35:29,365 DEBUG storage: BTRFSSubVolumeDevice.setup: home1 ; status: True ; controllable: True ; orig: False ; >19:35:29,368 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >19:35:29,401 DEBUG storage: BTRFSSubVolumeDevice.teardown: home1 ; status: True ; controllable: True ; >19:35:29,449 DEBUG storage: BTRFSVolumeDevice.teardown: f18v ; status: True ; controllable: True ; >19:35:29,473 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >19:35:29,502 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >19:35:29,508 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:35:29,514 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:35:29,536 DEBUG storage: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >19:35:29,562 DEBUG storage: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >19:35:29,567 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >19:35:29,572 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >19:35:29,593 DEBUG storage: BTRFSSubVolumeDevice.setup: boot1 ; status: True ; controllable: True ; orig: False ; >19:35:29,597 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >19:35:29,630 DEBUG storage: BTRFSSubVolumeDevice.teardown: boot1 ; status: True ; controllable: True ; >19:35:29,672 DEBUG storage: BTRFSVolumeDevice.teardown: f18v ; status: True ; controllable: True ; >19:35:29,696 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >19:35:29,718 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >19:35:29,722 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:35:29,727 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:35:29,750 DEBUG storage: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >19:35:29,784 DEBUG storage: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >19:35:29,786 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >19:35:29,795 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >19:35:29,917 DEBUG storage: BTRFS.supported: supported: True ; >19:35:29,919 DEBUG storage: BTRFS.supported: supported: True ; >19:35:29,920 DEBUG storage: BTRFS.supported: supported: True ; >19:35:29,923 DEBUG storage: Ext4FS.supported: supported: True ; >19:35:29,926 DEBUG storage: Ext4FS.supported: supported: True ; >19:35:29,929 DEBUG storage: BTRFS.supported: supported: True ; >19:35:29,933 DEBUG storage: BTRFS.supported: supported: True ; >19:35:29,937 DEBUG storage: BTRFS.supported: supported: True ; >19:35:29,941 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:35:29,945 DEBUG storage: Iso9660FS.supported: supported: True ; >19:35:30,133 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sr0 ; >19:35:30,137 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:35:30,143 DEBUG storage: DeviceTree.getDeviceByPath returned existing 4362MB cdrom sr0 (0) with existing iso9660 filesystem >14:35:39,274 DEBUG storage: Iso9660FS.supported: supported: True ; >14:35:39,276 DEBUG storage: Iso9660FS.supported: supported: True ; >14:35:39,277 DEBUG storage: NFSv4.supported: supported: False ; >14:35:39,278 DEBUG storage: NFSv4.supported: supported: False ; >14:35:39,279 DEBUG storage: SELinuxFS.supported: supported: False ; >14:35:39,280 DEBUG storage: SELinuxFS.supported: supported: False ; >14:35:39,281 DEBUG storage: Ext4FS.supported: supported: True ; >14:35:39,282 DEBUG storage: Ext4FS.supported: supported: True ; >14:35:39,283 DEBUG storage: Ext3FS.supported: supported: True ; >14:35:39,285 DEBUG storage: Ext3FS.supported: supported: True ; >14:35:39,286 DEBUG storage: Ext2FS.supported: supported: True ; >14:35:39,287 DEBUG storage: Ext2FS.supported: supported: True ; >14:35:39,289 DEBUG storage: SysFS.supported: supported: False ; >14:35:39,290 DEBUG storage: SysFS.supported: supported: False ; >14:35:39,292 DEBUG storage: MultipathMember.__init__: >14:35:39,294 DEBUG storage: MDRaidMember.__init__: >14:35:39,295 DEBUG storage: ProcFS.supported: supported: False ; >14:35:39,296 DEBUG storage: ProcFS.supported: supported: False ; >14:35:39,297 DEBUG storage: SwapSpace.__init__: >14:35:39,298 DEBUG storage: NoDevFS.supported: supported: False ; >14:35:39,299 DEBUG storage: NoDevFS.supported: supported: False ; >14:35:39,300 DEBUG storage: DevPtsFS.supported: supported: False ; >14:35:39,301 DEBUG storage: DevPtsFS.supported: supported: False ; >14:35:39,302 DEBUG storage: BTRFS.supported: supported: True ; >14:35:39,304 DEBUG storage: USBFS.supported: supported: False ; >14:35:39,305 DEBUG storage: USBFS.supported: supported: False ; >14:35:39,306 DEBUG storage: DiskLabel.__init__: >14:35:39,306 INFO storage: DiskLabel.partedDevice returning None >14:35:39,307 DEBUG storage: HFSPlus.supported: supported: False ; >14:35:39,308 DEBUG storage: HFSPlus.supported: supported: False ; >14:35:39,309 DEBUG storage: XFS.supported: supported: True ; >14:35:39,389 DEBUG storage: XFS.supported: supported: True ; >14:35:39,391 DEBUG storage: TmpFS.supported: supported: False ; >14:35:39,393 DEBUG storage: TmpFS.supported: supported: False ; >14:35:39,395 DEBUG storage: LUKS.__init__: >14:35:39,396 DEBUG storage: NTFS.supported: supported: False ; >14:35:39,397 DEBUG storage: NTFS.supported: supported: False ; >14:35:39,398 DEBUG storage: BindFS.supported: supported: False ; >14:35:39,399 DEBUG storage: BindFS.supported: supported: False ; >14:35:39,400 DEBUG storage: HFS.supported: supported: False ; >14:35:39,401 DEBUG storage: HFS.supported: supported: False ; >14:35:39,402 DEBUG storage: LVMPhysicalVolume.__init__: >14:35:39,404 DEBUG storage: NFS.supported: supported: False ; >14:35:39,405 DEBUG storage: NFS.supported: supported: False ; >14:35:39,406 DEBUG storage: FATFS.supported: supported: True ; >14:35:39,435 DEBUG storage: FATFS.supported: supported: True ; >14:35:39,437 DEBUG storage: DMRaidMember.__init__: >14:35:52,243 DEBUG storage: clearpart: looking at sda1 >14:35:52,243 DEBUG storage: clearpart: looking at sdb1 >14:35:52,244 DEBUG storage: checking whether disk sda has an empty extended >14:35:52,244 DEBUG storage: extended is None ; logicals is [] >14:35:52,244 DEBUG storage: checking whether disk sdb has an empty extended >14:35:52,244 DEBUG storage: extended is None ; logicals is [] >14:35:52,245 DEBUG storage: new disk order: [] >14:35:52,273 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >14:35:52,274 DEBUG storage: DeviceTree.getDeviceByName returned existing 30000MB disk sda (1) with existing msdos disklabel >14:35:52,276 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >14:35:52,277 DEBUG storage: DeviceTree.getDeviceByName returned existing 30000MB disk sda (1) with existing msdos disklabel >14:35:52,277 DEBUG storage: resolved 'sda' to 'sda' (disk) >14:35:52,279 DEBUG storage: stage1 device cannot be of type btrfs subvolume >14:35:52,279 DEBUG storage: stage1 device cannot be of type btrfs volume >14:35:52,280 DEBUG storage: stage1 device cannot be of type btrfs subvolume >14:35:52,280 DEBUG storage: stage1 device cannot be of type btrfs subvolume >14:35:52,280 DEBUG storage: _is_valid_disklabel(sda) returning True >14:35:52,280 DEBUG storage: _is_valid_size(sda) returning True >14:35:52,280 DEBUG storage: _is_valid_location(sda) returning True >14:35:52,280 DEBUG storage: _is_valid_format(sda) returning True >14:35:52,281 DEBUG storage: is_valid_stage1_device(sda) returning True >14:35:52,308 DEBUG storage: PartitionDevice._setPartedPartition: sda1 ; >14:35:52,309 DEBUG storage: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe93ee63dd0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe93ee21150> PedPartition: <_ped.Partition object at 0x7fe93ee18dd0> >14:35:52,310 DEBUG storage: PartitionDevice._setPartedPartition: sdb1 ; >14:35:52,311 DEBUG storage: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe93ee1b9d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe93ee21210> PedPartition: <_ped.Partition object at 0x7fe93ee18d70> >14:35:54,622 DEBUG storage: looking up parted Device: /dev/sda1 >14:35:54,626 DEBUG storage: BTRFS.supported: supported: True ; >14:35:54,626 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:35:54,631 DEBUG storage: BTRFS.supported: supported: True ; >14:35:54,632 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:35:54,633 DEBUG storage: BTRFS.supported: supported: True ; >14:35:54,633 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 0, [], None >14:35:54,634 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 29999.0, ['sda', 'sdb'], single >14:35:54,638 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:35:58,626 DEBUG storage: BTRFS.supported: supported: True ; >14:35:58,626 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:35:58,626 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 29999.0, ['sda', 'sdb'], single >14:35:58,639 DEBUG storage: BTRFS.supported: supported: True ; >14:35:58,639 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:35:58,643 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:35:58,647 DEBUG storage: looking up parted Device: /dev/sda1 >14:35:58,650 DEBUG storage: BTRFS.supported: supported: True ; >14:35:58,650 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:35:58,654 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:36:03,692 DEBUG storage: BTRFS.supported: supported: True ; >14:36:03,693 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:36:03,698 DEBUG storage: BTRFS.supported: supported: True ; >14:36:03,699 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:36:03,703 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:36:29,849 DEBUG storage: BTRFS.supported: supported: True ; >14:36:29,850 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:36:29,850 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 29999.0, ['sda', 'sdb'], single >14:36:29,862 DEBUG storage: BTRFS.supported: supported: True ; >14:36:29,862 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:36:29,866 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:36:29,872 DEBUG storage: BTRFS.supported: supported: True ; >14:36:29,872 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:36:29,876 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:36:36,431 DEBUG storage: BTRFS.supported: supported: True ; >14:36:36,432 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:36:36,432 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 29999.0, ['sda', 'sdb'], single >14:36:36,442 DEBUG storage: BTRFS.supported: supported: True ; >14:36:36,443 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:36:36,448 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:36:36,451 DEBUG storage: looking up parted Device: /dev/sda1 >14:36:36,454 DEBUG storage: BTRFS.supported: supported: True ; >14:36:36,454 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:36:36,458 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:36:39,066 DEBUG storage: BTRFS.supported: supported: True ; >14:36:39,067 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:36:39,067 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 29999.0, ['sda', 'sdb'], single >14:36:39,078 DEBUG storage: BTRFS.supported: supported: True ; >14:36:39,079 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:36:39,082 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:36:39,088 DEBUG storage: BTRFS.supported: supported: True ; >14:36:39,088 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:36:39,092 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:36:42,024 DEBUG storage: BTRFS.supported: supported: True ; >14:36:42,024 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:36:42,024 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 29999.0, ['sda', 'sdb'], single >14:36:42,035 DEBUG storage: BTRFS.supported: supported: True ; >14:36:42,036 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:36:42,040 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:36:42,047 DEBUG storage: BTRFS.supported: supported: True ; >14:36:42,047 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:36:42,051 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:38:14,431 DEBUG storage: BTRFS.supported: supported: True ; >14:38:14,431 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:38:14,431 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 29999.0, ['sda', 'sdb'], single >14:38:14,442 DEBUG storage: BTRFS.supported: supported: True ; >14:38:14,442 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:38:14,447 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:38:37,390 DEBUG storage: BTRFS.supported: supported: True ; >14:38:37,390 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:38:37,394 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:38:37,400 DEBUG storage: BTRFS.supported: supported: True ; >14:38:37,400 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:38:37,404 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:38:54,664 DEBUG storage: BTRFS.supported: supported: True ; >14:38:54,664 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:38:54,664 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 29999.0, ['sda', 'sdb'], single >14:38:54,676 DEBUG storage: BTRFS.supported: supported: True ; >14:38:54,676 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:38:54,680 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:38:54,689 DEBUG storage: BTRFS.supported: supported: True ; >14:38:54,689 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:38:54,693 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:38:55,628 DEBUG storage: BTRFS.supported: supported: True ; >14:38:55,629 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:38:55,629 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 29999.0, ['sda', 'sdb'], single >14:38:55,641 DEBUG storage: BTRFS.supported: supported: True ; >14:38:55,641 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:38:55,645 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:38:55,651 DEBUG storage: BTRFS.supported: supported: True ; >14:38:55,651 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:38:55,655 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:38:59,222 DEBUG storage: BTRFS.supported: supported: True ; >14:38:59,222 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:38:59,222 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 29999.0, ['sda', 'sdb'], single >14:38:59,233 DEBUG storage: BTRFS.supported: supported: True ; >14:38:59,234 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:38:59,238 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:38:59,244 DEBUG storage: BTRFS.supported: supported: True ; >14:38:59,244 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:38:59,247 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:39:00,753 DEBUG storage: BTRFS.supported: supported: True ; >14:39:00,753 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:39:00,753 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 29999.0, ['sda', 'sdb'], single >14:39:00,768 DEBUG storage: BTRFS.supported: supported: True ; >14:39:00,768 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:39:00,772 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:39:00,778 DEBUG storage: BTRFS.supported: supported: True ; >14:39:00,778 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:39:00,782 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:39:07,209 DEBUG storage: BTRFS.supported: supported: True ; >14:39:07,210 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:39:07,210 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 29999.0, ['sda', 'sdb'], single >14:39:07,222 DEBUG storage: BTRFS.supported: supported: True ; >14:39:07,223 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:39:07,226 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:39:08,978 DEBUG storage: BTRFS.supported: supported: True ; >14:39:08,979 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:39:08,983 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:39:08,990 DEBUG storage: BTRFS.supported: supported: True ; >14:39:08,990 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:39:08,994 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:39:11,826 DEBUG storage: BTRFS.supported: supported: True ; >14:39:11,826 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:39:11,826 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 29999.0, ['sda', 'sdb'], single >14:39:11,839 DEBUG storage: BTRFS.supported: supported: True ; >14:39:11,839 DEBUG storage: getFormat('btrfs') returning BTRFS instance >14:39:11,843 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 59998.0, ['sda', 'sdb'], single >14:39:16,301 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 1.938476, [], None >14:39:16,305 DEBUG storage.ui: Storage.newDevice: 3 ; 1.938476 ; mountpoint: / ; disks: [DiskDevice instance (0x7fe93ee63b10) -- > name = sda status = True kids = 1 id = 1 > parents = [] > uuid = None size = 30000.0 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 61440000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (3824, 255, 63) biosGeometry: (3824, 255, 63) > PedDevice: <_ped.Device object at 0x7fe94b912b90> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7fe93ee63c10>, DiskDevice instance (0x7fe93ee1b790) -- > name = sdb status = True kids = 1 id = 7 > parents = [] > uuid = None size = 30000.0 > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 61440000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (3824, 255, 63) biosGeometry: (3824, 255, 63) > PedDevice: <_ped.Device object at 0x7fe94b9ab320> > target size = 0 path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7fe93ee1b810>] ; fstype: ext4 ; encrypted: False ; >14:39:16,305 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.BTRFSFactory'>: <pyanaconda.storage.Storage object at 0x7fe944cc38d0>, 1.938476, ['sda', 'sdb'], None >14:39:16,306 DEBUG storage.ui: Storage.setContainerMembers: device: None ; container: None ; factory: <pyanaconda.storage.BTRFSFactory object at 0x7fe93ee2a490> ; members: [] ; >14:39:16,307 DEBUG storage.ui: BTRFS.supported: supported: True ; >14:39:16,307 DEBUG storage.ui: getFormat('btrfs') returning BTRFS instance >14:39:16,307 DEBUG storage.ui: adding a TotalSizeSet with size 1 >14:39:16,308 DEBUG storage.ui: set.allocated = 0 >14:39:16,309 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >14:39:16,310 DEBUG storage.ui: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >14:39:16,311 DEBUG storage.ui: removing all non-preexisting partitions [] from disk(s) ['sda', 'sdb'] >14:39:16,312 DEBUG storage.ui: allocatePartitions: disks=['sda', 'sdb'] ; partitions=[] >14:39:16,312 DEBUG storage.ui: removing all non-preexisting partitions [] from disk(s) ['sda', 'sdb'] >14:39:16,312 DEBUG storage.ui: growPartitions: disks=['sda', 'sdb'], partitions=[] >14:39:16,312 DEBUG storage.ui: no growable partitions >14:39:16,313 DEBUG storage.ui: fixing size of existing 29999MB partition sda1 (2) with existing btrfs filesystem at 29999.00 >14:39:16,313 DEBUG storage.ui: fixing size of existing 29999MB partition sdb1 (8) with existing btrfs filesystem at 29999.00 >14:39:16,313 DEBUG storage.ui: creating new container >14:39:16,314 DEBUG storage.ui: newBTRFS: args = () ; kwargs = {'dataLevel': 'single', 'parents': []} > > >/tmp/ifcfg.log: >19:35:27,062 DEBUG ifcfg: content of files (network initialization): >19:35:27,334 DEBUG ifcfg: content of files (ifcfgs created): >19:35:27,336 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-p2p1: >HWADDR=08:00:27:DE:92:EA >TYPE=Ethernet >BOOTPROTO=dhcp >DEFROUTE=yes >PEERDNS=yes >PEERROUTES=yes >IPV4_FAILURE_FATAL=no >IPV6INIT=yes >IPV6_AUTOCONF=yes >IPV6_DEFROUTE=yes >IPV6_PEERDNS=yes >IPV6_PEERROUTES=yes >IPV6_FAILURE_FATAL=no >NAME=p2p1 >UUID=672ed216-f754-4e8c-b806-011ab7b71c8f >ONBOOT=yes > > > >/proc/cmdline: >initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2018\x20x86_64 quiet BOOT_IMAGE=vmlinuz > > >/tmp/syslog: >19:35:20,921 INFO rsyslogd: [origin software="rsyslogd" swVersion="7.2.4" x-pid="583" x-info="http://www.rsyslog.com"] start >19:35:20,924 INFO systemd: systemd 195 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; fedora) >19:35:20,925 INFO systemd: Detected virtualization 'oracle'. >19:35:20,925 INFO systemd: Initializing machine ID from random generator. >19:35:20,925 WARNING systemd: Cannot add dependency job for unit udev-settle.service, ignoring: Unit udev-settle.service failed to load: No such file or directory. See system logs and 'systemctl status udev-settle.service' for details. >19:35:20,925 INFO systemd-modules-load: Inserted module 'uinput' >19:35:20,925 ERR systemd-udevd: ctx=0x7fa1cb0829c0 path=/lib/modules/3.6.10-4.fc18.x86_64/kernel/sound/core/snd-pcm.ko error=No such file or directory >19:35:20,925 ERR systemd-udevd: ctx=0x7fa1cb0829c0 path=/lib/modules/3.6.10-4.fc18.x86_64/kernel/sound/pci/ac97/snd-ac97-codec.ko error=No such file or directory >19:35:20,925 INFO systemd: Started Tell Plymouth To Write Out Runtime Data. >19:35:20,925 INFO systemd: Started Recreate Volatile Files and Directories. >19:35:20,925 INFO systemd: Starting System Initialization. >19:35:20,925 INFO systemd: Reached target System Initialization. >19:35:20,924 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >19:35:20,925 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >19:35:20,925 NOTICE kernel:[ 0.000000] Linux version 3.6.10-4.fc18.x86_64 (mockbuild@) (gcc version 4.7.2 20121109 (Red Hat 4.7.2-8) (GCC) ) #1 SMP Tue Dec 11 18:01:27 UTC 2012 >19:35:20,925 INFO kernel:[ 0.000000] Command line: initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2018\x20x86_64 quiet BOOT_IMAGE=vmlinuz >19:35:20,925 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >19:35:20,925 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable >19:35:20,925 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved >19:35:20,925 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >19:35:20,925 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffeffff] usable >19:35:20,925 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000007fff0000-0x000000007fffffff] ACPI data >19:35:20,925 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved >19:35:20,925 INFO kernel:[ 0.000000] NX (Execute Disable) protection: active >19:35:20,925 INFO kernel:[ 0.000000] DMI 2.5 present. >19:35:20,925 DEBUG kernel:[ 0.000000] DMI: innotek GmbH VirtualBox, BIOS VirtualBox 12/01/2006 >19:35:20,925 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved >19:35:20,925 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >19:35:20,926 INFO kernel:[ 0.000000] No AGP bridge found >19:35:20,926 INFO kernel:[ 0.000000] e820: last_pfn = 0x7fff0 max_arch_pfn = 0x400000000 >19:35:20,926 DEBUG kernel:[ 0.000000] MTRR default type: uncachable >19:35:20,926 DEBUG kernel:[ 0.000000] MTRR variable ranges disabled: >19:35:20,926 INFO kernel:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 >19:35:20,926 INFO kernel:[ 0.000000] CPU MTRRs all blank - virtualized system. >19:35:20,926 INFO kernel:[ 0.000000] found SMP MP-table at [mem 0x0009fff0-0x0009ffff] mapped at [ffff88000009fff0] >19:35:20,926 DEBUG kernel:[ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff] >19:35:20,926 DEBUG kernel:[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576 >19:35:20,926 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0x7ffeffff] >19:35:20,926 DEBUG kernel:[ 0.000000] [mem 0x00000000-0x7fdfffff] page 2M >19:35:20,926 DEBUG kernel:[ 0.000000] [mem 0x7fe00000-0x7ffeffff] page 4k >19:35:20,926 DEBUG kernel:[ 0.000000] kernel direct mapping tables up to 0x7ffeffff @ [mem 0x1fffc000-0x1fffffff] >19:35:20,926 INFO kernel:[ 0.000000] RAMDISK: [mem 0x7e56f000-0x7ffcefff] >19:35:20,926 WARNING kernel:[ 0.000000] ACPI: RSDP 00000000000e0000 00024 (v02 VBOX ) >19:35:20,926 WARNING kernel:[ 0.000000] ACPI: XSDT 000000007fff0030 0003C (v01 VBOX VBOXXSDT 00000001 ASL 00000061) >19:35:20,926 WARNING kernel:[ 0.000000] ACPI: FACP 000000007fff00f0 000F4 (v04 VBOX VBOXFACP 00000001 ASL 00000061) >19:35:20,926 WARNING kernel:[ 0.000000] ACPI: DSDT 000000007fff0480 01B96 (v01 VBOX VBOXBIOS 00000002 INTL 20100528) >19:35:20,926 WARNING kernel:[ 0.000000] ACPI: FACS 000000007fff0200 00040 >19:35:20,926 WARNING kernel:[ 0.000000] ACPI: APIC 000000007fff0240 00064 (v02 VBOX VBOXAPIC 00000001 ASL 00000061) >19:35:20,926 WARNING kernel:[ 0.000000] ACPI: SSDT 000000007fff02b0 001CC (v01 VBOX VBOXCPUT 00000002 INTL 20100528) >19:35:20,926 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >19:35:20,926 INFO kernel:[ 0.000000] No NUMA configuration found >19:35:20,926 INFO kernel:[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffeffff] >19:35:20,926 INFO kernel:[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffeffff] >19:35:20,926 INFO kernel:[ 0.000000] NODE_DATA [mem 0x7ffdc000-0x7ffeffff] >19:35:20,926 DEBUG kernel:[ 0.000000] [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007bc00000-ffff88007dbfffff] on node 0 >19:35:20,926 WARNING kernel:[ 0.000000] Zone ranges: >19:35:20,926 WARNING kernel:[ 0.000000] DMA [mem 0x00010000-0x00ffffff] >19:35:20,926 WARNING kernel:[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >19:35:20,926 WARNING kernel:[ 0.000000] Normal empty >19:35:20,926 WARNING kernel:[ 0.000000] Movable zone start for each node >19:35:20,926 WARNING kernel:[ 0.000000] Early memory node ranges >19:35:20,926 WARNING kernel:[ 0.000000] node 0: [mem 0x00010000-0x0009efff] >19:35:20,926 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0x7ffeffff] >19:35:20,926 DEBUG kernel:[ 0.000000] On node 0 totalpages: 524159 >19:35:20,926 DEBUG kernel:[ 0.000000] DMA zone: 64 pages used for memmap >19:35:20,926 DEBUG kernel:[ 0.000000] DMA zone: 6 pages reserved >19:35:20,926 DEBUG kernel:[ 0.000000] DMA zone: 3913 pages, LIFO batch:0 >19:35:20,926 DEBUG kernel:[ 0.000000] DMA32 zone: 8128 pages used for memmap >19:35:20,926 DEBUG kernel:[ 0.000000] DMA32 zone: 512048 pages, LIFO batch:31 >19:35:20,926 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0x4008 >19:35:20,926 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >19:35:20,926 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >19:35:20,926 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) >19:35:20,926 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) >19:35:20,926 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x03] address[0xfec00000] gsi_base[0]) >19:35:20,926 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 3, version 17, address 0xfec00000, GSI 0-23 >19:35:20,926 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >19:35:20,926 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >19:35:20,926 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >19:35:20,926 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >19:35:20,926 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >19:35:20,926 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >19:35:20,926 INFO kernel:[ 0.000000] smpboot: Allowing 3 CPUs, 0 hotplug CPUs >19:35:20,926 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 40 >19:35:20,926 INFO kernel:[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 >19:35:20,926 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 >19:35:20,926 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 >19:35:20,926 INFO kernel:[ 0.000000] e820: [mem 0x80000000-0xfffbffff] available for PCI devices >19:35:20,926 INFO kernel:[ 0.000000] Booting paravirtualized kernel on bare hardware >19:35:20,926 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:3 nr_node_ids:1 >19:35:20,926 INFO kernel:[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007e200000 s84288 r8192 d22208 u524288 >19:35:20,926 DEBUG kernel:[ 0.000000] pcpu-alloc: s84288 r8192 d22208 u524288 alloc=1*2097152 >19:35:20,926 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 0 1 2 - >19:35:20,926 WARNING kernel:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515961 >19:35:20,926 WARNING kernel:[ 0.000000] Policy zone: DMA32 >19:35:20,926 NOTICE kernel:[ 0.000000] Kernel command line: initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2018\x20x86_64 quiet BOOT_IMAGE=vmlinuz >19:35:20,926 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >19:35:20,926 NOTICE kernel:[ 0.000000] __ex_table already sorted, skipping sort >19:35:20,926 INFO kernel:[ 0.000000] Checking aperture... >19:35:20,926 INFO kernel:[ 0.000000] No AGP bridge found >19:35:20,926 INFO kernel:[ 0.000000] Memory: 2020284k/2097088k available (6334k kernel code, 452k absent, 76352k reserved, 6870k data, 1036k init) >19:35:20,926 INFO kernel:[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=3, Nodes=1 >19:35:20,926 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >19:35:20,926 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=3. >19:35:20,926 INFO kernel:[ 0.000000] NR_IRQS:8448 nr_irqs:704 16 >19:35:20,926 INFO kernel:[ 0.000000] Console: colour VGA+ 80x25 >19:35:20,926 INFO kernel:[ 0.000000] console [tty0] enabled >19:35:20,926 INFO kernel:[ 0.000000] allocated 8388608 bytes of page_cgroup >19:35:20,926 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >19:35:20,926 INFO kernel:[ 0.000000] tsc: Fast TSC calibration using PIT >19:35:20,926 INFO kernel:[ 0.000000] tsc: Detected 2314.188 MHz processor >19:35:20,926 INFO kernel:[ 0.001002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4628.37 BogoMIPS (lpj=2314188) >19:35:20,926 INFO kernel:[ 0.001005] pid_max: default: 32768 minimum: 301 >19:35:20,926 INFO kernel:[ 0.001027] Security Framework initialized >19:35:20,926 INFO kernel:[ 0.001032] SELinux: Initializing. >19:35:20,926 DEBUG kernel:[ 0.001038] SELinux: Starting in permissive mode >19:35:20,926 INFO kernel:[ 0.002014] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) >19:35:20,926 INFO kernel:[ 0.002319] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) >19:35:20,926 INFO kernel:[ 0.002450] Mount-cache hash table entries: 256 >19:35:20,926 INFO kernel:[ 0.003101] Initializing cgroup subsys cpuacct >19:35:20,926 INFO kernel:[ 0.003106] Initializing cgroup subsys memory >19:35:20,926 INFO kernel:[ 0.003117] Initializing cgroup subsys devices >19:35:20,926 INFO kernel:[ 0.003121] Initializing cgroup subsys freezer >19:35:20,926 INFO kernel:[ 0.003125] Initializing cgroup subsys net_cls >19:35:20,926 INFO kernel:[ 0.003129] Initializing cgroup subsys blkio >19:35:20,926 INFO kernel:[ 0.003133] Initializing cgroup subsys perf_event >19:35:20,926 INFO kernel:[ 0.004152] CPU: Physical Processor ID: 0 >19:35:20,926 INFO kernel:[ 0.004153] CPU: Processor Core ID: 0 >19:35:20,926 INFO kernel:[ 0.004173] mce: CPU supports 0 MCE banks >19:35:20,926 INFO kernel:[ 0.004247] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0 >19:35:20,926 INFO kernel:[ 0.004247] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32 >19:35:20,926 INFO kernel:[ 0.004247] tlb_flushall_shift is 0x5 >19:35:20,926 INFO kernel:[ 0.012766] ACPI: Core revision 20120711 >19:35:20,926 INFO kernel:[ 0.013448] ftrace: allocating 23489 entries in 92 pages >19:35:20,927 INFO kernel:[ 0.021408] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >19:35:20,927 INFO kernel:[ 0.031654] smpboot: CPU0: Intel(R) Core(TM) i7-2820QM CPU @ 2.30GHz stepping 07 >19:35:20,927 INFO kernel:[ 0.031995] Performance Events: unsupported p6 CPU model 42 no PMU driver, software events only. >19:35:20,927 WARNING kernel:[ 0.031995] NMI watchdog: disabled (cpu0): hardware events not enabled >19:35:20,927 INFO kernel:[ 0.001999] mce: CPU supports 0 MCE banks >19:35:20,927 INFO kernel:[ 0.032298] smpboot: Booting Node 0, Processors #1 >19:35:20,927 WARNING kernel:[ 0.044993] TSC synchronization [CPU#0 -> CPU#1]: >19:35:20,927 WARNING kernel:[ 0.044993] Measured 246348 cycles TSC warp between CPUs, turning off TSC clock. >19:35:20,927 INFO kernel:[ 0.044993] tsc: Marking TSC unstable due to check_tsc_sync_source failed >19:35:20,927 WARNING kernel:[ 0.045301] #2 OK >19:35:20,927 INFO kernel:[ 0.001999] mce: CPU supports 0 MCE banks >19:35:20,927 INFO kernel:[ 0.057338] Brought up 3 CPUs >19:35:20,927 INFO kernel:[ 0.057338] smpboot: Total of 3 processors activated (13885.12 BogoMIPS) >19:35:20,927 INFO kernel:[ 0.059046] devtmpfs: initialized >19:35:20,927 INFO kernel:[ 0.059553] atomic64 test passed for x86-64 platform with CX8 and with SSE >19:35:20,927 INFO kernel:[ 0.059599] RTC time: 19:35:11, date: 01/05/13 >19:35:20,927 INFO kernel:[ 0.059632] NET: Registered protocol family 16 >19:35:20,927 INFO kernel:[ 0.060282] ACPI: bus type pci registered >19:35:20,927 INFO kernel:[ 0.060375] PCI: Using configuration type 1 for base access >19:35:20,927 INFO kernel:[ 0.061067] bio: create slab <bio-0> at 0 >19:35:20,927 INFO kernel:[ 0.061101] ACPI: Added _OSI(Module Device) >19:35:20,927 INFO kernel:[ 0.061101] ACPI: Added _OSI(Processor Device) >19:35:20,927 INFO kernel:[ 0.061101] ACPI: Added _OSI(3.0 _SCP Extensions) >19:35:20,927 INFO kernel:[ 0.061101] ACPI: Added _OSI(Processor Aggregator Device) >19:35:20,927 DEBUG kernel:[ 0.061339] ACPI: EC: Look up EC in DSDT >19:35:20,927 WARNING kernel:[ 0.061998] ACPI: Executed 1 blocks of module-level executable AML code >19:35:20,927 INFO kernel:[ 0.064088] ACPI: Interpreter enabled >19:35:20,927 INFO kernel:[ 0.064090] ACPI: (supports S0 S5) >19:35:20,927 INFO kernel:[ 0.064097] ACPI: Using IOAPIC for interrupt routing >19:35:20,927 INFO kernel:[ 0.066215] ACPI: No dock devices found. >19:35:20,927 INFO kernel:[ 0.066218] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug >19:35:20,927 INFO kernel:[ 0.066263] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >19:35:20,927 DEBUG kernel:[ 0.066357] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored) >19:35:20,927 DEBUG kernel:[ 0.066358] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored) >19:35:20,927 DEBUG kernel:[ 0.066360] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored) >19:35:20,927 DEBUG kernel:[ 0.066361] pci_root PNP0A03:00: host bridge window [mem 0x80000000-0xffdfffff] (ignored) >19:35:20,927 DEBUG kernel:[ 0.066363] PCI: root bus 00: using default resources >19:35:20,927 WARNING kernel:[ 0.066365] pci_root PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. >19:35:20,927 INFO kernel:[ 0.066384] PCI host bridge to bus 0000:00 >19:35:20,927 DEBUG kernel:[ 0.066387] pci_bus 0000:00: busn_res: [bus 00-ff] is inserted under domain [bus 00-ff] >19:35:20,927 INFO kernel:[ 0.066388] pci_bus 0000:00: root bus resource [bus 00-ff] >19:35:20,927 INFO kernel:[ 0.066390] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] >19:35:20,927 INFO kernel:[ 0.066391] pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff] >19:35:20,927 DEBUG kernel:[ 0.066441] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 >19:35:20,927 DEBUG kernel:[ 0.066788] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 >19:35:20,927 DEBUG kernel:[ 0.067380] pci 0000:00:01.1: [8086:7111] type 00 class 0x01018a >19:35:20,927 DEBUG kernel:[ 0.067778] pci 0000:00:01.1: reg 20: [io 0xd000-0xd00f] >19:35:20,927 DEBUG kernel:[ 0.068076] pci 0000:00:02.0: [80ee:beef] type 00 class 0x030000 >19:35:20,927 DEBUG kernel:[ 0.071029] pci 0000:00:02.0: reg 10: [mem 0xe0000000-0xe3ffffff pref] >19:35:20,927 DEBUG kernel:[ 0.087130] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000 >19:35:20,927 DEBUG kernel:[ 0.088230] pci 0000:00:03.0: reg 10: [mem 0xf0000000-0xf001ffff] >19:35:20,927 DEBUG kernel:[ 0.090230] pci 0000:00:03.0: reg 18: [io 0xd010-0xd017] >19:35:20,927 DEBUG kernel:[ 0.095473] pci 0000:00:04.0: [80ee:cafe] type 00 class 0x088000 >19:35:20,927 DEBUG kernel:[ 0.096124] pci 0000:00:04.0: reg 10: [io 0xd020-0xd03f] >19:35:20,927 DEBUG kernel:[ 0.097126] pci 0000:00:04.0: reg 14: [mem 0xf0400000-0xf07fffff] >19:35:20,927 DEBUG kernel:[ 0.098129] pci 0000:00:04.0: reg 18: [mem 0xf0800000-0xf0803fff pref] >19:35:20,927 DEBUG kernel:[ 0.103167] pci 0000:00:05.0: [8086:2415] type 00 class 0x040100 >19:35:20,927 DEBUG kernel:[ 0.103274] pci 0000:00:05.0: reg 10: [io 0xd100-0xd1ff] >19:35:20,927 DEBUG kernel:[ 0.103382] pci 0000:00:05.0: reg 14: [io 0xd200-0xd23f] >19:35:20,927 DEBUG kernel:[ 0.103889] pci 0000:00:06.0: [106b:003f] type 00 class 0x0c0310 >19:35:20,927 DEBUG kernel:[ 0.105124] pci 0000:00:06.0: reg 10: [mem 0xf0804000-0xf0804fff] >19:35:20,927 DEBUG kernel:[ 0.112233] pci 0000:00:07.0: [8086:7113] type 00 class 0x068000 >19:35:20,927 DEBUG kernel:[ 0.113058] pci 0000:00:0d.0: [8086:2829] type 00 class 0x010601 >19:35:20,927 DEBUG kernel:[ 0.114026] pci 0000:00:0d.0: reg 10: [io 0xd240-0xd247] >19:35:20,927 DEBUG kernel:[ 0.116162] pci 0000:00:0d.0: reg 18: [io 0xd250-0xd257] >19:35:20,927 DEBUG kernel:[ 0.118158] pci 0000:00:0d.0: reg 20: [io 0xd260-0xd26f] >19:35:20,927 DEBUG kernel:[ 0.119162] pci 0000:00:0d.0: reg 24: [mem 0xf0806000-0xf0807fff] >19:35:20,927 DEBUG kernel:[ 0.121652] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] >19:35:20,927 INFO kernel:[ 0.122322] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM >19:35:20,927 INFO kernel:[ 0.122324] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08) >19:35:20,927 INFO kernel:[ 0.127537] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 9 10 11) >19:35:20,927 INFO kernel:[ 0.127705] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 10 *11) >19:35:20,927 INFO kernel:[ 0.127774] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 9 *10 11) >19:35:20,927 INFO kernel:[ 0.127842] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 *9 10 11) >19:35:20,927 INFO kernel:[ 0.128008] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >19:35:20,927 INFO kernel:[ 0.128011] vgaarb: loaded >19:35:20,927 INFO kernel:[ 0.128012] vgaarb: bridge control possible 0000:00:02.0 >19:35:20,927 NOTICE kernel:[ 0.128098] SCSI subsystem initialized >19:35:20,927 INFO kernel:[ 0.128104] ACPI: bus type scsi registered >19:35:20,927 DEBUG kernel:[ 0.128130] libata version 3.00 loaded. >19:35:20,927 INFO kernel:[ 0.128130] ACPI: bus type usb registered >19:35:20,927 INFO kernel:[ 0.128130] usbcore: registered new interface driver usbfs >19:35:20,927 INFO kernel:[ 0.128130] usbcore: registered new interface driver hub >19:35:20,927 INFO kernel:[ 0.128130] usbcore: registered new device driver usb >19:35:20,927 INFO kernel:[ 0.129037] PCI: Using ACPI for IRQ routing >19:35:20,927 DEBUG kernel:[ 0.129043] PCI: pci_cache_line_size set to 64 bytes >19:35:20,927 DEBUG kernel:[ 0.129266] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff] >19:35:20,927 DEBUG kernel:[ 0.129272] e820: reserve RAM buffer [mem 0x7fff0000-0x7fffffff] >19:35:20,927 INFO kernel:[ 0.129354] NetLabel: Initializing >19:35:20,927 INFO kernel:[ 0.129356] NetLabel: domain hash size = 128 >19:35:20,927 INFO kernel:[ 0.129356] NetLabel: protocols = UNLABELED CIPSOv4 >19:35:20,927 INFO kernel:[ 0.129365] NetLabel: unlabeled traffic allowed by default >19:35:20,927 INFO kernel:[ 0.135979] pnp: PnP ACPI init >19:35:20,927 INFO kernel:[ 0.135986] ACPI: bus type pnp registered >19:35:20,927 DEBUG kernel:[ 0.136051] pnp 00:00: [bus 00-ff] >19:35:20,927 DEBUG kernel:[ 0.136053] pnp 00:00: [io 0x0cf8-0x0cff] >19:35:20,927 DEBUG kernel:[ 0.136055] pnp 00:00: [io 0x0000-0x0cf7 window] >19:35:20,927 DEBUG kernel:[ 0.136056] pnp 00:00: [io 0x0d00-0xffff window] >19:35:20,927 DEBUG kernel:[ 0.136057] pnp 00:00: [mem 0x000a0000-0x000bffff window] >19:35:20,927 DEBUG kernel:[ 0.136059] pnp 00:00: [mem 0x80000000-0xffdfffff window] >19:35:20,927 DEBUG kernel:[ 0.136081] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active) >19:35:20,927 DEBUG kernel:[ 0.136093] pnp 00:01: [io 0x0060] >19:35:20,927 DEBUG kernel:[ 0.136094] pnp 00:01: [io 0x0064] >19:35:20,927 DEBUG kernel:[ 0.136123] pnp 00:01: [irq 1] >19:35:20,927 DEBUG kernel:[ 0.136136] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active) >19:35:20,927 DEBUG kernel:[ 0.136142] pnp 00:02: [io 0x0000-0x000f] >19:35:20,927 DEBUG kernel:[ 0.136143] pnp 00:02: [io 0x0080-0x008f] >19:35:20,927 DEBUG kernel:[ 0.136144] pnp 00:02: [io 0x00c0-0x00df] >19:35:20,927 DEBUG kernel:[ 0.136145] pnp 00:02: [dma 4] >19:35:20,927 DEBUG kernel:[ 0.136157] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active) >19:35:20,927 DEBUG kernel:[ 0.136214] pnp 00:03: [irq 12] >19:35:20,927 DEBUG kernel:[ 0.136227] pnp 00:03: Plug and Play ACPI device, IDs PNP0f03 (active) >19:35:20,927 DEBUG kernel:[ 0.136237] pnp 00:04: [io 0x0378-0x037f] >19:35:20,927 DEBUG kernel:[ 0.136238] pnp 00:04: [io 0x0778-0x077f] >19:35:20,927 DEBUG kernel:[ 0.136268] pnp 00:04: [irq 7] >19:35:20,927 DEBUG kernel:[ 0.136282] pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active) >19:35:20,927 INFO kernel:[ 0.137060] pnp: PnP ACPI: found 5 devices >19:35:20,927 INFO kernel:[ 0.137062] ACPI: ACPI bus type pnp unregistered >19:35:20,927 INFO kernel:[ 0.149700] Switching to clocksource acpi_pm >19:35:20,927 DEBUG kernel:[ 0.149809] pci_bus 0000:00: resource 4 [io 0x0000-0xffff] >19:35:20,927 DEBUG kernel:[ 0.149811] pci_bus 0000:00: resource 5 [mem 0x00000000-0xfffffffff] >19:35:20,927 INFO kernel:[ 0.149811] NET: Registered protocol family 2 >19:35:20,927 INFO kernel:[ 0.150913] TCP established hash table entries: 262144 (order: 10, 4194304 bytes) >19:35:20,927 INFO kernel:[ 0.152433] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) >19:35:20,927 INFO kernel:[ 0.152527] TCP: Hash tables configured (established 262144 bind 65536) >19:35:20,927 INFO kernel:[ 0.152538] TCP: reno registered >19:35:20,927 INFO kernel:[ 0.152546] UDP hash table entries: 1024 (order: 3, 32768 bytes) >19:35:20,927 INFO kernel:[ 0.152552] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) >19:35:20,927 INFO kernel:[ 0.152616] NET: Registered protocol family 1 >19:35:20,927 INFO kernel:[ 0.152632] pci 0000:00:00.0: Limiting direct PCI/PCI transfers >19:35:20,927 INFO kernel:[ 0.152659] pci 0000:00:01.0: Activating ISA DMA hang workarounds >19:35:20,927 DEBUG kernel:[ 0.152690] pci 0000:00:02.0: Boot video device >19:35:20,927 DEBUG kernel:[ 0.152949] PCI: CLS 0 bytes, default 64 >19:35:20,927 INFO kernel:[ 0.152987] Unpacking initramfs... >19:35:20,927 WARNING kernel:[ 0.184092] hrtimer: interrupt took 3122294 ns >19:35:20,927 INFO kernel:[ 2.435944] Freeing initrd memory: 27008k freed >19:35:20,927 INFO kernel:[ 2.439450] platform rtc_cmos: registered platform RTC device (no PNP device found) >19:35:20,927 NOTICE kernel:[ 2.441118] Initialise module verification >19:35:20,927 INFO kernel:[ 2.441156] audit: initializing netlink socket (disabled) >19:35:20,927 NOTICE kernel:[ 2.441168] type=2000 audit(1357414513.440:1): initialized >19:35:20,928 INFO kernel:[ 2.457398] HugeTLB registered 2 MB page size, pre-allocated 0 pages >19:35:20,928 NOTICE kernel:[ 2.458886] VFS: Disk quotas dquot_6.5.2 >19:35:20,928 WARNING kernel:[ 2.458918] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >19:35:20,928 INFO kernel:[ 2.459336] msgmni has been set to 3998 >19:35:20,928 DEBUG kernel:[ 2.459381] SELinux: Registering netfilter hooks >19:35:20,928 INFO kernel:[ 2.461685] alg: No test for stdrng (krng) >19:35:20,928 INFO kernel:[ 2.461733] NET: Registered protocol family 38 >19:35:20,928 NOTICE kernel:[ 2.461736] Key type asymmetric registered >19:35:20,928 NOTICE kernel:[ 2.461737] Asymmetric key parser 'x509' registered >19:35:20,928 INFO kernel:[ 2.461762] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >19:35:20,928 INFO kernel:[ 2.461918] io scheduler noop registered >19:35:20,928 INFO kernel:[ 2.461919] io scheduler deadline registered >19:35:20,928 INFO kernel:[ 2.461941] io scheduler cfq registered (default) >19:35:20,928 INFO kernel:[ 2.462009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >19:35:20,928 INFO kernel:[ 2.462021] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >19:35:20,928 INFO kernel:[ 2.462022] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >19:35:20,928 DEBUG kernel:[ 2.462233] intel_idle: does not run on family 6 model 42 >19:35:20,928 INFO kernel:[ 2.462844] ACPI: AC Adapter [AC] (on-line) >19:35:20,928 INFO kernel:[ 2.463294] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >19:35:20,928 INFO kernel:[ 2.463298] ACPI: Power Button [PWRF] >19:35:20,928 INFO kernel:[ 2.463355] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1 >19:35:20,928 INFO kernel:[ 2.463356] ACPI: Sleep Button [SLPF] >19:35:20,928 INFO kernel:[ 2.465924] GHES: HEST is not enabled! >19:35:20,928 INFO kernel:[ 2.466101] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >19:35:20,928 INFO kernel:[ 2.467159] Non-volatile memory driver v1.3 >19:35:20,928 INFO kernel:[ 2.467161] Linux agpgart interface v0.103 >19:35:20,928 INFO kernel:[ 2.467486] ACPI: Battery Slot [BAT0] (battery present) >19:35:20,928 INFO kernel:[ 2.468473] loop: module loaded >19:35:20,928 DEBUG kernel:[ 2.468517] ahci 0000:00:0d.0: version 3.0 >19:35:20,928 INFO kernel:[ 2.468674] ahci: SSS flag set, parallel bus scan disabled >19:35:20,928 INFO kernel:[ 2.468898] ahci 0000:00:0d.0: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x7 impl SATA mode >19:35:20,928 INFO kernel:[ 2.468901] ahci 0000:00:0d.0: flags: 64bit ncq stag only ccc >19:35:20,928 DEBUG kernel:[ 2.468921] ahci 0000:00:0d.0: setting latency timer to 64 >19:35:20,928 INFO kernel:[ 2.471059] scsi0 : ahci >19:35:20,928 INFO kernel:[ 2.471262] scsi1 : ahci >19:35:20,928 INFO kernel:[ 2.471440] scsi2 : ahci >19:35:20,928 INFO kernel:[ 2.471488] ata1: SATA max UDMA/133 abar m8192@0xf0806000 port 0xf0806100 irq 21 >19:35:20,928 INFO kernel:[ 2.471493] ata2: SATA max UDMA/133 abar m8192@0xf0806000 port 0xf0806180 irq 21 >19:35:20,928 INFO kernel:[ 2.471499] ata3: SATA max UDMA/133 abar m8192@0xf0806000 port 0xf0806200 irq 21 >19:35:20,928 DEBUG kernel:[ 2.471534] ata_piix 0000:00:01.1: version 2.13 >19:35:20,928 DEBUG kernel:[ 2.471609] ata_piix 0000:00:01.1: setting latency timer to 64 >19:35:20,928 INFO kernel:[ 2.472159] scsi3 : ata_piix >19:35:20,928 INFO kernel:[ 2.472329] scsi4 : ata_piix >19:35:20,928 INFO kernel:[ 2.472352] ata4: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xd000 irq 14 >19:35:20,928 INFO kernel:[ 2.472353] ata5: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xd008 irq 15 >19:35:20,928 INFO kernel:[ 2.472403] libphy: Fixed MDIO Bus: probed >19:35:20,928 INFO kernel:[ 2.472537] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >19:35:20,928 INFO kernel:[ 2.472548] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >19:35:20,928 DEBUG kernel:[ 2.472632] ohci_hcd 0000:00:06.0: setting latency timer to 64 >19:35:20,928 INFO kernel:[ 2.472651] ohci_hcd 0000:00:06.0: OHCI Host Controller >19:35:20,928 INFO kernel:[ 2.472766] ohci_hcd 0000:00:06.0: new USB bus registered, assigned bus number 1 >19:35:20,928 INFO kernel:[ 2.472838] ohci_hcd 0000:00:06.0: irq 22, io mem 0xf0804000 >19:35:20,928 INFO kernel:[ 2.524001] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 >19:35:20,928 INFO kernel:[ 2.524008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >19:35:20,928 INFO kernel:[ 2.524012] usb usb1: Product: OHCI Host Controller >19:35:20,928 INFO kernel:[ 2.524015] usb usb1: Manufacturer: Linux 3.6.10-4.fc18.x86_64 ohci_hcd >19:35:20,928 INFO kernel:[ 2.524018] usb usb1: SerialNumber: 0000:00:06.0 >19:35:20,928 INFO kernel:[ 2.524665] hub 1-0:1.0: USB hub found >19:35:20,928 INFO kernel:[ 2.524694] hub 1-0:1.0: 8 ports detected >19:35:20,928 INFO kernel:[ 2.525465] uhci_hcd: USB Universal Host Controller Interface driver >19:35:20,928 INFO kernel:[ 2.525540] usbcore: registered new interface driver usbserial >19:35:20,928 INFO kernel:[ 2.525551] usbcore: registered new interface driver usbserial_generic >19:35:20,928 INFO kernel:[ 2.525559] USB Serial support registered for generic >19:35:20,929 INFO kernel:[ 2.525561] usbserial: USB Serial Driver core >19:35:20,929 INFO kernel:[ 2.525593] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 >19:35:20,929 INFO kernel:[ 2.527248] serio: i8042 KBD port at 0x60,0x64 irq 1 >19:35:20,929 INFO kernel:[ 2.527260] serio: i8042 AUX port at 0x60,0x64 irq 12 >19:35:20,929 INFO kernel:[ 2.527700] mousedev: PS/2 mouse device common for all mice >19:35:20,929 INFO kernel:[ 2.528793] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 >19:35:20,929 INFO kernel:[ 2.533165] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0 >19:35:20,929 INFO kernel:[ 2.533299] rtc0: alarms up to one day, 114 bytes nvram >19:35:20,929 INFO kernel:[ 2.533396] device-mapper: uevent: version 1.0.3 >19:35:20,929 INFO kernel:[ 2.533720] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel@redhat.com >19:35:20,929 INFO kernel:[ 2.533786] cpuidle: using governor ladder >19:35:20,929 INFO kernel:[ 2.533787] cpuidle: using governor menu >19:35:20,929 INFO kernel:[ 2.533819] EFI Variables Facility v0.08 2004-May-17 >19:35:20,929 INFO kernel:[ 2.533910] usbcore: registered new interface driver usbhid >19:35:20,929 INFO kernel:[ 2.533911] usbhid: USB HID core driver >19:35:20,929 INFO kernel:[ 2.533936] drop_monitor: Initializing network drop monitor service >19:35:20,929 INFO kernel:[ 2.534007] ip_tables: (C) 2000-2006 Netfilter Core Team >19:35:20,929 INFO kernel:[ 2.534091] TCP: cubic registered >19:35:20,929 INFO kernel:[ 2.534098] Initializing XFRM netlink socket >19:35:20,929 INFO kernel:[ 2.534226] NET: Registered protocol family 10 >19:35:20,929 INFO kernel:[ 2.534426] mip6: Mobile IPv6 >19:35:20,929 INFO kernel:[ 2.534432] NET: Registered protocol family 17 >19:35:20,929 INFO kernel:[ 2.534843] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 >19:35:20,930 DEBUG kernel:[ 2.535188] PM: Hibernation image not present or could not be loaded. >19:35:20,930 NOTICE kernel:[ 2.535189] Loading module verification certificates >19:35:20,930 NOTICE kernel:[ 2.536059] MODSIGN: Loaded cert 'Fedora kernel signing key: 7686e1f22bbf511e76885be3fb6c7a462be60dda' >19:35:20,930 INFO kernel:[ 2.536070] registered taskstats version 1 >19:35:20,930 INFO kernel:[ 2.536600] Magic number: 13:388:596 >19:35:20,930 INFO kernel:[ 2.536745] rtc_cmos rtc_cmos: setting system clock to 2013-01-05 19:35:13 UTC (1357414513) >19:35:20,930 INFO kernel:[ 2.625659] ata4.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133 >19:35:20,930 INFO kernel:[ 2.627550] ata4.00: configured for UDMA/33 >19:35:20,930 INFO kernel:[ 2.775361] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) >19:35:20,930 INFO kernel:[ 2.775633] ata1.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133 >19:35:20,930 INFO kernel:[ 2.775637] ata1.00: 61440000 sectors, multi 128: LBA48 NCQ (depth 31/32) >19:35:20,930 INFO kernel:[ 2.775857] ata1.00: configured for UDMA/133 >19:35:20,930 NOTICE kernel:[ 2.776424] scsi 0:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5 >19:35:20,930 NOTICE kernel:[ 2.776733] sd 0:0:0:0: [sda] 61440000 512-byte logical blocks: (31.4 GB/29.2 GiB) >19:35:20,930 NOTICE kernel:[ 2.776865] sd 0:0:0:0: [sda] Write Protect is off >19:35:20,930 DEBUG kernel:[ 2.776868] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 >19:35:20,930 NOTICE kernel:[ 2.776897] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >19:35:20,930 NOTICE kernel:[ 2.776903] sd 0:0:0:0: Attached scsi generic sg0 type 0 >19:35:20,930 INFO kernel:[ 2.777778] sda: sda1 >19:35:20,930 NOTICE kernel:[ 2.778876] sd 0:0:0:0: [sda] Attached SCSI disk >19:35:20,930 INFO kernel:[ 2.897678] usb 1-1: new full-speed USB device number 2 using ohci_hcd >19:35:20,930 INFO kernel:[ 3.084644] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) >19:35:20,930 INFO kernel:[ 3.084868] ata2.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133 >19:35:20,930 INFO kernel:[ 3.084887] ata2.00: 61440000 sectors, multi 128: LBA48 NCQ (depth 31/32) >19:35:20,930 INFO kernel:[ 3.085164] ata2.00: configured for UDMA/133 >19:35:20,930 NOTICE kernel:[ 3.085873] scsi 1:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5 >19:35:20,930 NOTICE kernel:[ 3.086179] sd 1:0:0:0: [sdb] 61440000 512-byte logical blocks: (31.4 GB/29.2 GiB) >19:35:20,930 NOTICE kernel:[ 3.086244] sd 1:0:0:0: [sdb] Write Protect is off >19:35:20,930 DEBUG kernel:[ 3.086248] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00 >19:35:20,930 NOTICE kernel:[ 3.086250] sd 1:0:0:0: Attached scsi generic sg1 type 0 >19:35:20,930 NOTICE kernel:[ 3.086354] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >19:35:20,930 INFO kernel:[ 3.087875] sdb: sdb1 >19:35:20,930 NOTICE kernel:[ 3.088533] sd 1:0:0:0: [sdb] Attached SCSI disk >19:35:20,930 INFO kernel:[ 3.112434] usb 1-1: New USB device found, idVendor=80ee, idProduct=0021 >19:35:20,930 INFO kernel:[ 3.112438] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 >19:35:20,930 INFO kernel:[ 3.112440] usb 1-1: Product: USB Tablet >19:35:20,930 INFO kernel:[ 3.112441] usb 1-1: Manufacturer: VirtualBox >19:35:20,930 INFO kernel:[ 3.123322] input: VirtualBox USB Tablet as /devices/pci0000:00/0000:00:06.0/usb1/1-1/1-1:1.0/input/input4 >19:35:20,930 INFO kernel:[ 3.124174] hid-generic 0003:80EE:0021.0001: input,hidraw0: USB HID v1.10 Mouse [VirtualBox USB Tablet] on usb-0000:00:06.0-1/input0 >19:35:20,930 INFO kernel:[ 3.390521] ata3: SATA link down (SStatus 0 SControl 300) >19:35:20,930 NOTICE kernel:[ 3.392276] scsi 3:0:0:0: CD-ROM VBOX CD-ROM 1.0 PQ: 0 ANSI: 5 >19:35:20,930 WARNING kernel:[ 3.393599] sr0: scsi3-mmc drive: 32x/32x xa/form2 tray >19:35:20,930 INFO kernel:[ 3.393603] cdrom: Uniform CD-ROM driver Revision: 3.20 >19:35:20,930 DEBUG kernel:[ 3.394011] sr 3:0:0:0: Attached scsi CD-ROM sr0 >19:35:20,930 NOTICE kernel:[ 3.394478] sr 3:0:0:0: Attached scsi generic sg2 type 5 >19:35:20,930 INFO kernel:[ 3.398000] Freeing unused kernel memory: 1036k freed >19:35:20,930 INFO kernel:[ 3.398286] Write protecting the kernel read-only data: 12288k >19:35:20,930 INFO kernel:[ 3.404450] Freeing unused kernel memory: 1848k freed >19:35:20,930 INFO kernel:[ 3.406101] Freeing unused kernel memory: 1412k freed >19:35:20,930 INFO kernel:[ 3.602082] BIOS EDD facility v0.16 2004-Jun-25, 2 devices found >19:35:20,930 INFO kernel:[ 3.737691] squashfs: version 4.0 (2009/01/31) Phillip Lougher >19:35:20,930 INFO kernel:[ 3.741279] Loading iSCSI transport class v2.0-870. >19:35:20,930 NOTICE kernel:[ 3.746797] iscsi: registered transport (tcp) >19:35:20,930 INFO kernel:[ 3.749347] alua: device handler registered >19:35:20,930 INFO kernel:[ 3.751807] emc: device handler registered >19:35:20,930 INFO kernel:[ 3.754097] hp_sw: device handler registered >19:35:20,930 INFO kernel:[ 3.757417] rdac: device handler registered >19:35:20,930 INFO kernel:[ 6.786337] floppy0: no floppy controllers found >19:35:20,930 INFO kernel:[ 6.808488] No iBFT detected. >19:35:20,930 INFO kernel:[ 6.811566] md: raid0 personality registered for level 0 >19:35:20,930 INFO kernel:[ 6.814324] md: raid1 personality registered for level 1 >19:35:20,930 INFO kernel:[ 6.817548] async_tx: api initialized (async) >19:35:20,930 INFO kernel:[ 6.818763] xor: automatically using best checksumming function: >19:35:20,930 INFO kernel:[ 6.845692] generic_sse: 75308.000 MB/sec >19:35:20,930 WARNING kernel:[ 6.865678] raid6: sse2x1 8402 MB/s >19:35:20,930 WARNING kernel:[ 6.884181] raid6: sse2x2 10800 MB/s >19:35:20,930 WARNING kernel:[ 6.905705] raid6: sse2x4 11964 MB/s >19:35:20,930 WARNING kernel:[ 6.905716] raid6: using algorithm sse2x4 (11964 MB/s) >19:35:20,930 WARNING kernel:[ 6.905725] raid6: using ssse3x2 recovery algorithm >19:35:20,931 INFO kernel:[ 6.911521] md: raid6 personality registered for level 6 >19:35:20,931 INFO kernel:[ 6.911522] md: raid5 personality registered for level 5 >19:35:20,931 INFO kernel:[ 6.911523] md: raid4 personality registered for level 4 >19:35:20,931 INFO kernel:[ 6.917511] md: raid10 personality registered for level 10 >19:35:20,931 INFO kernel:[ 6.920104] md: linear personality registered for level -1 >19:35:20,931 INFO kernel:[ 6.928803] device-mapper: multipath: version 1.5.0 loaded >19:35:20,931 INFO kernel:[ 6.931404] device-mapper: multipath round-robin: version 1.0.0 loaded >19:35:20,931 INFO kernel:[ 6.963872] RPC: Registered named UNIX socket transport module. >19:35:20,931 INFO kernel:[ 6.963874] RPC: Registered udp transport module. >19:35:20,931 INFO kernel:[ 6.963875] RPC: Registered tcp transport module. >19:35:20,931 INFO kernel:[ 6.963876] RPC: Registered tcp NFSv4.1 backchannel transport module. >19:35:20,931 INFO kernel:[ 7.126998] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI >19:35:20,931 INFO kernel:[ 7.127000] e1000: Copyright (c) 1999-2006 Intel Corporation. >19:35:20,931 DEBUG kernel:[ 7.127115] e1000 0000:00:03.0: setting latency timer to 64 >19:35:20,931 INFO kernel:[ 7.213359] Btrfs loaded >19:35:20,931 INFO kernel:[ 7.554079] device label f18v devid 1 transid 9 /dev/sda1 >19:35:20,931 INFO kernel:[ 7.560780] device label f18v devid 2 transid 9 /dev/sdb1 >19:35:20,931 INFO kernel:[ 7.578740] e1000 0000:00:03.0: eth0: (PCI:33MHz:32-bit) 08:00:27:de:92:ea >19:35:20,931 INFO kernel:[ 7.578752] e1000 0000:00:03.0: eth0: Intel(R) PRO/1000 Network Connection >19:35:20,931 DEBUG kernel:[ 7.652962] ISO 9660 Extensions: Microsoft Joliet Level 3 >19:35:20,931 DEBUG kernel:[ 7.661163] ISO 9660 Extensions: RRIP_1991A >19:35:20,931 INFO kernel:[ 7.830247] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >19:35:20,931 DEBUG kernel:[ 8.517397] SELinux: 2048 avtab hash slots, 93843 rules. >19:35:20,931 DEBUG kernel:[ 8.530518] SELinux: 2048 avtab hash slots, 93843 rules. >19:35:20,931 DEBUG kernel:[ 8.668719] SELinux: 9 users, 15 roles, 4356 types, 237 bools, 1 sens, 1024 cats >19:35:20,931 DEBUG kernel:[ 8.668723] SELinux: 83 classes, 93843 rules >19:35:20,931 DEBUG kernel:[ 8.671181] SELinux: Completing initialization. >19:35:20,931 DEBUG kernel:[ 8.671181] SELinux: Setting up existing superblocks. >19:35:20,931 DEBUG kernel:[ 8.671181] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >19:35:20,931 DEBUG kernel:[ 8.671181] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >19:35:20,931 DEBUG kernel:[ 8.671181] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >19:35:20,931 DEBUG kernel:[ 8.671181] SELinux: initialized (dev proc, type proc), uses genfs_contexts >19:35:20,931 DEBUG kernel:[ 8.671181] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >19:35:20,931 DEBUG kernel:[ 8.671181] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >19:35:20,931 DEBUG kernel:[ 8.671181] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >19:35:20,931 DEBUG kernel:[ 8.671181] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >19:35:20,931 DEBUG kernel:[ 8.673663] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >19:35:20,931 DEBUG kernel:[ 8.673685] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >19:35:20,931 DEBUG kernel:[ 8.673703] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >19:35:20,931 DEBUG kernel:[ 8.673731] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >19:35:20,931 DEBUG kernel:[ 8.673750] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >19:35:20,931 DEBUG kernel:[ 8.673768] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >19:35:20,931 DEBUG kernel:[ 8.673787] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >19:35:20,931 DEBUG kernel:[ 8.673986] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >19:35:20,931 DEBUG kernel:[ 8.673991] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >19:35:20,931 DEBUG kernel:[ 8.674060] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >19:35:20,931 DEBUG kernel:[ 8.674143] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >19:35:20,931 DEBUG kernel:[ 8.674161] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:35:20,931 DEBUG kernel:[ 8.674163] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:35:20,931 DEBUG kernel:[ 8.674167] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:35:20,931 DEBUG kernel:[ 8.674177] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:35:20,931 DEBUG kernel:[ 8.674180] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:35:20,931 DEBUG kernel:[ 8.674183] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:35:20,931 DEBUG kernel:[ 8.674184] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:35:20,931 DEBUG kernel:[ 8.674186] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:35:20,931 DEBUG kernel:[ 8.674189] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:35:20,931 DEBUG kernel:[ 8.674195] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >19:35:20,931 DEBUG kernel:[ 8.674198] SELinux: initialized (dev sr0, type iso9660), uses genfs_contexts >19:35:20,931 DEBUG kernel:[ 8.674206] SELinux: initialized (dev loop0, type squashfs), uses xattr >19:35:20,931 DEBUG kernel:[ 8.674219] SELinux: initialized (dev dm-0, type ext4), uses xattr >19:35:20,931 NOTICE kernel:[ 8.709089] type=1403 audit(1357414519.670:2): policy loaded auid=4294967295 ses=4294967295 >19:35:20,931 DEBUG kernel:[ 9.081631] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >19:35:20,931 DEBUG kernel:[ 9.102909] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >19:35:20,931 INFO kernel:[ 9.438111] parport_pc 00:04: reported by Plug and Play ACPI >19:35:20,931 DEBUG kernel:[ 9.459673] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >19:35:20,931 DEBUG kernel:[ 9.474315] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >19:35:20,931 INFO kernel:[ 9.491646] microcode: CPU0 sig=0x206a7, pf=0x1, revision=0x0 >19:35:20,931 ERR kernel:[ 9.507306] piix4_smbus 0000:00:07.0: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr >19:35:20,931 INFO kernel:[ 9.541125] device label f18v devid 2 transid 9 /dev/sdb1 >19:35:20,931 INFO kernel:[ 9.551603] device label f18v devid 1 transid 9 /dev/sda1 >19:35:20,931 INFO kernel:[ 9.612881] microcode: CPU1 sig=0x206a7, pf=0x1, revision=0x0 >19:35:20,931 INFO kernel:[ 9.616363] microcode: CPU2 sig=0x206a7, pf=0x1, revision=0x0 >19:35:20,931 INFO kernel:[ 9.616947] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >19:35:20,931 NOTICE kernel:[ 9.666086] type=1400 audit(1357414520.627:3): avc: denied { create } for pid=565 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:35:20,931 NOTICE kernel:[ 9.667208] type=1400 audit(1357414520.628:4): avc: denied { setattr } for pid=565 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=11856 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >19:35:20,931 NOTICE kernel:[ 9.667240] type=1400 audit(1357414520.628:5): avc: denied { relabelfrom } for pid=565 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=11856 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >19:35:20,931 NOTICE kernel:[ 9.963566] type=1400 audit(1357414520.924:6): avc: denied { write } for pid=582 comm="firewalld" name="python2.7" dev="dm-0" ino=20496 scontext=system_u:system_r:firewalld_t:s0 tcontext=unconfined_u:object_r:lib_t:s0 tclass=dir >19:35:20,931 NOTICE kernel:[ 9.963579] type=1400 audit(1357414520.924:7): avc: denied { remove_name } for pid=582 comm="firewalld" name="site.pyc" dev="dm-0" ino=21252 scontext=system_u:system_r:firewalld_t:s0 tcontext=unconfined_u:object_r:lib_t:s0 tclass=dir >19:35:20,931 NOTICE kernel:[ 9.963588] type=1400 audit(1357414520.924:8): avc: denied { unlink } for pid=582 comm="firewalld" name="site.pyc" dev="dm-0" ino=21252 scontext=system_u:system_r:firewalld_t:s0 tcontext=unconfined_u:object_r:lib_t:s0 tclass=lnk_file >19:35:20,931 NOTICE kernel:[ 9.964700] type=1400 audit(1357414520.925:9): avc: denied { add_name } for pid=582 comm="firewalld" name="site.pyc" scontext=system_u:system_r:firewalld_t:s0 tcontext=unconfined_u:object_r:lib_t:s0 tclass=dir >19:35:20,931 NOTICE kernel:[ 9.964747] type=1400 audit(1357414520.925:10): avc: denied { create } for pid=582 comm="firewalld" name="site.pyc" scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=file >19:35:20,931 NOTICE kernel:[ 9.964785] type=1400 audit(1357414520.925:11): avc: denied { write } for pid=582 comm="firewalld" path="/usr/lib64/python2.7/site.pyc" dev="dm-0" ino=21252 scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=file >19:35:21,807 INFO systemd: Starting D-Bus System Message Bus... >19:35:21,838 INFO systemd: Started D-Bus System Message Bus. >19:35:21,932 INFO systemd: Started firewalld - dynamic firewall daemon. >19:35:23,036 INFO systemd: Starting Network Manager... >19:35:23,036 ERR firewalld: 2013-01-05 19:35:21 ERROR: ebtables not usable, disabling ethernet bridge firewall. >19:35:23,036 CRIT firewalld: 2013-01-05 19:35:21 FATAL ERROR: No IPv4 and IPv6 firewall. >19:35:23,036 ERR firewalld: 2013-01-05 19:35:21 ERROR: Raising SystemExit in run_server >19:35:23,198 INFO NetworkManager: <info> NetworkManager (version 0.9.7.0-12.git20121004.fc18) is starting... >19:35:23,199 INFO NetworkManager: <info> Read config file /etc/NetworkManager/NetworkManager.conf >19:35:23,199 INFO NetworkManager: <info> WEXT support is enabled >19:35:23,219 INFO dbus-daemon: dbus[598]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >19:35:23,220 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >19:35:23,220 INFO systemd: Starting Authorization Manager... >19:35:23,343 INFO polkitd: Started polkitd version 0.107 >19:35:23,404 INFO dbus-daemon: dbus[598]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >19:35:23,404 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >19:35:23,405 INFO systemd: Started Authorization Manager. >19:35:23,426 WARNING NetworkManager: ifcfg-rh: Could not get hostname: failed to read /etc/sysconfig/network >19:35:23,427 NOTICE NetworkManager: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >19:35:23,427 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >19:35:23,427 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >19:35:23,428 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >19:35:23,428 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >19:35:23,430 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >19:35:23,430 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >19:35:23,434 INFO kernel:[ 12.471610] e1000: p2p1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX >19:35:23,441 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >19:35:23,441 INFO NetworkManager: <info> Networking is enabled by state file >19:35:23,455 WARNING NetworkManager: <warn> failed to allocate link cache: (-10) Operation not supported >19:35:23,456 INFO NetworkManager: <info> (p2p1): carrier is OFF >19:35:23,458 INFO NetworkManager: <info> (p2p1): new Ethernet device (driver: 'e1000' ifindex: 2) >19:35:23,458 INFO NetworkManager: <info> (p2p1): exported as /org/freedesktop/NetworkManager/Devices/0 >19:35:23,458 INFO NetworkManager: <info> (p2p1): now managed >19:35:23,458 INFO NetworkManager: <info> (p2p1): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >19:35:23,458 INFO NetworkManager: <info> (p2p1): bringing up device. >19:35:23,458 INFO NetworkManager: <info> (p2p1): carrier now ON (device state 20) >19:35:23,458 INFO NetworkManager: <info> (p2p1): preparing device. >19:35:23,459 INFO NetworkManager: <info> (p2p1): deactivating device (reason 'managed') [2] >19:35:23,459 INFO NetworkManager: <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:03.0/net/p2p1 >19:35:23,459 WARNING NetworkManager: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >19:35:23,460 WARNING NetworkManager: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >19:35:23,460 INFO NetworkManager: <info> (p2p1): device state change: unavailable -> disconnected (reason 'none') [20 30 0] >19:35:23,460 INFO NetworkManager: <info> Auto-activating connection 'Wired connection 1'. >19:35:23,460 INFO NetworkManager: <info> Activation (p2p1) starting connection 'Wired connection 1' >19:35:23,461 INFO NetworkManager: <info> (p2p1): device state change: disconnected -> prepare (reason 'none') [30 40 0] >19:35:23,462 INFO NetworkManager: <info> Activation (p2p1) Stage 1 of 5 (Device Prepare) scheduled... >19:35:23,463 INFO NetworkManager: <info> Activation (p2p1) Stage 1 of 5 (Device Prepare) started... >19:35:23,463 INFO NetworkManager: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) scheduled... >19:35:23,463 INFO NetworkManager: <info> Activation (p2p1) Stage 1 of 5 (Device Prepare) complete. >19:35:23,464 INFO NetworkManager: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) starting... >19:35:23,464 INFO NetworkManager: <info> (p2p1): device state change: prepare -> config (reason 'none') [40 50 0] >19:35:23,464 INFO NetworkManager: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) successful. >19:35:23,465 INFO NetworkManager: <info> Activation (p2p1) Stage 3 of 5 (IP Configure Start) scheduled. >19:35:23,465 INFO NetworkManager: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) complete. >19:35:23,465 INFO NetworkManager: <info> Activation (p2p1) Stage 3 of 5 (IP Configure Start) started... >19:35:23,468 INFO NetworkManager: <info> (p2p1): device state change: config -> ip-config (reason 'none') [50 70 0] >19:35:23,469 INFO NetworkManager: <info> Activation (p2p1) Beginning DHCPv4 transaction (timeout in 45 seconds) >19:35:23,469 INFO systemd: Started Network Manager. >19:35:23,470 INFO systemd: Starting Network Manager Wait Online... >19:35:23,470 INFO systemd: Starting Anaconda System Services. >19:35:23,470 INFO systemd: Reached target Anaconda System Services. >19:35:23,471 INFO systemd: Starting Anaconda... >19:35:23,497 INFO NetworkManager: <info> dhclient started with pid 616 >19:35:23,498 INFO NetworkManager: <info> Activation (p2p1) Beginning IP6 addrconf. >19:35:23,501 INFO NetworkManager: <info> Activation (p2p1) Stage 3 of 5 (IP Configure Start) complete. >19:35:23,574 INFO systemd: Started Anaconda. >19:35:23,574 INFO systemd: Starting Anaconda Text Console... >19:35:23,657 INFO systemd: Started Anaconda Text Console. >19:35:23,728 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.4-P2 >19:35:23,728 INFO dhclient: Copyright 2004-2012 Internet Systems Consortium. >19:35:23,730 INFO dhclient: All rights reserved. >19:35:23,730 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >19:35:23,734 INFO dhclient: >19:35:23,739 INFO NetworkManager: <info> (p2p1): DHCPv4 state changed nbi -> preinit >19:35:23,745 INFO dhclient: Listening on LPF/p2p1/08:00:27:de:92:ea >19:35:23,745 INFO dhclient: Sending on LPF/p2p1/08:00:27:de:92:ea >19:35:23,745 INFO dhclient: Sending on Socket/fallback >19:35:23,745 INFO dhclient: DHCPDISCOVER on p2p1 to 255.255.255.255 port 67 interval 4 (xid=0x763fd540) >19:35:23,749 INFO dhclient: DHCPREQUEST on p2p1 to 255.255.255.255 port 67 (xid=0x763fd540) >19:35:23,749 INFO dhclient: DHCPOFFER from 192.168.1.1 >19:35:23,752 INFO dhclient: DHCPACK from 192.168.1.1 (xid=0x763fd540) >19:35:23,757 INFO dhclient: bound to 192.168.1.107 -- renewal in 42735 seconds. >19:35:23,760 INFO NetworkManager: <info> (p2p1): DHCPv4 state changed preinit -> bound >19:35:23,760 INFO NetworkManager: <info> address 192.168.1.107 >19:35:23,760 INFO NetworkManager: <info> prefix 24 (255.255.255.0) >19:35:23,760 INFO NetworkManager: <info> gateway 192.168.1.1 >19:35:23,760 INFO NetworkManager: <info> nameserver '192.168.1.1' >19:35:23,760 INFO NetworkManager: <info> Activation (p2p1) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >19:35:23,760 INFO NetworkManager: <info> Activation (p2p1) Stage 5 of 5 (IPv4 Commit) started... >19:35:24,735 WARNING kernel:[ 13.772158] auditd (637): /proc/637/oom_adj is deprecated, please use /proc/637/oom_score_adj instead. >19:35:24,760 INFO NetworkManager: <info> (p2p1): device state change: ip-config -> secondaries (reason 'none') [70 90 0] >19:35:24,762 INFO NetworkManager: <info> Activation (p2p1) Stage 5 of 5 (IPv4 Commit) complete. >19:35:24,763 INFO NetworkManager: <info> (p2p1): device state change: secondaries -> activated (reason 'none') [90 100 0] >19:35:24,764 INFO NetworkManager: <info> Policy set 'Wired connection 1' (p2p1) as default for IPv4 routing and DNS. >19:35:24,771 INFO NetworkManager: <info> Activation (p2p1) successful, device activated. >19:35:24,771 NOTICE dbus: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >19:35:24,771 INFO dbus-daemon: dbus[598]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >19:35:24,777 INFO systemd: Started Network Manager Wait Online. >19:35:24,777 INFO systemd: Starting Network. >19:35:24,777 INFO systemd: Reached target Network. >19:35:24,777 INFO systemd: Startup finished in 3s 408ms 677us (kernel) + 5s 380ms 864us (initrd) + 5s 23ms 89us (userspace) = 13s 812ms 630us. >19:35:24,798 INFO dbus-daemon: dbus[598]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >19:35:24,799 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >19:35:24,855 INFO dbus-daemon: /etc/NetworkManager/dispatcher.d/04-iscsi: line 14: /sbin/chkconfig: No such file or directory >19:35:24,894 INFO kernel:[ 13.931969] device label f18v devid 2 transid 9 /dev/sdb1 >19:35:24,905 INFO kernel:[ 13.942798] device label f18v devid 1 transid 9 /dev/sda1 >19:35:24,918 INFO kernel:[ 13.955913] device label f18v devid 2 transid 9 /dev/sdb1 >19:35:24,925 INFO kernel:[ 13.962883] device label f18v devid 1 transid 9 /dev/sda1 >19:35:27,077 INFO systemd: Starting NTP client/server... >19:35:27,103 NOTICE NetworkManager: ifcfg-rh: read connection 'p2p1' >19:35:27,120 INFO NetworkManager: <info> (p2p1): device state change: activated -> disconnected (reason 'connection-removed') [100 30 38] >19:35:27,127 INFO NetworkManager: <info> (p2p1): deactivating device (reason 'connection-removed') [38] >19:35:27,151 INFO chrony-helper: tr: write error: Broken pipe >19:35:27,152 INFO chrony-helper: tr: write error >19:35:27,183 INFO chronyd: chronyd version 1.27-git1ca844 starting >19:35:27,184 INFO chronyd: Linux kernel major=3 minor=6 patch=10 >19:35:27,185 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:35:27,221 INFO systemd: Started NTP client/server. >19:35:27,329 INFO NetworkManager: <info> (p2p1): canceled DHCP transaction, DHCP client pid 616 >19:35:27,331 INFO NetworkManager: <info> Setting system hostname to 'localhost.localdomain' (no default device) >19:35:27,334 INFO NetworkManager: <info> Saved default wired connection 'p2p1' to persistent storage >19:35:27,336 INFO NetworkManager: <info> Auto-activating connection 'p2p1'. >19:35:27,336 INFO NetworkManager: <info> Activation (p2p1) starting connection 'p2p1' >19:35:27,336 INFO NetworkManager: <info> (p2p1): device state change: disconnected -> prepare (reason 'none') [30 40 0] >19:35:27,336 INFO NetworkManager: <info> Activation (p2p1) Stage 1 of 5 (Device Prepare) scheduled... >19:35:27,336 INFO NetworkManager: <info> Activation (p2p1) Stage 1 of 5 (Device Prepare) started... >19:35:27,337 INFO NetworkManager: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) scheduled... >19:35:27,338 INFO NetworkManager: <info> Activation (p2p1) Stage 1 of 5 (Device Prepare) complete. >19:35:27,339 INFO NetworkManager: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) starting... >19:35:27,341 INFO NetworkManager: <info> (p2p1): device state change: prepare -> config (reason 'none') [40 50 0] >19:35:27,341 INFO NetworkManager: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) successful. >19:35:27,341 INFO kernel:[ 16.377673] device label f18v devid 1 transid 9 /dev/sda1 >19:35:27,342 INFO NetworkManager: <info> Activation (p2p1) Stage 3 of 5 (IP Configure Start) scheduled. >19:35:27,342 INFO NetworkManager: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) complete. >19:35:27,342 INFO NetworkManager: <info> Activation (p2p1) Stage 3 of 5 (IP Configure Start) started... >19:35:27,343 INFO NetworkManager: <info> (p2p1): device state change: config -> ip-config (reason 'none') [50 70 0] >19:35:27,343 INFO NetworkManager: <info> Activation (p2p1) Beginning DHCPv4 transaction (timeout in 45 seconds) >19:35:27,343 INFO NetworkManager: <info> dhclient started with pid 780 >19:35:27,344 INFO NetworkManager: <info> Activation (p2p1) Beginning IP6 addrconf. >19:35:27,348 INFO kernel:[ 16.384455] device label f18v devid 2 transid 9 /dev/sdb1 >19:35:27,350 INFO NetworkManager: <info> Activation (p2p1) Stage 3 of 5 (IP Configure Start) complete. >19:35:27,352 INFO kernel:[ 16.388459] device label f18v devid 1 transid 9 /dev/sda1 >19:35:27,358 INFO kernel:[ 16.394359] device label f18v devid 2 transid 9 /dev/sdb1 >19:35:27,369 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.4-P2 >19:35:27,369 INFO dhclient: Copyright 2004-2012 Internet Systems Consortium. >19:35:27,370 INFO dhclient: All rights reserved. >19:35:27,370 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >19:35:27,370 INFO dhclient: >19:35:27,374 INFO NetworkManager: <info> (p2p1): DHCPv4 state changed nbi -> preinit >19:35:27,381 INFO dhclient: Listening on LPF/p2p1/08:00:27:de:92:ea >19:35:27,381 INFO dhclient: Sending on LPF/p2p1/08:00:27:de:92:ea >19:35:27,381 INFO dhclient: Sending on Socket/fallback >19:35:27,381 INFO dhclient: DHCPREQUEST on p2p1 to 255.255.255.255 port 67 (xid=0x10b0f758) >19:35:27,382 INFO dhclient: DHCPACK from 192.168.1.1 (xid=0x10b0f758) >19:35:27,389 INFO dhclient: bound to 192.168.1.107 -- renewal in 35765 seconds. >19:35:27,389 INFO NetworkManager: <info> (p2p1): DHCPv4 state changed preinit -> reboot >19:35:27,389 INFO NetworkManager: <info> address 192.168.1.107 >19:35:27,389 INFO NetworkManager: <info> prefix 24 (255.255.255.0) >19:35:27,389 INFO NetworkManager: <info> gateway 192.168.1.1 >19:35:27,389 INFO NetworkManager: <info> nameserver '192.168.1.1' >19:35:27,389 INFO NetworkManager: <info> Activation (p2p1) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >19:35:27,389 INFO NetworkManager: <info> Activation (p2p1) Stage 5 of 5 (IPv4 Commit) started... >19:35:27,691 INFO kernel:[ 16.728915] device label f18v devid 1 transid 9 /dev/sda1 >19:35:27,702 INFO kernel:[ 16.738525] device label f18v devid 1 transid 9 /dev/sda1 >19:35:27,718 INFO kernel:[ 16.755730] device label f18v devid 1 transid 9 /dev/sda1 >19:35:27,760 INFO kernel:[ 16.798007] btrfs: disk space caching is enabled >19:35:27,765 DEBUG kernel:[ 16.802062] SELinux: initialized (dev sdb1, type btrfs), uses xattr >19:35:28,029 INFO kernel:[ 17.066240] device label f18v devid 2 transid 11 /dev/sdb1 >19:35:28,035 INFO kernel:[ 17.072279] device label f18v devid 2 transid 11 /dev/sdb1 >19:35:28,390 INFO NetworkManager: <info> (p2p1): device state change: ip-config -> secondaries (reason 'none') [70 90 0] >19:35:28,390 INFO NetworkManager: <info> Activation (p2p1) Stage 5 of 5 (IPv4 Commit) complete. >19:35:28,390 NOTICE NetworkManager: ifcfg-rh: updating /etc/sysconfig/network-scripts/ifcfg-p2p1 >19:35:28,391 INFO NetworkManager: <info> (p2p1): device state change: secondaries -> activated (reason 'none') [90 100 0] >19:35:28,394 INFO NetworkManager: <info> Policy set 'p2p1' (p2p1) as default for IPv4 routing and DNS. >19:35:28,395 INFO NetworkManager: <info> Activation (p2p1) successful, device activated. >19:35:28,414 INFO dbus-daemon: /etc/NetworkManager/dispatcher.d/04-iscsi: line 14: /sbin/chkconfig: No such file or directory >19:35:29,128 INFO kernel:[ 18.165245] device label f18v devid 1 transid 11 /dev/sda1 >19:35:29,138 INFO kernel:[ 18.175581] btrfs: disk space caching is enabled >19:35:29,142 DEBUG kernel:[ 18.179496] SELinux: initialized (dev sdb1, type btrfs), uses xattr >19:35:29,377 INFO kernel:[ 18.414256] device label f18v devid 1 transid 11 /dev/sda1 >19:35:29,390 INFO kernel:[ 18.427189] btrfs: disk space caching is enabled >19:35:29,393 DEBUG kernel:[ 18.430156] SELinux: initialized (dev sdb1, type btrfs), uses xattr >19:35:29,608 INFO kernel:[ 18.645267] device label f18v devid 1 transid 11 /dev/sda1 >19:35:29,622 INFO kernel:[ 18.659718] btrfs: disk space caching is enabled >19:35:29,627 DEBUG kernel:[ 18.664082] SELinux: initialized (dev sdb1, type btrfs), uses xattr >19:35:30,966 WARNING nm-dispatcher.action: Script '/etc/NetworkManager/dispatcher.d/20-chrony' took too long; killing it. >19:35:30,966 WARNING NetworkManager: <warn> Dispatcher script timed out: Script '/etc/NetworkManager/dispatcher.d/20-chrony' timed out. >19:35:31,966 WARNING nm-dispatcher.action: Script '/etc/NetworkManager/dispatcher.d/20-chrony' took too long; killing it. >19:35:31,967 WARNING NetworkManager: <warn> Dispatcher script timed out: Script '/etc/NetworkManager/dispatcher.d/20-chrony' timed out. >19:35:32,387 WARNING chronyd: Bad command logon from ::1 port 37447 (auth_ok=1 valid_ts=0) >19:35:37,348 INFO chronyd: Selected source 128.113.28.67 >19:35:37,349 WARNING chronyd: System clock wrong by 2.274135 seconds, adjustment started >19:35:39,382 INFO kernel:[ 29.118826] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >19:35:47,265 INFO NetworkManager: <info> (p2p1): IP6 addrconf timed out or failed. >19:35:47,266 INFO NetworkManager: <info> Activation (p2p1) Stage 4 of 5 (IPv6 Configure Timeout) scheduled... >19:35:47,266 INFO NetworkManager: <info> Activation (p2p1) Stage 4 of 5 (IPv6 Configure Timeout) started... >19:35:47,266 INFO NetworkManager: <info> Activation (p2p1) Stage 4 of 5 (IPv6 Configure Timeout) complete. >19:36:44,304 INFO chronyd: Can't synchronise: no majority >19:36:44,510 INFO chronyd: Selected source 199.102.46.72 >19:36:44,511 WARNING chronyd: System clock wrong by 0.657928 seconds, adjustment started >19:37:47,716 INFO chronyd: Selected source 72.8.140.222 >19:37:47,717 WARNING chronyd: System clock wrong by 0.587798 seconds, adjustment started >19:38:51,997 INFO chronyd: Selected source 199.102.46.72
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 892046
:
672617
|
672618
|
672619
|
672620
|
672621
|
672622
|
672623
|
672624
| 673022