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 901741 Details for
Bug 1104108
Traceback after language selection screen (File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1770, in _checkMD)
[?]
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.
[patch]
the traceback
anaconda-tb-Dze7Je (text/plain), 204.62 KB, created by
Radek Vykydal
on 2014-06-03 10:06:05 UTC
(
hide
)
Description:
the traceback
Filename:
MIME Type:
Creator:
Radek Vykydal
Created:
2014-06-03 10:06:05 UTC
Size:
204.62 KB
patch
obsolete
>anaconda 19.31.79-1 exception report >Traceback (most recent call first): > File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1770, in _checkMD > l_csum = self._checksum(r_ctype, file, datasize=size) > File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1733, in checkMD > return self._checkMD(fn, mdtype, openchecksum) > File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1824, in checkfunc > self.checkMD(obj, mdtype) > File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1030, in _run_callback > return cb(obj) > File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1166, in retryfunc > _run_callback(opts.checkfunc, obj) > File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1064, in _retry > r = apply(func, (opts,) + args, {}) > File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1172, in urlgrab > return self._retry(opts, retryfunc, url, filename) > File "/usr/lib/python2.7/site-packages/urlgrabber/mirror.py", line 425, in _mirror_try > return func_ref( *(fullurl,), opts=opts, **kw ) > File "/usr/lib/python2.7/site-packages/urlgrabber/mirror.py", line 448, in urlgrab > return self._mirror_try(func, url, kw) > File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1022, in _getFile > **kwargs > File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1846, in _retrieveMD > **kwargs) > File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 234, in populate > db_fn = repo._retrieveMD(mydbtype) > File "/usr/lib/python2.7/site-packages/yum/repos.py", line 383, in populateSack > sack.populate(repo, mdtype, callback, cacheonly) > File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 783, in _getSacks > self.repos.populateSack(which=repos) > File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1078, in <lambda> > pkgSack = property(fget=lambda self: self._getSacks(), > File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 917, in _getGroups > self.pkgSack > File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1101, in <lambda> > comps = property(fget=lambda self: self._getGroups(), > File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 1169, in _yumGroups > self._groups = self._yum.comps > File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 1054, in environments > yum_groups = self._yumGroups > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py", line 215, in _initialize > self.payload.environments > 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 211, in run > threading.Thread.run(self, *args, **kwargs) >SystemError: error return without exception set > >Local variables in innermost frame: >check_can_fail: False >l_csum: None >r_ctype: sha256 >self: anaconda >r_csum: 372d69e9829f47feb7dcec7723914ed70b3dd5a6cee2ad9fb88e3c6e47022406 >thisdata: <yum.repoMDObject.RepoData instance at 0x7fa6c2323b48> >mdtype: primary_db >openchecksum: False >file: /tmp/yum.cache/anaconda/372d69e9829f47feb7dcec7723914ed70b3dd5a6cee2ad9fb88e3c6e47022406-primary.sqlite.bz2 >data: None >fn: <urlgrabber.grabber.CallbackObject instance at 0x7fa6bd87e440> >size: 3548878 > > >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 0x33c2f50>> > _intf._quitDialog: <class 'pyanaconda.ui.gui.QuitDialog'> > _intf.data: #version=RHEL7 ># System authorization information >auth --enableshadow --passalgo=sha512 > ># Use network installation >url --url="http://download.devel.redhat.com/rel-eng/RHEL-7.0-20140507.0/compose/Server/x86_64/os/" ># Run the Setup Agent on first boot >firstboot --enable ># Keyboard layouts >keyboard --xlayouts='us' ># System language >lang en_US.UTF-8 > ># Network information >network --bootproto=dhcp --device=eth0 --ipv6=auto --activate >network --hostname=office74.anaconda.englab.brq.redhat.com ># System timezone >timezone America/New_York --isUtc --ntpservers=clock.util.phx2.redhat.com,clock02.util.phx2.redhat.com ># System bootloader configuration >bootloader --location=mbr >autopart > > > _intf.storage: Blivet instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {'vda': 128} > _intf.storage.dasd: None > _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: None > _intf.storage.fsset.devicetree.populated: True > _intf.storage.fsset.devicetree.exclusiveDisks: [] > _intf.storage.fsset.devicetree._actions: [] > _intf.storage.fsset.devicetree.iscsi: Already dumped (iscsi instance) > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree._devices: [existing 10752MB disk sda (0) >, existing 8192MB disk vda (1) >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 2 > 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: /tmp/curl_fetch_url0/squashfs.img (deleted) > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 3 > 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: 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: /LiveOS/rootfs.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: Ext4FS instance, containing members: > _format._label: Anaconda > _format.errors: False > _format.uuid: 8bacf3e8-b3f2-47c2-86ec-0454ad081725 > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._minInstanceSize: 0.0 > _format._mountType: ext4 > _format.fsprofile: None > _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/8bacf3e8-b3f2-47c2-86ec-0454ad081725] > 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._label: Anaconda > originalFormat.errors: False > originalFormat.uuid: 8bacf3e8-b3f2-47c2-86ec-0454ad081725 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > 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: 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: /overlay (deleted) > 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: 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 (8) with existing ext4 filesystem >, existing 2048MB dm live-base (9) with existing ext4 filesystem >] > _intf.storage.fsset.devicetree.ignoredDisks: [] > _intf.storage.fsset.devicetree._completed_actions: [] > _intf.storage.fsset.devicetree.names: [sda, vda, loop0, /tmp/curl_fetch_url0/squashfs.img (deleted), loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), live-rw, live-base] > _intf.storage.fsset.devicetree.liveBackingDevice: None > _intf.storage.fsset.devicetree.protectedDevNames: [] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._hidden: [] > _intf.storage.fsset.devicetree.protectedDevSpecs: [] > _intf.storage.fsset.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: None > _intf.storage.config.clearNonExistent: False > _intf.storage.config.ignoredDisks: [] > _intf.storage.config.protectedDevSpecs: [] > _intf.storage.config.ignoreDiskInteractive: False > _intf.storage.config.exclusiveDisks: [] > _intf.storage.config.clearPartDevices: [] > _intf.storage.config.zeroMbr: False > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [] > _intf.storage.config.mpathFriendlyNames: True > _intf.storage.config.initializeDisks: False > _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: [] > _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: None > _intf.storage._bootloader.password: None > _intf.storage._bootloader.dracut_args: > _intf.storage._bootloader.boot_args: > _intf.storage._bootloader.linux_images: [] > _intf.storage.devicetree: Already dumped (DeviceTree instance) > _intf.storage._dumpFile: /tmp/storage.state > _intf.storage.ksdata: Already dumped (AnacondaKSHandler instance) > _intf.storage.services: set([]) > _intf.storage.encryptionPassphrase: None > _intf.storage.encryptionCipher: None > _intf.storage.doAutoPart: False > _intf.storage.encryptionRetrofit: False > _intf.storage._nextID: 0 > _intf.storage.fcoe: fcoe instance, containing members: > _intf.storage.fcoe.started: True > _intf.storage.fcoe.nics: [] > _intf.storage.fcoe.lldpadStarted: False > _intf.storage.fcoe.added_nics: [] > _intf.storage.autoPartitionRequests: [PartSpec instance (0x7fa6c596c090) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = xfs encrypted = True > size = 1024 maxSize = 51200 grow = True > >, PartSpec instance (0x7fa6c596c050) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = xfs encrypted = True > size = 500 maxSize = None grow = True > >, PartSpec instance (0x7fa6c596c0d0) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = xfs encrypted = False > size = 500 maxSize = None grow = False > >, PartSpec instance (0x7fa6c596c110) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >, PartSpec instance (0x7fa6c596c150) -- > 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: True > _intf._distributionText: <function distributionText at 0x7fa6e9ce4b18> > _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: True > _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: > _ccwEntry: Entry instance, containing members: > _wwpnEntry: Entry instance, containing members: > _lunEntry: Entry instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > filterActive: False > _isS390: False > 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: True > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.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.dev_cfg_store: ListStore instance, containing members: > _intf._currentAction._spokes.network_control_box.builder: Already dumped (Builder instance) > _intf._currentAction._spokes.network_control_box._running_nmce: None > _intf._currentAction._spokes.network_control_box.selected_ssid: None > _intf._currentAction._spokes.network_control_box.client: Client instance, containing members: > _intf._currentAction._spokes.network_control_box.entry_hostname: Entry instance, containing members: > _intf._currentAction._spokes.network_control_box._updating_device: False >, 'SourceSpoke': SourceSpoke instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes._updatesBox: Box instance, containing members: > _intf._currentAction._spokes._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._proxyUrl: Skipped > _intf._currentAction._spokes._isoChooserButton: Button instance, containing members: > _intf._currentAction._spokes._mirrorlistCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._repoMirrorlistCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes.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._origIsoChooserButton: _Choose an ISO > _intf._currentAction._spokes._repoProtocolComboBox: ComboBoxText instance, containing members: > _intf._currentAction._spokes._noUpdatesCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._repoUrlEntry: Entry instance, containing members: > _intf._currentAction._spokes._repoNameEntry: Entry instance, containing members: > _intf._currentAction._spokes._error: False > _intf._currentAction._spokes._repoSelection: TreeSelection instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._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: >, 'KeyboardSpoke': KeyboardSpoke 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: 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._layout_infos: {ch (de_mac): LayoutInfo(lang='Swiss German; Alemannic; Alsatian', desc='German (Switzerland, Macintosh)'), de (nodeadkeys): LayoutInfo(lang='German', desc='German (eliminate dead keys)'), gr: LayoutInfo(lang='Greek, Modern (1453-)', desc='Greek'), pl (dvorak): LayoutInfo(lang='Polish', desc='Polish (Dvorak)'), pl (ru_phonetic_dvorak): LayoutInfo(lang='Russian', desc='Russian (Poland, phonetic Dvorak)'), sk (bksl): LayoutInfo(lang='Slovak', desc='Slovak (extended Backslash)'), jp (kana): LayoutInfo(lang='Japanese', desc='Japanese (Kana)'), gb: LayoutInfo(lang='English', desc='English (UK)'), lv (fkey): LayoutInfo(lang='Latvian', desc='Latvian (F variant)'), gn: LayoutInfo(lang='French', desc='French (Guinea)'), pl (szl): LayoutInfo(lang='Poland', desc='Silesian'), ge (mess): LayoutInfo(lang='Georgian', desc='Georgian (MESS)'), gh: LayoutInfo(lang='English', desc='English (Ghana)'), tz: LayoutInfo(lang='Swahili', desc='Swahili (Tanzania)'), gh (avn): LayoutInfo(lang='Ghana', desc='Avatime'), de (dsb): LayoutInfo(lang='Lower Sorbian', desc='Lower Sorbian'), tr: LayoutInfo(lang='Turkish', desc='Turkish'), pt (nativo-epo): LayoutInfo(lang='Esperanto', desc='Esperanto (Portugal, Nativo)'), at (nodeadkeys): LayoutInfo(lang='German', desc='German (Austria, eliminate dead keys)'), ru (kom): LayoutInfo(lang='Komi', desc='Komi'), tj: LayoutInfo(lang='Tajik', desc='Tajik'), th: LayoutInfo(lang='Thai', desc='Thai'), sk (qwerty): LayoutInfo(lang='Slovak', desc='Slovak (qwerty)'), de (mac): LayoutInfo(lang='German', desc='German (Macintosh)'), ml (us-intl): LayoutInfo(lang='English', desc='English (Mali, US international)'), ro (std): LayoutInfo(lang='Romanian', desc='Romanian (standard)'), in (urd-phonetic): LayoutInfo(lang='Urdu', desc='Urdu (phonetic)'), no (nodeadkeys): LayoutInfo(lang='Norwegian', desc='Norwegian (eliminate dead keys)'), us (euro): LayoutInfo(lang='English', desc='English (US, with euro on 5)'), be (sundeadkeys): LayoutInfo(lang='Dutch; Flemish', desc='Belgian (Sun dead keys)'), de (deadgraveacute): LayoutInfo(lang='German', desc='German (dead grave acute)'), fr (nodeadkeys): LayoutInfo(lang='French', desc='French (eliminate dead keys)'), ch (fr_mac): LayoutInfo(lang='French', desc='French (Switzerland, Macintosh)'), ge: LayoutInfo(lang='Georgian', desc='Georgian'), lv (adapted): LayoutInfo(lang='Latvian', desc='Latvian (adapted)'), in (mal): LayoutInfo(lang='Malayalam', desc='Malayalam'), hu (102_qwerty_dot_nodead): LayoutInfo(lang='Hungarian', desc='Hungarian (102/qwerty/dot/eliminate dead keys)'), es (deadtilde): LayoutInfo(lang='Spanish; Castilian', desc='Spanish (include dead tilde)'), in (tam_keyboard_with_numerals): LayoutInfo(lang='Tamil', desc='Tamil (keyboard with numerals)'), be: LayoutInfo(lang='Dutch; Flemish', desc='Belgian'), de (sundeadkeys): LayoutInfo(lang='German', desc='German (Sun dead keys)'), za: LayoutInfo(lang='English', desc='English (South Africa)'), be (oss_latin9): LayoutInfo(lang='Dutch; Flemish', desc='Belgian (alternative, latin-9 only)'), us (dvorak): LayoutInfo(lang='English', desc='English (Dvorak)'), ee (dvorak): LayoutInfo(lang='Estonian', desc='Estonian (Dvorak)'), in (ben_gitanjali): LayoutInfo(lang='Bengali', desc='Bengali (India, Uni Gitanjali)'), fr (mac): LayoutInfo(lang='French', desc='French (Macintosh)'), kz (kazrus): LayoutInfo(lang='Russian', desc='Kazakh (with Russian)'), ie (CloGaelach): LayoutInfo(lang='Irish', desc='CloGaelach'), ng (igbo): LayoutInfo(lang='Igbo', desc='Igbo'), ma (tifinagh-extended-phonetic): LayoutInfo(lang='Berber languages', desc='Berber (Morocco, Tifinagh extended phonetic)'), se (nodeadkeys): LayoutInfo(lang='Swedish', desc='Swedish (eliminate dead keys)'), us (chr): LayoutInfo(lang='Cherokee', desc='Cherokee'), rs (latinunicodeyz): LayoutInfo(lang='Serbian', desc='Serbian (Latin Unicode qwerty)'), ru (typewriter): LayoutInfo(lang='Russian', desc='Russian (typewriter)'), ee (us): LayoutInfo(lang='Estonian', desc='Estonian (US keyboard with Estonian letters)'), no (mac_nodeadkeys): LayoutInfo(lang='Norwegian', desc='Norwegian (Macintosh, eliminate dead keys)'), iq (ku_f): LayoutInfo(lang='Kurdish', desc='Kurdish (Iraq, F)'), no (colemak): LayoutInfo(lang='Norwegian', desc='Norwegian (Colemak)'), cz (qwerty_bksl): LayoutInfo(lang='Czech', desc='Czech (qwerty, extended Backslash)'), de (legacy): LayoutInfo(lang='German', desc='German (legacy)'), it (us): LayoutInfo(lang='Italian', desc='Italian (US keyboard with Italian letters)'), sy (ku_f): LayoutInfo(lang='Kurdish', desc='Kurdish (Syria, F)'), epo (legacy): LayoutInfo(lang='Esperanto', desc='Esperanto (displaced semicolon and quote, obsolete)'), in (guru): LayoutInfo(lang='Panjabi; Punjabi', desc='Punjabi (Gurmukhi)'), hu (102_qwertz_comma_dead): LayoutInfo(lang='Hungarian', desc='Hungarian (102/qwertz/comma/dead keys)'), tw: LayoutInfo(lang='Taiwan, Province of China', desc='Taiwanese'), fr (geo): LayoutInfo(lang='Georgian', desc='Georgian (France, AZERTY Tskapo)'), hu (101_qwertz_dot_nodead): LayoutInfo(lang='Hungarian', desc='Hungarian (101/qwertz/dot/eliminate dead keys)'), pt (nodeadkeys): LayoutInfo(lang='Portuguese', desc='Portuguese (eliminate dead keys)'), hu (102_qwerty_dot_dead): LayoutInfo(lang='Hungarian', desc='Hungarian (102/qwerty/dot/dead keys)'), tr (ku_alt): LayoutInfo(lang='Kurdish', desc='Kurdish (Turkey, Latin Alt-Q)'), ca (multi): LayoutInfo(lang='French', desc='Canadian Multilingual (first part)'), ru (phonetic): LayoutInfo(lang='Russian', desc='Russian (phonetic)'), in (ben_baishakhi): LayoutInfo(lang='Bengali', desc='Bengali (India, Baishakhi)'), hu (nodeadkeys): LayoutInfo(lang='Hungarian', desc='Hungarian (eliminate dead keys)'), fr: LayoutInfo(lang='French', desc='French'), lt (lekp): LayoutInfo(lang='Lithuanian', desc='Lithuanian (LEKP)'), ru (bak): LayoutInfo(lang='Bashkir', desc='Bashkirian'), by (legacy): LayoutInfo(lang='Belarusian', desc='Belarusian (legacy)'), me (latinyz): LayoutInfo(lang='Serbian', desc='Montenegrin (Latin qwerty)'), am (phonetic-alt): LayoutInfo(lang='Armenian', desc='Armenian (alternative phonetic)'), ba (alternatequotes): LayoutInfo(lang='Bosnian', desc='Bosnian (use guillemets for quotes)'), us (dvorak-l): LayoutInfo(lang='English', desc='English (left handed Dvorak)'), pt (mac_sundeadkeys): LayoutInfo(lang='Portuguese', desc='Portuguese (Macintosh, Sun dead keys)'), tm: LayoutInfo(lang='Turkmen', desc='Turkmen'), ru (legacy): LayoutInfo(lang='Russian', desc='Russian (legacy)'), tw (indigenous): LayoutInfo(lang='Taiwan, Province of China', desc='Taiwanese (indigenous)'), is: LayoutInfo(lang='Icelandic', desc='Icelandic'), no (mac): LayoutInfo(lang='Norwegian', desc='Norwegian (Macintosh)'), se (swl): LayoutInfo(lang='Sweden', desc='Swedish Sign Language'), se (dvorak): LayoutInfo(lang='Swedish', desc='Swedish (Dvorak)'), ua (rstu_ru): LayoutInfo(lang='Ukrainian', desc='Russian (Ukraine, standard RSTU)'), me: LayoutInfo(lang='Serbian', desc='Montenegrin'), md: LayoutInfo(lang='Romanian', desc='Moldavian'), ma: LayoutInfo(lang='Morocco', desc='Arabic (Morocco)'), mm: LayoutInfo(lang='Burmese', desc='Burmese'), ml: LayoutInfo(lang='Bambara', desc='Bambara'), pl (qwertz): LayoutInfo(lang='Polish', desc='Polish (qwertz)'), us (dvorak-intl): LayoutInfo(lang='English', desc='English (Dvorak, international with dead keys)'), mk: LayoutInfo(lang='Macedonian', desc='Macedonian'), mt: LayoutInfo(lang='Maltese', desc='Maltese'), fr (bre): LayoutInfo(lang='French', desc='French (Breton)'), mv: LayoutInfo(lang='Divehi; Dhivehi; Maldivian', desc='Dhivehi'), hu (102_qwertz_comma_nodead): LayoutInfo(lang='Hungarian', desc='Hungarian (102/qwertz/comma/eliminate dead keys)'), cn (tib_asciinum): LayoutInfo(lang='Tibetan', desc='Tibetan (with ASCII numerals)'), ph (colemak): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (Colemak Latin)'), in (urd-winkeys): LayoutInfo(lang='Urdu', desc='Urdu (WinKeys)'), bd (probhat): LayoutInfo(lang='Bengali', desc='Bengali (Probhat)'), la (stea): LayoutInfo(lang='Lao', desc='Lao (STEA proposed standard layout)'), ua (typewriter): LayoutInfo(lang='Ukrainian', desc='Ukrainian (typewriter)'), iq (ku_ara): LayoutInfo(lang='Kurdish', desc='Kurdish (Iraq, Arabic-Latin)'), gb (dvorakukp): LayoutInfo(lang='English', desc='English (UK, Dvorak with UK punctuation)'), fi (mac): LayoutInfo(lang='Finnish', desc='Finnish (Macintosh)'), hu (qwerty): LayoutInfo(lang='Hungarian', desc='Hungarian (qwerty)'), mn: LayoutInfo(lang='Mongolian', desc='Mongolian'), tr (sundeadkeys): LayoutInfo(lang='Turkish', desc='Turkish (Sun dead keys)'), hu (101_qwertz_comma_nodead): LayoutInfo(lang='Hungarian', desc='Hungarian (101/qwertz/comma/eliminate dead keys)'), pt (mac_nodeadkeys): LayoutInfo(lang='Portuguese', desc='Portuguese (Macintosh, eliminate dead keys)'), se (svdvorak): LayoutInfo(lang='Swedish', desc='Swedish (Svdvorak)'), me (latinalternatequotes): LayoutInfo(lang='Serbian', desc='Montenegrin (Latin with guillemets)'), af (olpc-ps): LayoutInfo(lang='Pushto; Pashto', desc='Pashto (Afghanistan, OLPC)'), es (mac): LayoutInfo(lang='Spanish; Castilian', desc='Spanish (Macintosh)'), sy (ku_alt): LayoutInfo(lang='Kurdish', desc='Kurdish (Syria, Latin Alt-Q)'), il (biblical): LayoutInfo(lang='Hebrew', desc='Hebrew (Biblical, Tiro)'), il (lyx): LayoutInfo(lang='Hebrew', desc='Hebrew (lyx)'), fi: LayoutInfo(lang='Finnish', desc='Finnish'), mao: LayoutInfo(lang='Maori', desc='Maori'), fo: LayoutInfo(lang='Faroese', desc='Faroese'), sy: LayoutInfo(lang='Syriac', desc='Arabic (Syria)'), sy (syc_phonetic): LayoutInfo(lang='Syriac', desc='Syriac (phonetic)'), ma (french): LayoutInfo(lang='French', desc='French (Morocco)'), dk (mac_nodeadkeys): LayoutInfo(lang='Danish', desc='Danish (Macintosh, eliminate dead keys)'), sk: LayoutInfo(lang='Slovak', desc='Slovak'), in (tam_TAB): LayoutInfo(lang='Tamil', desc='Tamil (TAB typewriter)'), ph (dvorak-bay): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (Dvorak Baybayin)'), sn: LayoutInfo(lang='Wolof', desc='Wolof'), in (urd-phonetic3): LayoutInfo(lang='Urdu', desc='Urdu (alternative phonetic)'), lv (apostrophe): LayoutInfo(lang='Latvian', desc='Latvian (apostrophe variant)'), us (workman-intl): LayoutInfo(lang='English', desc='English (Workman, international with dead keys)'), se: LayoutInfo(lang='Swedish', desc='Swedish'), ml (fr-oss): LayoutInfo(lang='French', desc='French (Mali, alternative)'), af (uz-olpc): LayoutInfo(lang='Uzbek', desc='Uzbek (Afghanistan, OLPC)'), fr (latin9_sundeadkeys): LayoutInfo(lang='French', desc='French (legacy, alternative, Sun dead keys)'), sy (ku): LayoutInfo(lang='Kurdish', desc='Kurdish (Syria, Latin Q)'), de (ro_nodeadkeys): LayoutInfo(lang='Romanian', desc='Romanian (Germany, eliminate dead keys)'), ba (unicode): LayoutInfo(lang='Bosnian', desc='Bosnian (use Bosnian digraphs)'), ma (tifinagh-alt-phonetic): LayoutInfo(lang='Berber languages', desc='Berber (Morocco, Tifinagh alternative phonetic)'), ma (tifinagh-alt): LayoutInfo(lang='Berber languages', desc='Berber (Morocco, Tifinagh alternative)'), la: LayoutInfo(lang='Lao', desc='Lao'), lk: LayoutInfo(lang='Sinhala; Sinhalese', desc='Sinhala (phonetic)'), lv: LayoutInfo(lang='Latvian', desc='Latvian'), lt: LayoutInfo(lang='Lithuanian', desc='Lithuanian'), jp (mac): LayoutInfo(lang='Japanese', desc='Japanese (Macintosh)'), ir: LayoutInfo(lang='Persian', desc='Persian'), be (oss): LayoutInfo(lang='Dutch; Flemish', desc='Belgian (alternative)'), cm (french): LayoutInfo(lang='French', desc='French (Cameroon)'), iq (ku): LayoutInfo(lang='Kurdish', desc='Kurdish (Iraq, Latin Q)'), cm (azerty): LayoutInfo(lang='French', desc='Cameroon Multilingual (azerty)'), ph (capewell-qwerf2k6): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (Capewell-QWERF 2006 Latin)'), fr (oci): LayoutInfo(lang='Occitan (post 1500)', desc='Occitan'), es (nodeadkeys): LayoutInfo(lang='Spanish; Castilian', desc='Spanish (eliminate dead keys)'), fi (nodeadkeys): LayoutInfo(lang='Finnish', desc='Finnish (classic, eliminate dead keys)'), in (jhelum): LayoutInfo(lang='Panjabi; Punjabi', desc='Punjabi (Gurmukhi Jhelum)'), se (smi): LayoutInfo(lang='Northern Sami', desc='Northern Saami (Sweden)'), tr (crh_alt): LayoutInfo(lang='Crimean Tatar; Crimean Turkish', desc='Crimean Tatar (Turkish Alt-Q)'), be (nodeadkeys): LayoutInfo(lang='Dutch; Flemish', desc='Belgian (eliminate dead keys)'), hu (101_qwertz_comma_dead): LayoutInfo(lang='Hungarian', desc='Hungarian (101/qwertz/comma/dead keys)'), pt (mac): LayoutInfo(lang='Portuguese', desc='Portuguese (Macintosh)'), in (ben): LayoutInfo(lang='Bengali', desc='Bengali (India)'), by (latin): LayoutInfo(lang='Belarusian', desc='Belarusian (Latin)'), fr (oss_nodeadkeys): LayoutInfo(lang='French', desc='French (alternative, eliminate dead keys)'), nl (mac): LayoutInfo(lang='Dutch; Flemish', desc='Dutch (Macintosh)'), de (mac_nodeadkeys): LayoutInfo(lang='German', desc='German (Macintosh, eliminate dead keys)'), ee (nodeadkeys): LayoutInfo(lang='Estonian', desc='Estonian (eliminate dead keys)'), in (hin-wx): LayoutInfo(lang='Hindi', desc='Hindi (Wx)'), kg (phonetic): LayoutInfo(lang='Kirghiz; Kyrgyz', desc='Kyrgyz (phonetic)'), ru (sah): LayoutInfo(lang='Yakut', desc='Yakut'), no (smi): LayoutInfo(lang='Northern Sami', desc='Northern Saami (Norway)'), hu (101_qwerty_dot_dead): LayoutInfo(lang='Hungarian', desc='Hungarian (101/qwerty/dot/dead keys)'), ie (UnicodeExpert): LayoutInfo(lang='English', desc='Irish (UnicodeExpert)'), pk (snd): LayoutInfo(lang='Sindhi', desc='Sindhi'), ch (legacy): LayoutInfo(lang='Swiss German; Alemannic; Alsatian', desc='German (Switzerland, legacy)'), et: LayoutInfo(lang='Amharic', desc='Amharic'), ru (chm): LayoutInfo(lang='Mari', desc='Mari'), ca (ike): LayoutInfo(lang='Inuktitut', desc='Inuktitut'), ru: LayoutInfo(lang='Russian', desc='Russian'), cn (uig): LayoutInfo(lang='Uighur; Uyghur', desc='Uyghur'), nl (sundeadkeys): LayoutInfo(lang='Dutch; Flemish', desc='Dutch (Sun dead keys)'), us (hbs): LayoutInfo(lang='English', desc='Serbo-Croatian (US)'), pk (ara): LayoutInfo(lang='Arabic', desc='Arabic (Pakistan)'), ie (ogam): LayoutInfo(lang='Irish, Old (to 900)', desc='Ogham'), ro: LayoutInfo(lang='Romanian', desc='Romanian'), pl (dvp): LayoutInfo(lang='Polish', desc='Polish (programmer Dvorak)'), ch (de_sundeadkeys): LayoutInfo(lang='Swiss German; Alemannic; Alsatian', desc='German (Switzerland, Sun dead keys)'), ua (winkeys): LayoutInfo(lang='Ukrainian', desc='Ukrainian (WinKeys)'), gb (dvorak): LayoutInfo(lang='English', desc='English (UK, Dvorak)'), gb (mac): LayoutInfo(lang='English', desc='English (UK, Macintosh)'), hu (102_qwerty_comma_nodead): LayoutInfo(lang='Hungarian', desc='Hungarian (102/qwerty/comma/eliminate dead keys)'), in (eng): LayoutInfo(lang='English', desc='English (India, with RupeeSign)'), hu (101_qwerty_comma_dead): LayoutInfo(lang='Hungarian', desc='Hungarian (101/qwerty/comma/dead keys)'), ca (fr-legacy): LayoutInfo(lang='French', desc='French (Canada, legacy)'), cm (qwerty): LayoutInfo(lang='English', desc='Cameroon Multilingual (qwerty)'), pl (dvorak_altquotes): LayoutInfo(lang='Polish', desc='Polish (Dvorak, Polish quotes on key 1)'), af (uz): LayoutInfo(lang='Uzbek', desc='Uzbek (Afghanistan)'), latam: LayoutInfo(lang='Spanish; Castilian', desc='Spanish (Latin American)'), br (dvorak): LayoutInfo(lang='Portuguese', desc='Portuguese (Brazil, Dvorak)'), am (phonetic): LayoutInfo(lang='Armenian', desc='Armenian (phonetic)'), mk (nodeadkeys): LayoutInfo(lang='Macedonian', desc='Macedonian (eliminate dead keys)'), rs (rue): LayoutInfo(lang='Serbia', desc='Pannonian Rusyn (homophonic)'), de (deadacute): LayoutInfo(lang='German', desc='German (dead acute)'), hu (102_qwerty_comma_dead): LayoutInfo(lang='Hungarian', desc='Hungarian (102/qwerty/comma/dead keys)'), is (mac): LayoutInfo(lang='Icelandic', desc='Icelandic (Macintosh)'), lk (tam_unicode): LayoutInfo(lang='Tamil', desc='Tamil (Sri Lanka, Unicode)'), jp (kana86): LayoutInfo(lang='Japanese', desc='Japanese (Kana 86)'), ru (mac): LayoutInfo(lang='Russian', desc='Russian (Macintosh)'), de (T3): LayoutInfo(lang='German', desc='German (T3)'), no (dvorak): LayoutInfo(lang='Norwegian', desc='Norwegian (Dvorak)'), be (iso-alternate): LayoutInfo(lang='Dutch; Flemish', desc='Belgian (ISO alternate)'), in (mal_lalitha): LayoutInfo(lang='Malayalam', desc='Malayalam (Lalitha)'), us (dvorak-classic): LayoutInfo(lang='English', desc='English (classic Dvorak)'), iq (ku_alt): LayoutInfo(lang='Kurdish', desc='Kurdish (Iraq, Latin Alt-Q)'), ph (dvorak): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (Dvorak Latin)'), fo (nodeadkeys): LayoutInfo(lang='Faroese', desc='Faroese (eliminate dead keys)'), es (ast): LayoutInfo(lang='Asturian; Bable; Leonese; Asturleonese', desc='Asturian (Spain, with bottom-dot H and bottom-dot L)'), cm (dvorak): LayoutInfo(lang='English', desc='Cameroon Multilingual (Dvorak)'), th (tis): LayoutInfo(lang='Thai', desc='Thai (TIS-820.2538)'), ch (fr_nodeadkeys): LayoutInfo(lang='French', desc='French (Switzerland, eliminate dead keys)'), in (tel): LayoutInfo(lang='Telugu', desc='Telugu'), gb (colemak): LayoutInfo(lang='English', desc='English (UK, Colemak)'), ru (typewriter-legacy): LayoutInfo(lang='Russian', desc='Russian (typewriter, legacy)'), bg (phonetic): LayoutInfo(lang='Bulgarian', desc='Bulgarian (traditional phonetic)'), es (dvorak): LayoutInfo(lang='Spanish; Castilian', desc='Spanish (Dvorak)'), ph (capewell-dvorak): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (Capewell-Dvorak Latin)'), latam (nodeadkeys): LayoutInfo(lang='Spanish; Castilian', desc='Spanish (Latin American, eliminate dead keys)'), lk (tam_TAB): LayoutInfo(lang='Tamil', desc='Tamil (Sri Lanka, TAB Typewriter)'), ara (qwerty_digits): LayoutInfo(lang='Arabic', desc='Arabic (qwerty/digits)'), tr (f): LayoutInfo(lang='Turkish', desc='Turkish (F)'), me (cyrillic): LayoutInfo(lang='Serbian', desc='Montenegrin (Cyrillic)'), in (guj): LayoutInfo(lang='Gujarati', desc='Gujarati'), tr (ku_f): LayoutInfo(lang='Kurdish', desc='Kurdish (Turkey, F)'), ro (cedilla): LayoutInfo(lang='Romanian', desc='Romanian (cedilla)'), ma (tifinagh-extended): LayoutInfo(lang='Berber languages', desc='Berber (Morocco, Tifinagh extended)'), ml (us-mac): LayoutInfo(lang='English', desc='English (Mali, US Macintosh)'), in (mal_enhanced): LayoutInfo(lang='Malayalam', desc='Malayalam (enhanced Inscript with Rupee Sign)'), cz (ucw): LayoutInfo(lang='Czech', desc='Czech (UCW layout, accented letters only)'), ru (xal): LayoutInfo(lang='Kalmyk; Oirat', desc='Kalmyk'), de (ro): LayoutInfo(lang='Romanian', desc='Romanian (Germany)'), si: LayoutInfo(lang='Slovenian', desc='Slovenian'), ua (legacy): LayoutInfo(lang='Ukrainian', desc='Ukrainian (legacy)'), am (western): LayoutInfo(lang='Armenian', desc='Armenian (western)'), ua (homophonic): LayoutInfo(lang='Ukrainian', desc='Ukrainian (homophonic)'), ch (de_nodeadkeys): LayoutInfo(lang='Swiss German; Alemannic; Alsatian', desc='German (Switzerland, eliminate dead keys)'), tr (alt): LayoutInfo(lang='Turkish', desc='Turkish (Alt-Q)'), it (mac): LayoutInfo(lang='Italian', desc='Italian (Macintosh)'), lv (ergonomic): LayoutInfo(lang='Latvian', desc='Latvian (ergonomic, \xc5\xaaGJRMV)'), es: LayoutInfo(lang='Spanish; Castilian', desc='Spanish'), in (tam_unicode): LayoutInfo(lang='Tamil', desc='Tamil (Unicode)'), latam (sundeadkeys): LayoutInfo(lang='Spanish; Castilian', desc='Spanish (Latin American, Sun dead keys)'), kg: LayoutInfo(lang='Kirghiz; Kyrgyz', desc='Kyrgyz'), ng (yoruba): LayoutInfo(lang='Yoruba', desc='Yoruba'), ke: LayoutInfo(lang='Swahili', desc='Swahili (Kenya)'), bg (bas_phonetic): LayoutInfo(lang='Bulgarian', desc='Bulgarian (new phonetic)'), pl (dvorak_quotes): LayoutInfo(lang='Polish', desc='Polish (Dvorak, Polish quotes on quotemark key)'), kh: LayoutInfo(lang='Central Khmer', desc='Khmer (Cambodia)'), kr: LayoutInfo(lang='Korean', desc='Korean'), be (wang): LayoutInfo(lang='Dutch; Flemish', desc='Belgian (Wang model 724 azerty)'), be (oss_sundeadkeys): LayoutInfo(lang='Dutch; Flemish', desc='Belgian (alternative, Sun dead keys)'), kz: LayoutInfo(lang='Kazakh', desc='Kazakh'), hu (standard): LayoutInfo(lang='Hungarian', desc='Hungarian (standard)'), ca (fr-dvorak): LayoutInfo(lang='French', desc='French (Canada, Dvorak)'), us (alt-intl): LayoutInfo(lang='English', desc='English (US, alternative international)'), rs (latinunicode): LayoutInfo(lang='Serbian', desc='Serbian (Latin Unicode)'), me (cyrillicalternatequotes): LayoutInfo(lang='Serbian', desc='Montenegrin (Cyrillic with guillemets)'), ph (colemak-bay): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (Colemak Baybayin)'), us (olpc2): LayoutInfo(lang='English', desc='English (layout toggle on multiply/divide key)'), si (alternatequotes): LayoutInfo(lang='Slovenian', desc='Slovenian (use guillemets for quotes)'), br (nativo): LayoutInfo(lang='Portuguese', desc='Portuguese (Brazil, nativo)'), us (altgr-intl): LayoutInfo(lang='French', desc='English (international AltGr dead keys)'), ro (winkeys): LayoutInfo(lang='Romanian', desc='Romanian (WinKeys)'), tr (crh): LayoutInfo(lang='Crimean Tatar; Crimean Turkish', desc='Crimean Tatar (Turkish Q)'), nec_vndr/jp: LayoutInfo(lang='Japanese', desc='Japanese (PC-98xx Series)'), gr (extended): LayoutInfo(lang='Greek, Modern (1453-)', desc='Greek (extended)'), tr (intl): LayoutInfo(lang='Turkish', desc='Turkish (international with dead keys)'), ch (fr): LayoutInfo(lang='French', desc='French (Switzerland)'), dk: LayoutInfo(lang='Danish', desc='Danish'), de: LayoutInfo(lang='German', desc='German'), br (nativo-us): LayoutInfo(lang='Portuguese', desc='Portuguese (Brazil, nativo for USA keyboards)'), ru (os_winkeys): LayoutInfo(lang='Ossetian; Ossetic', desc='Ossetian (WinKeys)'), tj (legacy): LayoutInfo(lang='Tajik', desc='Tajik (legacy)'), ir (ku_ara): LayoutInfo(lang='Kurdish', desc='Kurdish (Iran, Arabic-Latin)'), nl (std): LayoutInfo(lang='Dutch; Flemish', desc='Dutch (standard)'), ge (os): LayoutInfo(lang='Ossetian; Ossetic', desc='Ossetian (Georgia)'), md (gag): LayoutInfo(lang='Moldova, Republic of', desc='Moldavian (Gagauz)'), gh (hausa): LayoutInfo(lang='Hausa', desc='Hausa'), tr (ku): LayoutInfo(lang='Kurdish', desc='Kurdish (Turkey, Latin Q)'), cz (qwerty): LayoutInfo(lang='Czech', desc='Czech (qwerty)'), it (nodeadkeys): LayoutInfo(lang='Italian', desc='Italian (eliminate dead keys)'), us (workman): LayoutInfo(lang='English', desc='English (Workman)'), ara: LayoutInfo(lang='Arabic', desc='Arabic'), ke (kik): LayoutInfo(lang='Kikuyu; Gikuyu', desc='Kikuyu'), latam (deadtilde): LayoutInfo(lang='Spanish; Castilian', desc='Spanish (Latin American, include dead tilde)'), us (colemak): LayoutInfo(lang='English', desc='English (Colemak)'), ca (multix): LayoutInfo(lang='French', desc='Canadian Multilingual'), ru (udm): LayoutInfo(lang='Udmurt', desc='Udmurt'), hr (unicodeus): LayoutInfo(lang='Croatian', desc='Croatian (US keyboard with Croatian digraphs)'), jp: LayoutInfo(lang='Japanese', desc='Japanese'), ca (eng): LayoutInfo(lang='English', desc='English (Canada)'), us (mac): LayoutInfo(lang='English', desc='English (Macintosh)'), at (sundeadkeys): LayoutInfo(lang='German', desc='German (Austria, Sun dead keys)'), gh (gillbt): LayoutInfo(lang='English', desc='English (Ghana, GILLBT)'), br (nativo-epo): LayoutInfo(lang='Esperanto', desc='Portuguese (Brazil, nativo for Esperanto)'), de (qwerty): LayoutInfo(lang='German', desc='German (qwerty)'), ge (ergonomic): LayoutInfo(lang='Georgian', desc='Georgian (ergonomic)'), ie (ogam_is434): LayoutInfo(lang='Irish, Old (to 900)', desc='Ogham (IS434)'), ge (ru): LayoutInfo(lang='Russian', desc='Russian (Georgia)'), hr (us): LayoutInfo(lang='Croatian', desc='Croatian (US keyboard with Croatian letters)'), gr (nodeadkeys): LayoutInfo(lang='Greek, Modern (1453-)', desc='Greek (eliminate dead keys)'), gh (ewe): LayoutInfo(lang='Ewe', desc='Ewe'), cn: LayoutInfo(lang='Chinese', desc='Chinese'), cm: LayoutInfo(lang='English', desc='English (Cameroon)'), fr (sundeadkeys): LayoutInfo(lang='French', desc='French (Sun dead keys)'), ca: LayoutInfo(lang='French', desc='French (Canada)'), cd: LayoutInfo(lang='French', desc='French (Democratic Republic of the Congo)'), ru (dos): LayoutInfo(lang='Russian', desc='Russian (DOS)'), cz: LayoutInfo(lang='Czech', desc='Czech'), ph (capewell-qwerf2k6-bay): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (Capewell-QWERF 2006 Baybayin)'), pl (csb): LayoutInfo(lang='Kashubian', desc='Kashubian'), se (rus_nodeadkeys): LayoutInfo(lang='Russian', desc='Russian (Sweden, phonetic, eliminate dead keys)'), ma (tifinagh): LayoutInfo(lang='Berber languages', desc='Berber (Morocco, Tifinagh)'), gb (extd): LayoutInfo(lang='English', desc='English (UK, extended WinKeys)'), pt: LayoutInfo(lang='Portuguese', desc='Portuguese'), fr (oss): LayoutInfo(lang='French', desc='French (alternative)'), pk: LayoutInfo(lang='Urdu', desc='Urdu (Pakistan)'), ph: LayoutInfo(lang='Filipino; Pilipino', desc='Filipino'), pl: LayoutInfo(lang='Polish', desc='Polish'), fr (oss_sundeadkeys): LayoutInfo(lang='French', desc='French (alternative, Sun dead keys)'), in (bolnagri): LayoutInfo(lang='Hindi', desc='Hindi (Bolnagri)'), al: LayoutInfo(lang='Albanian', desc='Albanian'), no (smi_nodeadkeys): LayoutInfo(lang='Northern Sami', desc='Northern Saami (Norway, eliminate dead keys)'), uz (latin): LayoutInfo(lang='Uzbek', desc='Uzbek (Latin)'), rs (yz): LayoutInfo(lang='Serbian', desc='Serbian (Cyrillic, Z and ZHE swapped)'), ma (tifinagh-phonetic): LayoutInfo(lang='Berber languages', desc='Berber (Morocco, Tifinagh phonetic)'), tm (alt): LayoutInfo(lang='Turkmen', desc='Turkmen (Alt-Q)'), kr (kr104): LayoutInfo(lang='Korean', desc='Korean (101/104 key compatible)'), gh (generic): LayoutInfo(lang='English', desc='English (Ghana, multilingual)'), ara (digits): LayoutInfo(lang='Arabic', desc='Arabic (digits)'), in (tam): LayoutInfo(lang='Tamil', desc='Tamil'), iq: LayoutInfo(lang='Kurdish', desc='Iraqi'), hu (102_qwertz_dot_dead): LayoutInfo(lang='Hungarian', desc='Hungarian (102/qwertz/dot/dead keys)'), am (eastern): LayoutInfo(lang='Armenian', desc='Armenian (eastern)'), it: LayoutInfo(lang='Italian', desc='Italian'), vn: LayoutInfo(lang='Vietnamese', desc='Vietnamese'), il: LayoutInfo(lang='Hebrew', desc='Hebrew'), in: LayoutInfo(lang='India', desc='Indian'), ie: LayoutInfo(lang='English', desc='Irish'), cz (bksl): LayoutInfo(lang='Czech', desc='Czech (with <\\|> key)'), af (ps): LayoutInfo(lang='Pushto; Pashto', desc='Pashto'), hu (101_qwerty_dot_nodead): LayoutInfo(lang='Hungarian', desc='Hungarian (101/qwerty/dot/eliminate dead keys)'), in (kan): LayoutInfo(lang='Kannada', desc='Kannada'), fr (oss_latin9): LayoutInfo(lang='French', desc='French (alternative, latin-9 only)'), us (dvorak-r): LayoutInfo(lang='English', desc='English (right handed Dvorak)'), it (geo): LayoutInfo(lang='Georgian', desc='Georgian (Italy)'), lt (us): LayoutInfo(lang='Lithuanian', desc='Lithuanian (US keyboard with Lithuanian letters)'), kz (ruskaz): LayoutInfo(lang='Russian', desc='Russian (Kazakhstan, with Kazakh)'), ara (azerty_digits): LayoutInfo(lang='Arabic', desc='Arabic (azerty/digits)'), us (rus): LayoutInfo(lang='Russian', desc='Russian (US, phonetic)'), us (dvp): LayoutInfo(lang='English', desc='English (programmer Dvorak)'), epo: LayoutInfo(lang='Esperanto', desc='Esperanto'), af (fa-olpc): LayoutInfo(lang='Afghanistan', desc='Persian (Afghanistan, Dari OLPC)'), lt (std): LayoutInfo(lang='Lithuanian', desc='Lithuanian (standard)'), si (us): LayoutInfo(lang='Slovenian', desc='Slovenian (US keyboard with Slovenian letters)'), hu (101_qwerty_comma_nodead): LayoutInfo(lang='Hungarian', desc='Hungarian (101/qwerty/comma/eliminate dead keys)'), me (cyrillicyz): LayoutInfo(lang='Serbian', desc='Montenegrin (Cyrillic, Z and ZHE swapped)'), lv (tilde): LayoutInfo(lang='Latvian', desc='Latvian (tilde variant)'), us (dvorak-alt-intl): LayoutInfo(lang='English', desc='English (Dvorak alternative international no dead keys)'), ir (ku): LayoutInfo(lang='Kurdish', desc='Kurdish (Iran, Latin Q)'), ua (phonetic): LayoutInfo(lang='Ukrainian', desc='Ukrainian (phonetic)'), ch: LayoutInfo(lang='Swiss German; Alemannic; Alsatian', desc='German (Switzerland)'), ru (cv_latin): LayoutInfo(lang='Chuvash', desc='Chuvash (Latin)'), hu (102_qwertz_dot_nodead): LayoutInfo(lang='Hungarian', desc='Hungarian (102/qwertz/dot/eliminate dead keys)'), fi (smi): LayoutInfo(lang='Northern Sami', desc='Northern Saami (Finland)'), pt (nativo-us): LayoutInfo(lang='Portuguese', desc='Portuguese (Nativo for USA keyboards)'), az (cyrillic): LayoutInfo(lang='Azerbaijani', desc='Azerbaijani (Cyrillic)'), tw (saisiyat): LayoutInfo(lang='Taiwan, Province of China', desc='Saisiyat (Taiwan)'), pl (legacy): LayoutInfo(lang='Polish', desc='Polish (legacy)'), es (sundeadkeys): LayoutInfo(lang='Spanish; Castilian', desc='Spanish (Sun dead keys)'), ru (tt): LayoutInfo(lang='Tatar', desc='Tatar'), dk (mac): LayoutInfo(lang='Danish', desc='Danish (Macintosh)'), lt (lekpa): LayoutInfo(lang='Lithuanian', desc='Lithuanian (LEKPa)'), at (mac): LayoutInfo(lang='German', desc='German (Austria, Macintosh)'), ba (unicodeus): LayoutInfo(lang='Bosnian', desc='Bosnian (US keyboard with Bosnian digraphs)'), fr (latin9): LayoutInfo(lang='French', desc='French (legacy, alternative)'), sy (syc): LayoutInfo(lang='Syriac', desc='Syriac'), is (Sundeadkeys): LayoutInfo(lang='Icelandic', desc='Icelandic (Sun dead keys)'), lv (modern): LayoutInfo(lang='Latvian', desc='Latvian (modern)'), rs (alternatequotes): LayoutInfo(lang='Serbian', desc='Serbian (Cyrillic with guillemets)'), ara (azerty): LayoutInfo(lang='Arabic', desc='Arabic (azerty)'), de (neo): LayoutInfo(lang='German', desc='German (Neo 2)'), ara (buckwalter): LayoutInfo(lang='Arabic', desc='Arabic (Buckwalter)'), fr (bepo): LayoutInfo(lang='French', desc='French (Bepo, ergonomic, Dvorak way)'), is (dvorak): LayoutInfo(lang='Icelandic', desc='Icelandic (Dvorak)'), us (intl): LayoutInfo(lang='English', desc='English (US, international with dead keys)'), in (tam_TSCII): LayoutInfo(lang='Tamil', desc='Tamil (TSCII typewriter)'), hr (unicode): LayoutInfo(lang='Croatian', desc='Croatian (use Croatian digraphs)'), ir (ku_alt): LayoutInfo(lang='Kurdish', desc='Kurdish (Iran, Latin Alt-Q)'), rs (latin): LayoutInfo(lang='Serbian', desc='Serbian (Latin)'), ru (srp): LayoutInfo(lang='Serbian', desc='Serbian (Russia)'), se (rus): LayoutInfo(lang='Russian', desc='Russian (Sweden, phonetic)'), fr (dvorak): LayoutInfo(lang='French', desc='French (Dvorak)'), jp (dvorak): LayoutInfo(lang='Japanese', desc='Japanese (Dvorak)'), de (ru): LayoutInfo(lang='Russian', desc='Russian (Germany, phonetic)'), bd: LayoutInfo(lang='Bengali', desc='Bengali'), es (cat): LayoutInfo(lang='Catalan; Valencian', desc='Catalan (Spain, with middle-dot L)'), bg: LayoutInfo(lang='Bulgarian', desc='Bulgarian'), il (phonetic): LayoutInfo(lang='Hebrew', desc='Hebrew (phonetic)'), in (ori): LayoutInfo(lang='Oriya', desc='Oriya'), pt (sundeadkeys): LayoutInfo(lang='Portuguese', desc='Portuguese (Sun dead keys)'), pt (nativo): LayoutInfo(lang='Portuguese', desc='Portuguese (Nativo)'), bt: LayoutInfo(lang='Dzongkha', desc='Dzongkha'), bw: LayoutInfo(lang='Tswana', desc='Tswana'), br: LayoutInfo(lang='Portuguese', desc='Portuguese (Brazil)'), pk (urd-nla): LayoutInfo(lang='Urdu', desc='Urdu (Pakistan, NLA)'), me (latinunicode): LayoutInfo(lang='Serbian', desc='Montenegrin (Latin Unicode)'), ca (multi-2gr): LayoutInfo(lang='French', desc='Canadian Multilingual (second part)'), by: LayoutInfo(lang='Belarusian', desc='Belarusian'), cn (tib): LayoutInfo(lang='Tibetan', desc='Tibetan'), ng (hausa): LayoutInfo(lang='Hausa', desc='Hausa'), is (nodeadkeys): LayoutInfo(lang='Icelandic', desc='Icelandic (eliminate dead keys)'), gh (akan): LayoutInfo(lang='Akan', desc='Akan'), hr (alternatequotes): LayoutInfo(lang='Croatian', desc='Croatian (use guillemets for quotes)'), in (ben_inscript): LayoutInfo(lang='Bengali', desc='Bengali (India, Baishakhi Inscript)'), ua (rstu): LayoutInfo(lang='Ukrainian', desc='Ukrainian (standard RSTU)'), ro (std_cedilla): LayoutInfo(lang='Romanian', desc='Romanian (standard cedilla)'), gh (fula): LayoutInfo(lang='Fulah', desc='Fula'), de (dvorak): LayoutInfo(lang='German', desc='German (Dvorak)'), tr (crh_f): LayoutInfo(lang='Crimean Tatar; Crimean Turkish', desc='Crimean Tatar (Turkish F)'), lt (ibm): LayoutInfo(lang='Lithuanian', desc='Lithuanian (IBM LST 1205-92)'), am (eastern-alt): LayoutInfo(lang='Armenian', desc='Armenian (alternative eastern)'), hu (101_qwertz_dot_dead): LayoutInfo(lang='Hungarian', desc='Hungarian (101/qwertz/dot/dead keys)'), it (ibm): LayoutInfo(lang='Italian', desc='Italian (IBM 142)'), ru (os_legacy): LayoutInfo(lang='Ossetian; Ossetic', desc='Ossetian (legacy)'), se (mac): LayoutInfo(lang='Swedish', desc='Swedish (Macintosh)'), gb (intl): LayoutInfo(lang='English', desc='English (UK, international with dead keys)'), ee: LayoutInfo(lang='Estonian', desc='Estonian'), hr: LayoutInfo(lang='Croatian', desc='Croatian'), hu: LayoutInfo(lang='Hungarian', desc='Hungarian'), ph (qwerty-bay): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (QWERTY Baybayin)'), ara (qwerty): LayoutInfo(lang='Arabic', desc='Arabic (qwerty)'), ph (capewell-dvorak-bay): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (Capewell-Dvorak Baybayin)'), ru (cv): LayoutInfo(lang='Chuvash', desc='Chuvash'), uz: LayoutInfo(lang='Uzbek', desc='Uzbek'), us: LayoutInfo(lang='English', desc='English (US)'), gr (simple): LayoutInfo(lang='Greek, Modern (1453-)', desc='Greek (simple)'), ir (ku_f): LayoutInfo(lang='Kurdish', desc='Kurdish (Iran, F)'), jp (OADG109A): LayoutInfo(lang='Japanese', desc='Japanese (OADG 109A)'), ua: LayoutInfo(lang='Ukrainian', desc='Ukrainian'), pk (urd-crulp): LayoutInfo(lang='Urdu', desc='Urdu (Pakistan, CRULP)'), af: LayoutInfo(lang='Afghanistan', desc='Afghani'), br (nodeadkeys): LayoutInfo(lang='Portuguese', desc='Portuguese (Brazil, eliminate dead keys)'), am: LayoutInfo(lang='Armenian', desc='Armenian'), gh (ga): LayoutInfo(lang='Ga', desc='Ga'), rs (latinyz): LayoutInfo(lang='Serbian', desc='Serbian (Latin qwerty)'), gb (mac_intl): LayoutInfo(lang='English', desc='English (UK, Macintosh international)'), at: LayoutInfo(lang='German', desc='German (Austria)'), dk (dvorak): LayoutInfo(lang='Danish', desc='Danish (Dvorak)'), az: LayoutInfo(lang='Azerbaijani', desc='Azerbaijani'), nl: LayoutInfo(lang='Dutch; Flemish', desc='Dutch'), me (latinunicodeyz): LayoutInfo(lang='Serbian', desc='Montenegrin (Latin Unicode qwerty)'), no: LayoutInfo(lang='Norwegian', desc='Norwegian'), cz (dvorak-ucw): LayoutInfo(lang='Czech', desc='Czech (US Dvorak with CZ UCW support)'), in (ben_bornona): LayoutInfo(lang='Bengali', desc='Bengali (India, Bornona)'), rs: LayoutInfo(lang='Serbian', desc='Serbian'), ng: LayoutInfo(lang='English', desc='English (Nigeria)'), ru (phonetic_winkeys): LayoutInfo(lang='Russian', desc='Russian (phonetic WinKeys)'), ir (pes_keypad): LayoutInfo(lang='Persian', desc='Persian (with Persian Keypad)'), in (ben_probhat): LayoutInfo(lang='Bengali', desc='Bengali (India, Probhat)'), de (dsb_qwertz): LayoutInfo(lang='Lower Sorbian', desc='Lower Sorbian (qwertz)'), np: LayoutInfo(lang='Nepali', desc='Nepali'), fi (classic): LayoutInfo(lang='Finnish', desc='Finnish (classic)'), dk (nodeadkeys): LayoutInfo(lang='Danish', desc='Danish (eliminate dead keys)'), ch (fr_sundeadkeys): LayoutInfo(lang='French', desc='French (Switzerland, Sun dead keys)'), ba: LayoutInfo(lang='Bosnian', desc='Bosnian'), th (pat): LayoutInfo(lang='Thai', desc='Thai (Pattachote)'), fr (latin9_nodeadkeys): LayoutInfo(lang='French', desc='French (legacy, alternative, eliminate dead keys)'), rs (latinalternatequotes): LayoutInfo(lang='Serbian', desc='Serbian (Latin with guillemets)'), sk (qwerty_bksl): LayoutInfo(lang='Slovak', desc='Slovak (qwerty, extended Backslash)'), ba (us): LayoutInfo(lang='Bosnian', desc='Bosnian (US keyboard with Bosnian letters)'), gr (polytonic): LayoutInfo(lang='Greek, Modern (1453-)', desc='Greek (polytonic)'), fr (bepo_latin9): LayoutInfo(lang='French', desc='French (Bepo, ergonomic, Dvorak way, latin-9 only)'), mt (us): LayoutInfo(lang='Maltese', desc='Maltese (with US layout)')} > _intf._currentAction._spokes._xkl_wrapper._switch_opt_infos: {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.configreg: ConfigRegistry instance, containing members: > _intf._currentAction._spokes._xkl_wrapper._engine: Engine instance, containing members: > _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, swap, BIOS Boot, xfs] > _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._containerCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._raidStoreFilter: TreeModelFilter instance, containing members: > _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._back_already_clicked: False > _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._containerStore: ListStore 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} >, 'LangsupportSpoke': LangsupportSpoke instance, containing members: > _intf._currentAction._spokes._langSelection: TreeSelection instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes._localeStore: ListStore instance, containing members: > _intf._currentAction._spokes._localeView: TreeView instance, containing members: > _intf._currentAction._spokes.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: False > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes._monthCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._radioButton24h: RadioButton instance, containing members: > _intf._currentAction._spokes._amPmLabel: Label instance, containing members: > _intf._currentAction._spokes._monthsStore: ListStore instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._ntpSwitch: Switch instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._regions_zones: 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(['Troll', 'DumontDUrville', 'Vostok', 'Syowa', 'Palmer', 'Casey', 'Rothera', 'McMurdo', 'Macquarie', 'Davis', 'Mawson'])), ('Arctic', set(['Longyearbyen'])), ('Asia', set(['Karachi', 'Choibalsan', 'Vladivostok', 'Kashgar', 'Rangoon', 'Aqtobe', 'Kuwait', 'Kuala_Lumpur', 'Gaza', 'Dubai', 'Samarkand', 'Ho_Chi_Minh', 'Damascus', 'Thimphu', 'Yekaterinburg', 'Manila', 'Amman', 'Kolkata', 'Hovd', 'Beirut', 'Nicosia', 'Almaty', 'Bahrain', 'Brunei', 'Hong_Kong', 'Magadan', 'Aqtau', 'Tashkent', 'Singapore', 'Phnom_Penh', 'Irkutsk', 'Tokyo', 'Muscat', 'Bangkok', 'Yerevan', 'Baghdad', 'Qyzylorda', 'Taipei', 'Omsk', 'Tehran', 'Bishkek', 'Ulaanbaatar', 'Shanghai', 'Kamchatka', 'Chongqing', 'Dhaka', 'Novokuznetsk', 'Dushanbe', 'Sakhalin', 'Kuching', 'Anadyr', 'Khandyga', 'Jakarta', 'Yakutsk', 'Pontianak', 'Makassar', 'Krasnoyarsk', 'Kathmandu', 'Aden', 'Urumqi', 'Oral', 'Tbilisi', 'Harbin', 'Seoul', 'Kabul', 'Dili', 'Ashgabat', 'Macau', 'Riyadh', 'Baku', 'Qatar', 'Jayapura', 'Hebron', 'Colombo', 'Novosibirsk', 'Pyongyang', 'Jerusalem', 'Vientiane', 'Ust-Nera'])), ('Atlantic', set(['Reykjavik', 'Cape_Verde', 'Azores', 'Faroe', 'Canary', 'Bermuda', 'Madeira', 'St_Helena', 'Stanley', 'South_Georgia'])), ('Australia', set(['Melbourne', 'Eucla', 'Brisbane', 'Lindeman', 'Broken_Hill', 'Hobart', 'Lord_Howe', 'Perth', 'Sydney', 'Currie', 'Darwin', 'Adelaide'])), ('Europe', set(['Kiev', 'Istanbul', 'Paris', 'Oslo', 'Riga', 'Athens', 'Luxembourg', 'Andorra', 'Gibraltar', 'Tirane', 'Ljubljana', 'Chisinau', 'Simferopol', 'Vienna', 'Busingen', 'Zagreb', 'Stockholm', 'Warsaw', 'Moscow', 'Skopje', 'Bratislava', 'Berlin', 'Zaporozhye', 'Brussels', 'Uzhgorod', 'Budapest', 'San_Marino', 'Helsinki', 'Vaduz', 'Vatican', 'Dublin', 'Podgorica', 'Minsk', 'Malta', 'Guernsey', 'Monaco', 'Jersey', 'Mariehamn', 'Bucharest', 'Isle_of_Man', 'Belgrade', 'Zurich', 'Tallinn', 'Madrid', 'Prague', 'Sofia', 'Samara', 'Rome', 'London', 'Lisbon', 'Volgograd', 'Amsterdam', 'Copenhagen', 'Kaliningrad', 'Vilnius', 'Sarajevo'])), ('Indian', set(['Cocos', 'Maldives', 'Comoro', 'Mayotte', 'Antananarivo', 'Mahe', 'Mauritius', 'Chagos', 'Reunion', 'Kerguelen', 'Christmas'])), ('Pacific', set(['Kwajalein', 'Palau', 'Auckland', 'Pitcairn', 'Chuuk', 'Galapagos', 'Marquesas', 'Nauru', 'Easter', 'Guadalcanal', 'Saipan', 'Tarawa', 'Tongatapu', 'Noumea', 'Pago_Pago', 'Wallis', 'Wake', 'Apia', 'Honolulu', 'Rarotonga', 'Chatham', 'Kosrae', 'Fakaofo', 'Norfolk', 'Majuro', 'Kiritimati', 'Pohnpei', 'Efate', 'Gambier', 'Niue', 'Johnston', 'Midway', 'Guam', 'Funafuti', 'Port_Moresby', 'Tahiti', 'Enderbury', 'Fiji'])), ('US', set(['Mountain', 'Arizona', 'Central', 'Eastern', 'Hawaii', 'Pacific', 'Alaska'])), ('Etc', set(['UTC', 'GMT-10', 'GMT-11', 'GMT-12', 'GMT-13', 'GMT-14', 'GMT+8', 'GMT+9', 'GMT+1', 'GMT+2', 'GMT+3', 'GMT+4', 'GMT+5', 'GMT+6', 'GMT+7', 'GMT+12', 'GMT+10', 'GMT+11', 'GMT-8', 'GMT-9', 'GMT-6', 'GMT-7', 'GMT-4', 'GMT-5', 'GMT-2', 'GMT-3', 'GMT-1', 'GMT']))]) > _intf._currentAction._spokes._months_nums: {'February': 2, 'October': 10, 'March': 3, 'August': 8, 'May': 5, 'January': 1, 'June': 6, 'September': 9, 'April': 4, 'December': 12, 'July': 7, 'November': 11} > _intf._currentAction._spokes._tzmap: TimezoneMap instance, containing members: > _intf._currentAction._spokes._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 0x7fa6d1cbd6b0> > _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: 2 > _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: America > _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: New_York > _intf._currentAction._spokes._daysFilter: TreeModelFilter instance, containing members: >, 'StorageSpoke': StorageSpoke instance, containing members: > _intf._currentAction._spokes.clearPartType: 2 > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.applyOnSkip: True > _intf._currentAction._spokes.autopart: True > _intf._currentAction._spokes._cur_clicked_overview: None > _intf._currentAction._spokes._customPart: RadioButton instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes.specialized_disks_box: Box instance, containing members: > _intf._currentAction._spokes.selected_disks: [] > _intf._currentAction._spokes._previous_autopart: False > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.autoPartType: None > _intf._currentAction._spokes._encrypted: CheckButton instance, containing members: > _intf._currentAction._spokes.local_disks_box: Box instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._confirmed: True > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._last_clicked_overview: None > _intf._currentAction._spokes._reclaim: CheckButton instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.disks: [Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >] > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._ready: True >} > _intf._currentAction._checker: FileSystemSpaceChecker instance, containing members: > _intf._currentAction._checker.error_message: Not enough space in filesystems for the current software selection. An additional 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: False > _intf._currentAction._notReadySpokes: [Already dumped (SoftwareSelectionSpoke instance) >] > _intf._currentAction._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._update_spoke_id: 1285 > _intf._currentAction.payload: Already dumped (YumPayload instance) > _intf._currentAction._incompleteSpokes: [Already dumped (SourceSpoke instance) >, Already dumped (SoftwareSelectionSpoke instance) >, Already dumped (StorageSpoke instance) >] >updateSrc: None >rootParts: None >id: None >rescue: False >mediaDevice: None >_network: None >methodstr: http://download.devel.redhat.com/rel-eng/RHEL-7.0-20140507.0/compose/Server/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: None >rescue_mount: True >_bootloader: GRUB2 instance, containing members: > _bootloader._disk_order: [] > _bootloader.console_options: Skipped > _bootloader.console: Skipped > _bootloader.skip_bootloader: False > _bootloader.warnings: [] > _bootloader.chain_images: [] > _bootloader.stage2_is_preferred_stage1: False > _bootloader.disks: [] > _bootloader._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: > _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 0x7fa6c598b140>, True), 'type': (<function <lambda> at 0x7fa6c598b2a8>, True), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0x7fa6c598b1b8>, 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.79-1 > mehConfig.localSkipList: [passphrase, password, _oldweak, _password] > mehConfig.programName: anaconda > mehConfig.fileList: [/tmp/anaconda.log, /tmp/packaging.log, /tmp/program.log, /tmp/storage.log, /tmp/ifcfg.log, /tmp/yum.log, /mnt/sysimage/root/install.log, /proc/cmdline, /tmp/syslog] >isHeadless: False >reIPLMessage: None >_storage: Already dumped (Blivet instance) >dir: None >opts: {'noipv6': False, 'noipv4': False, 'updateSrc': None, 'selinux': True, 'module': [], 'syslog': None, 'leavebootorder': False, 'images': [], 'dmraid': True, 'armPlatform': None, 'memcheck': True, 'iscsi': False, 'ksfile': None, 'dirinstall': False, 'kbdtype': None, 'runres': None, 'xdriver': None, 'display_mode': 'g', 'stage2': None, 'method': 'http://download.devel.redhat.com/rel-eng/RHEL-7.0-20140507.0/compose/Server/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: >09:45:54,819 INFO anaconda: /sbin/anaconda 19.31.79-1 >09:45:55,548 INFO anaconda: 1572864 kB (1536 MB) are available >09:45:55,548 INFO anaconda: check_memory(): total:1536, needed:512, graphical:512 >09:45:55,569 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >09:45:55,572 INFO anaconda: Default encoding = utf-8 >09:45:56,076 INFO anaconda: Display mode = g >09:45:56,079 INFO anaconda: 1572864 kB (1536 MB) are available >09:45:56,079 INFO anaconda: check_memory(): total:1536, needed:512, graphical:512 >09:46:00,639 DEBUG anaconda: X server has signalled a successful start. >09:46:00,646 INFO anaconda: Starting window manager, pid 1185. >09:46:04,313 INFO anaconda: using only installclass Red Hat Enterprise Linux >09:46:05,722 INFO anaconda: bootloader GRUB2 on X86 platform >09:46:05,724 INFO anaconda: bootloader GRUB2 on X86 platform >09:46:05,763 DEBUG anaconda: network: devices found ['eth0'] >09:46:05,870 DEBUG anaconda: updating hostname office74.anaconda.englab.brq.redhat.com >09:46:05,884 INFO anaconda: Running Thread: AnaStorageThread (140354240456448) >09:46:05,887 INFO anaconda: Running Thread: AnaTimeInitThread (140354232063744) >09:46:05,897 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (140354223671040) >09:46:05,931 INFO anaconda: Running Thread: AnaPayloadThread (140354215278336) >09:46:05,980 INFO anaconda: got 2 NTP servers from DHCP >09:46:06,086 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (140354223671040) >09:46:06,110 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (140354223671040) >09:46:06,112 INFO anaconda: Starting geolocation lookup >09:46:06,113 INFO anaconda: Geolocation provider: Fedora GeoIP >09:46:07,996 INFO anaconda: Geolocation lookup finished in 1.9 seconds >09:46:07,996 INFO anaconda: territory: US >time zone: America/New_York (from GeoIP) >09:46:07,996 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (140354223671040) >09:46:11,045 INFO anaconda: Thread Done: AnaStorageThread (140354240456448) >09:46:12,004 INFO anaconda: Thread Done: AnaTimeInitThread (140354232063744) >09:46:17,119 INFO anaconda: Thread Done: AnaPayloadThread (140354215278336) >09:46:31,806 DEBUG anaconda: network standalone spoke (init): completed: ['eth0'] >09:46:31,980 INFO anaconda: Running Thread: AnaNTPserver0 (140354215278336) >09:46:31,994 INFO anaconda: Running Thread: AnaNTPserver1 (140354232063744) >09:46:32,010 INFO anaconda: Running Thread: AnaDateTimeThread (140354240456448) >09:46:32,121 INFO anaconda: fs space: 0 B needed: 3 GB >09:46:32,293 INFO anaconda: Thread Done: AnaDateTimeThread (140354240456448) >09:46:32,358 INFO anaconda: fs space: 0 B needed: 3 GB >09:46:32,426 INFO anaconda: fs space: 0 B needed: 3 GB >09:46:32,522 INFO anaconda: Running Thread: AnaSourceWatcher (140354137888512) >09:46:32,525 INFO anaconda: Thread Done: AnaSourceWatcher (140354137888512) >09:46:32,600 INFO anaconda: Running Thread: AnaSoftwareWatcher (140354137888512) >09:46:32,631 INFO anaconda: Running Thread: AnaStorageWatcher (140354129495808) >09:46:32,634 INFO anaconda: Thread Done: AnaStorageWatcher (140354129495808) >09:46:32,662 INFO anaconda: Running Thread: AnaCustomStorageInit (140354129495808) >09:46:32,885 DEBUG anaconda: network: GUI, device configuration added: connection e9b1824c-8937-415d-aab5-51d70a5c0c2e device eth0 >09:46:32,898 DEBUG anaconda: network: GUI, connection e9b1824c-8937-415d-aab5-51d70a5c0c2e found >09:46:33,013 DEBUG anaconda: updating hostname office74.anaconda.englab.brq.redhat.com >09:46:33,697 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7fa6c58e4990> >09:46:33,697 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fa6c58ecfd0> status to: Probing storage... >09:46:33,698 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fa6c58ecfd0> status to: Downloading package metadata... >09:46:33,701 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fa6c58ecfd0> >09:46:33,701 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fa6c58ecb90> status to: Downloading package metadata... >09:46:33,702 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fa6c58ecb90> status to: Downloading group metadata... >09:46:33,702 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fa6c58fd950> status to: Probing storage... >09:46:33,705 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fa6c58fd950> >09:46:34,390 INFO anaconda: setting <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0x7fa6c225b910> status to: Wired (eth0) connected >09:46:34,657 DEBUG anaconda: running handleException >09:46:34,659 DEBUG anaconda: Gtk running, queuing exception handler to the main loop >09:46:34,671 DEBUG anaconda: running handleException >09:46:34,673 DEBUG anaconda: Gtk running, queuing exception handler to the main loop >09:46:34,674 INFO anaconda: Thread Done: AnaSoftwareWatcher (140354137888512) >09:46:35,502 INFO anaconda: Running kickstart %%traceback script(s) >09:46:35,503 INFO anaconda: All kickstart %%traceback script(s) have been run > > >/tmp/packaging.log: >09:46:05,721 DEBUG packaging: getting release version from tree at None (7.0) >09:46:05,722 DEBUG packaging: got a release version of 7.0 >09:46:11,048 INFO packaging: configuring base repo >09:46:11,063 DEBUG packaging: getting release version from tree at http://download.devel.redhat.com/rel-eng/RHEL-7.0-20140507.0/compose/Server/x86_64/os/ (7.0) >09:46:11,078 DEBUG packaging: retrieving treeinfo from http://download.devel.redhat.com/rel-eng/RHEL-7.0-20140507.0/compose/Server/x86_64/os/ (proxy: ; sslverify: True) >09:46:12,263 DEBUG packaging: got a release version of 7.0 >09:46:12,263 DEBUG packaging: releasever from http://download.devel.redhat.com/rel-eng/RHEL-7.0-20140507.0/compose/Server/x86_64/os/ is 7.0 >09:46:12,649 INFO_2 yum.verbose.YumPlugins: Loaded plugins: langpacks, product-id >09:46:12,650 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >09:46:12,651 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >09:46:12,652 DEBUG yum.verbose.plugin: Adding en_US to language list >09:46:12,720 DEBUG yum.verbose.YumBase: Config time: 0.454 >09:46:12,735 INFO_2 yum.verbose.YumPlugins: Loaded plugins: langpacks, product-id >09:46:12,756 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >09:46:12,756 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >09:46:12,756 DEBUG yum.verbose.plugin: Adding en_US to language list >09:46:12,758 DEBUG yum.verbose.YumBase: Config time: 0.028 >09:46:12,761 DEBUG packaging: adding yum repo anaconda with baseurl http://download.devel.redhat.com/rel-eng/RHEL-7.0-20140507.0/compose/Server/x86_64/os/ and mirrorlist None >09:46:13,377 INFO packaging: gathering repo metadata >09:46:13,377 DEBUG packaging: getting repo metadata for anaconda >09:46:16,308 DEBUG packaging: getting group info for anaconda >09:46:17,119 INFO packaging: metadata retrieval complete >09:46:32,601 DEBUG yum.verbose.YumBase: Setting up Package Sacks > > >/tmp/program.log: >09:45:55,668 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >09:45:55,721 DEBUG program: Return code: 0 >09:45:55,724 INFO program: Running... udevadm settle --timeout=300 >09:45:55,874 DEBUG program: Return code: 0 >09:45:55,879 INFO program: Running... modprobe fcoe >09:45:55,960 DEBUG program: Return code: 0 >09:45:55,963 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >09:45:56,035 INFO program: No FCoE boot disk information is found in EDD! >09:45:56,037 DEBUG program: Return code: 1 >09:46:00,653 INFO program: Running... metacity --display :1 --sm-disable >09:46:04,316 INFO program: Running... modprobe xfs >09:46:04,680 DEBUG program: Return code: 0 >09:46:05,887 INFO program: Running... udevadm settle --timeout=300 >09:46:05,980 DEBUG program: Return code: 0 >09:46:05,981 INFO program: Running... mpathconf --user_friendly_names y --with_multipathd y >09:46:06,222 DEBUG program: Return code: 0 >09:46:06,224 INFO program: Running... systemctl start chronyd.service >09:46:06,322 DEBUG program: Return code: 0 >09:46:06,326 INFO program: Running... udevadm settle --timeout=300 >09:46:06,462 DEBUG program: Return code: 0 >09:46:06,653 INFO program: Running... multipath -c /dev/sda >09:46:07,160 INFO program: /dev/sda is not a valid multipath device path >09:46:07,168 DEBUG program: Return code: 1 >09:46:08,002 INFO program: Running... multipath -c /dev/vda >09:46:08,133 DEBUG program: Return code: 1 >09:46:08,363 INFO program: Running... dumpe2fs -h /dev/loop1 >09:46:08,438 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >09:46:08,441 INFO program: Filesystem volume name: Anaconda >09:46:08,446 INFO program: Last mounted on: /var/tmp/lorax.imgutils.5h5P_5 >09:46:08,447 INFO program: Filesystem UUID: 8bacf3e8-b3f2-47c2-86ec-0454ad081725 >09:46:08,447 INFO program: Filesystem magic number: 0xEF53 >09:46:08,448 INFO program: Filesystem revision #: 1 (dynamic) >09:46:08,448 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent 64bit flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >09:46:08,448 INFO program: Filesystem flags: signed_directory_hash >09:46:08,452 INFO program: Default mount options: user_xattr acl >09:46:08,455 INFO program: Filesystem state: clean >09:46:08,456 INFO program: Errors behavior: Continue >09:46:08,456 INFO program: Filesystem OS type: Linux >09:46:08,456 INFO program: Inode count: 131072 >09:46:08,457 INFO program: Block count: 2097152 >09:46:08,457 INFO program: Reserved block count: 0 >09:46:08,458 INFO program: Free blocks: 1053309 >09:46:08,459 INFO program: Free inodes: 101797 >09:46:08,459 INFO program: First block: 1 >09:46:08,459 INFO program: Block size: 1024 >09:46:08,460 INFO program: Fragment size: 1024 >09:46:08,460 INFO program: Group descriptor size: 64 >09:46:08,460 INFO program: Reserved GDT blocks: 256 >09:46:08,461 INFO program: Blocks per group: 8192 >09:46:08,461 INFO program: Fragments per group: 8192 >09:46:08,461 INFO program: Inodes per group: 512 >09:46:08,462 INFO program: Inode blocks per group: 128 >09:46:08,462 INFO program: Flex block group size: 16 >09:46:08,462 INFO program: Filesystem created: Wed May 7 07:36:56 2014 >09:46:08,463 INFO program: Last mount time: Wed May 7 07:37:14 2014 >09:46:08,463 INFO program: Last write time: Wed May 7 07:37:20 2014 >09:46:08,464 INFO program: Mount count: 2 >09:46:08,464 INFO program: Maximum mount count: -1 >09:46:08,464 INFO program: Last checked: Wed May 7 07:36:56 2014 >09:46:08,465 INFO program: Check interval: 0 (<none>) >09:46:08,465 INFO program: Lifetime writes: 32 MB >09:46:08,466 INFO program: Reserved blocks uid: 0 (user root) >09:46:08,466 INFO program: Reserved blocks gid: 0 (group root) >09:46:08,467 INFO program: First inode: 11 >09:46:08,467 INFO program: Inode size: 256 >09:46:08,467 INFO program: Required extra isize: 28 >09:46:08,468 INFO program: Desired extra isize: 28 >09:46:08,468 INFO program: Journal inode: 8 >09:46:08,468 INFO program: Default directory hash: half_md4 >09:46:08,469 INFO program: Directory Hash Seed: 164636ca-ef00-45fb-b431-a639a7074ae1 >09:46:08,469 INFO program: Journal backup: inode blocks >09:46:08,470 INFO program: Journal features: (none) >09:46:08,470 INFO program: Journal size: 32M >09:46:08,470 INFO program: Journal length: 32768 >09:46:08,471 INFO program: Journal sequence: 0x0000001f >09:46:08,471 INFO program: Journal start: 0 >09:46:08,472 INFO program: >09:46:08,472 DEBUG program: Return code: 0 >09:46:08,473 INFO program: Running... resize2fs -P /dev/loop1 >09:46:08,616 INFO program: resize2fs 1.42.9 (28-Dec-2013) >09:46:08,619 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop1 >09:46:08,620 INFO program: Couldn't find valid filesystem superblock. >09:46:08,626 DEBUG program: Return code: 1 >09:46:09,251 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >09:46:09,331 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >09:46:09,333 INFO program: Filesystem volume name: Anaconda >09:46:09,334 INFO program: Last mounted on: / >09:46:09,334 INFO program: Filesystem UUID: 8bacf3e8-b3f2-47c2-86ec-0454ad081725 >09:46:09,334 INFO program: Filesystem magic number: 0xEF53 >09:46:09,335 INFO program: Filesystem revision #: 1 (dynamic) >09:46:09,335 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent 64bit flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >09:46:09,335 INFO program: Filesystem flags: signed_directory_hash >09:46:09,336 INFO program: Default mount options: user_xattr acl >09:46:09,336 INFO program: Filesystem state: clean >09:46:09,337 INFO program: Errors behavior: Continue >09:46:09,337 INFO program: Filesystem OS type: Linux >09:46:09,338 INFO program: Inode count: 131072 >09:46:09,338 INFO program: Block count: 2097152 >09:46:09,339 INFO program: Reserved block count: 0 >09:46:09,339 INFO program: Free blocks: 1053309 >09:46:09,339 INFO program: Free inodes: 101797 >09:46:09,339 INFO program: First block: 1 >09:46:09,339 INFO program: Block size: 1024 >09:46:09,340 INFO program: Fragment size: 1024 >09:46:09,340 INFO program: Group descriptor size: 64 >09:46:09,341 INFO program: Reserved GDT blocks: 256 >09:46:09,341 INFO program: Blocks per group: 8192 >09:46:09,341 INFO program: Fragments per group: 8192 >09:46:09,342 INFO program: Inodes per group: 512 >09:46:09,342 INFO program: Inode blocks per group: 128 >09:46:09,343 INFO program: Flex block group size: 16 >09:46:09,343 INFO program: Filesystem created: Wed May 7 07:36:56 2014 >09:46:09,343 INFO program: Last mount time: Tue Jun 3 09:45:23 2014 >09:46:09,344 INFO program: Last write time: Tue Jun 3 09:45:23 2014 >09:46:09,344 INFO program: Mount count: 3 >09:46:09,345 INFO program: Maximum mount count: -1 >09:46:09,345 INFO program: Last checked: Wed May 7 07:36:56 2014 >09:46:09,345 INFO program: Check interval: 0 (<none>) >09:46:09,345 INFO program: Lifetime writes: 32 MB >09:46:09,346 INFO program: Reserved blocks uid: 0 (user root) >09:46:09,346 INFO program: Reserved blocks gid: 0 (group root) >09:46:09,347 INFO program: First inode: 11 >09:46:09,347 INFO program: Inode size: 256 >09:46:09,347 INFO program: Required extra isize: 28 >09:46:09,348 INFO program: Desired extra isize: 28 >09:46:09,348 INFO program: Journal inode: 8 >09:46:09,349 INFO program: Default directory hash: half_md4 >09:46:09,349 INFO program: Directory Hash Seed: 164636ca-ef00-45fb-b431-a639a7074ae1 >09:46:09,349 INFO program: Journal backup: inode blocks >09:46:09,350 INFO program: Journal features: journal_64bit >09:46:09,350 INFO program: Journal size: 32M >09:46:09,351 INFO program: Journal length: 32768 >09:46:09,351 INFO program: Journal sequence: 0x00000020 >09:46:09,351 INFO program: Journal start: 1 >09:46:09,351 INFO program: >09:46:09,352 DEBUG program: Return code: 0 >09:46:09,354 INFO program: Running... resize2fs -P /dev/mapper/live-rw >09:46:09,396 INFO program: resize2fs 1.42.9 (28-Dec-2013) >09:46:09,398 INFO program: Estimated minimum size of the filesystem: 1029961 >09:46:09,399 DEBUG program: Return code: 0 >09:46:10,182 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >09:46:10,364 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >09:46:10,370 INFO program: Filesystem volume name: Anaconda >09:46:10,371 INFO program: Last mounted on: /var/tmp/lorax.imgutils.5h5P_5 >09:46:10,371 INFO program: Filesystem UUID: 8bacf3e8-b3f2-47c2-86ec-0454ad081725 >09:46:10,372 INFO program: Filesystem magic number: 0xEF53 >09:46:10,372 INFO program: Filesystem revision #: 1 (dynamic) >09:46:10,372 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent 64bit flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >09:46:10,373 INFO program: Filesystem flags: signed_directory_hash >09:46:10,373 INFO program: Default mount options: user_xattr acl >09:46:10,374 INFO program: Filesystem state: clean >09:46:10,374 INFO program: Errors behavior: Continue >09:46:10,374 INFO program: Filesystem OS type: Linux >09:46:10,375 INFO program: Inode count: 131072 >09:46:10,375 INFO program: Block count: 2097152 >09:46:10,376 INFO program: Reserved block count: 0 >09:46:10,376 INFO program: Free blocks: 1053309 >09:46:10,377 INFO program: Free inodes: 101797 >09:46:10,377 INFO program: First block: 1 >09:46:10,378 INFO program: Block size: 1024 >09:46:10,378 INFO program: Fragment size: 1024 >09:46:10,378 INFO program: Group descriptor size: 64 >09:46:10,378 INFO program: Reserved GDT blocks: 256 >09:46:10,378 INFO program: Blocks per group: 8192 >09:46:10,379 INFO program: Fragments per group: 8192 >09:46:10,379 INFO program: Inodes per group: 512 >09:46:10,380 INFO program: Inode blocks per group: 128 >09:46:10,380 INFO program: Flex block group size: 16 >09:46:10,380 INFO program: Filesystem created: Wed May 7 07:36:56 2014 >09:46:10,381 INFO program: Last mount time: Wed May 7 07:37:14 2014 >09:46:10,381 INFO program: Last write time: Wed May 7 07:37:20 2014 >09:46:10,382 INFO program: Mount count: 2 >09:46:10,382 INFO program: Maximum mount count: -1 >09:46:10,382 INFO program: Last checked: Wed May 7 07:36:56 2014 >09:46:10,383 INFO program: Check interval: 0 (<none>) >09:46:10,383 INFO program: Lifetime writes: 32 MB >09:46:10,384 INFO program: Reserved blocks uid: 0 (user root) >09:46:10,384 INFO program: Reserved blocks gid: 0 (group root) >09:46:10,384 INFO program: First inode: 11 >09:46:10,385 INFO program: Inode size: 256 >09:46:10,385 INFO program: Required extra isize: 28 >09:46:10,386 INFO program: Desired extra isize: 28 >09:46:10,386 INFO program: Journal inode: 8 >09:46:10,386 INFO program: Default directory hash: half_md4 >09:46:10,386 INFO program: Directory Hash Seed: 164636ca-ef00-45fb-b431-a639a7074ae1 >09:46:10,387 INFO program: Journal backup: inode blocks >09:46:10,387 INFO program: Journal features: (none) >09:46:10,388 INFO program: Journal size: 32M >09:46:10,388 INFO program: Journal length: 32768 >09:46:10,388 INFO program: Journal sequence: 0x0000001f >09:46:10,389 INFO program: Journal start: 0 >09:46:10,389 INFO program: >09:46:10,390 DEBUG program: Return code: 0 >09:46:10,390 INFO program: Running... resize2fs -P /dev/mapper/live-base >09:46:10,521 INFO program: resize2fs 1.42.9 (28-Dec-2013) >09:46:10,523 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >09:46:10,524 INFO program: Couldn't find valid filesystem superblock. >09:46:10,524 DEBUG program: Return code: 1 >09:46:10,567 INFO program: Running... udevadm settle --timeout=300 >09:46:10,633 DEBUG program: Return code: 0 >09:46:10,660 INFO program: Running... udevadm settle --timeout=300 >09:46:10,713 DEBUG program: Return code: 0 >09:46:10,733 INFO program: Running... udevadm settle --timeout=300 >09:46:10,789 DEBUG program: Return code: 0 >09:46:11,046 INFO program: Running... hwclock --hctosys --utc >09:46:12,003 DEBUG program: Return code: 0 >09:46:34,272 INFO program: Running... modprobe btrfs >09:46:34,557 DEBUG program: Return code: 0 >09:46:34,707 INFO program: Running... modprobe vfat >09:46:34,794 DEBUG program: Return code: 0 > > >/tmp/storage.log: >09:45:55,877 INFO blivet: ISCSID is /sbin/iscsid >09:45:55,878 INFO blivet: no initiator set >09:45:56,038 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >09:45:56,039 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >09:46:04,225 DEBUG blivet: trying to set new default fstype to 'ext4' >09:46:04,276 DEBUG blivet: Ext4FS.supported: supported: True ; >09:46:04,304 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:46:04,305 DEBUG blivet: Ext4FS.supported: supported: True ; >09:46:04,314 DEBUG blivet: trying to set new default fstype to 'xfs' >09:46:04,315 DEBUG blivet: XFS.supported: supported: True ; >09:46:04,683 DEBUG blivet: getFormat('xfs') returning XFS instance >09:46:04,686 DEBUG blivet: XFS.supported: supported: True ; >09:46:05,723 INFO blivet: Detected 1552M of memory >09:46:05,724 INFO blivet: Suggested swap size (3104 M) exceeds 10 % of disk space, using 10 % of disk space (0 M) instead. >09:46:05,724 INFO blivet: Swap attempt of 0M >09:46:05,885 INFO blivet: resetting Blivet (version 0.18.34) instance <blivet.Blivet object at 0x7fa6cf601b50> >09:46:05,886 INFO blivet: no initiator set >09:46:05,886 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >09:46:05,887 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >09:46:06,474 INFO blivet: devices to scan: ['sda', 'vda', 'loop0', 'loop1', 'loop2', 'dm-0', 'dm-1'] >09:46:06,496 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1401788745', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': '1.2.2', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '356197', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >09:46:06,497 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >09:46:06,499 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >09:46:06,561 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:46:06,562 DEBUG blivet: DeviceTree.getDevicesBySerial returned [] >09:46:06,618 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sda ; >09:46:06,620 INFO blivet: sda is a disk >09:46:06,621 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:46:06,651 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >09:46:07,169 INFO blivet: added disk sda (id 0) to device tree >09:46:07,171 DEBUG blivet: looking up parted Device: /dev/sda >09:46:07,689 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >09:46:07,695 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: None ; >09:46:07,696 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:46:07,697 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >09:46:07,704 DEBUG blivet: required disklabel type for sda (1) is None >09:46:07,704 DEBUG blivet: default disklabel type for sda is msdos >09:46:07,737 DEBUG blivet: selecting msdos disklabel for sda based on size >09:46:07,739 DEBUG blivet: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >09:46:07,810 INFO blivet: no usable disklabel on sda >09:46:07,815 DEBUG blivet: no type or existing type for sda, bailing >09:46:07,817 INFO blivet: got device: DiskDevice instance (0x7fa6c85a2310) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 10752.0 > format = existing None > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 22020096 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1370, 255, 63) biosGeometry: (1370, 255, 63) > PedDevice: <_ped.Device object at 0x7fa6c85b0d40> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fa6c85b1390> >09:46:07,985 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1401788745', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '425161', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda'} ; name: vda ; >09:46:07,986 INFO blivet: scanning vda (/devices/pci0000:00/0000:00:07.0/virtio2/block/vda)... >09:46:07,987 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >09:46:07,994 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:46:07,998 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: vda ; >09:46:07,999 INFO blivet: vda is a disk >09:46:07,999 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:46:08,000 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: None ; >09:46:08,136 INFO blivet: added disk vda (id 1) to device tree >09:46:08,137 DEBUG blivet: looking up parted Device: /dev/vda >09:46:08,170 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vda ; >09:46:08,180 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vda ; label_type: None ; >09:46:08,182 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:46:08,186 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >09:46:08,188 DEBUG blivet: required disklabel type for vda (15) is None >09:46:08,192 DEBUG blivet: default disklabel type for vda is msdos >09:46:08,194 DEBUG blivet: selecting msdos disklabel for vda based on size >09:46:08,198 DEBUG blivet: DiskLabel.__init__: device: /dev/vda ; labelType: msdos ; exists: True ; >09:46:08,247 INFO blivet: no usable disklabel on vda >09:46:08,250 DEBUG blivet: no type or existing type for vda, bailing >09:46:08,259 INFO blivet: got device: DiskDevice instance (0x7fa6c59a70d0) -- > 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:07.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 0x7fa6c59a1a70> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fa6cf495050> >09:46:08,268 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1401788745', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '515383', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >09:46:08,269 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >09:46:08,274 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; >09:46:08,277 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:46:08,278 INFO blivet: loop0 is a loop device >09:46:08,279 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >09:46:08,280 DEBUG blivet: DeviceTree.getDeviceByName: name: /tmp/curl_fetch_url0/squashfs.img (deleted) ; >09:46:08,285 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:46:08,285 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:46:08,287 DEBUG blivet: FileDevice._setFormat: /tmp/curl_fetch_url0/squashfs.img (deleted) ; current: None ; type: None ; >09:46:08,287 INFO blivet: added file /tmp/curl_fetch_url0/squashfs.img (deleted) (id 2) to device tree >09:46:08,290 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /tmp/curl_fetch_url0/squashfs.img (deleted) ; >09:46:08,294 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:46:08,295 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >09:46:08,295 INFO blivet: added loop loop0 (id 3) to device tree >09:46:08,296 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >09:46:08,298 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >09:46:08,298 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >09:46:08,299 DEBUG blivet: device loop0 does not contain a disklabel >09:46:08,300 INFO blivet: type detected on 'loop0' is 'squashfs' >09:46:08,300 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >09:46:08,306 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: squashfs ; >09:46:08,307 INFO blivet: got device: LoopDevice instance (0x7fa6c8617450) -- > name = loop0 status = False kids = 0 id = 3 > parents = ['existing 0MB file /tmp/curl_fetch_url0/squashfs.img (deleted) (2)'] > 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 >09:46:08,308 INFO blivet: got format: DeviceFormat instance (0x7fa6c8617550) -- > type = squashfs name = squashfs status = False > device = /dev/loop0 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >09:46:08,311 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/8bacf3e8-b3f2-47c2-86ec-0454ad081725', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1401788745', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '8bacf3e8-b3f2-47c2-86ec-0454ad081725', > 'ID_FS_UUID_ENC': '8bacf3e8-b3f2-47c2-86ec-0454ad081725', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '515420', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/8bacf3e8-b3f2-47c2-86ec-0454ad081725'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >09:46:08,316 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >09:46:08,316 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >09:46:08,318 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:46:08,318 INFO blivet: loop1 is a loop device >09:46:08,320 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >09:46:08,322 DEBUG blivet: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >09:46:08,324 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:46:08,325 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:46:08,326 DEBUG blivet: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >09:46:08,332 INFO blivet: added file /LiveOS/rootfs.img (id 4) to device tree >09:46:08,335 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >09:46:08,340 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:46:08,350 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >09:46:08,350 INFO blivet: added loop loop1 (id 5) to device tree >09:46:08,352 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >09:46:08,355 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >09:46:08,358 DEBUG blivet: Ext4FS.supported: supported: True ; >09:46:08,361 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:46:08,362 DEBUG blivet: device loop1 does not contain a disklabel >09:46:08,363 INFO blivet: type detected on 'loop1' is 'ext4' >09:46:08,650 DEBUG blivet: using current size 0 as min size >09:46:08,654 DEBUG blivet: Ext4FS.supported: supported: True ; >09:46:08,704 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:46:08,711 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >09:46:08,716 INFO blivet: got device: LoopDevice instance (0x7fa6c8617390) -- > name = loop1 status = False kids = 0 id = 5 > parents = ['existing 0MB file /LiveOS/rootfs.img (4)'] > 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 >09:46:08,723 DEBUG blivet: Ext4FS.supported: supported: True ; >09:46:08,723 INFO blivet: got format: Ext4FS instance (0x7fa6c8617210) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = 8bacf3e8-b3f2-47c2-86ec-0454ad081725 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >09:46:08,726 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1401788745', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '515457', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >09:46:08,729 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >09:46:08,731 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >09:46:08,733 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:46:08,736 INFO blivet: loop2 is a loop device >09:46:08,737 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >09:46:08,738 DEBUG blivet: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >09:46:08,745 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:46:08,766 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:46:08,771 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >09:46:08,771 INFO blivet: added file /overlay (deleted) (id 6) to device tree >09:46:08,773 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >09:46:08,773 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:46:08,778 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >09:46:08,778 INFO blivet: added loop loop2 (id 7) to device tree >09:46:08,779 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >09:46:08,780 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >09:46:08,782 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >09:46:08,782 DEBUG blivet: device loop2 does not contain a disklabel >09:46:08,783 INFO blivet: type detected on 'loop2' is 'DM_snapshot_cow' >09:46:08,783 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >09:46:08,785 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: DM_snapshot_cow ; >09:46:08,787 INFO blivet: got device: LoopDevice instance (0x7fa6c8617110) -- > name = loop2 status = False kids = 0 id = 7 > parents = ['existing 0MB file /overlay (deleted) (6)'] > 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 >09:46:08,808 INFO blivet: got format: DeviceFormat instance (0x7fa6c86176d0) -- > 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 > >09:46:08,852 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/8bacf3e8-b3f2-47c2-86ec-0454ad081725 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1401788745', > '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': '8bacf3e8-b3f2-47c2-86ec-0454ad081725', > 'ID_FS_UUID_ENC': '8bacf3e8-b3f2-47c2-86ec-0454ad081725', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '757788', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/8bacf3e8-b3f2-47c2-86ec-0454ad081725', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >09:46:08,915 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >09:46:08,916 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >09:46:08,918 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:46:08,918 INFO blivet: live-rw is a device-mapper device >09:46:08,925 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >09:46:08,989 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >09:46:09,034 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (5) with existing ext4 filesystem >09:46:09,145 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >09:46:09,199 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (7) with existing DM_snapshot_cow >09:46:09,222 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >09:46:09,234 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:46:09,240 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop2 ; >09:46:09,241 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:46:09,242 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >09:46:09,242 INFO blivet: added dm live-rw (id 8) to device tree >09:46:09,244 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >09:46:09,245 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >09:46:09,247 DEBUG blivet: Ext4FS.supported: supported: True ; >09:46:09,250 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:46:09,250 DEBUG blivet: device live-rw does not contain a disklabel >09:46:09,250 INFO blivet: type detected on 'live-rw' is 'ext4' >09:46:09,400 DEBUG blivet: padding min size from 1006 up to 1106 >09:46:09,406 DEBUG blivet: Ext4FS.supported: supported: True ; >09:46:09,414 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:46:09,423 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >09:46:09,425 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >09:46:10,077 INFO blivet: got device: DMDevice instance (0x7fa6c8617790) -- > name = live-rw status = True kids = 0 id = 8 > parents = ['existing 0MB loop loop2 (7) 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 0x7fa6c59a1ef0> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >09:46:10,081 DEBUG blivet: Ext4FS.supported: supported: True ; >09:46:10,086 INFO blivet: got format: Ext4FS instance (0x7fa6c8617290) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 8bacf3e8-b3f2-47c2-86ec-0454ad081725 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >09:46:10,098 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/Anaconda /dev/disk/by-uuid/8bacf3e8-b3f2-47c2-86ec-0454ad081725 /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1401788745', > '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': '8bacf3e8-b3f2-47c2-86ec-0454ad081725', > 'ID_FS_UUID_ENC': '8bacf3e8-b3f2-47c2-86ec-0454ad081725', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '805871', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/8bacf3e8-b3f2-47c2-86ec-0454ad081725', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >09:46:10,100 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >09:46:10,103 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >09:46:10,106 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:46:10,109 INFO blivet: live-base is a device-mapper device >09:46:10,110 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >09:46:10,112 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >09:46:10,113 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >09:46:10,117 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (5) with existing ext4 filesystem >09:46:10,123 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >09:46:10,125 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:46:10,135 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop1 ; >09:46:10,138 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:46:10,140 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >09:46:10,141 INFO blivet: added dm live-base (id 9) to device tree >09:46:10,143 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >09:46:10,178 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >09:46:10,180 DEBUG blivet: Ext4FS.supported: supported: True ; >09:46:10,180 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:46:10,181 DEBUG blivet: device live-base does not contain a disklabel >09:46:10,181 INFO blivet: type detected on 'live-base' is 'ext4' >09:46:10,524 DEBUG blivet: using current size 0 as min size >09:46:10,531 DEBUG blivet: Ext4FS.supported: supported: True ; >09:46:10,545 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:46:10,546 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >09:46:10,548 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >09:46:10,559 INFO blivet: got device: DMDevice instance (0x7fa6c8617b50) -- > name = live-base status = True kids = 0 id = 9 > parents = ['existing 0MB loop loop1 (5) 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 0x7fa6c29db560> > target size = 0 path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >09:46:10,562 DEBUG blivet: Ext4FS.supported: supported: True ; >09:46:10,566 INFO blivet: got format: Ext4FS instance (0x7fa6c29ee210) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-base uuid = 8bacf3e8-b3f2-47c2-86ec-0454ad081725 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >09:46:10,645 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >09:46:10,651 DEBUG blivet: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >09:46:10,660 DEBUG blivet: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >09:46:10,718 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >09:46:10,725 DEBUG blivet: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >09:46:10,732 DEBUG blivet: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >09:46:10,796 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >09:46:10,801 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >09:46:10,802 INFO blivet: edd: collected mbr signatures: {} >09:46:10,803 DEBUG blivet: edd: data extracted from 0x80: > type: SCSI, ata_device: None > channel: 0, mbr_signature: None > pci_dev: 00:07.0, scsi_id: 0 > scsi_lun: 0, sectors: 16777216 >09:46:10,805 DEBUG blivet: edd: matched 0x80 to vda using pci_dev >09:46:10,806 DEBUG blivet: edd: data extracted from 0x81: > type: ATA, ata_device: 0 > channel: 0, mbr_signature: None > pci_dev: 00:01.1, scsi_id: None > scsi_lun: None, sectors: 22020096 >09:46:10,807 WARN blivet: edd: directory does not exist: /sys/devices/pci0000:00/0000:00:01.1/host0/target0:0:0/0:0:0:0/block >09:46:10,807 ERR blivet: edd: unable to match edd entry 0x81 >09:46:11,027 DEBUG blivet: Ext4FS.supported: supported: True ; >09:46:11,034 DEBUG blivet: Ext4FS.supported: supported: True ; >09:46:11,036 DEBUG blivet: Ext4FS.supported: supported: True ; >09:46:32,717 DEBUG blivet: Iso9660FS.supported: supported: True ; >09:46:32,719 DEBUG blivet: Iso9660FS.supported: supported: True ; >09:46:32,724 DEBUG blivet: NFSv4.supported: supported: False ; >09:46:32,724 DEBUG blivet: NFSv4.supported: supported: False ; >09:46:32,725 DEBUG blivet: SELinuxFS.supported: supported: False ; >09:46:32,726 DEBUG blivet: SELinuxFS.supported: supported: False ; >09:46:32,727 DEBUG blivet: Ext4FS.supported: supported: True ; >09:46:32,728 DEBUG blivet: Ext4FS.supported: supported: True ; >09:46:34,167 DEBUG blivet: Ext3FS.supported: supported: True ; >09:46:34,169 DEBUG blivet: Ext3FS.supported: supported: True ; >09:46:34,170 DEBUG blivet: Ext2FS.supported: supported: True ; >09:46:34,171 DEBUG blivet: Ext2FS.supported: supported: True ; >09:46:34,172 DEBUG blivet: SysFS.supported: supported: False ; >09:46:34,175 DEBUG blivet: SysFS.supported: supported: False ; >09:46:34,176 DEBUG blivet: MultipathMember.__init__: >09:46:34,178 DEBUG blivet: SwapSpace.__init__: >09:46:34,263 DEBUG blivet: ProcFS.supported: supported: False ; >09:46:34,263 DEBUG blivet: ProcFS.supported: supported: False ; >09:46:34,264 DEBUG blivet: DMRaidMember.__init__: >09:46:34,265 DEBUG blivet: DevPtsFS.supported: supported: False ; >09:46:34,266 DEBUG blivet: DevPtsFS.supported: supported: False ; >09:46:34,269 DEBUG blivet: BTRFS.supported: supported: True ; >09:46:34,562 DEBUG blivet: USBFS.supported: supported: False ; >09:46:34,568 DEBUG blivet: USBFS.supported: supported: False ; >09:46:34,569 DEBUG blivet: DiskLabel.__init__: >09:46:34,570 INFO blivet: DiskLabel.partedDevice returning None >09:46:34,571 DEBUG blivet: HFSPlus.supported: supported: False ; >09:46:34,572 DEBUG blivet: HFSPlus.supported: supported: False ; >09:46:34,573 DEBUG blivet: XFS.supported: supported: True ; >09:46:34,574 DEBUG blivet: XFS.supported: supported: True ; >09:46:34,576 DEBUG blivet: TmpFS.supported: supported: True ; >09:46:34,655 DEBUG blivet: LUKS.__init__: >09:46:34,677 DEBUG blivet: NTFS.supported: supported: False ; >09:46:34,680 DEBUG blivet: NTFS.supported: supported: False ; >09:46:34,684 DEBUG blivet: BindFS.supported: supported: False ; >09:46:34,685 DEBUG blivet: BindFS.supported: supported: False ; >09:46:34,685 DEBUG blivet: HFS.supported: supported: False ; >09:46:34,687 DEBUG blivet: HFS.supported: supported: False ; >09:46:34,691 DEBUG blivet: LVMPhysicalVolume.__init__: >09:46:34,692 DEBUG blivet: NFS.supported: supported: False ; >09:46:34,697 DEBUG blivet: NFS.supported: supported: False ; >09:46:34,698 DEBUG blivet: FATFS.supported: supported: True ; >09:46:34,804 DEBUG blivet: FATFS.supported: supported: True ; > > >/tmp/ifcfg.log: >09:46:05,763 DEBUG ifcfg: content of files (network initialization): >09:46:05,763 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: >09:46:05,764 DEBUG ifcfg: # Generated by dracut initrd >09:46:05,764 DEBUG ifcfg: DEVICE="eth0" >09:46:05,764 DEBUG ifcfg: ONBOOT=yes >09:46:05,764 DEBUG ifcfg: NETBOOT=yes >09:46:05,764 DEBUG ifcfg: UUID="e9b1824c-8937-415d-aab5-51d70a5c0c2e" >09:46:05,764 DEBUG ifcfg: IPV6INIT=yes >09:46:05,764 DEBUG ifcfg: BOOTPROTO=dhcp >09:46:05,764 DEBUG ifcfg: HWADDR="52:54:00:dc:32:7a" >09:46:05,765 DEBUG ifcfg: TYPE=Ethernet >09:46:05,765 DEBUG ifcfg: NAME="eth0" >09:46:05,775 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [82, 84, 0, 220, 50, 122]}, 'connection': {'timestamp': 1401788750L, 'interface-name': 'eth0', 'type': '802-3-ethernet', 'id': 'eth0', 'uuid': 'e9b1824c-8937-415d-aab5-51d70a5c0c2e'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}] >09:46:32,970 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >09:46:32,971 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 > > >/proc/cmdline: >initrd=test/rv/r7rc3/initrd.img root=live:http://10.34.39.2/trees/rv/r7rc3/squashfs.img repo=http://download.devel.redhat.com/rel-eng/RHEL-7.0-20140507.0/compose/Server/x86_64/os/ BOOT_IMAGE=test/rv/r7rc3/vmlinuz > > >/tmp/syslog: >09:45:46,805 INFO rsyslogd: [origin software="rsyslogd" swVersion="7.4.7" x-pid="1017" x-info="http://www.rsyslog.com"] start >09:45:46,811 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >09:45:46,811 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >09:45:46,811 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuacct >09:45:46,811 NOTICE kernel:[ 0.000000] Linux version 3.10.0-123.el7.x86_64 (mockbuild@x86-017.build.eng.bos.redhat.com) (gcc version 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC) ) #1 SMP Mon May 5 11:16:57 EDT 2014 >09:45:46,811 INFO kernel:[ 0.000000] Command line: initrd=test/rv/r7rc3/initrd.img root=live:http://10.34.39.2/trees/rv/r7rc3/squashfs.img repo=http://download.devel.redhat.com/rel-eng/RHEL-7.0-20140507.0/compose/Server/x86_64/os/ BOOT_IMAGE=test/rv/r7rc3/vmlinuz >09:45:46,811 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >09:45:46,811 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable >09:45:46,811 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved >09:45:46,811 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >09:45:46,811 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000005dbfdfff] usable >09:45:46,811 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000005dbfe000-0x000000005dbfffff] reserved >09:45:46,811 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved >09:45:46,811 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved >09:45:46,811 INFO kernel:[ 0.000000] NX (Execute Disable) protection: active >09:45:46,811 INFO kernel:[ 0.000000] SMBIOS 2.4 present. >09:45:46,811 DEBUG kernel:[ 0.000000] DMI: Bochs Bochs, BIOS Bochs 01/01/2011 >09:45:46,811 INFO kernel:[ 0.000000] Hypervisor detected: KVM >09:45:46,811 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >09:45:46,811 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >09:45:46,811 INFO kernel:[ 0.000000] No AGP bridge found >09:45:46,811 INFO kernel:[ 0.000000] e820: last_pfn = 0x5dbfe max_arch_pfn = 0x400000000 >09:45:46,811 DEBUG kernel:[ 0.000000] MTRR default type: write-back >09:45:46,811 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >09:45:46,811 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >09:45:46,811 DEBUG kernel:[ 0.000000] A0000-BFFFF uncachable >09:45:46,811 DEBUG kernel:[ 0.000000] C0000-FFFFF write-protect >09:45:46,811 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >09:45:46,811 DEBUG kernel:[ 0.000000] 0 base 00E0000000 mask FFE0000000 uncachable >09:45:46,811 DEBUG kernel:[ 0.000000] 1 disabled >09:45:46,811 DEBUG kernel:[ 0.000000] 2 disabled >09:45:46,811 DEBUG kernel:[ 0.000000] 3 disabled >09:45:46,811 DEBUG kernel:[ 0.000000] 4 disabled >09:45:46,811 DEBUG kernel:[ 0.000000] 5 disabled >09:45:46,811 DEBUG kernel:[ 0.000000] 6 disabled >09:45:46,811 DEBUG kernel:[ 0.000000] 7 disabled >09:45:46,811 INFO kernel:[ 0.000000] PAT not supported by CPU. >09:45:46,811 INFO kernel:[ 0.000000] found SMP MP-table at [mem 0x000fdac0-0x000fdacf] mapped at [ffff8800000fdac0] >09:45:46,811 DEBUG kernel:[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576 >09:45:46,811 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] >09:45:46,811 DEBUG kernel:[ 0.000000] [mem 0x00000000-0x000fffff] page 4k >09:45:46,811 DEBUG kernel:[ 0.000000] BRK [0x01e1d000, 0x01e1dfff] PGTABLE >09:45:46,811 DEBUG kernel:[ 0.000000] BRK [0x01e1e000, 0x01e1efff] PGTABLE >09:45:46,811 DEBUG kernel:[ 0.000000] BRK [0x01e1f000, 0x01e1ffff] PGTABLE >09:45:46,811 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x5b600000-0x5b7fffff] >09:45:46,811 DEBUG kernel:[ 0.000000] [mem 0x5b600000-0x5b7fffff] page 2M >09:45:46,811 DEBUG kernel:[ 0.000000] BRK [0x01e20000, 0x01e20fff] PGTABLE >09:45:46,811 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x58000000-0x5b5fffff] >09:45:46,811 DEBUG kernel:[ 0.000000] [mem 0x58000000-0x5b5fffff] page 2M >09:45:46,811 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00100000-0x57ffffff] >09:45:46,811 DEBUG kernel:[ 0.000000] [mem 0x00100000-0x001fffff] page 4k >09:45:46,811 DEBUG kernel:[ 0.000000] [mem 0x00200000-0x57ffffff] page 2M >09:45:46,811 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x5b800000-0x5dbfdfff] >09:45:46,811 DEBUG kernel:[ 0.000000] [mem 0x5b800000-0x5d9fffff] page 2M >09:45:46,811 DEBUG kernel:[ 0.000000] [mem 0x5da00000-0x5dbfdfff] page 4k >09:45:46,811 DEBUG kernel:[ 0.000000] BRK [0x01e21000, 0x01e21fff] PGTABLE >09:45:46,811 INFO kernel:[ 0.000000] RAMDISK: [mem 0x5b9b8000-0x5db9dfff] >09:45:46,811 WARNING kernel:[ 0.000000] ACPI: RSDP 00000000000fd960 00014 (v00 BOCHS ) >09:45:46,811 WARNING kernel:[ 0.000000] ACPI: RSDT 000000005dbfe470 00034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) >09:45:46,811 WARNING kernel:[ 0.000000] ACPI: FACP 000000005dbfff80 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) >09:45:46,811 WARNING kernel:[ 0.000000] ACPI: DSDT 000000005dbfe4b0 0124A (v01 BXPC BXDSDT 00000001 INTL 20100528) >09:45:46,811 WARNING kernel:[ 0.000000] ACPI: FACS 000000005dbfff40 00040 >09:45:46,811 WARNING kernel:[ 0.000000] ACPI: SSDT 000000005dbffe90 000AF (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001) >09:45:46,811 WARNING kernel:[ 0.000000] ACPI: APIC 000000005dbffd70 00078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) >09:45:46,811 WARNING kernel:[ 0.000000] ACPI: SSDT 000000005dbff700 0066E (v01 BXPC BXSSDTPC 00000001 INTL 20100528) >09:45:46,811 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >09:45:46,811 INFO kernel:[ 0.000000] No NUMA configuration found >09:45:46,811 INFO kernel:[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000005dbfdfff] >09:45:46,811 INFO kernel:[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x5dbfdfff] >09:45:46,811 INFO kernel:[ 0.000000] NODE_DATA [mem 0x5dbd7000-0x5dbfdfff] >09:45:46,811 INFO kernel:[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 >09:45:46,811 INFO kernel:[ 0.000000] kvm-clock: cpu 0, msr 0:5b968001, boot clock >09:45:46,811 DEBUG kernel:[ 0.000000] [ffffea0000000000-ffffea00017fffff] PMD -> [ffff880059800000-ffff88005affffff] on node 0 >09:45:46,811 WARNING kernel:[ 0.000000] Zone ranges: >09:45:46,811 WARNING kernel:[ 0.000000] DMA [mem 0x00001000-0x00ffffff] >09:45:46,811 WARNING kernel:[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >09:45:46,811 WARNING kernel:[ 0.000000] Normal empty >09:45:46,811 WARNING kernel:[ 0.000000] Movable zone start for each node >09:45:46,811 WARNING kernel:[ 0.000000] Early memory node ranges >09:45:46,811 WARNING kernel:[ 0.000000] node 0: [mem 0x00001000-0x0009efff] >09:45:46,811 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0x5dbfdfff] >09:45:46,811 DEBUG kernel:[ 0.000000] On node 0 totalpages: 383900 >09:45:46,811 DEBUG kernel:[ 0.000000] DMA zone: 64 pages used for memmap >09:45:46,811 DEBUG kernel:[ 0.000000] DMA zone: 21 pages reserved >09:45:46,811 DEBUG kernel:[ 0.000000] DMA zone: 3998 pages, LIFO batch:0 >09:45:46,811 DEBUG kernel:[ 0.000000] DMA32 zone: 5936 pages used for memmap >09:45:46,811 DEBUG kernel:[ 0.000000] DMA32 zone: 379902 pages, LIFO batch:31 >09:45:46,811 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0xb008 >09:45:46,811 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >09:45:46,811 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >09:45:46,811 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) >09:45:46,811 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) >09:45:46,811 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 >09:45:46,811 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >09:45:46,811 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) >09:45:46,811 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >09:45:46,811 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) >09:45:46,811 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) >09:45:46,811 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >09:45:46,811 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >09:45:46,811 DEBUG kernel:[ 0.000000] ACPI: IRQ5 used by override. >09:45:46,811 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >09:45:46,811 DEBUG kernel:[ 0.000000] ACPI: IRQ10 used by override. >09:45:46,812 DEBUG kernel:[ 0.000000] ACPI: IRQ11 used by override. >09:45:46,812 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >09:45:46,812 INFO kernel:[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs >09:45:46,812 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 40 >09:45:46,812 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] >09:45:46,812 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] >09:45:46,812 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] >09:45:46,812 INFO kernel:[ 0.000000] e820: [mem 0x5dc00000-0xfeffbfff] available for PCI devices >09:45:46,812 INFO kernel:[ 0.000000] Booting paravirtualized kernel on KVM >09:45:46,812 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 >09:45:46,812 INFO kernel:[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88005b600000 s86592 r8192 d24000 u2097152 >09:45:46,812 DEBUG kernel:[ 0.000000] pcpu-alloc: s86592 r8192 d24000 u2097152 alloc=1*2097152 >09:45:46,812 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 0 >09:45:46,812 INFO kernel:[ 0.000000] kvm-clock: cpu 0, msr 0:5b968001, primary cpu clock >09:45:46,812 INFO kernel:[ 0.000000] KVM setup async PF for cpu 0 >09:45:46,812 INFO kernel:[ 0.000000] kvm-stealtime: cpu 0, msr 5b60dfc0 >09:45:46,812 WARNING kernel:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 377879 >09:45:46,812 WARNING kernel:[ 0.000000] Policy zone: DMA32 >09:45:46,812 NOTICE kernel:[ 0.000000] Kernel command line: initrd=test/rv/r7rc3/initrd.img root=live:http://10.34.39.2/trees/rv/r7rc3/squashfs.img repo=http://download.devel.redhat.com/rel-eng/RHEL-7.0-20140507.0/compose/Server/x86_64/os/ BOOT_IMAGE=test/rv/r7rc3/vmlinuz >09:45:46,812 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >09:45:46,812 INFO kernel:[ 0.000000] Checking aperture... >09:45:46,812 INFO kernel:[ 0.000000] No AGP bridge found >09:45:46,812 INFO kernel:[ 0.000000] Memory: 1460912k/1535992k available (6105k kernel code, 392k absent, 74688k reserved, 4065k data, 1584k init) >09:45:46,812 INFO kernel:[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 >09:45:46,812 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >09:45:46,812 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=1. >09:45:46,812 INFO kernel:[ 0.000000] Experimental no-CBs for all CPUs >09:45:46,812 INFO kernel:[ 0.000000] Experimental no-CBs CPUs: 0. >09:45:46,812 INFO kernel:[ 0.000000] NR_IRQS:327936 nr_irqs:256 16 >09:45:46,812 INFO kernel:[ 0.000000] Console: colour VGA+ 80x25 >09:45:46,812 INFO kernel:[ 0.000000] console [tty0] enabled >09:45:46,812 INFO kernel:[ 0.000000] allocated 6291456 bytes of page_cgroup >09:45:46,812 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >09:45:46,812 INFO kernel:[ 0.000000] tsc: Detected 3158.748 MHz processor >09:45:46,812 INFO kernel:[ 0.002000] Calibrating delay loop (skipped) preset value.. 6317.49 BogoMIPS (lpj=3158748) >09:45:46,812 INFO kernel:[ 0.002940] pid_max: default: 32768 minimum: 301 >09:45:46,812 INFO kernel:[ 0.003067] Security Framework initialized >09:45:46,812 INFO kernel:[ 0.004026] SELinux: Initializing. >09:45:46,812 DEBUG kernel:[ 0.004620] SELinux: Starting in permissive mode >09:45:46,812 INFO kernel:[ 0.005153] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) >09:45:46,812 INFO kernel:[ 0.008591] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) >09:45:46,812 INFO kernel:[ 0.010424] Mount-cache hash table entries: 4096 >09:45:46,812 INFO kernel:[ 0.011499] Initializing cgroup subsys memory >09:45:46,812 INFO kernel:[ 0.012021] Initializing cgroup subsys devices >09:45:46,812 INFO kernel:[ 0.012659] Initializing cgroup subsys freezer >09:45:46,812 INFO kernel:[ 0.013005] Initializing cgroup subsys net_cls >09:45:46,812 INFO kernel:[ 0.014009] Initializing cgroup subsys blkio >09:45:46,812 INFO kernel:[ 0.014620] Initializing cgroup subsys perf_event >09:45:46,812 INFO kernel:[ 0.015006] Initializing cgroup subsys hugetlb >09:45:46,812 INFO kernel:[ 0.016050] mce: CPU supports 10 MCE banks >09:45:46,812 INFO kernel:[ 0.016729] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 >09:45:46,812 INFO kernel:[ 0.016729] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 >09:45:46,812 INFO kernel:[ 0.016729] tlb_flushall_shift: 6 >09:45:46,812 INFO kernel:[ 0.109800] Freeing SMP alternatives: 24k freed >09:45:46,812 INFO kernel:[ 0.116128] ACPI: Core revision 20130517 >09:45:46,812 WARNING kernel:[ 0.117330] ACPI: All ACPI Tables successfully acquired >09:45:46,812 INFO kernel:[ 0.118046] ftrace: allocating 23383 entries in 92 pages >09:45:46,812 INFO kernel:[ 0.126569] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >09:45:46,812 INFO kernel:[ 0.127002] smpboot: CPU0: Intel Core 2 Duo P9xxx (Penryn Class Core 2) (fam: 06, model: 02, stepping: 03) >09:45:46,812 INFO kernel:[ 0.129000] Performance Events: unsupported p6 CPU model 2 no PMU driver, software events only. >09:45:46,812 INFO kernel:[ 0.131067] Brought up 1 CPUs >09:45:46,812 INFO kernel:[ 0.131492] smpboot: Total of 1 processors activated (6317.49 BogoMIPS) >09:45:46,812 WARNING kernel:[ 0.132597] NMI watchdog: disabled (cpu0): hardware events not enabled >09:45:46,812 INFO kernel:[ 0.133176] devtmpfs: initialized >09:45:46,812 INFO kernel:[ 0.134527] EVM: security.selinux >09:45:46,812 INFO kernel:[ 0.134951] EVM: security.ima >09:45:46,812 INFO kernel:[ 0.135001] EVM: security.capability >09:45:46,812 INFO kernel:[ 0.136894] atomic64 test passed for x86-64 platform with CX8 and with SSE >09:45:46,812 INFO kernel:[ 0.137058] NET: Registered protocol family 16 >09:45:46,812 INFO kernel:[ 0.138142] ACPI: bus type PCI registered >09:45:46,812 INFO kernel:[ 0.138636] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >09:45:46,812 INFO kernel:[ 0.139130] PCI: Using configuration type 1 for base access >09:45:46,812 INFO kernel:[ 0.141138] bio: create slab <bio-0> at 0 >09:45:46,812 INFO kernel:[ 0.141754] ACPI: Added _OSI(Module Device) >09:45:46,812 INFO kernel:[ 0.142002] ACPI: Added _OSI(Processor Device) >09:45:46,812 INFO kernel:[ 0.142476] ACPI: Added _OSI(3.0 _SCP Extensions) >09:45:46,812 INFO kernel:[ 0.143012] ACPI: Added _OSI(Processor Aggregator Device) >09:45:46,812 DEBUG kernel:[ 0.144213] ACPI: EC: Look up EC in DSDT >09:45:46,812 INFO kernel:[ 0.145405] ACPI: Interpreter enabled >09:45:46,812 WARNING kernel:[ 0.145871] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571) >09:45:46,812 WARNING kernel:[ 0.146829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571) >09:45:46,812 WARNING kernel:[ 0.147822] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20130517/hwxface-571) >09:45:46,812 WARNING kernel:[ 0.148834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20130517/hwxface-571) >09:45:46,812 INFO kernel:[ 0.150006] ACPI: (supports S0 S5) >09:45:46,812 INFO kernel:[ 0.150443] ACPI: Using IOAPIC for interrupt routing >09:45:46,812 INFO kernel:[ 0.150926] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >09:45:46,812 INFO kernel:[ 0.152065] ACPI: No dock devices found. >09:45:46,812 INFO kernel:[ 0.155046] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >09:45:46,812 INFO kernel:[ 0.155578] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] >09:45:46,812 INFO kernel:[ 0.156006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM >09:45:46,812 WARNING kernel:[ 0.156626] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. >09:45:46,812 INFO kernel:[ 0.157233] acpiphp: Slot [3] registered >09:45:46,812 INFO kernel:[ 0.158025] acpiphp: Slot [4] registered >09:45:46,812 INFO kernel:[ 0.158498] acpiphp: Slot [5] registered >09:45:46,812 INFO kernel:[ 0.159024] acpiphp: Slot [6] registered >09:45:46,812 INFO kernel:[ 0.159504] acpiphp: Slot [7] registered >09:45:46,812 INFO kernel:[ 0.160024] acpiphp: Slot [8] registered >09:45:46,812 INFO kernel:[ 0.160495] acpiphp: Slot [9] registered >09:45:46,812 INFO kernel:[ 0.161023] acpiphp: Slot [10] registered >09:45:46,812 INFO kernel:[ 0.162023] acpiphp: Slot [11] registered >09:45:46,812 INFO kernel:[ 0.163032] acpiphp: Slot [12] registered >09:45:46,812 INFO kernel:[ 0.163505] acpiphp: Slot [13] registered >09:45:46,812 INFO kernel:[ 0.164031] acpiphp: Slot [14] registered >09:45:46,812 INFO kernel:[ 0.164505] acpiphp: Slot [15] registered >09:45:46,812 INFO kernel:[ 0.165023] acpiphp: Slot [16] registered >09:45:46,812 INFO kernel:[ 0.165496] acpiphp: Slot [17] registered >09:45:46,812 INFO kernel:[ 0.166023] acpiphp: Slot [18] registered >09:45:46,812 INFO kernel:[ 0.166498] acpiphp: Slot [19] registered >09:45:46,812 INFO kernel:[ 0.167023] acpiphp: Slot [20] registered >09:45:46,812 INFO kernel:[ 0.167495] acpiphp: Slot [21] registered >09:45:46,812 INFO kernel:[ 0.168020] acpiphp: Slot [22] registered >09:45:46,812 INFO kernel:[ 0.168491] acpiphp: Slot [23] registered >09:45:46,812 INFO kernel:[ 0.168969] acpiphp: Slot [24] registered >09:45:46,812 INFO kernel:[ 0.169023] acpiphp: Slot [25] registered >09:45:46,812 INFO kernel:[ 0.169493] acpiphp: Slot [26] registered >09:45:46,812 INFO kernel:[ 0.170023] acpiphp: Slot [27] registered >09:45:46,812 INFO kernel:[ 0.171028] acpiphp: Slot [28] registered >09:45:46,812 INFO kernel:[ 0.172035] acpiphp: Slot [29] registered >09:45:46,812 INFO kernel:[ 0.172517] acpiphp: Slot [30] registered >09:45:46,812 INFO kernel:[ 0.173023] acpiphp: Slot [31] registered >09:45:46,812 INFO kernel:[ 0.173496] PCI host bridge to bus 0000:00 >09:45:46,812 INFO kernel:[ 0.174004] pci_bus 0000:00: root bus resource [bus 00-ff] >09:45:46,812 INFO kernel:[ 0.174499] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] >09:45:46,812 INFO kernel:[ 0.175003] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] >09:45:46,812 INFO kernel:[ 0.175519] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >09:45:46,812 INFO kernel:[ 0.176003] pci_bus 0000:00: root bus resource [mem 0x5dc00000-0xfebfffff] >09:45:46,812 DEBUG kernel:[ 0.176585] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 >09:45:46,812 DEBUG kernel:[ 0.177137] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 >09:45:46,812 DEBUG kernel:[ 0.177744] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 >09:45:46,812 DEBUG kernel:[ 0.180487] pci 0000:00:01.1: reg 0x20: [io 0xc120-0xc12f] >09:45:46,812 DEBUG kernel:[ 0.181343] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 >09:45:46,812 INFO kernel:[ 0.181837] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI >09:45:46,812 INFO kernel:[ 0.182014] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB >09:45:46,812 DEBUG kernel:[ 0.183297] pci 0000:00:02.0: [1b36:0100] type 00 class 0x030000 >09:45:46,812 DEBUG kernel:[ 0.185056] pci 0000:00:02.0: reg 0x10: [mem 0xf4000000-0xf7ffffff] >09:45:46,812 DEBUG kernel:[ 0.187054] pci 0000:00:02.0: reg 0x14: [mem 0xf8000000-0xfbffffff] >09:45:46,812 DEBUG kernel:[ 0.191078] pci 0000:00:02.0: reg 0x18: [mem 0xfc020000-0xfc023fff] >09:45:46,812 DEBUG kernel:[ 0.193053] pci 0000:00:02.0: reg 0x1c: [io 0xc040-0xc05f] >09:45:46,812 DEBUG kernel:[ 0.198052] pci 0000:00:02.0: reg 0x30: [mem 0xfc000000-0xfc00ffff pref] >09:45:46,812 DEBUG kernel:[ 0.198681] pci 0000:00:03.0: [1af4:1000] type 00 class 0x020000 >09:45:46,812 DEBUG kernel:[ 0.199601] pci 0000:00:03.0: reg 0x10: [io 0xc060-0xc07f] >09:45:46,812 DEBUG kernel:[ 0.200003] pci 0000:00:03.0: reg 0x14: [mem 0xfc028000-0xfc028fff] >09:45:46,812 DEBUG kernel:[ 0.203007] pci 0000:00:03.0: reg 0x30: [mem 0xfc010000-0xfc01ffff pref] >09:45:46,812 DEBUG kernel:[ 0.203431] pci 0000:00:04.0: [8086:2668] type 00 class 0x040300 >09:45:46,812 DEBUG kernel:[ 0.203819] pci 0000:00:04.0: reg 0x10: [mem 0xfc024000-0xfc027fff] >09:45:46,812 DEBUG kernel:[ 0.206290] pci 0000:00:05.0: [8086:2934] type 00 class 0x0c0300 >09:45:46,812 DEBUG kernel:[ 0.207992] pci 0000:00:05.0: reg 0x20: [io 0xc080-0xc09f] >09:45:46,823 DEBUG kernel:[ 0.208852] pci 0000:00:05.1: [8086:2935] type 00 class 0x0c0300 >09:45:46,824 DEBUG kernel:[ 0.210514] pci 0000:00:05.1: reg 0x20: [io 0xc0a0-0xc0bf] >09:45:46,824 DEBUG kernel:[ 0.211352] pci 0000:00:05.2: [8086:2936] type 00 class 0x0c0300 >09:45:46,824 DEBUG kernel:[ 0.213003] pci 0000:00:05.2: reg 0x20: [io 0xc0c0-0xc0df] >09:45:46,824 DEBUG kernel:[ 0.213887] pci 0000:00:05.7: [8086:293a] type 00 class 0x0c0320 >09:45:46,824 DEBUG kernel:[ 0.214346] pci 0000:00:05.7: reg 0x10: [mem 0xfc029000-0xfc029fff] >09:45:46,824 DEBUG kernel:[ 0.216393] pci 0000:00:06.0: [1af4:1003] type 00 class 0x078000 >09:45:46,824 DEBUG kernel:[ 0.217003] pci 0000:00:06.0: reg 0x10: [io 0xc0e0-0xc0ff] >09:45:46,824 DEBUG kernel:[ 0.217592] pci 0000:00:06.0: reg 0x14: [mem 0xfc02a000-0xfc02afff] >09:45:46,824 DEBUG kernel:[ 0.222571] pci 0000:00:07.0: [1af4:1001] type 00 class 0x010000 >09:45:46,824 DEBUG kernel:[ 0.223334] pci 0000:00:07.0: reg 0x10: [io 0xc000-0xc03f] >09:45:46,824 DEBUG kernel:[ 0.224003] pci 0000:00:07.0: reg 0x14: [mem 0xfc02b000-0xfc02bfff] >09:45:46,824 DEBUG kernel:[ 0.227441] pci 0000:00:08.0: [1af4:1002] type 00 class 0x00ff00 >09:45:46,824 DEBUG kernel:[ 0.228003] pci 0000:00:08.0: reg 0x10: [io 0xc100-0xc11f] >09:45:46,824 INFO kernel:[ 0.230879] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) >09:45:46,824 INFO kernel:[ 0.232072] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) >09:45:46,824 INFO kernel:[ 0.233102] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) >09:45:46,824 INFO kernel:[ 0.234106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) >09:45:46,824 INFO kernel:[ 0.235098] ACPI: PCI Interrupt Link [LNKS] (IRQs 9) *0 >09:45:46,824 WARNING kernel:[ 0.236441] ACPI: Enabled 16 GPEs in block 00 to 0F >09:45:46,824 DEBUG kernel:[ 0.237006] ACPI: \_SB_.PCI0: notify handler is installed >09:45:46,824 DEBUG kernel:[ 0.237020] Found 1 acpi root devices >09:45:46,824 INFO kernel:[ 0.237452] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >09:45:46,824 INFO kernel:[ 0.238003] vgaarb: loaded >09:45:46,824 INFO kernel:[ 0.238424] vgaarb: bridge control possible 0000:00:02.0 >09:45:46,824 NOTICE kernel:[ 0.239232] SCSI subsystem initialized >09:45:46,824 INFO kernel:[ 0.240049] ACPI: bus type USB registered >09:45:46,824 INFO kernel:[ 0.240541] usbcore: registered new interface driver usbfs >09:45:46,824 INFO kernel:[ 0.241014] usbcore: registered new interface driver hub >09:45:46,824 INFO kernel:[ 0.241651] usbcore: registered new device driver usb >09:45:46,824 INFO kernel:[ 0.242151] PCI: Using ACPI for IRQ routing >09:45:46,824 DEBUG kernel:[ 0.242619] PCI: pci_cache_line_size set to 64 bytes >09:45:46,824 DEBUG kernel:[ 0.243178] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff] >09:45:46,824 DEBUG kernel:[ 0.243185] e820: reserve RAM buffer [mem 0x5dbfe000-0x5fffffff] >09:45:46,824 INFO kernel:[ 0.243409] NetLabel: Initializing >09:45:46,824 INFO kernel:[ 0.243848] NetLabel: domain hash size = 128 >09:45:46,824 INFO kernel:[ 0.244001] NetLabel: protocols = UNLABELED CIPSOv4 >09:45:46,824 INFO kernel:[ 0.244500] NetLabel: unlabeled traffic allowed by default >09:45:46,824 INFO kernel:[ 0.245093] Switching to clocksource kvm-clock >09:45:46,824 INFO kernel:[ 0.257626] pnp: PnP ACPI init >09:45:46,824 INFO kernel:[ 0.258508] ACPI: bus type PNP registered >09:45:46,824 DEBUG kernel:[ 0.259542] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active) >09:45:46,824 DEBUG kernel:[ 0.259787] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active) >09:45:46,824 DEBUG kernel:[ 0.259903] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active) >09:45:46,824 DEBUG kernel:[ 0.259940] pnp 00:03: [dma 2] >09:45:46,824 DEBUG kernel:[ 0.259976] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active) >09:45:46,824 INFO kernel:[ 0.260716] pnp: PnP ACPI: found 4 devices >09:45:46,824 INFO kernel:[ 0.261488] ACPI: bus type PNP unregistered >09:45:46,824 DEBUG kernel:[ 0.270858] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] >09:45:46,824 DEBUG kernel:[ 0.270875] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] >09:45:46,824 DEBUG kernel:[ 0.270885] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] >09:45:46,824 DEBUG kernel:[ 0.270901] pci_bus 0000:00: resource 7 [mem 0x5dc00000-0xfebfffff] >09:45:46,824 INFO kernel:[ 0.271015] NET: Registered protocol family 2 >09:45:46,824 INFO kernel:[ 0.272328] TCP established hash table entries: 16384 (order: 5, 131072 bytes) >09:45:46,824 INFO kernel:[ 0.273609] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) >09:45:46,824 INFO kernel:[ 0.274916] TCP: Hash tables configured (established 16384 bind 16384) >09:45:46,824 INFO kernel:[ 0.276046] TCP: reno registered >09:45:46,824 INFO kernel:[ 0.276735] UDP hash table entries: 1024 (order: 3, 32768 bytes) >09:45:46,824 INFO kernel:[ 0.277595] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) >09:45:46,824 INFO kernel:[ 0.278691] NET: Registered protocol family 1 >09:45:46,824 INFO kernel:[ 0.279445] pci 0000:00:00.0: Limiting direct PCI/PCI transfers >09:45:46,824 INFO kernel:[ 0.280264] pci 0000:00:01.0: PIIX3: Enabling Passive Release >09:45:46,824 INFO kernel:[ 0.282185] pci 0000:00:01.0: Activating ISA DMA hang workarounds >09:45:46,824 DEBUG kernel:[ 0.283041] pci 0000:00:02.0: Boot video device >09:45:46,824 WARNING kernel:[ 0.283822] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 >09:45:46,824 WARNING kernel:[ 0.285453] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 >09:45:46,824 WARNING kernel:[ 0.287013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 >09:45:46,824 WARNING kernel:[ 0.288545] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10 >09:45:46,824 DEBUG kernel:[ 0.289772] PCI: CLS 0 bytes, default 64 >09:45:46,824 INFO kernel:[ 0.290153] Unpacking initramfs... >09:45:46,824 INFO kernel:[ 4.039557] Freeing initrd memory: 34712k freed >09:45:46,824 INFO kernel:[ 4.111008] microcode: CPU0 sig=0x623, pf=0x0, revision=0x1 >09:45:46,824 INFO kernel:[ 4.111588] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >09:45:46,824 INFO kernel:[ 4.112732] futex hash table entries: 256 (order: 2, 16384 bytes) >09:45:46,824 NOTICE kernel:[ 4.113297] Initialise system trusted keyring >09:45:46,824 INFO kernel:[ 4.113824] audit: initializing netlink socket (disabled) >09:45:46,824 NOTICE kernel:[ 4.114348] type=2000 audit(1401788712.659:1): initialized >09:45:46,824 INFO kernel:[ 4.138598] HugeTLB registered 2 MB page size, pre-allocated 0 pages >09:45:46,824 INFO kernel:[ 4.140375] zbud: loaded >09:45:46,824 NOTICE kernel:[ 4.140915] VFS: Disk quotas dquot_6.5.2 >09:45:46,824 WARNING kernel:[ 4.141419] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >09:45:46,824 INFO kernel:[ 4.142131] msgmni has been set to 2921 >09:45:46,824 NOTICE kernel:[ 4.142640] Key type big_key registered >09:45:46,824 DEBUG kernel:[ 4.143101] SELinux: Registering netfilter hooks >09:45:46,824 INFO kernel:[ 4.144285] alg: No test for stdrng (krng) >09:45:46,824 INFO kernel:[ 4.144749] NET: Registered protocol family 38 >09:45:46,824 NOTICE kernel:[ 4.145223] Key type asymmetric registered >09:45:46,824 NOTICE kernel:[ 4.145684] Asymmetric key parser 'x509' registered >09:45:46,824 INFO kernel:[ 4.146196] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >09:45:46,824 INFO kernel:[ 4.147042] io scheduler noop registered >09:45:46,824 INFO kernel:[ 4.147484] io scheduler deadline registered (default) >09:45:46,824 INFO kernel:[ 4.147981] io scheduler cfq registered >09:45:46,824 INFO kernel:[ 4.148554] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >09:45:46,824 INFO kernel:[ 4.153969] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >09:45:46,824 DEBUG kernel:[ 4.155105] intel_idle: does not run on family 6 model 2 >09:45:46,824 INFO kernel:[ 4.155166] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >09:45:46,824 INFO kernel:[ 4.155965] ACPI: Power Button [PWRF] >09:45:46,824 INFO kernel:[ 4.157506] GHES: HEST is not enabled! >09:45:46,824 INFO kernel:[ 4.158030] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >09:45:46,824 INFO kernel:[ 4.159133] Non-volatile memory driver v1.3 >09:45:46,824 INFO kernel:[ 4.159599] Linux agpgart interface v0.103 >09:45:46,824 INFO kernel:[ 4.160163] crash memory driver: version 1.1 >09:45:46,824 INFO kernel:[ 4.160640] rdac: device handler registered >09:45:46,824 INFO kernel:[ 4.161133] hp_sw: device handler registered >09:45:46,824 INFO kernel:[ 4.161596] emc: device handler registered >09:45:46,824 INFO kernel:[ 4.162055] alua: device handler registered >09:45:46,824 INFO kernel:[ 4.163274] libphy: Fixed MDIO Bus: probed >09:45:46,824 INFO kernel:[ 4.163813] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >09:45:46,824 INFO kernel:[ 4.164352] ehci-pci: EHCI PCI platform driver >09:45:46,824 INFO kernel:[ 4.165102] ehci-pci 0000:00:05.7: EHCI Host Controller >09:45:46,824 INFO kernel:[ 4.165657] ehci-pci 0000:00:05.7: new USB bus registered, assigned bus number 1 >09:45:46,824 INFO kernel:[ 4.166746] ehci-pci 0000:00:05.7: irq 10, io mem 0xfc029000 >09:45:46,824 INFO kernel:[ 4.173075] ehci-pci 0000:00:05.7: USB 2.0 started, EHCI 1.00 >09:45:46,824 INFO kernel:[ 4.173673] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >09:45:46,824 INFO kernel:[ 4.174218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >09:45:46,824 INFO kernel:[ 4.175028] usb usb1: Product: EHCI Host Controller >09:45:46,824 INFO kernel:[ 4.175503] usb usb1: Manufacturer: Linux 3.10.0-123.el7.x86_64 ehci_hcd >09:45:46,824 INFO kernel:[ 4.176044] usb usb1: SerialNumber: 0000:00:05.7 >09:45:46,824 INFO kernel:[ 4.176616] hub 1-0:1.0: USB hub found >09:45:46,824 INFO kernel:[ 4.177080] hub 1-0:1.0: 6 ports detected >09:45:46,824 INFO kernel:[ 4.177742] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >09:45:46,824 INFO kernel:[ 4.178273] ohci-pci: OHCI PCI platform driver >09:45:46,824 INFO kernel:[ 4.178756] uhci_hcd: USB Universal Host Controller Interface driver >09:45:46,824 INFO kernel:[ 4.179472] uhci_hcd 0000:00:05.0: UHCI Host Controller >09:45:46,824 INFO kernel:[ 4.179984] uhci_hcd 0000:00:05.0: new USB bus registered, assigned bus number 2 >09:45:46,824 INFO kernel:[ 4.180957] uhci_hcd 0000:00:05.0: irq 10, io base 0x0000c080 >09:45:46,824 INFO kernel:[ 4.181633] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 >09:45:46,824 INFO kernel:[ 4.182268] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >09:45:46,824 INFO kernel:[ 4.183177] usb usb2: Product: UHCI Host Controller >09:45:46,824 INFO kernel:[ 4.183708] usb usb2: Manufacturer: Linux 3.10.0-123.el7.x86_64 uhci_hcd >09:45:46,824 INFO kernel:[ 4.184304] usb usb2: SerialNumber: 0000:00:05.0 >09:45:46,824 INFO kernel:[ 4.184947] hub 2-0:1.0: USB hub found >09:45:46,824 INFO kernel:[ 4.185480] hub 2-0:1.0: 2 ports detected >09:45:46,824 INFO kernel:[ 4.186320] uhci_hcd 0000:00:05.1: UHCI Host Controller >09:45:46,824 INFO kernel:[ 4.186887] uhci_hcd 0000:00:05.1: new USB bus registered, assigned bus number 3 >09:45:46,824 INFO kernel:[ 4.187921] uhci_hcd 0000:00:05.1: irq 11, io base 0x0000c0a0 >09:45:46,824 INFO kernel:[ 4.188538] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 >09:45:46,824 INFO kernel:[ 4.189086] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >09:45:46,824 INFO kernel:[ 4.189903] usb usb3: Product: UHCI Host Controller >09:45:46,824 INFO kernel:[ 4.190393] usb usb3: Manufacturer: Linux 3.10.0-123.el7.x86_64 uhci_hcd >09:45:46,824 INFO kernel:[ 4.190929] usb usb3: SerialNumber: 0000:00:05.1 >09:45:46,824 INFO kernel:[ 4.191506] hub 3-0:1.0: USB hub found >09:45:46,824 INFO kernel:[ 4.191962] hub 3-0:1.0: 2 ports detected >09:45:46,824 INFO kernel:[ 4.192734] uhci_hcd 0000:00:05.2: UHCI Host Controller >09:45:46,824 INFO kernel:[ 4.193276] uhci_hcd 0000:00:05.2: new USB bus registered, assigned bus number 4 >09:45:46,824 INFO kernel:[ 4.194204] uhci_hcd 0000:00:05.2: irq 11, io base 0x0000c0c0 >09:45:46,824 INFO kernel:[ 4.194815] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 >09:45:46,824 INFO kernel:[ 4.195454] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >09:45:46,824 INFO kernel:[ 4.196296] usb usb4: Product: UHCI Host Controller >09:45:46,824 INFO kernel:[ 4.196778] usb usb4: Manufacturer: Linux 3.10.0-123.el7.x86_64 uhci_hcd >09:45:46,824 INFO kernel:[ 4.197361] usb usb4: SerialNumber: 0000:00:05.2 >09:45:46,824 INFO kernel:[ 4.197948] hub 4-0:1.0: USB hub found >09:45:46,824 INFO kernel:[ 4.198417] hub 4-0:1.0: 2 ports detected >09:45:46,824 INFO kernel:[ 4.199081] usbcore: registered new interface driver usbserial >09:45:46,824 INFO kernel:[ 4.199616] usbcore: registered new interface driver usbserial_generic >09:45:46,824 INFO kernel:[ 4.200506] usbserial: USB Serial support registered for generic >09:45:46,824 INFO kernel:[ 4.201086] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 >09:45:46,824 INFO kernel:[ 4.204755] serio: i8042 KBD port at 0x60,0x64 irq 1 >09:45:46,824 INFO kernel:[ 4.205269] serio: i8042 AUX port at 0x60,0x64 irq 12 >09:45:46,824 INFO kernel:[ 4.205850] mousedev: PS/2 mouse device common for all mice >09:45:46,824 INFO kernel:[ 4.206802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 >09:45:46,824 INFO kernel:[ 4.209946] rtc_cmos 00:00: RTC can wake from S4 >09:45:46,824 INFO kernel:[ 4.210794] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 >09:45:46,824 INFO kernel:[ 4.211429] rtc_cmos 00:00: alarms up to one day, 114 bytes nvram >09:45:46,824 INFO kernel:[ 4.211958] cpuidle: using governor menu >09:45:46,824 INFO kernel:[ 4.212493] hidraw: raw HID events driver (C) Jiri Kosina >09:45:46,824 INFO kernel:[ 4.213128] usbcore: registered new interface driver usbhid >09:45:46,824 INFO kernel:[ 4.214770] usbhid: USB HID core driver >09:45:46,824 INFO kernel:[ 4.215308] drop_monitor: Initializing network drop monitor service >09:45:46,824 INFO kernel:[ 4.215928] TCP: cubic registered >09:45:46,824 INFO kernel:[ 4.216373] Initializing XFRM netlink socket >09:45:46,824 INFO kernel:[ 4.216978] NET: Registered protocol family 10 >09:45:46,824 INFO kernel:[ 4.217749] NET: Registered protocol family 17 >09:45:46,824 NOTICE kernel:[ 4.236598] Loading compiled-in X.509 certificates >09:45:46,824 NOTICE kernel:[ 4.238797] Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80' >09:45:46,824 NOTICE kernel:[ 4.240296] Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8' >09:45:46,824 NOTICE kernel:[ 4.241760] Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: 00aa5f56c587bd82f2f99d64ba83dd1e9e0d334a' >09:45:46,824 INFO kernel:[ 4.242810] registered taskstats version 1 >09:45:46,824 NOTICE kernel:[ 4.255331] Key type trusted registered >09:45:46,824 NOTICE kernel:[ 4.261407] Key type encrypted registered >09:45:46,824 INFO kernel:[ 4.266924] IMA: No TPM chip found, activating TPM-bypass! >09:45:46,824 INFO kernel:[ 4.269516] rtc_cmos 00:00: setting system clock to 2014-06-03 09:45:11 UTC (1401788711) >09:45:46,824 INFO kernel:[ 4.280969] Freeing unused kernel memory: 1584k freed >09:45:46,824 INFO kernel:[ 4.535888] device-mapper: uevent: version 1.0.3 >09:45:46,824 INFO kernel:[ 4.544615] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com >09:45:46,824 INFO kernel:[ 4.559045] device-mapper: multipath: version 1.6.0 loaded >09:45:46,824 INFO kernel:[ 4.717145] BIOS EDD facility v0.16 2004-Jun-25, 2 devices found >09:45:46,824 INFO kernel:[ 4.872059] usb 2-1: new full-speed USB device number 2 using uhci_hcd >09:45:46,824 INFO kernel:[ 5.041440] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2 >09:45:46,824 INFO kernel:[ 5.060145] usb 2-1: New USB device found, idVendor=0627, idProduct=0001 >09:45:46,824 INFO kernel:[ 5.060767] usb 2-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 >09:45:46,824 INFO kernel:[ 5.061433] usb 2-1: Product: QEMU USB Tablet >09:45:46,824 INFO kernel:[ 5.061922] usb 2-1: Manufacturer: QEMU >09:45:46,824 INFO kernel:[ 5.062480] usb 2-1: SerialNumber: 42 >09:45:46,824 INFO kernel:[ 5.077305] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:05.0/usb2/2-1/2-1:1.0/input/input3 >09:45:46,824 INFO kernel:[ 5.078430] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Pointer [QEMU QEMU USB Tablet] on usb-0000:00:05.0-1/input0 >09:45:46,824 INFO kernel:[ 5.292266] squashfs: version 4.0 (2009/01/31) Phillip Lougher >09:45:46,824 INFO kernel:[ 5.301030] Loading iSCSI transport class v2.0-870. >09:45:46,824 NOTICE kernel:[ 5.306048] iscsi: registered transport (tcp) >09:45:46,824 INFO kernel:[ 5.397205] FDC 0 is a S82078B >09:45:46,824 INFO kernel:[ 5.407719] No iBFT detected. >09:45:46,824 INFO kernel:[ 5.413131] md: raid0 personality registered for level 0 >09:45:46,824 INFO kernel:[ 5.420866] md: raid1 personality registered for level 1 >09:45:46,824 INFO kernel:[ 5.426443] async_tx: api initialized (async) >09:45:46,824 INFO kernel:[ 5.428097] xor: measuring software checksum speed >09:45:46,824 INFO kernel:[ 5.438014] prefetch64-sse: 11608.000 MB/sec >09:45:46,824 INFO kernel:[ 5.448014] generic_sse: 9856.000 MB/sec >09:45:46,824 INFO kernel:[ 5.448641] xor: using function: prefetch64-sse (11608.000 MB/sec) >09:45:46,824 WARNING kernel:[ 5.469017] raid6: sse2x1 4300 MB/s >09:45:46,824 WARNING kernel:[ 5.486015] raid6: sse2x2 8292 MB/s >09:45:46,824 WARNING kernel:[ 5.503020] raid6: sse2x4 9363 MB/s >09:45:46,824 WARNING kernel:[ 5.503491] raid6: using algorithm sse2x4 (9363 MB/s) >09:45:46,824 WARNING kernel:[ 5.503974] raid6: using ssse3x2 recovery algorithm >09:45:46,824 INFO kernel:[ 5.515230] md: raid6 personality registered for level 6 >09:45:46,824 INFO kernel:[ 5.515730] md: raid5 personality registered for level 5 >09:45:46,824 INFO kernel:[ 5.516231] md: raid4 personality registered for level 4 >09:45:46,824 INFO kernel:[ 5.533694] md: raid10 personality registered for level 10 >09:45:46,824 INFO kernel:[ 5.539211] md: linear personality registered for level -1 >09:45:46,824 INFO kernel:[ 5.573651] device-mapper: multipath round-robin: version 1.0.0 loaded >09:45:46,824 INFO kernel:[ 5.588838] sha256_ssse3: Using SSSE3 optimized SHA-256 implementation >09:45:46,824 INFO kernel:[ 5.640140] RPC: Registered named UNIX socket transport module. >09:45:46,824 INFO kernel:[ 5.640694] RPC: Registered udp transport module. >09:45:46,824 INFO kernel:[ 5.641181] RPC: Registered tcp transport module. >09:45:46,824 INFO kernel:[ 5.641660] RPC: Registered tcp NFSv4.1 backchannel transport module. >09:45:46,824 INFO kernel:[ 6.122143] ACPI: bus type ATA registered >09:45:46,824 DEBUG kernel:[ 6.134502] libata version 3.00 loaded. >09:45:46,824 DEBUG kernel:[ 6.140681] ata_piix 0000:00:01.1: version 2.13 >09:45:46,824 INFO kernel:[ 6.144754] [drm] Initialized drm 1.1.0 20060810 >09:45:46,824 INFO kernel:[ 6.158625] scsi0 : ata_piix >09:45:46,824 INFO kernel:[ 6.168436] scsi1 : ata_piix >09:45:46,824 INFO kernel:[ 6.168900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc120 irq 14 >09:45:46,824 INFO kernel:[ 6.169454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc128 irq 15 >09:45:46,824 ERR kernel:[ 6.179683] [drm:qxl_pci_probe] *ERROR* qxl too old, doesn't support client_monitors_config, use xf86-video-qxl in user mode >09:45:46,824 WARNING kernel:[ 6.184203] qxl: probe of 0000:00:02.0 failed with error -22 >09:45:46,824 DEBUG kernel:[ 6.192201] virtio-pci 0000:00:07.0: irq 40 for MSI/MSI-X >09:45:46,824 DEBUG kernel:[ 6.192237] virtio-pci 0000:00:07.0: irq 41 for MSI/MSI-X >09:45:46,824 INFO kernel:[ 6.193391] vda: unknown partition table >09:45:46,824 DEBUG kernel:[ 6.197901] virtio-pci 0000:00:03.0: irq 42 for MSI/MSI-X >09:45:46,824 DEBUG kernel:[ 6.198649] virtio-pci 0000:00:03.0: irq 43 for MSI/MSI-X >09:45:46,824 DEBUG kernel:[ 6.198795] virtio-pci 0000:00:03.0: irq 44 for MSI/MSI-X >09:45:46,824 DEBUG kernel:[ 6.321593] ata1.01: NODEV after polling detection >09:45:46,824 INFO kernel:[ 6.330381] ata1.00: ATA-7: QEMU HARDDISK, 1.2.2, max UDMA/100 >09:45:46,824 INFO kernel:[ 6.330915] ata1.00: 22020096 sectors, multi 16: LBA48 >09:45:46,824 INFO kernel:[ 6.331958] ata1.00: configured for MWDMA2 >09:45:46,824 NOTICE kernel:[ 6.332562] scsi 0:0:0:0: Direct-Access ATA QEMU HARDDISK 1.2. PQ: 0 ANSI: 5 >09:45:46,824 NOTICE kernel:[ 6.352248] sd 0:0:0:0: [sda] 22020096 512-byte logical blocks: (11.2 GB/10.5 GiB) >09:45:46,824 NOTICE kernel:[ 6.353448] sd 0:0:0:0: [sda] Write Protect is off >09:45:46,824 DEBUG kernel:[ 6.353935] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 >09:45:46,824 NOTICE kernel:[ 6.353957] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >09:45:46,824 INFO kernel:[ 6.367161] sda: unknown partition table >09:45:46,824 NOTICE kernel:[ 6.367785] sd 0:0:0:0: [sda] Attached SCSI disk >09:45:46,824 INFO kernel:[ 15.575457] loop: module loaded >09:45:46,824 INFO kernel:[ 15.768973] bio: create slab <bio-1> at 1 >09:45:46,824 INFO kernel:[ 15.807154] bio: create slab <bio-2> at 2 >09:45:46,824 INFO kernel:[ 16.188631] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >09:45:46,824 DEBUG kernel:[ 35.519010] SELinux: 2048 avtab hash slots, 106409 rules. >09:45:46,824 DEBUG kernel:[ 35.790777] SELinux: 2048 avtab hash slots, 106409 rules. >09:45:46,824 DEBUG kernel:[ 36.087369] SELinux: 8 users, 86 roles, 4801 types, 280 bools, 1 sens, 1024 cats >09:45:46,824 DEBUG kernel:[ 36.087375] SELinux: 83 classes, 106409 rules >09:45:46,824 DEBUG kernel:[ 36.116418] SELinux: Completing initialization. >09:45:46,824 DEBUG kernel:[ 36.116422] SELinux: Setting up existing superblocks. >09:45:46,824 DEBUG kernel:[ 36.116431] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >09:45:46,824 DEBUG kernel:[ 36.116436] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >09:45:46,824 DEBUG kernel:[ 36.116459] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >09:45:46,824 DEBUG kernel:[ 36.116462] SELinux: initialized (dev proc, type proc), uses genfs_contexts >09:45:46,824 DEBUG kernel:[ 36.116526] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >09:45:46,824 DEBUG kernel:[ 36.116546] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >09:45:46,824 DEBUG kernel:[ 36.117265] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >09:45:46,824 DEBUG kernel:[ 36.117270] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >09:45:46,824 DEBUG kernel:[ 36.305110] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >09:45:46,824 DEBUG kernel:[ 36.305120] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >09:45:46,824 DEBUG kernel:[ 36.305123] SELinux: initialized (dev aio, type aio), not configured for labeling >09:45:46,824 DEBUG kernel:[ 36.305126] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >09:45:46,824 DEBUG kernel:[ 36.310321] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >09:45:46,824 DEBUG kernel:[ 36.310347] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >09:45:46,824 DEBUG kernel:[ 36.310369] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >09:45:46,824 DEBUG kernel:[ 36.310420] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >09:45:46,824 DEBUG kernel:[ 36.310425] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >09:45:46,824 DEBUG kernel:[ 36.327626] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >09:45:46,824 DEBUG kernel:[ 36.327637] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >09:45:46,824 DEBUG kernel:[ 36.327807] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >09:45:46,824 DEBUG kernel:[ 36.327839] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >09:45:46,824 DEBUG kernel:[ 36.327860] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts >09:45:46,824 DEBUG kernel:[ 36.327862] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >09:45:46,824 DEBUG kernel:[ 36.337828] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >09:45:46,824 DEBUG kernel:[ 36.337852] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >09:45:46,825 DEBUG kernel:[ 36.337866] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >09:45:46,825 DEBUG kernel:[ 36.337884] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >09:45:46,825 DEBUG kernel:[ 36.337896] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >09:45:46,825 DEBUG kernel:[ 36.337901] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >09:45:46,825 DEBUG kernel:[ 36.337917] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >09:45:46,825 DEBUG kernel:[ 36.337930] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >09:45:46,825 DEBUG kernel:[ 36.337943] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >09:45:46,825 DEBUG kernel:[ 36.337949] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >09:45:46,825 DEBUG kernel:[ 36.337960] SELinux: initialized (dev loop0, type squashfs), uses xattr >09:45:46,825 DEBUG kernel:[ 36.337973] SELinux: initialized (dev dm-0, type ext4), uses xattr >09:45:46,825 NOTICE kernel:[ 36.495350] type=1403 audit(1401788743.725:2): policy loaded auid=4294967295 ses=4294967295 >09:45:46,825 DEBUG kernel:[ 37.067015] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >09:45:46,825 DEBUG kernel:[ 37.152970] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >09:45:46,825 DEBUG kernel:[ 37.312785] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >09:45:46,825 INFO kernel:[ 38.638603] input: PC Speaker as /devices/platform/pcspkr/input/input4 >09:45:46,825 DEBUG kernel:[ 38.738530] virtio-pci 0000:00:06.0: irq 45 for MSI/MSI-X >09:45:46,825 DEBUG kernel:[ 38.738561] virtio-pci 0000:00:06.0: irq 46 for MSI/MSI-X >09:45:46,825 INFO kernel:[ 38.815078] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0 >09:45:47,026 NOTICE kernel:[ 39.795573] type=1400 audit(1401788747.025:3): avc: denied { write } for pid=1014 comm="firewalld" name="python2.7" dev="dm-0" ino=90723 scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=dir >09:45:47,027 NOTICE kernel:[ 39.796997] type=1400 audit(1401788747.026:4): avc: denied { remove_name } for pid=1014 comm="firewalld" name="site.pyc" dev="dm-0" ino=91547 scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=dir >09:45:47,027 NOTICE kernel:[ 39.797023] type=1400 audit(1401788747.026:5): avc: denied { unlink } for pid=1014 comm="firewalld" name="site.pyc" dev="dm-0" ino=91547 scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=lnk_file >09:45:47,028 NOTICE kernel:[ 39.797242] type=1400 audit(1401788747.027:6): avc: denied { add_name } for pid=1014 comm="firewalld" name="site.pyc" scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=dir >09:45:47,028 NOTICE kernel:[ 39.797261] type=1400 audit(1401788747.027:7): avc: denied { create } for pid=1014 comm="firewalld" name="site.pyc" scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=file >09:45:47,028 NOTICE kernel:[ 39.797341] type=1400 audit(1401788747.027:8): avc: denied { write } for pid=1014 comm="firewalld" path="/usr/lib64/python2.7/site.pyc" dev="dm-0" ino=91547 scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=file >09:45:48,997 ERR firewalld: 2014-06-03 09:45:48 ERROR: ebtables not usable, disabling ethernet bridge firewall. >09:45:48,997 CRIT firewalld: 2014-06-03 09:45:48 FATAL ERROR: No IPv4 and IPv6 firewall. >09:45:48,997 ERR firewalld: 2014-06-03 09:45:48 ERROR: Raising SystemExit in run_server >09:45:49,573 INFO NetworkManager: <info> NetworkManager (version 0.9.9.1-13.git20140326.4dba720.el7) is starting... >09:45:49,573 INFO NetworkManager: <info> Read config: /etc/NetworkManager/NetworkManager.conf and conf.d: 90-anaconda-no-auto-default.conf >09:45:49,573 INFO NetworkManager: <info> WEXT support is disabled >09:45:49,639 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >09:45:49,726 INFO polkitd: Started polkitd version 0.112 >09:45:49,881 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >09:45:49,915 WARNING NetworkManager: ifcfg-rh: Could not get hostname: failed to read /etc/sysconfig/network >09:45:49,916 NOTICE NetworkManager: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >09:45:49,916 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >09:45:49,916 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >09:45:49,916 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-eth0 ... >09:45:49,918 NOTICE NetworkManager: ifcfg-rh: read connection 'eth0' >09:45:49,979 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >09:45:49,982 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' >09:45:50,037 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.login1' >09:45:50,066 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >09:45:50,110 INFO NetworkManager: <info> Loaded device plugin: /usr/lib64/NetworkManager/libnm-device-plugin-bluetooth.so >09:45:50,124 INFO NetworkManager: <info> Loaded device plugin: /usr/lib64/NetworkManager/libnm-device-plugin-wwan.so >09:45:50,136 INFO NetworkManager: <info> Loaded device plugin: /usr/lib64/NetworkManager/libnm-device-plugin-adsl.so >09:45:50,152 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >09:45:50,152 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >09:45:50,152 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >09:45:50,153 INFO NetworkManager: <info> Networking is enabled by state file >09:45:50,237 INFO NetworkManager: <info> (lo): link connected >09:45:50,238 INFO NetworkManager: <info> (lo): carrier is ON >09:45:50,238 INFO NetworkManager: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1) >09:45:50,239 INFO NetworkManager: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0 >09:45:50,283 INFO NetworkManager: <info> (eth0): link connected >09:45:50,283 INFO NetworkManager: <info> (eth0): carrier is ON >09:45:50,312 INFO NetworkManager: <info> (eth0): new Ethernet device (driver: 'virtio_net' ifindex: 2) >09:45:50,312 INFO NetworkManager: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1 >09:45:50,313 INFO NetworkManager: <info> (eth0): found matching connection 'eth0' >09:45:50,314 INFO NetworkManager: <info> (eth0): device state change: unmanaged -> unavailable (reason 'connection-assumed') [10 20 41] >09:45:50,346 INFO NetworkManager: <info> (eth0): device state change: unavailable -> disconnected (reason 'connection-assumed') [20 30 41] >09:45:50,346 INFO NetworkManager: <info> Activation (eth0) starting connection 'eth0' >09:45:50,346 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... >09:45:50,350 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... >09:45:50,350 INFO NetworkManager: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >09:45:50,352 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... >09:45:50,352 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. >09:45:50,359 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... >09:45:50,359 INFO NetworkManager: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] >09:45:50,359 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful. >09:45:50,359 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. >09:45:50,359 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete. >09:45:50,360 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... >09:45:50,360 INFO NetworkManager: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] >09:45:50,360 INFO NetworkManager: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds) >09:45:50,496 INFO NetworkManager: <info> dhclient started with pid 1089 >09:45:50,553 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. >09:45:50,558 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv6 Commit) scheduled... >09:45:50,558 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv6 Commit) started... >09:45:50,559 INFO NetworkManager: <info> (eth0): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >09:45:50,559 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv6 Commit) complete. >09:45:50,559 INFO NetworkManager: <info> (eth0): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >09:45:50,560 INFO NetworkManager: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0] >09:45:50,560 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_LOCAL >09:45:50,690 INFO NetworkManager: <info> Policy set 'eth0' (eth0) as default for IPv4 routing and DNS. >09:45:50,690 INFO NetworkManager: <info> Policy set 'eth0' (eth0) as default for IPv6 routing and DNS. >09:45:50,710 INFO NetworkManager: <info> Activation (eth0) successful, device activated. >09:45:50,711 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >09:45:50,741 INFO NetworkManager: <info> Setting system hostname to 'office74.anaconda.englab.brq.redhat.com' (from address lookup) >09:45:51,014 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >09:45:51,254 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.5 >09:45:51,257 INFO dhclient: Copyright 2004-2013 Internet Systems Consortium. >09:45:51,258 INFO dhclient: All rights reserved. >09:45:51,258 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >09:45:51,259 INFO dhclient: >09:45:51,337 INFO NetworkManager: <info> (eth0): DHCPv4 state changed nbi -> preinit >09:45:51,350 INFO dhclient: Listening on LPF/eth0/52:54:00:dc:32:7a >09:45:51,350 INFO dhclient: Sending on LPF/eth0/52:54:00:dc:32:7a >09:45:51,350 INFO dhclient: Sending on Socket/fallback >09:45:51,350 INFO dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x603ac1b1) >09:45:51,355 INFO dhclient: DHCPACK from 10.34.102.252 (xid=0x603ac1b1) >09:45:51,405 INFO NetworkManager: <info> (eth0): DHCPv4 state changed preinit -> reboot >09:45:51,405 INFO NetworkManager: <info> address 10.34.102.74 >09:45:51,405 INFO NetworkManager: <info> plen 24 (255.255.255.0) >09:45:51,405 INFO NetworkManager: <info> gateway 10.34.102.254 >09:45:51,405 INFO NetworkManager: <info> server identifier 10.34.39.2 >09:45:51,405 INFO NetworkManager: <info> lease time 3600 >09:45:51,405 INFO NetworkManager: <info> nameserver '10.34.39.2' >09:45:51,405 INFO NetworkManager: <info> domain name 'anaconda.englab.brq.redhat.com' >09:45:51,405 INFO NetworkManager: <info> domain name 'englab.brq.redhat.com' >09:45:51,405 INFO NetworkManager: <info> domain name 'brq.redhat.com' >09:45:51,405 INFO NetworkManager: <info> domain name 'redhat.com' >09:45:51,406 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >09:45:51,407 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... >09:45:51,415 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete. >09:45:51,416 INFO dhclient: bound to 10.34.102.74 -- renewal in 1515 seconds. >09:45:55,332 NOTICE kernel:[ 48.101183] type=1400 audit(1401788755.331:9): avc: denied { create } for pid=1027 comm="bash" scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tclass=netlink_audit_socket >09:45:55,332 NOTICE kernel:[ 48.101262] type=1400 audit(1401788755.331:10): avc: denied { nlmsg_relay } for pid=1027 comm="bash" scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tclass=netlink_audit_socket >09:45:55,332 NOTICE kernel:[ 48.101297] type=1400 audit(1401788755.331:11): avc: denied { audit_write } for pid=1027 comm="bash" capability=29 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tclass=capability >09:45:55,332 NOTICE kernel:[ 48.101768] type=1400 audit(1401788755.331:12): avc: denied { getattr } for pid=1027 comm="bash" path="/usr/sbin/blkid" dev="dm-0" ino=50899 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:object_r:fsadm_exec_t:s0 tclass=file >09:45:55,332 NOTICE kernel:[ 48.101797] type=1400 audit(1401788755.331:13): avc: denied { execute } for pid=1027 comm="bash" name="blkid" dev="dm-0" ino=50899 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:object_r:fsadm_exec_t:s0 tclass=file >09:45:55,332 NOTICE kernel:[ 48.101819] type=1400 audit(1401788755.331:14): avc: denied { read } for pid=1027 comm="bash" name="blkid" dev="dm-0" ino=50899 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:object_r:fsadm_exec_t:s0 tclass=file >09:45:55,331 INFO NetworkManager: <info> startup complete >09:45:55,380 NOTICE kernel:[ 48.104267] type=1400 audit(1401788755.334:15): avc: denied { open } for pid=1151 comm="bash" path="/usr/sbin/blkid" dev="dm-0" ino=50899 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:object_r:fsadm_exec_t:s0 tclass=file >09:45:55,380 NOTICE kernel:[ 48.105009] type=1400 audit(1401788755.334:16): avc: denied { execute_no_trans } for pid=1151 comm="bash" path="/usr/sbin/blkid" dev="dm-0" ino=50899 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:object_r:fsadm_exec_t:s0 tclass=file >09:45:55,388 NOTICE kernel:[ 48.157542] type=1400 audit(1401788755.387:17): avc: denied { read } for pid=1151 comm="blkid" name="blkid.tab" dev="tmpfs" ino=10393 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:object_r:fsadm_var_run_t:s0 tclass=file >09:45:55,388 NOTICE kernel:[ 48.157564] type=1400 audit(1401788755.387:18): avc: denied { open } for pid=1151 comm="blkid" path="/run/blkid/blkid.tab" dev="tmpfs" ino=10393 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:object_r:fsadm_var_run_t:s0 tclass=file >09:45:56,069 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_GLOBAL >09:46:02,519 WARNING kernel:[ 55.287917] audit_printk_skb: 48 callbacks suppressed >09:46:02,519 NOTICE kernel:[ 55.287922] type=1400 audit(1401788762.517:35): avc: denied { read write } for pid=1191 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 >09:46:04,653 INFO kernel:[ 57.410274] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >09:46:06,295 INFO chronyd: chronyd version 1.29.1 starting >09:46:06,296 INFO chronyd: Linux kernel major=3 minor=10 patch=0 >09:46:06,296 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 >09:46:06,302 INFO chronyd: Generated key 1 >09:46:11,100 NOTICE kernel:[ 63.868442] type=1400 audit(1401788771.097:36): avc: denied { read write } for pid=1270 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 >09:46:11,100 NOTICE kernel:[ 63.869391] type=1400 audit(1401788771.098:37): avc: denied { read write } for pid=1270 comm="hwclock" path="/dev/mapper/control" dev="devtmpfs" ino=8087 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >09:46:11,100 NOTICE kernel:[ 63.869681] type=1400 audit(1401788771.098:38): avc: denied { read } for pid=1270 comm="hwclock" path="/proc/1078/mounts" dev="proc" ino=15839 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:system_r:initrc_t:s0 tclass=file >09:46:12,001 NOTICE kernel:[ 64.451310] type=1400 audit(1401788772.000:39): avc: denied { ioctl } for pid=1270 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 >09:46:12,001 NOTICE kernel:[ 64.451323] type=1400 audit(1401788772.000:40): avc: denied { getattr } for pid=1270 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 >09:46:12,231 INFO chronyd: Selected source 10.5.26.10 >09:46:12,231 WARNING chronyd: System clock wrong by 1.234903 seconds, adjustment started >09:46:12,474 NOTICE kernel:[ 64.923685] type=1400 audit(1401788772.471:41): avc: denied { create } for pid=1027 comm="bash" scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tclass=netlink_audit_socket >09:46:12,474 NOTICE kernel:[ 64.923758] type=1400 audit(1401788772.471:42): avc: denied { nlmsg_relay } for pid=1027 comm="bash" scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tclass=netlink_audit_socket >09:46:12,474 NOTICE kernel:[ 64.923888] type=1400 audit(1401788772.471:43): avc: denied { audit_write } for pid=1027 comm="bash" capability=29 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tclass=capability >09:46:14,423 INFO chronyd: Selected source 10.5.27.10 >09:46:32,071 NOTICE kernel:[ 84.521908] type=1400 audit(1401788792.069:44): avc: denied { read write } for pid=1279 comm="ntpdate" path="/dev/mapper/control" dev="devtmpfs" ino=8087 scontext=system_u:system_r:ntpd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >09:46:34,550 INFO kernel:[ 87.000997] bio: create slab <bio-3> at 3 >09:46:34,554 INFO kernel:[ 87.004065] Btrfs loaded
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1104108
: 901741 |
901744
|
901745
|
901746
|
901747
|
901748
|
901749