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 826712 Details for
Bug 1032704
AttributeError: 'DiskLabel' object has no attribute 'peStart'
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
File: anaconda-tb
anaconda-tb (text/plain), 290.09 KB, created by
Peter Kotvan
on 2013-11-20 15:39:24 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
Peter Kotvan
Created:
2013-11-20 15:39:24 UTC
Size:
290.09 KB
patch
obsolete
>anaconda 19.31.34-1 exception report >Traceback (most recent call first): > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 2410, in size > size += max(0, self.align(pv.size - pv.format.peStart)) > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 514, in __str__ > s = "%s %dMB %s" % (exist, self.size, super(StorageDevice, self).__str__()) > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2107, in getDeviceByName > log_method_return(self, str(found)) > File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 709, in execute > vg = devicetree.getDeviceByName(vgname) > File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 673, in execute > l.execute(storage, ksdata, instClass) > File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 1735, in doKickstartStorage > ksdata.logvol.execute(storage, ksdata, instClass) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 402, in _doExecute > doKickstartStorage(self.storage, self.data, self.instclass) > File "/usr/lib64/python2.7/threading.py", line 764, in run > self.__target(*self.__args, **self.__kwargs) > File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 168, in run > threading.Thread.run(self, *args, **kwargs) >AttributeError: 'DiskLabel' object has no attribute 'peStart' > >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._mehInterface: GraphicalExceptionHandlingIface instance, containing members: > _intf._mehInterface._lightbox_func: <bound method GraphicalUserInterface.lightbox_over_current_action of <pyanaconda.ui.gui.GraphicalUserInterface object at 0x7f2ad0677890>> > _intf._quitDialog: <class 'pyanaconda.ui.gui.QuitDialog'> > _intf.data: #version=RHEL7 ># Install OS instead of upgrade >install ># Reboot after installation >reboot ># Use network installation >url --url="http://download.eng.brq.redhat.com/pub/rhel/rel-eng/RHEL-7.0-20131115.2/compose/Client/x86_64/os/" >ignoredisk --only-use=vda,vdb ># Keyboard layouts ># old format: keyboard us ># new format: >keyboard --vckeymap=us --xlayouts='us','us' ># System language >lang en_US.UTF-8 > ># Network information >network --bootproto=dhcp >network --hostname=localhost.localdomain ># Root password >rootpw --plaintext redhat ># System services >services --enabled="chronyd" ># System timezone >timezone America/New_York --isUtc ># System bootloader configuration >bootloader --location=mbr --boot-drive=vda ># Clear the Master Boot Record >zerombr ># Partition clearing information >clearpart --all --initlabel ># Disk partitioning information >part /boot --ondisk=/dev/vda --size=1000 >logvol / --grow --size=400 --name=lv-root --vgname=foobar > >%pre >BOOT="$(list-harddrives | grep -v 'sr' | awk '{if (NR==1) print $1}')" >echo "bootloader --location=mbr --boot-drive=${BOOT}" > /tmp/part.ks >echo "part /boot --size=1000 --ondisk /dev/${BOOT}" >> /tmp/part.ks > >ROOT="$(list-harddrives | grep -v 'sr' | awk '{if (NR==2) print $1}')" >pvcreate /dev/${ROOT} >vgcreate foobar /dev/${ROOT} >%end > >%packages >@core >chrony > >%end > > > _intf.storage: Blivet instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {'vda': 128, 'vdb': 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._defaultFSType: xfs > _intf.storage.autoPartEscrowCert: None > _intf.storage.iscsi: iscsi instance, containing members: > _intf.storage.iscsi.initiatorSet: False > _intf.storage.iscsi.ifaces: {} > _intf.storage.iscsi.started: False > _intf.storage.iscsi._initiator: Skipped > _intf.storage.iscsi.discovered_targets: {} > _intf.storage.iscsi.ibftNodes: [] > _intf.storage.escrowCertificates: {} > _intf.storage.fsset: FSSet instance, containing members: > _intf.storage.fsset.origFStab: None > _intf.storage.fsset._usb: None > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree.dasd: Already dumped (DASD instance) > _intf.storage.fsset.devicetree.populated: True > _intf.storage.fsset.devicetree.exclusiveDisks: [] > _intf.storage.fsset.devicetree._actions: [ActionDestroyFormat instance, containing members: > device: existing 8192MB disk vda (1) with non-existent msdos disklabel > origFormat: existing None > id: 0 >, ActionCreateFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: existing None > id: 1 >, ActionDestroyFormat instance, containing members: > device: existing 8192MB disk vdb (2) with non-existent msdos disklabel > origFormat: existing lvmpv > id: 2 >, ActionCreateFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: existing None > id: 3 >, ActionCreateDevice instance, containing members: > device: non-existent 1000MB partition vda1 (12) with non-existent xfs filesystem mounted at /boot > id: 4 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 5 >] > _intf.storage.fsset.devicetree.iscsi: Already dumped (iscsi instance) > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree._devices: [OpticalDevice instance, containing members: > major: 11 > _partedDevice: parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 145408 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (9, 255, 63) biosGeometry: (9, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ad069fa70> > exists: True > _size: 284.0 > id: 0 > controllable: True > uuid: None > _format: Iso9660FS instance, containing members: > _format.uuid: 2013-11-15-09-20-43-00 > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._minInstanceSize: None > _format._mountType: iso9660 > _format.fsprofile: None > _format.label: RHEL-7.0_x86_64 > _format._targetSize: 0.0 > _format._size: 0.0 > _format.mountopts: None > _format.mountpoint: None > _format._device: /dev/sr0 > parents: [] > deviceLinks: [/dev/cdrom, /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003, /dev/disk/by-label/RHEL-7.0\x20x86_64, /dev/disk/by-uuid/2013-11-15-09-20-43-00] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 > _targetSize: 0 > _model: QEMU_DVD-ROM > kids: 0 > _vendor: None > _name: sr0 > protected: True > originalFormat: Iso9660FS instance, containing members: > originalFormat.uuid: 2013-11-15-09-20-43-00 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat.fsprofile: None > originalFormat.label: RHEL-7.0_x86_64 > originalFormat._targetSize: 0.0 > originalFormat._minInstanceSize: None > originalFormat.mountopts: None > originalFormat._size: 0.0 > originalFormat._device: /dev/sr0 > _serial: None >, Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >, >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 4 > controllable: False > uuid: None > _format: existing None > parents: [] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /run/install/repo/LiveOS/squashfs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 5 > controllable: False > uuid: None > _format: existing squashfs > parents: [Already dumped (FileDevice instance) >] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop0 > protected: False > originalFormat: existing squashfs > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 6 > controllable: False > uuid: None > _format: existing None > parents: [] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /LiveOS/rootfs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 7 > controllable: False > uuid: None > _format: Ext4FS instance, containing members: > _format.errors: False > _format.uuid: f732107f-db63-474b-a94a-b1d04ea70552 > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._minInstanceSize: 0.0 > _format._mountType: ext4 > _format.fsprofile: None > _format.label: Anaconda > _format._targetSize: 2048.0 > _format.dirty: False > _format._size: 2048.0 > _format.mountopts: None > _format.mountpoint: None > _format._device: /dev/loop1 > parents: [Already dumped (FileDevice instance) >] > deviceLinks: [/dev/disk/by-label/Anaconda, /dev/disk/by-uuid/f732107f-db63-474b-a94a-b1d04ea70552] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop1 > protected: False > originalFormat: Ext4FS instance, containing members: > originalFormat.errors: False > originalFormat.uuid: f732107f-db63-474b-a94a-b1d04ea70552 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.label: Anaconda > originalFormat._targetSize: 2048.0 > originalFormat.dirty: False > originalFormat._minInstanceSize: 0.0 > originalFormat.mountopts: None > originalFormat._size: 2048.0 > originalFormat._device: /dev/loop1 > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 8 > controllable: False > uuid: None > _format: existing None > parents: [] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /overlay (deleted) > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 9 > controllable: False > uuid: None > _format: existing DM_snapshot_cow > parents: [Already dumped (FileDevice instance) >] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop2 > protected: False > originalFormat: existing DM_snapshot_cow > _serial: None >, existing 2048MB dm live-rw (10) with existing ext4 filesystem >, existing 2048MB dm live-base (11) with existing ext4 filesystem >, Already dumped (PartitionDevice instance) >] > _intf.storage.fsset.devicetree.ignoredDisks: [] > _intf.storage.fsset.devicetree._completed_actions: [] > _intf.storage.fsset.devicetree.names: [sr0, vda, vdb, foobar, loop0, /run/install/repo/LiveOS/squashfs.img, loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), live-rw, live-base] > _intf.storage.fsset.devicetree.liveBackingDevice: None > _intf.storage.fsset.devicetree.protectedDevNames: [sr0] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._hidden: [] > _intf.storage.fsset.devicetree.protectedDevSpecs: [LABEL=RHEL-7.0_x86_64] > _intf.storage.fsset.preserveLines: [] > _intf.storage.fsset._run: None > _intf.storage.fsset._devshm: None > _intf.storage.fsset._dev: None > _intf.storage.fsset.blkidTab: None > _intf.storage.fsset._proc: None > _intf.storage.fsset.active: False > _intf.storage.fsset.cryptTab: None > _intf.storage.fsset._devpts: None > _intf.storage.fsset._sysfs: None > _intf.storage.fsset._selinux: None > _intf.storage.config: StorageDiscoveryConfig instance, containing members: > _intf.storage.config.clearPartType: 1 > _intf.storage.config.clearNonExistent: False > _intf.storage.config.ignoredDisks: [] > _intf.storage.config.protectedDevSpecs: [LABEL=RHEL-7.0_x86_64] > _intf.storage.config.ignoreDiskInteractive: False > _intf.storage.config.exclusiveDisks: [] > _intf.storage.config.clearPartDevices: [] > _intf.storage.config.zeroMbr: True > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [] > _intf.storage.config.mpathFriendlyNames: True > _intf.storage.config.initializeDisks: True > _intf.storage.size_sets: [] > _intf.storage.autoPartType: 2 > _intf.storage._bootloader: GRUB2 instance, containing members: > _intf.storage._bootloader._disk_order: [] > _intf.storage._bootloader.console_options: Skipped > _intf.storage._bootloader.console: Skipped > _intf.storage._bootloader.skip_bootloader: False > _intf.storage._bootloader.warnings: [] > _intf.storage._bootloader.chain_images: [] > _intf.storage._bootloader.stage2_is_preferred_stage1: False > _intf.storage._bootloader.disks: [Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >] > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader._default_image: None > _intf.storage._bootloader.stage2_device: None > _intf.storage._bootloader.encrypted_password: Skipped > _intf.storage._bootloader.errors: [] > _intf.storage._bootloader.stage1_device: None > _intf.storage._bootloader._timeout: None > _intf.storage._bootloader.stage1_disk: Already dumped (DiskDevice instance) > _intf.storage._bootloader.password: None > _intf.storage._bootloader.dracut_args: > _intf.storage._bootloader.boot_args: $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) > _intf.storage._bootloader.linux_images: [] > _intf.storage.devicetree: Already dumped (DeviceTree instance) > _intf.storage._dumpFile: /tmp/storage.state > _intf.storage.ksdata: Already dumped (AnacondaKSHandler instance) > _intf.storage.services: set([]) > _intf.storage.encryptionPassphrase: None > _intf.storage.encryptionCipher: None > _intf.storage.doAutoPart: False > _intf.storage.encryptionRetrofit: False > _intf.storage._nextID: 1 > _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 (0x7f2ad0677950) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = xfs encrypted = True > size = 1024 maxSize = 51200 grow = True > >, PartSpec instance (0x7f2ad0677910) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = xfs encrypted = True > size = 500 maxSize = None grow = True > >, PartSpec instance (0x7f2ad06779d0) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = xfs encrypted = False > size = 500 maxSize = None grow = False > >, PartSpec instance (0x7f2ad0677a10) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >, PartSpec instance (0x7f2ad0677a50) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 0 maxSize = None grow = False > >] > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.encryptedAutoPart: False > _intf._isFinal: False > _intf._distributionText: <function distributionText at 0x7f2af0e0eb18> > _intf._ui: None > _intf._actions: Skipped > _intf.payload: YumPayload instance, containing members: > _intf.payload._groups: None > _intf.payload._yum: Skipped > _intf.payload.storage: Already dumped (Blivet instance) > _intf.payload.install_device: None > _intf.payload._root_dir: /tmp/yum.root > _intf.payload._repos_dir: /etc/yum.repos.d,/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anaconda.repos.d > _intf.payload._packages: [] > _intf.payload._requiredPackages: [] > _intf.payload._requiredGroups: [] > _intf.payload._setup: True > _intf.payload.txID: None > _intf.payload.default_repos: [red hat enterprise linux, rawhide] > _intf.payload._createdInitrds: False > _intf.payload._space_required: 3 GB > _intf.payload.data: Already dumped (AnacondaKSHandler instance) > _intf.payload._kernelVersionList: [] > _intf._currentAction: SummaryHub instance, containing members: > _intf._currentAction._window: HubWindow instance, containing members: > _intf._currentAction._spokes: {'SoftwareSelectionSpoke': SoftwareSelectionSpoke instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes._tx_id: None > _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 (Blivet 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._origEnvironment: None > _intf._currentAction._spokes._selectFlag: False > _intf._currentAction._spokes._errorMsgs: None > _intf._currentAction._spokes.excludedGroups: [] > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.environment: None >, 'FilterSpoke': FilterSpoke instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes._store: ListStore instance, containing members: > _intf._currentAction._spokes.applyOnSkip: True > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.selector: None > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._notebook: Notebook instance, containing members: > _intf._currentAction._spokes.pages: [SearchPage instance, containing members: > _lunEntry: Entry instance, containing members: > _portCombo: ComboBoxText instance, containing members: > _targetEntry: Entry instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > filterActive: False > model: TreeModelFilter instance, containing members: > _wwidEntry: Entry instance, containing members: >, MultipathPage instance, containing members: > _wwidEntry: Entry instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > filterActive: False > model: TreeModelFilter instance, containing members: > _icCombo: ComboBoxText instance, containing members: > _vendorCombo: ComboBoxText instance, containing members: >, OtherPage instance, containing members: > storage: Already dumped (Blivet instance) > builder: Already dumped (Builder instance) > _idEntry: Entry instance, containing members: > filterActive: False > model: TreeModelFilter instance, containing members: > _icCombo: ComboBoxText instance, containing members: > _vendorCombo: ComboBoxText instance, containing members: >, RaidPage instance, containing members: > filterActive: False > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > model: TreeModelFilter instance, containing members: >, ZPage instance, containing members: > filterActive: False > _isS390: False > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > model: TreeModelFilter instance, containing members: >] > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._addDisksButton: None >, 'NetworkSpoke': NetworkSpoke instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: False > _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 (Blivet instance) > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.network_control_box: NetworkControlBox instance, containing members: > _intf._currentAction._spokes.network_control_box.spoke: Already dumped (NetworkSpoke instance) > _intf._currentAction._spokes.network_control_box.builder: Already dumped (Builder instance) > _intf._currentAction._spokes.network_control_box._running_nmce: None > _intf._currentAction._spokes.network_control_box.selected_ssid: None > _intf._currentAction._spokes.network_control_box.client: Client instance, containing members: > _intf._currentAction._spokes.network_control_box.entry_hostname: Entry instance, containing members: > _intf._currentAction._spokes.network_control_box._updating_device: False >, 'KeyboardSpoke': KeyboardSpoke instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: False > _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 (Blivet 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 0x7f2acd591110>, <pyanaconda.keyboard._Layout object at 0x7f2acd591150>], BE: [<pyanaconda.keyboard._Layout object at 0x7f2acd591190>, <pyanaconda.keyboard._Layout object at 0x7f2acd5911d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd591210>, <pyanaconda.keyboard._Layout object at 0x7f2acd591290>, <pyanaconda.keyboard._Layout object at 0x7f2acd5912d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd591310>, <pyanaconda.keyboard._Layout object at 0x7f2acd591390>, <pyanaconda.keyboard._Layout object at 0x7f2acd5913d0>], BG: [<pyanaconda.keyboard._Layout object at 0x7f2acd591410>, <pyanaconda.keyboard._Layout object at 0x7f2acd591450>, <pyanaconda.keyboard._Layout object at 0x7f2acd591490>], BA: [<pyanaconda.keyboard._Layout object at 0x7f2acd58bf50>, <pyanaconda.keyboard._Layout object at 0x7f2acd58bf90>, <pyanaconda.keyboard._Layout object at 0x7f2acd58bfd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd591090>, <pyanaconda.keyboard._Layout object at 0x7f2acd5910d0>], BO: [<pyanaconda.keyboard._Layout object at 0x7f2acd5919d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd591a10>, <pyanaconda.keyboard._Layout object at 0x7f2acd591a50>, <pyanaconda.keyboard._Layout object at 0x7f2acd591a90>], BH: [<pyanaconda.keyboard._Layout object at 0x7f2acd5914d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd591550>, <pyanaconda.keyboard._Layout object at 0x7f2acd591590>, <pyanaconda.keyboard._Layout object at 0x7f2acd591610>, <pyanaconda.keyboard._Layout object at 0x7f2acd591690>, <pyanaconda.keyboard._Layout object at 0x7f2acd5916d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd591710>], BT: [<pyanaconda.keyboard._Layout object at 0x7f2acd591d10>], BW: [<pyanaconda.keyboard._Layout object at 0x7f2acd591d50>], BR: [<pyanaconda.keyboard._Layout object at 0x7f2acd591ad0>, <pyanaconda.keyboard._Layout object at 0x7f2acd591b10>, <pyanaconda.keyboard._Layout object at 0x7f2acd591b90>, <pyanaconda.keyboard._Layout object at 0x7f2acd591bd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd591c50>, <pyanaconda.keyboard._Layout object at 0x7f2acd591c90>], BY: [<pyanaconda.keyboard._Layout object at 0x7f2acd591d90>, <pyanaconda.keyboard._Layout object at 0x7f2acd591dd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd591e10>], RU: [<pyanaconda.keyboard._Layout object at 0x7f2acd594e50>, <pyanaconda.keyboard._Layout object at 0x7f2acd594e90>, <pyanaconda.keyboard._Layout object at 0x7f2acd594ed0>, <pyanaconda.keyboard._Layout object at 0x7f2acd594f10>, <pyanaconda.keyboard._Layout object at 0x7f2acd594f90>, <pyanaconda.keyboard._Layout object at 0x7f2acd594fd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd598050>, <pyanaconda.keyboard._Layout object at 0x7f2acd5980d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd598110>, <pyanaconda.keyboard._Layout object at 0x7f2acd598190>, <pyanaconda.keyboard._Layout object at 0x7f2acd598210>, <pyanaconda.keyboard._Layout object at 0x7f2acd598250>, <pyanaconda.keyboard._Layout object at 0x7f2acd598290>, <pyanaconda.keyboard._Layout object at 0x7f2acd5982d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd598310>, <pyanaconda.keyboard._Layout object at 0x7f2acd598350>, <pyanaconda.keyboard._Layout object at 0x7f2acd598390>, <pyanaconda.keyboard._Layout object at 0x7f2acd5983d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd598410>, <pyanaconda.keyboard._Layout object at 0x7f2acd598450>], RS: [<pyanaconda.keyboard._Layout object at 0x7f2acd59a250>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a290>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a310>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a350>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a390>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a3d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a410>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a450>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a490>], RO: [<pyanaconda.keyboard._Layout object at 0x7f2acd5948d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd594910>, <pyanaconda.keyboard._Layout object at 0x7f2acd594950>, <pyanaconda.keyboard._Layout object at 0x7f2acd594990>, <pyanaconda.keyboard._Layout object at 0x7f2acd5949d0>], GT: [<pyanaconda.keyboard._Layout object at 0x7f2acd5b18d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1910>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1950>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1990>], GR: [<pyanaconda.keyboard._Layout object at 0x7f2acd5b16d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1750>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1790>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b17d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1890>], JP: [<pyanaconda.keyboard._Layout object at 0x7f2acd594110>, <pyanaconda.keyboard._Layout object at 0x7f2acd594150>, <pyanaconda.keyboard._Layout object at 0x7f2acd5941d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd594210>, <pyanaconda.keyboard._Layout object at 0x7f2acd594250>, <pyanaconda.keyboard._Layout object at 0x7f2acd594290>, <pyanaconda.keyboard._Layout object at 0x7f2acd5942d0>], GE: [<pyanaconda.keyboard._Layout object at 0x7f2acd5adf50>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1250>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b12d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1310>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1350>], GB: [<pyanaconda.keyboard._Layout object at 0x7f2acd5adf90>, <pyanaconda.keyboard._Layout object at 0x7f2acd5adfd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1050>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1090>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1110>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1150>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1190>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b11d0>], GN: [<pyanaconda.keyboard._Layout object at 0x7f2acd5b1690>], GH: [<pyanaconda.keyboard._Layout object at 0x7f2acd5b1410>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1450>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1490>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b14d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1510>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1550>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1590>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b15d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1610>], OM: [<pyanaconda.keyboard._Layout object at 0x7f2acd5b19d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1a50>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1a90>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1b10>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1b90>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1bd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5b1c10>], TN: [<pyanaconda.keyboard._Layout object at 0x7f2acd5a1ed0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1f50>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1f90>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5050>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a50d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5110>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5150>], JO: [<pyanaconda.keyboard._Layout object at 0x7f2acd591e50>, <pyanaconda.keyboard._Layout object at 0x7f2acd591ed0>, <pyanaconda.keyboard._Layout object at 0x7f2acd591f10>, <pyanaconda.keyboard._Layout object at 0x7f2acd591f90>, <pyanaconda.keyboard._Layout object at 0x7f2acd594050>, <pyanaconda.keyboard._Layout object at 0x7f2acd594090>, <pyanaconda.keyboard._Layout object at 0x7f2acd5940d0>], HR: [<pyanaconda.keyboard._Layout object at 0x7f2acd57fb10>, <pyanaconda.keyboard._Layout object at 0x7f2acd57fb50>, <pyanaconda.keyboard._Layout object at 0x7f2acd57fb90>, <pyanaconda.keyboard._Layout object at 0x7f2acd57fc10>, <pyanaconda.keyboard._Layout object at 0x7f2acd57fc50>], HT: [<pyanaconda.keyboard._Layout object at 0x7f2acd57fc90>, <pyanaconda.keyboard._Layout object at 0x7f2acd57fcd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd57fd10>, <pyanaconda.keyboard._Layout object at 0x7f2acd57fd50>], HU: [<pyanaconda.keyboard._Layout object at 0x7f2acd57fd90>, <pyanaconda.keyboard._Layout object at 0x7f2acd57fdd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd57fe10>, <pyanaconda.keyboard._Layout object at 0x7f2acd57fe90>, <pyanaconda.keyboard._Layout object at 0x7f2acd57fed0>, <pyanaconda.keyboard._Layout object at 0x7f2acd57ff10>, <pyanaconda.keyboard._Layout object at 0x7f2acd57ff50>, <pyanaconda.keyboard._Layout object at 0x7f2acd57ff90>, <pyanaconda.keyboard._Layout object at 0x7f2acd57ffd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd585050>, <pyanaconda.keyboard._Layout object at 0x7f2acd585090>, <pyanaconda.keyboard._Layout object at 0x7f2acd5850d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd585110>, <pyanaconda.keyboard._Layout object at 0x7f2acd585150>, <pyanaconda.keyboard._Layout object at 0x7f2acd585190>, <pyanaconda.keyboard._Layout object at 0x7f2acd5851d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd585210>, <pyanaconda.keyboard._Layout object at 0x7f2acd585250>, <pyanaconda.keyboard._Layout object at 0x7f2acd585290>, <pyanaconda.keyboard._Layout object at 0x7f2acd5852d0>], HN: [<pyanaconda.keyboard._Layout object at 0x7f2acd57f910>, <pyanaconda.keyboard._Layout object at 0x7f2acd57f950>, <pyanaconda.keyboard._Layout object at 0x7f2acd57f990>, <pyanaconda.keyboard._Layout object at 0x7f2acd57f9d0>], PR: [<pyanaconda.keyboard._Layout object at 0x7f2acd585f50>, <pyanaconda.keyboard._Layout object at 0x7f2acd585f90>, <pyanaconda.keyboard._Layout object at 0x7f2acd585fd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd586050>], PS: [<pyanaconda.keyboard._Layout object at 0x7f2acd586090>, <pyanaconda.keyboard._Layout object at 0x7f2acd586110>, <pyanaconda.keyboard._Layout object at 0x7f2acd586150>, <pyanaconda.keyboard._Layout object at 0x7f2acd5861d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd586250>, <pyanaconda.keyboard._Layout object at 0x7f2acd586290>, <pyanaconda.keyboard._Layout object at 0x7f2acd5862d0>], PT: [<pyanaconda.keyboard._Layout object at 0x7f2acd586490>, <pyanaconda.keyboard._Layout object at 0x7f2acd5864d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd586550>, <pyanaconda.keyboard._Layout object at 0x7f2acd586590>, <pyanaconda.keyboard._Layout object at 0x7f2acd5865d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd586610>, <pyanaconda.keyboard._Layout object at 0x7f2acd586650>, <pyanaconda.keyboard._Layout object at 0x7f2acd5866d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd586710>], PY: [<pyanaconda.keyboard._Layout object at 0x7f2acd586990>, <pyanaconda.keyboard._Layout object at 0x7f2acd5869d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd586a10>, <pyanaconda.keyboard._Layout object at 0x7f2acd586a50>], PA: [<pyanaconda.keyboard._Layout object at 0x7f2acd57f810>, <pyanaconda.keyboard._Layout object at 0x7f2acd57f850>, <pyanaconda.keyboard._Layout object at 0x7f2acd57f890>, <pyanaconda.keyboard._Layout object at 0x7f2acd57f8d0>], UY: [<pyanaconda.keyboard._Layout object at 0x7f2acd5ad210>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad250>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad290>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad2d0>], PE: [<pyanaconda.keyboard._Layout object at 0x7f2acd57fa10>, <pyanaconda.keyboard._Layout object at 0x7f2acd57fa50>, <pyanaconda.keyboard._Layout object at 0x7f2acd57fa90>, <pyanaconda.keyboard._Layout object at 0x7f2acd57fad0>], PK: [<pyanaconda.keyboard._Layout object at 0x7f2acd585650>, <pyanaconda.keyboard._Layout object at 0x7f2acd5856d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd585710>, <pyanaconda.keyboard._Layout object at 0x7f2acd585750>, <pyanaconda.keyboard._Layout object at 0x7f2acd585790>], PH: [<pyanaconda.keyboard._Layout object at 0x7f2acd585310>, <pyanaconda.keyboard._Layout object at 0x7f2acd585350>, <pyanaconda.keyboard._Layout object at 0x7f2acd5853d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd585410>, <pyanaconda.keyboard._Layout object at 0x7f2acd585450>, <pyanaconda.keyboard._Layout object at 0x7f2acd585490>, <pyanaconda.keyboard._Layout object at 0x7f2acd5854d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd585510>, <pyanaconda.keyboard._Layout object at 0x7f2acd585550>, <pyanaconda.keyboard._Layout object at 0x7f2acd585590>], PL: [<pyanaconda.keyboard._Layout object at 0x7f2acd5857d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd585850>, <pyanaconda.keyboard._Layout object at 0x7f2acd5858d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd585950>, <pyanaconda.keyboard._Layout object at 0x7f2acd585990>, <pyanaconda.keyboard._Layout object at 0x7f2acd5859d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd585a10>, <pyanaconda.keyboard._Layout object at 0x7f2acd585a50>, <pyanaconda.keyboard._Layout object at 0x7f2acd585a90>, <pyanaconda.keyboard._Layout object at 0x7f2acd585ad0>], EH: [<pyanaconda.keyboard._Layout object at 0x7f2acd5a1bd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1c50>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1c90>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1d10>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1d90>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1dd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1e10>], EE: [<pyanaconda.keyboard._Layout object at 0x7f2acd5a17d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1810>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1890>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a18d0>], EG: [<pyanaconda.keyboard._Layout object at 0x7f2acd5a1910>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1990>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a19d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1a50>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1ad0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1b10>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1b50>], ZA: [<pyanaconda.keyboard._Layout object at 0x7f2acd594650>], EC: [<pyanaconda.keyboard._Layout object at 0x7f2acd5a1450>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1490>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a14d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1510>], IT: [<pyanaconda.keyboard._Layout object at 0x7f2acd58bd90>, <pyanaconda.keyboard._Layout object at 0x7f2acd58bdd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd58be50>, <pyanaconda.keyboard._Layout object at 0x7f2acd58be90>, <pyanaconda.keyboard._Layout object at 0x7f2acd58bed0>, <pyanaconda.keyboard._Layout object at 0x7f2acd58bf10>], ET: [<pyanaconda.keyboard._Layout object at 0x7f2acd5a5f90>], ES: [<pyanaconda.keyboard._Layout object at 0x7f2acd5a5d10>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5d50>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5e10>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5e50>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5e90>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5ed0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5f10>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5f50>], ME: [<pyanaconda.keyboard._Layout object at 0x7f2acd5a5ad0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5b10>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5b50>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5bd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5c10>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5c50>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5c90>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5cd0>], MD: [<pyanaconda.keyboard._Layout object at 0x7f2acd5a5a50>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5a90>], MA: [<pyanaconda.keyboard._Layout object at 0x7f2acd5a54d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5510>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5550>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5590>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a55d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5610>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5650>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5690>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a56d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5750>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5790>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5810>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5890>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a58d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5910>], UZ: [<pyanaconda.keyboard._Layout object at 0x7f2acd5ad310>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad350>], MM: [<pyanaconda.keyboard._Layout object at 0x7f2acd5aa210>], ML: [<pyanaconda.keyboard._Layout object at 0x7f2acd5aa110>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aa150>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aa190>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aa1d0>], MN: [<pyanaconda.keyboard._Layout object at 0x7f2acd5aa4d0>], MK: [<pyanaconda.keyboard._Layout object at 0x7f2acd5aa050>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aa090>], MT: [<pyanaconda.keyboard._Layout object at 0x7f2acd5aa790>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aa7d0>], MV: [<pyanaconda.keyboard._Layout object at 0x7f2acd5aa810>], MR: [<pyanaconda.keyboard._Layout object at 0x7f2acd5aa510>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aa590>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aa5d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aa650>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aa6d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aa710>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aa750>], UA: [<pyanaconda.keyboard._Layout object at 0x7f2acd5aa250>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aa290>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aa2d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aa350>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aa390>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aa3d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aa410>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aa450>], MX: [<pyanaconda.keyboard._Layout object at 0x7f2acd5aa850>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aa890>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aa8d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aa910>], IL: [<pyanaconda.keyboard._Layout object at 0x7f2acd586cd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd586d10>, <pyanaconda.keyboard._Layout object at 0x7f2acd586d50>, <pyanaconda.keyboard._Layout object at 0x7f2acd586d90>], FR: [<pyanaconda.keyboard._Layout object at 0x7f2acd5ad490>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad4d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad550>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad590>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad5d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad650>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad690>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad6d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad710>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad750>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad790>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad7d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad850>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad890>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad910>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad950>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad990>], FI: [<pyanaconda.keyboard._Layout object at 0x7f2acd5aa950>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aa990>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aa9d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aaa50>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aaa90>], FO: [<pyanaconda.keyboard._Layout object at 0x7f2acd5ad150>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad190>], NI: [<pyanaconda.keyboard._Layout object at 0x7f2acd5ad9d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ada10>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ada50>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ada90>], NL: [<pyanaconda.keyboard._Layout object at 0x7f2acd5adad0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5adb10>, <pyanaconda.keyboard._Layout object at 0x7f2acd5adb50>, <pyanaconda.keyboard._Layout object at 0x7f2acd5adb90>], NO: [<pyanaconda.keyboard._Layout object at 0x7f2acd5adbd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5adc10>, <pyanaconda.keyboard._Layout object at 0x7f2acd5adc90>, <pyanaconda.keyboard._Layout object at 0x7f2acd5adcd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5add10>, <pyanaconda.keyboard._Layout object at 0x7f2acd5add50>, <pyanaconda.keyboard._Layout object at 0x7f2acd5add90>, <pyanaconda.keyboard._Layout object at 0x7f2acd5addd0>], NG: [<pyanaconda.keyboard._Layout object at 0x7f2acd5ad390>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad3d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad410>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad450>], NP: [<pyanaconda.keyboard._Layout object at 0x7f2acd5ade10>], CH: [<pyanaconda.keyboard._Layout object at 0x7f2acd594690>, <pyanaconda.keyboard._Layout object at 0x7f2acd5946d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd594710>, <pyanaconda.keyboard._Layout object at 0x7f2acd594750>, <pyanaconda.keyboard._Layout object at 0x7f2acd594790>, <pyanaconda.keyboard._Layout object at 0x7f2acd5947d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd594810>, <pyanaconda.keyboard._Layout object at 0x7f2acd594850>, <pyanaconda.keyboard._Layout object at 0x7f2acd594890>], CO: [<pyanaconda.keyboard._Layout object at 0x7f2acd594d50>, <pyanaconda.keyboard._Layout object at 0x7f2acd594d90>, <pyanaconda.keyboard._Layout object at 0x7f2acd594dd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd594e10>], CN: [<pyanaconda.keyboard._Layout object at 0x7f2acd594c50>, <pyanaconda.keyboard._Layout object at 0x7f2acd594c90>, <pyanaconda.keyboard._Layout object at 0x7f2acd594cd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd594d10>], CM: [<pyanaconda.keyboard._Layout object at 0x7f2acd594b10>, <pyanaconda.keyboard._Layout object at 0x7f2acd594b50>, <pyanaconda.keyboard._Layout object at 0x7f2acd594b90>, <pyanaconda.keyboard._Layout object at 0x7f2acd594bd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd594c10>], CL: [<pyanaconda.keyboard._Layout object at 0x7f2acd594a10>, <pyanaconda.keyboard._Layout object at 0x7f2acd594a50>, <pyanaconda.keyboard._Layout object at 0x7f2acd594a90>, <pyanaconda.keyboard._Layout object at 0x7f2acd594ad0>], CA: [<pyanaconda.keyboard._Layout object at 0x7f2acd594350>, <pyanaconda.keyboard._Layout object at 0x7f2acd5943d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd594450>, <pyanaconda.keyboard._Layout object at 0x7f2acd594490>, <pyanaconda.keyboard._Layout object at 0x7f2acd5944d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd594550>, <pyanaconda.keyboard._Layout object at 0x7f2acd594590>, <pyanaconda.keyboard._Layout object at 0x7f2acd5945d0>], CD: [<pyanaconda.keyboard._Layout object at 0x7f2acd594610>], CZ: [<pyanaconda.keyboard._Layout object at 0x7f2acd598850>, <pyanaconda.keyboard._Layout object at 0x7f2acd598890>, <pyanaconda.keyboard._Layout object at 0x7f2acd598910>, <pyanaconda.keyboard._Layout object at 0x7f2acd598950>, <pyanaconda.keyboard._Layout object at 0x7f2acd598990>, <pyanaconda.keyboard._Layout object at 0x7f2acd5989d0>], CR: [<pyanaconda.keyboard._Layout object at 0x7f2acd598490>, <pyanaconda.keyboard._Layout object at 0x7f2acd5984d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd598510>, <pyanaconda.keyboard._Layout object at 0x7f2acd598550>], CU: [<pyanaconda.keyboard._Layout object at 0x7f2acd5986d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd598710>, <pyanaconda.keyboard._Layout object at 0x7f2acd598750>, <pyanaconda.keyboard._Layout object at 0x7f2acd598790>], SY: [<pyanaconda.keyboard._Layout object at 0x7f2acd59f690>, <pyanaconda.keyboard._Layout object at 0x7f2acd59f6d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd59f710>, <pyanaconda.keyboard._Layout object at 0x7f2acd59f750>, <pyanaconda.keyboard._Layout object at 0x7f2acd59f790>, <pyanaconda.keyboard._Layout object at 0x7f2acd59f7d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd59f810>, <pyanaconda.keyboard._Layout object at 0x7f2acd59f890>, <pyanaconda.keyboard._Layout object at 0x7f2acd59f8d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd59f950>, <pyanaconda.keyboard._Layout object at 0x7f2acd59f9d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd59fa10>, <pyanaconda.keyboard._Layout object at 0x7f2acd59fa50>], KG: [<pyanaconda.keyboard._Layout object at 0x7f2acd598650>, <pyanaconda.keyboard._Layout object at 0x7f2acd598690>], KE: [<pyanaconda.keyboard._Layout object at 0x7f2acd5985d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd598610>], KH: [<pyanaconda.keyboard._Layout object at 0x7f2acd5987d0>], SV: [<pyanaconda.keyboard._Layout object at 0x7f2acd59f2d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd59f310>, <pyanaconda.keyboard._Layout object at 0x7f2acd59f350>, <pyanaconda.keyboard._Layout object at 0x7f2acd59f390>], SK: [<pyanaconda.keyboard._Layout object at 0x7f2acd59a810>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a850>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a8d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a910>], KR: [<pyanaconda.keyboard._Layout object at 0x7f2acd598f10>, <pyanaconda.keyboard._Layout object at 0x7f2acd598f50>], SI: [<pyanaconda.keyboard._Layout object at 0x7f2acd59a4d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a510>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a550>], KW: [<pyanaconda.keyboard._Layout object at 0x7f2acd59a590>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a610>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a650>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a6d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a750>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a790>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a7d0>], SN: [<pyanaconda.keyboard._Layout object at 0x7f2acd59f050>], KZ: [<pyanaconda.keyboard._Layout object at 0x7f2acd59af50>, <pyanaconda.keyboard._Layout object at 0x7f2acd59af90>, <pyanaconda.keyboard._Layout object at 0x7f2acd59afd0>], SA: [<pyanaconda.keyboard._Layout object at 0x7f2acd598810>, <pyanaconda.keyboard._Layout object at 0x7f2acd598a90>, <pyanaconda.keyboard._Layout object at 0x7f2acd598ad0>, <pyanaconda.keyboard._Layout object at 0x7f2acd598b50>, <pyanaconda.keyboard._Layout object at 0x7f2acd598bd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd598c10>, <pyanaconda.keyboard._Layout object at 0x7f2acd598c50>], SE: [<pyanaconda.keyboard._Layout object at 0x7f2acd598f90>, <pyanaconda.keyboard._Layout object at 0x7f2acd598fd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a090>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a0d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a110>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a150>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a190>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a1d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a210>], SD: [<pyanaconda.keyboard._Layout object at 0x7f2acd598c90>, <pyanaconda.keyboard._Layout object at 0x7f2acd598d10>, <pyanaconda.keyboard._Layout object at 0x7f2acd598d50>, <pyanaconda.keyboard._Layout object at 0x7f2acd598dd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd598e50>, <pyanaconda.keyboard._Layout object at 0x7f2acd598e90>, <pyanaconda.keyboard._Layout object at 0x7f2acd598ed0>], DO: [<pyanaconda.keyboard._Layout object at 0x7f2acd59fa90>, <pyanaconda.keyboard._Layout object at 0x7f2acd59fad0>, <pyanaconda.keyboard._Layout object at 0x7f2acd59fb10>, <pyanaconda.keyboard._Layout object at 0x7f2acd59fb50>], DK: [<pyanaconda.keyboard._Layout object at 0x7f2acd59f090>, <pyanaconda.keyboard._Layout object at 0x7f2acd59f0d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd59f150>, <pyanaconda.keyboard._Layout object at 0x7f2acd59f190>, <pyanaconda.keyboard._Layout object at 0x7f2acd59f210>], DE: [<pyanaconda.keyboard._Layout object at 0x7f2acd59a950>, <pyanaconda.keyboard._Layout object at 0x7f2acd59a9d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd59aa10>, <pyanaconda.keyboard._Layout object at 0x7f2acd59aa50>, <pyanaconda.keyboard._Layout object at 0x7f2acd59aad0>, <pyanaconda.keyboard._Layout object at 0x7f2acd59ab10>, <pyanaconda.keyboard._Layout object at 0x7f2acd59ab50>, <pyanaconda.keyboard._Layout object at 0x7f2acd59abd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd59ac10>, <pyanaconda.keyboard._Layout object at 0x7f2acd59ac90>, <pyanaconda.keyboard._Layout object at 0x7f2acd59acd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd59ad10>, <pyanaconda.keyboard._Layout object at 0x7f2acd59ad50>, <pyanaconda.keyboard._Layout object at 0x7f2acd59ad90>, <pyanaconda.keyboard._Layout object at 0x7f2acd59ae50>, <pyanaconda.keyboard._Layout object at 0x7f2acd59ae90>, <pyanaconda.keyboard._Layout object at 0x7f2acd59af10>], YE: [<pyanaconda.keyboard._Layout object at 0x7f2acd591750>, <pyanaconda.keyboard._Layout object at 0x7f2acd5917d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd591810>, <pyanaconda.keyboard._Layout object at 0x7f2acd591890>, <pyanaconda.keyboard._Layout object at 0x7f2acd591910>, <pyanaconda.keyboard._Layout object at 0x7f2acd591950>, <pyanaconda.keyboard._Layout object at 0x7f2acd591990>], DZ: [<pyanaconda.keyboard._Layout object at 0x7f2acd59fc50>, <pyanaconda.keyboard._Layout object at 0x7f2acd59fcd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd59fd10>, <pyanaconda.keyboard._Layout object at 0x7f2acd59fd90>, <pyanaconda.keyboard._Layout object at 0x7f2acd59fe10>, <pyanaconda.keyboard._Layout object at 0x7f2acd59fe50>, <pyanaconda.keyboard._Layout object at 0x7f2acd59fe90>], US: [<pyanaconda.keyboard._Layout object at 0x7f2acd5aaad0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aab10>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aab50>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aab90>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aabd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aac10>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aac50>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aac90>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aacd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aad10>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aad50>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aad90>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aadd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aae10>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aae50>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aae90>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aaed0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aaf50>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aaf90>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aafd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad050>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad090>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad0d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ad110>], LB: [<pyanaconda.keyboard._Layout object at 0x7f2acd59f3d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd59f450>, <pyanaconda.keyboard._Layout object at 0x7f2acd59f490>, <pyanaconda.keyboard._Layout object at 0x7f2acd59f510>, <pyanaconda.keyboard._Layout object at 0x7f2acd59f590>, <pyanaconda.keyboard._Layout object at 0x7f2acd59f5d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd59f610>], LA: [<pyanaconda.keyboard._Layout object at 0x7f2acd59f250>, <pyanaconda.keyboard._Layout object at 0x7f2acd59f290>], TW: [<pyanaconda.keyboard._Layout object at 0x7f2acd5a5950>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5990>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5a10>], TR: [<pyanaconda.keyboard._Layout object at 0x7f2acd5a5190>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a51d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5250>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5290>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a52d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5310>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5350>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5390>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a53d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5410>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a5450>], LK: [<pyanaconda.keyboard._Layout object at 0x7f2acd59fb90>, <pyanaconda.keyboard._Layout object at 0x7f2acd59fbd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd59fc10>], LV: [<pyanaconda.keyboard._Layout object at 0x7f2acd5a1150>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1190>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1210>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1250>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1290>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1310>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1350>], LT: [<pyanaconda.keyboard._Layout object at 0x7f2acd59fed0>, <pyanaconda.keyboard._Layout object at 0x7f2acd59ff10>, <pyanaconda.keyboard._Layout object at 0x7f2acd59ff50>, <pyanaconda.keyboard._Layout object at 0x7f2acd59ff90>, <pyanaconda.keyboard._Layout object at 0x7f2acd59ffd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1050>], TM: [<pyanaconda.keyboard._Layout object at 0x7f2acd5a1b90>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1e90>], TJ: [<pyanaconda.keyboard._Layout object at 0x7f2acd5a1390>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1410>], TH: [<pyanaconda.keyboard._Layout object at 0x7f2acd5a1090>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a10d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1110>], LY: [<pyanaconda.keyboard._Layout object at 0x7f2acd5a1550>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a15d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1610>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1690>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1710>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1750>, <pyanaconda.keyboard._Layout object at 0x7f2acd5a1790>], AE: [<pyanaconda.keyboard._Layout object at 0x7f2acd585b10>, <pyanaconda.keyboard._Layout object at 0x7f2acd585b90>, <pyanaconda.keyboard._Layout object at 0x7f2acd585bd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd585c50>, <pyanaconda.keyboard._Layout object at 0x7f2acd585cd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd585d10>, <pyanaconda.keyboard._Layout object at 0x7f2acd585d50>], VE: [<pyanaconda.keyboard._Layout object at 0x7f2acd5ade50>, <pyanaconda.keyboard._Layout object at 0x7f2acd5ade90>, <pyanaconda.keyboard._Layout object at 0x7f2acd5aded0>, <pyanaconda.keyboard._Layout object at 0x7f2acd5adf10>], AF: [<pyanaconda.keyboard._Layout object at 0x7f2acd585dd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd585e10>, <pyanaconda.keyboard._Layout object at 0x7f2acd585e50>, <pyanaconda.keyboard._Layout object at 0x7f2acd585e90>, <pyanaconda.keyboard._Layout object at 0x7f2acd585ed0>, <pyanaconda.keyboard._Layout object at 0x7f2acd585f10>], IQ: [<pyanaconda.keyboard._Layout object at 0x7f2acd58b910>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b950>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b990>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b9d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd58ba10>], IS: [<pyanaconda.keyboard._Layout object at 0x7f2acd58bc10>, <pyanaconda.keyboard._Layout object at 0x7f2acd58bc50>, <pyanaconda.keyboard._Layout object at 0x7f2acd58bc90>, <pyanaconda.keyboard._Layout object at 0x7f2acd58bd10>, <pyanaconda.keyboard._Layout object at 0x7f2acd58bd50>], IR: [<pyanaconda.keyboard._Layout object at 0x7f2acd58ba50>, <pyanaconda.keyboard._Layout object at 0x7f2acd58ba90>, <pyanaconda.keyboard._Layout object at 0x7f2acd58bb10>, <pyanaconda.keyboard._Layout object at 0x7f2acd58bb50>, <pyanaconda.keyboard._Layout object at 0x7f2acd58bb90>, <pyanaconda.keyboard._Layout object at 0x7f2acd58bbd0>], AM: [<pyanaconda.keyboard._Layout object at 0x7f2acd586310>, <pyanaconda.keyboard._Layout object at 0x7f2acd586350>, <pyanaconda.keyboard._Layout object at 0x7f2acd586390>, <pyanaconda.keyboard._Layout object at 0x7f2acd5863d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd586410>, <pyanaconda.keyboard._Layout object at 0x7f2acd586450>], AL: [<pyanaconda.keyboard._Layout object at 0x7f2acd586790>], VN: [<pyanaconda.keyboard._Layout object at 0x7f2acd5b1390>], AR: [<pyanaconda.keyboard._Layout object at 0x7f2acd586bd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd586c10>, <pyanaconda.keyboard._Layout object at 0x7f2acd586c50>, <pyanaconda.keyboard._Layout object at 0x7f2acd586c90>], AT: [<pyanaconda.keyboard._Layout object at 0x7f2acd586a90>, <pyanaconda.keyboard._Layout object at 0x7f2acd586ad0>, <pyanaconda.keyboard._Layout object at 0x7f2acd586b50>, <pyanaconda.keyboard._Layout object at 0x7f2acd586b90>], IN: [<pyanaconda.keyboard._Layout object at 0x7f2acd58b110>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b190>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b1d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b210>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b250>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b290>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b2d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b310>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b350>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b390>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b3d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b410>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b450>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b490>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b4d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b550>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b590>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b5d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b650>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b690>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b6d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b750>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b790>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b810>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b850>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b890>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b8d0>], TZ: [<pyanaconda.keyboard._Layout object at 0x7f2acd5a5fd0>], AZ: [<pyanaconda.keyboard._Layout object at 0x7f2acd586dd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd586e10>], IE: [<pyanaconda.keyboard._Layout object at 0x7f2acd5867d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd586810>, <pyanaconda.keyboard._Layout object at 0x7f2acd586890>, <pyanaconda.keyboard._Layout object at 0x7f2acd5868d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd586910>], QA: [<pyanaconda.keyboard._Layout object at 0x7f2acd586e50>, <pyanaconda.keyboard._Layout object at 0x7f2acd586ed0>, <pyanaconda.keyboard._Layout object at 0x7f2acd586f10>, <pyanaconda.keyboard._Layout object at 0x7f2acd586f90>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b050>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b090>, <pyanaconda.keyboard._Layout object at 0x7f2acd58b0d0>]} > _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)), pl (szl): Poland (Silesian), ge (mess): Georgian (Georgian (MESS)), gh: English (English (Ghana)), tz: Swahili (Swahili (Tanzania)), gh (avn): Ghana (Avatime), 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)), de (mac): German (German (Macintosh)), ml (us-intl): English (English (Mali, US international)), ro (std): Romanian (Romanian (standard)), 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): Irish (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)), no (colemak): Norwegian (Norwegian (Colemak)), cz (qwerty_bksl): Czech (Czech (qwerty, extended Backslash)), de (legacy): German (German (legacy)), 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)), tw: Taiwan, Province of China (Taiwanese), 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)), ru (bak): Bashkir (Bashkirian), 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)), tw (indigenous): Taiwan, Province of China (Taiwanese (indigenous)), is: Icelandic (Icelandic), no (mac): Norwegian (Norwegian (Macintosh)), se (swl): Sweden (Swedish Sign Language), se (dvorak): Swedish (Swedish (Dvorak)), ua (rstu_ru): Ukrainian (Russian (Ukraine, standard RSTU)), me: Serbian (Montenegrin), md: Romanian (Moldavian), ma: Morocco (Arabic (Morocco)), 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)), mn: Mongolian (Mongolian), 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)), us (workman-intl): English (English (Workman, international with dead keys)), se: Swedish (Swedish), ml (fr-oss): French (French (Mali, alternative)), 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)), pk (snd): Sindhi (Sindhi), 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)), rs (rue): Serbia (Pannonian Rusyn (homophonic)), 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)), ru (mac): Russian (Russian (Macintosh)), de (T3): German (German (T3)), 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)), lk (tam_TAB): Tamil (Tamil (Sri Lanka, TAB Typewriter)), 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): English (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)), ph (colemak-bay): Filipino; Pilipino (Filipino (Colemak Baybayin)), 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)), tr (crh): Crimean Tatar; Crimean Turkish (Crimean Tatar (Turkish Q)), 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)), md (gag): Moldova, Republic of (Moldavian (Gagauz)), gh (hausa): Hausa (Hausa), tr (ku): Kurdish (Kurdish (Turkey, Latin Q)), cz (qwerty): Czech (Czech (qwerty)), it (nodeadkeys): Italian (Italian (eliminate dead keys)), us (workman): English (English (Workman)), ara: Arabic (Arabic), ke (kik): Kikuyu; Gikuyu (Kikuyu), latam (deadtilde): Spanish; Castilian (Spanish (Latin American, include dead tilde)), us (colemak): English (English (Colemak)), ca (multix): French (Canadian Multilingual), ru (udm): Udmurt (Udmurt), hr (unicodeus): Croatian (Croatian (US keyboard with Croatian digraphs)), 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)), hr (us): Croatian (Croatian (US keyboard with Croatian letters)), 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), in: India (Indian), 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), af (fa-olpc): Afghanistan (Persian (Afghanistan, Dari OLPC)), 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)), tw (saisiyat): Taiwan, Province of China (Saisiyat (Taiwan)), pl (legacy): Polish (Polish (legacy)), 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)), hr (unicode): Croatian (Croatian (use Croatian digraphs)), 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), hr (alternatequotes): Croatian (Croatian (use guillemets for quotes)), 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)), it (ibm): Italian (Italian (IBM 142)), ru (os_legacy): Ossetian; Ossetic (Ossetian (legacy)), se (mac): Swedish (Swedish (Macintosh)), gb (intl): English (English (UK, international with dead keys)), ee: Estonian (Estonian), hr: Croatian (Croatian), 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)), af: Afghanistan (Afghani), 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), 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 0x7f2ac9bb1510>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1550>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb15d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1610>], Telugu: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bbe3d0>], Uighur; Uyghur: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bb1a50>], Pushto; Pashto: [<pyanaconda.keyboard._Layout object at 0x7f2ac9babfd0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1050>], Panjabi; Punjabi: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bc6650>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc6690>], Bulgarian: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bbe610>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbe650>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbe690>], Yoruba: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bc1150>], Bambara: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bdc210>], French: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bb3810>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3850>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3890>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3950>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3990>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3a50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3ad0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3b10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3b50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3b90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3bd0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3c10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3c50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3cd0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3d50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3d90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3dd0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3e50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3e90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3f10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3f50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3f90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8050>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8090>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb80d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8110>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8150>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8190>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb81d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8290>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8310>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb83d0>], Duala: [], Bengali: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bb34d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3590>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb35d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3610>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3650>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3690>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb36d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3750>], Basa: [], Spanish; Castilian: [<pyanaconda.keyboard._Layout object at 0x7f2ac9babdd0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9babe10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9babc50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9babc90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bab810>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bab890>, <pyanaconda.keyboard._Layout object at 0x7f2ac9babf10>, <pyanaconda.keyboard._Layout object at 0x7f2acb83a210>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc11d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1210>], Tamil: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bdce10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdce50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdce90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdcf10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdcf50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdcf90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdcfd0>], Ossetian; Ossetic: [<pyanaconda.keyboard._Layout object at 0x7f2ad0595510>, <pyanaconda.keyboard._Layout object at 0x7f2ad0595590>, <pyanaconda.keyboard._Layout object at 0x7f2ad05955d0>], Nepali: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bbea50>], Finnish: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bb1390>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1410>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1450>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb14d0>], Albanian: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bdc650>], Hiligaynon: [], Irish, Old (to 900): [<pyanaconda.keyboard._Layout object at 0x7f2ac9bb3150>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3190>], Serbian: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bd7b90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd7bd0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd7c50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd7c90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd7cd0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd7d50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd7d90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd7dd0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd7e10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd7e50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd7e90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd7f50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd7f90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd7fd0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdc050>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdc090>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdc0d0>], Malayalam: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bc6490>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc64d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc6510>], Asturian; Bable; Leonese; Asturleonese: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bdc610>], Pangasinan: [], Italian: [<pyanaconda.keyboard._Layout object at 0x7f2ad0595c50>, <pyanaconda.keyboard._Layout object at 0x7f2ad0595dd0>, <pyanaconda.keyboard._Layout object at 0x7f2ad0595d10>, <pyanaconda.keyboard._Layout object at 0x7f2ad0595e90>, <pyanaconda.keyboard._Layout object at 0x7f2ad0595b10>], Gujarati: [<pyanaconda.keyboard._Layout object at 0x7f2acd57f7d0>], Filipino; Pilipino: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bb1090>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb10d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1150>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1190>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb11d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1210>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1290>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb12d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1310>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1350>], Amharic: [<pyanaconda.keyboard._Layout object at 0x7f2acd57d790>], German: [<pyanaconda.keyboard._Layout object at 0x7f2acd57db90>, <pyanaconda.keyboard._Layout object at 0x7f2acd57dbd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd57dc50>, <pyanaconda.keyboard._Layout object at 0x7f2acd57dc90>, <pyanaconda.keyboard._Layout object at 0x7f2acd57dcd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd57dd50>, <pyanaconda.keyboard._Layout object at 0x7f2acd57dd90>, <pyanaconda.keyboard._Layout object at 0x7f2acd57ddd0>, <pyanaconda.keyboard._Layout object at 0x7f2acd57de90>, <pyanaconda.keyboard._Layout object at 0x7f2acd57df50>, <pyanaconda.keyboard._Layout object at 0x7f2acd57df90>, <pyanaconda.keyboard._Layout object at 0x7f2acd57f090>, <pyanaconda.keyboard._Layout object at 0x7f2acd57f110>, <pyanaconda.keyboard._Layout object at 0x7f2acd57f150>, <pyanaconda.keyboard._Layout object at 0x7f2acd57f210>, <pyanaconda.keyboard._Layout object at 0x7f2acd57f2d0>], Tajik: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bc6b10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd7110>], Ga: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bbea90>], Urdu: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bbe750>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbe810>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbe850>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbe910>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbe990>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbe9d0>], Polish: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bb86d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8790>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8850>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8910>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8950>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8990>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb89d0>], Bikol: [], Swedish: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bbe410>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbe450>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbe510>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbe550>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbe590>], Chuvash: [<pyanaconda.keyboard._Layout object at 0x7f2acd57f450>, <pyanaconda.keyboard._Layout object at 0x7f2acd57f510>], Slovenian: [<pyanaconda.keyboard._Layout object at 0x7f2acd57da50>, <pyanaconda.keyboard._Layout object at 0x7f2acd57da90>, <pyanaconda.keyboard._Layout object at 0x7f2acd57dad0>], Waray: [], Ewe: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bc6c10>], Fulah: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bd7810>], Sindhi: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bb1910>], Faroese: [<pyanaconda.keyboard._Layout object at 0x7f2ad0677690>, <pyanaconda.keyboard._Layout object at 0x7f2acdca8cd0>], Danish: [<pyanaconda.keyboard._Layout object at 0x7f2ac9babb10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9babb50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9babc10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9babcd0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9babb90>], Georgian: [<pyanaconda.keyboard._Layout object at 0x7f2acd57d7d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd57d810>, <pyanaconda.keyboard._Layout object at 0x7f2acd57d890>, <pyanaconda.keyboard._Layout object at 0x7f2acd57d910>, <pyanaconda.keyboard._Layout object at 0x7f2acd57d9d0>], Kalmyk; Oirat: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bb1990>], Norwegian: [<pyanaconda.keyboard._Layout object at 0x7f2ad0595d90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd7210>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd7490>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd74d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd7510>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd7550>], Komi: [<pyanaconda.keyboard._Layout object at 0x7f2acdca8e90>], Slovak: [<pyanaconda.keyboard._Layout object at 0x7f2acd57d610>, <pyanaconda.keyboard._Layout object at 0x7f2acd57d650>, <pyanaconda.keyboard._Layout object at 0x7f2acd57d710>, <pyanaconda.keyboard._Layout object at 0x7f2acd57d750>], Thai: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bdc250>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdc2d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdc350>], Tibetan: [<pyanaconda.keyboard._Layout object at 0x7f2acd57d250>, <pyanaconda.keyboard._Layout object at 0x7f2acd57d290>], Berber languages: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bb8410>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8450>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8490>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb84d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8510>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8550>], Turkmen: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bc6350>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc6410>], Central Khmer: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bd7790>], Uzbek: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bc1190>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bab8d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bab7d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9baba90>], Burmese: [<pyanaconda.keyboard._Layout object at 0x7f2ad0595b90>], Divehi; Dhivehi; Maldivian: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bc68d0>], Latvian: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bb1650>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1690>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1710>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1750>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb17d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1850>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb18d0>], English: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bc16d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1710>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc17d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1850>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1890>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc18d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1950>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc19d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1990>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1a10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1a90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1ad0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1b10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1b50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1b90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1bd0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1c50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1cd0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1d10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1d50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1d90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1dd0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1e10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1e50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1e90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1ed0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1f50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1f90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1fd0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc6050>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc6090>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc60d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc6110>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc6150>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc61d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc6210>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc6250>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc6290>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc62d0>], Croatian: [<pyanaconda.keyboard._Layout object at 0x7f2acd57f650>, <pyanaconda.keyboard._Layout object at 0x7f2acd57f690>, <pyanaconda.keyboard._Layout object at 0x7f2acd57f6d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd57f750>, <pyanaconda.keyboard._Layout object at 0x7f2acd57f790>], Chinese: [<pyanaconda.keyboard._Layout object at 0x7f2acd57db10>], Swiss German; Alemannic; Alsatian: [<pyanaconda.keyboard._Layout object at 0x7f2acd57d090>, <pyanaconda.keyboard._Layout object at 0x7f2acd57d0d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd57d110>, <pyanaconda.keyboard._Layout object at 0x7f2acd57d150>, <pyanaconda.keyboard._Layout object at 0x7f2acd57d190>], Inuktitut: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bc6590>], Yakut: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bc6610>], Syriac: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bd7650>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd7690>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd7710>], Philippine languages: [], Igbo: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bb3210>], Arabic: [<pyanaconda.keyboard._Layout object at 0x7f2ad93e0c10>, <pyanaconda.keyboard._Layout object at 0x7f2acd783e10>, <pyanaconda.keyboard._Layout object at 0x7f2ad0595990>, <pyanaconda.keyboard._Layout object at 0x7f2ad0595c90>, <pyanaconda.keyboard._Layout object at 0x7f2ad0595b50>, <pyanaconda.keyboard._Layout object at 0x7f2ad0595f90>, <pyanaconda.keyboard._Layout object at 0x7f2ad0595fd0>, <pyanaconda.keyboard._Layout object at 0x7f2ad0595e10>], Kikuyu; Gikuyu: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bdcd50>], Swahili: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bb8c50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8d10>], Icelandic: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bb8d90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8dd0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8e10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8e90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8ed0>], Turkish: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bc66d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc6750>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc6810>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc6850>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc6890>], Cherokee: [<pyanaconda.keyboard._Layout object at 0x7f2acd57f350>], Oriya: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bc6310>], Greek, Modern (1453-): [<pyanaconda.keyboard._Layout object at 0x7f2ac9bd71d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd7290>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd72d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd7310>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd73d0>], Catalan; Valencian: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bab5d0>], Hindi: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bdcc50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdcc90>], Ewondo: [], Kashubian: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bbeb50>], Korean: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bd7410>, <pyanaconda.keyboard._Layout object at 0x7f2acdc97790>], Pampanga; Kapampangan: [], Maori: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bc65d0>], Occitan (post 1500): [<pyanaconda.keyboard._Layout object at 0x7f2ac9bbead0>], Hungarian: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bbebd0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbec10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbec50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbecd0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbed10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbed50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbed90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbedd0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbee10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbee50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbee90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbeed0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbef10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbef50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbef90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbefd0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1050>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1090>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc10d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1110>], Wolof: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bd7750>], Bosnian: [<pyanaconda.keyboard._Layout object at 0x7f2ad0595e50>, <pyanaconda.keyboard._Layout object at 0x7f2ad05959d0>, <pyanaconda.keyboard._Layout object at 0x7f2ad0595a50>, <pyanaconda.keyboard._Layout object at 0x7f2ad0595a10>, <pyanaconda.keyboard._Layout object at 0x7f2ad0595190>], Lithuanian: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bb1ad0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1b10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1b50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1b90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1bd0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1c10>], Kirghiz; Kyrgyz: [<pyanaconda.keyboard._Layout object at 0x7f2acd57d350>, <pyanaconda.keyboard._Layout object at 0x7f2acd57d390>], Sinhala; Sinhalese: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bd7150>], Russian: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bdc710>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdc750>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdc7d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdc810>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdc850>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdc890>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdc8d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdc910>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdc950>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdc990>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdc9d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdca10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdcad0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdcb10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdcb90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdcbd0>], Kazakh: [<pyanaconda.keyboard._Layout object at 0x7f2acd57d050>], Cebuano: [], Iloko: [], Armenian: [<pyanaconda.keyboard._Layout object at 0x7f2acd57d410>, <pyanaconda.keyboard._Layout object at 0x7f2acd57d450>, <pyanaconda.keyboard._Layout object at 0x7f2acd57d490>, <pyanaconda.keyboard._Layout object at 0x7f2acd57d4d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd57d510>, <pyanaconda.keyboard._Layout object at 0x7f2acd57d550>], Mari: [<pyanaconda.keyboard._Layout object at 0x7f2acd57f310>], Hausa: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bdc690>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdc6d0>], Udmurt: [<pyanaconda.keyboard._Layout object at 0x7f2ad0595ad0>], Irish: [<pyanaconda.keyboard._Layout object at 0x7f2acd57d1d0>], Czech: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bb8a10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8a50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8b10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8b50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8b90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8bd0>], Belarusian: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bb3410>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3450>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3490>], Kannada: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bdc5d0>], Macedonian: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bdc150>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdc190>], Persian: [<pyanaconda.keyboard._Layout object at 0x7f2acd57f390>, <pyanaconda.keyboard._Layout object at 0x7f2acd57f3d0>], Mongolian: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bb8690>], Dzongkha: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bd77d0>], Tagalog: [], Dutch; Flemish: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bb1d10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1d90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1dd0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1e10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1e90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1ed0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1f10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1f90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb1fd0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3050>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3090>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb30d0>], Vietnamese: [<pyanaconda.keyboard._Layout object at 0x7f2ad0595690>], Romanian: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bdc390>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdc410>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdc450>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdc490>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdc4d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdc510>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdc550>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bdc590>], Azerbaijani: [<pyanaconda.keyboard._Layout object at 0x7f2acd783f50>, <pyanaconda.keyboard._Layout object at 0x7f2acd783f90>], Northern Sami: [<pyanaconda.keyboard._Layout object at 0x7f2acd57f550>, <pyanaconda.keyboard._Layout object at 0x7f2acd57f590>, <pyanaconda.keyboard._Layout object at 0x7f2acd57f5d0>, <pyanaconda.keyboard._Layout object at 0x7f2acd57f610>], Tatar: [<pyanaconda.keyboard._Layout object at 0x7f2acd57d3d0>], Akan: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bd7590>], Lao: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bab550>, <pyanaconda.keyboard._Layout object at 0x7f2ac9babed0>], Ukrainian: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bcfe90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc94d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc9850>, <pyanaconda.keyboard._Layout object at 0x7f2ad0595390>, <pyanaconda.keyboard._Layout object at 0x7f2ad05953d0>, <pyanaconda.keyboard._Layout object at 0x7f2ad0595410>, <pyanaconda.keyboard._Layout object at 0x7f2ad0595450>, <pyanaconda.keyboard._Layout object at 0x7f2ad0595490>], Maltese: [<pyanaconda.keyboard._Layout object at 0x7f2acd57d590>, <pyanaconda.keyboard._Layout object at 0x7f2acd57d5d0>], Kurdish: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bc1250>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1290>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1310>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1350>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1390>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc13d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1450>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1490>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc14d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1510>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1550>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1590>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc15d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1610>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bc1650>], Bashkir: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bd7890>], Tswana: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bb1c50>], Crimean Tatar; Crimean Turkish: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bb8590>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb85d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8610>], Portuguese: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bb8f10>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8f90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb8fd0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbe090>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbe0d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbe150>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbe190>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbe210>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbe250>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbe290>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbe2d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbe310>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bbe390>], Japanese: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bab950>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bab9d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bab990>, <pyanaconda.keyboard._Layout object at 0x7f2ac9babe50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9babe90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9babd50>, <pyanaconda.keyboard._Layout object at 0x7f2ac9babd90>], Hebrew: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bb3250>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb32d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3350>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bb3390>], Lower Sorbian: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bd7a90>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd7ad0>], Esperanto: [<pyanaconda.keyboard._Layout object at 0x7f2ac9bd7910>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd7950>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd79d0>, <pyanaconda.keyboard._Layout object at 0x7f2ac9bd7a50>]} > _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: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) >, 'CustomPartitioningSpoke': CustomPartitioningSpoke instance, containing members: > _intf._currentAction._spokes._configureBox: Box instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes._device_container_name: None > _intf._currentAction._spokes._accordion: Accordion instance, containing members: > _intf._currentAction._spokes._accordion._expanders: [] > _intf._currentAction._spokes._fs_types: [ext4, ext3, ext2] > _intf._currentAction._spokes._initialized: False > _intf._currentAction._spokes._encryptCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._addButton: ToolButton instance, containing members: > _intf._currentAction._spokes._modifyContainerButton: Button instance, containing members: > _intf._currentAction._spokes._reformatCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._devices: [] > _intf._currentAction._spokes._partitionsViewport: Viewport instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes._removeButton: ToolButton instance, containing members: > _intf._currentAction._spokes._typeCombo: ComboBoxText instance, containing members: > _intf._currentAction._spokes._current_selector: None > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes._when_create_text: When you create mount points for your %s %s installation, you'll be able to view their details here. > _intf._currentAction._spokes._partitionsNotebook: Notebook instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._mountPointEntry: Entry instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._whenCreateLabel: Label instance, containing members: > _intf._currentAction._spokes._device_container_size: 0 > _intf._currentAction._spokes._labelEntry: Entry instance, containing members: > _intf._currentAction._spokes._nameEntry: Entry instance, containing members: > _intf._currentAction._spokes.selector: None > _intf._currentAction._spokes._raidStoreFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes._applyButton: Button instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._media_disks: [] > _intf._currentAction._spokes._raidLevelCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._sizeEntry: Entry instance, containing members: > _intf._currentAction._spokes._configButton: ToolButton instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._raidLevelLabel: Label instance, containing members: > _intf._currentAction._spokes._device_disks: [] > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._fsCombo: ComboBoxText instance, containing members: > _intf._currentAction._spokes._free_space: 0 B > _intf._currentAction._spokes._device_container_raid_level: None > _intf._currentAction._spokes._device_name_dict: {0: None, 1: None, 2: , 3: , 4: , 5: None} >, 'SourceSpoke': SourceSpoke instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes._updatesBox: Box instance, containing members: > _intf._currentAction._spokes._repoNameWarningBox: Box instance, containing members: > _intf._currentAction._spokes._repoProxyPasswordEntry: Entry instance, containing members: > _intf._currentAction._spokes._autodetectDeviceLabel: Label instance, containing members: > _intf._currentAction._spokes._autodetectButton: RadioButton instance, containing members: > _intf._currentAction._spokes._autodetectLabel: Label instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._repoNameWarningLabel: Label instance, containing members: > _intf._currentAction._spokes._repoStore: ListStore instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes._repoEntryBox: Grid instance, containing members: > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes._networkButton: RadioButton instance, containing members: > _intf._currentAction._spokes._cdrom: None > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._isoChooserButton: Button instance, containing members: > _intf._currentAction._spokes._mirrorlistCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._repoMirrorlistCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._repoProxyUrlEntry: Entry instance, containing members: > _intf._currentAction._spokes._protocolComboBox: ComboBoxText instance, containing members: > _intf._currentAction._spokes._repoProxyUsernameEntry: Entry instance, containing members: > _intf._currentAction._spokes._autodetectBox: Grid instance, containing members: > _intf._currentAction._spokes._repoNamesWarningBox: 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: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._repoUrlEntry: Entry instance, containing members: > _intf._currentAction._spokes._repoProtocolComboBox: ComboBoxText instance, containing members: > _intf._currentAction._spokes._noUpdatesCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._repoNameEntry: Entry instance, containing members: > _intf._currentAction._spokes._error: False > _intf._currentAction._spokes._repoSelection: TreeSelection instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._repoNamesWarningLabel: Label instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._proxyChange: False > _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: >, 'LangsupportSpoke': LangsupportSpoke instance, containing members: > _intf._currentAction._spokes._langSelection: TreeSelection instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes._localeStore: ListStore instance, containing members: > _intf._currentAction._spokes._localeView: TreeView instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._langView: TreeView instance, containing members: > _intf._currentAction._spokes._languageStoreFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._right_arrow: Image instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._languageEntry: Entry instance, containing members: > _intf._currentAction._spokes._langSelectedColumn: TreeViewColumn instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._langSelectedRenderer: CellRendererPixbuf instance, containing members: > _intf._currentAction._spokes._selected_locales: set([]) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._localeSelection: None > _intf._currentAction._spokes._languageStore: ListStore instance, containing members: >, 'DatetimeSpoke': DatetimeSpoke instance, containing members: > _intf._currentAction._spokes._kickstarted: True > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes._monthCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._radioButton24h: RadioButton instance, containing members: > _intf._currentAction._spokes._amPmLabel: Label instance, containing members: > _intf._currentAction._spokes._monthsStore: ListStore instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._ntpSwitch: Switch instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._regions_zones: 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', 'Guatemala', 'Swift_Current', 'Argentina/Buenos_Aires', 'Dominica', 'Scoresbysund', 'Havana', 'Yellowknife', 'Dawson_Creek', 'Indiana/Indianapolis', 'Adak', 'Indiana/Vincennes', 'Antigua', 'Bahia', 'Rankin_Inlet', 'Jamaica', 'St_Thomas', 'Cuiaba', 'Edmonton', 'Indiana/Marengo', 'Grand_Turk', 'Paramaribo', 'Campo_Grande', 'Argentina/Tucuman', 'Caracas', 'Argentina/San_Juan', 'Denver', 'Argentina/Cordoba', 'St_Vincent', 'Eirunepe', 'St_Johns', 'New_York', 'Boise', 'Cambridge_Bay', 'Miquelon', 'Rainy_River', 'Inuvik', 'Argentina/Salta', 'Creston', 'Maceio', 'Belem', 'Argentina/Jujuy', 'Indiana/Winamac', 'Resolute', 'Metlakatla', 'North_Dakota/New_Salem', 'Boa_Vista', 'Glace_Bay', 'Puerto_Rico', 'Araguaina', 'Sao_Paulo', 'Los_Angeles', 'Dawson', 'Pangnirtung', 'Whitehorse', 'La_Paz', 'Chihuahua', 'Merida', 'Rio_Branco', 'Panama', 'Cayenne', 'Mazatlan', 'Sitka', 'St_Lucia', 'Lower_Princes', 'Cancun', 'Manaus', 'Bahia_Banderas', 'Moncton', 'Asuncion', 'Belize', 'Indiana/Knox', 'Toronto', 'Santa_Isabel', 'St_Kitts', 'Danmarkshavn', 'Blanc-Sablon', 'Detroit', 'Atikokan', 'Grenada', 'Argentina/Rio_Gallegos', 'Port-au-Prince', 'Matamoros', 'Port_of_Spain', 'Argentina/Catamarca', 'Hermosillo', 'Halifax', 'Lima', 'Nome', 'Barbados', 'Curacao', 'Kentucky/Louisville', 'Chicago', 'Santarem', 'Godthab', 'Kentucky/Monticello', 'Porto_Velho', 'Winnipeg', 'Vancouver', 'Argentina/Mendoza', 'Ojinaga', 'St_Barthelemy', 'Anguilla', 'Montevideo', 'Marigot', 'Santo_Domingo', 'Phoenix', 'Noronha', 'Cayman', 'Argentina/Ushuaia', 'Yakutat', 'El_Salvador', 'Indiana/Tell_City', 'Martinique', 'Nassau', 'Guayaquil', 'Mexico_City', 'Thule', 'Kralendijk', 'Argentina/San_Luis', 'Anchorage', 'Montserrat', 'Nipigon', 'Thunder_Bay', 'Managua', 'Guyana', 'Recife', 'Guadeloupe', 'Menominee', 'Tijuana', 'Iqaluit', 'Bogota', 'North_Dakota/Beulah', 'Tortola', 'Juneau', 'Indiana/Petersburg', 'Costa_Rica', 'Indiana/Vevay'])), ('Antarctica', set(['DumontDUrville', 'Vostok', 'Syowa', 'Palmer', 'Casey', 'Rothera', 'McMurdo', 'Macquarie', 'Davis', 'Mawson'])), ('Arctic', set(['Longyearbyen'])), ('Asia', set(['Karachi', 'Choibalsan', 'Vladivostok', 'Kashgar', 'Rangoon', 'Aqtobe', 'Kuwait', 'Kuala_Lumpur', 'Gaza', 'Dubai', 'Samarkand', 'Ho_Chi_Minh', 'Damascus', 'Thimphu', 'Yekaterinburg', 'Manila', 'Amman', 'Kolkata', 'Hovd', 'Beirut', 'Nicosia', 'Almaty', 'Bahrain', 'Brunei', 'Hong_Kong', 'Magadan', 'Aqtau', 'Tashkent', 'Singapore', 'Phnom_Penh', 'Irkutsk', 'Tokyo', 'Muscat', 'Bangkok', 'Yerevan', 'Baghdad', 'Qyzylorda', 'Taipei', 'Omsk', 'Tehran', 'Bishkek', 'Ulaanbaatar', 'Shanghai', 'Kamchatka', 'Chongqing', 'Dhaka', 'Novokuznetsk', 'Dushanbe', 'Sakhalin', 'Kuching', 'Anadyr', 'Khandyga', 'Jakarta', 'Yakutsk', 'Pontianak', 'Makassar', 'Krasnoyarsk', 'Kathmandu', 'Aden', 'Urumqi', 'Oral', 'Tbilisi', 'Harbin', 'Seoul', 'Kabul', 'Dili', 'Ashgabat', 'Macau', 'Riyadh', 'Baku', 'Qatar', 'Jayapura', 'Hebron', 'Colombo', 'Novosibirsk', 'Pyongyang', 'Jerusalem', 'Vientiane', 'Ust-Nera'])), ('Atlantic', set(['Reykjavik', 'Cape_Verde', 'Azores', 'Faroe', 'Canary', 'Bermuda', 'Madeira', 'St_Helena', 'Stanley', 'South_Georgia'])), ('Australia', set(['Melbourne', 'Eucla', 'Brisbane', 'Lindeman', 'Broken_Hill', 'Hobart', 'Lord_Howe', 'Perth', 'Sydney', 'Currie', 'Darwin', 'Adelaide'])), ('Europe', set(['Kiev', 'Istanbul', 'Paris', 'Oslo', 'Riga', 'Athens', 'Luxembourg', 'Andorra', 'Gibraltar', 'Tirane', 'Ljubljana', 'Chisinau', 'Simferopol', 'Vienna', 'Busingen', 'Zagreb', 'Stockholm', 'Warsaw', 'Moscow', 'Skopje', 'Bratislava', 'Berlin', 'Zaporozhye', 'Brussels', 'Uzhgorod', 'Budapest', 'San_Marino', 'Helsinki', 'Vaduz', 'Vatican', 'Dublin', 'Podgorica', 'Minsk', 'Malta', 'Guernsey', 'Monaco', 'Jersey', 'Mariehamn', 'Bucharest', 'Isle_of_Man', 'Belgrade', 'Zurich', 'Tallinn', 'Madrid', 'Prague', 'Sofia', 'Samara', 'Rome', 'London', 'Lisbon', 'Volgograd', 'Amsterdam', 'Copenhagen', 'Kaliningrad', 'Vilnius', 'Sarajevo'])), ('Indian', set(['Cocos', 'Maldives', 'Comoro', 'Mayotte', 'Antananarivo', 'Mahe', 'Mauritius', 'Chagos', 'Reunion', 'Kerguelen', 'Christmas'])), ('Pacific', set(['Kwajalein', 'Palau', 'Auckland', 'Pitcairn', 'Chuuk', 'Galapagos', 'Marquesas', 'Nauru', 'Easter', 'Guadalcanal', 'Saipan', 'Tarawa', 'Tongatapu', 'Noumea', 'Pago_Pago', 'Wallis', 'Wake', 'Apia', 'Honolulu', 'Rarotonga', 'Chatham', 'Kosrae', 'Fakaofo', 'Norfolk', 'Majuro', 'Kiritimati', 'Pohnpei', 'Efate', 'Gambier', 'Niue', 'Johnston', 'Midway', 'Guam', 'Funafuti', 'Port_Moresby', 'Tahiti', 'Enderbury', 'Fiji'])), ('US', set(['Mountain', 'Arizona', 'Central', 'Eastern', 'Hawaii', 'Pacific', 'Alaska'])), ('Etc', set(['UTC', 'GMT-10', 'GMT-11', 'GMT-12', 'GMT-13', 'GMT-14', 'GMT+8', 'GMT+9', 'GMT+1', 'GMT+2', 'GMT+3', 'GMT+4', 'GMT+5', 'GMT+6', 'GMT+7', 'GMT+12', 'GMT+10', 'GMT+11', 'GMT-8', 'GMT-9', 'GMT-6', 'GMT-7', 'GMT-4', 'GMT-5', 'GMT-2', 'GMT-3', 'GMT-1', 'GMT']))]) > _intf._currentAction._spokes._months_nums: {'February': 2, 'October': 10, 'March': 3, 'August': 8, 'May': 5, 'January': 1, 'June': 6, 'September': 9, 'April': 4, 'December': 12, 'July': 7, 'November': 11} > _intf._currentAction._spokes._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._minutesLabel: Label instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._yearsStore: ListStore instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._daysStore: ListStore instance, containing members: > _intf._currentAction._spokes._config_dialog: NTPconfigDialog instance, containing members: > _intf._currentAction._spokes._config_dialog._window: Dialog instance, containing members: > _intf._currentAction._spokes._config_dialog.applyOnSkip: False > _intf._currentAction._spokes._config_dialog.builder: Builder instance, containing members: > _intf._currentAction._spokes._config_dialog._epoch: 0 > _intf._currentAction._spokes._config_dialog._epoch_lock: <thread.lock object at 0x7f2acd590ef0> > _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: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._config_dialog._serverEntry: Entry instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._old_region: None > _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._old_city: None > _intf._currentAction._spokes._daysFilter: TreeModelFilter instance, containing members: >, 'StorageSpoke': StorageSpoke instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: False > _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._cur_clicked_overview: None > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.selected_disks: [vda, vdb] > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.autoPartType: None > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._ready: True > _intf._currentAction._spokes._last_clicked_overview: None > _intf._currentAction._spokes.local_disks_box: Box instance, containing members: > _intf._currentAction._spokes.specialized_disks_box: Box instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _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 (Blivet 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.paths: {'spokes': [('pyanaconda.ui.gui.spokes.%s', '/tmp/updates/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/site-python/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes')], 'categories': [('pyanaconda.ui.gui.categories.%s', '/tmp/updates/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib/site-python/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/categories')]} > _intf._currentAction.builder: Builder instance, containing members: > _intf._currentAction.storage: Already dumped (Blivet instance) > _intf._currentAction._inSpoke: False > _intf._currentAction.skipTo: None > _intf._currentAction._environs: [anaconda] > _intf._currentAction._autoContinue: True > _intf._currentAction._notReadySpokes: [] > _intf._currentAction._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._update_spoke_id: 1451 > _intf._currentAction.payload: Already dumped (YumPayload instance) > _intf._currentAction._incompleteSpokes: [Already dumped (StorageSpoke instance) >] >updateSrc: None >rootParts: None >id: None >rescue: False >mediaDevice: None >_network: None >methodstr: http://download.eng.brq.redhat.com/pub/rhel/rel-eng/RHEL-7.0-20131115.2/compose/Client/x86_64/os/ >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=RHEL-7.0_x86_64 >rescue_mount: True >_bootloader: GRUB2 instance, containing members: > _bootloader._disk_order: [] > _bootloader.console_options: Skipped > _bootloader.console: Skipped > _bootloader.skip_bootloader: False > _bootloader.warnings: [] > _bootloader.chain_images: [] > _bootloader.stage2_is_preferred_stage1: False > _bootloader.disks: [] > _bootloader._update_only: False > _bootloader._default_image: None > _bootloader.stage2_device: None > _bootloader.encrypted_password: Skipped > _bootloader.errors: [] > _bootloader.stage1_device: None > _bootloader._timeout: 5 > _bootloader.stage1_disk: None > _bootloader.password: None > _bootloader.dracut_args: > _bootloader.boot_args: $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) > _bootloader.linux_images: [] >_payload: Already dumped (YumPayload instance) >displayMode: g >ksdata: Already dumped (AnacondaKSHandler instance) >proxyUsername: None >extraModules: [] >mehConfig: Config instance, containing members: > mehConfig.programArch: x86_64 > mehConfig.callbackDict: {'lsblk_output': (<function lsblk_callback at 0x7f2ad6f9cc08>, True), 'type': (<function <lambda> at 0x7f2ad6f9cd70>, True), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0x7f2ad6f9cc80>, True)} > mehConfig.attrSkipList: [_intf._actions, _intf._currentAction._xklwrapper, _intf._currentAction.language.translations, _intf._currentAction.language.locales, _intf._currentAction._spokes["PasswordSpoke"]._oldweak, _intf._currentAction._spokes["PasswordSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._oldweak, _intf.storage.bootloader.password, _intf.storage.data, _intf.storage.encryptionPassphrase, _bootloader.encrypted_password, _bootloader.password, payload._groups, payload._yum] > mehConfig.programVersion: 19.31.34-1 > mehConfig.localSkipList: [passphrase, password, _oldweak, _password] > mehConfig.programName: anaconda > mehConfig.fileList: [/tmp/anaconda.log, /tmp/packaging.log, /tmp/program.log, /tmp/storage.log, /tmp/ifcfg.log, /tmp/yum.log, /mnt/sysimage/root/install.log, /proc/cmdline, /tmp/syslog, /run/install/ks.cfg] >isHeadless: False >reIPLMessage: None >_storage: Already dumped (Blivet instance) >dir: None >opts: {'noipv6': False, 'noipv4': False, 'updateSrc': None, 'selinux': True, 'module': [], 'syslog': None, 'leavebootorder': False, 'images': [], 'dmraid': True, 'armPlatform': None, 'memcheck': True, 'iscsi': False, 'ksfile': '/run/install/ks.cfg', 'dirinstall': False, 'kbdtype': None, 'runres': None, 'xdriver': None, 'display_mode': 'g', 'stage2': 'hd:LABEL=RHEL-7.0_x86_64', 'method': 'http://download.eng.brq.redhat.com/pub/rhel/rel-eng/RHEL-7.0-20131115.2/compose/Client/x86_64/os/', 'vncpassword': '', 'vnc': False, 'rescue': False, 'noverifyssl': False, 'autostep': False, 'geoloc': None, 'proxy': None, 'dlabel': False, 'vncconnect': None, 'mpathfriendlynames': True, 'lang': None, 'askmethod': False, 'liveinst': False, 'loglevel': None, 'isHeadless': False, 'eject': True, 'rescue_nomount': False, 'keymap': None, 'mpath': True, 'ibft': True, 'debug': False, 'extlinux': False, 'multiLib': False, 'nofb': None, 'targetArch': None} >proxy: None >Registered callbacks: > > >/tmp/anaconda.log: >15:08:00,821 INFO anaconda: /sbin/anaconda 19.31.34-1 >15:08:01,008 INFO anaconda: 1048576 kB (1024 MB) are available >15:08:01,008 INFO anaconda: check_memory(): total:1024, needed:512, graphical:512 >15:08:01,038 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >15:08:01,038 INFO anaconda: Default encoding = utf-8 >15:08:01,083 INFO anaconda: Running kickstart %%pre script(s) >15:08:01,084 INFO anaconda.stdout: Running pre-installation scripts >15:08:01,923 INFO anaconda: All kickstart %%pre script(s) have been run >15:08:02,535 INFO anaconda: Display mode = g >15:08:02,538 INFO anaconda: 1048576 kB (1024 MB) are available >15:08:02,539 INFO anaconda: check_memory(): total:1024, needed:512, graphical:512 >15:08:03,412 DEBUG anaconda: X server has signalled a successful start. >15:08:03,414 INFO anaconda: Starting window manager, pid 1230. >15:08:04,633 INFO anaconda: using only installclass Red Hat Enterprise Linux >15:08:05,122 INFO anaconda: bootloader GRUB2 on X86 platform >15:08:05,123 INFO anaconda: bootloader GRUB2 on X86 platform >15:08:05,146 DEBUG anaconda: network: devices found ['eth0'] >15:08:05,177 ERR anaconda: Kickstart: The provided network interface does not exist >15:08:05,338 INFO anaconda: unspecified network --device in kickstart, using eth0 (first active device) >15:08:05,365 DEBUG anaconda: network: setting real kickstart ONBOOT value for devices ['eth0'] >15:08:05,690 DEBUG anaconda: updating hostname localhost.localdomain >15:08:05,704 INFO anaconda: Running Thread: AnaStorageThread (139821797287680) >15:08:05,709 INFO anaconda: Running Thread: AnaTimeInitThread (139821788894976) >15:08:05,711 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (139821779449600) >15:08:05,716 INFO anaconda: Running Thread: AnaPayloadThread (139821771056896) >15:08:05,852 DEBUG anaconda: updating hostname localhost.localdomain >15:08:05,918 INFO anaconda: got 0 NTP servers from DHCP >15:08:05,919 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (139821779449600) >15:08:05,928 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (139821762664192) >15:08:05,929 INFO anaconda: Starting geolocation lookup >15:08:05,929 INFO anaconda: Geolocation provider: Fedora GeoIP >15:08:06,831 INFO anaconda: Geolocation lookup finished in 0.9 seconds >15:08:06,832 INFO anaconda: territory: GB >time zone: Europe/London (from GeoIP) >15:08:06,833 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (139821762664192) >15:08:07,480 INFO anaconda: Thread Done: AnaStorageThread (139821797287680) >15:08:08,008 INFO anaconda: Thread Done: AnaTimeInitThread (139821788894976) >15:08:08,413 INFO anaconda: Thread Done: AnaPayloadThread (139821771056896) >15:08:09,056 DEBUG anaconda: network standalone spoke (init): completed: ['eth0', 'lo'] >15:08:09,275 INFO anaconda: fs space: 0 B needed: 3 GB >15:08:09,275 INFO anaconda: Running Thread: AnaDateTimeThread (139821771056896) >15:08:09,294 INFO anaconda: Thread Done: AnaDateTimeThread (139821771056896) >15:08:09,405 INFO anaconda: fs space: 0 B needed: 3 GB >15:08:09,486 INFO anaconda: fs space: 0 B needed: 3 GB >15:08:09,540 INFO anaconda: Running Thread: AnaSourceWatcher (139821762664192) >15:08:09,546 INFO anaconda: Thread Done: AnaSourceWatcher (139821762664192) >15:08:09,555 INFO anaconda: fs space: 0 B needed: 3 GB >15:08:09,593 DEBUG anaconda: network: selected device eth0 >15:08:09,895 INFO anaconda: fs space: 0 B needed: 3 GB >15:08:09,908 INFO anaconda: fs space: 0 B needed: 3 GB >15:08:09,909 INFO anaconda: Running Thread: AnaSoftwareWatcher (139821762664192) >15:08:09,913 INFO anaconda: Thread Done: AnaSoftwareWatcher (139821762664192) >15:08:09,926 INFO anaconda: Running Thread: AnaStorageWatcher (139821762664192) >15:08:09,929 INFO anaconda: Thread Done: AnaStorageWatcher (139821762664192) >15:08:09,952 INFO anaconda: Running Thread: AnaCustomStorageInit (139821762664192) >15:08:10,123 INFO anaconda: Running Thread: AnaNTPserver0 (139821771056896) >15:08:10,126 INFO anaconda: Running Thread: AnaNTPserver1 (139821712574208) >15:08:10,131 INFO anaconda: Running Thread: AnaNTPserver2 (139821704181504) >15:08:10,143 INFO anaconda: Running Thread: AnaNTPserver3 (139821695788800) >15:08:10,179 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7f2ac9bebe90> >15:08:10,179 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f2ac9c10810> status to: Probing storage... >15:08:10,180 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f2ac9c10810> status to: Downloading package metadata... >15:08:10,191 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f2ac9c10810> >15:08:10,193 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f2acb0cdf50> status to: Downloading package metadata... >15:08:10,193 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f2acb0cdf50> status to: Downloading group metadata... >15:08:10,202 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f2acb0cdf50> >15:08:10,202 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f2ac9c10c10> status to: Probing storage... >15:08:10,206 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f2ac9c10c10> >15:08:10,213 INFO anaconda: Running Thread: AnaExecuteStorageThread (139821687396096) >15:08:10,270 DEBUG anaconda: new disk order: [] >15:08:10,369 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f2ac9c10c10> >15:08:10,374 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f2ac9c10c10> status to: Saving storage configuration... >15:08:10,469 DEBUG anaconda: running handleException >15:08:10,470 DEBUG anaconda: Gtk running, queuing exception handler to the main loop >15:08:10,471 INFO anaconda: Thread Done: AnaExecuteStorageThread (139821687396096) >15:08:10,520 DEBUG anaconda: updating hostname localhost.localdomain >15:08:10,711 DEBUG anaconda: updating hostname localhost.localdomain >15:08:10,716 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f2ac9c10c10> >15:08:10,717 INFO anaconda: setting <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0x7f2acb0c8b90> status to: Connected: eth0 > > >/tmp/packaging.log: >15:08:05,121 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:189 (reset) >15:08:05,121 INFO packaging: have _yum_lock for MainThread >15:08:05,122 DEBUG packaging: getting release version from tree at None (7.0) >15:08:05,122 DEBUG packaging: got a release version of 7.0 >15:08:05,122 INFO packaging: gave up _yum_lock for MainThread >15:08:07,483 INFO packaging: updating base repo >15:08:07,498 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:189 (reset) >15:08:07,500 INFO packaging: have _yum_lock for AnaPayloadThread >15:08:08,123 INFO_2 yum.verbose.YumPlugins: Loaded plugins: blacklist, langpacks, product-id, whiteout >15:08:08,124 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >15:08:08,124 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >15:08:08,125 DEBUG yum.verbose.plugin: Adding en_US to language list >15:08:08,155 DEBUG yum.verbose.YumBase: Config time: 0.656 >15:08:08,159 DEBUG packaging: getting release version from tree at None (7.0) >15:08:08,162 DEBUG packaging: got a release version of 7.0 >15:08:08,162 INFO packaging: gave up _yum_lock for AnaPayloadThread >15:08:08,162 INFO packaging: configuring base repo >15:08:08,165 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:476 (updateBaseRepo) >15:08:08,166 INFO packaging: have _yum_lock for AnaPayloadThread >15:08:08,167 DEBUG packaging: getting release version from tree at http://download.eng.brq.redhat.com/pub/rhel/rel-eng/RHEL-7.0-20131115.2/compose/Client/x86_64/os/ (7.0) >15:08:08,167 DEBUG packaging: retrieving treeinfo from http://download.eng.brq.redhat.com/pub/rhel/rel-eng/RHEL-7.0-20131115.2/compose/Client/x86_64/os/ (proxy: ; sslverify: True) >15:08:08,321 DEBUG packaging: got a release version of 7.0 >15:08:08,321 INFO packaging: gave up _yum_lock for AnaPayloadThread >15:08:08,322 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:779 (_configureBaseRepo) >15:08:08,322 INFO packaging: have _yum_lock for AnaPayloadThread >15:08:08,330 INFO_2 yum.verbose.YumPlugins: Loaded plugins: blacklist, langpacks, product-id, whiteout >15:08:08,334 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >15:08:08,334 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >15:08:08,335 DEBUG yum.verbose.plugin: Adding en_US to language list >15:08:08,336 DEBUG yum.verbose.YumBase: Config time: 0.014 >15:08:08,337 INFO packaging: gave up _yum_lock for AnaPayloadThread >15:08:08,337 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:788 (_configureBaseRepo) >15:08:08,338 INFO packaging: have _yum_lock for AnaPayloadThread >15:08:08,340 INFO packaging: gave up _yum_lock for AnaPayloadThread >15:08:08,341 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:963 (_addYumRepo) >15:08:08,343 INFO packaging: have _yum_lock for AnaPayloadThread >15:08:08,343 INFO packaging: gave up _yum_lock for AnaPayloadThread >15:08:08,343 DEBUG packaging: adding yum repo anaconda with baseurl http://download.eng.brq.redhat.com/pub/rhel/rel-eng/RHEL-7.0-20131115.2/compose/Client/x86_64/os/ and mirrorlist None >15:08:08,344 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:788 (_configureBaseRepo) >15:08:08,344 INFO packaging: have _yum_lock for AnaPayloadThread >15:08:08,355 INFO packaging: gave up _yum_lock for AnaPayloadThread >15:08:08,355 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:490 (updateBaseRepo) >15:08:08,355 INFO packaging: have _yum_lock for AnaPayloadThread >15:08:08,356 INFO packaging: gave up _yum_lock for AnaPayloadThread >15:08:08,356 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:197 (setup) >15:08:08,357 INFO packaging: have _yum_lock for AnaPayloadThread >15:08:08,357 INFO packaging: gave up _yum_lock for AnaPayloadThread >15:08:08,358 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:197 (setup) >15:08:08,358 INFO packaging: have _yum_lock for AnaPayloadThread >15:08:08,358 INFO packaging: gave up _yum_lock for AnaPayloadThread >15:08:08,360 INFO packaging: gathering repo metadata >15:08:08,361 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:551 (gatherRepoMetadata) >15:08:08,361 INFO packaging: have _yum_lock for AnaPayloadThread >15:08:08,361 INFO packaging: gave up _yum_lock for AnaPayloadThread >15:08:08,362 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:202 (setup) >15:08:08,363 INFO packaging: have _yum_lock for AnaPayloadThread >15:08:08,363 DEBUG packaging: getting repo metadata for anaconda >15:08:08,364 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:556 (gatherRepoMetadata) >15:08:08,364 INFO packaging: have _yum_lock for AnaPayloadThread >15:08:08,402 DEBUG packaging: getting group info for anaconda >15:08:08,412 INFO packaging: gave up _yum_lock for AnaPayloadThread >15:08:08,413 INFO packaging: gave up _yum_lock for AnaPayloadThread >15:08:08,413 INFO packaging: metadata retrieval complete >15:08:09,543 INFO packaging: about to acquire _yum_lock for AnaSourceWatcher at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:584 (_initialize) >15:08:09,543 INFO packaging: have _yum_lock for AnaSourceWatcher >15:08:09,545 INFO packaging: gave up _yum_lock for AnaSourceWatcher >15:08:09,550 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:463 (completed) >15:08:09,550 INFO packaging: have _yum_lock for MainThread >15:08:09,551 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:418 (baseRepo) >15:08:09,551 INFO packaging: have _yum_lock for MainThread >15:08:09,551 INFO packaging: gave up _yum_lock for MainThread >15:08:09,551 INFO packaging: gave up _yum_lock for MainThread >15:08:09,552 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:463 (completed) >15:08:09,552 INFO packaging: have _yum_lock for MainThread >15:08:09,553 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:418 (baseRepo) >15:08:09,553 INFO packaging: have _yum_lock for MainThread >15:08:09,553 INFO packaging: gave up _yum_lock for MainThread >15:08:09,553 INFO packaging: gave up _yum_lock for MainThread >15:08:09,911 INFO packaging: about to acquire _yum_lock for AnaSoftwareWatcher at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:221 (_initialize) >15:08:09,911 INFO packaging: have _yum_lock for AnaSoftwareWatcher >15:08:09,912 DEBUG packaging: deleting package sacks >15:08:09,913 INFO packaging: gave up _yum_lock for AnaSoftwareWatcher >15:08:10,182 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:487 (status) >15:08:10,183 INFO packaging: have _yum_lock for MainThread >15:08:10,184 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:418 (baseRepo) >15:08:10,184 INFO packaging: have _yum_lock for MainThread >15:08:10,184 INFO packaging: gave up _yum_lock for MainThread >15:08:10,184 INFO packaging: gave up _yum_lock for MainThread >15:08:10,185 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:487 (status) >15:08:10,185 INFO packaging: have _yum_lock for MainThread >15:08:10,186 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:418 (baseRepo) >15:08:10,186 INFO packaging: have _yum_lock for MainThread >15:08:10,186 INFO packaging: gave up _yum_lock for MainThread >15:08:10,186 INFO packaging: gave up _yum_lock for MainThread >15:08:10,187 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:463 (completed) >15:08:10,187 INFO packaging: have _yum_lock for MainThread >15:08:10,187 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:418 (baseRepo) >15:08:10,188 INFO packaging: have _yum_lock for MainThread >15:08:10,188 INFO packaging: gave up _yum_lock for MainThread >15:08:10,188 INFO packaging: gave up _yum_lock for MainThread >15:08:10,189 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:463 (completed) >15:08:10,189 INFO packaging: have _yum_lock for MainThread >15:08:10,189 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:418 (baseRepo) >15:08:10,190 INFO packaging: have _yum_lock for MainThread >15:08:10,190 INFO packaging: gave up _yum_lock for MainThread >15:08:10,190 INFO packaging: gave up _yum_lock for MainThread >15:08:10,194 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:155 (ready) >15:08:10,194 INFO packaging: have _yum_lock for MainThread >15:08:10,195 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:418 (baseRepo) >15:08:10,195 INFO packaging: have _yum_lock for MainThread >15:08:10,195 INFO packaging: gave up _yum_lock for MainThread >15:08:10,195 INFO packaging: gave up _yum_lock for MainThread >15:08:10,196 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:155 (ready) >15:08:10,196 INFO packaging: have _yum_lock for MainThread >15:08:10,197 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:418 (baseRepo) >15:08:10,198 INFO packaging: have _yum_lock for MainThread >15:08:10,198 INFO packaging: gave up _yum_lock for MainThread >15:08:10,198 INFO packaging: gave up _yum_lock for MainThread >15:08:10,199 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:155 (ready) >15:08:10,199 INFO packaging: have _yum_lock for MainThread >15:08:10,200 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:418 (baseRepo) >15:08:10,200 INFO packaging: have _yum_lock for MainThread >15:08:10,200 INFO packaging: gave up _yum_lock for MainThread >15:08:10,200 INFO packaging: gave up _yum_lock for MainThread > > >/tmp/program.log: >15:08:01,085 INFO program: Running... /bin/sh /tmp/ks-script-yTjoig >15:08:01,923 INFO program: Physical volume "/dev/vdb" successfully created >15:08:01,923 INFO program: Volume group "foobar" successfully created >15:08:01,923 DEBUG program: Return code: 0 >15:08:01,938 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >15:08:01,952 DEBUG program: Return code: 0 >15:08:01,953 INFO program: Running... udevadm settle --timeout=300 >15:08:01,999 DEBUG program: Return code: 0 >15:08:02,000 INFO program: Running... modprobe fcoe >15:08:02,074 DEBUG program: Return code: 0 >15:08:02,075 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >15:08:02,150 INFO program: No FCoE boot disk information is found in EDD! >15:08:02,151 DEBUG program: Return code: 1 >15:08:02,162 INFO program: Running... loadkeys us >15:08:02,316 INFO program: Loading /lib/kbd/keymaps/i386/qwerty/us.map.gz >15:08:02,317 DEBUG program: Return code: 0 >15:08:02,317 INFO program: Running... loadkeys us >15:08:02,326 INFO program: Loading /lib/kbd/keymaps/i386/qwerty/us.map.gz >15:08:02,326 DEBUG program: Return code: 0 >15:08:03,417 INFO program: Running... metacity --display :1 --sm-disable >15:08:04,635 INFO program: Running... modprobe xfs >15:08:04,714 DEBUG program: Return code: 0 >15:08:05,705 INFO program: Running... mpathconf --user_friendly_names y --with_multipathd y >15:08:05,866 DEBUG program: Return code: 0 >15:08:05,866 INFO program: Running... udevadm settle --timeout=300 >15:08:05,912 DEBUG program: Return code: 0 >15:08:05,918 INFO program: Running... udevadm settle --timeout=300 >15:08:05,940 DEBUG program: Return code: 0 >15:08:05,941 INFO program: Running... systemctl start chronyd.service >15:08:06,022 DEBUG program: Return code: 0 >15:08:06,073 INFO program: Running... multipath -c /dev/vda >15:08:06,090 DEBUG program: Return code: 1 >15:08:06,182 INFO program: Running... multipath -c /dev/vdb >15:08:06,196 DEBUG program: Return code: 1 >15:08:06,213 INFO program: Running... lvm pvs --unit=k --nosuffix --nameprefixes --rows --unquoted --noheadings -opv_uuid,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config global {locking_type=4} /dev/vdb >15:08:06,243 INFO program: LVM2_PV_UUID=seA8ZT-zEGr-pFob-IfEd-uenI-nTO7-d2CKe6 >15:08:06,243 INFO program: LVM2_PE_START=1024.00 >15:08:06,243 INFO program: LVM2_VG_NAME=foobar >15:08:06,243 INFO program: LVM2_VG_UUID=aoNmN5-4x3y-k94p-tgyR-15eH-hRMn-IWLyBp >15:08:06,243 INFO program: LVM2_VG_SIZE=8384512.00 >15:08:06,244 INFO program: LVM2_VG_FREE=8384512.00 >15:08:06,244 INFO program: LVM2_VG_EXTENT_SIZE=4096.00 >15:08:06,244 INFO program: LVM2_VG_EXTENT_COUNT=2047 >15:08:06,244 INFO program: LVM2_VG_FREE_COUNT=2047 >15:08:06,244 INFO program: LVM2_PV_COUNT=1 >15:08:06,245 DEBUG program: Return code: 0 >15:08:06,258 INFO program: Running... lvm lvs -a --unit k --nosuffix --nameprefixes --rows --unquoted --noheadings -olv_name,lv_uuid,lv_size,lv_attr,segtype --config global {locking_type=4} foobar >15:08:06,269 DEBUG program: Return code: 0 >15:08:06,377 INFO program: Running... dumpe2fs -h /dev/loop1 >15:08:06,445 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >15:08:06,445 INFO program: Filesystem volume name: Anaconda >15:08:06,445 INFO program: Last mounted on: /var/tmp/lorax.imgutils.Xp9ShD >15:08:06,445 INFO program: Filesystem UUID: f732107f-db63-474b-a94a-b1d04ea70552 >15:08:06,446 INFO program: Filesystem magic number: 0xEF53 >15:08:06,446 INFO program: Filesystem revision #: 1 (dynamic) >15:08:06,446 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 >15:08:06,446 INFO program: Filesystem flags: signed_directory_hash >15:08:06,446 INFO program: Default mount options: user_xattr acl >15:08:06,447 INFO program: Filesystem state: clean >15:08:06,447 INFO program: Errors behavior: Continue >15:08:06,447 INFO program: Filesystem OS type: Linux >15:08:06,447 INFO program: Inode count: 131072 >15:08:06,447 INFO program: Block count: 2097152 >15:08:06,447 INFO program: Reserved block count: 0 >15:08:06,448 INFO program: Free blocks: 1148265 >15:08:06,448 INFO program: Free inodes: 102524 >15:08:06,448 INFO program: First block: 1 >15:08:06,448 INFO program: Block size: 1024 >15:08:06,448 INFO program: Fragment size: 1024 >15:08:06,448 INFO program: Reserved GDT blocks: 256 >15:08:06,449 INFO program: Blocks per group: 8192 >15:08:06,449 INFO program: Fragments per group: 8192 >15:08:06,449 INFO program: Inodes per group: 512 >15:08:06,449 INFO program: Inode blocks per group: 128 >15:08:06,449 INFO program: Flex block group size: 16 >15:08:06,449 INFO program: Filesystem created: Fri Nov 15 14:18:40 2013 >15:08:06,450 INFO program: Last mount time: Fri Nov 15 14:18:55 2013 >15:08:06,450 INFO program: Last write time: Fri Nov 15 14:18:59 2013 >15:08:06,450 INFO program: Mount count: 2 >15:08:06,451 INFO program: Maximum mount count: -1 >15:08:06,451 INFO program: Last checked: Fri Nov 15 14:18:40 2013 >15:08:06,451 INFO program: Check interval: 0 (<none>) >15:08:06,452 INFO program: Lifetime writes: 32 MB >15:08:06,452 INFO program: Reserved blocks uid: 0 (user root) >15:08:06,452 INFO program: Reserved blocks gid: 0 (group root) >15:08:06,453 INFO program: First inode: 11 >15:08:06,454 INFO program: Inode size: 256 >15:08:06,454 INFO program: Required extra isize: 28 >15:08:06,454 INFO program: Desired extra isize: 28 >15:08:06,454 INFO program: Journal inode: 8 >15:08:06,455 INFO program: Default directory hash: half_md4 >15:08:06,455 INFO program: Directory Hash Seed: 68c62fcc-3eab-4160-abfc-651ed1b1d138 >15:08:06,455 INFO program: Journal backup: inode blocks >15:08:06,456 INFO program: Journal features: (none) >15:08:06,456 INFO program: Journal size: 32M >15:08:06,458 INFO program: Journal length: 32768 >15:08:06,459 INFO program: Journal sequence: 0x00000027 >15:08:06,459 INFO program: Journal start: 0 >15:08:06,459 INFO program: >15:08:06,459 DEBUG program: Return code: 0 >15:08:06,459 INFO program: Running... resize2fs -P /dev/loop1 >15:08:06,481 INFO program: resize2fs 1.42.8 (20-Jun-2013) >15:08:06,482 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop1 >15:08:06,482 INFO program: Couldn't find valid filesystem superblock. >15:08:06,482 DEBUG program: Return code: 1 >15:08:06,534 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >15:08:06,539 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >15:08:06,540 INFO program: Filesystem volume name: Anaconda >15:08:06,540 INFO program: Last mounted on: / >15:08:06,540 INFO program: Filesystem UUID: f732107f-db63-474b-a94a-b1d04ea70552 >15:08:06,543 INFO program: Filesystem magic number: 0xEF53 >15:08:06,547 INFO program: Filesystem revision #: 1 (dynamic) >15:08:06,548 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 >15:08:06,548 INFO program: Filesystem flags: signed_directory_hash >15:08:06,548 INFO program: Default mount options: user_xattr acl >15:08:06,549 INFO program: Filesystem state: clean >15:08:06,549 INFO program: Errors behavior: Continue >15:08:06,549 INFO program: Filesystem OS type: Linux >15:08:06,549 INFO program: Inode count: 131072 >15:08:06,550 INFO program: Block count: 2097152 >15:08:06,550 INFO program: Reserved block count: 0 >15:08:06,550 INFO program: Free blocks: 1148265 >15:08:06,550 INFO program: Free inodes: 102524 >15:08:06,550 INFO program: First block: 1 >15:08:06,550 INFO program: Block size: 1024 >15:08:06,551 INFO program: Fragment size: 1024 >15:08:06,551 INFO program: Reserved GDT blocks: 256 >15:08:06,551 INFO program: Blocks per group: 8192 >15:08:06,551 INFO program: Fragments per group: 8192 >15:08:06,551 INFO program: Inodes per group: 512 >15:08:06,552 INFO program: Inode blocks per group: 128 >15:08:06,552 INFO program: Flex block group size: 16 >15:08:06,552 INFO program: Filesystem created: Fri Nov 15 14:18:40 2013 >15:08:06,552 INFO program: Last mount time: Wed Nov 20 15:07:49 2013 >15:08:06,552 INFO program: Last write time: Wed Nov 20 15:07:49 2013 >15:08:06,552 INFO program: Mount count: 3 >15:08:06,553 INFO program: Maximum mount count: -1 >15:08:06,553 INFO program: Last checked: Fri Nov 15 14:18:40 2013 >15:08:06,553 INFO program: Check interval: 0 (<none>) >15:08:06,553 INFO program: Lifetime writes: 32 MB >15:08:06,553 INFO program: Reserved blocks uid: 0 (user root) >15:08:06,553 INFO program: Reserved blocks gid: 0 (group root) >15:08:06,554 INFO program: First inode: 11 >15:08:06,554 INFO program: Inode size: 256 >15:08:06,554 INFO program: Required extra isize: 28 >15:08:06,554 INFO program: Desired extra isize: 28 >15:08:06,554 INFO program: Journal inode: 8 >15:08:06,554 INFO program: Default directory hash: half_md4 >15:08:06,555 INFO program: Directory Hash Seed: 68c62fcc-3eab-4160-abfc-651ed1b1d138 >15:08:06,555 INFO program: Journal backup: inode blocks >15:08:06,555 INFO program: Journal features: (none) >15:08:06,555 INFO program: Journal size: 32M >15:08:06,555 INFO program: Journal length: 32768 >15:08:06,555 INFO program: Journal sequence: 0x00000028 >15:08:06,556 INFO program: Journal start: 1 >15:08:06,556 INFO program: >15:08:06,556 DEBUG program: Return code: 0 >15:08:06,556 INFO program: Running... resize2fs -P /dev/mapper/live-rw >15:08:06,572 INFO program: resize2fs 1.42.8 (20-Jun-2013) >15:08:06,573 INFO program: Estimated minimum size of the filesystem: 935170 >15:08:06,573 DEBUG program: Return code: 0 >15:08:06,812 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >15:08:06,930 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >15:08:06,930 INFO program: Filesystem volume name: Anaconda >15:08:06,930 INFO program: Last mounted on: /var/tmp/lorax.imgutils.Xp9ShD >15:08:06,930 INFO program: Filesystem UUID: f732107f-db63-474b-a94a-b1d04ea70552 >15:08:06,930 INFO program: Filesystem magic number: 0xEF53 >15:08:06,930 INFO program: Filesystem revision #: 1 (dynamic) >15:08:06,931 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 >15:08:06,931 INFO program: Filesystem flags: signed_directory_hash >15:08:06,931 INFO program: Default mount options: user_xattr acl >15:08:06,931 INFO program: Filesystem state: clean >15:08:06,931 INFO program: Errors behavior: Continue >15:08:06,931 INFO program: Filesystem OS type: Linux >15:08:06,932 INFO program: Inode count: 131072 >15:08:06,932 INFO program: Block count: 2097152 >15:08:06,932 INFO program: Reserved block count: 0 >15:08:06,932 INFO program: Free blocks: 1148265 >15:08:06,932 INFO program: Free inodes: 102524 >15:08:06,932 INFO program: First block: 1 >15:08:06,933 INFO program: Block size: 1024 >15:08:06,933 INFO program: Fragment size: 1024 >15:08:06,933 INFO program: Reserved GDT blocks: 256 >15:08:06,933 INFO program: Blocks per group: 8192 >15:08:06,933 INFO program: Fragments per group: 8192 >15:08:06,934 INFO program: Inodes per group: 512 >15:08:06,934 INFO program: Inode blocks per group: 128 >15:08:06,934 INFO program: Flex block group size: 16 >15:08:06,934 INFO program: Filesystem created: Fri Nov 15 14:18:40 2013 >15:08:06,934 INFO program: Last mount time: Fri Nov 15 14:18:55 2013 >15:08:06,935 INFO program: Last write time: Fri Nov 15 14:18:59 2013 >15:08:06,935 INFO program: Mount count: 2 >15:08:06,935 INFO program: Maximum mount count: -1 >15:08:06,935 INFO program: Last checked: Fri Nov 15 14:18:40 2013 >15:08:06,935 INFO program: Check interval: 0 (<none>) >15:08:06,936 INFO program: Lifetime writes: 32 MB >15:08:06,936 INFO program: Reserved blocks uid: 0 (user root) >15:08:06,936 INFO program: Reserved blocks gid: 0 (group root) >15:08:06,936 INFO program: First inode: 11 >15:08:06,937 INFO program: Inode size: 256 >15:08:06,937 INFO program: Required extra isize: 28 >15:08:06,938 INFO program: Desired extra isize: 28 >15:08:06,938 INFO program: Journal inode: 8 >15:08:06,938 INFO program: Default directory hash: half_md4 >15:08:06,938 INFO program: Directory Hash Seed: 68c62fcc-3eab-4160-abfc-651ed1b1d138 >15:08:06,939 INFO program: Journal backup: inode blocks >15:08:06,940 INFO program: Journal features: (none) >15:08:06,940 INFO program: Journal size: 32M >15:08:06,940 INFO program: Journal length: 32768 >15:08:06,940 INFO program: Journal sequence: 0x00000027 >15:08:06,940 INFO program: Journal start: 0 >15:08:06,940 INFO program: >15:08:06,941 DEBUG program: Return code: 0 >15:08:06,942 INFO program: Running... resize2fs -P /dev/mapper/live-base >15:08:06,967 INFO program: resize2fs 1.42.8 (20-Jun-2013) >15:08:06,967 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >15:08:06,967 INFO program: Couldn't find valid filesystem superblock. >15:08:06,967 DEBUG program: Return code: 1 >15:08:06,990 INFO program: Running... udevadm settle --timeout=300 >15:08:07,001 DEBUG program: Return code: 0 >15:08:07,007 INFO program: Running... udevadm settle --timeout=300 >15:08:07,018 DEBUG program: Return code: 0 >15:08:07,021 INFO program: Running... udevadm settle --timeout=300 >15:08:07,031 DEBUG program: Return code: 0 >15:08:07,033 INFO program: Running... lvm vgchange -a n foobar >15:08:07,054 INFO program: 0 logical volume(s) in volume group "foobar" now active >15:08:07,054 DEBUG program: Return code: 0 >15:08:07,058 INFO program: Running... udevadm settle --timeout=300 >15:08:07,069 DEBUG program: Return code: 0 >15:08:07,480 INFO program: Running... hwclock --hctosys --utc >15:08:08,008 DEBUG program: Return code: 0 >15:08:09,358 INFO program: Running... systemctl status chronyd.service >15:08:09,376 INFO program: chronyd.service - NTP client/server >15:08:09,376 INFO program: Loaded: loaded (/usr/lib/systemd/system/chronyd.service; enabled) >15:08:09,376 INFO program: Active: active (running) since Wed 2013-11-20 15:08:06 UTC; 3s ago >15:08:09,377 INFO program: Process: 1286 ExecStartPost=/usr/libexec/chrony-helper add-dhclient-servers (code=exited, status=0/SUCCESS) >15:08:09,377 INFO program: Process: 1283 ExecStart=/usr/sbin/chronyd -u chrony $OPTIONS (code=exited, status=0/SUCCESS) >15:08:09,377 INFO program: Main PID: 1285 (chronyd) >15:08:09,377 INFO program: CGroup: /system.slice/chronyd.service >15:08:09,377 INFO program: `-1285 /usr/sbin/chronyd -u chrony >15:08:09,377 INFO program: >15:08:09,377 INFO program: Nov 20 15:08:06 localhost systemd[1]: Started NTP client/server. >15:08:09,377 DEBUG program: Return code: 0 >15:08:10,272 INFO program: Running... udevadm settle --timeout=300 >15:08:10,319 DEBUG program: Return code: 0 >15:08:10,333 INFO program: Running... udevadm settle --timeout=300 >15:08:10,370 DEBUG program: Return code: 0 > > >/tmp/storage.log: >15:08:01,999 INFO blivet: ISCSID is /sbin/iscsid >15:08:02,000 INFO blivet: no initiator set >15:08:02,151 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >15:08:02,151 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >15:08:04,596 DEBUG blivet: trying to set new default fstype to 'ext4' >15:08:04,627 DEBUG blivet: Ext4FS.supported: supported: True ; >15:08:04,627 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >15:08:04,628 DEBUG blivet: Ext4FS.supported: supported: True ; >15:08:04,634 DEBUG blivet: trying to set new default fstype to 'xfs' >15:08:04,634 DEBUG blivet: XFS.supported: supported: True ; >15:08:04,714 DEBUG blivet: getFormat('xfs') returning XFS instance >15:08:04,716 DEBUG blivet: XFS.supported: supported: True ; >15:08:05,123 INFO blivet: Detected 1040M of memory >15:08:05,123 INFO blivet: Suggested swap size (2080 M) exceeds 10 % of disk space, using 10 % of disk space (0 M) instead. >15:08:05,123 INFO blivet: Swap attempt of 0M >15:08:05,704 INFO blivet: resetting Blivet (version 0.18.11) instance <blivet.Blivet object at 0x7f2ad78a4b10> >15:08:05,705 INFO blivet: no initiator set >15:08:05,705 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >15:08:05,705 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >15:08:05,916 DEBUG blivet: protected device spec LABEL=RHEL-7.0_x86_64 resolved to sr0 >15:08:05,945 INFO blivet: devices to scan: ['sr0', 'vda', 'vdb', 'loop0', 'loop1', 'loop2', 'dm-0', 'dm-1'] >15:08:05,956 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/RHEL-7.0\\x20x86_64 /dev/disk/by-uuid/2013-11-15-09-20-43-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1384960071', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '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_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'RHEL-7.0_x86_64', > 'ID_FS_LABEL_ENC': 'RHEL-7.0\\x20x86_64', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2013-11-15-09-20-43-00', > 'ID_FS_UUID_ENC': '2013-11-15-09-20-43-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_MODEL': 'QEMU_DVD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20DVD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.4.2', > 'ID_SERIAL': 'QEMU_DVD-ROM_QM00003', > 'ID_SERIAL_SHORT': 'QM00003', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '2592', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/RHEL-7.0\\x20x86_64', > '/dev/disk/by-uuid/2013-11-15-09-20-43-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >15:08:05,958 INFO blivet: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >15:08:05,959 DEBUG blivet: DeviceTree.getDeviceByName: name: sr0 ; >15:08:05,982 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:08:05,982 INFO blivet: sr0 is a cdrom >15:08:05,984 DEBUG blivet: DeviceTree.addUdevOpticalDevice: >15:08:05,986 DEBUG blivet: getFormat('None') returning DeviceFormat instance >15:08:05,987 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >15:08:05,988 INFO blivet: added cdrom sr0 (id 0) to device tree >15:08:05,989 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:08:05,991 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >15:08:05,992 INFO blivet: type detected on 'sr0' is 'iso9660' >15:08:06,001 DEBUG blivet: Iso9660FS.supported: supported: True ; >15:08:06,001 DEBUG blivet: getFormat('iso9660') returning Iso9660FS instance >15:08:06,002 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >15:08:06,009 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:08:06,012 DEBUG blivet: looking up parted Device: /dev/sr0 >15:08:06,041 INFO blivet: got device: OpticalDevice instance (0x7f2acd7a4f50) -- > name = sr0 status = True kids = 0 id = 0 > parents = [] > uuid = None size = 284.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 145408 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (9, 255, 63) biosGeometry: (9, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ad069fa70> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >15:08:06,042 DEBUG blivet: Iso9660FS.supported: supported: True ; >15:08:06,042 INFO blivet: got format: Iso9660FS instance (0x223bd90) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2013-11-15-09-20-43-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = RHEL-7.0_x86_64 size = 0.0 targetSize = 0.0 > >15:08:06,046 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1384960071', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '4129', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda'} ; name: vda ; >15:08:06,047 INFO blivet: scanning vda (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda)... >15:08:06,047 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >15:08:06,049 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:08:06,052 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: vda ; >15:08:06,052 INFO blivet: vda is a disk >15:08:06,053 DEBUG blivet: getFormat('None') returning DeviceFormat instance >15:08:06,054 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: None ; >15:08:06,090 INFO blivet: added disk vda (id 1) to device tree >15:08:06,090 DEBUG blivet: looking up parted Device: /dev/vda >15:08:06,093 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vda ; >15:08:06,110 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vda ; label_type: None ; >15:08:06,111 DEBUG blivet: getFormat('None') returning DeviceFormat instance >15:08:06,112 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >15:08:06,112 DEBUG blivet: required disklabel type for vda (15) is None >15:08:06,112 DEBUG blivet: default disklabel type for vda is msdos >15:08:06,112 DEBUG blivet: selecting msdos disklabel for vda based on size >15:08:06,113 DEBUG blivet: DiskLabel.__init__: device: /dev/vda ; labelType: msdos ; exists: True ; >15:08:06,117 INFO blivet: no usable disklabel on vda >15:08:06,124 DEBUG blivet: no type or existing type for vda, bailing >15:08:06,125 INFO blivet: got device: DiskDevice instance (0x2255a90) -- > name = vda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 8192.0 > format = existing None > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x2263950> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f2acd5dd790> >15:08:06,127 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:08.0/virtio4/block/vdb', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1384960071', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'seA8ZT-zEGr-pFob-IfEd-uenI-nTO7-d2CKe6', > 'ID_FS_UUID_ENC': 'seA8ZT-zEGr-pFob-IfEd-uenI-nTO7-d2CKe6', > 'ID_FS_VERSION': 'LVM2 001', > 'MAJOR': '252', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '4224', > 'name': 'vdb', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:08.0/virtio4/block/vdb'} ; name: vdb ; >15:08:06,128 INFO blivet: scanning vdb (/devices/pci0000:00/0000:00:08.0/virtio4/block/vdb)... >15:08:06,155 DEBUG blivet: DeviceTree.getDeviceByName: name: vdb ; >15:08:06,156 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:08:06,180 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: vdb ; >15:08:06,180 INFO blivet: vdb is a disk >15:08:06,181 DEBUG blivet: getFormat('None') returning DeviceFormat instance >15:08:06,182 DEBUG blivet: DiskDevice._setFormat: vdb ; current: None ; type: None ; >15:08:06,197 INFO blivet: added disk vdb (id 2) to device tree >15:08:06,197 DEBUG blivet: looking up parted Device: /dev/vdb >15:08:06,199 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vdb ; >15:08:06,201 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vdb ; label_type: None ; >15:08:06,202 DEBUG blivet: LVMPhysicalVolume.__init__: >15:08:06,203 DEBUG blivet: getFormat('LVM2_member') returning LVMPhysicalVolume instance >15:08:06,203 DEBUG blivet: device vdb does not contain a disklabel >15:08:06,245 INFO blivet: type detected on 'vdb' is 'LVM2_member' >15:08:06,246 DEBUG blivet: LVMPhysicalVolume.__init__: vgName: foobar ; uuid: seA8ZT-zEGr-pFob-IfEd-uenI-nTO7-d2CKe6 ; exists: True ; vgUuid: aoNmN5-4x3y-k94p-tgyR-15eH-hRMn-IWLyBp ; label: None ; peStart: 1.0 ; device: /dev/vdb ; serial: None ; >15:08:06,250 DEBUG blivet: getFormat('LVM2_member') returning LVMPhysicalVolume instance >15:08:06,250 DEBUG blivet: DiskDevice._setFormat: vdb ; current: None ; type: lvmpv ; >15:08:06,251 DEBUG blivet: DeviceTree.handleUdevLVMPVFormat: type: lvmpv ; name: vdb ; >15:08:06,252 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >15:08:06,253 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: vdb ; >15:08:06,254 DEBUG blivet: getFormat('None') returning DeviceFormat instance >15:08:06,258 DEBUG blivet: LVMVolumeGroupDevice._setFormat: foobar ; current: None ; type: None ; >15:08:06,258 INFO blivet: added lvmvg foobar (id 3) to device tree >15:08:06,269 WARN blivet: invalid data for vdb: 'LVM2_LV_NAME' >15:08:06,271 INFO blivet: got device: DiskDevice instance (0x7f2ac9c7a950) -- > name = vdb status = True kids = 1 id = 2 > parents = [] > uuid = None size = 8192.0 > format = existing lvmpv > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:08.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ad0630b90> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f2ac9c7a9d0> >15:08:06,271 INFO blivet: got format: LVMPhysicalVolume instance (0x7f2acd617d50) -- > type = lvmpv name = physical volume (LVM) status = False > device = /dev/vdb uuid = seA8ZT-zEGr-pFob-IfEd-uenI-nTO7-d2CKe6 exists = True > options = None supported = True formattable = True resizable = False > vgName = foobar vgUUID = aoNmN5-4x3y-k94p-tgyR-15eH-hRMn-IWLyBp peStart = 1.0 >15:08:06,283 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1384960071', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '7975', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >15:08:06,284 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >15:08:06,285 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; >15:08:06,287 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:08:06,287 INFO blivet: loop0 is a loop device >15:08:06,288 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >15:08:06,290 DEBUG blivet: DeviceTree.getDeviceByName: name: /run/install/repo/LiveOS/squashfs.img ; >15:08:06,292 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:08:06,296 DEBUG blivet: getFormat('None') returning DeviceFormat instance >15:08:06,305 DEBUG blivet: FileDevice._setFormat: /run/install/repo/LiveOS/squashfs.img ; current: None ; type: None ; >15:08:06,305 INFO blivet: added file /run/install/repo/LiveOS/squashfs.img (id 4) to device tree >15:08:06,306 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/install/repo/LiveOS/squashfs.img ; >15:08:06,306 DEBUG blivet: getFormat('None') returning DeviceFormat instance >15:08:06,312 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >15:08:06,317 INFO blivet: added loop loop0 (id 5) to device tree >15:08:06,327 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >15:08:06,338 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >15:08:06,344 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >15:08:06,344 DEBUG blivet: device loop0 does not contain a disklabel >15:08:06,344 INFO blivet: type detected on 'loop0' is 'squashfs' >15:08:06,345 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >15:08:06,345 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: squashfs ; >15:08:06,346 INFO blivet: got device: LoopDevice instance (0x7f2acd783a90) -- > name = loop0 status = False kids = 0 id = 5 > parents = ['existing 0MB file /run/install/repo/LiveOS/squashfs.img (4)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >15:08:06,346 INFO blivet: got format: DeviceFormat instance (0x7f2acd783990) -- > type = squashfs name = squashfs status = False > device = /dev/loop0 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >15:08:06,348 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/f732107f-db63-474b-a94a-b1d04ea70552', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1384960071', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f732107f-db63-474b-a94a-b1d04ea70552', > 'ID_FS_UUID_ENC': 'f732107f-db63-474b-a94a-b1d04ea70552', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '8081', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/f732107f-db63-474b-a94a-b1d04ea70552'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >15:08:06,353 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >15:08:06,354 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >15:08:06,355 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:08:06,355 INFO blivet: loop1 is a loop device >15:08:06,356 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >15:08:06,358 DEBUG blivet: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >15:08:06,363 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:08:06,363 DEBUG blivet: getFormat('None') returning DeviceFormat instance >15:08:06,364 DEBUG blivet: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >15:08:06,364 INFO blivet: added file /LiveOS/rootfs.img (id 6) to device tree >15:08:06,365 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >15:08:06,366 DEBUG blivet: getFormat('None') returning DeviceFormat instance >15:08:06,366 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >15:08:06,367 INFO blivet: added loop loop1 (id 7) to device tree >15:08:06,368 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >15:08:06,370 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >15:08:06,375 DEBUG blivet: Ext4FS.supported: supported: True ; >15:08:06,376 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >15:08:06,376 DEBUG blivet: device loop1 does not contain a disklabel >15:08:06,377 INFO blivet: type detected on 'loop1' is 'ext4' >15:08:06,482 DEBUG blivet: using current size 0 as min size >15:08:06,483 DEBUG blivet: Ext4FS.supported: supported: True ; >15:08:06,484 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >15:08:06,484 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >15:08:06,485 INFO blivet: got device: LoopDevice instance (0x7f2acd783a10) -- > name = loop1 status = False kids = 0 id = 7 > parents = ['existing 0MB file /LiveOS/rootfs.img (6)'] > 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 >15:08:06,487 DEBUG blivet: Ext4FS.supported: supported: True ; >15:08:06,489 INFO blivet: got format: Ext4FS instance (0x7f2ad93e0110) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = f732107f-db63-474b-a94a-b1d04ea70552 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >15:08:06,497 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1384960071', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '8155', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >15:08:06,502 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >15:08:06,506 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >15:08:06,507 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:08:06,507 INFO blivet: loop2 is a loop device >15:08:06,508 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >15:08:06,508 DEBUG blivet: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >15:08:06,509 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:08:06,509 DEBUG blivet: getFormat('None') returning DeviceFormat instance >15:08:06,510 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >15:08:06,511 INFO blivet: added file /overlay (deleted) (id 8) to device tree >15:08:06,511 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >15:08:06,512 DEBUG blivet: getFormat('None') returning DeviceFormat instance >15:08:06,513 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >15:08:06,513 INFO blivet: added loop loop2 (id 9) to device tree >15:08:06,513 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >15:08:06,514 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >15:08:06,514 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >15:08:06,515 DEBUG blivet: device loop2 does not contain a disklabel >15:08:06,515 INFO blivet: type detected on 'loop2' is 'DM_snapshot_cow' >15:08:06,515 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >15:08:06,516 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: DM_snapshot_cow ; >15:08:06,516 INFO blivet: got device: LoopDevice instance (0x7f2acd783850) -- > name = loop2 status = False kids = 0 id = 9 > parents = ['existing 0MB file /overlay (deleted) (8)'] > uuid = None size = 0 > format = existing DM_snapshot_cow > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >15:08:06,517 INFO blivet: got format: DeviceFormat instance (0x7f2ad93e0410) -- > type = DM_snapshot_cow name = DM_snapshot_cow status = False > device = /dev/loop2 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >15:08:06,519 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/f732107f-db63-474b-a94a-b1d04ea70552 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1384960071', > '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': 'f732107f-db63-474b-a94a-b1d04ea70552', > 'ID_FS_UUID_ENC': 'f732107f-db63-474b-a94a-b1d04ea70552', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '30258', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/f732107f-db63-474b-a94a-b1d04ea70552', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >15:08:06,519 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >15:08:06,520 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >15:08:06,521 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:08:06,521 INFO blivet: live-rw is a device-mapper device >15:08:06,521 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >15:08:06,522 DEBUG blivet: LVMVolumeGroupDevice.getDMNode: foobar ; status: True ; >15:08:06,523 DEBUG blivet: failed to find dm node for foobar >15:08:06,523 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >15:08:06,524 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (7) with existing ext4 filesystem >15:08:06,525 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >15:08:06,526 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (9) with existing DM_snapshot_cow >15:08:06,527 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >15:08:06,528 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:08:06,529 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop2 ; >15:08:06,529 DEBUG blivet: getFormat('None') returning DeviceFormat instance >15:08:06,530 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >15:08:06,530 INFO blivet: added dm live-rw (id 10) to device tree >15:08:06,531 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >15:08:06,532 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >15:08:06,533 DEBUG blivet: Ext4FS.supported: supported: True ; >15:08:06,533 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >15:08:06,533 DEBUG blivet: device live-rw does not contain a disklabel >15:08:06,534 INFO blivet: type detected on 'live-rw' is 'ext4' >15:08:06,580 DEBUG blivet: padding min size from 914 up to 1005 >15:08:06,591 DEBUG blivet: Ext4FS.supported: supported: True ; >15:08:06,592 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >15:08:06,593 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >15:08:06,594 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >15:08:06,774 INFO blivet: got device: DMDevice instance (0x7f2ad93e0710) -- > name = live-rw status = True kids = 0 id = 10 > parents = ['existing 0MB loop loop2 (9) with existing DM_snapshot_cow'] > uuid = None size = 2048.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ac9c9d710> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >15:08:06,776 DEBUG blivet: Ext4FS.supported: supported: True ; >15:08:06,779 INFO blivet: got format: Ext4FS instance (0x7f2ad93e08d0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = f732107f-db63-474b-a94a-b1d04ea70552 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >15:08:06,784 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/Anaconda /dev/disk/by-uuid/f732107f-db63-474b-a94a-b1d04ea70552 /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1384960071', > 'DM_NAME': 'live-base', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f732107f-db63-474b-a94a-b1d04ea70552', > 'ID_FS_UUID_ENC': 'f732107f-db63-474b-a94a-b1d04ea70552', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '41696', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/f732107f-db63-474b-a94a-b1d04ea70552', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >15:08:06,789 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >15:08:06,790 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >15:08:06,790 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:08:06,791 INFO blivet: live-base is a device-mapper device >15:08:06,791 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >15:08:06,792 DEBUG blivet: LVMVolumeGroupDevice.getDMNode: foobar ; status: True ; >15:08:06,802 DEBUG blivet: failed to find dm node for foobar >15:08:06,803 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >15:08:06,804 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >15:08:06,805 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (7) with existing ext4 filesystem >15:08:06,806 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >15:08:06,807 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:08:06,808 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop1 ; >15:08:06,808 DEBUG blivet: getFormat('None') returning DeviceFormat instance >15:08:06,809 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >15:08:06,809 INFO blivet: added dm live-base (id 11) to device tree >15:08:06,810 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >15:08:06,810 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >15:08:06,811 DEBUG blivet: Ext4FS.supported: supported: True ; >15:08:06,811 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >15:08:06,812 DEBUG blivet: device live-base does not contain a disklabel >15:08:06,812 INFO blivet: type detected on 'live-base' is 'ext4' >15:08:06,967 DEBUG blivet: using current size 0 as min size >15:08:06,969 DEBUG blivet: Ext4FS.supported: supported: True ; >15:08:06,969 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >15:08:06,970 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >15:08:06,972 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >15:08:06,974 INFO blivet: got device: DMDevice instance (0x7f2ad93e01d0) -- > name = live-base status = True kids = 0 id = 11 > parents = ['existing 0MB loop loop1 (7) with existing ext4 filesystem'] > uuid = None size = 2048.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ac9c9d7a0> > target size = 0 path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >15:08:06,976 DEBUG blivet: Ext4FS.supported: supported: True ; >15:08:06,990 INFO blivet: got format: Ext4FS instance (0x7f2ad93e04d0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-base uuid = f732107f-db63-474b-a94a-b1d04ea70552 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >15:08:07,005 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >15:08:07,006 DEBUG blivet: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >15:08:07,007 DEBUG blivet: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >15:08:07,019 DEBUG blivet: LVMVolumeGroupDevice.teardown: foobar ; status: True ; controllable: True ; >15:08:07,020 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/foobar ; status: False ; type: None ; >15:08:07,021 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/foobar ; status: False ; type: None ; >15:08:07,032 DEBUG blivet: LVMVolumeGroupDevice._teardown: foobar ; status: True ; controllable: True ; >15:08:07,055 DEBUG blivet: DiskDevice.teardown: vdb ; status: True ; controllable: True ; >15:08:07,057 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/vdb ; status: False ; type: lvmpv ; >15:08:07,058 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/vdb ; status: False ; type: lvmpv ; >15:08:07,070 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >15:08:07,070 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >15:08:07,071 INFO blivet: edd: collected mbr signatures: {} >15:08:07,071 DEBUG blivet: edd: data extracted from 0x80: > type: SCSI, ata_device: None > channel: 0, mbr_signature: None > pci_dev: 00:06.0, scsi_id: 0 > scsi_lun: 0, sectors: 16777216 >15:08:07,072 DEBUG blivet: edd: matched 0x80 to vda using pci_dev >15:08:07,072 DEBUG blivet: edd: data extracted from 0x81: > type: SCSI, ata_device: None > channel: 0, mbr_signature: None > pci_dev: 00:08.0, scsi_id: 0 > scsi_lun: 0, sectors: 16777216 >15:08:07,072 DEBUG blivet: edd: matched 0x81 to vdb using pci_dev >15:08:07,458 DEBUG blivet: foobar size is 8188MB >15:08:07,459 DEBUG blivet: vg foobar has 8188MB free >15:08:07,460 DEBUG blivet: foobar size is 8188MB >15:08:07,460 DEBUG blivet: vg foobar has 8188MB free >15:08:07,461 DEBUG blivet: Ext4FS.supported: supported: True ; >15:08:07,465 DEBUG blivet: Ext4FS.supported: supported: True ; >15:08:07,467 DEBUG blivet: Ext4FS.supported: supported: True ; >15:08:07,470 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:08:07,478 DEBUG blivet: Iso9660FS.supported: supported: True ; >15:08:07,479 DEBUG blivet: onlyuse is now: vda,vdb >15:08:08,163 DEBUG blivet: /dev/sr0 is mounted on /run/install/repo >15:08:09,954 DEBUG blivet: Iso9660FS.supported: supported: True ; >15:08:09,955 DEBUG blivet: Iso9660FS.supported: supported: True ; >15:08:09,955 DEBUG blivet: NFSv4.supported: supported: False ; >15:08:09,958 DEBUG blivet: NFSv4.supported: supported: False ; >15:08:09,958 DEBUG blivet: SELinuxFS.supported: supported: False ; >15:08:09,959 DEBUG blivet: SELinuxFS.supported: supported: False ; >15:08:09,961 DEBUG blivet: Ext4FS.supported: supported: True ; >15:08:09,961 DEBUG blivet: Ext4FS.supported: supported: True ; >15:08:10,139 DEBUG blivet: Ext3FS.supported: supported: True ; >15:08:10,144 DEBUG blivet: Ext3FS.supported: supported: True ; >15:08:10,214 DEBUG blivet: clearpart: initializing vda >15:08:10,216 DEBUG blivet: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >15:08:10,216 DEBUG blivet: getFormat('None') returning DeviceFormat instance >15:08:10,217 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: None ; >15:08:10,217 INFO blivet: registered action: [0] Destroy Format None on disk vda (id 1) >15:08:10,217 DEBUG blivet: required disklabel type for vda (15) is None >15:08:10,217 DEBUG blivet: default disklabel type for vda is msdos >15:08:10,218 DEBUG blivet: selecting msdos disklabel for vda based on size >15:08:10,220 DEBUG blivet: DiskLabel.__init__: device: /dev/vda ; labelType: msdos ; >15:08:10,221 DEBUG blivet: DiskLabel.freshPartedDisk: device: /dev/vda ; labelType: msdos ; >15:08:10,229 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f2ac9c5bad0> > PedDisk: <_ped.Disk object at 0x7f2ac9c60440> >15:08:10,229 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >15:08:10,230 DEBUG blivet: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >15:08:10,231 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: disklabel ; >15:08:10,231 INFO blivet: registered action: [1] Create Format msdos disklabel on disk vda (id 1) >15:08:10,231 DEBUG blivet: clearpart: initializing vdb >15:08:10,233 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/vdb ; status: False ; type: lvmpv ; >15:08:10,234 DEBUG blivet: getFormat('None') returning DeviceFormat instance >15:08:10,235 DEBUG blivet: DiskDevice._setFormat: vdb ; current: lvmpv ; type: None ; >15:08:10,237 DEBUG blivet: Ext2FS.supported: supported: True ; >15:08:10,244 DEBUG blivet: Ext2FS.supported: supported: True ; >15:08:10,245 INFO blivet: registered action: [2] Destroy Format lvmpv on disk vdb (id 2) >15:08:10,247 DEBUG blivet: required disklabel type for vdb (15) is None >15:08:10,248 DEBUG blivet: default disklabel type for vdb is msdos >15:08:10,250 DEBUG blivet: selecting msdos disklabel for vdb based on size >15:08:10,254 DEBUG blivet: DiskLabel.__init__: device: /dev/vdb ; labelType: msdos ; >15:08:10,256 DEBUG blivet: DiskLabel.freshPartedDisk: device: /dev/vdb ; labelType: msdos ; >15:08:10,259 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f2ac9ae4190> > PedDisk: <_ped.Disk object at 0x7f2ac9ae3b00> >15:08:10,262 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >15:08:10,263 DEBUG blivet: DeviceFormat.teardown: device: /dev/vdb ; status: False ; type: None ; >15:08:10,266 DEBUG blivet: DiskDevice._setFormat: vdb ; current: None ; type: disklabel ; >15:08:10,269 INFO blivet: registered action: [3] Create Format msdos disklabel on disk vdb (id 2) >15:08:10,322 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >15:08:10,325 DEBUG blivet: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >15:08:10,328 DEBUG blivet: XFS.supported: supported: True ; >15:08:10,331 DEBUG blivet: getFormat('xfs') returning XFS instance >15:08:10,373 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >15:08:10,375 DEBUG blivet: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >15:08:10,378 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: vda ; >15:08:10,387 DEBUG blivet: PartitionDevice._setFormat: req0 ; >15:08:10,389 DEBUG blivet: PartitionDevice._setFormat: req0 ; current: None ; type: xfs ; >15:08:10,390 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: vda ; >15:08:10,390 INFO blivet: added partition req0 (id 12) to device tree >15:08:10,391 INFO blivet: registered action: [4] Create Device partition req0 (id 12) >15:08:10,391 DEBUG blivet: getFormat('None') returning DeviceFormat instance >15:08:10,392 INFO blivet: registered action: [5] Create Format xfs filesystem mounted at /boot on partition req0 (id 12) >15:08:10,396 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >15:08:10,399 DEBUG blivet: DiskDevice.setup: vdb ; status: True ; controllable: True ; orig: False ; >15:08:10,402 DEBUG blivet: removing all non-preexisting partitions ['req0(id 12)'] from disk(s) ['vda', 'vdb'] >15:08:10,405 DEBUG blivet: allocatePartitions: disks=['vda', 'vdb'] ; partitions=['req0(id 12)'] >15:08:10,408 DEBUG blivet: removing all non-preexisting partitions ['req0(id 12)'] from disk(s) ['vda', 'vdb'] >15:08:10,416 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >15:08:10,419 DEBUG blivet: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >15:08:10,422 DEBUG blivet: resolved 'vda' to 'vda' (disk) >15:08:10,424 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >15:08:10,428 DEBUG blivet: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >15:08:10,429 DEBUG blivet: resolved 'vda' to 'vda' (disk) >15:08:10,430 DEBUG blivet: allocating partition: req0 ; id: 12 ; disks: ['vda'] ; >boot: True ; primary: False ; size: 1000MB ; grow: False ; max_size: 0 ; start: None ; end: None >15:08:10,431 DEBUG blivet: checking freespace on vda >15:08:10,432 DEBUG blivet: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=1000MB boot=True best=None grow=False start=None >15:08:10,433 DEBUG blivet: checking 63-16777215 (8191 MB) >15:08:10,435 DEBUG blivet: current free range is 63-16777215 (8191MB) >15:08:10,436 DEBUG blivet: updating use_disk to vda, type: 0 >15:08:10,436 DEBUG blivet: new free: 63-16777215 / 8191MB >15:08:10,437 DEBUG blivet: new free allows for 0 sectors of growth >15:08:10,438 DEBUG blivet: found free space for bootable request >15:08:10,439 DEBUG blivet: adjusted start sector from 63 to 2048 >15:08:10,441 DEBUG blivet: created partition vda1 of 1000MB and added it to /dev/vda >15:08:10,444 DEBUG blivet: PartitionDevice._setPartedPartition: req0 ; >15:08:10,447 DEBUG blivet: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ac9c5ba90> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ac9b0a710> PedPartition: <_ped.Partition object at 0x7f2ac9b09bf0> >15:08:10,449 DEBUG blivet: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >15:08:10,452 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: vda ; >15:08:10,456 DEBUG blivet: PartitionDevice._setPartedPartition: vda1 ; >15:08:10,460 DEBUG blivet: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ac9c5ba90> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ac9b0a610> PedPartition: <_ped.Partition object at 0x7f2ac9b09b90> >15:08:10,461 DEBUG blivet: growPartitions: disks=['vda', 'vdb'], partitions=['vda1(id 12)'] >15:08:10,462 DEBUG blivet: no growable partitions >15:08:10,463 DEBUG blivet: fixing size of non-existent 1000MB partition vda1 (12) with non-existent xfs filesystem mounted at /boot at 1000.00 >15:08:10,466 DEBUG blivet: DeviceTree.getDeviceByName: name: foobar ; >15:08:10,521 DEBUG blivet: SysFS.supported: supported: False ; >15:08:10,521 DEBUG blivet: SysFS.supported: supported: False ; >15:08:10,522 DEBUG blivet: MultipathMember.__init__: >15:08:10,523 DEBUG blivet: MDRaidMember.__init__: >15:08:10,523 DEBUG blivet: ProcFS.supported: supported: False ; >15:08:10,524 DEBUG blivet: ProcFS.supported: supported: False ; >15:08:10,525 DEBUG blivet: SwapSpace.__init__: > > >/tmp/ifcfg.log: >15:08:05,146 DEBUG ifcfg: content of files (network initialization): >15:08:05,146 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: >15:08:05,147 DEBUG ifcfg: # Generated by parse-kickstart >15:08:05,147 DEBUG ifcfg: IPV6INIT=yes >15:08:05,147 DEBUG ifcfg: HWADDR=52:54:00:28:ef:e5 >15:08:05,147 DEBUG ifcfg: BOOTPROTO=dhcp >15:08:05,147 DEBUG ifcfg: DEVICE=eth0 >15:08:05,147 DEBUG ifcfg: ONBOOT=yes >15:08:05,147 DEBUG ifcfg: UUID=077f993c-3de6-4a6e-bc62-52f6cab82baf >15:08:05,161 DEBUG ifcfg: all settings: [GLib.Variant('(a{sa{sv}})', ({'connection': {'id': <'System eth0'>, 'uuid': <'077f993c-3de6-4a6e-bc62-52f6cab82baf'>, 'interface-name': <'eth0'>, 'type': <'802-3-ethernet'>}, 'ipv4': {'addresses': <@aau []>, 'dns': <@au []>, 'method': <'auto'>, 'routes': <@aau []>}, '802-3-ethernet': {'s390-options': <@a{ss} {}>, 'mac-address': <[byte 0x52, 0x54, 0x00, 0x28, 0xef, 0xe5]>}, 'ipv6': {'addresses': <@a(ayuay) []>, 'dns': <@aay []>, 'method': <'auto'>, 'routes': <@a(ayuayu) []>}},)), GLib.Variant('(a{sa{sv}})', ({'connection': {'id': <'lo'>, 'uuid': <'99951082-592b-4e47-9637-be840f466ff9'>, 'autoconnect': <false>, 'type': <'generic'>, 'timestamp': <uint64 1384960078>}, 'ipv4': {'addresses': <[[uint32 16777343, 8, 0]]>, 'dns': <@au []>, 'method': <'manual'>, 'routes': <@aau []>}, 'generic': {}, 'ipv6': {'addresses': <[([byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01], uint32 128, [byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00])]>, 'dns': <@aay []>, 'method': <'manual'>, 'routes': <@a(ayuayu) []>}},)), GLib.Variant('(a{sa{sv}})', ({'connection': {'id': <'eth0'>, 'uuid': <'8533ad9c-b463-4a8d-8ca6-04688cd47579'>, 'autoconnect': <false>, 'type': <'802-3-ethernet'>, 'timestamp': <uint64 1384960078>}, 'ipv4': {'addresses': <[[uint32 947562688, 24, 24815808]]>, 'dns': <@au []>, 'method': <'manual'>, 'routes': <@aau []>}, '802-3-ethernet': {'s390-options': <@a{ss} {}>, 'mac-address': <[byte 0x52, 0x54, 0x00, 0x28, 0xef, 0xe5]>}, 'ipv6': {'addresses': <@a(ayuay) []>, 'dns': <@aay []>, 'method': <'link-local'>, 'routes': <@a(ayuayu) []>}},))] >15:08:05,293 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >15:08:05,293 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >15:08:05,365 DEBUG ifcfg: content of files (setting real kickstart ONBOOT value for devices ['eth0']): >15:08:05,365 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: >15:08:05,365 DEBUG ifcfg: # Generated by parse-kickstart >15:08:05,365 DEBUG ifcfg: IPV6INIT=yes >15:08:05,365 DEBUG ifcfg: HWADDR=52:54:00:28:ef:e5 >15:08:05,365 DEBUG ifcfg: BOOTPROTO=dhcp >15:08:05,366 DEBUG ifcfg: DEVICE=eth0 >15:08:05,366 DEBUG ifcfg: ONBOOT=yes >15:08:05,366 DEBUG ifcfg: UUID=077f993c-3de6-4a6e-bc62-52f6cab82baf >15:08:05,378 DEBUG ifcfg: all settings: [GLib.Variant('(a{sa{sv}})', ({'connection': {'id': <'System eth0'>, 'uuid': <'077f993c-3de6-4a6e-bc62-52f6cab82baf'>, 'interface-name': <'eth0'>, 'type': <'802-3-ethernet'>}, 'ipv4': {'addresses': <@aau []>, 'dns': <@au []>, 'method': <'auto'>, 'routes': <@aau []>}, '802-3-ethernet': {'s390-options': <@a{ss} {}>, 'mac-address': <[byte 0x52, 0x54, 0x00, 0x28, 0xef, 0xe5]>}, 'ipv6': {'addresses': <@a(ayuay) []>, 'dns': <@aay []>, 'method': <'auto'>, 'routes': <@a(ayuayu) []>}},)), GLib.Variant('(a{sa{sv}})', ({'connection': {'id': <'lo'>, 'uuid': <'99951082-592b-4e47-9637-be840f466ff9'>, 'autoconnect': <false>, 'type': <'generic'>, 'timestamp': <uint64 1384960078>}, 'ipv4': {'addresses': <[[uint32 16777343, 8, 0]]>, 'dns': <@au []>, 'method': <'manual'>, 'routes': <@aau []>}, 'generic': {}, 'ipv6': {'addresses': <[([byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01], uint32 128, [byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00])]>, 'dns': <@aay []>, 'method': <'manual'>, 'routes': <@a(ayuayu) []>}},)), GLib.Variant('(a{sa{sv}})', ({'connection': {'id': <'eth0'>, 'uuid': <'8533ad9c-b463-4a8d-8ca6-04688cd47579'>, 'autoconnect': <false>, 'type': <'802-3-ethernet'>, 'timestamp': <uint64 1384960078>}, 'ipv4': {'addresses': <[[uint32 947562688, 24, 24815808]]>, 'dns': <@au []>, 'method': <'manual'>, 'routes': <@aau []>}, '802-3-ethernet': {'s390-options': <@a{ss} {}>, 'mac-address': <[byte 0x52, 0x54, 0x00, 0x28, 0xef, 0xe5]>}, 'ipv6': {'addresses': <@a(ayuay) []>, 'dns': <@aay []>, 'method': <'link-local'>, 'routes': <@a(ayuayu) []>}},))] > > >/proc/cmdline: >initrd=initrd.img inst.stage2=hd:LABEL=RHEL-7.0\x20x86_64 quiet ks=http://file.brq.redhat.com/~pkotvan/ks/raw-lvm BOOT_IMAGE=vmlinuz > > >/tmp/syslog: >15:07:54,078 INFO rsyslogd: [origin software="rsyslogd" swVersion="7.4.2" x-pid="1029" x-info="http://www.rsyslog.com"] start >15:07:54,087 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >15:07:54,087 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >15:07:54,087 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuacct >15:07:54,088 NOTICE kernel:[ 0.000000] Linux version 3.10.0-50.el7.x86_64 (mockbuild@x86-017.build.eng.bos.redhat.com) (gcc version 4.8.2 20131106 (Red Hat 4.8.2-3) (GCC) ) #1 SMP Wed Nov 13 13:00:07 EST 2013 >15:07:54,088 INFO kernel:[ 0.000000] Command line: initrd=initrd.img inst.stage2=hd:LABEL=RHEL-7.0\x20x86_64 quiet ks=http://file.brq.redhat.com/~pkotvan/ks/raw-lvm BOOT_IMAGE=vmlinuz >15:07:54,088 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >15:07:54,088 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable >15:07:54,088 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved >15:07:54,088 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >15:07:54,088 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffdfff] usable >15:07:54,088 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000003fffe000-0x000000003fffffff] reserved >15:07:54,088 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved >15:07:54,088 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved >15:07:54,088 INFO kernel:[ 0.000000] NX (Execute Disable) protection: active >15:07:54,088 INFO kernel:[ 0.000000] SMBIOS 2.4 present. >15:07:54,088 DEBUG kernel:[ 0.000000] DMI: Bochs Bochs, BIOS Bochs 01/01/2011 >15:07:54,088 INFO kernel:[ 0.000000] Hypervisor detected: KVM >15:07:54,088 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >15:07:54,088 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >15:07:54,088 INFO kernel:[ 0.000000] No AGP bridge found >15:07:54,088 INFO kernel:[ 0.000000] e820: last_pfn = 0x3fffe max_arch_pfn = 0x400000000 >15:07:54,088 DEBUG kernel:[ 0.000000] MTRR default type: write-back >15:07:54,088 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >15:07:54,088 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >15:07:54,088 DEBUG kernel:[ 0.000000] A0000-BFFFF uncachable >15:07:54,088 DEBUG kernel:[ 0.000000] C0000-FFFFF write-protect >15:07:54,088 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >15:07:54,088 DEBUG kernel:[ 0.000000] 0 base 0080000000 mask FF80000000 uncachable >15:07:54,088 DEBUG kernel:[ 0.000000] 1 disabled >15:07:54,088 DEBUG kernel:[ 0.000000] 2 disabled >15:07:54,088 DEBUG kernel:[ 0.000000] 3 disabled >15:07:54,088 DEBUG kernel:[ 0.000000] 4 disabled >15:07:54,088 DEBUG kernel:[ 0.000000] 5 disabled >15:07:54,088 DEBUG kernel:[ 0.000000] 6 disabled >15:07:54,088 DEBUG kernel:[ 0.000000] 7 disabled >15:07:54,088 INFO kernel:[ 0.000000] PAT not supported by CPU. >15:07:54,088 INFO kernel:[ 0.000000] found SMP MP-table at [mem 0x000fdad0-0x000fdadf] mapped at [ffff8800000fdad0] >15:07:54,088 DEBUG kernel:[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576 >15:07:54,088 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] >15:07:54,088 DEBUG kernel:[ 0.000000] [mem 0x00000000-0x000fffff] page 4k >15:07:54,088 DEBUG kernel:[ 0.000000] BRK [0x01da6000, 0x01da6fff] PGTABLE >15:07:54,088 DEBUG kernel:[ 0.000000] BRK [0x01da7000, 0x01da7fff] PGTABLE >15:07:54,088 DEBUG kernel:[ 0.000000] BRK [0x01da8000, 0x01da8fff] PGTABLE >15:07:54,088 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x3de00000-0x3dffffff] >15:07:54,088 DEBUG kernel:[ 0.000000] [mem 0x3de00000-0x3dffffff] page 2M >15:07:54,088 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x3c000000-0x3ddfffff] >15:07:54,088 DEBUG kernel:[ 0.000000] [mem 0x3c000000-0x3ddfffff] page 2M >15:07:54,088 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00100000-0x3bffffff] >15:07:54,088 DEBUG kernel:[ 0.000000] [mem 0x00100000-0x001fffff] page 4k >15:07:54,088 DEBUG kernel:[ 0.000000] [mem 0x00200000-0x3bffffff] page 2M >15:07:54,088 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x3e000000-0x3fffdfff] >15:07:54,088 DEBUG kernel:[ 0.000000] [mem 0x3e000000-0x3fdfffff] page 2M >15:07:54,088 DEBUG kernel:[ 0.000000] [mem 0x3fe00000-0x3fffdfff] page 4k >15:07:54,088 DEBUG kernel:[ 0.000000] BRK [0x01da9000, 0x01da9fff] PGTABLE >15:07:54,088 INFO kernel:[ 0.000000] RAMDISK: [mem 0x3e19b000-0x3ffdcfff] >15:07:54,088 WARNING kernel:[ 0.000000] ACPI: RSDP 00000000000fd970 00014 (v00 BOCHS ) >15:07:54,088 WARNING kernel:[ 0.000000] ACPI: RSDT 000000003fffe4b0 00034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) >15:07:54,088 WARNING kernel:[ 0.000000] ACPI: FACP 000000003fffff80 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) >15:07:54,088 WARNING kernel:[ 0.000000] ACPI: DSDT 000000003fffe4f0 011A9 (v01 BXPC BXDSDT 00000001 INTL 20100528) >15:07:54,088 WARNING kernel:[ 0.000000] ACPI: FACS 000000003fffff40 00040 >15:07:54,088 WARNING kernel:[ 0.000000] ACPI: SSDT 000000003ffff800 00735 (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001) >15:07:54,088 WARNING kernel:[ 0.000000] ACPI: APIC 000000003ffff6e0 00078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) >15:07:54,088 WARNING kernel:[ 0.000000] ACPI: HPET 000000003ffff6a0 00038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) >15:07:54,088 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >15:07:54,088 INFO kernel:[ 0.000000] No NUMA configuration found >15:07:54,088 INFO kernel:[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003fffdfff] >15:07:54,088 INFO kernel:[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x3fffdfff] >15:07:54,088 INFO kernel:[ 0.000000] NODE_DATA [mem 0x3e174000-0x3e19afff] >15:07:54,088 INFO kernel:[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 >15:07:54,088 INFO kernel:[ 0.000000] kvm-clock: cpu 0, msr 0:3e124001, boot clock >15:07:54,088 DEBUG kernel:[ 0.000000] [ffffea0000000000-ffffea0000ffffff] PMD -> [ffff88003c800000-ffff88003d7fffff] on node 0 >15:07:54,088 WARNING kernel:[ 0.000000] Zone ranges: >15:07:54,088 WARNING kernel:[ 0.000000] DMA [mem 0x00001000-0x00ffffff] >15:07:54,088 WARNING kernel:[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >15:07:54,088 WARNING kernel:[ 0.000000] Normal empty >15:07:54,088 WARNING kernel:[ 0.000000] Movable zone start for each node >15:07:54,088 WARNING kernel:[ 0.000000] Early memory node ranges >15:07:54,088 WARNING kernel:[ 0.000000] node 0: [mem 0x00001000-0x0009efff] >15:07:54,088 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0x3fffdfff] >15:07:54,088 DEBUG kernel:[ 0.000000] On node 0 totalpages: 262044 >15:07:54,088 DEBUG kernel:[ 0.000000] DMA zone: 64 pages used for memmap >15:07:54,088 DEBUG kernel:[ 0.000000] DMA zone: 21 pages reserved >15:07:54,088 DEBUG kernel:[ 0.000000] DMA zone: 3998 pages, LIFO batch:0 >15:07:54,088 DEBUG kernel:[ 0.000000] DMA32 zone: 4032 pages used for memmap >15:07:54,088 DEBUG kernel:[ 0.000000] DMA32 zone: 258046 pages, LIFO batch:31 >15:07:54,088 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0xb008 >15:07:54,088 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >15:07:54,088 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >15:07:54,088 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) >15:07:54,088 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) >15:07:54,088 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 >15:07:54,088 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >15:07:54,088 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) >15:07:54,088 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >15:07:54,088 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) >15:07:54,088 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) >15:07:54,088 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >15:07:54,088 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >15:07:54,088 DEBUG kernel:[ 0.000000] ACPI: IRQ5 used by override. >15:07:54,088 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >15:07:54,088 DEBUG kernel:[ 0.000000] ACPI: IRQ10 used by override. >15:07:54,088 DEBUG kernel:[ 0.000000] ACPI: IRQ11 used by override. >15:07:54,088 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >15:07:54,088 INFO kernel:[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 >15:07:54,088 INFO kernel:[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs >15:07:54,088 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 40 >15:07:54,088 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] >15:07:54,088 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] >15:07:54,088 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] >15:07:54,088 INFO kernel:[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices >15:07:54,088 INFO kernel:[ 0.000000] Booting paravirtualized kernel on KVM >15:07:54,088 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 >15:07:54,088 INFO kernel:[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88003de00000 s86784 r8192 d23808 u2097152 >15:07:54,088 DEBUG kernel:[ 0.000000] pcpu-alloc: s86784 r8192 d23808 u2097152 alloc=1*2097152 >15:07:54,088 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 0 >15:07:54,088 INFO kernel:[ 0.000000] kvm-clock: cpu 0, msr 0:3e124001, primary cpu clock >15:07:54,088 INFO kernel:[ 0.000000] KVM setup async PF for cpu 0 >15:07:54,088 INFO kernel:[ 0.000000] kvm-stealtime: cpu 0, msr 3de0df80 >15:07:54,088 WARNING kernel:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257927 >15:07:54,088 WARNING kernel:[ 0.000000] Policy zone: DMA32 >15:07:54,088 NOTICE kernel:[ 0.000000] Kernel command line: initrd=initrd.img inst.stage2=hd:LABEL=RHEL-7.0\x20x86_64 quiet ks=http://file.brq.redhat.com/~pkotvan/ks/raw-lvm BOOT_IMAGE=vmlinuz >15:07:54,088 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >15:07:54,088 INFO kernel:[ 0.000000] Checking aperture... >15:07:54,088 INFO kernel:[ 0.000000] No AGP bridge found >15:07:54,088 INFO kernel:[ 0.000000] Memory: 985884k/1048568k available (5922k kernel code, 392k absent, 62292k reserved, 4037k data, 1568k init) >15:07:54,088 INFO kernel:[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 >15:07:54,088 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >15:07:54,088 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=1. >15:07:54,088 INFO kernel:[ 0.000000] Experimental no-CBs for all CPUs >15:07:54,088 INFO kernel:[ 0.000000] Experimental no-CBs CPUs: 0. >15:07:54,088 INFO kernel:[ 0.000000] NR_IRQS:327936 nr_irqs:256 16 >15:07:54,088 INFO kernel:[ 0.000000] Console: colour VGA+ 80x25 >15:07:54,088 INFO kernel:[ 0.000000] console [tty0] enabled >15:07:54,088 INFO kernel:[ 0.000000] allocated 4194304 bytes of page_cgroup >15:07:54,088 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >15:07:54,088 DEBUG kernel:[ 0.000000] hpet clockevent registered >15:07:54,088 INFO kernel:[ 0.000000] tsc: Detected 2893.426 MHz processor >15:07:54,088 INFO kernel:[ 0.002000] Calibrating delay loop (skipped) preset value.. 5786.85 BogoMIPS (lpj=2893426) >15:07:54,088 INFO kernel:[ 0.002000] pid_max: default: 32768 minimum: 301 >15:07:54,088 INFO kernel:[ 0.002000] Security Framework initialized >15:07:54,088 INFO kernel:[ 0.002000] SELinux: Initializing. >15:07:54,088 DEBUG kernel:[ 0.002000] SELinux: Starting in permissive mode >15:07:54,088 INFO kernel:[ 0.002000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) >15:07:54,088 INFO kernel:[ 0.002000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) >15:07:54,088 INFO kernel:[ 0.002071] Mount-cache hash table entries: 256 >15:07:54,088 INFO kernel:[ 0.002272] Initializing cgroup subsys memory >15:07:54,088 INFO kernel:[ 0.002278] Initializing cgroup subsys devices >15:07:54,088 INFO kernel:[ 0.002279] Initializing cgroup subsys freezer >15:07:54,088 INFO kernel:[ 0.002280] Initializing cgroup subsys net_cls >15:07:54,088 INFO kernel:[ 0.002281] Initializing cgroup subsys blkio >15:07:54,088 INFO kernel:[ 0.002282] Initializing cgroup subsys perf_event >15:07:54,088 INFO kernel:[ 0.002284] Initializing cgroup subsys hugetlb >15:07:54,088 INFO kernel:[ 0.002354] mce: CPU supports 10 MCE banks >15:07:54,088 INFO kernel:[ 0.002389] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 >15:07:54,088 INFO kernel:[ 0.002389] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 >15:07:54,088 INFO kernel:[ 0.002389] tlb_flushall_shift: 6 >15:07:54,088 INFO kernel:[ 0.015740] Freeing SMP alternatives: 24k freed >15:07:54,088 INFO kernel:[ 0.018617] ACPI: Core revision 20130517 >15:07:54,088 WARNING kernel:[ 0.019164] ACPI: All ACPI Tables successfully acquired >15:07:54,088 INFO kernel:[ 0.019199] ftrace: allocating 23253 entries in 91 pages >15:07:54,088 INFO kernel:[ 0.021703] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >15:07:54,088 INFO kernel:[ 0.021706] smpboot: CPU0: Intel QEMU Virtual CPU version 1.4.2 (fam: 06, model: 02, stepping: 03) >15:07:54,088 WARNING kernel:[ 0.022000] APIC calibration not consistent with PM-Timer: 102ms instead of 100ms >15:07:54,088 INFO kernel:[ 0.022000] APIC delta adjusted to PM-Timer: 6250589 (6437101) >15:07:54,088 INFO kernel:[ 0.022000] Performance Events: unsupported p6 CPU model 2 no PMU driver, software events only. >15:07:54,088 INFO kernel:[ 0.022149] Brought up 1 CPUs >15:07:54,088 INFO kernel:[ 0.022152] smpboot: Total of 1 processors activated (5786.85 BogoMIPS) >15:07:54,088 WARNING kernel:[ 0.022345] NMI watchdog: disabled (cpu0): hardware events not enabled >15:07:54,088 INFO kernel:[ 0.022812] devtmpfs: initialized >15:07:54,088 INFO kernel:[ 0.023987] atomic64 test passed for x86-64 platform with CX8 and with SSE >15:07:54,088 INFO kernel:[ 0.024038] NET: Registered protocol family 16 >15:07:54,088 INFO kernel:[ 0.024160] ACPI: bus type PCI registered >15:07:54,088 INFO kernel:[ 0.024163] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >15:07:54,088 INFO kernel:[ 0.024255] PCI: Using configuration type 1 for base access >15:07:54,088 INFO kernel:[ 0.024811] bio: create slab <bio-0> at 0 >15:07:54,088 INFO kernel:[ 0.024883] ACPI: Added _OSI(Module Device) >15:07:54,088 INFO kernel:[ 0.024884] ACPI: Added _OSI(Processor Device) >15:07:54,088 INFO kernel:[ 0.024888] ACPI: Added _OSI(3.0 _SCP Extensions) >15:07:54,088 INFO kernel:[ 0.024889] ACPI: Added _OSI(Processor Aggregator Device) >15:07:54,088 DEBUG kernel:[ 0.025273] ACPI: EC: Look up EC in DSDT >15:07:54,088 INFO kernel:[ 0.026147] ACPI: Interpreter enabled >15:07:54,088 WARNING kernel:[ 0.026152] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571) >15:07:54,088 WARNING kernel:[ 0.026156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571) >15:07:54,088 INFO kernel:[ 0.026168] ACPI: (supports S0 S3 S4 S5) >15:07:54,088 INFO kernel:[ 0.026169] ACPI: Using IOAPIC for interrupt routing >15:07:54,088 INFO kernel:[ 0.026181] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >15:07:54,088 INFO kernel:[ 0.026365] ACPI: No dock devices found. >15:07:54,088 INFO kernel:[ 0.028278] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >15:07:54,088 INFO kernel:[ 0.028282] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM >15:07:54,088 INFO kernel:[ 0.028283] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08) >15:07:54,088 WARNING kernel:[ 0.028347] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. >15:07:54,088 INFO kernel:[ 0.028519] acpiphp: Slot [3] registered >15:07:54,088 INFO kernel:[ 0.028539] acpiphp: Slot [4] registered >15:07:54,088 INFO kernel:[ 0.028554] acpiphp: Slot [5] registered >15:07:54,088 INFO kernel:[ 0.028569] acpiphp: Slot [6] registered >15:07:54,088 INFO kernel:[ 0.028583] acpiphp: Slot [7] registered >15:07:54,088 INFO kernel:[ 0.028598] acpiphp: Slot [8] registered >15:07:54,088 INFO kernel:[ 0.028617] acpiphp: Slot [9] registered >15:07:54,088 INFO kernel:[ 0.028632] acpiphp: Slot [10] registered >15:07:54,088 INFO kernel:[ 0.028647] acpiphp: Slot [11] registered >15:07:54,088 INFO kernel:[ 0.028661] acpiphp: Slot [12] registered >15:07:54,088 INFO kernel:[ 0.028675] acpiphp: Slot [13] registered >15:07:54,088 INFO kernel:[ 0.028689] acpiphp: Slot [14] registered >15:07:54,088 INFO kernel:[ 0.028707] acpiphp: Slot [15] registered >15:07:54,088 INFO kernel:[ 0.028726] acpiphp: Slot [16] registered >15:07:54,088 INFO kernel:[ 0.028742] acpiphp: Slot [17] registered >15:07:54,088 INFO kernel:[ 0.028756] acpiphp: Slot [18] registered >15:07:54,088 INFO kernel:[ 0.028770] acpiphp: Slot [19] registered >15:07:54,089 INFO kernel:[ 0.028784] acpiphp: Slot [20] registered >15:07:54,089 INFO kernel:[ 0.028798] acpiphp: Slot [21] registered >15:07:54,089 INFO kernel:[ 0.028812] acpiphp: Slot [22] registered >15:07:54,089 INFO kernel:[ 0.028831] acpiphp: Slot [23] registered >15:07:54,089 INFO kernel:[ 0.028849] acpiphp: Slot [24] registered >15:07:54,089 INFO kernel:[ 0.028864] acpiphp: Slot [25] registered >15:07:54,089 INFO kernel:[ 0.028879] acpiphp: Slot [26] registered >15:07:54,089 INFO kernel:[ 0.028893] acpiphp: Slot [27] registered >15:07:54,090 INFO kernel:[ 0.028907] acpiphp: Slot [28] registered >15:07:54,090 INFO kernel:[ 0.028921] acpiphp: Slot [29] registered >15:07:54,090 INFO kernel:[ 0.028942] acpiphp: Slot [30] registered >15:07:54,090 INFO kernel:[ 0.028957] acpiphp: Slot [31] registered >15:07:54,090 INFO kernel:[ 0.028965] PCI host bridge to bus 0000:00 >15:07:54,090 INFO kernel:[ 0.028967] pci_bus 0000:00: root bus resource [bus 00-ff] >15:07:54,090 INFO kernel:[ 0.028969] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] >15:07:54,090 INFO kernel:[ 0.028970] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] >15:07:54,090 INFO kernel:[ 0.028971] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >15:07:54,090 INFO kernel:[ 0.028973] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] >15:07:54,090 DEBUG kernel:[ 0.029003] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 >15:07:54,090 DEBUG kernel:[ 0.029304] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 >15:07:54,090 DEBUG kernel:[ 0.029700] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 >15:07:54,090 DEBUG kernel:[ 0.033004] pci 0000:00:01.1: reg 0x20: [io 0xc120-0xc12f] >15:07:54,090 DEBUG kernel:[ 0.034495] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300 >15:07:54,090 DEBUG kernel:[ 0.038003] pci 0000:00:01.2: reg 0x20: [io 0xc080-0xc09f] >15:07:54,090 DEBUG kernel:[ 0.039484] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 >15:07:54,090 INFO kernel:[ 0.039747] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI >15:07:54,090 INFO kernel:[ 0.039754] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB >15:07:54,090 DEBUG kernel:[ 0.040115] pci 0000:00:02.0: [1b36:0100] type 00 class 0x030000 >15:07:54,090 DEBUG kernel:[ 0.042060] pci 0000:00:02.0: reg 0x10: [mem 0xf4000000-0xf7ffffff] >15:07:54,090 DEBUG kernel:[ 0.044029] pci 0000:00:02.0: reg 0x14: [mem 0xf8000000-0xfbffffff] >15:07:54,090 DEBUG kernel:[ 0.046027] pci 0000:00:02.0: reg 0x18: [mem 0xfc024000-0xfc025fff] >15:07:54,090 DEBUG kernel:[ 0.048030] pci 0000:00:02.0: reg 0x1c: [io 0xc0a0-0xc0bf] >15:07:54,090 DEBUG kernel:[ 0.054032] pci 0000:00:02.0: reg 0x30: [mem 0xfc000000-0xfc00ffff pref] >15:07:54,090 DEBUG kernel:[ 0.055233] pci 0000:00:03.0: [1af4:1000] type 00 class 0x020000 >15:07:54,090 DEBUG kernel:[ 0.056007] pci 0000:00:03.0: reg 0x10: [io 0xc0c0-0xc0df] >15:07:54,090 DEBUG kernel:[ 0.057672] pci 0000:00:03.0: reg 0x14: [mem 0xfc026000-0xfc026fff] >15:07:54,090 DEBUG kernel:[ 0.064004] pci 0000:00:03.0: reg 0x30: [mem 0xfc010000-0xfc01ffff pref] >15:07:54,090 DEBUG kernel:[ 0.064265] pci 0000:00:04.0: [8086:2668] type 00 class 0x040300 >15:07:54,090 DEBUG kernel:[ 0.065350] pci 0000:00:04.0: reg 0x10: [mem 0xfc020000-0xfc023fff] >15:07:54,090 DEBUG kernel:[ 0.069569] pci 0000:00:05.0: [1af4:1003] type 00 class 0x078000 >15:07:54,090 DEBUG kernel:[ 0.071037] pci 0000:00:05.0: reg 0x10: [io 0xc0e0-0xc0ff] >15:07:54,090 DEBUG kernel:[ 0.072003] pci 0000:00:05.0: reg 0x14: [mem 0xfc027000-0xfc027fff] >15:07:54,090 DEBUG kernel:[ 0.079209] pci 0000:00:06.0: [1af4:1001] type 00 class 0x010000 >15:07:54,090 DEBUG kernel:[ 0.080004] pci 0000:00:06.0: reg 0x10: [io 0xc000-0xc03f] >15:07:54,090 DEBUG kernel:[ 0.081623] pci 0000:00:06.0: reg 0x14: [mem 0xfc028000-0xfc028fff] >15:07:54,090 DEBUG kernel:[ 0.089287] pci 0000:00:07.0: [1af4:1002] type 00 class 0x00ff00 >15:07:54,090 DEBUG kernel:[ 0.090004] pci 0000:00:07.0: reg 0x10: [io 0xc100-0xc11f] >15:07:54,090 DEBUG kernel:[ 0.094186] pci 0000:00:08.0: [1af4:1001] type 00 class 0x010000 >15:07:54,090 DEBUG kernel:[ 0.095638] pci 0000:00:08.0: reg 0x10: [io 0xc040-0xc07f] >15:07:54,090 DEBUG kernel:[ 0.097003] pci 0000:00:08.0: reg 0x14: [mem 0xfc029000-0xfc029fff] >15:07:54,090 INFO kernel:[ 0.104143] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) >15:07:54,090 INFO kernel:[ 0.104228] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) >15:07:54,090 INFO kernel:[ 0.104293] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) >15:07:54,090 INFO kernel:[ 0.104367] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) >15:07:54,090 INFO kernel:[ 0.104401] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) >15:07:54,090 WARNING kernel:[ 0.104647] ACPI: Enabled 16 GPEs in block 00 to 0F >15:07:54,090 DEBUG kernel:[ 0.104655] ACPI: \_SB_.PCI0: notify handler is installed >15:07:54,090 DEBUG kernel:[ 0.104665] Found 1 acpi root devices >15:07:54,090 INFO kernel:[ 0.104902] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >15:07:54,090 INFO kernel:[ 0.104904] vgaarb: loaded >15:07:54,090 INFO kernel:[ 0.104905] vgaarb: bridge control possible 0000:00:02.0 >15:07:54,090 NOTICE kernel:[ 0.105051] SCSI subsystem initialized >15:07:54,090 INFO kernel:[ 0.105075] ACPI: bus type USB registered >15:07:54,090 INFO kernel:[ 0.105097] usbcore: registered new interface driver usbfs >15:07:54,090 INFO kernel:[ 0.105108] usbcore: registered new interface driver hub >15:07:54,090 INFO kernel:[ 0.105200] usbcore: registered new device driver usb >15:07:54,090 INFO kernel:[ 0.105294] PCI: Using ACPI for IRQ routing >15:07:54,090 DEBUG kernel:[ 0.105298] PCI: pci_cache_line_size set to 64 bytes >15:07:54,090 DEBUG kernel:[ 0.105476] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff] >15:07:54,090 DEBUG kernel:[ 0.105479] e820: reserve RAM buffer [mem 0x3fffe000-0x3fffffff] >15:07:54,090 INFO kernel:[ 0.105610] NetLabel: Initializing >15:07:54,090 INFO kernel:[ 0.105612] NetLabel: domain hash size = 128 >15:07:54,090 INFO kernel:[ 0.105612] NetLabel: protocols = UNLABELED CIPSOv4 >15:07:54,090 INFO kernel:[ 0.105636] NetLabel: unlabeled traffic allowed by default >15:07:54,090 INFO kernel:[ 0.105700] HPET: 3 timers in total, 0 timers will be used for per-cpu timer >15:07:54,090 INFO kernel:[ 0.105716] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 >15:07:54,090 INFO kernel:[ 0.105719] hpet0: 3 comparators, 64-bit 100.000000 MHz counter >15:07:54,090 INFO kernel:[ 0.107055] Switching to clocksource kvm-clock >15:07:54,090 INFO kernel:[ 0.114656] pnp: PnP ACPI init >15:07:54,090 INFO kernel:[ 0.114672] ACPI: bus type PNP registered >15:07:54,090 DEBUG kernel:[ 0.114758] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active) >15:07:54,090 DEBUG kernel:[ 0.114795] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active) >15:07:54,090 DEBUG kernel:[ 0.114829] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active) >15:07:54,090 DEBUG kernel:[ 0.114860] pnp 00:03: [dma 2] >15:07:54,090 DEBUG kernel:[ 0.114869] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active) >15:07:54,090 DEBUG kernel:[ 0.114940] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active) >15:07:54,090 DEBUG kernel:[ 0.115045] pnp 00:05: Plug and Play ACPI device, IDs PNP0103 (active) >15:07:54,090 INFO kernel:[ 0.115133] pnp: PnP ACPI: found 6 devices >15:07:54,090 INFO kernel:[ 0.115134] ACPI: bus type PNP unregistered >15:07:54,090 DEBUG kernel:[ 0.120863] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] >15:07:54,090 DEBUG kernel:[ 0.120866] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] >15:07:54,090 DEBUG kernel:[ 0.120867] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] >15:07:54,090 DEBUG kernel:[ 0.120868] pci_bus 0000:00: resource 7 [mem 0x80000000-0xfebfffff] >15:07:54,090 INFO kernel:[ 0.120917] NET: Registered protocol family 2 >15:07:54,090 INFO kernel:[ 0.121086] TCP established hash table entries: 8192 (order: 5, 131072 bytes) >15:07:54,090 INFO kernel:[ 0.121164] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) >15:07:54,090 INFO kernel:[ 0.121231] TCP: Hash tables configured (established 8192 bind 8192) >15:07:54,090 INFO kernel:[ 0.121304] TCP: reno registered >15:07:54,090 INFO kernel:[ 0.121306] UDP hash table entries: 512 (order: 2, 16384 bytes) >15:07:54,090 INFO kernel:[ 0.121317] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) >15:07:54,090 INFO kernel:[ 0.121405] NET: Registered protocol family 1 >15:07:54,090 INFO kernel:[ 0.121422] pci 0000:00:00.0: Limiting direct PCI/PCI transfers >15:07:54,090 INFO kernel:[ 0.121441] pci 0000:00:01.0: PIIX3: Enabling Passive Release >15:07:54,090 INFO kernel:[ 0.121457] pci 0000:00:01.0: Activating ISA DMA hang workarounds >15:07:54,090 WARNING kernel:[ 0.121706] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 >15:07:54,090 DEBUG kernel:[ 0.122166] pci 0000:00:02.0: Boot video device >15:07:54,090 DEBUG kernel:[ 0.122210] PCI: CLS 0 bytes, default 64 >15:07:54,090 INFO kernel:[ 0.122292] Unpacking initramfs... >15:07:54,090 INFO kernel:[ 2.676309] Freeing initrd memory: 30984k freed >15:07:54,090 NOTICE kernel:[ 2.679837] Initialise system trusted keyring >15:07:54,090 INFO kernel:[ 2.679878] audit: initializing netlink socket (disabled) >15:07:54,090 NOTICE kernel:[ 2.679891] type=2000 audit(1384960065.032:1): initialized >15:07:54,090 INFO kernel:[ 2.695943] HugeTLB registered 2 MB page size, pre-allocated 0 pages >15:07:54,090 INFO kernel:[ 2.696661] zbud: loaded >15:07:54,090 NOTICE kernel:[ 2.696763] VFS: Disk quotas dquot_6.5.2 >15:07:54,090 WARNING kernel:[ 2.696796] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >15:07:54,090 INFO kernel:[ 2.696943] msgmni has been set to 1986 >15:07:54,090 NOTICE kernel:[ 2.696990] Key type big_key registered >15:07:54,090 DEBUG kernel:[ 2.696992] SELinux: Registering netfilter hooks >15:07:54,090 INFO kernel:[ 2.697429] alg: No test for stdrng (krng) >15:07:54,090 INFO kernel:[ 2.697431] NET: Registered protocol family 38 >15:07:54,090 NOTICE kernel:[ 2.697433] Key type asymmetric registered >15:07:54,090 NOTICE kernel:[ 2.697436] Asymmetric key parser 'x509' registered >15:07:54,090 INFO kernel:[ 2.697457] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >15:07:54,090 INFO kernel:[ 2.697488] io scheduler noop registered >15:07:54,090 INFO kernel:[ 2.697489] io scheduler deadline registered (default) >15:07:54,090 INFO kernel:[ 2.697503] io scheduler cfq registered >15:07:54,090 INFO kernel:[ 2.697580] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >15:07:54,090 INFO kernel:[ 2.697593] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >15:07:54,090 DEBUG kernel:[ 2.697648] intel_idle: does not run on family 6 model 2 >15:07:54,090 INFO kernel:[ 2.697687] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >15:07:54,090 INFO kernel:[ 2.697690] ACPI: Power Button [PWRF] >15:07:54,090 INFO kernel:[ 2.697786] GHES: HEST is not enabled! >15:07:54,090 INFO kernel:[ 2.697831] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >15:07:54,090 INFO kernel:[ 2.719188] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >15:07:54,090 INFO kernel:[ 2.719620] Non-volatile memory driver v1.3 >15:07:54,090 INFO kernel:[ 2.719622] Linux agpgart interface v0.103 >15:07:54,090 INFO kernel:[ 2.719692] crash memory driver: version 1.1 >15:07:54,090 INFO kernel:[ 2.719721] rdac: device handler registered >15:07:54,090 INFO kernel:[ 2.719747] hp_sw: device handler registered >15:07:54,090 INFO kernel:[ 2.719748] emc: device handler registered >15:07:54,090 INFO kernel:[ 2.719749] alua: device handler registered >15:07:54,090 INFO kernel:[ 2.719770] libphy: Fixed MDIO Bus: probed >15:07:54,090 INFO kernel:[ 2.719814] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >15:07:54,090 INFO kernel:[ 2.719822] ehci-pci: EHCI PCI platform driver >15:07:54,090 INFO kernel:[ 2.719828] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >15:07:54,090 INFO kernel:[ 2.719831] ohci-pci: OHCI PCI platform driver >15:07:54,090 INFO kernel:[ 2.719837] uhci_hcd: USB Universal Host Controller Interface driver >15:07:54,090 DEBUG kernel:[ 2.720359] uhci_hcd 0000:00:01.2: setting latency timer to 64 >15:07:54,090 INFO kernel:[ 2.720392] uhci_hcd 0000:00:01.2: UHCI Host Controller >15:07:54,090 INFO kernel:[ 2.720420] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 >15:07:54,090 INFO kernel:[ 2.720516] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 >15:07:54,090 INFO kernel:[ 2.720585] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 >15:07:54,090 INFO kernel:[ 2.720586] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >15:07:54,090 INFO kernel:[ 2.720587] usb usb1: Product: UHCI Host Controller >15:07:54,090 INFO kernel:[ 2.720589] usb usb1: Manufacturer: Linux 3.10.0-50.el7.x86_64 uhci_hcd >15:07:54,090 INFO kernel:[ 2.720590] usb usb1: SerialNumber: 0000:00:01.2 >15:07:54,090 INFO kernel:[ 2.720650] hub 1-0:1.0: USB hub found >15:07:54,090 INFO kernel:[ 2.720654] hub 1-0:1.0: 2 ports detected >15:07:54,090 INFO kernel:[ 2.720756] usbcore: registered new interface driver usbserial >15:07:54,090 INFO kernel:[ 2.720765] usbcore: registered new interface driver usbserial_generic >15:07:54,090 INFO kernel:[ 2.720773] usbserial: USB Serial support registered for generic >15:07:54,090 INFO kernel:[ 2.720794] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 >15:07:54,090 INFO kernel:[ 2.721471] serio: i8042 KBD port at 0x60,0x64 irq 1 >15:07:54,090 INFO kernel:[ 2.721479] serio: i8042 AUX port at 0x60,0x64 irq 12 >15:07:54,090 INFO kernel:[ 2.721531] mousedev: PS/2 mouse device common for all mice >15:07:54,090 INFO kernel:[ 2.721880] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 >15:07:54,090 INFO kernel:[ 2.723288] rtc_cmos 00:00: RTC can wake from S4 >15:07:54,090 INFO kernel:[ 2.723502] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 >15:07:54,090 INFO kernel:[ 2.723633] rtc_cmos 00:00: alarms up to one day, 114 bytes nvram, hpet irqs >15:07:54,090 INFO kernel:[ 2.723644] cpuidle: using governor menu >15:07:54,090 INFO kernel:[ 2.723689] hidraw: raw HID events driver (C) Jiri Kosina >15:07:54,090 INFO kernel:[ 2.723753] usbcore: registered new interface driver usbhid >15:07:54,090 INFO kernel:[ 2.723754] usbhid: USB HID core driver >15:07:54,090 INFO kernel:[ 2.723788] drop_monitor: Initializing network drop monitor service >15:07:54,090 INFO kernel:[ 2.723844] TCP: cubic registered >15:07:54,090 INFO kernel:[ 2.723845] Initializing XFRM netlink socket >15:07:54,090 INFO kernel:[ 2.723916] NET: Registered protocol family 10 >15:07:54,090 INFO kernel:[ 2.724102] NET: Registered protocol family 17 >15:07:54,090 NOTICE kernel:[ 2.724240] Loading compiled-in X.509 certificates >15:07:54,090 NOTICE kernel:[ 2.724853] Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: 33847e5c8496703175ac7c7b91eb493ec94b0efc' >15:07:54,090 INFO kernel:[ 2.724886] registered taskstats version 1 >15:07:54,090 INFO kernel:[ 2.724941] IMA: No TPM chip found, activating TPM-bypass! >15:07:54,090 INFO kernel:[ 2.725308] rtc_cmos 00:00: setting system clock to 2013-11-20 15:07:44 UTC (1384960064) >15:07:54,090 INFO kernel:[ 2.725723] Freeing unused kernel memory: 1568k freed >15:07:54,090 INFO kernel:[ 2.747897] device-mapper: uevent: version 1.0.3 >15:07:54,090 INFO kernel:[ 2.751053] device-mapper: ioctl: 4.26.0-ioctl (2013-08-15) initialised: dm-devel@redhat.com >15:07:54,090 INFO kernel:[ 2.756034] device-mapper: multipath: version 1.5.1 loaded >15:07:54,090 INFO kernel:[ 2.814128] BIOS EDD facility v0.16 2004-Jun-25, 2 devices found >15:07:54,090 INFO kernel:[ 2.961517] squashfs: version 4.0 (2009/01/31) Phillip Lougher >15:07:54,090 INFO kernel:[ 2.964288] Loading iSCSI transport class v2.0-870. >15:07:54,090 NOTICE kernel:[ 2.967566] iscsi: registered transport (tcp) >15:07:54,090 INFO kernel:[ 2.994375] FDC 0 is a S82078B >15:07:54,090 INFO kernel:[ 2.998115] No iBFT detected. >15:07:54,090 INFO kernel:[ 2.999841] md: raid0 personality registered for level 0 >15:07:54,090 INFO kernel:[ 3.002114] md: raid1 personality registered for level 1 >15:07:54,090 INFO kernel:[ 3.003769] async_tx: api initialized (async) >15:07:54,090 INFO kernel:[ 3.004594] xor: measuring software checksum speed >15:07:54,090 INFO kernel:[ 3.014020] prefetch64-sse: 15500.000 MB/sec >15:07:54,090 INFO kernel:[ 3.024023] generic_sse: 10476.000 MB/sec >15:07:54,090 INFO kernel:[ 3.024028] xor: using function: prefetch64-sse (15500.000 MB/sec) >15:07:54,098 INFO kernel:[ 3.024250] usb 1-1: new full-speed USB device number 2 using uhci_hcd >15:07:54,098 WARNING kernel:[ 3.044021] raid6: sse2x1 8164 MB/s >15:07:54,098 WARNING kernel:[ 3.061017] raid6: sse2x2 10863 MB/s >15:07:54,098 WARNING kernel:[ 3.078021] raid6: sse2x4 12750 MB/s >15:07:54,098 WARNING kernel:[ 3.078024] raid6: using algorithm sse2x4 (12750 MB/s) >15:07:54,098 WARNING kernel:[ 3.078025] raid6: using intx1 recovery algorithm >15:07:54,098 INFO kernel:[ 3.082891] md: raid6 personality registered for level 6 >15:07:54,098 INFO kernel:[ 3.082894] md: raid5 personality registered for level 5 >15:07:54,098 INFO kernel:[ 3.082895] md: raid4 personality registered for level 4 >15:07:54,098 INFO kernel:[ 3.087390] md: raid10 personality registered for level 10 >15:07:54,098 INFO kernel:[ 3.089459] md: linear personality registered for level -1 >15:07:54,098 INFO kernel:[ 3.100950] device-mapper: multipath round-robin: version 1.0.0 loaded >15:07:54,098 INFO kernel:[ 3.105495] sha256_ssse3: Neither AVX nor SSSE3 is available/usable. >15:07:54,098 INFO kernel:[ 3.124119] RPC: Registered named UNIX socket transport module. >15:07:54,098 INFO kernel:[ 3.124122] RPC: Registered udp transport module. >15:07:54,098 INFO kernel:[ 3.124123] RPC: Registered tcp transport module. >15:07:54,098 INFO kernel:[ 3.124123] RPC: Registered tcp NFSv4.1 backchannel transport module. >15:07:54,098 INFO kernel:[ 3.175424] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 >15:07:54,098 INFO kernel:[ 3.175427] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 >15:07:54,098 INFO kernel:[ 3.175429] usb 1-1: Product: QEMU USB Tablet >15:07:54,098 INFO kernel:[ 3.175430] usb 1-1: Manufacturer: QEMU >15:07:54,098 INFO kernel:[ 3.175431] usb 1-1: SerialNumber: 42 >15:07:54,098 INFO kernel:[ 3.184823] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input2 >15:07:54,098 INFO kernel:[ 3.184894] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Pointer [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 >15:07:54,098 WARNING kernel:[ 3.281128] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 >15:07:54,098 DEBUG kernel:[ 3.281650] virtio-pci 0000:00:03.0: setting latency timer to 64 >15:07:54,098 INFO kernel:[ 3.282779] ACPI: bus type ATA registered >15:07:54,098 WARNING kernel:[ 3.286844] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 >15:07:54,098 DEBUG kernel:[ 3.287500] virtio-pci 0000:00:05.0: setting latency timer to 64 >15:07:54,098 DEBUG kernel:[ 3.287928] libata version 3.00 loaded. >15:07:54,098 WARNING kernel:[ 3.290291] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 >15:07:54,098 DEBUG kernel:[ 3.291073] virtio-pci 0000:00:06.0: setting latency timer to 64 >15:07:54,098 INFO kernel:[ 3.297913] [drm] Initialized drm 1.1.0 20060810 >15:07:54,098 DEBUG kernel:[ 3.300808] ata_piix 0000:00:01.1: version 2.13 >15:07:54,098 DEBUG kernel:[ 3.301776] ata_piix 0000:00:01.1: setting latency timer to 64 >15:07:54,098 INFO kernel:[ 3.305672] scsi0 : ata_piix >15:07:54,098 INFO kernel:[ 3.311043] scsi1 : ata_piix >15:07:54,098 INFO kernel:[ 3.311076] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc120 irq 14 >15:07:54,098 INFO kernel:[ 3.311077] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc128 irq 15 >15:07:54,098 DEBUG kernel:[ 3.312342] virtio-pci 0000:00:07.0: setting latency timer to 64 >15:07:54,098 DEBUG kernel:[ 3.314105] virtio-pci 0000:00:08.0: setting latency timer to 64 >15:07:54,098 INFO kernel:[ 3.332445] [drm] Device Version 0.0 >15:07:54,098 INFO kernel:[ 3.332448] [drm] Compression level 0 log level 0 >15:07:54,098 INFO kernel:[ 3.332449] [drm] Currently using mode #0, list at 0x488 >15:07:54,098 INFO kernel:[ 3.332450] [drm] 12286 io pages at offset 0x1000000 >15:07:54,098 INFO kernel:[ 3.332451] [drm] 16777216 byte draw area at offset 0x0 >15:07:54,098 INFO kernel:[ 3.332452] [drm] RAM header offset: 0x3ffe000 >15:07:54,098 INFO kernel:[ 3.332453] [drm] rom modes offset 0x488 for 118 modes >15:07:54,098 DEBUG kernel:[ 3.335231] virtio-pci 0000:00:03.0: irq 40 for MSI/MSI-X >15:07:54,098 DEBUG kernel:[ 3.335250] virtio-pci 0000:00:03.0: irq 41 for MSI/MSI-X >15:07:54,098 DEBUG kernel:[ 3.335266] virtio-pci 0000:00:03.0: irq 42 for MSI/MSI-X >15:07:54,098 DEBUG kernel:[ 3.365771] virtio-pci 0000:00:06.0: irq 43 for MSI/MSI-X >15:07:54,098 DEBUG kernel:[ 3.365795] virtio-pci 0000:00:06.0: irq 44 for MSI/MSI-X >15:07:54,098 INFO kernel:[ 3.366958] vda: unknown partition table >15:07:54,098 INFO kernel:[ 3.371243] [TTM] Zone kernel: Available graphics memory: 509230 kiB >15:07:54,098 INFO kernel:[ 3.371245] [TTM] Initializing pool allocator >15:07:54,098 INFO kernel:[ 3.371249] [TTM] Initializing DMA pool allocator >15:07:54,098 INFO kernel:[ 3.371258] [drm] qxl: 16M of VRAM memory size >15:07:54,098 INFO kernel:[ 3.371259] [drm] qxl: 63M of IO pages memory ready (VRAM domain) >15:07:54,098 DEBUG kernel:[ 3.374330] virtio-pci 0000:00:08.0: irq 45 for MSI/MSI-X >15:07:54,098 DEBUG kernel:[ 3.374372] virtio-pci 0000:00:08.0: irq 46 for MSI/MSI-X >15:07:54,098 INFO kernel:[ 3.376460] [drm] main mem slot 1 [f4000000,3ffe000) >15:07:54,098 INFO kernel:[ 3.377392] vdb: unknown partition table >15:07:54,098 INFO kernel:[ 3.382165] [drm] fb mappable at 0xF4000000, size 3145728 >15:07:54,098 INFO kernel:[ 3.382168] [drm] fb: depth 24, pitch 4096, width 1024, height 768 >15:07:54,098 INFO kernel:[ 3.382228] fbcon: qxldrmfb (fb0) is primary device >15:07:54,098 INFO kernel:[ 3.418113] Console: switching to colour frame buffer device 128x48 >15:07:54,098 INFO kernel:[ 3.430047] qxl 0000:00:02.0: fb0: qxldrmfb frame buffer device >15:07:54,098 INFO kernel:[ 3.430110] qxl 0000:00:02.0: registered panic notifier >15:07:54,098 INFO kernel:[ 3.430118] [drm] Initialized qxl 0.1.0 20120117 for 0000:00:02.0 on minor 0 >15:07:54,098 DEBUG kernel:[ 3.469449] ata2.01: NODEV after polling detection >15:07:54,098 INFO kernel:[ 3.469671] ata2.00: ATAPI: QEMU DVD-ROM, 1.4.2, max UDMA/100 >15:07:54,098 INFO kernel:[ 3.470025] ata2.00: configured for MWDMA2 >15:07:54,098 NOTICE kernel:[ 3.470479] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 1.4. PQ: 0 ANSI: 5 >15:07:54,098 WARNING kernel:[ 3.477450] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray >15:07:54,098 INFO kernel:[ 3.477453] cdrom: Uniform CD-ROM driver Revision: 3.20 >15:07:54,098 DEBUG kernel:[ 3.477650] sr 1:0:0:0: Attached scsi CD-ROM sr0 >15:07:54,098 INFO kernel:[ 3.563388] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 >15:07:54,098 INFO kernel:[ 3.680065] tsc: Refined TSC clocksource calibration: 2893.420 MHz >15:07:54,098 DEBUG kernel:[ 6.033853] ISO 9660 Extensions: Microsoft Joliet Level 3 >15:07:54,098 DEBUG kernel:[ 6.036392] ISO 9660 Extensions: RRIP_1991A >15:07:54,098 INFO kernel:[ 6.093977] loop: module loaded >15:07:54,098 INFO kernel:[ 6.132650] bio: create slab <bio-1> at 1 >15:07:54,098 INFO kernel:[ 6.142116] bio: create slab <bio-2> at 2 >15:07:54,098 INFO kernel:[ 7.799905] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >15:07:54,098 DEBUG kernel:[ 8.591276] SELinux: 2048 avtab hash slots, 100854 rules. >15:07:54,098 DEBUG kernel:[ 8.602590] SELinux: 2048 avtab hash slots, 100854 rules. >15:07:54,098 DEBUG kernel:[ 8.619125] SELinux: 8 users, 82 roles, 4611 types, 261 bools, 1 sens, 1024 cats >15:07:54,098 DEBUG kernel:[ 8.619129] SELinux: 83 classes, 100854 rules >15:07:54,098 DEBUG kernel:[ 8.623159] SELinux: Completing initialization. >15:07:54,098 DEBUG kernel:[ 8.623163] SELinux: Setting up existing superblocks. >15:07:54,098 DEBUG kernel:[ 8.623171] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >15:07:54,098 DEBUG kernel:[ 8.623174] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >15:07:54,098 DEBUG kernel:[ 8.623182] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >15:07:54,098 DEBUG kernel:[ 8.623188] SELinux: initialized (dev proc, type proc), uses genfs_contexts >15:07:54,098 DEBUG kernel:[ 8.623194] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >15:07:54,098 DEBUG kernel:[ 8.623991] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >15:07:54,098 DEBUG kernel:[ 8.624443] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >15:07:54,098 DEBUG kernel:[ 8.624446] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >15:07:54,098 DEBUG kernel:[ 8.624783] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >15:07:54,098 DEBUG kernel:[ 8.624786] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >15:07:54,098 DEBUG kernel:[ 8.624788] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >15:07:54,098 DEBUG kernel:[ 8.624802] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >15:07:54,098 DEBUG kernel:[ 8.624808] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >15:07:54,098 DEBUG kernel:[ 8.624813] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >15:07:54,098 DEBUG kernel:[ 8.624820] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >15:07:54,098 DEBUG kernel:[ 8.624823] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >15:07:54,098 DEBUG kernel:[ 8.624945] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >15:07:54,098 DEBUG kernel:[ 8.624950] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >15:07:54,098 DEBUG kernel:[ 8.625117] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >15:07:54,098 DEBUG kernel:[ 8.625140] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >15:07:54,098 DEBUG kernel:[ 8.625146] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts >15:07:54,098 DEBUG kernel:[ 8.625148] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >15:07:54,098 DEBUG kernel:[ 8.625151] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >15:07:54,098 DEBUG kernel:[ 8.625154] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >15:07:54,098 DEBUG kernel:[ 8.625157] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >15:07:54,098 DEBUG kernel:[ 8.625160] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >15:07:54,098 DEBUG kernel:[ 8.625162] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >15:07:54,098 DEBUG kernel:[ 8.625164] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >15:07:54,098 DEBUG kernel:[ 8.625168] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >15:07:54,098 DEBUG kernel:[ 8.625170] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >15:07:54,098 DEBUG kernel:[ 8.625174] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >15:07:54,098 DEBUG kernel:[ 8.625177] SELinux: initialized (dev sr0, type iso9660), uses genfs_contexts >15:07:54,098 DEBUG kernel:[ 8.625181] SELinux: initialized (dev loop0, type squashfs), uses xattr >15:07:54,098 DEBUG kernel:[ 8.625191] SELinux: initialized (dev dm-0, type ext4), uses xattr >15:07:54,098 NOTICE kernel:[ 8.626344] type=1403 audit(1384960070.400:2): policy loaded auid=4294967295 ses=4294967295 >15:07:54,098 DEBUG kernel:[ 9.045938] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >15:07:54,098 DEBUG kernel:[ 9.047435] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >15:07:54,098 DEBUG kernel:[ 9.053175] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >15:07:54,098 DEBUG kernel:[ 9.184658] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >15:07:54,098 INFO kernel:[ 10.615264] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0 >15:07:54,098 INFO kernel:[ 11.006611] input: PC Speaker as /devices/platform/pcspkr/input/input4 >15:07:54,098 DEBUG kernel:[ 11.095829] virtio-pci 0000:00:05.0: irq 47 for MSI/MSI-X >15:07:54,098 DEBUG kernel:[ 11.095859] virtio-pci 0000:00:05.0: irq 48 for MSI/MSI-X >15:07:54,098 INFO kernel:[ 11.283516] microcode: CPU0 sig=0x623, pf=0x0, revision=0x1 >15:07:54,098 INFO kernel:[ 11.306502] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >15:07:54,098 NOTICE kernel:[ 11.307051] type=1400 audit(1384960073.081:3): avc: denied { create } for pid=1007 comm="systemd-tmpfile" name="tmp" scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >15:07:54,098 NOTICE kernel:[ 11.309159] type=1400 audit(1384960073.083:4): avc: denied { setattr } for pid=1007 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=51578 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >15:07:54,098 NOTICE kernel:[ 11.309234] type=1400 audit(1384960073.083:5): avc: denied { relabelfrom } for pid=1007 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=51578 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >15:07:54,098 NOTICE kernel:[ 12.308725] type=1400 audit(1384960074.082:6): avc: denied { write } for pid=1026 comm="firewalld" name="python2.7" dev="dm-0" ino=49317 scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=dir >15:07:54,098 NOTICE kernel:[ 12.308731] type=1400 audit(1384960074.082:7): avc: denied { remove_name } for pid=1026 comm="firewalld" name="site.pyc" dev="dm-0" ino=49950 scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=dir >15:07:54,098 NOTICE kernel:[ 12.308735] type=1400 audit(1384960074.082:8): avc: denied { unlink } for pid=1026 comm="firewalld" name="site.pyc" dev="dm-0" ino=49950 scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=lnk_file >15:07:54,098 NOTICE kernel:[ 12.308806] type=1400 audit(1384960074.082:9): avc: denied { add_name } for pid=1026 comm="firewalld" name="site.pyc" scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=dir >15:07:54,098 NOTICE kernel:[ 12.308819] type=1400 audit(1384960074.082:10): avc: denied { create } for pid=1026 comm="firewalld" name="site.pyc" scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=file >15:07:54,098 NOTICE kernel:[ 12.308862] type=1400 audit(1384960074.082:11): avc: denied { write } for pid=1026 comm="firewalld" path="/usr/lib64/python2.7/site.pyc" dev="dm-0" ino=49950 scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=file >15:07:56,785 ERR firewalld: 2013-11-20 15:07:56 ERROR: ipv4 table 'filter' does not exist (or not enough permission to check). >15:07:56,787 ERR firewalld: 2013-11-20 15:07:56 ERROR: ipv4 table 'raw' does not exist (or not enough permission to check). >15:07:56,788 ERR firewalld: 2013-11-20 15:07:56 ERROR: ipv4 table 'security' does not exist (or not enough permission to check). >15:07:56,790 ERR firewalld: 2013-11-20 15:07:56 ERROR: ipv4 table 'mangle' does not exist (or not enough permission to check). >15:07:56,792 ERR firewalld: 2013-11-20 15:07:56 ERROR: ipv4 table 'nat' does not exist (or not enough permission to check). >15:07:56,793 ERR firewalld: 2013-11-20 15:07:56 ERROR: ipv6 table 'filter' does not exist (or not enough permission to check). >15:07:56,795 ERR firewalld: 2013-11-20 15:07:56 ERROR: ipv6 table 'raw' does not exist (or not enough permission to check). >15:07:56,796 ERR firewalld: 2013-11-20 15:07:56 ERROR: ipv6 table 'security' does not exist (or not enough permission to check). >15:07:56,798 ERR firewalld: 2013-11-20 15:07:56 ERROR: ipv6 table 'mangle' does not exist (or not enough permission to check). >15:07:56,800 ERR firewalld: 2013-11-20 15:07:56 ERROR: ipv6 table 'nat' does not exist (or not enough permission to check). >15:07:57,055 ERR firewalld: 2013-11-20 15:07:57 ERROR: ebtables not usable, disabling ethernet bridge firewall. >15:07:57,055 CRIT firewalld: 2013-11-20 15:07:57 FATAL ERROR: No IPv4 and IPv6 firewall. >15:07:57,055 ERR firewalld: 2013-11-20 15:07:57 ERROR: Raising SystemExit in run_server >15:07:57,894 INFO NetworkManager: <info> NetworkManager (version 0.9.9.0-22.git20131108.el7) is starting... >15:07:57,894 INFO NetworkManager: <info> Read config: /etc/NetworkManager/NetworkManager.conf >15:07:57,894 INFO NetworkManager: <info> WEXT support is disabled >15:07:57,909 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >15:07:58,003 INFO polkitd: Started polkitd version 0.112 >15:07:58,121 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >15:07:58,143 WARNING NetworkManager: ifcfg-rh: Could not get hostname: failed to read /etc/sysconfig/network >15:07:58,144 NOTICE NetworkManager: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >15:07:58,144 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >15:07:58,144 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >15:07:58,180 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >15:07:58,180 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-eth0 ... >15:07:58,183 NOTICE NetworkManager: ifcfg-rh: read connection 'System eth0' >15:07:58,185 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' >15:07:58,211 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.login1' >15:07:58,219 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >15:07:58,229 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >15:07:58,229 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >15:07:58,229 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >15:07:58,229 INFO NetworkManager: <info> Networking is enabled by state file >15:07:58,263 INFO NetworkManager: <info> (lo): link connected >15:07:58,263 INFO NetworkManager: <info> (lo): carrier is ON >15:07:58,263 INFO NetworkManager: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1) >15:07:58,263 INFO NetworkManager: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0 >15:07:58,267 INFO NetworkManager: <info> (lo): device state change: unmanaged -> disconnected (reason 'connection-assumed') [10 30 41] >15:07:58,267 INFO NetworkManager: <info> Activation (lo) starting connection 'lo' >15:07:58,267 INFO NetworkManager: <info> (lo): device state change: disconnected -> prepare (reason 'none') [30 40 0] >15:07:58,267 INFO NetworkManager: <info> Activation (lo) Stage 1 of 5 (Device Prepare) scheduled... >15:07:58,285 INFO NetworkManager: <info> (eth0): link connected >15:07:58,285 INFO NetworkManager: <info> (eth0): carrier is ON >15:07:58,287 INFO NetworkManager: <info> (eth0): new Ethernet device (driver: 'virtio_net' ifindex: 2) >15:07:58,287 INFO NetworkManager: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1 >15:07:58,288 NOTICE NetworkManager: ifcfg-rh: read connection 'eth0' >15:07:58,288 INFO NetworkManager: <info> (eth0): device state change: unmanaged -> unavailable (reason 'connection-assumed') [10 20 41] >15:07:58,288 INFO NetworkManager: <info> (eth0): device state change: unavailable -> disconnected (reason 'connection-assumed') [20 30 41] >15:07:58,288 INFO NetworkManager: <info> Activation (eth0) starting connection 'eth0' >15:07:58,288 INFO NetworkManager: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >15:07:58,288 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... >15:07:58,291 INFO NetworkManager: <info> Activation (lo) Stage 1 of 5 (Device Prepare) started... >15:07:58,291 INFO NetworkManager: <info> Activation (lo) Stage 2 of 5 (Device Configure) scheduled... >15:07:58,291 INFO NetworkManager: <info> Activation (lo) Stage 1 of 5 (Device Prepare) complete. >15:07:58,291 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... >15:07:58,291 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... >15:07:58,291 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. >15:07:58,294 INFO NetworkManager: <info> Activation (lo) Stage 2 of 5 (Device Configure) starting... >15:07:58,294 INFO NetworkManager: <info> (lo): device state change: prepare -> config (reason 'none') [40 50 0] >15:07:58,294 INFO NetworkManager: <info> Activation (lo) Stage 2 of 5 (Device Configure) successful. >15:07:58,294 INFO NetworkManager: <info> Activation (lo) Stage 3 of 5 (IP Configure Start) scheduled. >15:07:58,294 INFO NetworkManager: <info> Activation (lo) Stage 2 of 5 (Device Configure) complete. >15:07:58,294 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... >15:07:58,294 INFO NetworkManager: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] >15:07:58,294 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful. >15:07:58,294 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. >15:07:58,294 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete. >15:07:58,294 INFO NetworkManager: <info> Activation (lo) Stage 3 of 5 (IP Configure Start) started... >15:07:58,294 INFO NetworkManager: <info> (lo): device state change: config -> ip-config (reason 'none') [50 70 0] >15:07:58,295 INFO NetworkManager: <info> Activation (lo) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >15:07:58,295 INFO NetworkManager: <info> Activation (lo) Stage 5 of 5 (IPv6 Commit) scheduled... >15:07:58,295 INFO NetworkManager: <info> Activation (lo) Stage 3 of 5 (IP Configure Start) complete. >15:07:58,295 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... >15:07:58,295 INFO NetworkManager: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] >15:07:58,295 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >15:07:58,295 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv6 Commit) scheduled... >15:07:58,295 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. >15:07:58,296 INFO NetworkManager: <info> Activation (lo) Stage 5 of 5 (IPv4 Commit) started... >15:07:58,296 INFO NetworkManager: <info> (lo): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >15:07:58,296 INFO NetworkManager: <info> Activation (lo) Stage 5 of 5 (IPv4 Commit) complete. >15:07:58,296 INFO NetworkManager: <info> Activation (lo) Stage 5 of 5 (IPv6 Commit) started... >15:07:58,296 INFO NetworkManager: <info> Activation (lo) Stage 5 of 5 (IPv6 Commit) complete. >15:07:58,297 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... >15:07:58,297 INFO NetworkManager: <info> (eth0): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >15:07:58,297 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete. >15:07:58,297 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv6 Commit) started... >15:07:58,297 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv6 Commit) complete. >15:07:58,302 INFO NetworkManager: <info> (lo): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >15:07:58,303 INFO NetworkManager: <info> (eth0): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >15:07:58,303 INFO NetworkManager: <info> (lo): device state change: secondaries -> activated (reason 'none') [90 100 0] >15:07:58,303 INFO NetworkManager: <info> Policy set 'eth0' (eth0) as default for IPv4 routing and DNS. >15:07:58,303 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_LOCAL >15:07:58,303 INFO NetworkManager: <info> Activation (lo) successful, device activated. >15:07:58,304 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >15:07:58,329 INFO NetworkManager: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0] >15:07:58,329 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_GLOBAL >15:07:58,396 INFO NetworkManager: <info> Activation (eth0) successful, device activated. >15:07:58,397 INFO NetworkManager: <info> startup complete >15:07:58,410 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >15:08:01,035 WARNING kernel:[ 19.260832] audit_printk_skb: 21 callbacks suppressed >15:08:01,036 NOTICE kernel:[ 19.260835] type=1400 audit(1384960081.034:19): avc: denied { read write } for pid=1155 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=7165 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >15:08:02,175 NOTICE kernel:[ 20.400670] type=1400 audit(1384960082.174:20): avc: denied { read write } for pid=1213 comm="loadkeys" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >15:08:02,177 NOTICE kernel:[ 20.402131] type=1400 audit(1384960082.176:21): avc: denied { open } for pid=1213 comm="loadkeys" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >15:08:02,177 NOTICE kernel:[ 20.402147] type=1400 audit(1384960082.176:22): avc: denied { ioctl } for pid=1213 comm="loadkeys" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >15:08:02,329 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' >15:08:02,341 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.locale1' >15:08:04,004 NOTICE kernel:[ 22.229442] type=1400 audit(1384960084.003:23): avc: denied { read write } for pid=1235 comm="dbus-daemon" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >15:08:04,099 NOTICE kernel:[ 22.323743] type=1400 audit(1384960084.098:24): avc: denied { open } for pid=1038 comm="in:imfile" path="/tmp/X.log" dev="tmpfs" ino=21502 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:xdm_tmp_t:s0 tclass=file >15:08:04,712 INFO kernel:[ 22.937058] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >15:08:05,992 INFO chronyd: chronyd version 1.29 starting >15:08:06,000 INFO chronyd: Linux kernel major=3 minor=10 patch=0 >15:08:06,000 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 >15:08:06,002 INFO chronyd: Generated key 1 >15:08:07,503 NOTICE kernel:[ 25.728614] type=1400 audit(1384960087.501:25): avc: denied { read write } for pid=1313 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >15:08:07,503 NOTICE kernel:[ 25.729237] type=1400 audit(1384960087.502:26): avc: denied { read write } for pid=1313 comm="hwclock" path="/dev/mapper/control" dev="devtmpfs" ino=7165 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >15:08:08,000 NOTICE kernel:[ 25.778684] type=1400 audit(1384960088.000:27): avc: denied { ioctl } for pid=1313 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >15:08:08,000 NOTICE kernel:[ 25.778695] type=1400 audit(1384960088.000:28): avc: denied { getattr } for pid=1313 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >15:08:10,166 NOTICE kernel:[ 27.944296] type=1400 audit(1384960090.165:29): avc: denied { read write } for pid=1332 comm="ntpdate" path="/dev/mapper/control" dev="devtmpfs" ino=7165 scontext=system_u:system_r:ntpd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >15:08:10,166 NOTICE kernel:[ 27.944573] type=1400 audit(1384960090.165:30): avc: denied { read } for pid=1332 comm="ntpdate" path="/proc/1097/mounts" dev="proc" ino=20673 scontext=system_u:system_r:ntpd_t:s0 tcontext=system_u:system_r:initrc_t:s0 tclass=file > > >/run/install/ks.cfg: >url --url=http://download.eng.brq.redhat.com/pub/rhel/rel-eng/RHEL-7.0-20131115.2/compose/Client/x86_64/os/ >install >reboot >lang en_US.UTF-8 >keyboard us >timezone America/New_York >rootpw redhat >network --bootproto=dhcp > >zerombr >clearpart --all --initlabel >%include /tmp/part.ks >logvol / --size=400 --grow --name=lv-root --vgname=foobar > >%packages >@core >%end > >%pre >BOOT="$(list-harddrives | grep -v 'sr' | awk '{if (NR==1) print $1}')" >echo "bootloader --location=mbr --boot-drive=${BOOT}" > /tmp/part.ks >echo "part /boot --size=1000 --ondisk /dev/${BOOT}" >> /tmp/part.ks > >ROOT="$(list-harddrives | grep -v 'sr' | awk '{if (NR==2) print $1}')" >pvcreate /dev/${ROOT} >vgcreate foobar /dev/${ROOT} >%end
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 1032704
: 826712 |
826713
|
826714
|
826715
|
826716
|
826717
|
826718
|
826719
|
826720
|
826721
|
826722
|
826723