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 900858 Details for
Bug 1103267
Error: gtk-builder-error-quark: Invalid signal `toggled' for type `GtkCellRendererToggle' on line 207 (12)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
File: anaconda-tb
anaconda-tb (text/plain), 129.35 KB, created by
Kay Williams
on 2014-05-30 14:49:24 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
Kay Williams
Created:
2014-05-30 14:49:24 UTC
Size:
129.35 KB
patch
obsolete
>anaconda 21.38-1 exception report >Traceback (most recent call first): > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py", line 122, in __init__ > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/datetime_spoke.py", line 122, in __init__ > GUIObject.__init__(self, *args) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/datetime_spoke.py", line 429, in initialize > self._config_dialog = NTPconfigDialog(self.data) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 188, in _createBox > spoke.initialize() > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 359, in refresh > self._createBox() > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py", line 382, in run > self._currentAction.refresh() > File "/sbin/anaconda", line 1235, in <module> > anaconda._intf.run() >Error: gtk-builder-error-quark: Invalid signal `toggled' for type `GtkCellRendererToggle' on line 207 (12) > >Local variables in innermost frame: >self: <pyanaconda.ui.gui.spokes.datetime_spoke.NTPconfigDialog object at 0x7f9eaa0ec790> >data: #version=DEVEL ># System authorization information >auth --enablemd5 --enableshadow --enablecache ># Install OS instead of upgrade >install ># Reboot after installation >reboot ># Use network installation >url --url="http://10.10.2.60/deploy/systems/test-update/web-server-fedora-21-x86_64" ># Keyboard layouts >keyboard --vckeymap=us --xlayouts='us' ># System language >lang en_US.UTF-8 > ># Network information >network --bootproto=dhcp --hostname=web-server-fedora-21-x86-64-test-update ># Root password >rootpw --iscrypted $6$UoB.LYcg$.CjiLs5.q01wjAXEYUS3kfOL.8T2zGSGtVv8GOqMwV8hcqAZoiiTlgt6GRSkow1eDv/H5vcp8w9r3gyjXepPk/ ># SELinux configuration >selinux --enforcing ># System timezone >timezone America/Vancouver --isUtc ># System bootloader configuration >bootloader --location=mbr ># Clear the Master Boot Record >zerombr ># Partition clearing information >clearpart --all --initlabel ># Disk partitioning information >part / --asprimary --fstype="ext4" --grow --size=1 >part swap --recommended >part /boot --asprimary --fstype="ext3" --size=512 > >%pre ># ensure dns entries are set correctly during during install ># rhel6 did this automatically, but rhel7 does not >dhclient -H web-server-fedora-21-x86-64-test-update >%end > >%post ># allow build machine to access client via ssh ># set some convenience variables >sshdir=/root/.ssh >authkeys=$sshdir/authorized_keys >pubkey="ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAyn+fXy34ToShZbcAzB8pGccyvDoIzWp5S/PvMR4ILdRNI+eQ132brJvVexPo1M1uZ7vtdAU36EaRLwSgqMIsNFs4E6s879DQMHRGDoenrqfAgLAOk5nrutoCdpV3ZMb4xBdqTxCe8t5fVCLCo0sJ7tF0PjEq2tg/sAWnN4up0lOMJr8jwmMz46ue5KC6xEuGaS4jv2IVK16kt3aiWt4s9tmuanH0Snu5QfDTQ/d2mwjRlNGOD9TrrVgOn9y0iEECR/GeS4coPgwYzZ76MDzUDpDpjfQ2XjpOd7BsBaQTRU7l6KaCRsTCOKLaIWMOX7iULMtkNMaKuDoG5k3jT9iIGQ== root@repomaster >" > ># make sshdir if it doesn't exist >[[ -d $sshdir ]] || mkdir $sshdir > ># create authorized_keys file if it doesn't exist >[[ -f $authkeys ]] || touch $authkeys > ># copy pubkey into authorized keys if it's not there already >[[ `cat $authkeys` == $pubkey ]] || echo $pubkey >> $authkeys > ># set permissions >chmod 700 $sshdir >chmod 600 $authkeys >[[ -f /sbin/restorecon ]] && /sbin/restorecon -r $sshdir >%end > >%packages --nobase >* > >%end > > > > >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 0x7f9ea0e25a10>> > _intf._quitDialog: <class 'pyanaconda.ui.gui.QuitDialog'> > _intf.data: #version=DEVEL ># System authorization information >auth --enablemd5 --enableshadow --enablecache ># Install OS instead of upgrade >install ># Reboot after installation >reboot ># Use network installation >url --url="http://10.10.2.60/deploy/systems/test-update/web-server-fedora-21-x86_64" ># Keyboard layouts >keyboard --vckeymap=us --xlayouts='us' ># System language >lang en_US.UTF-8 > ># Network information >network --bootproto=dhcp --hostname=web-server-fedora-21-x86-64-test-update ># Root password >rootpw --iscrypted $6$UoB.LYcg$.CjiLs5.q01wjAXEYUS3kfOL.8T2zGSGtVv8GOqMwV8hcqAZoiiTlgt6GRSkow1eDv/H5vcp8w9r3gyjXepPk/ ># SELinux configuration >selinux --enforcing ># System timezone >timezone America/Vancouver --isUtc ># System bootloader configuration >bootloader --location=mbr ># Clear the Master Boot Record >zerombr ># Partition clearing information >clearpart --all --initlabel ># Disk partitioning information >part / --asprimary --fstype="ext4" --grow --size=1 >part swap --recommended >part /boot --asprimary --fstype="ext3" --size=512 > >%pre ># ensure dns entries are set correctly during during install ># rhel6 did this automatically, but rhel7 does not >dhclient -H web-server-fedora-21-x86-64-test-update >%end > >%post ># allow build machine to access client via ssh ># set some convenience variables >sshdir=/root/.ssh >authkeys=$sshdir/authorized_keys >pubkey="ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAyn+fXy34ToShZbcAzB8pGccyvDoIzWp5S/PvMR4ILdRNI+eQ132brJvVexPo1M1uZ7vtdAU36EaRLwSgqMIsNFs4E6s879DQMHRGDoenrqfAgLAOk5nrutoCdpV3ZMb4xBdqTxCe8t5fVCLCo0sJ7tF0PjEq2tg/sAWnN4up0lOMJr8jwmMz46ue5KC6xEuGaS4jv2IVK16kt3aiWt4s9tmuanH0Snu5QfDTQ/d2mwjRlNGOD9TrrVgOn9y0iEECR/GeS4coPgwYzZ76MDzUDpDpjfQ2XjpOd7BsBaQTRU7l6KaCRsTCOKLaIWMOX7iULMtkNMaKuDoG5k3jT9iIGQ== root@repomaster >" > ># make sshdir if it doesn't exist >[[ -d $sshdir ]] || mkdir $sshdir > ># create authorized_keys file if it doesn't exist >[[ -f $authkeys ]] || touch $authkeys > ># copy pubkey into authorized keys if it's not there already >[[ `cat $authkeys` == $pubkey ]] || echo $pubkey >> $authkeys > ># set permissions >chmod 700 $sshdir >chmod 600 $authkeys >[[ -f /sbin/restorecon ]] && /sbin/restorecon -r $sshdir >%end > >%packages --nobase >* > >%end > > > _intf.storage: Blivet instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {} > _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: ext4 > _intf.storage.autoPartEscrowCert: None > _intf.storage.iscsi: iscsi instance, containing members: > _intf.storage.iscsi.initiatorSet: False > _intf.storage.iscsi.ifaces: {} > _intf.storage.iscsi.started: False > _intf.storage.iscsi._initiator: Skipped > _intf.storage.iscsi.discovered_targets: {} > _intf.storage.iscsi.ibftNodes: [] > _intf.storage.escrowCertificates: {} > _intf.storage.fsset: FSSet instance, containing members: > _intf.storage.fsset.origFStab: None > _intf.storage.fsset._fstab_swaps: set([]) > _intf.storage.fsset._usb: None > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree.dasd: None > _intf.storage.fsset.devicetree.populated: False > _intf.storage.fsset.devicetree.exclusiveDisks: [] > _intf.storage.fsset.devicetree._actions: [] > _intf.storage.fsset.devicetree.iscsi: Already dumped (iscsi instance) > _intf.storage.fsset.devicetree._pvInfo: None > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree._devices: [existing 8192 MiB disk sda (1) >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 5 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7f9e9ead6b50) -- > name = /tmp/curl_fetch_url1/squashfs.img (deleted) status = False kids = 1 id = 5 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /tmp/curl_fetch_url1/squashfs.img (deleted) > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0x7f9e9ead6b50) -- > name = /tmp/curl_fetch_url1/squashfs.img (deleted) status = False kids = 1 id = 5 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /tmp/curl_fetch_url1/squashfs.img (deleted) > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /tmp/curl_fetch_url1/squashfs.img (deleted) > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 8 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7f9eaa0ec110) -- > name = loop0 status = False kids = 0 id = 8 > parents = ['existing 0 B file /tmp/curl_fetch_url1/squashfs.img (deleted) (5)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0x7f9eaa0ec110) -- > name = loop0 status = False kids = 0 id = 8 > parents = ['existing 0 B file /tmp/curl_fetch_url1/squashfs.img (deleted) (5)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop0 > protected: False > originalFormat: existing None > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 13 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7f9eaa0e3b50) -- > name = /LiveOS/rootfs.img status = False kids = 1 id = 13 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /LiveOS/rootfs.img > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0x7f9eaa0e3b50) -- > name = /LiveOS/rootfs.img status = False kids = 1 id = 13 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /LiveOS/rootfs.img > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /LiveOS/rootfs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 16 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7f9eaa0ec310) -- > name = loop1 status = False kids = 0 id = 16 > parents = ['existing 0 B file /LiveOS/rootfs.img (13)'] > uuid = None size = 0 B > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = ext4> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0x7f9eaa0ec310) -- > name = loop1 status = False kids = 0 id = 16 > parents = ['existing 0 B file /LiveOS/rootfs.img (13)'] > uuid = None size = 0 B > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = ext4> > controllable: False > uuid: None > _format: Ext4FS instance, containing members: > _format._label: Anaconda > _format.errors: False > _format.uuid: 0ed1298f-339c-4069-a625-85605829cb88 > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._minInstanceSize: 0 B > _format._mountType: ext4 > _format.fsprofile: None > _format._targetSize: 2048 MiB > _format.dirty: False > _format._size: Already dumped (Size instance) > _format.mountopts: None > _format.mountpoint: None > _format.id: 19 > _format._device: /dev/loop1 > deviceLinks: [/dev/disk/by-label/Anaconda, /dev/disk/by-uuid/0ed1298f-339c-4069-a625-85605829cb88] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop1 > protected: False > originalFormat: Ext4FS instance, containing members: > originalFormat._label: Anaconda > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat._targetSize: Already dumped (Size instance) > originalFormat._minInstanceSize: Already dumped (Size instance) > originalFormat.mountopts: None > originalFormat._size: Already dumped (Size instance) > originalFormat.id: 19 > originalFormat._device: /dev/loop1 > originalFormat.errors: False > originalFormat.uuid: 0ed1298f-339c-4069-a625-85605829cb88 > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.dirty: False > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 21 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7f9e9e7a49d0) -- > name = /overlay (deleted) status = False kids = 1 id = 21 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /overlay (deleted) > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0x7f9e9e7a49d0) -- > name = /overlay (deleted) status = False kids = 1 id = 21 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /overlay (deleted) > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /overlay (deleted) > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 24 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7f9e9e883690) -- > name = loop2 status = False kids = 1 id = 24 > parents = ['existing 0 B file /overlay (deleted) (21)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop2 > format args = [] originalFormat = None> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0x7f9e9e883690) -- > name = loop2 status = False kids = 1 id = 24 > parents = ['existing 0 B file /overlay (deleted) (21)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop2 > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop2 > protected: False > originalFormat: existing None > _serial: None >, existing 2048 MiB dm live-rw (29) >] > _intf.storage.fsset.devicetree.ignoredDisks: [] > _intf.storage.fsset.devicetree._completed_actions: [] > _intf.storage.fsset.devicetree.names: [sda, loop0, /tmp/curl_fetch_url1/squashfs.img (deleted), loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), live-rw] > _intf.storage.fsset.devicetree.liveBackingDevice: None > _intf.storage.fsset.devicetree.protectedDevNames: [] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._hidden: [] > _intf.storage.fsset.devicetree.protectedDevSpecs: [] > _intf.storage.fsset.devicetree._lvInfo: None > _intf.storage.fsset.preserveLines: [] > _intf.storage.fsset._run: None > _intf.storage.fsset._devshm: None > _intf.storage.fsset._dev: None > _intf.storage.fsset.blkidTab: None > _intf.storage.fsset._proc: None > _intf.storage.fsset.active: False > _intf.storage.fsset.cryptTab: None > _intf.storage.fsset._devpts: None > _intf.storage.fsset._sysfs: None > _intf.storage.fsset._selinux: None > _intf.storage.config: StorageDiscoveryConfig instance, containing members: > _intf.storage.config.clearPartType: 1 > _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: True > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [] > _intf.storage.config.initializeDisks: True > _intf.storage.size_sets: [] > _intf.storage.autoPartType: 2 > _intf.storage._bootloader: GRUB2 instance, containing members: > _intf.storage._bootloader._disk_order: [] > _intf.storage._bootloader.console_options: Skipped > _intf.storage._bootloader.console: Skipped > _intf.storage._bootloader.skip_bootloader: False > _intf.storage._bootloader.warnings: [] > _intf.storage._bootloader.chain_images: [] > _intf.storage._bootloader.stage2_is_preferred_stage1: False > _intf.storage._bootloader.disks: [] > _intf.storage._bootloader.problems: [] > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader._default_image: None > _intf.storage._bootloader.stage2_device: None > _intf.storage._bootloader.encrypted_password: Skipped > _intf.storage._bootloader.errors: [] > _intf.storage._bootloader.stage1_device: 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._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 (0x7f9ea0e25ad0) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 MiB maxSize = 50 GiB grow = True > >, PartSpec instance (0x7f9ea0e25a50) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 MiB maxSize = None grow = True > >, PartSpec instance (0x7f9ea0e25b50) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 MiB maxSize = None grow = False > >, PartSpec instance (0x7f9ea0e25b90) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1024 KiB maxSize = None grow = False > >, PartSpec instance (0x7f9ea0e25bd0) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 0.0 maxSize = None grow = False > >] > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.encryptedAutoPart: False > _intf._isFinal: False > _intf._distributionText: <function distributionText at 0x7f9ec24bcb90> > _intf._ui: None > _intf._actions: Skipped > _intf.payload: YumPayload instance, containing members: > _intf.payload._groups: None > _intf.payload.instclass: None > _intf.payload._rescueVersionList: [] > _intf.payload.install_device: None > _intf.payload._environmentAddons: {} > _intf.payload._root_dir: /tmp/yum.root > _intf.payload._repos_dir: /etc/yum.repos.d,/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anaconda.repos.d > _intf.payload._setup: False > _intf.payload._requiredPackages: [] > _intf.payload._requiredGroups: [] > _intf.payload.storage: None > _intf.payload._yum: Skipped > _intf.payload._base_repo: None > _intf.payload.txID: None > _intf.payload._rpm_macros: [] > _intf.payload._createdInitrds: False > _intf.payload._packages: [] > _intf.payload._space_required: 2861.02 MiB > _intf.payload._base_repo_lock: <_RLock owner=None count=0> > _intf.payload.data: Already dumped (AnacondaKSHandler instance) > _intf.payload._kernelVersionList: [] > _intf._currentAction: SummaryHub instance, containing members: > _intf._currentAction._window: HubWindow instance, containing members: > _intf._currentAction._spokes: {'DatetimeSpoke': DatetimeSpoke instance, containing members: > _intf._currentAction._spokes._kickstarted: True > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes._monthCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._radioButton24h: RadioButton instance, containing members: > _intf._currentAction._spokes._amPmLabel: Label instance, containing members: > _intf._currentAction._spokes._monthsStore: ListStore instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._ntpSwitch: Switch instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes._storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._regions_zones: {'Africa': set(['Kinshasa', 'Harare', 'Dar_es_Salaam', 'Addis_Ababa', 'Brazzaville', 'Johannesburg', 'Maseru', 'Dakar', 'Bissau', 'Lubumbashi', 'Luanda', 'Bangui', 'Khartoum', 'Mbabane', 'Malabo', 'Niamey', 'Sao_Tome', 'Nouakchott', 'Ouagadougou', 'Tripoli', 'Windhoek', 'Ndjamena', 'Algiers', 'Lome', 'Kampala', 'Kigali', 'Freetown', 'Juba', 'Gaborone', 'Ceuta', 'El_Aaiun', 'Accra', 'Tunis', 'Bamako', 'Porto-Novo', 'Mogadishu', 'Nairobi', 'Maputo', 'Casablanca', 'Banjul', 'Monrovia', 'Cairo', 'Abidjan', 'Bujumbura', 'Djibouti', 'Lagos', 'Conakry', 'Blantyre', 'Asmara', 'Libreville', 'Douala', 'Lusaka']), 'America': set(['Monterrey', 'Regina', 'Goose_Bay', 'Argentina/La_Rioja', 'Fortaleza', 'Aruba', 'North_Dakota/Center', 'Tegucigalpa', 'Santiago', 'Guatemala', 'Swift_Current', 'Argentina/Buenos_Aires', 'Dominica', 'Scoresbysund', 'Havana', 'Yellowknife', 'Dawson_Creek', 'Indiana/Indianapolis', 'Adak', 'Indiana/Vincennes', 'Antigua', 'Bahia', 'Rankin_Inlet', 'Jamaica', 'St_Thomas', 'Cuiaba', 'Edmonton', 'Indiana/Marengo', 'Grand_Turk', 'Paramaribo', 'Campo_Grande', 'Argentina/Tucuman', 'Caracas', 'Argentina/San_Juan', 'Denver', 'Argentina/Cordoba', 'St_Vincent', 'Eirunepe', 'St_Johns', 'New_York', 'Boise', 'Cambridge_Bay', 'Miquelon', 'Rainy_River', 'Inuvik', 'Argentina/Salta', 'Creston', 'Maceio', 'Belem', 'Argentina/Jujuy', 'Indiana/Winamac', 'Resolute', 'Metlakatla', 'North_Dakota/New_Salem', 'Boa_Vista', 'Glace_Bay', 'Puerto_Rico', 'Araguaina', 'Sao_Paulo', 'Los_Angeles', 'Dawson', 'Pangnirtung', 'Whitehorse', 'La_Paz', 'Chihuahua', 'Merida', 'Rio_Branco', 'Panama', 'Cayenne', 'Mazatlan', 'Sitka', 'St_Lucia', 'Lower_Princes', 'Cancun', 'Manaus', 'Bahia_Banderas', 'Moncton', 'Asuncion', 'Belize', 'Indiana/Knox', 'Toronto', 'Santa_Isabel', 'St_Kitts', 'Danmarkshavn', 'Blanc-Sablon', 'Detroit', 'Atikokan', 'Grenada', 'Argentina/Rio_Gallegos', 'Port-au-Prince', 'Matamoros', 'Port_of_Spain', 'Argentina/Catamarca', 'Hermosillo', 'Halifax', 'Lima', 'Nome', 'Barbados', 'Curacao', 'Kentucky/Louisville', 'Chicago', 'Santarem', 'Godthab', 'Kentucky/Monticello', 'Porto_Velho', 'Winnipeg', 'Vancouver', 'Argentina/Mendoza', 'Ojinaga', 'St_Barthelemy', 'Anguilla', 'Montevideo', 'Marigot', 'Santo_Domingo', 'Phoenix', 'Noronha', 'Cayman', 'Argentina/Ushuaia', 'Yakutat', 'El_Salvador', 'Indiana/Tell_City', 'Martinique', 'Nassau', 'Guayaquil', 'Mexico_City', 'Thule', 'Kralendijk', 'Argentina/San_Luis', 'Anchorage', 'Montserrat', 'Nipigon', 'Thunder_Bay', 'Managua', 'Guyana', 'Recife', 'Guadeloupe', 'Menominee', 'Tijuana', 'Iqaluit', 'Bogota', 'North_Dakota/Beulah', 'Tortola', 'Juneau', 'Indiana/Petersburg', 'Costa_Rica', 'Indiana/Vevay']), 'Antarctica': set(['Troll', 'DumontDUrville', 'Vostok', 'Syowa', 'Palmer', 'Casey', 'Rothera', 'McMurdo', 'Macquarie', 'Davis', 'Mawson']), 'Arctic': set(['Longyearbyen']), 'Asia': set(['Karachi', 'Choibalsan', 'Vladivostok', 'Kashgar', 'Rangoon', 'Aqtobe', 'Kuwait', 'Kuala_Lumpur', 'Gaza', 'Dubai', 'Samarkand', 'Ho_Chi_Minh', 'Damascus', 'Thimphu', 'Yekaterinburg', 'Manila', 'Amman', 'Kolkata', 'Hovd', 'Beirut', 'Nicosia', 'Almaty', 'Bahrain', 'Brunei', 'Hong_Kong', 'Magadan', 'Aqtau', 'Tashkent', 'Singapore', 'Phnom_Penh', 'Irkutsk', 'Tokyo', 'Muscat', 'Bangkok', 'Yerevan', 'Baghdad', 'Qyzylorda', 'Taipei', 'Omsk', 'Tehran', 'Bishkek', 'Ulaanbaatar', 'Shanghai', 'Kamchatka', 'Chongqing', 'Dhaka', 'Novokuznetsk', 'Dushanbe', 'Sakhalin', 'Kuching', 'Anadyr', 'Khandyga', 'Jakarta', 'Yakutsk', 'Pontianak', 'Makassar', 'Krasnoyarsk', 'Kathmandu', 'Aden', 'Urumqi', 'Oral', 'Tbilisi', 'Harbin', 'Seoul', 'Kabul', 'Dili', 'Ashgabat', 'Macau', 'Riyadh', 'Baku', 'Qatar', 'Jayapura', 'Hebron', 'Colombo', 'Novosibirsk', 'Pyongyang', 'Jerusalem', 'Vientiane', 'Ust-Nera']), 'Atlantic': set(['Reykjavik', 'Cape_Verde', 'Azores', 'Faroe', 'Canary', 'Bermuda', 'Madeira', 'St_Helena', 'Stanley', 'South_Georgia']), 'Australia': set(['Melbourne', 'Eucla', 'Brisbane', 'Lindeman', 'Broken_Hill', 'Hobart', 'Lord_Howe', 'Perth', 'Sydney', 'Currie', 'Darwin', 'Adelaide']), 'Europe': set(['Kiev', 'Istanbul', 'Paris', 'Oslo', 'Riga', 'Athens', 'Luxembourg', 'Andorra', 'Gibraltar', 'Tirane', 'Ljubljana', 'Chisinau', 'Simferopol', 'Vienna', 'Busingen', 'Zagreb', 'Stockholm', 'Warsaw', 'Moscow', 'Skopje', 'Bratislava', 'Berlin', 'Zaporozhye', 'Brussels', 'Uzhgorod', 'Budapest', 'San_Marino', 'Helsinki', 'Vaduz', 'Vatican', 'Dublin', 'Podgorica', 'Minsk', 'Malta', 'Guernsey', 'Monaco', 'Jersey', 'Mariehamn', 'Bucharest', 'Isle_of_Man', 'Belgrade', 'Zurich', 'Tallinn', 'Madrid', 'Prague', 'Sofia', 'Samara', 'Rome', 'London', 'Lisbon', 'Volgograd', 'Amsterdam', 'Copenhagen', 'Kaliningrad', 'Vilnius', 'Sarajevo']), 'Indian': set(['Cocos', 'Maldives', 'Comoro', 'Mayotte', 'Antananarivo', 'Mahe', 'Mauritius', 'Chagos', 'Reunion', 'Kerguelen', 'Christmas']), 'Pacific': set(['Kwajalein', 'Palau', 'Auckland', 'Pitcairn', 'Chuuk', 'Galapagos', 'Marquesas', 'Nauru', 'Easter', 'Guadalcanal', 'Saipan', 'Tarawa', 'Tongatapu', 'Noumea', 'Pago_Pago', 'Wallis', 'Wake', 'Apia', 'Honolulu', 'Rarotonga', 'Chatham', 'Kosrae', 'Fakaofo', 'Norfolk', 'Majuro', 'Kiritimati', 'Pohnpei', 'Efate', 'Gambier', 'Niue', 'Johnston', 'Midway', 'Guam', 'Funafuti', 'Port_Moresby', 'Tahiti', 'Enderbury', 'Fiji']), 'US': set(['Mountain', 'Arizona', 'Central', 'Eastern', 'Hawaii', 'Pacific', 'Alaska']), 'Etc': set(['UTC', 'GMT-10', 'GMT-11', 'GMT-12', 'GMT-13', 'GMT-14', 'GMT+8', 'GMT+9', 'GMT+1', 'GMT+2', 'GMT+3', 'GMT+4', 'GMT+5', 'GMT+6', 'GMT+7', 'GMT+12', 'GMT+10', 'GMT+11', 'GMT-8', 'GMT-9', 'GMT-6', 'GMT-7', 'GMT-4', 'GMT-5', 'GMT-2', 'GMT-3', 'GMT-1', 'GMT'])} > _intf._currentAction._spokes._months_nums: {} > _intf._currentAction._spokes._tzmap: TimezoneMap instance, containing members: > _intf._currentAction._spokes._yearCombo: ComboBox instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._update_datetime_timer_id: None > _intf._currentAction._spokes._cityCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._regionCombo: ComboBox instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._dayCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._amPmUp: Button instance, containing members: > _intf._currentAction._spokes._citiesStore: ListStore instance, containing members: > _intf._currentAction._spokes._amPmDown: Button instance, containing members: > _intf._currentAction._spokes._minutesLabel: Label instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._yearsStore: ListStore instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._daysStore: ListStore instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._old_region: None > _intf._currentAction._spokes._citiesFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes._start_updating_timer_id: None > _intf._currentAction._spokes._hoursLabel: Label instance, containing members: > _intf._currentAction._spokes._regionsStore: ListStore instance, containing members: > _intf._currentAction._spokes._old_city: None > _intf._currentAction._spokes._daysFilter: TreeModelFilter instance, containing members: >} > _intf._currentAction._checker: FileSystemSpaceChecker instance, containing members: > _intf._currentAction._checker.error_message: Skipped > _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: 0 B > _intf._currentAction.applyOnSkip: False > _intf._currentAction.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction.paths: {'spokes': [('pyanaconda.ui.gui.spokes.%s', '/tmp/updates/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/site-python/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes')], 'categories': [('pyanaconda.ui.gui.categories.%s', '/tmp/updates/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib/site-python/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/categories')]} > _intf._currentAction.builder: Builder instance, containing members: > _intf._currentAction._inSpoke: False > _intf._currentAction.skipTo: None > _intf._currentAction._environs: [anaconda] > _intf._currentAction._storage: Already dumped (Blivet instance) > _intf._currentAction._autoContinue: True > _intf._currentAction._notReadySpokes: [] > _intf._currentAction._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction.payload: Already dumped (YumPayload instance) > _intf._currentAction._incompleteSpokes: [] >updateSrc: None >rootParts: None >id: None >rescue: False >mediaDevice: None >methodstr: http://10.10.2.60/deploy/systems/test-update/web-server-fedora-21-x86_64 >proxyPassword: None >desktop: Desktop instance, containing members: > desktop._runlevel: 3 > desktop.desktop: None >canReIPL: False >xdriver: None >stage2: None >rescue_mount: True >_bootloader: GRUB2 instance, containing members: > _bootloader._disk_order: [] > _bootloader.console_options: Skipped > _bootloader.console: Skipped > _bootloader.skip_bootloader: False > _bootloader.warnings: [] > _bootloader.chain_images: [] > _bootloader.stage2_is_preferred_stage1: False > _bootloader.disks: [] > _bootloader.problems: [] > _bootloader._update_only: False > _bootloader._default_image: None > _bootloader.stage2_device: None > _bootloader.encrypted_password: Skipped > _bootloader.errors: [] > _bootloader.stage1_device: None > _bootloader._timeout: None > _bootloader.stage1_disk: None > _bootloader.password: None > _bootloader.dracut_args: > _bootloader.boot_args: > _bootloader.linux_images: [] >_payload: Already dumped (YumPayload instance) >displayMode: g >ksdata: Already dumped (AnacondaKSHandler instance) >proxyUsername: None >extraModules: [] >dbus_session_connection: None >dbus_inhibit_id: None >mehConfig: Config instance, containing members: > mehConfig.programArch: x86_64 > mehConfig.callbackDict: {'lsblk_output': (<function lsblk_callback at 0x7f9e9e413398>, True), 'type': (<function <lambda> at 0x7f9e9e4135f0>, True), 'addons': (<function list_addons_callback at 0x7f9e9e413500>, False), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0x7f9e9e413410>, True)} > mehConfig.attrSkipList: [_intf._actions, _intf._currentAction._xklwrapper, _intf._currentAction._spokes["KeyboardSpoke"]._xkl_wrapper, _intf._currentAction._storage_playground, _intf._currentAction._spokes["CustomPartitioningSpoke"]._storage_playground, _intf._currentAction.language.translations, _intf._currentAction.language.locales, _intf._currentAction._spokes["PasswordSpoke"]._oldweak, _intf._currentAction._spokes["PasswordSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._oldweak, _intf.storage.bootloader.password, _intf.storage.data, _intf.storage.encryptionPassphrase, _bootloader.encrypted_password, _bootloader.password, payload._groups, payload._yum] > mehConfig.programVersion: 21.38-1 > mehConfig.localSkipList: [passphrase, password, _oldweak, _password] > mehConfig.programName: anaconda > mehConfig.fileList: [/tmp/anaconda.log, /tmp/packaging.log, /tmp/program.log, /tmp/storage.log, /tmp/ifcfg.log, /tmp/yum.log, /mnt/sysimage/root/install.log, /proc/cmdline, /tmp/syslog, /run/install/ks.cfg] >isHeadless: False >reIPLMessage: None >_storage: Already dumped (Blivet instance) >dir: None >opts: Namespace instance, containing members: > opts.noipv6: False > opts.noipv4: False > opts.mpath: True > opts.updateSrc: None > opts.selinux: True > opts.module: [] > opts.syslog: None > opts.eject: True > opts.leavebootorder: False > opts.images: [] > opts.runres: None > opts.armPlatform: None > opts.dnf: False > opts.memcheck: True > opts.iscsi: False > opts.dirinstall: False > opts.kbdtype: None > opts.xdriver: None > opts.display_mode: g > opts.stage2: None > opts.dmraid: True > opts.method: http://10.10.2.60/deploy/systems/test-update/web-server-fedora-21-x86_64 > opts.vncpassword: Skipped > opts.vnc: False > opts.rescue: False > opts.noverifyssl: False > opts.autostep: False > opts.geoloc: None > opts.proxy: None > opts.dlabel: False > opts.vncconnect: None > opts.mpathfriendlynames: True > opts.lang: en_US > opts.askmethod: False > opts.liveinst: False > opts.loglevel: None > opts.isHeadless: False > opts.multiLib: False > opts.rescue_nomount: False > opts.keymap: us > opts.ksfile: /run/install/ks.cfg > opts.ibft: True > opts.debug: False > opts.extlinux: False > opts.nofb: None > opts.targetArch: None >proxy: None > >Registered callbacks: > > >/tmp/anaconda.log: >14:42:05,299 INFO anaconda: /sbin/anaconda 21.38-1 >14:42:05,865 INFO anaconda: 1048576 kB (1024 MB) are available >14:42:05,866 INFO anaconda: check_memory(): total:1024, needed:512, graphical:512 >14:42:05,904 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >14:42:05,908 INFO anaconda: Default encoding = utf-8 >14:42:06,107 INFO anaconda: Running kickstart %%pre script(s) >14:42:06,112 INFO anaconda.stdout: Running pre-installation scripts >14:42:12,980 INFO anaconda: All kickstart %%pre script(s) have been run >14:42:12,982 INFO anaconda: Parsing kickstart: /run/install/ks.cfg >14:42:14,683 INFO anaconda: Display mode = g >14:42:14,688 INFO anaconda: 1048576 kB (1024 MB) are available >14:42:14,689 INFO anaconda: check_memory(): total:1024, needed:512, graphical:512 >14:42:17,284 DEBUG anaconda: X server has signalled a successful start. >14:42:17,293 WARN anaconda: logo image is missing, using a substitute >14:42:17,309 INFO anaconda: Starting window manager, pid 1340. >14:42:17,553 INFO anaconda: Started spice-vdagent. >14:42:20,624 INFO anaconda: Running Thread: AnaXklWrapperInitThread (140319421380352) >14:42:20,806 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >14:42:20,831 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >14:42:20,835 INFO anaconda: using only installclass _Fedora >14:42:22,606 INFO anaconda: bootloader GRUB2 on X86 platform >14:42:22,664 INFO anaconda: bootloader GRUB2 on X86 platform >14:42:22,801 DEBUG anaconda: network: devices found ['ens3'] >14:42:22,956 WARN anaconda: network: apply kickstart: --device does not exist >14:42:23,155 WARN anaconda: network: set ONBOOT: --device does not exist >14:42:23,162 INFO anaconda: Running Thread: AnaStorageThread (140319226992384) >14:42:23,274 INFO anaconda: Running Thread: AnaTimeInitThread (140319218599680) >14:42:23,295 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (140319210206976) >14:42:23,306 INFO anaconda: Running Thread: AnaPayloadThread (140319200761600) >14:42:23,468 INFO anaconda: got 0 NTP servers from DHCP >14:42:23,469 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (140319210206976) >14:42:23,488 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (140319210206976) >14:42:23,489 INFO anaconda: Starting geolocation lookup >14:42:23,493 INFO anaconda: Geolocation provider: Fedora GeoIP >14:42:26,085 INFO anaconda: Thread Done: AnaXklWrapperInitThread (140319421380352) >14:42:26,577 INFO anaconda: Geolocation lookup finished in 3.1 seconds >14:42:26,578 INFO anaconda: got results from geolocation >14:42:26,580 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (140319210206976) >14:42:27,041 INFO anaconda: Thread Done: AnaTimeInitThread (140319218599680) >14:42:34,967 DEBUG anaconda: network standalone spoke (init): completed: ['ens3'] >14:42:35,326 DEBUG anaconda: Entered hub: SummaryHub >14:42:40,148 DEBUG anaconda: running handleException >14:42:40,222 DEBUG anaconda: Traceback (most recent call last): > > File "/sbin/anaconda", line 1235, in <module> > anaconda._intf.run() > > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py", line 382, in run > self._currentAction.refresh() > > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 359, in refresh > self._createBox() > > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 188, in _createBox > spoke.initialize() > > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/datetime_spoke.py", line 429, in initialize > self._config_dialog = NTPconfigDialog(self.data) > > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/datetime_spoke.py", line 122, in __init__ > GUIObject.__init__(self, *args) > > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py", line 122, in __init__ > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >Error: gtk-builder-error-quark: Invalid signal `toggled' for type `GtkCellRendererToggle' on line 207 (12) > >14:42:40,224 DEBUG anaconda: Gtk not running, starting Gtk and running exception handler in it > > >/tmp/packaging.log: > > >/tmp/program.log: >14:42:06,114 INFO program: Running... /bin/sh /tmp/ks-script-8PrzBC >14:42:12,977 DEBUG program: Return code: 0 >14:42:13,016 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >14:42:13,076 DEBUG program: Return code: 0 >14:42:13,084 INFO program: Running... udevadm settle --timeout=300 >14:42:13,368 DEBUG program: Return code: 0 >14:42:13,458 INFO program: Running... modprobe fcoe >14:42:13,790 DEBUG program: Return code: 0 >14:42:13,794 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >14:42:13,857 INFO program: No FCoE boot disk information is found in EDD! >14:42:13,860 DEBUG program: Return code: 1 >14:42:13,892 INFO program: Running... loadkeys us >14:42:14,083 DEBUG program: Return code: 0 >14:42:17,323 INFO program: Running... spice-vdagent >14:42:17,321 INFO program: Running... metacity --display :1 --sm-disable >14:42:17,550 DEBUG program: Return code: 0 >14:42:23,169 INFO program: Running... udevadm settle --timeout=300 >14:42:23,592 DEBUG program: Return code: 0 >14:42:23,594 INFO program: Running... hwclock --hctosys --utc >14:42:27,040 DEBUG program: Return code: 0 >14:42:27,042 INFO program: Running... systemctl start chronyd.service >14:42:27,667 DEBUG program: Return code: 0 >14:42:27,686 INFO program: Running... mpathconf --user_friendly_names y --with_multipathd y >14:42:37,283 DEBUG program: Return code: 0 >14:42:37,285 INFO program: Running... udevadm settle --timeout=300 >14:42:37,670 DEBUG program: Return code: 0 >14:42:37,947 INFO program: Running... multipath -c /dev/sda >14:42:39,435 INFO program: /dev/sda is not a valid multipath device path >14:42:39,443 DEBUG program: Return code: 1 >14:42:39,929 INFO program: Running... dumpe2fs -h /dev/loop1 >14:42:40,555 INFO program: dumpe2fs 1.42.10 (18-May-2014) >14:42:40,557 INFO program: Filesystem volume name: Anaconda >14:42:40,558 INFO program: Last mounted on: / >14:42:40,561 INFO program: Filesystem UUID: 0ed1298f-339c-4069-a625-85605829cb88 >14:42:40,561 INFO program: Filesystem magic number: 0xEF53 >14:42:40,562 INFO program: Filesystem revision #: 1 (dynamic) >14:42:40,562 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >14:42:40,565 INFO program: Filesystem flags: signed_directory_hash >14:42:40,566 INFO program: Default mount options: user_xattr acl >14:42:40,566 INFO program: Filesystem state: clean >14:42:40,567 INFO program: Errors behavior: Continue >14:42:40,567 INFO program: Filesystem OS type: Linux >14:42:40,568 INFO program: Inode count: 131072 >14:42:40,568 INFO program: Block count: 2097152 >14:42:40,568 INFO program: Reserved block count: 0 >14:42:40,569 INFO program: Free blocks: 1184982 >14:42:40,570 INFO program: Free inodes: 96063 >14:42:40,573 INFO program: First block: 1 >14:42:40,574 INFO program: Block size: 1024 >14:42:40,574 INFO program: Fragment size: 1024 >14:42:40,575 INFO program: Reserved GDT blocks: 256 >14:42:40,576 INFO program: Blocks per group: 8192 >14:42:40,577 INFO program: Fragments per group: 8192 >14:42:40,579 INFO program: Inodes per group: 512 >14:42:40,580 INFO program: Inode blocks per group: 128 >14:42:40,581 INFO program: Flex block group size: 16 >14:42:40,582 INFO program: Filesystem created: Fri May 30 09:55:09 2014 >14:42:40,584 INFO program: Last mount time: Fri May 30 09:55:27 2014 >14:42:40,585 INFO program: Last write time: Fri May 30 09:55:37 2014 >14:42:40,586 INFO program: Mount count: 2 >14:42:40,587 INFO program: Maximum mount count: -1 >14:42:40,587 INFO program: Last checked: Fri May 30 09:55:09 2014 >14:42:40,592 INFO program: Check interval: 0 (<none>) >14:42:40,601 INFO program: Lifetime writes: 32 MB >14:42:40,602 INFO program: Reserved blocks uid: 0 (user root) >14:42:40,602 INFO program: Reserved blocks gid: 0 (group root) >14:42:40,602 INFO program: First inode: 11 >14:42:40,605 INFO program: Inode size: 256 >14:42:40,606 INFO program: Required extra isize: 28 >14:42:40,606 INFO program: Desired extra isize: 28 >14:42:40,607 INFO program: Journal inode: 8 >14:42:40,607 INFO program: Default directory hash: half_md4 >14:42:40,607 INFO program: Directory Hash Seed: 2469c137-860c-402d-8942-3164e5f9e91b >14:42:40,608 INFO program: Journal backup: inode blocks >14:42:40,608 INFO program: Journal features: (none) >14:42:40,609 INFO program: Journal size: 32M >14:42:40,609 INFO program: Journal length: 32768 >14:42:40,610 INFO program: Journal sequence: 0x00000009 >14:42:40,610 INFO program: Journal start: 0 >14:42:40,619 INFO program: >14:42:40,619 DEBUG program: Return code: 0 >14:42:40,620 INFO program: Running... resize2fs -P /dev/loop1 >14:42:41,224 INFO program: resize2fs 1.42.10 (18-May-2014) >14:42:41,226 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop1 >14:42:41,227 INFO program: Couldn't find valid filesystem superblock. >14:42:41,228 DEBUG program: Return code: 1 >14:42:41,899 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw > > >/tmp/storage.log: >14:42:13,452 DEBUG blivet: Caught exception, continuing. >14:42:13,454 DEBUG blivet: Problem description: failed to get initiator name from iscsi firmware >14:42:13,454 DEBUG blivet: Begin exception details. >14:42:13,455 DEBUG blivet: Traceback (most recent call last): >14:42:13,455 DEBUG blivet: File "/usr/lib/python2.7/site-packages/blivet/iscsi.py", line 87, in __init__ >14:42:13,456 DEBUG blivet: initiatorname = libiscsi.get_firmware_initiator_name() >14:42:13,456 DEBUG blivet: IOError: Unknown error >14:42:13,457 DEBUG blivet: End exception details. >14:42:13,457 INFO blivet: ISCSID is /sbin/iscsid >14:42:13,458 INFO blivet: no initiator set >14:42:13,861 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >14:42:13,862 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >14:42:20,634 DEBUG blivet: trying to set new default fstype to 'ext4' >14:42:20,698 DEBUG blivet: Ext4FS.supported: supported: True ; >14:42:20,711 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 0 >14:42:20,738 DEBUG blivet: Ext4FS.supported: supported: True ; >14:42:20,758 DEBUG blivet: Caught exception, continuing. >14:42:20,759 DEBUG blivet: Problem description: failed to get initiator name from iscsi firmware >14:42:20,760 DEBUG blivet: Begin exception details. >14:42:20,762 DEBUG blivet: Traceback (most recent call last): >14:42:20,762 DEBUG blivet: File "/usr/lib/python2.7/site-packages/blivet/iscsi.py", line 87, in __init__ >14:42:20,763 DEBUG blivet: initiatorname = libiscsi.get_firmware_initiator_name() >14:42:20,764 DEBUG blivet: IOError: Unknown error >14:42:20,764 DEBUG blivet: End exception details. >14:42:22,612 INFO blivet: Detected 1024 MiB of memory >14:42:22,656 INFO blivet: Suggested swap size (2147483680) exceeds 10 % of disk space, using 10 % of disk space (0.0) instead. >14:42:22,662 INFO blivet: Swap attempt of 0.0 >14:42:23,164 INFO blivet: resetting Blivet (version 0.53) instance <blivet.Blivet object at 0x7f9eaa215d10> >14:42:23,164 INFO blivet: no initiator set >14:42:23,165 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >14:42:23,166 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >14:42:37,729 INFO blivet: devices to scan: ['sda', 'loop0', 'loop1', 'loop2', 'dm-0', 'dm-1'] >14:42:37,791 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': '1401460906', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_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': '0.12.1', > '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': '802903', > '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 ; >14:42:37,806 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >14:42:37,824 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >14:42:37,826 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:42:37,842 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sda ; >14:42:37,855 INFO blivet: sda is a disk >14:42:37,915 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 2 >14:42:37,946 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >14:42:39,445 INFO blivet: added disk sda (id 1) to device tree >14:42:39,447 DEBUG blivet: looking up parted Device: /dev/sda >14:42:39,447 INFO blivet: got device: DiskDevice instance (0x7f9e9e7a4a10) -- > name = sda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 8192 MiB > 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: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f9e9eaea7a0> > target size = 0 B path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f9eaa0e3f10> >14:42:39,741 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >14:42:39,746 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: None ; >14:42:39,747 DEBUG blivet: device sda does not contain a disklabel >14:42:39,749 DEBUG blivet: no type or existing type for sda, bailing >14:42:39,759 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1401460906', > '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': '238821', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >14:42:39,760 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >14:42:39,768 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; >14:42:39,770 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:42:39,771 INFO blivet: loop0 is a loop device >14:42:39,772 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >14:42:39,780 DEBUG blivet: DeviceTree.getDeviceByName: name: /tmp/curl_fetch_url1/squashfs.img (deleted) ; >14:42:39,782 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:42:39,783 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 6 >14:42:39,792 DEBUG blivet: FileDevice._setFormat: /tmp/curl_fetch_url1/squashfs.img (deleted) ; current: None ; type: None ; >14:42:39,792 INFO blivet: added file /tmp/curl_fetch_url1/squashfs.img (deleted) (id 5) to device tree >14:42:39,795 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /tmp/curl_fetch_url1/squashfs.img (deleted) ; >14:42:39,796 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 9 >14:42:39,804 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >14:42:39,805 INFO blivet: added loop loop0 (id 8) to device tree >14:42:39,806 INFO blivet: got device: LoopDevice instance (0x7f9eaa0ec110) -- > name = loop0 status = False kids = 0 id = 8 > parents = ['existing 0 B file /tmp/curl_fetch_url1/squashfs.img (deleted) (5)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None >14:42:39,858 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >14:42:39,860 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >14:42:39,860 DEBUG blivet: device loop0 does not contain a disklabel >14:42:39,861 INFO blivet: type detected on 'loop0' is 'squashfs' >14:42:39,862 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance with object id 11 >14:42:39,870 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >14:42:39,873 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/0ed1298f-339c-4069-a625-85605829cb88', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1401460906', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0ed1298f-339c-4069-a625-85605829cb88', > 'ID_FS_UUID_ENC': '0ed1298f-339c-4069-a625-85605829cb88', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '238881', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/0ed1298f-339c-4069-a625-85605829cb88'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >14:42:39,881 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >14:42:39,883 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >14:42:39,884 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:42:39,885 INFO blivet: loop1 is a loop device >14:42:39,892 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >14:42:39,893 DEBUG blivet: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >14:42:39,895 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:42:39,895 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 14 >14:42:39,906 DEBUG blivet: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >14:42:39,907 INFO blivet: added file /LiveOS/rootfs.img (id 13) to device tree >14:42:39,909 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >14:42:39,909 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 17 >14:42:39,913 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >14:42:39,913 INFO blivet: added loop loop1 (id 16) to device tree >14:42:39,914 INFO blivet: got device: LoopDevice instance (0x7f9eaa0ec310) -- > name = loop1 status = False kids = 0 id = 16 > parents = ['existing 0 B file /LiveOS/rootfs.img (13)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = None >14:42:39,922 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >14:42:39,924 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >14:42:39,924 DEBUG blivet: device loop1 does not contain a disklabel >14:42:39,925 INFO blivet: type detected on 'loop1' is 'ext4' >14:42:41,228 DEBUG blivet: size=0 B, current=2048 MiB >14:42:41,276 DEBUG blivet: using current size 0 as min size >14:42:41,293 DEBUG blivet: Ext4FS.supported: supported: True ; >14:42:41,295 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 19 >14:42:41,304 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >14:42:41,304 INFO blivet: got format: existing ext4 filesystem >14:42:41,308 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1401460906', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '242768', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >14:42:41,317 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >14:42:41,319 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >14:42:41,327 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:42:41,327 INFO blivet: loop2 is a loop device >14:42:41,329 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >14:42:41,331 DEBUG blivet: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >14:42:41,340 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:42:41,341 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 22 >14:42:41,347 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >14:42:41,348 INFO blivet: added file /overlay (deleted) (id 21) to device tree >14:42:41,351 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >14:42:41,352 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 25 >14:42:41,362 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >14:42:41,363 INFO blivet: added loop loop2 (id 24) to device tree >14:42:41,363 INFO blivet: got device: LoopDevice instance (0x7f9e9e883690) -- > name = loop2 status = False kids = 0 id = 24 > parents = ['existing 0 B file /overlay (deleted) (21)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop2 > format args = [] originalFormat = None >14:42:41,375 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >14:42:41,377 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >14:42:41,378 DEBUG blivet: device loop2 does not contain a disklabel >14:42:41,385 INFO blivet: type detected on 'loop2' is 'DM_snapshot_cow' >14:42:41,386 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance with object id 27 >14:42:41,388 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >14:42:41,399 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/0ed1298f-339c-4069-a625-85605829cb88 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1401460906', > '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': '0ed1298f-339c-4069-a625-85605829cb88', > 'ID_FS_UUID_ENC': '0ed1298f-339c-4069-a625-85605829cb88', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '939120', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/0ed1298f-339c-4069-a625-85605829cb88', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >14:42:41,400 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >14:42:41,402 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >14:42:41,410 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:42:41,411 INFO blivet: live-rw is a device-mapper device >14:42:41,412 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >14:42:41,414 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >14:42:41,423 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (16) with existing ext4 filesystem >14:42:41,426 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >14:42:41,437 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop2 (24) >14:42:41,440 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >14:42:41,441 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:42:41,452 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop2 ; >14:42:41,452 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 30 >14:42:41,454 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >14:42:41,462 INFO blivet: added dm live-rw (id 29) to device tree >14:42:41,475 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >14:42:41,463 INFO blivet: got device: DMDevice instance (0x7f9e9e883890) -- > name = live-rw status = True kids = 0 id = 29 > parents = ['existing 0 B loop loop2 (24)'] > uuid = None size = 2048 MiB > format = existing None > 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 0x7f9eaa1073b0> > target size = 0 B path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >14:42:41,895 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >14:42:41,897 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >14:42:41,898 DEBUG blivet: device live-rw does not contain a disklabel >14:42:41,898 INFO blivet: type detected on 'live-rw' is 'ext4' > > >/tmp/ifcfg.log: >14:42:22,802 DEBUG ifcfg: content of files (network initialization): >14:42:22,805 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-ens3: >14:42:22,805 DEBUG ifcfg: # Generated by dracut initrd >14:42:22,805 DEBUG ifcfg: DEVICE="ens3" >14:42:22,806 DEBUG ifcfg: ONBOOT=yes >14:42:22,806 DEBUG ifcfg: NETBOOT=yes >14:42:22,806 DEBUG ifcfg: UUID="467cfc6c-6d70-4f07-b559-07b134e8d353" >14:42:22,808 DEBUG ifcfg: BOOTPROTO=dhcp >14:42:22,808 DEBUG ifcfg: HWADDR="52:54:00:12:3b:70" >14:42:22,808 DEBUG ifcfg: TYPE=Ethernet >14:42:22,809 DEBUG ifcfg: NAME="ens3" >14:42:22,934 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [82, 84, 0, 18, 59, 112]}, 'connection': {'timestamp': 1401460932L, 'interface-name': 'ens3', 'type': '802-3-ethernet', 'id': 'ens3', 'uuid': '467cfc6c-6d70-4f07-b559-07b134e8d353'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'ignore'}}] >14:42:23,119 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-ens3 >14:42:23,127 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-ens3 >14:42:23,130 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-ens3 > > >/proc/cmdline: >method=http://10.10.2.60/deploy/systems/test-update/web-server-fedora-21-x86_64 lang=en_US keymap=us ks=http://10.10.2.60/deploy/systems/test-update/web-server-fedora-21-x86_64/ks.cfg > > >/tmp/syslog: >14:41:50,746 INFO rsyslogd: [origin software="rsyslogd" swVersion="7.4.10" x-pid="1150" x-info="http://www.rsyslog.com"] start >14:41:50,870 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >14:41:50,870 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >14:41:50,870 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuacct >14:41:50,870 NOTICE kernel:[ 0.000000] Linux version 3.15.0-0.rc7.git2.1.fc21.x86_64 (mockbuild@bkernel01.phx2.fedoraproject.org) (gcc version 4.9.0 20140518 (Red Hat 4.9.0-5) (GCC) ) #1 SMP Wed May 28 18:02:35 UTC 2014 >14:41:50,870 INFO kernel:[ 0.000000] Command line: method=http://10.10.2.60/deploy/systems/test-update/web-server-fedora-21-x86_64 lang=en_US keymap=us ks=http://10.10.2.60/deploy/systems/test-update/web-server-fedora-21-x86_64/ks.cfg >14:41:50,870 INFO kernel:[ 0.000000] Disabled fast string operations >14:41:50,870 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >14:41:50,870 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable >14:41:50,870 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved >14:41:50,870 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >14:41:50,870 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffcfff] usable >14:41:50,870 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000003fffd000-0x000000003fffffff] reserved >14:41:50,870 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fffbc000-0x00000000ffffffff] reserved >14:41:50,870 INFO kernel:[ 0.000000] NX (Execute Disable) protection: active >14:41:50,870 INFO kernel:[ 0.000000] SMBIOS 2.4 present. >14:41:50,870 DEBUG kernel:[ 0.000000] DMI: Red Hat KVM, BIOS 0.5.1 01/01/2007 >14:41:50,870 INFO kernel:[ 0.000000] Hypervisor detected: KVM >14:41:50,870 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >14:41:50,870 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >14:41:50,870 INFO kernel:[ 0.000000] e820: last_pfn = 0x3fffd max_arch_pfn = 0x400000000 >14:41:50,870 DEBUG kernel:[ 0.000000] MTRR default type: write-back >14:41:50,870 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >14:41:50,870 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >14:41:50,870 DEBUG kernel:[ 0.000000] A0000-BFFFF uncachable >14:41:50,870 DEBUG kernel:[ 0.000000] C0000-FFFFF write-protect >14:41:50,870 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >14:41:50,870 DEBUG kernel:[ 0.000000] 0 base 0E0000000 mask FE0000000 uncachable >14:41:50,870 DEBUG kernel:[ 0.000000] 1 disabled >14:41:50,870 DEBUG kernel:[ 0.000000] 2 disabled >14:41:50,870 DEBUG kernel:[ 0.000000] 3 disabled >14:41:50,870 DEBUG kernel:[ 0.000000] 4 disabled >14:41:50,870 DEBUG kernel:[ 0.000000] 5 disabled >14:41:50,870 DEBUG kernel:[ 0.000000] 6 disabled >14:41:50,870 DEBUG kernel:[ 0.000000] 7 disabled >14:41:50,870 INFO kernel:[ 0.000000] PAT not supported by CPU. >14:41:50,870 INFO kernel:[ 0.000000] found SMP MP-table at [mem 0x000fda50-0x000fda5f] mapped at [ffff8800000fda50] >14:41:50,870 INFO kernel:[ 0.000000] Scanning 1 areas for low memory corruption >14:41:50,879 DEBUG kernel:[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576 >14:41:50,879 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] >14:41:50,879 DEBUG kernel:[ 0.000000] [mem 0x00000000-0x000fffff] page 4k >14:41:50,879 DEBUG kernel:[ 0.000000] BRK [0x02fe7000, 0x02fe7fff] PGTABLE >14:41:50,879 DEBUG kernel:[ 0.000000] BRK [0x02fe8000, 0x02fe8fff] PGTABLE >14:41:50,879 DEBUG kernel:[ 0.000000] BRK [0x02fe9000, 0x02fe9fff] PGTABLE >14:41:50,879 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x3d400000-0x3d5fffff] >14:41:50,879 DEBUG kernel:[ 0.000000] [mem 0x3d400000-0x3d5fffff] page 2M >14:41:50,879 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x3c000000-0x3d3fffff] >14:41:50,879 DEBUG kernel:[ 0.000000] [mem 0x3c000000-0x3d3fffff] page 2M >14:41:50,879 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00100000-0x3bffffff] >14:41:50,879 DEBUG kernel:[ 0.000000] [mem 0x00100000-0x001fffff] page 4k >14:41:50,879 DEBUG kernel:[ 0.000000] [mem 0x00200000-0x3bffffff] page 2M >14:41:50,879 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x3d600000-0x3fffcfff] >14:41:50,879 DEBUG kernel:[ 0.000000] [mem 0x3d600000-0x3fdfffff] page 2M >14:41:50,879 DEBUG kernel:[ 0.000000] [mem 0x3fe00000-0x3fffcfff] page 4k >14:41:50,879 DEBUG kernel:[ 0.000000] BRK [0x02fea000, 0x02feafff] PGTABLE >14:41:50,879 INFO kernel:[ 0.000000] RAMDISK: [mem 0x3d670000-0x3ffeffff] >14:41:50,879 WARNING kernel:[ 0.000000] ACPI: RSDP 0x00000000000FDA00 000014 (v00 BOCHS ) >14:41:50,879 WARNING kernel:[ 0.000000] ACPI: RSDT 0x000000003FFFD670 000034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) >14:41:50,879 WARNING kernel:[ 0.000000] ACPI: FACP 0x000000003FFFFE40 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) >14:41:50,879 WARNING kernel:[ 0.000000] ACPI: DSDT 0x000000003FFFD950 0024A2 (v01 BXPC BXDSDT 00000001 INTL 20090123) >14:41:50,879 WARNING kernel:[ 0.000000] ACPI: FACS 0x000000003FFFFE00 000040 >14:41:50,879 WARNING kernel:[ 0.000000] ACPI: SSDT 0x000000003FFFD8B0 00009E (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001) >14:41:50,879 WARNING kernel:[ 0.000000] ACPI: APIC 0x000000003FFFD7C0 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) >14:41:50,879 WARNING kernel:[ 0.000000] ACPI: SSDT 0x000000003FFFD6B0 00010F (v01 BXPC BXSSDTPC 00000001 INTL 20090123) >14:41:50,879 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >14:41:50,879 INFO kernel:[ 0.000000] No NUMA configuration found >14:41:50,879 INFO kernel:[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003fffcfff] >14:41:50,879 INFO kernel:[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x3fffcfff] >14:41:50,879 INFO kernel:[ 0.000000] NODE_DATA [mem 0x3d649000-0x3d66ffff] >14:41:50,879 INFO kernel:[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 >14:41:50,879 INFO kernel:[ 0.000000] kvm-clock: cpu 0, msr 0:3d5c9001, primary cpu clock >14:41:50,880 DEBUG kernel:[ 0.000000] [ffffea0000000000-ffffea0000ffffff] PMD -> [ffff88003bc00000-ffff88003cbfffff] on node 0 >14:41:50,880 WARNING kernel:[ 0.000000] Zone ranges: >14:41:50,880 WARNING kernel:[ 0.000000] DMA [mem 0x00001000-0x00ffffff] >14:41:50,880 WARNING kernel:[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >14:41:50,880 WARNING kernel:[ 0.000000] Normal empty >14:41:50,880 WARNING kernel:[ 0.000000] Movable zone start for each node >14:41:50,880 WARNING kernel:[ 0.000000] Early memory node ranges >14:41:50,880 WARNING kernel:[ 0.000000] node 0: [mem 0x00001000-0x0009efff] >14:41:50,880 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0x3fffcfff] >14:41:50,880 DEBUG kernel:[ 0.000000] On node 0 totalpages: 262043 >14:41:50,880 DEBUG kernel:[ 0.000000] DMA zone: 64 pages used for memmap >14:41:50,880 DEBUG kernel:[ 0.000000] DMA zone: 21 pages reserved >14:41:50,880 DEBUG kernel:[ 0.000000] DMA zone: 3998 pages, LIFO batch:0 >14:41:50,880 DEBUG kernel:[ 0.000000] DMA32 zone: 4032 pages used for memmap >14:41:50,880 DEBUG kernel:[ 0.000000] DMA32 zone: 258045 pages, LIFO batch:31 >14:41:50,880 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0xb008 >14:41:50,880 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >14:41:50,880 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >14:41:50,880 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) >14:41:50,880 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) >14:41:50,880 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 >14:41:50,880 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >14:41:50,880 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) >14:41:50,880 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >14:41:50,880 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) >14:41:50,880 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) >14:41:50,880 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >14:41:50,880 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >14:41:50,880 DEBUG kernel:[ 0.000000] ACPI: IRQ5 used by override. >14:41:50,880 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >14:41:50,880 DEBUG kernel:[ 0.000000] ACPI: IRQ10 used by override. >14:41:50,880 DEBUG kernel:[ 0.000000] ACPI: IRQ11 used by override. >14:41:50,880 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >14:41:50,880 INFO kernel:[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs >14:41:50,880 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 40 >14:41:50,880 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] >14:41:50,880 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] >14:41:50,880 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] >14:41:50,880 INFO kernel:[ 0.000000] e820: [mem 0x40000000-0xfffbbfff] available for PCI devices >14:41:50,880 INFO kernel:[ 0.000000] Booting paravirtualized kernel on KVM >14:41:50,880 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 >14:41:50,880 INFO kernel:[ 0.000000] PERCPU: Embedded 478 pages/cpu @ffff88003d200000 s1928256 r8192 d21440 u2097152 >14:41:50,880 DEBUG kernel:[ 0.000000] pcpu-alloc: s1928256 r8192 d21440 u2097152 alloc=1*2097152 >14:41:50,880 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 0 >14:41:50,880 INFO kernel:[ 0.000000] kvm-stealtime: cpu 0, msr 3d20e380 >14:41:50,880 WARNING kernel:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257926 >14:41:50,880 WARNING kernel:[ 0.000000] Policy zone: DMA32 >14:41:50,880 NOTICE kernel:[ 0.000000] Kernel command line: method=http://10.10.2.60/deploy/systems/test-update/web-server-fedora-21-x86_64 lang=en_US keymap=us ks=http://10.10.2.60/deploy/systems/test-update/web-server-fedora-21-x86_64/ks.cfg >14:41:50,880 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >14:41:50,880 WARNING kernel:[ 0.000000] Memory: 953172K/1048172K available (8201K kernel code, 1727K rwdata, 3356K rodata, 3696K init, 12872K bss, 95000K reserved) >14:41:50,880 INFO kernel:[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 >14:41:50,880 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >14:41:50,880 INFO kernel:[ 0.000000] RCU lockdep checking is enabled. >14:41:50,907 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1. >14:41:50,907 INFO kernel:[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 >14:41:50,907 INFO kernel:[ 0.000000] NR_IRQS:524544 nr_irqs:256 16 >14:41:50,907 INFO kernel:[ 0.000000] Console: colour VGA+ 80x25 >14:41:50,907 INFO kernel:[ 0.000000] console [tty0] enabled >14:41:50,907 WARNING kernel:[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar >14:41:50,907 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8 >14:41:50,907 WARNING kernel:[ 0.000000] ... MAX_LOCK_DEPTH: 48 >14:41:50,907 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191 >14:41:50,907 WARNING kernel:[ 0.000000] ... CLASSHASH_SIZE: 4096 >14:41:50,907 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384 >14:41:50,907 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768 >14:41:50,907 WARNING kernel:[ 0.000000] ... CHAINHASH_SIZE: 16384 >14:41:50,907 WARNING kernel:[ 0.000000] memory used by lock dependency info: 6367 kB >14:41:50,907 WARNING kernel:[ 0.000000] per task-struct memory footprint: 2688 bytes >14:41:50,907 INFO kernel:[ 0.000000] allocated 4194304 bytes of page_cgroup >14:41:50,907 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >14:41:50,907 DEBUG kernel:[ 0.000000] ODEBUG: 18 of 18 active objects replaced >14:41:50,907 INFO kernel:[ 0.000000] kmemleak: Kernel memory leak detector disabled >14:41:50,907 INFO kernel:[ 0.000000] tsc: Detected 2992.498 MHz processor >14:41:50,907 INFO kernel:[ 0.004000] Calibrating delay loop (skipped) preset value.. 5984.99 BogoMIPS (lpj=2992498) >14:41:50,907 INFO kernel:[ 0.005133] pid_max: default: 32768 minimum: 301 >14:41:50,907 INFO kernel:[ 0.007043] ACPI: Core revision 20140214 >14:41:50,907 WARNING kernel:[ 0.029232] ACPI: All ACPI Tables successfully acquired >14:41:50,907 INFO kernel:[ 0.030184] Security Framework initialized >14:41:50,907 INFO kernel:[ 0.032027] SELinux: Initializing. >14:41:50,907 DEBUG kernel:[ 0.034065] SELinux: Starting in permissive mode >14:41:50,907 INFO kernel:[ 0.035175] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) >14:41:50,907 INFO kernel:[ 0.038733] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) >14:41:50,907 INFO kernel:[ 0.041550] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) >14:41:50,907 INFO kernel:[ 0.043025] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) >14:41:50,907 INFO kernel:[ 0.046807] Initializing cgroup subsys memory >14:41:50,907 INFO kernel:[ 0.048044] Initializing cgroup subsys devices >14:41:50,907 INFO kernel:[ 0.049029] Initializing cgroup subsys freezer >14:41:50,907 INFO kernel:[ 0.051046] Initializing cgroup subsys net_cls >14:41:50,907 INFO kernel:[ 0.053018] Initializing cgroup subsys blkio >14:41:50,907 INFO kernel:[ 0.055007] Initializing cgroup subsys perf_event >14:41:50,907 INFO kernel:[ 0.057018] Initializing cgroup subsys net_prio >14:41:50,907 INFO kernel:[ 0.058009] Initializing cgroup subsys hugetlb >14:41:50,907 INFO kernel:[ 0.060142] Disabled fast string operations >14:41:50,907 INFO kernel:[ 0.062035] mce: CPU supports 10 MCE banks >14:41:50,907 INFO kernel:[ 0.064071] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 >14:41:50,907 INFO kernel:[ 0.064071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 >14:41:50,907 INFO kernel:[ 0.064071] tlb_flushall_shift: 6 >14:41:50,907 INFO kernel:[ 0.270384] Freeing SMP alternatives memory: 24K (ffffffff8234d000 - ffffffff82353000) >14:41:50,907 INFO kernel:[ 0.285096] ftrace: allocating 26826 entries in 105 pages >14:41:50,907 INFO kernel:[ 0.302534] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >14:41:50,907 INFO kernel:[ 0.306004] smpboot: CPU0: Intel QEMU Virtual CPU version (cpu64-rhel6) (fam: 06, model: 0d, stepping: 03) >14:41:50,907 INFO kernel:[ 0.310000] Performance Events: Broken PMU hardware detected, using software events only. >14:41:50,907 ERR kernel:[ 0.310012] Failed to access perfctr msr (MSR c1 is 0) >14:41:50,907 INFO kernel:[ 0.314962] x86: Booted up 1 node, 1 CPUs >14:41:50,907 INFO kernel:[ 0.315007] smpboot: Total of 1 processors activated (5984.99 BogoMIPS) >14:41:50,907 WARNING kernel:[ 0.318218] NMI watchdog: disabled (cpu0): hardware events not enabled >14:41:50,907 INFO kernel:[ 0.319560] devtmpfs: initialized >14:41:50,907 INFO kernel:[ 0.328751] atomic64 test passed for x86-64 platform with CX8 and with SSE >14:41:50,907 INFO kernel:[ 0.329003] pinctrl core: initialized pinctrl subsystem >14:41:50,907 INFO kernel:[ 0.331103] RTC time: 14:40:26, date: 05/30/14 >14:41:50,907 INFO kernel:[ 0.333307] NET: Registered protocol family 16 >14:41:50,907 INFO kernel:[ 0.334564] cpuidle: using governor menu >14:41:50,907 INFO kernel:[ 0.337268] ACPI: bus type PCI registered >14:41:50,907 INFO kernel:[ 0.338005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >14:41:50,907 INFO kernel:[ 0.339348] PCI: Using configuration type 1 for base access >14:41:50,907 INFO kernel:[ 0.349899] ACPI: Added _OSI(Module Device) >14:41:50,907 INFO kernel:[ 0.350004] ACPI: Added _OSI(Processor Device) >14:41:50,907 INFO kernel:[ 0.351021] ACPI: Added _OSI(3.0 _SCP Extensions) >14:41:50,907 INFO kernel:[ 0.352004] ACPI: Added _OSI(Processor Aggregator Device) >14:41:50,907 INFO kernel:[ 0.367129] ACPI: Interpreter enabled >14:41:50,907 WARNING kernel:[ 0.368019] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140214/hwxface-580) >14:41:50,907 WARNING kernel:[ 0.370006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140214/hwxface-580) >14:41:50,907 WARNING kernel:[ 0.372006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20140214/hwxface-580) >14:41:50,907 WARNING kernel:[ 0.375044] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20140214/hwxface-580) >14:41:50,907 INFO kernel:[ 0.377018] ACPI: (supports S0 S5) >14:41:50,907 INFO kernel:[ 0.378004] ACPI: Using IOAPIC for interrupt routing >14:41:50,907 INFO kernel:[ 0.379071] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug >14:41:50,907 INFO kernel:[ 0.404559] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >14:41:50,907 INFO kernel:[ 0.405011] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] >14:41:50,907 INFO kernel:[ 0.406070] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM >14:41:50,907 DEBUG kernel:[ 0.408042] acpi PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored) >14:41:50,907 DEBUG kernel:[ 0.408045] acpi PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored) >14:41:50,907 DEBUG kernel:[ 0.408047] acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored) >14:41:50,907 DEBUG kernel:[ 0.408048] acpi PNP0A03:00: host bridge window [mem 0xe0000000-0xfebfffff] (ignored) >14:41:50,907 DEBUG kernel:[ 0.408052] PCI: root bus 00: using default resources >14:41:50,907 WARNING kernel:[ 0.409005] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. >14:41:50,907 INFO kernel:[ 0.414172] acpiphp: Slot [1] registered >14:41:50,907 INFO kernel:[ 0.415088] acpiphp: Slot [2] registered >14:41:50,907 INFO kernel:[ 0.416087] acpiphp: Slot [3] registered >14:41:50,907 INFO kernel:[ 0.417066] acpiphp: Slot [4] registered >14:41:50,907 INFO kernel:[ 0.418046] acpiphp: Slot [5] registered >14:41:50,907 INFO kernel:[ 0.419080] acpiphp: Slot [6] registered >14:41:50,907 INFO kernel:[ 0.420066] acpiphp: Slot [7] registered >14:41:50,907 INFO kernel:[ 0.421080] acpiphp: Slot [8] registered >14:41:50,907 INFO kernel:[ 0.422065] acpiphp: Slot [9] registered >14:41:50,907 INFO kernel:[ 0.423073] acpiphp: Slot [10] registered >14:41:50,907 INFO kernel:[ 0.425109] acpiphp: Slot [11] registered >14:41:50,907 INFO kernel:[ 0.426116] acpiphp: Slot [12] registered >14:41:50,907 INFO kernel:[ 0.427079] acpiphp: Slot [13] registered >14:41:50,907 INFO kernel:[ 0.428066] acpiphp: Slot [14] registered >14:41:50,907 INFO kernel:[ 0.429066] acpiphp: Slot [15] registered >14:41:50,907 INFO kernel:[ 0.430065] acpiphp: Slot [16] registered >14:41:50,907 INFO kernel:[ 0.431066] acpiphp: Slot [17] registered >14:41:50,907 INFO kernel:[ 0.432088] acpiphp: Slot [18] registered >14:41:50,907 INFO kernel:[ 0.434028] acpiphp: Slot [19] registered >14:41:50,907 INFO kernel:[ 0.435066] acpiphp: Slot [20] registered >14:41:50,907 INFO kernel:[ 0.436065] acpiphp: Slot [21] registered >14:41:50,907 INFO kernel:[ 0.437065] acpiphp: Slot [22] registered >14:41:50,907 INFO kernel:[ 0.438077] acpiphp: Slot [23] registered >14:41:50,907 INFO kernel:[ 0.439065] acpiphp: Slot [24] registered >14:41:50,907 INFO kernel:[ 0.440078] acpiphp: Slot [25] registered >14:41:50,907 INFO kernel:[ 0.441065] acpiphp: Slot [26] registered >14:41:50,907 INFO kernel:[ 0.442066] acpiphp: Slot [27] registered >14:41:50,907 INFO kernel:[ 0.443082] acpiphp: Slot [28] registered >14:41:50,907 INFO kernel:[ 0.444099] acpiphp: Slot [29] registered >14:41:50,907 INFO kernel:[ 0.445000] acpiphp: Slot [30] registered >14:41:50,907 INFO kernel:[ 0.445000] acpiphp: Slot [31] registered >14:41:50,907 INFO kernel:[ 0.446127] PCI host bridge to bus 0000:00 >14:41:50,907 INFO kernel:[ 0.448007] pci_bus 0000:00: root bus resource [bus 00-ff] >14:41:50,907 INFO kernel:[ 0.448985] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] >14:41:50,907 INFO kernel:[ 0.449004] pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff] >14:41:50,907 DEBUG kernel:[ 0.450000] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 >14:41:50,907 DEBUG kernel:[ 0.451110] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 >14:41:50,907 DEBUG kernel:[ 0.452289] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 >14:41:50,907 DEBUG kernel:[ 0.453186] pci 0000:00:01.1: reg 0x20: [io 0xc000-0xc00f] >14:41:50,907 INFO kernel:[ 0.453326] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] >14:41:50,907 INFO kernel:[ 0.454004] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] >14:41:50,907 INFO kernel:[ 0.455004] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] >14:41:50,907 INFO kernel:[ 0.456003] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] >14:41:50,907 DEBUG kernel:[ 0.458454] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300 >14:41:50,907 DEBUG kernel:[ 0.459258] pci 0000:00:01.2: reg 0x20: [io 0xc020-0xc03f] >14:41:50,907 DEBUG kernel:[ 0.460033] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 >14:41:50,907 INFO kernel:[ 0.460483] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI >14:41:50,907 INFO kernel:[ 0.461014] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB >14:41:50,907 DEBUG kernel:[ 0.462283] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000 >14:41:50,907 DEBUG kernel:[ 0.464114] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf1ffffff pref] >14:41:50,907 DEBUG kernel:[ 0.465779] pci 0000:00:02.0: reg 0x14: [mem 0xf2000000-0xf2000fff] >14:41:50,907 DEBUG kernel:[ 0.482086] pci 0000:00:02.0: reg 0x30: [mem 0xf2010000-0xf201ffff pref] >14:41:50,907 DEBUG kernel:[ 0.483762] pci 0000:00:03.0: [10ec:8139] type 00 class 0x020000 >14:41:50,907 DEBUG kernel:[ 0.483899] pci 0000:00:03.0: reg 0x10: [io 0xc100-0xc1ff] >14:41:50,907 DEBUG kernel:[ 0.483989] pci 0000:00:03.0: reg 0x14: [mem 0xf2020000-0xf20200ff] >14:41:50,907 DEBUG kernel:[ 0.484431] pci 0000:00:03.0: reg 0x30: [mem 0xf2030000-0xf203ffff pref] >14:41:50,908 DEBUG kernel:[ 0.485161] pci 0000:00:04.0: [1af4:1002] type 00 class 0x050000 >14:41:50,908 DEBUG kernel:[ 0.485254] pci 0000:00:04.0: reg 0x10: [io 0xc200-0xc21f] >14:41:50,908 INFO kernel:[ 0.491499] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) >14:41:50,908 INFO kernel:[ 0.494265] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) >14:41:50,908 INFO kernel:[ 0.495258] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) >14:41:50,908 INFO kernel:[ 0.497262] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) >14:41:50,908 INFO kernel:[ 0.500048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) >14:41:50,908 WARNING kernel:[ 0.501905] ACPI: Enabled 16 GPEs in block 00 to 0F >14:41:50,908 INFO kernel:[ 0.504279] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >14:41:50,908 INFO kernel:[ 0.505005] vgaarb: loaded >14:41:50,908 INFO kernel:[ 0.506003] vgaarb: bridge control possible 0000:00:02.0 >14:41:50,908 NOTICE kernel:[ 0.508658] SCSI subsystem initialized >14:41:50,908 DEBUG kernel:[ 0.510041] libata version 3.00 loaded. >14:41:50,908 INFO kernel:[ 0.510196] ACPI: bus type USB registered >14:41:50,908 INFO kernel:[ 0.511142] usbcore: registered new interface driver usbfs >14:41:50,908 INFO kernel:[ 0.513050] usbcore: registered new interface driver hub >14:41:50,908 INFO kernel:[ 0.514124] usbcore: registered new device driver usb >14:41:50,908 INFO kernel:[ 0.515311] PCI: Using ACPI for IRQ routing >14:41:50,908 DEBUG kernel:[ 0.516011] PCI: pci_cache_line_size set to 64 bytes >14:41:50,908 DEBUG kernel:[ 0.516190] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff] >14:41:50,908 DEBUG kernel:[ 0.516207] e820: reserve RAM buffer [mem 0x3fffd000-0x3fffffff] >14:41:50,908 INFO kernel:[ 0.517681] NetLabel: Initializing >14:41:50,908 INFO kernel:[ 0.518003] NetLabel: domain hash size = 128 >14:41:50,908 INFO kernel:[ 0.519002] NetLabel: protocols = UNLABELED CIPSOv4 >14:41:50,908 INFO kernel:[ 0.520072] NetLabel: unlabeled traffic allowed by default >14:41:50,908 INFO kernel:[ 0.521313] Switched to clocksource kvm-clock >14:41:50,908 INFO kernel:[ 0.621052] pnp: PnP ACPI init >14:41:50,908 INFO kernel:[ 0.621978] ACPI: bus type PNP registered >14:41:50,908 DEBUG kernel:[ 0.623430] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active) >14:41:50,908 DEBUG kernel:[ 0.623669] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active) >14:41:50,908 DEBUG kernel:[ 0.623910] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active) >14:41:50,908 DEBUG kernel:[ 0.624009] pnp 00:03: [dma 2] >14:41:50,908 DEBUG kernel:[ 0.624145] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active) >14:41:50,908 DEBUG kernel:[ 0.624496] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active) >14:41:50,908 INFO kernel:[ 0.625191] pnp: PnP ACPI: found 5 devices >14:41:50,908 INFO kernel:[ 0.626110] ACPI: bus type PNP unregistered >14:41:50,908 DEBUG kernel:[ 0.644829] pci_bus 0000:00: resource 4 [io 0x0000-0xffff] >14:41:50,908 DEBUG kernel:[ 0.644832] pci_bus 0000:00: resource 5 [mem 0x00000000-0xfffffffff] >14:41:50,908 INFO kernel:[ 0.644936] NET: Registered protocol family 2 >14:41:50,908 INFO kernel:[ 0.646577] TCP established hash table entries: 8192 (order: 4, 65536 bytes) >14:41:50,908 INFO kernel:[ 0.658167] TCP bind hash table entries: 8192 (order: 7, 655360 bytes) >14:41:50,908 INFO kernel:[ 0.660354] TCP: Hash tables configured (established 8192 bind 8192) >14:41:50,908 INFO kernel:[ 0.661620] TCP: reno registered >14:41:50,908 INFO kernel:[ 0.662514] UDP hash table entries: 512 (order: 4, 98304 bytes) >14:41:50,908 INFO kernel:[ 0.663715] UDP-Lite hash table entries: 512 (order: 4, 98304 bytes) >14:41:50,908 INFO kernel:[ 0.665292] NET: Registered protocol family 1 >14:41:50,908 INFO kernel:[ 0.666257] pci 0000:00:00.0: Limiting direct PCI/PCI transfers >14:41:50,908 INFO kernel:[ 0.667299] pci 0000:00:01.0: PIIX3: Enabling Passive Release >14:41:50,908 INFO kernel:[ 0.668342] pci 0000:00:01.0: Activating ISA DMA hang workarounds >14:41:50,908 WARNING kernel:[ 0.670646] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 >14:41:50,908 DEBUG kernel:[ 0.672631] pci 0000:00:02.0: Boot video device >14:41:50,908 DEBUG kernel:[ 0.672667] PCI: CLS 0 bytes, default 64 >14:41:50,908 INFO kernel:[ 0.673258] Unpacking initramfs... >14:41:50,908 INFO kernel:[ 9.300136] Freeing initrd memory: 42496K (ffff88003d670000 - ffff88003fff0000) >14:41:50,908 INFO kernel:[ 9.358592] DMA-API: preallocated 65536 debug entries >14:41:50,908 INFO kernel:[ 9.365608] DMA-API: debugging enabled by kernel config >14:41:50,908 INFO kernel:[ 9.367922] Scanning for low memory corruption every 60 seconds >14:41:50,908 INFO kernel:[ 9.413240] futex hash table entries: 256 (order: 3, 32768 bytes) >14:41:50,908 NOTICE kernel:[ 9.414555] Initialise system trusted keyring >14:41:50,908 INFO kernel:[ 9.415810] audit: initializing netlink subsys (disabled) >14:41:50,908 NOTICE kernel:[ 9.438511] audit: type=2000 audit(1401460836.662:1): initialized >14:41:50,908 WARNING kernel:[ 9.513132] cryptomgr_test (26) used greatest stack depth: 5800 bytes left >14:41:50,908 INFO kernel:[ 9.522160] HugeTLB registered 2 MB page size, pre-allocated 0 pages >14:41:50,908 INFO kernel:[ 9.547331] zbud: loaded >14:41:50,908 NOTICE kernel:[ 9.555881] VFS: Disk quotas dquot_6.5.2 >14:41:50,908 WARNING kernel:[ 9.557038] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >14:41:50,908 INFO kernel:[ 9.566598] msgmni has been set to 1944 >14:41:50,908 NOTICE kernel:[ 9.567856] Key type big_key registered >14:41:50,908 DEBUG kernel:[ 9.568748] SELinux: Registering netfilter hooks >14:41:50,908 WARNING kernel:[ 9.570553] cryptomgr_test (29) used greatest stack depth: 5480 bytes left >14:41:50,908 WARNING kernel:[ 9.577824] cryptomgr_test (30) used greatest stack depth: 5384 bytes left >14:41:50,908 INFO kernel:[ 9.579853] alg: No test for stdrng (krng) >14:41:50,908 INFO kernel:[ 9.580798] NET: Registered protocol family 38 >14:41:50,908 NOTICE kernel:[ 9.581762] Key type asymmetric registered >14:41:50,908 NOTICE kernel:[ 9.588700] Asymmetric key parser 'x509' registered >14:41:50,908 INFO kernel:[ 9.589715] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >14:41:50,908 INFO kernel:[ 9.591580] io scheduler noop registered >14:41:50,908 INFO kernel:[ 9.592580] io scheduler deadline registered >14:41:50,908 INFO kernel:[ 9.599867] io scheduler cfq registered (default) >14:41:50,908 DEBUG kernel:[ 9.602097] list_sort_test: start testing list_sort() >14:41:50,908 INFO kernel:[ 9.602982] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >14:41:50,908 INFO kernel:[ 9.610192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >14:41:50,908 DEBUG kernel:[ 9.611552] intel_idle: does not run on family 6 model 13 >14:41:50,908 INFO kernel:[ 9.612099] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >14:41:50,908 INFO kernel:[ 9.613823] ACPI: Power Button [PWRF] >14:41:50,908 INFO kernel:[ 9.621380] GHES: HEST is not enabled! >14:41:50,908 INFO kernel:[ 9.622529] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >14:41:50,908 INFO kernel:[ 9.670056] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A >14:41:50,908 INFO kernel:[ 9.679807] Non-volatile memory driver v1.3 >14:41:50,908 INFO kernel:[ 9.680751] Linux agpgart interface v0.103 >14:41:50,908 DEBUG kernel:[ 9.687525] ata_piix 0000:00:01.1: version 2.13 >14:41:50,908 INFO kernel:[ 9.689832] scsi0 : ata_piix >14:41:50,908 INFO kernel:[ 9.691130] scsi1 : ata_piix >14:41:50,908 INFO kernel:[ 9.699203] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14 >14:41:50,908 INFO kernel:[ 9.700288] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15 >14:41:50,908 INFO kernel:[ 9.701667] libphy: Fixed MDIO Bus: probed >14:41:50,908 INFO kernel:[ 9.702857] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >14:41:50,908 INFO kernel:[ 9.709949] ehci-pci: EHCI PCI platform driver >14:41:50,908 INFO kernel:[ 9.710921] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >14:41:50,908 INFO kernel:[ 9.711988] ohci-pci: OHCI PCI platform driver >14:41:50,908 INFO kernel:[ 9.712968] uhci_hcd: USB Universal Host Controller Interface driver >14:41:50,908 INFO kernel:[ 9.721186] uhci_hcd 0000:00:01.2: UHCI Host Controller >14:41:50,908 INFO kernel:[ 9.722664] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 >14:41:50,908 INFO kernel:[ 9.724414] uhci_hcd 0000:00:01.2: detected 2 ports >14:41:50,908 INFO kernel:[ 9.725521] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c020 >14:41:50,908 INFO kernel:[ 9.733101] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 >14:41:50,908 INFO kernel:[ 9.734218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >14:41:50,908 INFO kernel:[ 9.736005] usb usb1: Product: UHCI Host Controller >14:41:50,908 INFO kernel:[ 9.743167] usb usb1: Manufacturer: Linux 3.15.0-0.rc7.git2.1.fc21.x86_64 uhci_hcd >14:41:50,908 INFO kernel:[ 9.744952] usb usb1: SerialNumber: 0000:00:01.2 >14:41:50,908 INFO kernel:[ 9.746954] hub 1-0:1.0: USB hub found >14:41:50,908 INFO kernel:[ 9.754154] hub 1-0:1.0: 2 ports detected >14:41:50,908 INFO kernel:[ 9.756251] usbcore: registered new interface driver usbserial >14:41:50,908 INFO kernel:[ 9.757368] usbcore: registered new interface driver usbserial_generic >14:41:50,908 INFO kernel:[ 9.758574] usbserial: USB Serial support registered for generic >14:41:50,970 INFO kernel:[ 9.765958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 >14:41:50,970 INFO kernel:[ 9.768823] serio: i8042 KBD port at 0x60,0x64 irq 1 >14:41:50,970 INFO kernel:[ 9.769908] serio: i8042 AUX port at 0x60,0x64 irq 12 >14:41:50,970 INFO kernel:[ 9.777495] mousedev: PS/2 mouse device common for all mice >14:41:50,970 INFO kernel:[ 9.779823] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 >14:41:50,970 INFO kernel:[ 9.788573] rtc_cmos 00:00: RTC can wake from S4 >14:41:50,970 INFO kernel:[ 9.798191] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 >14:41:50,970 INFO kernel:[ 9.799391] rtc_cmos 00:00: alarms up to one day, 114 bytes nvram >14:41:50,970 INFO kernel:[ 9.800867] device-mapper: uevent: version 1.0.3 >14:41:50,970 INFO kernel:[ 9.802258] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com >14:41:50,970 INFO kernel:[ 9.810807] hidraw: raw HID events driver (C) Jiri Kosina >14:41:50,970 INFO kernel:[ 9.812382] usbcore: registered new interface driver usbhid >14:41:50,970 INFO kernel:[ 9.813447] usbhid: USB HID core driver >14:41:50,970 INFO kernel:[ 9.820377] drop_monitor: Initializing network drop monitor service >14:41:50,970 INFO kernel:[ 9.821748] ip_tables: (C) 2000-2006 Netfilter Core Team >14:41:50,970 INFO kernel:[ 9.822918] TCP: cubic registered >14:41:50,970 INFO kernel:[ 9.823847] Initializing XFRM netlink socket >14:41:50,970 INFO kernel:[ 9.832634] NET: Registered protocol family 10 >14:41:50,970 INFO kernel:[ 9.834745] mip6: Mobile IPv6 >14:41:50,970 INFO kernel:[ 9.835635] NET: Registered protocol family 17 >14:41:50,970 NOTICE kernel:[ 9.843772] Loading compiled-in X.509 certificates >14:41:50,970 NOTICE kernel:[ 9.845954] Loaded X.509 cert 'Fedora kernel signing key: f7bcd2af55b91e85724fcda2e6361a2300c1bede' >14:41:50,970 INFO kernel:[ 9.847919] registered taskstats version 1 >14:41:50,970 INFO kernel:[ 9.857349] Magic number: 14:864:688 >14:41:50,970 INFO kernel:[ 9.858530] rtc_cmos 00:00: setting system clock to 2014-05-30 14:40:36 UTC (1401460836) >14:41:50,970 DEBUG kernel:[ 9.880538] PM: Hibernation image not present or could not be loaded. >14:41:50,970 DEBUG kernel:[ 10.007590] ata1.01: NODEV after polling detection >14:41:50,970 INFO kernel:[ 10.007853] ata1.00: ATA-7: QEMU HARDDISK, 0.12.1, max UDMA/100 >14:41:50,970 INFO kernel:[ 10.008894] ata1.00: 16777216 sectors, multi 16: LBA48 >14:41:50,970 INFO kernel:[ 10.012507] ata1.00: configured for MWDMA2 >14:41:50,970 NOTICE kernel:[ 10.014408] scsi 0:0:0:0: Direct-Access ATA QEMU HARDDISK 0.12 PQ: 0 ANSI: 5 >14:41:50,970 NOTICE kernel:[ 10.023565] sd 0:0:0:0: Attached scsi generic sg0 type 0 >14:41:50,970 NOTICE kernel:[ 10.025181] sd 0:0:0:0: [sda] 16777216 512-byte logical blocks: (8.58 GB/8.00 GiB) >14:41:50,970 NOTICE kernel:[ 10.027080] sd 0:0:0:0: [sda] Write Protect is off >14:41:50,970 DEBUG kernel:[ 10.034049] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 >14:41:50,970 NOTICE kernel:[ 10.034122] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >14:41:50,970 INFO kernel:[ 10.038189] sda: unknown partition table >14:41:50,970 NOTICE kernel:[ 10.039862] sd 0:0:0:0: [sda] Attached SCSI disk >14:41:50,970 INFO kernel:[ 10.059082] Freeing unused kernel memory: 3696K (ffffffff81fb1000 - ffffffff8234d000) >14:41:50,970 INFO kernel:[ 10.060816] Write protecting the kernel read-only data: 14336k >14:41:50,970 INFO kernel:[ 10.083157] Freeing unused kernel memory: 2028K (ffff880001805000 - ffff880001a00000) >14:41:50,970 INFO kernel:[ 10.093592] Freeing unused kernel memory: 740K (ffff880001d47000 - ffff880001e00000) >14:41:50,970 NOTICE kernel:[ 10.136530] random: systemd urandom read with 84 bits of entropy available >14:41:50,970 WARNING kernel:[ 10.204448] systemd-gpt-aut (53) used greatest stack depth: 5320 bytes left >14:41:50,970 WARNING kernel:[ 10.245915] systemd-cryptse (56) used greatest stack depth: 5256 bytes left >14:41:50,970 WARNING kernel:[ 10.394792] dracut-rootfs-g (55) used greatest stack depth: 5240 bytes left >14:41:50,970 INFO kernel:[ 11.030741] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 >14:41:50,970 INFO kernel:[ 11.123854] tsc: Refined TSC clocksource calibration: 2992.511 MHz >14:41:50,970 INFO kernel:[ 11.393950] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found >14:41:50,970 INFO kernel:[ 13.753442] squashfs: version 4.0 (2009/01/31) Phillip Lougher >14:41:50,970 WARNING kernel:[ 13.755216] modprobe (308) used greatest stack depth: 5064 bytes left >14:41:50,970 INFO kernel:[ 13.788475] Loading iSCSI transport class v2.0-870. >14:41:50,970 NOTICE kernel:[ 13.834780] iscsi: registered transport (tcp) >14:41:50,970 INFO kernel:[ 14.076677] device-mapper: multipath: version 1.7.0 loaded >14:41:50,970 INFO kernel:[ 14.192891] FDC 0 is a S82078B >14:41:50,970 WARNING kernel:[ 14.196435] modprobe (329) used greatest stack depth: 4960 bytes left >14:41:50,970 INFO kernel:[ 14.240619] No iBFT detected. >14:41:50,970 INFO kernel:[ 14.262439] md: raid0 personality registered for level 0 >14:41:50,970 INFO kernel:[ 14.287708] md: raid1 personality registered for level 1 >14:41:50,970 INFO kernel:[ 14.317688] async_tx: api initialized (async) >14:41:50,970 INFO kernel:[ 14.325438] xor: measuring software checksum speed >14:41:50,970 INFO kernel:[ 14.346030] prefetch64-sse: 11012.000 MB/sec >14:41:50,970 INFO kernel:[ 14.366833] generic_sse: 9364.000 MB/sec >14:41:50,970 INFO kernel:[ 14.367762] xor: using function: prefetch64-sse (11012.000 MB/sec) >14:41:50,970 WARNING kernel:[ 14.414897] raid6: sse2x1 1695 MB/s >14:41:50,970 WARNING kernel:[ 14.435670] raid6: sse2x2 1257 MB/s >14:41:50,970 WARNING kernel:[ 14.475266] raid6: sse2x4 1660 MB/s >14:41:50,970 WARNING kernel:[ 14.476197] raid6: using algorithm sse2x1 (1695 MB/s) >14:41:50,970 WARNING kernel:[ 14.477172] raid6: using intx1 recovery algorithm >14:41:50,970 INFO kernel:[ 14.548744] md: raid6 personality registered for level 6 >14:41:50,970 INFO kernel:[ 14.549881] md: raid5 personality registered for level 5 >14:41:50,970 INFO kernel:[ 14.550917] md: raid4 personality registered for level 4 >14:41:50,970 INFO kernel:[ 14.618838] md: raid10 personality registered for level 10 >14:41:50,970 INFO kernel:[ 14.650582] md: linear personality registered for level -1 >14:41:50,970 INFO kernel:[ 14.749680] device-mapper: multipath round-robin: version 1.0.0 loaded >14:41:50,970 INFO kernel:[ 14.816153] sha256_ssse3: Neither AVX nor SSSE3 is available/usable. >14:41:50,978 INFO kernel:[ 14.990538] RPC: Registered named UNIX socket transport module. >14:41:50,978 INFO kernel:[ 14.991774] RPC: Registered udp transport module. >14:41:50,978 INFO kernel:[ 14.997748] RPC: Registered tcp transport module. >14:41:50,978 INFO kernel:[ 14.998710] RPC: Registered tcp NFSv4.1 backchannel transport module. >14:41:50,978 WARNING kernel:[ 15.234399] rpc.statd (375) used greatest stack depth: 4832 bytes left >14:41:50,978 INFO kernel:[ 16.786367] [drm] Initialized drm 1.1.0 20060810 >14:41:50,978 INFO kernel:[ 16.878201] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004) >14:41:50,978 WARNING kernel:[ 16.886854] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 >14:41:50,978 INFO kernel:[ 16.893533] 8139cp 0000:00:03.0 eth0: RTL-8139C+ at 0xffffc90000284000, 52:54:00:12:3b:70, IRQ 10 >14:41:50,978 INFO kernel:[ 16.906725] 8139too: 8139too Fast Ethernet driver 0.9.28 >14:41:50,978 INFO kernel:[ 17.711529] [TTM] Zone kernel: Available graphics memory: 501078 kiB >14:41:50,978 INFO kernel:[ 17.712632] [TTM] Initializing pool allocator >14:41:50,978 INFO kernel:[ 17.713606] [TTM] Initializing DMA pool allocator >14:41:50,978 INFO kernel:[ 17.722765] [drm] fb mappable at 0xF0000000 >14:41:50,978 INFO kernel:[ 17.723688] [drm] vram aper at 0xF0000000 >14:41:50,978 INFO kernel:[ 17.724595] [drm] size 4194304 >14:41:50,978 INFO kernel:[ 17.725435] [drm] fb depth is 24 >14:41:50,978 INFO kernel:[ 17.732300] [drm] pitch is 3072 >14:41:50,978 INFO kernel:[ 17.734257] fbcon: cirrusdrmfb (fb0) is primary device >14:41:50,978 INFO kernel:[ 17.813209] Console: switching to colour frame buffer device 128x48 >14:41:50,978 INFO kernel:[ 17.863152] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device >14:41:50,978 INFO kernel:[ 17.863189] cirrus 0000:00:02.0: registered panic notifier >14:41:50,978 INFO kernel:[ 17.865579] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 >14:41:50,978 NOTICE kernel:[ 18.079884] random: nonblocking pool is initialized >14:41:50,978 WARNING kernel:[ 18.204491] blkid (498) used greatest stack depth: 4568 bytes left >14:41:50,978 WARNING kernel:[ 19.327105] systemd-udevd (478) used greatest stack depth: 4288 bytes left >14:41:50,978 WARNING kernel:[ 19.337313] systemd-udevd (479) used greatest stack depth: 2448 bytes left >14:41:50,978 INFO kernel:[ 21.810082] 8139cp 0000:00:03.0 ens3: link up, 100Mbps, full-duplex, lpa 0x05E1 >14:41:50,978 INFO kernel:[ 52.204672] loop: module loaded >14:41:50,978 INFO kernel:[ 52.239333] EXT4-fs (loop0): mounting ext2 file system using the ext4 subsystem >14:41:50,978 INFO kernel:[ 52.245004] EXT4-fs (loop0): mounted filesystem without journal. Opts: (null) >14:41:50,978 INFO kernel:[ 54.152069] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >14:41:50,978 DEBUG kernel:[ 78.000708] SELinux: 2048 avtab hash slots, 107570 rules. >14:41:50,978 DEBUG kernel:[ 78.037312] SELinux: 2048 avtab hash slots, 107570 rules. >14:41:50,978 DEBUG kernel:[ 78.102004] SELinux: 8 users, 103 roles, 4860 types, 283 bools, 1 sens, 1024 cats >14:41:50,978 DEBUG kernel:[ 78.102010] SELinux: 83 classes, 107570 rules >14:41:50,978 DEBUG kernel:[ 78.112933] SELinux: Completing initialization. >14:41:50,978 DEBUG kernel:[ 78.112936] SELinux: Setting up existing superblocks. >14:41:50,978 DEBUG kernel:[ 78.113117] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >14:41:50,978 DEBUG kernel:[ 78.113265] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >14:41:50,978 DEBUG kernel:[ 78.113345] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >14:41:50,978 DEBUG kernel:[ 78.113384] SELinux: initialized (dev proc, type proc), uses genfs_contexts >14:41:50,978 DEBUG kernel:[ 78.114333] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >14:41:50,978 DEBUG kernel:[ 78.115551] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >14:41:50,979 DEBUG kernel:[ 78.142127] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >14:41:50,979 DEBUG kernel:[ 78.142190] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >14:41:50,979 DEBUG kernel:[ 78.142260] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >14:41:50,979 DEBUG kernel:[ 78.142313] SELinux: initialized (dev aio, type aio), not configured for labeling >14:41:50,979 DEBUG kernel:[ 78.142354] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >14:41:50,979 DEBUG kernel:[ 78.142503] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >14:41:50,979 DEBUG kernel:[ 78.142600] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >14:41:50,979 DEBUG kernel:[ 78.142676] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >14:41:50,979 DEBUG kernel:[ 78.142854] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >14:41:50,979 DEBUG kernel:[ 78.149235] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >14:41:50,979 DEBUG kernel:[ 78.149260] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >14:41:50,979 DEBUG kernel:[ 78.149276] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >14:41:50,979 DEBUG kernel:[ 78.149841] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >14:41:50,979 DEBUG kernel:[ 78.150084] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:41:50,979 DEBUG kernel:[ 78.150158] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts >14:41:50,979 DEBUG kernel:[ 78.150180] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:41:50,979 DEBUG kernel:[ 78.150187] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:41:50,979 DEBUG kernel:[ 78.150195] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:41:50,979 DEBUG kernel:[ 78.150256] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:41:50,979 DEBUG kernel:[ 78.150278] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:41:50,979 DEBUG kernel:[ 78.150284] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:41:50,979 DEBUG kernel:[ 78.150290] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:41:50,979 DEBUG kernel:[ 78.150364] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:41:50,979 DEBUG kernel:[ 78.150370] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:41:50,979 DEBUG kernel:[ 78.150432] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >14:41:50,979 DEBUG kernel:[ 78.150648] SELinux: initialized (dev drm, type drm), not configured for labeling >14:41:50,979 DEBUG kernel:[ 78.150715] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >14:41:50,979 DEBUG kernel:[ 78.150889] SELinux: initialized (dev loop0, type squashfs), uses xattr >14:41:50,979 DEBUG kernel:[ 78.151294] SELinux: initialized (dev dm-0, type ext4), uses xattr >14:41:50,979 NOTICE kernel:[ 78.163691] audit: type=1403 audit(1401460904.804:2): policy loaded auid=4294967295 ses=4294967295 >14:41:50,979 DEBUG kernel:[ 79.175235] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >14:41:50,979 DEBUG kernel:[ 79.704814] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >14:41:50,979 DEBUG kernel:[ 80.024890] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >14:41:50,979 INFO kernel:[ 81.905742] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0 >14:41:50,979 INFO kernel:[ 82.214197] microcode: CPU0 sig=0x6d3, pf=0x1, revision=0x1 >14:41:50,979 INFO kernel:[ 82.221540] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >14:41:53,055 INFO NetworkManager: <info> NetworkManager (version 0.9.9.1-5.git20140319.fc21) is starting... >14:41:53,055 INFO NetworkManager: <info> Read config: /etc/NetworkManager/NetworkManager.conf >14:41:53,055 INFO NetworkManager: <info> WEXT support is enabled >14:41:53,369 INFO kernel:[ 86.726954] cfg80211: Calling CRDA to update world regulatory domain >14:41:53,635 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >14:41:53,834 INFO polkitd: Started polkitd version 0.112 >14:41:54,231 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >14:41:54,308 WARNING NetworkManager: ifcfg-rh: Could not get hostname: failed to read /etc/sysconfig/network >14:41:54,310 NOTICE NetworkManager: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >14:41:54,310 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >14:41:54,310 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >14:41:54,459 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >14:41:54,459 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-ens3 ... >14:41:54,462 NOTICE NetworkManager: ifcfg-rh: read connection 'ens3' >14:41:54,464 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' >14:41:54,600 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.login1' >14:41:54,654 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >14:41:54,686 INFO NetworkManager: <info> WiFi hardware radio set enabled >14:41:56,530 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >14:41:56,530 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >14:41:56,530 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >14:41:56,530 INFO NetworkManager: <info> Networking is enabled by state file >14:41:56,538 INFO NetworkManager: <info> (lo): link connected >14:41:56,539 INFO NetworkManager: <info> (lo): carrier is ON >14:41:56,540 INFO NetworkManager: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1) >14:41:56,541 INFO NetworkManager: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0 >14:41:56,550 INFO NetworkManager: <info> (ens3): link connected >14:41:56,550 INFO NetworkManager: <info> (ens3): carrier is ON >14:41:56,553 INFO NetworkManager: <info> (ens3): new Ethernet device (driver: '8139cp' ifindex: 2) >14:41:56,557 INFO NetworkManager: <info> (ens3): exported as /org/freedesktop/NetworkManager/Devices/1 >14:41:56,560 INFO NetworkManager: <info> (ens3): found matching connection 'ens3' >14:41:56,561 INFO NetworkManager: <info> (ens3): device state change: unmanaged -> unavailable (reason 'connection-assumed') [10 20 41] >14:41:56,575 INFO NetworkManager: <info> (ens3): device state change: unavailable -> disconnected (reason 'connection-assumed') [20 30 41] >14:41:56,575 INFO NetworkManager: <info> Activation (ens3) starting connection 'ens3' >14:41:56,575 INFO NetworkManager: <info> Activation (ens3) Stage 1 of 5 (Device Prepare) scheduled... >14:41:56,585 INFO NetworkManager: <info> Activation (ens3) Stage 1 of 5 (Device Prepare) started... >14:41:56,585 INFO NetworkManager: <info> (ens3): device state change: disconnected -> prepare (reason 'none') [30 40 0] >14:41:56,586 INFO NetworkManager: <info> Activation (ens3) Stage 2 of 5 (Device Configure) scheduled... >14:41:56,586 INFO NetworkManager: <info> Activation (ens3) Stage 1 of 5 (Device Prepare) complete. >14:41:56,586 INFO NetworkManager: <info> Activation (ens3) Stage 2 of 5 (Device Configure) starting... >14:41:56,586 INFO NetworkManager: <info> (ens3): device state change: prepare -> config (reason 'none') [40 50 0] >14:41:56,587 INFO NetworkManager: <info> Activation (ens3) Stage 2 of 5 (Device Configure) successful. >14:41:56,587 INFO NetworkManager: <info> Activation (ens3) Stage 3 of 5 (IP Configure Start) scheduled. >14:41:56,587 INFO NetworkManager: <info> Activation (ens3) Stage 2 of 5 (Device Configure) complete. >14:41:56,587 INFO NetworkManager: <info> Activation (ens3) Stage 3 of 5 (IP Configure Start) started... >14:41:56,588 INFO NetworkManager: <info> (ens3): device state change: config -> ip-config (reason 'none') [50 70 0] >14:41:56,589 INFO NetworkManager: <info> Activation (ens3) Beginning DHCPv4 transaction (timeout in 45 seconds) >14:41:56,631 INFO NetworkManager: <info> dhclient started with pid 1191 >14:41:56,632 INFO NetworkManager: <info> Activation (ens3) Stage 3 of 5 (IP Configure Start) complete. >14:41:57,051 INFO dhclient: Internet Systems Consortium DHCP Client 4.3.0 >14:41:57,052 INFO dhclient: Copyright 2004-2014 Internet Systems Consortium. >14:41:57,053 INFO dhclient: All rights reserved. >14:41:57,054 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >14:41:57,054 INFO dhclient: >14:41:57,309 INFO NetworkManager: <info> (ens3): DHCPv4 state changed nbi -> preinit >14:41:57,311 INFO dhclient: Listening on LPF/ens3/52:54:00:12:3b:70 >14:41:57,312 INFO dhclient: Sending on LPF/ens3/52:54:00:12:3b:70 >14:41:57,314 INFO dhclient: Sending on Socket/fallback >14:41:57,315 INFO dhclient: DHCPREQUEST on ens3 to 255.255.255.255 port 67 (xid=0x6f02a5a3) >14:42:02,395 INFO NetworkManager: <info> startup complete >14:42:04,718 INFO dhclient: DHCPREQUEST on ens3 to 255.255.255.255 port 67 (xid=0x6f02a5a3) >14:42:05,892 NOTICE kernel:[ 99.250773] audit: type=1400 audit(1401460925.891:3): avc: denied { read write } for pid=1199 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=9807 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >14:42:06,151 NOTICE kernel:[ 99.508094] audit: type=1400 audit(1401460926.149:4): avc: denied { read write } for pid=1202 comm="dhclient" path="/dev/mapper/control" dev="devtmpfs" ino=9807 scontext=system_u:system_r:dhcpc_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >14:42:07,023 NOTICE kernel:[ 100.381949] audit: type=1400 audit(1401460927.023:5): avc: denied { read write } for pid=1224 comm="ip" path="/dev/mapper/control" dev="devtmpfs" ino=9807 scontext=system_u:system_r:ifconfig_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >14:42:07,052 INFO dhclient: DHCPDISCOVER on ens3 to 255.255.255.255 port 67 interval 6 (xid=0x321209ad) >14:42:09,810 INFO dhclient: DHCPREQUEST on ens3 to 255.255.255.255 port 67 (xid=0x321209ad) >14:42:09,810 INFO dhclient: DHCPOFFER from 192.168.123.1 >14:42:09,865 INFO dhclient: DHCPACK from 192.168.123.1 (xid=0x321209ad) >14:42:10,143 NOTICE kernel:[ 103.501663] audit: type=1400 audit(1401460930.142:6): avc: denied { read write } for pid=1248 comm="arping" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:netutils_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >14:42:10,143 NOTICE kernel:[ 103.502258] audit: type=1400 audit(1401460930.143:7): avc: denied { read write } for pid=1248 comm="arping" path="/dev/mapper/control" dev="devtmpfs" ino=9807 scontext=system_u:system_r:netutils_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >14:42:11,923 INFO dhclient: DHCPDISCOVER on ens3 to 255.255.255.255 port 67 interval 4 (xid=0x323340bf) >14:42:11,926 INFO dhclient: DHCPREQUEST on ens3 to 255.255.255.255 port 67 (xid=0x323340bf) >14:42:11,926 INFO dhclient: DHCPOFFER from 192.168.123.1 >14:42:12,029 INFO dhclient: DHCPACK from 192.168.123.1 (xid=0x323340bf) >14:42:12,045 INFO NetworkManager: <info> (ens3): DHCPv4 state changed preinit -> bound >14:42:12,045 INFO NetworkManager: <info> address 192.168.123.168 >14:42:12,045 INFO NetworkManager: <info> plen 24 (255.255.255.0) >14:42:12,045 INFO NetworkManager: <info> gateway 192.168.123.1 >14:42:12,045 INFO NetworkManager: <info> server identifier 192.168.123.1 >14:42:12,045 INFO NetworkManager: <info> lease time 3600 >14:42:12,046 INFO NetworkManager: <info> nameserver '192.168.123.1' >14:42:12,046 INFO NetworkManager: <info> domain name 'deploy' >14:42:12,047 INFO NetworkManager: <info> Activation (ens3) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >14:42:12,047 INFO NetworkManager: <info> Activation (ens3) Stage 5 of 5 (IPv4 Commit) started... >14:42:12,048 INFO NetworkManager: <info> (ens3): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >14:42:12,049 INFO NetworkManager: <info> Activation (ens3) Stage 5 of 5 (IPv4 Commit) complete. >14:42:12,049 INFO NetworkManager: <info> (ens3): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >14:42:12,051 INFO dhclient: bound to 192.168.123.168 -- renewal in 1425 seconds. >14:42:12,053 INFO NetworkManager: <info> (ens3): device state change: secondaries -> activated (reason 'none') [90 100 0] >14:42:12,054 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_LOCAL >14:42:12,057 INFO NetworkManager: <info> Policy set 'ens3' (ens3) as default for IPv4 routing and DNS. >14:42:12,084 INFO NetworkManager: <info> Activation (ens3) successful, device activated. >14:42:12,089 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >14:42:12,137 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >14:42:12,700 NOTICE NET: /usr/sbin/dhclient-script : updated /etc/resolv.conf >14:42:12,749 NOTICE kernel:[ 106.107946] audit: type=1400 audit(1401460932.748:8): avc: denied { read write } for pid=1284 comm="hostname" path="/dev/mapper/control" dev="devtmpfs" ino=9807 scontext=system_u:system_r:hostname_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >14:42:12,952 INFO dhclient: bound to 192.168.123.169 -- renewal in 1413 seconds. >14:42:13,941 NOTICE kernel:[ 107.299727] audit: type=1400 audit(1401460933.940:9): avc: denied { read write } for pid=1329 comm="loadkeys" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >14:42:13,947 NOTICE kernel:[ 107.305725] audit: type=1400 audit(1401460933.946:10): avc: denied { read write } for pid=1329 comm="loadkeys" name="0" dev="devpts" ino=3 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >14:42:13,947 NOTICE kernel:[ 107.305748] audit: type=1400 audit(1401460933.946:11): avc: denied { open } for pid=1329 comm="loadkeys" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >14:42:13,947 NOTICE kernel:[ 107.305793] audit: type=1400 audit(1401460933.946:12): avc: denied { ioctl } for pid=1329 comm="loadkeys" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >14:42:14,089 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' >14:42:14,371 DEBUG kernel:[ 107.729939] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >14:42:14,444 NOTICE kernel:[ 107.802484] audit: type=1400 audit(1401460934.443:13): avc: denied { read } for pid=1331 comm="systemd-localed" name="urandom" dev="tmpfs" ino=17872 scontext=system_u:system_r:systemd_localed_t:s0 tcontext=system_u:object_r:tmpfs_t:s0 tclass=chr_file >14:42:14,444 NOTICE kernel:[ 107.802533] audit: type=1400 audit(1401460934.443:14): avc: denied { open } for pid=1331 comm="systemd-localed" path="/dev/urandom" dev="tmpfs" ino=17872 scontext=system_u:system_r:systemd_localed_t:s0 tcontext=system_u:object_r:tmpfs_t:s0 tclass=chr_file >14:42:14,446 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.locale1' >14:42:14,570 NOTICE kernel:[ 107.928342] audit: type=1107 audit(1401460934.569:15): pid=1164 uid=81 auid=4294967295 ses=4294967295 subj=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 msg='avc: denied { send_msg } for msgtype=method_return dest=:1.8 spid=1331 tpid=1179 scontext=system_u:system_r:systemd_localed_t:s0 tcontext=system_u:system_r:initrc_t:s0 tclass=dbus >14:42:14,571 NOTICE kernel:[ 107.928342] exe="/usr/bin/dbus-daemon" sauid=81 hostname=? addr=? terminal=?' >14:42:14,663 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_GLOBAL >14:42:20,023 NOTICE kernel:[ 113.381585] audit: type=1400 audit(1401460940.022:16): avc: denied { read write } for pid=1346 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 >14:42:21,117 NOTICE kernel:[ 114.463332] audit: type=1400 audit(1401460941.104:17): avc: denied { open } for pid=1156 comm="in:imfile" path="/tmp/X.log" dev="tmpfs" ino=17965 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:user_tmp_t:s0 tclass=file >14:42:26,142 NOTICE kernel:[ 119.500110] audit: type=1400 audit(1401460946.141:18): avc: denied { read write } for pid=1367 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 >14:42:26,142 NOTICE kernel:[ 119.500723] audit: type=1400 audit(1401460946.141:19): avc: denied { read write } for pid=1367 comm="hwclock" path="/dev/mapper/control" dev="devtmpfs" ino=9807 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >14:42:27,029 NOTICE kernel:[ 120.147237] audit: type=1400 audit(1401460947.028:20): avc: denied { ioctl } for pid=1367 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 >14:42:27,029 NOTICE kernel:[ 120.147270] audit: type=1400 audit(1401460947.028:21): avc: denied { getattr } for pid=1367 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 >14:42:27,371 INFO chronyd: chronyd version 1.29.1 starting >14:42:27,380 INFO chronyd: Linux kernel major=3 minor=15 patch=0 >14:42:27,380 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 >14:42:27,395 INFO chronyd: Generated key 1 >14:42:33,062 INFO chronyd: Selected source 67.18.187.111 >14:42:33,062 WARNING chronyd: System clock wrong by 1.193115 seconds, adjustment started >14:42:36,359 INFO chronyd: Selected source 74.117.238.11 > > >/run/install/ks.cfg: >#version f21 >install >network --hostname web-server-fedora-21-x86-64-test-update >rootpw --iscrypted "$6$UoB.LYcg$.CjiLs5.q01wjAXEYUS3kfOL.8T2zGSGtVv8GOqMwV8hcqAZoiiTlgt6GRSkow1eDv/H5vcp8w9r3gyjXepPk/" >lang en_US >keyboard --vckeymap=us --xlayouts=us >zerombr >bootloader --location=mbr >clearpart --all --initlabel >part / --fstype ext4 --size 1 --grow --asprimary >part swap --recommended >part /boot --fstype ext3 --size 512 --asprimary >timezone --utc America/Vancouver >auth --enablemd5 --enableshadow --enablecache >selinux --enforcing >reboot > >%packages --nobase >* >%end > >%pre ># ensure dns entries are set correctly during during install ># rhel6 did this automatically, but rhel7 does not >dhclient -H web-server-fedora-21-x86-64-test-update >%end > >%post ># allow build machine to access client via ssh ># set some convenience variables >sshdir=/root/.ssh >authkeys=$sshdir/authorized_keys >pubkey="ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAyn+fXy34ToShZbcAzB8pGccyvDoIzWp5S/PvMR4ILdRNI+eQ132brJvVexPo1M1uZ7vtdAU36EaRLwSgqMIsNFs4E6s879DQMHRGDoenrqfAgLAOk5nrutoCdpV3ZMb4xBdqTxCe8t5fVCLCo0sJ7tF0PjEq2tg/sAWnN4up0lOMJr8jwmMz46ue5KC6xEuGaS4jv2IVK16kt3aiWt4s9tmuanH0Snu5QfDTQ/d2mwjRlNGOD9TrrVgOn9y0iEECR/GeS4coPgwYzZ76MDzUDpDpjfQ2XjpOd7BsBaQTRU7l6KaCRsTCOKLaIWMOX7iULMtkNMaKuDoG5k3jT9iIGQ== root@repomaster >" > ># make sshdir if it doesn't exist >[[ -d $sshdir ]] || mkdir $sshdir > ># create authorized_keys file if it doesn't exist >[[ -f $authkeys ]] || touch $authkeys > ># copy pubkey into authorized keys if it's not there already >[[ `cat $authkeys` == $pubkey ]] || echo $pubkey >> $authkeys > ># set permissions >chmod 700 $sshdir >chmod 600 $authkeys >[[ -f /sbin/restorecon ]] && /sbin/restorecon -r $sshdir >%end
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1103267
: 900858 |
900859
|
900860
|
900861
|
900862
|
900863
|
900864
|
900865
|
900866
|
900867
|
900868
|
900869