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 873620 Details for
Bug 1075671
Disk information not completely restored when actions are canceled
[?]
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), 557.12 KB, created by
Bruno Goncalves
on 2014-03-12 14:53:00 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
Bruno Goncalves
Created:
2014-03-12 14:53:00 UTC
Size:
557.12 KB
patch
obsolete
>anaconda 19.31.67-1 exception report >Traceback (most recent call first): > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 2324, in _removeLogVol > raise ValueError("specified lv is not part of this vg") > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 326, in _removeDevice > dev.vg._removeLogVol(dev) > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 389, in cancelAction > self._removeDevice(action.device) > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1857, in hide > self.cancelAction(action) > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1850, in hide > self.hide(d) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 794, in on_back_clicked > self.storage.devicetree.hide(disk) >ValueError: specified lv is not part of this vg > >Local variables in innermost frame: >lv: non-existent 8080MB lvmlv rhel_storageqe-81-swap (24) >self: non-existent 953372MB lvmvg rhel_storageqe-81 (21) > > >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 0x7f17ccffd290>> > _intf._quitDialog: <class 'pyanaconda.ui.gui.QuitDialog'> > _intf.data: #version=RHEL7 > ># Use NFS installation media >nfs --server=nfs-01.eng.brq.redhat.com --dir=/pub/rhel/nightly/RHEL-7.0-20140312.n.0/compose/Server/x86_64/os/ >ignoredisk --only-use=mpatha,sdd,sde ># System language >lang en_US.UTF-8 > ># Network information >network --bootproto=dhcp --device=enp2s0 --noipv6 --activate >network --bootproto=dhcp --device=enp5s1f0 --onboot=off --ipv6=auto >network --bootproto=dhcp --device=enp5s1f2 --onboot=off --ipv6=auto >network --hostname=storageqe-81.lab.eng.brq.redhat.com.lab.eng.brq.redhat.com engla ># System services >services --enabled="chronyd" ># System bootloader configuration >bootloader --location=mbr --boot-drive=sda >autopart > >%pre --logfile /dev/console >set -x ># Check in with Beaker Server >wget -O - http://lab-02.rhts.eng.brq.redhat.com:8000/install_start/1263935 > >wget -O /tmp/anamon 'http://lab-02.rhts.eng.brq.redhat.com/beaker/anamon' >python /tmp/anamon --recipe-id 1263935 --xmlrpc-url 'http://lab-02.rhts.eng.brq.redhat.com:8000/RPC2' ># no snippet data for RedHatEnterpriseLinux7_pre ># no snippet data for system_pre >%end > >%post --logfile /dev/console >set -x ># Check in with Beaker Server, let it know our hostname, and ># record our install time. >REPORTED_FQDN=$(hostname -f) >if [[ -z "$REPORTED_FQDN" || $REPORTED_FQDN == localhost || $REPORTED_FQDN == localhost.* ]] ; then > # hostname -f is the most future-proof approach, but it isn't always reliable > if [ -f /etc/hostname ] ; then > # Preferred fallback if the OS is recent enough to provide it > REPORTED_FQDN=$(cat /etc/hostname) > elif grep -q ^HOSTNAME= /etc/sysconfig/network ; then > # Last resort fallback to try to report something sensible > REPORTED_FQDN=$(grep ^HOSTNAME= /etc/sysconfig/network | cut -f2- -d=) > fi >fi >curl http://lab-02.rhts.eng.brq.redhat.com:8000/install_done/1263935/$REPORTED_FQDN > >curl http://lab-02.rhts.eng.brq.redhat.com:8000/nopxe/storageqe-81.lab.eng.brq.redhat.com >echo 1263935 > /root/RECIPE.TXT > ># If netboot_method= is found in /proc/cmdline record it to /root >netboot_method=$(perl -n -e'/netboot_method=([^\s]+)/ && print $1' /proc/cmdline) >if [ -n "$netboot_method" ]; then >echo $netboot_method >/root/NETBOOT_METHOD.TXT >fi > ># Enable post-install boot notification > >curl -R "http://lab-02.rhts.eng.brq.redhat.com/beaker/anamon" -o /usr/local/sbin/anamon >curl -R "http://lab-02.rhts.eng.brq.redhat.com/beaker/anamon.init" -o /etc/rc.d/init.d/anamon > >chmod 755 /etc/rc.d/init.d/anamon /usr/local/sbin/anamon > >if selinuxenabled &>/dev/null; then > restorecon /etc/rc.d/init.d/anamon /usr/local/sbin/anamon >fi > >chkconfig --add anamon > >cat << __EOT__ > /etc/sysconfig/anamon >XMLRPC_URL="http://lab-02.rhts.eng.brq.redhat.com:8000/RPC2" >RECIPE_ID="1263935" >LOGFILES="/var/log/boot.log /var/log/messages /var/log/dmesg" >__EOT__ > > >if [ -e /etc/sysconfig/ntpdate ] ; then > /sbin/chkconfig ntpdate on >/dev/null 2>&1 || : >fi >if [ -e "/etc/sysconfig/ntpd" ]; then > /sbin/chkconfig ntpd on >/dev/null 2>&1 || : > GOT_G=$(/bin/cat /etc/sysconfig/ntpd | grep -E '^OPTIONS' | grep '\-g') > > if [ -z "$GOT_G" ]; then > /bin/sed -i -r 's/(^OPTIONS\s*=\s*)(['\''|"])(.+)$/\1\2\-x \3 /' /etc/sysconfig/ntpd > fi >fi >if [ -e /etc/chrony.conf ] ; then > cp /etc/chrony.conf{,.orig} > # use only DHCP-provided time servers, no default pool servers > sed -i '/^server /d' /etc/chrony.conf > cp /etc/sysconfig/network{,.orig} > # setting iburst should speed up initial sync > # https://bugzilla.redhat.com/show_bug.cgi?id=787042#c12 > echo NTPSERVERARGS=iburst >>/etc/sysconfig/network > /sbin/chkconfig ntpd off >/dev/null 2>&1 || : > /sbin/chkconfig ntpdate off >/dev/null 2>&1 || : >fi > > >if efibootmgr &>/dev/null ; then > # The installer should have added a new boot entry for the OS > # at the top of the boot order. We move it to the end of the order > # and set it as BootNext instead. > boot_order=$(efibootmgr | awk '/BootOrder/ { print $2 }') > os_boot_entry=$(cut -d, -f1 <<<"$boot_order") > new_boot_order=$(cut -d, -f2- <<<"$boot_order"),"$os_boot_entry" > efibootmgr -o "$new_boot_order" > efibootmgr -n "$os_boot_entry" > # save the boot entry for later, so that rhts-reboot can set BootNext as well > echo "$os_boot_entry" >/root/EFI_BOOT_ENTRY.TXT >fi > > > >#Add Task Repo >cat <<"EOF" >/etc/yum.repos.d/beaker-tasks.repo >[beaker-tasks] >name=beaker-tasks >baseurl=http://beaker.engineering.redhat.com/repos/1263935 >enabled=1 >gpgcheck=0 >EOF > > ># Add Harness Repo >cat <<"EOF" >/etc/yum.repos.d/beaker-harness.repo >[beaker-harness] >name=beaker-harness >baseurl=http://beaker.engineering.redhat.com/harness/RedHatEnterpriseLinux7/ >enabled=1 >gpgcheck=0 >EOF > ># Add distro and custom Repos >cat <<"EOF" >/etc/yum.repos.d/beaker-HighAvailability.repo >[beaker-HighAvailability] >name=beaker-HighAvailability >baseurl=http://download-01.eng.brq.redhat.com/pub/rhel/nightly/RHEL-7.0-20140312.n.0/compose/Server/x86_64/os/addons/HighAvailability >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-ResilientStorage.repo >[beaker-ResilientStorage] >name=beaker-ResilientStorage >baseurl=http://download-01.eng.brq.redhat.com/pub/rhel/nightly/RHEL-7.0-20140312.n.0/compose/Server/x86_64/os/addons/ResilientStorage >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Server-debuginfo.repo >[beaker-Server-debuginfo] >name=beaker-Server-debuginfo >baseurl=http://download-01.eng.brq.redhat.com/pub/rhel/nightly/RHEL-7.0-20140312.n.0/compose/Server/x86_64/debug/tree >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Server-optional-debuginfo.repo >[beaker-Server-optional-debuginfo] >name=beaker-Server-optional-debuginfo >baseurl=http://download-01.eng.brq.redhat.com/pub/rhel/nightly/RHEL-7.0-20140312.n.0/compose/Server-optional/x86_64/debug/tree >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Server-SAP-debuginfo.repo >[beaker-Server-SAP-debuginfo] >name=beaker-Server-SAP-debuginfo >baseurl=http://download-01.eng.brq.redhat.com/pub/rhel/nightly/RHEL-7.0-20140312.n.0/compose/Server-SAP/x86_64/debug/tree >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Server-SAP.repo >[beaker-Server-SAP] >name=beaker-Server-SAP >baseurl=http://download-01.eng.brq.redhat.com/pub/rhel/nightly/RHEL-7.0-20140312.n.0/compose/Server-SAP/x86_64/os >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Server-optional.repo >[beaker-Server-optional] >name=beaker-Server-optional >baseurl=http://download-01.eng.brq.redhat.com/pub/rhel/nightly/RHEL-7.0-20140312.n.0/compose/Server-optional/x86_64/os >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Server.repo >[beaker-Server] >name=beaker-Server >baseurl=http://download-01.eng.brq.redhat.com/pub/rhel/nightly/RHEL-7.0-20140312.n.0/compose/Server/x86_64/os >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF > > ># fill the yum cache and redirect output to /dev/null ># This speeds up yum because of a bug where it will update stdout too often. ># http://lists.baseurl.org/pipermail/yum-devel/2011-December/008857.html >yum check-update > /dev/null 2>&1 || true >yum -y install beah rhts-test-env beakerlib ># This may fail if you are outside of Red Hat.. >yum -y install beakerlib-redhat > >cp /etc/beah_beaker.conf{,.default} >cat << EOF > /etc/beah_beaker.conf ># see /etc/beah_beaker.conf.default for commented configuration > >[DEFAULT] ># LAB_CONTROLLER: URI of Beaker's XML-RPC handler >LAB_CONTROLLER=http://lab-02.rhts.eng.brq.redhat.com:8000 ># ># HOSTNAME: Pretend to be machine with given name. ># NOTE: This is mostly pointless as usually correct name is assigned by DHCP. >HOSTNAME=storageqe-81.lab.eng.brq.redhat.com >RECIPEID=1263935 > ># Turn on hard limits on upload sizes: >FILE_SIZE_LIMIT=200000000 >TASK_SIZE_LIMIT=800000000 > >EOF > >cp /etc/beah.conf{,.default} >cat << EOF > /etc/beah.conf ># see /etc/beah.conf.default for commented configuration > >[DEFAULT] ># Turn on more verbose logging and redirect to console. This is useful for ># debugging harness' problems. >LOG=Info >CONSOLE_LOG=Console ># To turn on debug logging uncomment the following line. Warning: this is ># rather verbose! This also requires LOG to be Debug. >#DEVEL=True > >[TASK] >INTERFACE= > >EOF > >chkconfig --level 345 beah-srv on >chkconfig --level 345 beah-beaker-backend on >chkconfig --level 345 beah-fwd-backend on > >#Add test user account >useradd --password '$6$oIW3o2Mr$XbWZKaM7nA.cQqudfDJScupXOia5h1u517t6Htx/Q/MgXm82Pc/OcytatTeI4ULNWOMJzvpCigWiL4xKP9PX4.' test >cat <<"EOF" >/etc/profile.d/beaker.sh >export BEAKER="https://beaker.engineering.redhat.com/" >export BEAKER_JOB_WHITEBOARD='Provision RHEL-7.0-20140312.n.0 Server x86_64' >export BEAKER_RECIPE_WHITEBOARD='' >EOF >cat <<"EOF" >/etc/profile.d/beaker.csh >setenv BEAKER "https://beaker.engineering.redhat.com/" >setenv BEAKER_JOB_WHITEBOARD 'Provision RHEL-7.0-20140312.n.0 Server x86_64' >setenv BEAKER_RECIPE_WHITEBOARD '' >EOF >cat << EOF > /etc/profile.d/rh-env.sh >export LAB_CONTROLLER=lab-02.rhts.eng.brq.redhat.com >export DUMPSERVER=netdump-01.eng.brq.redhat.com >export NFSSERVERS="rhel3-nfs.rhts.eng.brq.redhat.com:/export/home rhel4-nfs.rhts.eng.brq.redhat.com:/export/home rhel5-nfs.rhts.eng.brq.redhat.com:/export/home rhel6-nfs.rhts.eng.brq.redhat.com:/export/home " >export LOOKASIDE=http://download.eng.brq.redhat.com/pub/rhel/qa/rhts/lookaside/ >export BUILDURL=http://download.eng.brq.redhat.com >EOF >cat << EOF > /etc/profile.d/rh-env.csh >setenv LAB_CONTROLLER lab-02.rhts.eng.brq.redhat.com >setenv DUMPSERVER netdump-01.eng.brq.redhat.com >setenv NFSSERVERS "rhel3-nfs.rhts.eng.brq.redhat.com:/export/home rhel4-nfs.rhts.eng.brq.redhat.com:/export/home rhel5-nfs.rhts.eng.brq.redhat.com:/export/home rhel6-nfs.rhts.eng.brq.redhat.com:/export/home" >setenv LOOKASIDE http://download.eng.brq.redhat.com/pub/rhel/qa/rhts/lookaside/ >setenv BUILDURL http://download.eng.brq.redhat.com >EOF >mkdir -p /root/.ssh >cat >>/root/.ssh/authorized_keys <<"__EOF__" >ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeU2Kft+WY7mTA28fcXFjR1HQjIwB7dgbpnHOZyncr59z01/Pl8EqMpS/xIv4WAiAIoXAh0EuluqiiiBsj0Oj2YA/V/9L5tnykRRQ62tjd6rYNcovVdIlJDKaANEaZ3ZfE5DNZdsgXE/+IAy3vkKEzwjpQqjzBrgeGebuSbaPnbU0jNqGJlRjLdAaMGoXVfL7UU9DyHQ0moWYGyH9iwyfTUQIrS5l9TAe89PRsiQXfEG8ZCxft7AY+nxqLNAN+Ce7RIlHFYAv9zvVhKY56KrVQMB3CQDBy4JuQdo2uZtHCSoWtO+fXXbK5vq/s4p6J/UcTbzwXLH77hm6nKgMNQ191 bgoncalv@dhcp-30-172.brq.redhat.com >__EOF__ >restorecon -R /root/.ssh >chmod go-w /root /root/.ssh /root/.ssh/authorized_keys ># Check in with Beaker Server, record our postinstall time. >curl http://lab-02.rhts.eng.brq.redhat.com:8000/postinstall_done/1263935 ># Disable rhts-compat for Fedora15/RHEL7 and newer. >cat >> /etc/profile.d/task-overrides-rhts.sh <<END >export RHTS_OPTION_COMPATIBLE= >export RHTS_OPTION_COMPAT_SERVICE= >END ># no snippet data for RedHatEnterpriseLinux7_post ># no snippet data for system_post >%end > >%packages >@core >chrony > >%end > > > _intf.storage: Blivet instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {'sda': 128, 'sdb': 129, 'sdc': 130} > _intf.storage.dasd: None > _intf.storage.roots: [Root instance, containing members: > mounts: {'/boot': existing 200MB partition sda1 (3) with existing xfs filesystem >, '/': existing 230194MB partition sda3 (5) with existing xfs filesystem >, '/root/os_reboot': MultipathDevice instance, containing members: > mounts.major: 0 > mounts._partedDevice: parted.Device instance -- > model: Linux device-mapper (multipath) path: /dev/mapper/mpatha type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 102400000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (50000, 64, 32) biosGeometry: (6374, 255, 63) > PedDevice: <_ped.Device object at 0x7f17cd2d3950> > mounts.exists: True > mounts._size: 50000.0 > mounts.id: 17 > mounts.controllable: True > mounts.uuid: None > mounts._format: Ext4FS instance, containing members: > mounts._format._label: None > mounts._format.errors: False > mounts._format.uuid: b04d96fd-3fbc-4689-9298-aa3a89386430 > mounts._format.exists: True > mounts._format._mountpoint: None > mounts._format._majorminor: 253002 > mounts._format._minInstanceSize: 297.0 > mounts._format._mountType: ext4 > mounts._format.fsprofile: None > mounts._format._targetSize: 50000.0 > mounts._format.dirty: False > mounts._format._size: 50000.0 > mounts._format.mountopts: None > mounts._format.mountpoint: None > mounts._format._device: /dev/mapper/mpatha > mounts.dmUuid: None > mounts.parents: [iScsiDiskDevice instance, containing members: > major: 8 > _partedDevice: parted.Device instance -- > model: IET VIRTUAL-DISK path: /dev/sdd type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 102400000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 256 busy: False > hardwareGeometry: (50000, 64, 32) biosGeometry: (6374, 255, 63) > PedDevice: <_ped.Device object at 0x7f17ca2a6050> > exists: True > _size: 50000.0 > id: 0 > controllable: True > uuid: None > _format: existing multipath_member > parents: [] > bus: SCSI > deviceLinks: [/dev/disk/by-id/scsi-13196511, /dev/disk/by-path/pci-0000:05:01.1-ip-10.34.36.195:3260-iscsi-iqn.1994-05.com.redhat:storageqe-80-lun-1, /dev/disk/by-uuid/b04d96fd-3fbc-4689-9298-aa3a89386430] > minor: 48 > node: None > fstabComment: Skipped > nic: offload:not_accessible_via_iscsiadm > sysfsPath: /devices/pci0000:00/0000:00:01.0/0000:04:00.0/0000:05:01.1/host0/session1/target0:0:0/0:0:0:1/block/sdd > _targetSize: 0 > host_address: 10.34.36.195 > _model: IET VIRTUAL-DISK > initiator: iqn.1994-05.com.redhat:storageqe-81-boot > kids: 1 > _vendor: IET > _name: sdd > protected: False > originalFormat: existing multipath_member > ibft: False > _serial: 3196511 >, iScsiDiskDevice instance, containing members: > major: 8 > _partedDevice: parted.Device instance -- > model: IET VIRTUAL-DISK path: /dev/sde type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 102400000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 256 busy: False > hardwareGeometry: (50000, 64, 32) biosGeometry: (6374, 255, 63) > PedDevice: <_ped.Device object at 0x7f17ca2a64d0> > exists: True > _size: 50000.0 > id: 1 > controllable: True > uuid: None > _format: existing multipath_member > parents: [] > bus: SCSI > deviceLinks: [/dev/disk/by-id/scsi-13196511, /dev/disk/by-path/pci-0000:05:01.3-ip-10.34.36.195:3260-iscsi-iqn.1994-05.com.redhat:storageqe-80-lun-1, /dev/disk/by-uuid/b04d96fd-3fbc-4689-9298-aa3a89386430] > minor: 64 > node: None > fstabComment: Skipped > nic: offload:not_accessible_via_iscsiadm > sysfsPath: /devices/pci0000:00/0000:00:01.0/0000:04:00.0/0000:05:01.3/host8/session2/target8:0:0/8:0:0:1/block/sde > _targetSize: 0 > host_address: 10.34.36.195 > _model: Skipped > initiator: iqn.1994-05.com.redhat:storageqe-81-boot > kids: 1 > _vendor: IET > _name: sde > protected: False > originalFormat: existing multipath_member > ibft: False > _serial: 3196511 >] > mounts.config: {'uid': 0, 'gid': 0, 'wwid': 13196511, 'mode': 0600} > mounts.deviceLinks: [/dev/disk/by-id/dm-name-mpatha, /dev/disk/by-id/dm-uuid-mpath-13196511, /dev/disk/by-uuid/b04d96fd-3fbc-4689-9298-aa3a89386430, /dev/mapper/mpatha] > mounts.minor: 0 > mounts.fstabComment: Skipped > mounts.bus: Skipped > mounts.sysfsPath: Skipped > mounts._targetSize: 0 > mounts.identity: 13196511 > mounts._model: Skipped > mounts.kids: 0 > mounts.target: None > mounts._vendor: Skipped > mounts._name: mpatha > mounts.protected: False > mounts.originalFormat: Ext4FS instance, containing members: > mounts.originalFormat._label: None > mounts.originalFormat.errors: False > mounts.originalFormat.uuid: b04d96fd-3fbc-4689-9298-aa3a89386430 > mounts.originalFormat.exists: True > mounts.originalFormat._mountpoint: None > mounts.originalFormat.mountpoint: None > mounts.originalFormat._majorminor: None > mounts.originalFormat._mountType: ext4 > mounts.originalFormat.fsprofile: None > mounts.originalFormat._targetSize: 50000.0 > mounts.originalFormat.dirty: False > mounts.originalFormat._minInstanceSize: 297.0 > mounts.originalFormat.mountopts: None > mounts.originalFormat._size: 50000.0 > mounts.originalFormat._device: /dev/mapper/mpatha > mounts._serial: None >} > swaps: [existing 8080MB partition sda2 (4) with existing swap >] > name: Red Hat Enterprise Linux Server Linux 7.0 for x86_64 >] > _intf.storage.zfcp: ZFCP instance, containing members: > _intf.storage.zfcp.down: False > _intf.storage.zfcp.hasReadConfig: True > _intf.storage.zfcp.intf: None > _intf.storage.zfcp.fcpdevs: set([]) > _intf.storage._defaultFSType: xfs > _intf.storage.autoPartEscrowCert: None > _intf.storage.iscsi: iscsi instance, containing members: > _intf.storage.iscsi.initiatorSet: False > _intf.storage.iscsi.ifaces: {} > _intf.storage.iscsi.started: False > _intf.storage.iscsi._initiator: Skipped > _intf.storage.iscsi.discovered_targets: {} > _intf.storage.iscsi.ibftNodes: [] > _intf.storage.escrowCertificates: {} > _intf.storage.fsset: FSSet instance, containing members: > _intf.storage.fsset.origFStab: None > _intf.storage.fsset._usb: None > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree.dasd: None > _intf.storage.fsset.devicetree.populated: True > _intf.storage.fsset.devicetree.exclusiveDisks: [] > _intf.storage.fsset.devicetree._actions: [ActionCreateDevice instance, containing members: > device: non-existent 476439MB partition sdb2 (18) with non-existent lvmpv > id: 0 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 1 >, ActionCreateDevice instance, containing members: > device: non-existent 476939MB partition sdc1 (19) with non-existent lvmpv > id: 2 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 3 >, ActionCreateDevice instance, containing members: > device: non-existent 500MB partition sdb1 (20) with non-existent xfs filesystem mounted at /boot > id: 4 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 5 >, ActionCreateDevice instance, containing members: > device: non-existent 953372MB lvmvg rhel_storageqe-81 (21) > id: 6 >, ActionCreateDevice instance, containing members: > device: non-existent 51200MB lvmlv rhel_storageqe-81-root (22) with non-existent xfs filesystem mounted at / > id: 7 >, ActionCreateFormat instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > origFormat: non-existent None > id: 8 >, ActionCreateDevice instance, containing members: > device: non-existent 894092MB lvmlv rhel_storageqe-81-home (23) with non-existent xfs filesystem mounted at /home > id: 9 >, ActionCreateFormat instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > origFormat: non-existent None > id: 10 >, ActionCreateDevice instance, containing members: > device: non-existent 8080MB lvmlv rhel_storageqe-81-swap (24) > id: 11 >] > _intf.storage.fsset.devicetree.iscsi: Already dumped (iscsi instance) > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree._devices: [Already dumped (iScsiDiskDevice instance) >, Already dumped (iScsiDiskDevice instance) >, existing 238475MB disk sda (2) with existing msdos disklabel >, Already dumped (PartitionDevice instance) >, Already dumped (PartitionDevice instance) >, Already dumped (PartitionDevice instance) >, existing 476940MB disk sdb (6) with existing msdos disklabel >, existing 476940MB disk sdc (7) with existing msdos disklabel >, OpticalDevice instance, containing members: > major: 11 > _partedDevice: None > exists: True > _size: 0 > id: 8 > controllable: True > uuid: None > _format: existing None > parents: [] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: /devices/pci0000:00/0000:00:1f.2/ata5/host6/target6:0:0/6:0:0:0/block/sr0 > _targetSize: 0 > _model: hp_DVD_A_DU8D4SH > kids: 0 > _vendor: None > _name: sr0 > protected: False > originalFormat: existing None > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 9 > controllable: False > uuid: None > _format: existing None > parents: [] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /run/install/repo/LiveOS/squashfs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 10 > controllable: False > uuid: None > _format: existing squashfs > parents: [Already dumped (FileDevice instance) >] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop0 > protected: False > originalFormat: existing squashfs > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 11 > controllable: False > uuid: None > _format: existing None > parents: [] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /LiveOS/rootfs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 12 > controllable: False > uuid: None > _format: Ext4FS instance, containing members: > _format._label: Anaconda > _format.errors: False > _format.uuid: 37885a94-67ae-4c44-84bd-17e9048c146e > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._minInstanceSize: 0.0 > _format._mountType: ext4 > _format.fsprofile: None > _format._targetSize: 2048.0 > _format.dirty: False > _format._size: 2048.0 > _format.mountopts: None > _format.mountpoint: None > _format._device: /dev/loop1 > parents: [Already dumped (FileDevice instance) >] > deviceLinks: [/dev/disk/by-label/Anaconda, /dev/disk/by-uuid/37885a94-67ae-4c44-84bd-17e9048c146e] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop1 > protected: False > originalFormat: Ext4FS instance, containing members: > originalFormat._label: Anaconda > originalFormat.errors: False > originalFormat.uuid: 37885a94-67ae-4c44-84bd-17e9048c146e > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat._targetSize: 2048.0 > originalFormat.dirty: False > originalFormat._minInstanceSize: 0.0 > originalFormat.mountopts: None > originalFormat._size: 2048.0 > originalFormat._device: /dev/loop1 > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 13 > controllable: False > uuid: None > _format: existing None > parents: [] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /overlay (deleted) > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 14 > controllable: False > uuid: None > _format: existing None > parents: [Already dumped (FileDevice instance) >] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop2 > protected: False > originalFormat: existing None > _serial: None >, existing 2048MB dm live-rw (15) with existing ext4 filesystem >, existing 2048MB dm live-base (16) with existing ext4 filesystem >, Already dumped (MultipathDevice instance) >, Already dumped (PartitionDevice instance) >, Already dumped (PartitionDevice instance) >, Already dumped (LVMVolumeGroupDevice instance) >, Already dumped (LVMLogicalVolumeDevice instance) >, Already dumped (LVMLogicalVolumeDevice instance) >, Already dumped (LVMLogicalVolumeDevice instance) >, Already dumped (PartitionDevice instance) >] > _intf.storage.fsset.devicetree.ignoredDisks: [] > _intf.storage.fsset.devicetree._completed_actions: [] > _intf.storage.fsset.devicetree.names: [sdd, sde, sda, sda1, sda2, sda3, sdb, sdc, sr0, loop0, /run/install/repo/LiveOS/squashfs.img, loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), live-rw, live-base, mpatha, sdc1, sdb2, rhel_storageqe-81, rhel_storageqe-81-root, rhel_storageqe-81-home, rhel_storageqe-81-swap, sdb1] > _intf.storage.fsset.devicetree.liveBackingDevice: None > _intf.storage.fsset.devicetree.protectedDevNames: [] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._hidden: [] > _intf.storage.fsset.devicetree.protectedDevSpecs: [] > _intf.storage.fsset.preserveLines: [] > _intf.storage.fsset._run: None > _intf.storage.fsset._devshm: None > _intf.storage.fsset._dev: None > _intf.storage.fsset.blkidTab: None > _intf.storage.fsset._proc: None > _intf.storage.fsset.active: False > _intf.storage.fsset.cryptTab: None > _intf.storage.fsset._devpts: None > _intf.storage.fsset._sysfs: None > _intf.storage.fsset._selinux: None > _intf.storage.config: StorageDiscoveryConfig instance, containing members: > _intf.storage.config.clearPartType: None > _intf.storage.config.clearNonExistent: False > _intf.storage.config.ignoredDisks: [] > _intf.storage.config.protectedDevSpecs: [] > _intf.storage.config.ignoreDiskInteractive: False > _intf.storage.config.exclusiveDisks: [] > _intf.storage.config.clearPartDevices: [] > _intf.storage.config.zeroMbr: False > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [] > _intf.storage.config.mpathFriendlyNames: True > _intf.storage.config.initializeDisks: False > _intf.storage.size_sets: [] > _intf.storage.autoPartType: 2 > _intf.storage._bootloader: GRUB2 instance, containing members: > _intf.storage._bootloader._disk_order: [] > _intf.storage._bootloader.console_options: 115200 > _intf.storage._bootloader.console: ttyS1 > _intf.storage._bootloader.skip_bootloader: False > _intf.storage._bootloader.warnings: [] > _intf.storage._bootloader.chain_images: [] > _intf.storage._bootloader.stage2_is_preferred_stage1: False > _intf.storage._bootloader.disks: [Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >] > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader._default_image: None > _intf.storage._bootloader.stage2_device: Already dumped (PartitionDevice instance) > _intf.storage._bootloader.encrypted_password: Skipped > _intf.storage._bootloader.errors: [] > _intf.storage._bootloader.stage1_device: Already dumped (DiskDevice instance) > _intf.storage._bootloader._timeout: None > _intf.storage._bootloader.stage1_disk: Already dumped (DiskDevice instance) > _intf.storage._bootloader.password: None > _intf.storage._bootloader.dracut_args: > _intf.storage._bootloader.boot_args: > _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: True > _intf.storage.encryptionRetrofit: False > _intf.storage._nextID: 3 > _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 (0x7f17cae62c50) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = xfs encrypted = True > size = 1024 maxSize = 51200 grow = True > >, PartSpec instance (0x7f17cae62a90) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = xfs encrypted = True > size = 500 maxSize = None grow = True > >, PartSpec instance (0x7f17cae62ad0) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = xfs encrypted = False > size = 500 maxSize = None grow = False > >, PartSpec instance (0x7f17cae62c90) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >, PartSpec instance (0x7f17c9ce1590) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 8080 maxSize = None grow = False > >] > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.encryptedAutoPart: False > _intf._isFinal: False > _intf._distributionText: <function distributionText at 0x7f17f171bb18> > _intf._ui: None > _intf._actions: Skipped > _intf.payload: YumPayload instance, containing members: > _intf.payload._groups: Skipped > _intf.payload._yum: Skipped > _intf.payload.storage: Already dumped (Blivet instance) > _intf.payload.install_device: None > _intf.payload._root_dir: /tmp/yum.root > _intf.payload._repos_dir: /etc/yum.repos.d,/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anaconda.repos.d > _intf.payload._packages: [] > _intf.payload._requiredPackages: [] > _intf.payload._requiredGroups: [] > _intf.payload._setup: True > _intf.payload.txID: 1394635216.98 > _intf.payload.default_repos: [red hat enterprise linux, rawhide] > _intf.payload._createdInitrds: False > _intf.payload._space_required: 920.34 MB > _intf.payload.data: Already dumped (AnacondaKSHandler instance) > _intf.payload._kernelVersionList: [] > _intf._currentAction: SummaryHub instance, containing members: > _intf._currentAction._window: HubWindow instance, containing members: > _intf._currentAction._spokes: {'SoftwareSelectionSpoke': SoftwareSelectionSpoke instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes._tx_id: None > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.selectedGroups: [] > _intf._currentAction._spokes._origAddons: [] > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._addonStore: ListStore instance, containing members: > _intf._currentAction._spokes._origEnvironment: minimal > _intf._currentAction._spokes._selectFlag: False > _intf._currentAction._spokes._errorMsgs: None > _intf._currentAction._spokes.excludedGroups: [] > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.environment: minimal > _intf._currentAction._spokes._environmentStore: ListStore instance, containing members: >, 'FilterSpoke': FilterSpoke instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes.ancestors: [sdd, sde] > _intf._currentAction._spokes._store: ListStore instance, containing members: > _intf._currentAction._spokes.applyOnSkip: True > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.disks: [Already dumped (MultipathDevice instance) >, Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >] > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.selector: None > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._notebook: Notebook instance, containing members: > _intf._currentAction._spokes.pages: [SearchPage instance, containing members: > _lunEntry: Entry instance, containing members: > _portCombo: ComboBoxText instance, containing members: > _targetEntry: Entry instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > filterActive: False > _combo: ComboBoxText instance, containing members: > model: TreeModelFilter instance, containing members: > _wwidEntry: Entry instance, containing members: >, MultipathPage instance, containing members: > _wwidEntry: Entry instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > filterActive: False > _combo: ComboBoxText instance, containing members: > model: TreeModelFilter instance, containing members: > _icCombo: ComboBoxText instance, containing members: > _vendorCombo: ComboBoxText instance, containing members: >, OtherPage instance, containing members: > storage: Already dumped (Blivet instance) > builder: Already dumped (Builder instance) > _idEntry: Entry instance, containing members: > filterActive: False > _combo: ComboBoxText instance, containing members: > model: TreeModelFilter instance, containing members: > _icCombo: ComboBoxText instance, containing members: > _vendorCombo: ComboBoxText instance, containing members: >, RaidPage instance, containing members: > filterActive: False > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > model: TreeModelFilter instance, containing members: >, ZPage instance, containing members: > _ccwEntry: Entry instance, containing members: > _wwpnEntry: Entry instance, containing members: > _lunEntry: Entry instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > filterActive: False > _isS390: False > model: TreeModelFilter instance, containing members: >] > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.selected_disks: [mpatha, sdd, sde] > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._addDisksButton: None >, 'NetworkSpoke': NetworkSpoke instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.network_control_box: NetworkControlBox instance, containing members: > _intf._currentAction._spokes.network_control_box.spoke: Already dumped (NetworkSpoke instance) > _intf._currentAction._spokes.network_control_box.dev_cfg_store: ListStore instance, containing members: > _intf._currentAction._spokes.network_control_box.builder: Already dumped (Builder instance) > _intf._currentAction._spokes.network_control_box._running_nmce: None > _intf._currentAction._spokes.network_control_box.selected_ssid: None > _intf._currentAction._spokes.network_control_box.client: Client instance, containing members: > _intf._currentAction._spokes.network_control_box.entry_hostname: Entry instance, containing members: > _intf._currentAction._spokes.network_control_box._updating_device: False >, 'SourceSpoke': SourceSpoke instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes._updatesBox: Box instance, containing members: > _intf._currentAction._spokes._repoNameWarningBox: Box instance, containing members: > _intf._currentAction._spokes._repoProxyPasswordEntry: Entry instance, containing members: > _intf._currentAction._spokes._autodetectDeviceLabel: Label instance, containing members: > _intf._currentAction._spokes._autodetectButton: RadioButton instance, containing members: > _intf._currentAction._spokes._autodetectLabel: Label instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._repoNameWarningLabel: Label instance, containing members: > _intf._currentAction._spokes._repoStore: ListStore instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes._repoEntryBox: Grid instance, containing members: > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes._networkButton: RadioButton instance, containing members: > _intf._currentAction._spokes._cdrom: None > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._proxyUrl: Skipped > _intf._currentAction._spokes._isoChooserButton: Button instance, containing members: > _intf._currentAction._spokes._mirrorlistCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._repoMirrorlistCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._repoProxyUrlEntry: Entry instance, containing members: > _intf._currentAction._spokes._protocolComboBox: ComboBoxText instance, containing members: > _intf._currentAction._spokes._repoProxyUsernameEntry: Entry instance, containing members: > _intf._currentAction._spokes._autodetectBox: Grid instance, containing members: > _intf._currentAction._spokes._repoNamesWarningBox: Box instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._verifyIsoButton: Button instance, containing members: > _intf._currentAction._spokes._currentIsoFile: None > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._origIsoChooserButton: _Choose an ISO > _intf._currentAction._spokes._repoProtocolComboBox: ComboBoxText instance, containing members: > _intf._currentAction._spokes._noUpdatesCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._repoUrlEntry: Entry instance, containing members: > _intf._currentAction._spokes._repoNameEntry: Entry instance, containing members: > _intf._currentAction._spokes._error: False > _intf._currentAction._spokes._repoSelection: TreeSelection instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._repoNamesWarningLabel: Label instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._proxyChange: False > _intf._currentAction._spokes._ready: True > _intf._currentAction._spokes._urlEntry: Entry instance, containing members: > _intf._currentAction._spokes._networkBox: Box instance, containing members: > _intf._currentAction._spokes._isoBox: Box instance, containing members: > _intf._currentAction._spokes._isoButton: RadioButton instance, containing members: >, 'KeyboardSpoke': KeyboardSpoke instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes._store: ListStore instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._layoutSwitchLabel: Label instance, containing members: > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._xkl_wrapper: XklWrapper instance, containing members: > _intf._currentAction._spokes._xkl_wrapper._layout_infos: {ch (de_mac): LayoutInfo(lang='Swiss German; Alemannic; Alsatian', desc='German (Switzerland, Macintosh)'), de (nodeadkeys): LayoutInfo(lang='German', desc='German (eliminate dead keys)'), gr: LayoutInfo(lang='Greek, Modern (1453-)', desc='Greek'), pl (dvorak): LayoutInfo(lang='Polish', desc='Polish (Dvorak)'), pl (ru_phonetic_dvorak): LayoutInfo(lang='Russian', desc='Russian (Poland, phonetic Dvorak)'), sk (bksl): LayoutInfo(lang='Slovak', desc='Slovak (extended Backslash)'), jp (kana): LayoutInfo(lang='Japanese', desc='Japanese (Kana)'), gb: LayoutInfo(lang='English', desc='English (UK)'), lv (fkey): LayoutInfo(lang='Latvian', desc='Latvian (F variant)'), gn: LayoutInfo(lang='French', desc='French (Guinea)'), pl (szl): LayoutInfo(lang='Poland', desc='Silesian'), ge (mess): LayoutInfo(lang='Georgian', desc='Georgian (MESS)'), gh: LayoutInfo(lang='English', desc='English (Ghana)'), tz: LayoutInfo(lang='Swahili', desc='Swahili (Tanzania)'), gh (avn): LayoutInfo(lang='Ghana', desc='Avatime'), de (dsb): LayoutInfo(lang='Lower Sorbian', desc='Lower Sorbian'), tr: LayoutInfo(lang='Turkish', desc='Turkish'), pt (nativo-epo): LayoutInfo(lang='Esperanto', desc='Esperanto (Portugal, Nativo)'), at (nodeadkeys): LayoutInfo(lang='German', desc='German (Austria, eliminate dead keys)'), ru (kom): LayoutInfo(lang='Komi', desc='Komi'), tj: LayoutInfo(lang='Tajik', desc='Tajik'), th: LayoutInfo(lang='Thai', desc='Thai'), sk (qwerty): LayoutInfo(lang='Slovak', desc='Slovak (qwerty)'), de (mac): LayoutInfo(lang='German', desc='German (Macintosh)'), ml (us-intl): LayoutInfo(lang='English', desc='English (Mali, US international)'), ro (std): LayoutInfo(lang='Romanian', desc='Romanian (standard)'), in (urd-phonetic): LayoutInfo(lang='Urdu', desc='Urdu (phonetic)'), no (nodeadkeys): LayoutInfo(lang='Norwegian', desc='Norwegian (eliminate dead keys)'), us (euro): LayoutInfo(lang='English', desc='English (US, with euro on 5)'), be (sundeadkeys): LayoutInfo(lang='Dutch; Flemish', desc='Belgian (Sun dead keys)'), de (deadgraveacute): LayoutInfo(lang='German', desc='German (dead grave acute)'), fr (nodeadkeys): LayoutInfo(lang='French', desc='French (eliminate dead keys)'), ch (fr_mac): LayoutInfo(lang='French', desc='French (Switzerland, Macintosh)'), ge: LayoutInfo(lang='Georgian', desc='Georgian'), lv (adapted): LayoutInfo(lang='Latvian', desc='Latvian (adapted)'), in (mal): LayoutInfo(lang='Malayalam', desc='Malayalam'), hu (102_qwerty_dot_nodead): LayoutInfo(lang='Hungarian', desc='Hungarian (102/qwerty/dot/eliminate dead keys)'), es (deadtilde): LayoutInfo(lang='Spanish; Castilian', desc='Spanish (include dead tilde)'), in (tam_keyboard_with_numerals): LayoutInfo(lang='Tamil', desc='Tamil (keyboard with numerals)'), be: LayoutInfo(lang='Dutch; Flemish', desc='Belgian'), de (sundeadkeys): LayoutInfo(lang='German', desc='German (Sun dead keys)'), za: LayoutInfo(lang='English', desc='English (South Africa)'), be (oss_latin9): LayoutInfo(lang='Dutch; Flemish', desc='Belgian (alternative, latin-9 only)'), us (dvorak): LayoutInfo(lang='English', desc='English (Dvorak)'), ee (dvorak): LayoutInfo(lang='Estonian', desc='Estonian (Dvorak)'), in (ben_gitanjali): LayoutInfo(lang='Bengali', desc='Bengali (India, Uni Gitanjali)'), fr (mac): LayoutInfo(lang='French', desc='French (Macintosh)'), kz (kazrus): LayoutInfo(lang='Russian', desc='Kazakh (with Russian)'), ie (CloGaelach): LayoutInfo(lang='Irish', desc='CloGaelach'), ng (igbo): LayoutInfo(lang='Igbo', desc='Igbo'), ma (tifinagh-extended-phonetic): LayoutInfo(lang='Berber languages', desc='Berber (Morocco, Tifinagh extended phonetic)'), se (nodeadkeys): LayoutInfo(lang='Swedish', desc='Swedish (eliminate dead keys)'), us (chr): LayoutInfo(lang='Cherokee', desc='Cherokee'), rs (latinunicodeyz): LayoutInfo(lang='Serbian', desc='Serbian (Latin Unicode qwerty)'), ru (typewriter): LayoutInfo(lang='Russian', desc='Russian (typewriter)'), ee (us): LayoutInfo(lang='Estonian', desc='Estonian (US keyboard with Estonian letters)'), no (mac_nodeadkeys): LayoutInfo(lang='Norwegian', desc='Norwegian (Macintosh, eliminate dead keys)'), iq (ku_f): LayoutInfo(lang='Kurdish', desc='Kurdish (Iraq, F)'), no (colemak): LayoutInfo(lang='Norwegian', desc='Norwegian (Colemak)'), cz (qwerty_bksl): LayoutInfo(lang='Czech', desc='Czech (qwerty, extended Backslash)'), de (legacy): LayoutInfo(lang='German', desc='German (legacy)'), it (us): LayoutInfo(lang='Italian', desc='Italian (US keyboard with Italian letters)'), sy (ku_f): LayoutInfo(lang='Kurdish', desc='Kurdish (Syria, F)'), epo (legacy): LayoutInfo(lang='Esperanto', desc='Esperanto (displaced semicolon and quote, obsolete)'), in (guru): LayoutInfo(lang='Panjabi; Punjabi', desc='Punjabi (Gurmukhi)'), hu (102_qwertz_comma_dead): LayoutInfo(lang='Hungarian', desc='Hungarian (102/qwertz/comma/dead keys)'), tw: LayoutInfo(lang='Taiwan, Province of China', desc='Taiwanese'), fr (geo): LayoutInfo(lang='Georgian', desc='Georgian (France, AZERTY Tskapo)'), hu (101_qwertz_dot_nodead): LayoutInfo(lang='Hungarian', desc='Hungarian (101/qwertz/dot/eliminate dead keys)'), pt (nodeadkeys): LayoutInfo(lang='Portuguese', desc='Portuguese (eliminate dead keys)'), hu (102_qwerty_dot_dead): LayoutInfo(lang='Hungarian', desc='Hungarian (102/qwerty/dot/dead keys)'), tr (ku_alt): LayoutInfo(lang='Kurdish', desc='Kurdish (Turkey, Latin Alt-Q)'), ca (multi): LayoutInfo(lang='French', desc='Canadian Multilingual (first part)'), ru (phonetic): LayoutInfo(lang='Russian', desc='Russian (phonetic)'), in (ben_baishakhi): LayoutInfo(lang='Bengali', desc='Bengali (India, Baishakhi)'), hu (nodeadkeys): LayoutInfo(lang='Hungarian', desc='Hungarian (eliminate dead keys)'), fr: LayoutInfo(lang='French', desc='French'), lt (lekp): LayoutInfo(lang='Lithuanian', desc='Lithuanian (LEKP)'), ru (bak): LayoutInfo(lang='Bashkir', desc='Bashkirian'), by (legacy): LayoutInfo(lang='Belarusian', desc='Belarusian (legacy)'), me (latinyz): LayoutInfo(lang='Serbian', desc='Montenegrin (Latin qwerty)'), am (phonetic-alt): LayoutInfo(lang='Armenian', desc='Armenian (alternative phonetic)'), ba (alternatequotes): LayoutInfo(lang='Bosnian', desc='Bosnian (use guillemets for quotes)'), us (dvorak-l): LayoutInfo(lang='English', desc='English (left handed Dvorak)'), pt (mac_sundeadkeys): LayoutInfo(lang='Portuguese', desc='Portuguese (Macintosh, Sun dead keys)'), tm: LayoutInfo(lang='Turkmen', desc='Turkmen'), ru (legacy): LayoutInfo(lang='Russian', desc='Russian (legacy)'), tw (indigenous): LayoutInfo(lang='Taiwan, Province of China', desc='Taiwanese (indigenous)'), is: LayoutInfo(lang='Icelandic', desc='Icelandic'), no (mac): LayoutInfo(lang='Norwegian', desc='Norwegian (Macintosh)'), se (swl): LayoutInfo(lang='Sweden', desc='Swedish Sign Language'), se (dvorak): LayoutInfo(lang='Swedish', desc='Swedish (Dvorak)'), ua (rstu_ru): LayoutInfo(lang='Ukrainian', desc='Russian (Ukraine, standard RSTU)'), me: LayoutInfo(lang='Serbian', desc='Montenegrin'), md: LayoutInfo(lang='Romanian', desc='Moldavian'), ma: LayoutInfo(lang='Morocco', desc='Arabic (Morocco)'), mm: LayoutInfo(lang='Burmese', desc='Burmese'), ml: LayoutInfo(lang='Bambara', desc='Bambara'), pl (qwertz): LayoutInfo(lang='Polish', desc='Polish (qwertz)'), us (dvorak-intl): LayoutInfo(lang='English', desc='English (Dvorak, international with dead keys)'), mk: LayoutInfo(lang='Macedonian', desc='Macedonian'), mt: LayoutInfo(lang='Maltese', desc='Maltese'), fr (bre): LayoutInfo(lang='French', desc='French (Breton)'), mv: LayoutInfo(lang='Divehi; Dhivehi; Maldivian', desc='Dhivehi'), hu (102_qwertz_comma_nodead): LayoutInfo(lang='Hungarian', desc='Hungarian (102/qwertz/comma/eliminate dead keys)'), cn (tib_asciinum): LayoutInfo(lang='Tibetan', desc='Tibetan (with ASCII numerals)'), ph (colemak): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (Colemak Latin)'), in (urd-winkeys): LayoutInfo(lang='Urdu', desc='Urdu (WinKeys)'), bd (probhat): LayoutInfo(lang='Bengali', desc='Bengali (Probhat)'), la (stea): LayoutInfo(lang='Lao', desc='Lao (STEA proposed standard layout)'), ua (typewriter): LayoutInfo(lang='Ukrainian', desc='Ukrainian (typewriter)'), iq (ku_ara): LayoutInfo(lang='Kurdish', desc='Kurdish (Iraq, Arabic-Latin)'), gb (dvorakukp): LayoutInfo(lang='English', desc='English (UK, Dvorak with UK punctuation)'), fi (mac): LayoutInfo(lang='Finnish', desc='Finnish (Macintosh)'), hu (qwerty): LayoutInfo(lang='Hungarian', desc='Hungarian (qwerty)'), mn: LayoutInfo(lang='Mongolian', desc='Mongolian'), tr (sundeadkeys): LayoutInfo(lang='Turkish', desc='Turkish (Sun dead keys)'), hu (101_qwertz_comma_nodead): LayoutInfo(lang='Hungarian', desc='Hungarian (101/qwertz/comma/eliminate dead keys)'), pt (mac_nodeadkeys): LayoutInfo(lang='Portuguese', desc='Portuguese (Macintosh, eliminate dead keys)'), se (svdvorak): LayoutInfo(lang='Swedish', desc='Swedish (Svdvorak)'), me (latinalternatequotes): LayoutInfo(lang='Serbian', desc='Montenegrin (Latin with guillemets)'), af (olpc-ps): LayoutInfo(lang='Pushto; Pashto', desc='Pashto (Afghanistan, OLPC)'), es (mac): LayoutInfo(lang='Spanish; Castilian', desc='Spanish (Macintosh)'), sy (ku_alt): LayoutInfo(lang='Kurdish', desc='Kurdish (Syria, Latin Alt-Q)'), il (biblical): LayoutInfo(lang='Hebrew', desc='Hebrew (Biblical, Tiro)'), il (lyx): LayoutInfo(lang='Hebrew', desc='Hebrew (lyx)'), fi: LayoutInfo(lang='Finnish', desc='Finnish'), mao: LayoutInfo(lang='Maori', desc='Maori'), fo: LayoutInfo(lang='Faroese', desc='Faroese'), sy: LayoutInfo(lang='Syriac', desc='Arabic (Syria)'), sy (syc_phonetic): LayoutInfo(lang='Syriac', desc='Syriac (phonetic)'), ma (french): LayoutInfo(lang='French', desc='French (Morocco)'), dk (mac_nodeadkeys): LayoutInfo(lang='Danish', desc='Danish (Macintosh, eliminate dead keys)'), sk: LayoutInfo(lang='Slovak', desc='Slovak'), in (tam_TAB): LayoutInfo(lang='Tamil', desc='Tamil (TAB typewriter)'), ph (dvorak-bay): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (Dvorak Baybayin)'), sn: LayoutInfo(lang='Wolof', desc='Wolof'), in (urd-phonetic3): LayoutInfo(lang='Urdu', desc='Urdu (alternative phonetic)'), lv (apostrophe): LayoutInfo(lang='Latvian', desc='Latvian (apostrophe variant)'), us (workman-intl): LayoutInfo(lang='English', desc='English (Workman, international with dead keys)'), se: LayoutInfo(lang='Swedish', desc='Swedish'), ml (fr-oss): LayoutInfo(lang='French', desc='French (Mali, alternative)'), af (uz-olpc): LayoutInfo(lang='Uzbek', desc='Uzbek (Afghanistan, OLPC)'), fr (latin9_sundeadkeys): LayoutInfo(lang='French', desc='French (legacy, alternative, Sun dead keys)'), sy (ku): LayoutInfo(lang='Kurdish', desc='Kurdish (Syria, Latin Q)'), de (ro_nodeadkeys): LayoutInfo(lang='Romanian', desc='Romanian (Germany, eliminate dead keys)'), ba (unicode): LayoutInfo(lang='Bosnian', desc='Bosnian (use Bosnian digraphs)'), ma (tifinagh-alt-phonetic): LayoutInfo(lang='Berber languages', desc='Berber (Morocco, Tifinagh alternative phonetic)'), ma (tifinagh-alt): LayoutInfo(lang='Berber languages', desc='Berber (Morocco, Tifinagh alternative)'), la: LayoutInfo(lang='Lao', desc='Lao'), lk: LayoutInfo(lang='Sinhala; Sinhalese', desc='Sinhala (phonetic)'), lv: LayoutInfo(lang='Latvian', desc='Latvian'), lt: LayoutInfo(lang='Lithuanian', desc='Lithuanian'), jp (mac): LayoutInfo(lang='Japanese', desc='Japanese (Macintosh)'), ir: LayoutInfo(lang='Persian', desc='Persian'), be (oss): LayoutInfo(lang='Dutch; Flemish', desc='Belgian (alternative)'), cm (french): LayoutInfo(lang='French', desc='French (Cameroon)'), iq (ku): LayoutInfo(lang='Kurdish', desc='Kurdish (Iraq, Latin Q)'), cm (azerty): LayoutInfo(lang='French', desc='Cameroon Multilingual (azerty)'), ph (capewell-qwerf2k6): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (Capewell-QWERF 2006 Latin)'), fr (oci): LayoutInfo(lang='Occitan (post 1500)', desc='Occitan'), es (nodeadkeys): LayoutInfo(lang='Spanish; Castilian', desc='Spanish (eliminate dead keys)'), fi (nodeadkeys): LayoutInfo(lang='Finnish', desc='Finnish (classic, eliminate dead keys)'), in (jhelum): LayoutInfo(lang='Panjabi; Punjabi', desc='Punjabi (Gurmukhi Jhelum)'), se (smi): LayoutInfo(lang='Northern Sami', desc='Northern Saami (Sweden)'), tr (crh_alt): LayoutInfo(lang='Crimean Tatar; Crimean Turkish', desc='Crimean Tatar (Turkish Alt-Q)'), be (nodeadkeys): LayoutInfo(lang='Dutch; Flemish', desc='Belgian (eliminate dead keys)'), hu (101_qwertz_comma_dead): LayoutInfo(lang='Hungarian', desc='Hungarian (101/qwertz/comma/dead keys)'), pt (mac): LayoutInfo(lang='Portuguese', desc='Portuguese (Macintosh)'), in (ben): LayoutInfo(lang='Bengali', desc='Bengali (India)'), by (latin): LayoutInfo(lang='Belarusian', desc='Belarusian (Latin)'), fr (oss_nodeadkeys): LayoutInfo(lang='French', desc='French (alternative, eliminate dead keys)'), nl (mac): LayoutInfo(lang='Dutch; Flemish', desc='Dutch (Macintosh)'), de (mac_nodeadkeys): LayoutInfo(lang='German', desc='German (Macintosh, eliminate dead keys)'), ee (nodeadkeys): LayoutInfo(lang='Estonian', desc='Estonian (eliminate dead keys)'), in (hin-wx): LayoutInfo(lang='Hindi', desc='Hindi (Wx)'), kg (phonetic): LayoutInfo(lang='Kirghiz; Kyrgyz', desc='Kyrgyz (phonetic)'), ru (sah): LayoutInfo(lang='Yakut', desc='Yakut'), no (smi): LayoutInfo(lang='Northern Sami', desc='Northern Saami (Norway)'), hu (101_qwerty_dot_dead): LayoutInfo(lang='Hungarian', desc='Hungarian (101/qwerty/dot/dead keys)'), ie (UnicodeExpert): LayoutInfo(lang='English', desc='Irish (UnicodeExpert)'), pk (snd): LayoutInfo(lang='Sindhi', desc='Sindhi'), ch (legacy): LayoutInfo(lang='Swiss German; Alemannic; Alsatian', desc='German (Switzerland, legacy)'), et: LayoutInfo(lang='Amharic', desc='Amharic'), ru (chm): LayoutInfo(lang='Mari', desc='Mari'), ca (ike): LayoutInfo(lang='Inuktitut', desc='Inuktitut'), ru: LayoutInfo(lang='Russian', desc='Russian'), cn (uig): LayoutInfo(lang='Uighur; Uyghur', desc='Uyghur'), nl (sundeadkeys): LayoutInfo(lang='Dutch; Flemish', desc='Dutch (Sun dead keys)'), us (hbs): LayoutInfo(lang='English', desc='Serbo-Croatian (US)'), pk (ara): LayoutInfo(lang='Arabic', desc='Arabic (Pakistan)'), ie (ogam): LayoutInfo(lang='Irish, Old (to 900)', desc='Ogham'), ro: LayoutInfo(lang='Romanian', desc='Romanian'), pl (dvp): LayoutInfo(lang='Polish', desc='Polish (programmer Dvorak)'), ch (de_sundeadkeys): LayoutInfo(lang='Swiss German; Alemannic; Alsatian', desc='German (Switzerland, Sun dead keys)'), ua (winkeys): LayoutInfo(lang='Ukrainian', desc='Ukrainian (WinKeys)'), gb (dvorak): LayoutInfo(lang='English', desc='English (UK, Dvorak)'), gb (mac): LayoutInfo(lang='English', desc='English (UK, Macintosh)'), hu (102_qwerty_comma_nodead): LayoutInfo(lang='Hungarian', desc='Hungarian (102/qwerty/comma/eliminate dead keys)'), in (eng): LayoutInfo(lang='English', desc='English (India, with RupeeSign)'), hu (101_qwerty_comma_dead): LayoutInfo(lang='Hungarian', desc='Hungarian (101/qwerty/comma/dead keys)'), ca (fr-legacy): LayoutInfo(lang='French', desc='French (Canada, legacy)'), cm (qwerty): LayoutInfo(lang='English', desc='Cameroon Multilingual (qwerty)'), pl (dvorak_altquotes): LayoutInfo(lang='Polish', desc='Polish (Dvorak, Polish quotes on key 1)'), af (uz): LayoutInfo(lang='Uzbek', desc='Uzbek (Afghanistan)'), latam: LayoutInfo(lang='Spanish; Castilian', desc='Spanish (Latin American)'), br (dvorak): LayoutInfo(lang='Portuguese', desc='Portuguese (Brazil, Dvorak)'), am (phonetic): LayoutInfo(lang='Armenian', desc='Armenian (phonetic)'), mk (nodeadkeys): LayoutInfo(lang='Macedonian', desc='Macedonian (eliminate dead keys)'), rs (rue): LayoutInfo(lang='Serbia', desc='Pannonian Rusyn (homophonic)'), de (deadacute): LayoutInfo(lang='German', desc='German (dead acute)'), hu (102_qwerty_comma_dead): LayoutInfo(lang='Hungarian', desc='Hungarian (102/qwerty/comma/dead keys)'), is (mac): LayoutInfo(lang='Icelandic', desc='Icelandic (Macintosh)'), lk (tam_unicode): LayoutInfo(lang='Tamil', desc='Tamil (Sri Lanka, Unicode)'), jp (kana86): LayoutInfo(lang='Japanese', desc='Japanese (Kana 86)'), ru (mac): LayoutInfo(lang='Russian', desc='Russian (Macintosh)'), de (T3): LayoutInfo(lang='German', desc='German (T3)'), no (dvorak): LayoutInfo(lang='Norwegian', desc='Norwegian (Dvorak)'), be (iso-alternate): LayoutInfo(lang='Dutch; Flemish', desc='Belgian (ISO alternate)'), in (mal_lalitha): LayoutInfo(lang='Malayalam', desc='Malayalam (Lalitha)'), us (dvorak-classic): LayoutInfo(lang='English', desc='English (classic Dvorak)'), iq (ku_alt): LayoutInfo(lang='Kurdish', desc='Kurdish (Iraq, Latin Alt-Q)'), ph (dvorak): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (Dvorak Latin)'), fo (nodeadkeys): LayoutInfo(lang='Faroese', desc='Faroese (eliminate dead keys)'), es (ast): LayoutInfo(lang='Asturian; Bable; Leonese; Asturleonese', desc='Asturian (Spain, with bottom-dot H and bottom-dot L)'), cm (dvorak): LayoutInfo(lang='English', desc='Cameroon Multilingual (Dvorak)'), th (tis): LayoutInfo(lang='Thai', desc='Thai (TIS-820.2538)'), ch (fr_nodeadkeys): LayoutInfo(lang='French', desc='French (Switzerland, eliminate dead keys)'), in (tel): LayoutInfo(lang='Telugu', desc='Telugu'), gb (colemak): LayoutInfo(lang='English', desc='English (UK, Colemak)'), ru (typewriter-legacy): LayoutInfo(lang='Russian', desc='Russian (typewriter, legacy)'), bg (phonetic): LayoutInfo(lang='Bulgarian', desc='Bulgarian (traditional phonetic)'), es (dvorak): LayoutInfo(lang='Spanish; Castilian', desc='Spanish (Dvorak)'), ph (capewell-dvorak): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (Capewell-Dvorak Latin)'), latam (nodeadkeys): LayoutInfo(lang='Spanish; Castilian', desc='Spanish (Latin American, eliminate dead keys)'), lk (tam_TAB): LayoutInfo(lang='Tamil', desc='Tamil (Sri Lanka, TAB Typewriter)'), ara (qwerty_digits): LayoutInfo(lang='Arabic', desc='Arabic (qwerty/digits)'), tr (f): LayoutInfo(lang='Turkish', desc='Turkish (F)'), me (cyrillic): LayoutInfo(lang='Serbian', desc='Montenegrin (Cyrillic)'), in (guj): LayoutInfo(lang='Gujarati', desc='Gujarati'), tr (ku_f): LayoutInfo(lang='Kurdish', desc='Kurdish (Turkey, F)'), ro (cedilla): LayoutInfo(lang='Romanian', desc='Romanian (cedilla)'), ma (tifinagh-extended): LayoutInfo(lang='Berber languages', desc='Berber (Morocco, Tifinagh extended)'), ml (us-mac): LayoutInfo(lang='English', desc='English (Mali, US Macintosh)'), in (mal_enhanced): LayoutInfo(lang='Malayalam', desc='Malayalam (enhanced Inscript with Rupee Sign)'), cz (ucw): LayoutInfo(lang='Czech', desc='Czech (UCW layout, accented letters only)'), ru (xal): LayoutInfo(lang='Kalmyk; Oirat', desc='Kalmyk'), de (ro): LayoutInfo(lang='Romanian', desc='Romanian (Germany)'), si: LayoutInfo(lang='Slovenian', desc='Slovenian'), ua (legacy): LayoutInfo(lang='Ukrainian', desc='Ukrainian (legacy)'), am (western): LayoutInfo(lang='Armenian', desc='Armenian (western)'), ua (homophonic): LayoutInfo(lang='Ukrainian', desc='Ukrainian (homophonic)'), ch (de_nodeadkeys): LayoutInfo(lang='Swiss German; Alemannic; Alsatian', desc='German (Switzerland, eliminate dead keys)'), tr (alt): LayoutInfo(lang='Turkish', desc='Turkish (Alt-Q)'), it (mac): LayoutInfo(lang='Italian', desc='Italian (Macintosh)'), lv (ergonomic): LayoutInfo(lang='Latvian', desc='Latvian (ergonomic, \xc5\xaaGJRMV)'), es: LayoutInfo(lang='Spanish; Castilian', desc='Spanish'), in (tam_unicode): LayoutInfo(lang='Tamil', desc='Tamil (Unicode)'), latam (sundeadkeys): LayoutInfo(lang='Spanish; Castilian', desc='Spanish (Latin American, Sun dead keys)'), kg: LayoutInfo(lang='Kirghiz; Kyrgyz', desc='Kyrgyz'), ng (yoruba): LayoutInfo(lang='Yoruba', desc='Yoruba'), ke: LayoutInfo(lang='Swahili', desc='Swahili (Kenya)'), bg (bas_phonetic): LayoutInfo(lang='Bulgarian', desc='Bulgarian (new phonetic)'), pl (dvorak_quotes): LayoutInfo(lang='Polish', desc='Polish (Dvorak, Polish quotes on quotemark key)'), kh: LayoutInfo(lang='Central Khmer', desc='Khmer (Cambodia)'), kr: LayoutInfo(lang='Korean', desc='Korean'), be (wang): LayoutInfo(lang='Dutch; Flemish', desc='Belgian (Wang model 724 azerty)'), be (oss_sundeadkeys): LayoutInfo(lang='Dutch; Flemish', desc='Belgian (alternative, Sun dead keys)'), kz: LayoutInfo(lang='Kazakh', desc='Kazakh'), hu (standard): LayoutInfo(lang='Hungarian', desc='Hungarian (standard)'), ca (fr-dvorak): LayoutInfo(lang='French', desc='French (Canada, Dvorak)'), us (alt-intl): LayoutInfo(lang='English', desc='English (US, alternative international)'), rs (latinunicode): LayoutInfo(lang='Serbian', desc='Serbian (Latin Unicode)'), me (cyrillicalternatequotes): LayoutInfo(lang='Serbian', desc='Montenegrin (Cyrillic with guillemets)'), ph (colemak-bay): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (Colemak Baybayin)'), us (olpc2): LayoutInfo(lang='English', desc='English (layout toggle on multiply/divide key)'), si (alternatequotes): LayoutInfo(lang='Slovenian', desc='Slovenian (use guillemets for quotes)'), br (nativo): LayoutInfo(lang='Portuguese', desc='Portuguese (Brazil, nativo)'), us (altgr-intl): LayoutInfo(lang='French', desc='English (international AltGr dead keys)'), ro (winkeys): LayoutInfo(lang='Romanian', desc='Romanian (WinKeys)'), tr (crh): LayoutInfo(lang='Crimean Tatar; Crimean Turkish', desc='Crimean Tatar (Turkish Q)'), nec_vndr/jp: LayoutInfo(lang='Japanese', desc='Japanese (PC-98xx Series)'), gr (extended): LayoutInfo(lang='Greek, Modern (1453-)', desc='Greek (extended)'), tr (intl): LayoutInfo(lang='Turkish', desc='Turkish (international with dead keys)'), ch (fr): LayoutInfo(lang='French', desc='French (Switzerland)'), dk: LayoutInfo(lang='Danish', desc='Danish'), de: LayoutInfo(lang='German', desc='German'), br (nativo-us): LayoutInfo(lang='Portuguese', desc='Portuguese (Brazil, nativo for USA keyboards)'), ru (os_winkeys): LayoutInfo(lang='Ossetian; Ossetic', desc='Ossetian (WinKeys)'), tj (legacy): LayoutInfo(lang='Tajik', desc='Tajik (legacy)'), ir (ku_ara): LayoutInfo(lang='Kurdish', desc='Kurdish (Iran, Arabic-Latin)'), nl (std): LayoutInfo(lang='Dutch; Flemish', desc='Dutch (standard)'), ge (os): LayoutInfo(lang='Ossetian; Ossetic', desc='Ossetian (Georgia)'), md (gag): LayoutInfo(lang='Moldova, Republic of', desc='Moldavian (Gagauz)'), gh (hausa): LayoutInfo(lang='Hausa', desc='Hausa'), tr (ku): LayoutInfo(lang='Kurdish', desc='Kurdish (Turkey, Latin Q)'), cz (qwerty): LayoutInfo(lang='Czech', desc='Czech (qwerty)'), it (nodeadkeys): LayoutInfo(lang='Italian', desc='Italian (eliminate dead keys)'), us (workman): LayoutInfo(lang='English', desc='English (Workman)'), ara: LayoutInfo(lang='Arabic', desc='Arabic'), ke (kik): LayoutInfo(lang='Kikuyu; Gikuyu', desc='Kikuyu'), latam (deadtilde): LayoutInfo(lang='Spanish; Castilian', desc='Spanish (Latin American, include dead tilde)'), us (colemak): LayoutInfo(lang='English', desc='English (Colemak)'), ca (multix): LayoutInfo(lang='French', desc='Canadian Multilingual'), ru (udm): LayoutInfo(lang='Udmurt', desc='Udmurt'), hr (unicodeus): LayoutInfo(lang='Croatian', desc='Croatian (US keyboard with Croatian digraphs)'), jp: LayoutInfo(lang='Japanese', desc='Japanese'), ca (eng): LayoutInfo(lang='English', desc='English (Canada)'), us (mac): LayoutInfo(lang='English', desc='English (Macintosh)'), at (sundeadkeys): LayoutInfo(lang='German', desc='German (Austria, Sun dead keys)'), gh (gillbt): LayoutInfo(lang='English', desc='English (Ghana, GILLBT)'), br (nativo-epo): LayoutInfo(lang='Esperanto', desc='Portuguese (Brazil, nativo for Esperanto)'), de (qwerty): LayoutInfo(lang='German', desc='German (qwerty)'), ge (ergonomic): LayoutInfo(lang='Georgian', desc='Georgian (ergonomic)'), ie (ogam_is434): LayoutInfo(lang='Irish, Old (to 900)', desc='Ogham (IS434)'), ge (ru): LayoutInfo(lang='Russian', desc='Russian (Georgia)'), hr (us): LayoutInfo(lang='Croatian', desc='Croatian (US keyboard with Croatian letters)'), gr (nodeadkeys): LayoutInfo(lang='Greek, Modern (1453-)', desc='Greek (eliminate dead keys)'), gh (ewe): LayoutInfo(lang='Ewe', desc='Ewe'), cn: LayoutInfo(lang='Chinese', desc='Chinese'), cm: LayoutInfo(lang='English', desc='English (Cameroon)'), fr (sundeadkeys): LayoutInfo(lang='French', desc='French (Sun dead keys)'), ca: LayoutInfo(lang='French', desc='French (Canada)'), cd: LayoutInfo(lang='French', desc='French (Democratic Republic of the Congo)'), ru (dos): LayoutInfo(lang='Russian', desc='Russian (DOS)'), cz: LayoutInfo(lang='Czech', desc='Czech'), ph (capewell-qwerf2k6-bay): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (Capewell-QWERF 2006 Baybayin)'), pl (csb): LayoutInfo(lang='Kashubian', desc='Kashubian'), se (rus_nodeadkeys): LayoutInfo(lang='Russian', desc='Russian (Sweden, phonetic, eliminate dead keys)'), ma (tifinagh): LayoutInfo(lang='Berber languages', desc='Berber (Morocco, Tifinagh)'), gb (extd): LayoutInfo(lang='English', desc='English (UK, extended WinKeys)'), pt: LayoutInfo(lang='Portuguese', desc='Portuguese'), fr (oss): LayoutInfo(lang='French', desc='French (alternative)'), pk: LayoutInfo(lang='Urdu', desc='Urdu (Pakistan)'), ph: LayoutInfo(lang='Filipino; Pilipino', desc='Filipino'), pl: LayoutInfo(lang='Polish', desc='Polish'), fr (oss_sundeadkeys): LayoutInfo(lang='French', desc='French (alternative, Sun dead keys)'), in (bolnagri): LayoutInfo(lang='Hindi', desc='Hindi (Bolnagri)'), al: LayoutInfo(lang='Albanian', desc='Albanian'), no (smi_nodeadkeys): LayoutInfo(lang='Northern Sami', desc='Northern Saami (Norway, eliminate dead keys)'), uz (latin): LayoutInfo(lang='Uzbek', desc='Uzbek (Latin)'), rs (yz): LayoutInfo(lang='Serbian', desc='Serbian (Cyrillic, Z and ZHE swapped)'), ma (tifinagh-phonetic): LayoutInfo(lang='Berber languages', desc='Berber (Morocco, Tifinagh phonetic)'), tm (alt): LayoutInfo(lang='Turkmen', desc='Turkmen (Alt-Q)'), kr (kr104): LayoutInfo(lang='Korean', desc='Korean (101/104 key compatible)'), gh (generic): LayoutInfo(lang='English', desc='English (Ghana, multilingual)'), ara (digits): LayoutInfo(lang='Arabic', desc='Arabic (digits)'), in (tam): LayoutInfo(lang='Tamil', desc='Tamil'), iq: LayoutInfo(lang='Kurdish', desc='Iraqi'), hu (102_qwertz_dot_dead): LayoutInfo(lang='Hungarian', desc='Hungarian (102/qwertz/dot/dead keys)'), am (eastern): LayoutInfo(lang='Armenian', desc='Armenian (eastern)'), it: LayoutInfo(lang='Italian', desc='Italian'), vn: LayoutInfo(lang='Vietnamese', desc='Vietnamese'), il: LayoutInfo(lang='Hebrew', desc='Hebrew'), in: LayoutInfo(lang='India', desc='Indian'), ie: LayoutInfo(lang='English', desc='Irish'), cz (bksl): LayoutInfo(lang='Czech', desc='Czech (with <\\|> key)'), af (ps): LayoutInfo(lang='Pushto; Pashto', desc='Pashto'), hu (101_qwerty_dot_nodead): LayoutInfo(lang='Hungarian', desc='Hungarian (101/qwerty/dot/eliminate dead keys)'), in (kan): LayoutInfo(lang='Kannada', desc='Kannada'), fr (oss_latin9): LayoutInfo(lang='French', desc='French (alternative, latin-9 only)'), us (dvorak-r): LayoutInfo(lang='English', desc='English (right handed Dvorak)'), it (geo): LayoutInfo(lang='Georgian', desc='Georgian (Italy)'), lt (us): LayoutInfo(lang='Lithuanian', desc='Lithuanian (US keyboard with Lithuanian letters)'), kz (ruskaz): LayoutInfo(lang='Russian', desc='Russian (Kazakhstan, with Kazakh)'), ara (azerty_digits): LayoutInfo(lang='Arabic', desc='Arabic (azerty/digits)'), us (rus): LayoutInfo(lang='Russian', desc='Russian (US, phonetic)'), us (dvp): LayoutInfo(lang='English', desc='English (programmer Dvorak)'), epo: LayoutInfo(lang='Esperanto', desc='Esperanto'), af (fa-olpc): LayoutInfo(lang='Afghanistan', desc='Persian (Afghanistan, Dari OLPC)'), lt (std): LayoutInfo(lang='Lithuanian', desc='Lithuanian (standard)'), si (us): LayoutInfo(lang='Slovenian', desc='Slovenian (US keyboard with Slovenian letters)'), hu (101_qwerty_comma_nodead): LayoutInfo(lang='Hungarian', desc='Hungarian (101/qwerty/comma/eliminate dead keys)'), me (cyrillicyz): LayoutInfo(lang='Serbian', desc='Montenegrin (Cyrillic, Z and ZHE swapped)'), lv (tilde): LayoutInfo(lang='Latvian', desc='Latvian (tilde variant)'), us (dvorak-alt-intl): LayoutInfo(lang='English', desc='English (Dvorak alternative international no dead keys)'), ir (ku): LayoutInfo(lang='Kurdish', desc='Kurdish (Iran, Latin Q)'), ua (phonetic): LayoutInfo(lang='Ukrainian', desc='Ukrainian (phonetic)'), ch: LayoutInfo(lang='Swiss German; Alemannic; Alsatian', desc='German (Switzerland)'), ru (cv_latin): LayoutInfo(lang='Chuvash', desc='Chuvash (Latin)'), hu (102_qwertz_dot_nodead): LayoutInfo(lang='Hungarian', desc='Hungarian (102/qwertz/dot/eliminate dead keys)'), fi (smi): LayoutInfo(lang='Northern Sami', desc='Northern Saami (Finland)'), pt (nativo-us): LayoutInfo(lang='Portuguese', desc='Portuguese (Nativo for USA keyboards)'), az (cyrillic): LayoutInfo(lang='Azerbaijani', desc='Azerbaijani (Cyrillic)'), tw (saisiyat): LayoutInfo(lang='Taiwan, Province of China', desc='Saisiyat (Taiwan)'), pl (legacy): LayoutInfo(lang='Polish', desc='Polish (legacy)'), es (sundeadkeys): LayoutInfo(lang='Spanish; Castilian', desc='Spanish (Sun dead keys)'), ru (tt): LayoutInfo(lang='Tatar', desc='Tatar'), dk (mac): LayoutInfo(lang='Danish', desc='Danish (Macintosh)'), lt (lekpa): LayoutInfo(lang='Lithuanian', desc='Lithuanian (LEKPa)'), at (mac): LayoutInfo(lang='German', desc='German (Austria, Macintosh)'), ba (unicodeus): LayoutInfo(lang='Bosnian', desc='Bosnian (US keyboard with Bosnian digraphs)'), fr (latin9): LayoutInfo(lang='French', desc='French (legacy, alternative)'), sy (syc): LayoutInfo(lang='Syriac', desc='Syriac'), is (Sundeadkeys): LayoutInfo(lang='Icelandic', desc='Icelandic (Sun dead keys)'), lv (modern): LayoutInfo(lang='Latvian', desc='Latvian (modern)'), rs (alternatequotes): LayoutInfo(lang='Serbian', desc='Serbian (Cyrillic with guillemets)'), ara (azerty): LayoutInfo(lang='Arabic', desc='Arabic (azerty)'), de (neo): LayoutInfo(lang='German', desc='German (Neo 2)'), ara (buckwalter): LayoutInfo(lang='Arabic', desc='Arabic (Buckwalter)'), fr (bepo): LayoutInfo(lang='French', desc='French (Bepo, ergonomic, Dvorak way)'), is (dvorak): LayoutInfo(lang='Icelandic', desc='Icelandic (Dvorak)'), us (intl): LayoutInfo(lang='English', desc='English (US, international with dead keys)'), in (tam_TSCII): LayoutInfo(lang='Tamil', desc='Tamil (TSCII typewriter)'), hr (unicode): LayoutInfo(lang='Croatian', desc='Croatian (use Croatian digraphs)'), ir (ku_alt): LayoutInfo(lang='Kurdish', desc='Kurdish (Iran, Latin Alt-Q)'), rs (latin): LayoutInfo(lang='Serbian', desc='Serbian (Latin)'), ru (srp): LayoutInfo(lang='Serbian', desc='Serbian (Russia)'), se (rus): LayoutInfo(lang='Russian', desc='Russian (Sweden, phonetic)'), fr (dvorak): LayoutInfo(lang='French', desc='French (Dvorak)'), jp (dvorak): LayoutInfo(lang='Japanese', desc='Japanese (Dvorak)'), de (ru): LayoutInfo(lang='Russian', desc='Russian (Germany, phonetic)'), bd: LayoutInfo(lang='Bengali', desc='Bengali'), es (cat): LayoutInfo(lang='Catalan; Valencian', desc='Catalan (Spain, with middle-dot L)'), bg: LayoutInfo(lang='Bulgarian', desc='Bulgarian'), il (phonetic): LayoutInfo(lang='Hebrew', desc='Hebrew (phonetic)'), in (ori): LayoutInfo(lang='Oriya', desc='Oriya'), pt (sundeadkeys): LayoutInfo(lang='Portuguese', desc='Portuguese (Sun dead keys)'), pt (nativo): LayoutInfo(lang='Portuguese', desc='Portuguese (Nativo)'), bt: LayoutInfo(lang='Dzongkha', desc='Dzongkha'), bw: LayoutInfo(lang='Tswana', desc='Tswana'), br: LayoutInfo(lang='Portuguese', desc='Portuguese (Brazil)'), pk (urd-nla): LayoutInfo(lang='Urdu', desc='Urdu (Pakistan, NLA)'), me (latinunicode): LayoutInfo(lang='Serbian', desc='Montenegrin (Latin Unicode)'), ca (multi-2gr): LayoutInfo(lang='French', desc='Canadian Multilingual (second part)'), by: LayoutInfo(lang='Belarusian', desc='Belarusian'), cn (tib): LayoutInfo(lang='Tibetan', desc='Tibetan'), ng (hausa): LayoutInfo(lang='Hausa', desc='Hausa'), is (nodeadkeys): LayoutInfo(lang='Icelandic', desc='Icelandic (eliminate dead keys)'), gh (akan): LayoutInfo(lang='Akan', desc='Akan'), hr (alternatequotes): LayoutInfo(lang='Croatian', desc='Croatian (use guillemets for quotes)'), in (ben_inscript): LayoutInfo(lang='Bengali', desc='Bengali (India, Baishakhi Inscript)'), ua (rstu): LayoutInfo(lang='Ukrainian', desc='Ukrainian (standard RSTU)'), ro (std_cedilla): LayoutInfo(lang='Romanian', desc='Romanian (standard cedilla)'), gh (fula): LayoutInfo(lang='Fulah', desc='Fula'), de (dvorak): LayoutInfo(lang='German', desc='German (Dvorak)'), tr (crh_f): LayoutInfo(lang='Crimean Tatar; Crimean Turkish', desc='Crimean Tatar (Turkish F)'), lt (ibm): LayoutInfo(lang='Lithuanian', desc='Lithuanian (IBM LST 1205-92)'), am (eastern-alt): LayoutInfo(lang='Armenian', desc='Armenian (alternative eastern)'), hu (101_qwertz_dot_dead): LayoutInfo(lang='Hungarian', desc='Hungarian (101/qwertz/dot/dead keys)'), it (ibm): LayoutInfo(lang='Italian', desc='Italian (IBM 142)'), ru (os_legacy): LayoutInfo(lang='Ossetian; Ossetic', desc='Ossetian (legacy)'), se (mac): LayoutInfo(lang='Swedish', desc='Swedish (Macintosh)'), gb (intl): LayoutInfo(lang='English', desc='English (UK, international with dead keys)'), ee: LayoutInfo(lang='Estonian', desc='Estonian'), hr: LayoutInfo(lang='Croatian', desc='Croatian'), hu: LayoutInfo(lang='Hungarian', desc='Hungarian'), ph (qwerty-bay): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (QWERTY Baybayin)'), ara (qwerty): LayoutInfo(lang='Arabic', desc='Arabic (qwerty)'), ph (capewell-dvorak-bay): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (Capewell-Dvorak Baybayin)'), ru (cv): LayoutInfo(lang='Chuvash', desc='Chuvash'), uz: LayoutInfo(lang='Uzbek', desc='Uzbek'), us: LayoutInfo(lang='English', desc='English (US)'), gr (simple): LayoutInfo(lang='Greek, Modern (1453-)', desc='Greek (simple)'), ir (ku_f): LayoutInfo(lang='Kurdish', desc='Kurdish (Iran, F)'), jp (OADG109A): LayoutInfo(lang='Japanese', desc='Japanese (OADG 109A)'), ua: LayoutInfo(lang='Ukrainian', desc='Ukrainian'), pk (urd-crulp): LayoutInfo(lang='Urdu', desc='Urdu (Pakistan, CRULP)'), af: LayoutInfo(lang='Afghanistan', desc='Afghani'), br (nodeadkeys): LayoutInfo(lang='Portuguese', desc='Portuguese (Brazil, eliminate dead keys)'), am: LayoutInfo(lang='Armenian', desc='Armenian'), gh (ga): LayoutInfo(lang='Ga', desc='Ga'), rs (latinyz): LayoutInfo(lang='Serbian', desc='Serbian (Latin qwerty)'), gb (mac_intl): LayoutInfo(lang='English', desc='English (UK, Macintosh international)'), at: LayoutInfo(lang='German', desc='German (Austria)'), dk (dvorak): LayoutInfo(lang='Danish', desc='Danish (Dvorak)'), az: LayoutInfo(lang='Azerbaijani', desc='Azerbaijani'), nl: LayoutInfo(lang='Dutch; Flemish', desc='Dutch'), me (latinunicodeyz): LayoutInfo(lang='Serbian', desc='Montenegrin (Latin Unicode qwerty)'), no: LayoutInfo(lang='Norwegian', desc='Norwegian'), cz (dvorak-ucw): LayoutInfo(lang='Czech', desc='Czech (US Dvorak with CZ UCW support)'), in (ben_bornona): LayoutInfo(lang='Bengali', desc='Bengali (India, Bornona)'), rs: LayoutInfo(lang='Serbian', desc='Serbian'), ng: LayoutInfo(lang='English', desc='English (Nigeria)'), ru (phonetic_winkeys): LayoutInfo(lang='Russian', desc='Russian (phonetic WinKeys)'), ir (pes_keypad): LayoutInfo(lang='Persian', desc='Persian (with Persian Keypad)'), in (ben_probhat): LayoutInfo(lang='Bengali', desc='Bengali (India, Probhat)'), de (dsb_qwertz): LayoutInfo(lang='Lower Sorbian', desc='Lower Sorbian (qwertz)'), np: LayoutInfo(lang='Nepali', desc='Nepali'), fi (classic): LayoutInfo(lang='Finnish', desc='Finnish (classic)'), dk (nodeadkeys): LayoutInfo(lang='Danish', desc='Danish (eliminate dead keys)'), ch (fr_sundeadkeys): LayoutInfo(lang='French', desc='French (Switzerland, Sun dead keys)'), ba: LayoutInfo(lang='Bosnian', desc='Bosnian'), th (pat): LayoutInfo(lang='Thai', desc='Thai (Pattachote)'), fr (latin9_nodeadkeys): LayoutInfo(lang='French', desc='French (legacy, alternative, eliminate dead keys)'), rs (latinalternatequotes): LayoutInfo(lang='Serbian', desc='Serbian (Latin with guillemets)'), sk (qwerty_bksl): LayoutInfo(lang='Slovak', desc='Slovak (qwerty, extended Backslash)'), ba (us): LayoutInfo(lang='Bosnian', desc='Bosnian (US keyboard with Bosnian letters)'), gr (polytonic): LayoutInfo(lang='Greek, Modern (1453-)', desc='Greek (polytonic)'), fr (bepo_latin9): LayoutInfo(lang='French', desc='French (Bepo, ergonomic, Dvorak way, latin-9 only)'), mt (us): LayoutInfo(lang='Maltese', desc='Maltese (with US layout)')} > _intf._currentAction._spokes._xkl_wrapper._switch_opt_infos: {grp:sclk_toggle: Scroll Lock, grp:shift_caps_switch: Caps Lock (to first layout), Shift+Caps Lock (to last layout), grp:rwin_toggle: Right Win, grp:lalt_lshift_toggle: Left Alt+Left Shift, grp:rctrl_switch: Right Ctrl (while pressed), grp:menu_toggle: Menu, grp:win_switch: Any Win key (while pressed), grp:ctrl_alt_toggle: Alt+Ctrl, grp:shift_caps_toggle: Shift+Caps Lock, grp:rctrl_toggle: Right Ctrl, grp:lwin_switch: Left Win (while pressed), grp:lctrl_lwin_rctrl_menu: LeftCtrl+LeftWin (to first layout), RightCtrl+Menu (to second layout), grp:lshift_toggle: Left Shift, grp:win_menu_switch: Left Win (to first layout), Right Win/Menu (to last layout), grp:lalt_toggle: Left Alt, grp:alt_caps_toggle: Alt+Caps Lock, grp:rwin_switch: Right Win (while pressed), grp:lswitch: Left Alt (while pressed), grp:alts_toggle: Both Alt keys together, grp:rctrl_rshift_toggle: Right Ctrl+Right Shift, grp:caps_switch: Caps Lock (while pressed), Alt+Caps Lock does the original capslock action, grp:caps_toggle: Caps Lock, grp:ctrl_shift_toggle: Ctrl+Shift, grp:lctrl_lshift_toggle: Left Ctrl+Left Shift, grp:toggle: Right Alt, grp:ctrls_toggle: Both Ctrl keys together, grp:alt_shift_toggle: Alt+Shift, grp:switch: Right Alt (while pressed), grp:alt_space_toggle: Alt+Space, grp:lctrl_toggle: Left Ctrl, grp:shifts_toggle: Both Shift keys together, grp:lctrl_rctrl_switch: Left Ctrl (to first layout), Right Ctrl (to last layout), grp:rshift_toggle: Right Shift, grp:lwin_toggle: Left Win} > _intf._currentAction._spokes._xkl_wrapper.configreg: ConfigRegistry instance, containing members: > _intf._currentAction._spokes._xkl_wrapper._engine: Engine instance, containing members: > _intf._currentAction._spokes._xkl_wrapper._rec: ConfigRec instance, containing members: > _intf._currentAction._spokes._remove_last_attempt: False > _intf._currentAction._spokes._switching_dialog: ConfigureSwitchingDialog instance, containing members: > _intf._currentAction._spokes._switching_dialog._window: Dialog instance, containing members: > _intf._currentAction._spokes._switching_dialog.applyOnSkip: False > _intf._currentAction._spokes._switching_dialog._switchingOptsSort: TreeModelSort instance, containing members: > _intf._currentAction._spokes._switching_dialog.builder: Builder instance, containing members: > _intf._currentAction._spokes._switching_dialog.skipTo: None > _intf._currentAction._spokes._switching_dialog._xkl_wrapper: Already dumped (XklWrapper instance) > _intf._currentAction._spokes._switching_dialog._switchingOptsStore: ListStore instance, containing members: > _intf._currentAction._spokes._switching_dialog._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) >, 'CustomPartitioningSpoke': CustomPartitioningSpoke instance, containing members: > _intf._currentAction._spokes._configureBox: Box instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes._device_container_name: None > _intf._currentAction._spokes._accordion: Accordion instance, containing members: > _intf._currentAction._spokes._accordion._expanders: [] > _intf._currentAction._spokes._fs_types: [ext4, ext3, ext2, swap, BIOS Boot, xfs, vfat] > _intf._currentAction._spokes._initialized: False > _intf._currentAction._spokes._encryptCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._addButton: ToolButton instance, containing members: > _intf._currentAction._spokes._modifyContainerButton: Button instance, containing members: > _intf._currentAction._spokes._reformatCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._devices: [] > _intf._currentAction._spokes._partitionsViewport: Viewport instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes._removeButton: ToolButton instance, containing members: > _intf._currentAction._spokes._typeCombo: ComboBoxText instance, containing members: > _intf._currentAction._spokes._current_selector: None > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes._when_create_text: When you create mount points for your %s %s installation, you'll be able to view their details here. > _intf._currentAction._spokes._partitionsNotebook: Notebook instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._containerCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._raidStoreFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes._mountPointEntry: Entry instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._whenCreateLabel: Label instance, containing members: > _intf._currentAction._spokes._device_container_size: 0 > _intf._currentAction._spokes._labelEntry: Entry instance, containing members: > _intf._currentAction._spokes._nameEntry: Entry instance, containing members: > _intf._currentAction._spokes.selector: None > _intf._currentAction._spokes._back_already_clicked: False > _intf._currentAction._spokes._applyButton: Button instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._media_disks: [] > _intf._currentAction._spokes._raidLevelCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._sizeEntry: Entry instance, containing members: > _intf._currentAction._spokes._containerStore: ListStore instance, containing members: > _intf._currentAction._spokes._configButton: ToolButton instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._raidLevelLabel: Label instance, containing members: > _intf._currentAction._spokes._device_disks: [] > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._fsCombo: ComboBoxText instance, containing members: > _intf._currentAction._spokes._free_space: 0 B > _intf._currentAction._spokes._device_container_raid_level: None > _intf._currentAction._spokes._device_name_dict: {0: None, 1: None, 2: , 3: , 4: , 5: None} >, 'LangsupportSpoke': LangsupportSpoke instance, containing members: > _intf._currentAction._spokes._langSelection: TreeSelection instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes._localeStore: ListStore instance, containing members: > _intf._currentAction._spokes._localeView: TreeView instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._langView: TreeView instance, containing members: > _intf._currentAction._spokes._languageStoreFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._right_arrow: Image instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._languageEntry: Entry instance, containing members: > _intf._currentAction._spokes._langSelectedColumn: TreeViewColumn instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._langSelectedRenderer: CellRendererPixbuf instance, containing members: > _intf._currentAction._spokes._selected_locales: set([]) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._localeSelection: None > _intf._currentAction._spokes._languageStore: ListStore instance, containing members: >, 'DatetimeSpoke': DatetimeSpoke instance, containing members: > _intf._currentAction._spokes._kickstarted: True > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes._monthCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._radioButton24h: RadioButton instance, containing members: > _intf._currentAction._spokes._amPmLabel: Label instance, containing members: > _intf._currentAction._spokes._monthsStore: ListStore instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._ntpSwitch: Switch instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._regions_zones: OrderedDict([('Africa', set(['Kinshasa', 'Harare', 'Dar_es_Salaam', 'Addis_Ababa', 'Brazzaville', 'Johannesburg', 'Maseru', 'Dakar', 'Bissau', 'Lubumbashi', 'Luanda', 'Bangui', 'Khartoum', 'Mbabane', 'Malabo', 'Niamey', 'Sao_Tome', 'Nouakchott', 'Ouagadougou', 'Tripoli', 'Windhoek', 'Ndjamena', 'Algiers', 'Lome', 'Kampala', 'Kigali', 'Freetown', 'Juba', 'Gaborone', 'Ceuta', 'El_Aaiun', 'Accra', 'Tunis', 'Bamako', 'Porto-Novo', 'Mogadishu', 'Nairobi', 'Maputo', 'Casablanca', 'Banjul', 'Monrovia', 'Cairo', 'Abidjan', 'Bujumbura', 'Djibouti', 'Lagos', 'Conakry', 'Blantyre', 'Asmara', 'Libreville', 'Douala', 'Lusaka'])), ('America', set(['Monterrey', 'Regina', 'Goose_Bay', 'Argentina/La_Rioja', 'Fortaleza', 'Aruba', 'North_Dakota/Center', 'Tegucigalpa', 'Santiago', 'Guatemala', 'Swift_Current', 'Argentina/Buenos_Aires', 'Dominica', 'Scoresbysund', 'Havana', 'Yellowknife', 'Dawson_Creek', 'Indiana/Indianapolis', 'Adak', 'Indiana/Vincennes', 'Antigua', 'Bahia', 'Rankin_Inlet', 'Jamaica', 'St_Thomas', 'Cuiaba', 'Edmonton', 'Indiana/Marengo', 'Grand_Turk', 'Paramaribo', 'Campo_Grande', 'Argentina/Tucuman', 'Caracas', 'Argentina/San_Juan', 'Denver', 'Argentina/Cordoba', 'St_Vincent', 'Eirunepe', 'St_Johns', 'New_York', 'Boise', 'Cambridge_Bay', 'Miquelon', 'Rainy_River', 'Inuvik', 'Argentina/Salta', 'Creston', 'Maceio', 'Belem', 'Argentina/Jujuy', 'Indiana/Winamac', 'Resolute', 'Metlakatla', 'North_Dakota/New_Salem', 'Boa_Vista', 'Glace_Bay', 'Puerto_Rico', 'Araguaina', 'Sao_Paulo', 'Los_Angeles', 'Dawson', 'Pangnirtung', 'Whitehorse', 'La_Paz', 'Chihuahua', 'Merida', 'Rio_Branco', 'Panama', 'Cayenne', 'Mazatlan', 'Sitka', 'St_Lucia', 'Lower_Princes', 'Cancun', 'Manaus', 'Bahia_Banderas', 'Moncton', 'Asuncion', 'Belize', 'Indiana/Knox', 'Toronto', 'Santa_Isabel', 'St_Kitts', 'Danmarkshavn', 'Blanc-Sablon', 'Detroit', 'Atikokan', 'Grenada', 'Argentina/Rio_Gallegos', 'Port-au-Prince', 'Matamoros', 'Port_of_Spain', 'Argentina/Catamarca', 'Hermosillo', 'Halifax', 'Lima', 'Nome', 'Barbados', 'Curacao', 'Kentucky/Louisville', 'Chicago', 'Santarem', 'Godthab', 'Kentucky/Monticello', 'Porto_Velho', 'Winnipeg', 'Vancouver', 'Argentina/Mendoza', 'Ojinaga', 'St_Barthelemy', 'Anguilla', 'Montevideo', 'Marigot', 'Santo_Domingo', 'Phoenix', 'Noronha', 'Cayman', 'Argentina/Ushuaia', 'Yakutat', 'El_Salvador', 'Indiana/Tell_City', 'Martinique', 'Nassau', 'Guayaquil', 'Mexico_City', 'Thule', 'Kralendijk', 'Argentina/San_Luis', 'Anchorage', 'Montserrat', 'Nipigon', 'Thunder_Bay', 'Managua', 'Guyana', 'Recife', 'Guadeloupe', 'Menominee', 'Tijuana', 'Iqaluit', 'Bogota', 'North_Dakota/Beulah', 'Tortola', 'Juneau', 'Indiana/Petersburg', 'Costa_Rica', 'Indiana/Vevay'])), ('Antarctica', set(['DumontDUrville', 'Vostok', 'Syowa', 'Palmer', 'Casey', 'Rothera', 'McMurdo', 'Macquarie', 'Davis', 'Mawson'])), ('Arctic', set(['Longyearbyen'])), ('Asia', set(['Karachi', 'Choibalsan', 'Vladivostok', 'Kashgar', 'Rangoon', 'Aqtobe', 'Kuwait', 'Kuala_Lumpur', 'Gaza', 'Dubai', 'Samarkand', 'Ho_Chi_Minh', 'Damascus', 'Thimphu', 'Yekaterinburg', 'Manila', 'Amman', 'Kolkata', 'Hovd', 'Beirut', 'Nicosia', 'Almaty', 'Bahrain', 'Brunei', 'Hong_Kong', 'Magadan', 'Aqtau', 'Tashkent', 'Singapore', 'Phnom_Penh', 'Irkutsk', 'Tokyo', 'Muscat', 'Bangkok', 'Yerevan', 'Baghdad', 'Qyzylorda', 'Taipei', 'Omsk', 'Tehran', 'Bishkek', 'Ulaanbaatar', 'Shanghai', 'Kamchatka', 'Chongqing', 'Dhaka', 'Novokuznetsk', 'Dushanbe', 'Sakhalin', 'Kuching', 'Anadyr', 'Khandyga', 'Jakarta', 'Yakutsk', 'Pontianak', 'Makassar', 'Krasnoyarsk', 'Kathmandu', 'Aden', 'Urumqi', 'Oral', 'Tbilisi', 'Harbin', 'Seoul', 'Kabul', 'Dili', 'Ashgabat', 'Macau', 'Riyadh', 'Baku', 'Qatar', 'Jayapura', 'Hebron', 'Colombo', 'Novosibirsk', 'Pyongyang', 'Jerusalem', 'Vientiane', 'Ust-Nera'])), ('Atlantic', set(['Reykjavik', 'Cape_Verde', 'Azores', 'Faroe', 'Canary', 'Bermuda', 'Madeira', 'St_Helena', 'Stanley', 'South_Georgia'])), ('Australia', set(['Melbourne', 'Eucla', 'Brisbane', 'Lindeman', 'Broken_Hill', 'Hobart', 'Lord_Howe', 'Perth', 'Sydney', 'Currie', 'Darwin', 'Adelaide'])), ('Europe', set(['Kiev', 'Istanbul', 'Paris', 'Oslo', 'Riga', 'Athens', 'Luxembourg', 'Andorra', 'Gibraltar', 'Tirane', 'Ljubljana', 'Chisinau', 'Simferopol', 'Vienna', 'Busingen', 'Zagreb', 'Stockholm', 'Warsaw', 'Moscow', 'Skopje', 'Bratislava', 'Berlin', 'Zaporozhye', 'Brussels', 'Uzhgorod', 'Budapest', 'San_Marino', 'Helsinki', 'Vaduz', 'Vatican', 'Dublin', 'Podgorica', 'Minsk', 'Malta', 'Guernsey', 'Monaco', 'Jersey', 'Mariehamn', 'Bucharest', 'Isle_of_Man', 'Belgrade', 'Zurich', 'Tallinn', 'Madrid', 'Prague', 'Sofia', 'Samara', 'Rome', 'London', 'Lisbon', 'Volgograd', 'Amsterdam', 'Copenhagen', 'Kaliningrad', 'Vilnius', 'Sarajevo'])), ('Indian', set(['Cocos', 'Maldives', 'Comoro', 'Mayotte', 'Antananarivo', 'Mahe', 'Mauritius', 'Chagos', 'Reunion', 'Kerguelen', 'Christmas'])), ('Pacific', set(['Kwajalein', 'Palau', 'Auckland', 'Pitcairn', 'Chuuk', 'Galapagos', 'Marquesas', 'Nauru', 'Easter', 'Guadalcanal', 'Saipan', 'Tarawa', 'Tongatapu', 'Noumea', 'Pago_Pago', 'Wallis', 'Wake', 'Apia', 'Honolulu', 'Rarotonga', 'Chatham', 'Kosrae', 'Fakaofo', 'Norfolk', 'Majuro', 'Kiritimati', 'Pohnpei', 'Efate', 'Gambier', 'Niue', 'Johnston', 'Midway', 'Guam', 'Funafuti', 'Port_Moresby', 'Tahiti', 'Enderbury', 'Fiji'])), ('US', set(['Mountain', 'Arizona', 'Central', 'Eastern', 'Hawaii', 'Pacific', 'Alaska'])), ('Etc', set(['UTC', 'GMT-10', 'GMT-11', 'GMT-12', 'GMT-13', 'GMT-14', 'GMT+8', 'GMT+9', 'GMT+1', 'GMT+2', 'GMT+3', 'GMT+4', 'GMT+5', 'GMT+6', 'GMT+7', 'GMT+12', 'GMT+10', 'GMT+11', 'GMT-8', 'GMT-9', 'GMT-6', 'GMT-7', 'GMT-4', 'GMT-5', 'GMT-2', 'GMT-3', 'GMT-1', 'GMT']))]) > _intf._currentAction._spokes._months_nums: {'February': 2, 'October': 10, 'March': 3, 'August': 8, 'May': 5, 'January': 1, 'June': 6, 'September': 9, 'April': 4, 'December': 12, 'July': 7, 'November': 11} > _intf._currentAction._spokes._tzmap: TimezoneMap instance, containing members: > _intf._currentAction._spokes._amPmDown: Button instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._update_datetime_timer_id: None > _intf._currentAction._spokes._cityCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._regionCombo: ComboBox instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._dayCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._amPmUp: Button instance, containing members: > _intf._currentAction._spokes._citiesStore: ListStore instance, containing members: > _intf._currentAction._spokes._minutesLabel: Label instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._yearsStore: ListStore instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._daysStore: ListStore instance, containing members: > _intf._currentAction._spokes._config_dialog: NTPconfigDialog instance, containing members: > _intf._currentAction._spokes._config_dialog._window: Dialog instance, containing members: > _intf._currentAction._spokes._config_dialog.applyOnSkip: False > _intf._currentAction._spokes._config_dialog.builder: Builder instance, containing members: > _intf._currentAction._spokes._config_dialog._epoch: 0 > _intf._currentAction._spokes._config_dialog._epoch_lock: <thread.lock object at 0x7f17d9739e10> > _intf._currentAction._spokes._config_dialog.skipTo: None > _intf._currentAction._spokes._config_dialog._serversStore: ListStore instance, containing members: > _intf._currentAction._spokes._config_dialog._poolsNote: Label instance, containing members: > _intf._currentAction._spokes._config_dialog._threads_counter: 2 > _intf._currentAction._spokes._config_dialog._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._config_dialog._serverEntry: Entry instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._old_region: None > _intf._currentAction._spokes._citiesFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes._yearCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._hoursLabel: Label instance, containing members: > _intf._currentAction._spokes._regionsStore: ListStore instance, containing members: > _intf._currentAction._spokes._old_city: None > _intf._currentAction._spokes._daysFilter: TreeModelFilter instance, containing members: >, 'StorageSpoke': StorageSpoke instance, containing members: > _intf._currentAction._spokes.clearPartType: 2 > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.passphrase: Skipped > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.autopart: True > _intf._currentAction._spokes._cur_clicked_overview: DiskOverview instance, containing members: > _intf._currentAction._spokes._customPart: RadioButton instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes.specialized_disks_box: Box instance, containing members: > _intf._currentAction._spokes.encrypted: False > _intf._currentAction._spokes.selected_disks: [mpatha] > _intf._currentAction._spokes._previous_autopart: False > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.autoPartType: 2 > _intf._currentAction._spokes._encrypted: CheckButton instance, containing members: > _intf._currentAction._spokes.local_disks_box: Box instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._confirmed: True > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._last_clicked_overview: DiskOverview instance, containing members: > _intf._currentAction._spokes._reclaim: CheckButton instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.disks: [Already dumped (MultipathDevice instance) >, Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >] > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._ready: True >} > _intf._currentAction._checker: FileSystemSpaceChecker instance, containing members: > _intf._currentAction._checker.error_message: 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.storage: Already dumped (Blivet instance) > _intf._currentAction._inSpoke: True > _intf._currentAction.skipTo: None > _intf._currentAction._environs: [anaconda] > _intf._currentAction._autoContinue: False > _intf._currentAction._notReadySpokes: [] > _intf._currentAction._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._update_spoke_id: 1866 > _intf._currentAction.payload: Already dumped (YumPayload instance) > _intf._currentAction._incompleteSpokes: [Already dumped (DatetimeSpoke instance) >, Already dumped (KeyboardSpoke instance) >, Already dumped (SoftwareSelectionSpoke instance) >] >updateSrc: None >rootParts: None >id: None >rescue: False >mediaDevice: None >_network: None >methodstr: nfs:nfs-01.eng.brq.redhat.com:/pub/rhel/nightly/RHEL-7.0-20140312.n.0/compose/Server/x86_64/os/ >proxyPassword: None >desktop: Desktop instance, containing members: > desktop.info: {} > desktop.always_quote: False > desktop.write_quote: True > desktop.filename: None > desktop.read_unquote: True > desktop.runlevel: 3 > desktop._lines: [] >canReIPL: False >xdriver: None >stage2: None >rescue_mount: True >_bootloader: GRUB2 instance, containing members: > _bootloader._disk_order: [] > _bootloader.console_options: 115200 > _bootloader.console: ttyS1 > _bootloader.skip_bootloader: False > _bootloader.warnings: [] > _bootloader.chain_images: [] > _bootloader.stage2_is_preferred_stage1: False > _bootloader.disks: [] > _bootloader._update_only: False > _bootloader._default_image: None > _bootloader.stage2_device: None > _bootloader.encrypted_password: Skipped > _bootloader.errors: [] > _bootloader.stage1_device: None > _bootloader._timeout: 5 > _bootloader.stage1_disk: None > _bootloader.password: None > _bootloader.dracut_args: > _bootloader.boot_args: > _bootloader.linux_images: [] >_payload: Already dumped (YumPayload instance) >displayMode: g >ksdata: Already dumped (AnacondaKSHandler instance) >proxyUsername: None >extraModules: [] >mehConfig: Config instance, containing members: > mehConfig.programArch: x86_64 > mehConfig.callbackDict: {'lsblk_output': (<function lsblk_callback at 0x7f17cd05dde8>, True), 'type': (<function <lambda> at 0x7f17cd05df50>, True), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0x7f17cd05de60>, True), 'release_type': (<function <lambda> at 0x7f17cd06a050>, True)} > mehConfig.attrSkipList: [_intf._actions, _intf._currentAction._xklwrapper, _intf._currentAction.language.translations, _intf._currentAction.language.locales, _intf._currentAction._spokes["PasswordSpoke"]._oldweak, _intf._currentAction._spokes["PasswordSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._oldweak, _intf.storage.bootloader.password, _intf.storage.data, _intf.storage.encryptionPassphrase, _bootloader.encrypted_password, _bootloader.password, payload._groups, payload._yum] > mehConfig.programVersion: 19.31.67-1 > mehConfig.localSkipList: [passphrase, password, _oldweak, _password] > mehConfig.programName: anaconda > mehConfig.fileList: [/tmp/anaconda.log, /tmp/packaging.log, /tmp/program.log, /tmp/storage.log, /tmp/ifcfg.log, /tmp/yum.log, /mnt/sysimage/root/install.log, /proc/cmdline, /tmp/syslog, /run/install/ks.cfg] >isHeadless: False >reIPLMessage: None >_storage: Already dumped (Blivet instance) >dir: None >opts: {'noipv6': False, 'noipv4': False, 'updateSrc': None, 'selinux': True, 'module': [], 'syslog': None, 'leavebootorder': False, 'images': [], 'dmraid': True, 'armPlatform': None, 'memcheck': True, 'iscsi': False, 'ksfile': '/run/install/ks.cfg', 'dirinstall': False, 'kbdtype': None, 'runres': None, 'xdriver': None, 'display_mode': 't', 'stage2': None, 'method': 'nfs:nfs-01.eng.brq.redhat.com:/pub/rhel/nightly/RHEL-7.0-20140312.n.0/compose/Server/x86_64/os/', 'vncpassword': '', 'vnc': True, 'rescue': False, 'noverifyssl': False, 'autostep': False, 'geoloc': None, 'proxy': None, 'dlabel': False, 'vncconnect': None, 'mpathfriendlynames': True, 'lang': None, 'askmethod': False, 'liveinst': False, 'loglevel': None, 'isHeadless': False, 'eject': True, 'rescue_nomount': False, 'keymap': None, 'mpath': False, 'ibft': True, 'debug': False, 'extlinux': False, 'multiLib': False, 'nofb': None, 'targetArch': None} >proxy: None >Registered callbacks: > > >/tmp/anaconda.log: >14:38:52,848 INFO anaconda: /sbin/anaconda 19.31.67-1 >14:38:53,110 INFO anaconda: 8257536 kB (8064 MB) are available >14:38:53,110 INFO anaconda: check_memory(): total:8064, needed:512, graphical:512 >14:38:53,161 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >14:38:53,161 INFO anaconda: Default encoding = utf-8 >14:38:53,203 INFO anaconda: Running kickstart %%pre script(s) >14:38:53,203 INFO anaconda.stdout: Running pre-installation scripts >14:38:53,254 INFO anaconda: All kickstart %%pre script(s) have been run >14:38:53,674 INFO anaconda: Display mode = g >14:38:53,675 INFO anaconda: 8257536 kB (8064 MB) are available >14:38:53,675 INFO anaconda: check_memory(): total:8064, needed:512, graphical:512 >14:38:53,675 INFO anaconda.stdout: Starting VNC... >14:38:53,718 DEBUG anaconda: Exception caught trying to get host name of 10.34.36.197: [Errno 2] Host name lookup failure >14:38:53,759 DEBUG anaconda: Exception caught trying to get host name of 10.34.36.197: [Errno 2] Host name lookup failure >14:38:53,759 DEBUG anaconda: Exception caught trying to get host name of 2620:52:0:2223:a2b3:ccff:feea:f80e: [Errno 2] Host name lookup failure >14:38:53,760 DEBUG anaconda: Exception caught trying to get host name of fe80::a2b3:ccff:feea:f80e: [Errno 2] Host name lookup failure >14:38:54,798 INFO anaconda.stdout: The VNC server is now running. >14:38:54,798 WARN anaconda.stdout: > >WARNING!!! VNC server running with NO PASSWORD! >You can use the vncpassword=<password> boot option >if you would like to secure the server. > > >14:38:54,799 INFO anaconda.stdout: Please manually connect your vnc client to storageqe-81.lab.eng.brq.redhat.com.lab.eng.brq.redhat.com engla:1 (10.34.36.197:1) to begin the install. >14:38:54,800 INFO anaconda: Starting window manager, pid 1586. >14:38:55,502 INFO anaconda: using only installclass Red Hat Enterprise Linux >14:38:55,983 INFO anaconda: bootloader GRUB2 on X86 platform >14:38:55,984 INFO anaconda: bootloader GRUB2 on X86 platform >14:38:56,012 DEBUG anaconda: network: devices found ['enp5s1f0', 'enp2s0', 'enp5s1f2'] >14:38:56,312 DEBUG anaconda: network: missing ifcfgs created for devices ['enp5s1f0', 'enp5s1f2'] >14:38:56,373 DEBUG anaconda: Exception caught trying to get host name of 10.34.36.197: [Errno 2] Host name lookup failure >14:38:56,373 DEBUG anaconda: Exception caught trying to get host name of 2620:52:0:2223:a2b3:ccff:feea:f80e: [Errno 2] Host name lookup failure >14:38:56,374 DEBUG anaconda: Exception caught trying to get host name of fe80::a2b3:ccff:feea:f80e: [Errno 2] Host name lookup failure >14:38:56,374 DEBUG anaconda: updating hostname storageqe-81.lab.eng.brq.redhat.com.lab.eng.brq.redhat.com engla >14:38:56,388 INFO anaconda: Running Thread: AnaStorageThread (139740186392320) >14:38:56,388 INFO anaconda: Running Thread: AnaTimeInitThread (139740177999616) >14:38:56,388 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (139740169606912) >14:38:56,389 INFO anaconda: Running Thread: AnaPayloadThread (139740161214208) >14:38:56,412 INFO anaconda: got 2 NTP servers from DHCP >14:38:56,413 DEBUG anaconda: getting NTP server hostname failed for address: 10.34.32.125 >14:38:56,413 DEBUG anaconda: getting NTP server hostname failed for address: 10.34.255.7 >14:38:56,413 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (139740169606912) >14:38:56,417 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (139740169606912) >14:38:56,418 INFO anaconda: Starting geolocation lookup >14:38:56,418 INFO anaconda: Geolocation provider: Fedora GeoIP >14:38:56,420 DEBUG anaconda: Geoloc: URLError for Fedora GeoIP API lookup: ><urlopen error [Errno -2] Name or service not known> >14:38:56,420 INFO anaconda: Geolocation lookup finished in 0.0 seconds >14:38:56,420 INFO anaconda: no results >14:38:56,420 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (139740169606912) >14:38:58,332 DEBUG anaconda: network standalone spoke (init): completed: ['enp2s0'] >14:38:58,475 INFO anaconda: Running Thread: AnaNTPserver0 (139740169606912) >14:38:58,478 INFO anaconda: Running Thread: AnaNTPserver1 (139740122896128) >14:38:58,478 INFO anaconda: Running Thread: AnaDateTimeThread (139740114503424) >14:38:58,713 INFO anaconda: Running Thread: AnaSourceWatcher (139740078823168) >14:38:58,728 INFO anaconda: Running Thread: AnaSoftwareWatcher (139740070430464) >14:38:58,746 INFO anaconda: Running Thread: AnaStorageWatcher (139740062037760) >14:38:58,768 INFO anaconda: Running Thread: AnaCustomStorageInit (139740053645056) >14:38:58,995 DEBUG anaconda: network: GUI, device configuration added: connection 74760cb8-70aa-4894-b617-17c84fd25e8c device enp5s1f2 >14:38:59,087 DEBUG anaconda: network: GUI, device configuration added: connection 5550d69e-b66f-4e5a-98ff-a1866e622418 device enp2s0 >14:38:59,236 DEBUG anaconda: network: GUI, device configuration added: connection 0d3c4e03-615b-49fc-b79e-9a8bb8b9a9f2 device enp5s1f0 >14:38:59,259 DEBUG anaconda: network: GUI, connection 74760cb8-70aa-4894-b617-17c84fd25e8c found >14:38:59,260 DEBUG anaconda: network: GUI, connection 5550d69e-b66f-4e5a-98ff-a1866e622418 found >14:38:59,260 DEBUG anaconda: network: GUI, connection c5f1b6ea-01e2-4f00-9e24-f676db35184a found >14:38:59,288 DEBUG anaconda: network: GUI, connection 0d3c4e03-615b-49fc-b79e-9a8bb8b9a9f2 found >14:38:59,421 DEBUG anaconda: updating hostname storageqe-81.lab.eng.brq.redhat.com.lab.eng.brq.redhat.com engla >14:38:59,839 INFO anaconda: setting <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7f17ccb550d0> status to: Restoring hardware time... >14:38:59,840 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f17ccb63850> status to: Probing storage... >14:38:59,840 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f17ccb7b390> status to: Downloading package metadata... >14:38:59,840 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f17ccb7b990> status to: Probing storage... >14:39:00,202 INFO anaconda: setting <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0x7f17ccc63310> status to: Wired (enp2s0) connected >14:39:04,591 INFO anaconda: Thread Done: AnaNTPserver1 (139740122896128) >14:39:04,592 INFO anaconda: Thread Done: AnaNTPserver0 (139740169606912) >14:39:23,871 INFO anaconda: Thread Done: AnaCustomStorageInit (139740053645056) >14:40:15,800 INFO anaconda: Thread Done: AnaStorageThread (139740186392320) >14:40:15,804 INFO anaconda: Thread Done: AnaStorageWatcher (139740062037760) >14:40:15,806 DEBUG anaconda: Checking /run/install/repo/.treeinfo >14:40:15,807 DEBUG anaconda: Checking /run/install/repo/EFI >14:40:15,807 DEBUG anaconda: Checking /run/install/repo/GPL >14:40:15,807 DEBUG anaconda: Checking /run/install/repo/.discinfo >14:40:15,808 DEBUG anaconda: Checking /run/install/repo/Packages >14:40:15,808 DEBUG anaconda: Checking /run/install/repo/RPM-GPG-KEY-redhat-beta >14:40:15,809 DEBUG anaconda: Checking /run/install/repo/EULA >14:40:15,809 DEBUG anaconda: Checking /run/install/repo/RPM-GPG-KEY-redhat-release >14:40:15,810 DEBUG anaconda: Checking /run/install/repo/release-notes >14:40:15,810 DEBUG anaconda: Checking /run/install/repo/repodata >14:40:15,811 DEBUG anaconda: Checking /run/install/repo/LiveOS >14:40:15,811 DEBUG anaconda: Checking /run/install/repo/isolinux >14:40:15,812 DEBUG anaconda: Checking /run/install/repo/addons >14:40:15,813 DEBUG anaconda: Checking /run/install/repo/images >14:40:15,928 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f17ccb63850> status to: Downloading package metadata... >14:40:15,936 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f17ccb7b990> >14:40:15,937 INFO anaconda: Running Thread: AnaExecuteStorageThread (139740062037760) >14:40:15,946 DEBUG anaconda: new disk order: [] >14:40:15,948 DEBUG anaconda: Checking /run/install/repo/.treeinfo >14:40:15,948 DEBUG anaconda: Checking /run/install/repo/EFI >14:40:15,949 DEBUG anaconda: Checking /run/install/repo/GPL >14:40:15,949 DEBUG anaconda: Checking /run/install/repo/.discinfo >14:40:15,950 DEBUG anaconda: Checking /run/install/repo/Packages >14:40:15,951 DEBUG anaconda: Checking /run/install/repo/RPM-GPG-KEY-redhat-beta >14:40:15,951 DEBUG anaconda: Checking /run/install/repo/EULA >14:40:15,952 DEBUG anaconda: Checking /run/install/repo/RPM-GPG-KEY-redhat-release >14:40:15,953 DEBUG anaconda: Checking /run/install/repo/release-notes >14:40:15,953 DEBUG anaconda: Checking /run/install/repo/repodata >14:40:15,954 DEBUG anaconda: Checking /run/install/repo/LiveOS >14:40:15,954 DEBUG anaconda: Checking /run/install/repo/isolinux >14:40:15,955 DEBUG anaconda: Checking /run/install/repo/addons >14:40:15,956 DEBUG anaconda: Checking /run/install/repo/images >14:40:15,969 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f17ccb7b990> >14:40:15,969 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f17ccb7b990> status to: Saving storage configuration... >14:40:16,001 INFO anaconda: Thread Done: AnaTimeInitThread (139740177999616) >14:40:16,002 INFO anaconda: Thread Done: AnaDateTimeThread (139740114503424) >14:40:16,006 DEBUG anaconda: _is_valid_disklabel(sda) returning True >14:40:16,007 DEBUG anaconda: _is_valid_size(sda) returning True >14:40:16,007 DEBUG anaconda: _is_valid_location(sda) returning True >14:40:16,007 DEBUG anaconda: _is_valid_format(sda) returning True >14:40:16,007 DEBUG anaconda: is_valid_stage1_device(sda) returning True >14:40:16,047 INFO anaconda: Thread Done: AnaPayloadThread (139740161214208) >14:40:16,054 INFO anaconda: Thread Done: AnaSourceWatcher (139740078823168) >14:40:16,069 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7f17ccb550d0> >14:40:16,093 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f17ccb7b390> status to: Downloading group metadata... >14:40:16,099 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f17ccb63850> >14:40:16,208 DEBUG anaconda: new disk order: [] >14:40:16,245 DEBUG anaconda: _is_valid_disklabel(sda) returning True >14:40:16,245 DEBUG anaconda: _is_valid_size(sda) returning True >14:40:16,245 DEBUG anaconda: _is_valid_location(sda) returning True >14:40:16,246 DEBUG anaconda: _is_valid_format(sda) returning True >14:40:16,246 DEBUG anaconda: is_valid_stage1_device(sda) returning True >14:40:16,247 DEBUG anaconda: _is_valid_disklabel(sda) returning True >14:40:16,247 DEBUG anaconda: _is_valid_size(sda) returning True >14:40:16,248 DEBUG anaconda: _is_valid_location(sda) returning True >14:40:16,248 DEBUG anaconda: _is_valid_format(sda) returning True >14:40:16,248 DEBUG anaconda: is_valid_stage1_device(sda) returning True >14:40:16,248 DEBUG anaconda: _is_valid_disklabel(sdb1) returning True >14:40:16,248 DEBUG anaconda: _is_valid_size(sdb1) returning True >14:40:16,248 DEBUG anaconda: _is_valid_location(sdb1) returning True >14:40:16,248 DEBUG anaconda: _is_valid_partition(sdb1) returning True >14:40:16,248 DEBUG anaconda: _is_valid_format(sdb1) returning True >14:40:16,248 DEBUG anaconda: is_valid_stage2_device(sdb1) returning True >14:40:16,249 DEBUG anaconda: new disk order: [] >14:40:16,284 DEBUG anaconda: _is_valid_disklabel(sda) returning True >14:40:16,285 DEBUG anaconda: _is_valid_size(sda) returning True >14:40:16,285 DEBUG anaconda: _is_valid_location(sda) returning True >14:40:16,285 DEBUG anaconda: _is_valid_format(sda) returning True >14:40:16,285 DEBUG anaconda: is_valid_stage1_device(sda) returning True >14:40:16,285 INFO anaconda: Running Thread: AnaCheckStorageThread (139740078823168) >14:40:16,285 INFO anaconda: Thread Done: AnaExecuteStorageThread (139740062037760) >14:40:16,288 DEBUG anaconda: _is_valid_disklabel(sda) returning True >14:40:16,288 DEBUG anaconda: _is_valid_size(sda) returning True >14:40:16,288 DEBUG anaconda: _is_valid_location(sda) returning True >14:40:16,288 DEBUG anaconda: _is_valid_format(sda) returning True >14:40:16,288 DEBUG anaconda: is_valid_stage1_device(sda) returning True >14:40:16,288 DEBUG anaconda: _is_valid_disklabel(sdb1) returning True >14:40:16,289 DEBUG anaconda: _is_valid_size(sdb1) returning True >14:40:16,289 DEBUG anaconda: _is_valid_location(sdb1) returning True >14:40:16,289 DEBUG anaconda: _is_valid_partition(sdb1) returning True >14:40:16,289 DEBUG anaconda: _is_valid_format(sdb1) returning True >14:40:16,289 DEBUG anaconda: is_valid_stage2_device(sdb1) returning True >14:40:16,290 INFO anaconda: Thread Done: AnaCheckStorageThread (139740078823168) >14:40:16,367 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f17ccb7b990> >14:40:16,370 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f17ccb7b990> >14:40:16,370 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f17ccb7b990> status to: Checking storage configuration... >14:40:16,373 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f17ccb7b990> >14:40:16,979 INFO anaconda: Running Thread: AnaCheckSoftwareThread (139740078823168) >14:40:16,979 INFO anaconda: Thread Done: AnaSoftwareWatcher (139740070430464) >14:40:17,079 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f17ccb7b390> >14:40:17,082 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f17ccb7b390> >14:40:17,084 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f17ccb63850> >14:40:17,084 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f17ccb7b390> status to: Checking software dependencies... >14:40:18,185 INFO anaconda: Thread Done: AnaCheckSoftwareThread (139740078823168) >14:40:18,291 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f17ccb7b390> >14:40:18,299 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f17ccb63850> >14:41:23,907 DEBUG anaconda: running handleException >14:41:23,907 DEBUG anaconda: Gtk running, queuing exception handler to the main loop > > >/tmp/packaging.log: >14:38:55,982 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:190 (reset) >14:38:55,982 INFO packaging: have _yum_lock for MainThread >14:38:55,983 DEBUG packaging: getting release version from tree at None (7.0) >14:38:55,983 DEBUG packaging: got a release version of 7.0 >14:38:55,983 INFO packaging: gave up _yum_lock for MainThread >14:40:15,801 INFO packaging: configuring base repo >14:40:15,813 DEBUG packaging: getting release version from tree at file:///run/install/repo (7.0) >14:40:15,813 DEBUG packaging: retrieving treeinfo from file:///run/install/repo (proxy: None ; sslverify: True) >14:40:15,816 DEBUG packaging: got a release version of 7.0 >14:40:15,817 DEBUG packaging: releasever from file:///run/install/repo is 7.0 >14:40:15,818 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:190 (reset) >14:40:15,819 INFO packaging: have _yum_lock for AnaPayloadThread >14:40:15,929 INFO_2 yum.verbose.YumPlugins: Loaded plugins: langpacks, product-id >14:40:15,929 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >14:40:15,930 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >14:40:15,930 DEBUG yum.verbose.plugin: Adding en_US to language list >14:40:15,933 DEBUG yum.verbose.YumBase: Config time: 0.114 >14:40:15,935 INFO packaging: gave up _yum_lock for AnaPayloadThread >14:40:15,935 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:474 (updateBaseRepo) >14:40:15,936 INFO packaging: have _yum_lock for AnaPayloadThread >14:40:15,942 INFO_2 yum.verbose.YumPlugins: Loaded plugins: langpacks, product-id >14:40:15,942 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >14:40:15,942 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >14:40:15,943 DEBUG yum.verbose.plugin: Adding en_US to language list >14:40:15,945 DEBUG yum.verbose.YumBase: Config time: 0.009 >14:40:15,945 INFO packaging: gave up _yum_lock for AnaPayloadThread >14:40:15,958 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:502 (updateBaseRepo) >14:40:15,958 INFO packaging: have _yum_lock for AnaPayloadThread >14:40:15,961 INFO packaging: gave up _yum_lock for AnaPayloadThread >14:40:15,964 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:962 (_addYumRepo) >14:40:15,964 INFO packaging: have _yum_lock for AnaPayloadThread >14:40:15,964 INFO packaging: gave up _yum_lock for AnaPayloadThread >14:40:15,965 DEBUG packaging: adding yum repo anaconda with baseurl file:///run/install/repo and mirrorlist None >14:40:15,967 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:502 (updateBaseRepo) >14:40:15,967 INFO packaging: have _yum_lock for AnaPayloadThread >14:40:15,979 INFO packaging: gave up _yum_lock for AnaPayloadThread >14:40:15,981 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:198 (setup) >14:40:15,981 INFO packaging: have _yum_lock for AnaPayloadThread >14:40:15,981 INFO packaging: gave up _yum_lock for AnaPayloadThread >14:40:15,983 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:198 (setup) >14:40:15,983 INFO packaging: have _yum_lock for AnaPayloadThread >14:40:15,984 INFO packaging: gave up _yum_lock for AnaPayloadThread >14:40:15,984 INFO packaging: gathering repo metadata >14:40:15,986 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:577 (gatherRepoMetadata) >14:40:15,986 INFO packaging: have _yum_lock for AnaPayloadThread >14:40:15,986 INFO packaging: gave up _yum_lock for AnaPayloadThread >14:40:15,988 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:203 (setup) >14:40:15,988 INFO packaging: have _yum_lock for AnaPayloadThread >14:40:15,989 DEBUG packaging: getting repo metadata for anaconda >14:40:15,991 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:582 (gatherRepoMetadata) >14:40:15,991 INFO packaging: have _yum_lock for AnaPayloadThread >14:40:16,036 DEBUG packaging: getting group info for anaconda >14:40:16,046 INFO packaging: gave up _yum_lock for AnaPayloadThread >14:40:16,046 INFO packaging: gave up _yum_lock for AnaPayloadThread >14:40:16,046 INFO packaging: metadata retrieval complete >14:40:16,049 INFO packaging: about to acquire _yum_lock for AnaSourceWatcher at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:613 (_initialize) >14:40:16,050 INFO packaging: have _yum_lock for AnaSourceWatcher >14:40:16,050 INFO packaging: about to acquire _yum_lock for AnaSoftwareWatcher at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1054 (environments) >14:40:16,050 INFO packaging: gave up _yum_lock for AnaSourceWatcher >14:40:16,051 INFO packaging: have _yum_lock for AnaSoftwareWatcher >14:40:16,051 DEBUG yum.verbose.YumBase: Setting up Package Sacks >14:40:16,714 DEBUG yum.verbose.YumBase: pkgsack time: 0.662 >14:40:16,742 DEBUG yum.verbose.YumBase: group time: 0.691 >14:40:16,743 INFO packaging: gave up _yum_lock for AnaSoftwareWatcher >14:40:16,743 INFO packaging: about to acquire _yum_lock for AnaSoftwareWatcher at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:215 (_initialize) >14:40:16,743 INFO packaging: have _yum_lock for AnaSoftwareWatcher >14:40:16,743 INFO packaging: gave up _yum_lock for AnaSoftwareWatcher >14:40:16,744 INFO packaging: about to acquire _yum_lock for AnaSoftwareWatcher at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1182 (groups) >14:40:16,744 INFO packaging: have _yum_lock for AnaSoftwareWatcher >14:40:16,744 INFO packaging: gave up _yum_lock for AnaSoftwareWatcher >14:40:16,744 INFO packaging: about to acquire _yum_lock for AnaSoftwareWatcher at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:216 (_initialize) >14:40:16,745 INFO packaging: have _yum_lock for AnaSoftwareWatcher >14:40:16,745 INFO packaging: gave up _yum_lock for AnaSoftwareWatcher >14:40:16,746 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1054 (environments) >14:40:16,746 INFO packaging: have _yum_lock for MainThread >14:40:16,746 INFO packaging: gave up _yum_lock for MainThread >14:40:16,746 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:253 (refresh) >14:40:16,747 INFO packaging: have _yum_lock for MainThread >14:40:16,747 INFO packaging: gave up _yum_lock for MainThread >14:40:16,747 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1054 (environments) >14:40:16,747 INFO packaging: have _yum_lock for MainThread >14:40:16,747 INFO packaging: gave up _yum_lock for MainThread >14:40:16,748 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:258 (refresh) >14:40:16,748 INFO packaging: have _yum_lock for MainThread >14:40:16,748 INFO packaging: gave up _yum_lock for MainThread >14:40:16,749 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1106 (environmentDescription) >14:40:16,749 INFO packaging: have _yum_lock for MainThread >14:40:16,749 INFO packaging: gave up _yum_lock for MainThread >14:40:16,749 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:259 (refresh) >14:40:16,749 INFO packaging: have _yum_lock for MainThread >14:40:16,750 INFO packaging: gave up _yum_lock for MainThread >14:40:16,751 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1106 (environmentDescription) >14:40:16,751 INFO packaging: have _yum_lock for MainThread >14:40:16,751 INFO packaging: gave up _yum_lock for MainThread >14:40:16,752 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:259 (refresh) >14:40:16,752 INFO packaging: have _yum_lock for MainThread >14:40:16,752 INFO packaging: gave up _yum_lock for MainThread >14:40:16,753 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1106 (environmentDescription) >14:40:16,753 INFO packaging: have _yum_lock for MainThread >14:40:16,754 INFO packaging: gave up _yum_lock for MainThread >14:40:16,754 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:259 (refresh) >14:40:16,754 INFO packaging: have _yum_lock for MainThread >14:40:16,755 INFO packaging: gave up _yum_lock for MainThread >14:40:16,755 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1106 (environmentDescription) >14:40:16,756 INFO packaging: have _yum_lock for MainThread >14:40:16,756 INFO packaging: gave up _yum_lock for MainThread >14:40:16,756 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:259 (refresh) >14:40:16,756 INFO packaging: have _yum_lock for MainThread >14:40:16,756 INFO packaging: gave up _yum_lock for MainThread >14:40:16,757 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1106 (environmentDescription) >14:40:16,757 INFO packaging: have _yum_lock for MainThread >14:40:16,757 INFO packaging: gave up _yum_lock for MainThread >14:40:16,758 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:259 (refresh) >14:40:16,758 INFO packaging: have _yum_lock for MainThread >14:40:16,758 INFO packaging: gave up _yum_lock for MainThread >14:40:16,759 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1106 (environmentDescription) >14:40:16,759 INFO packaging: have _yum_lock for MainThread >14:40:16,759 INFO packaging: gave up _yum_lock for MainThread >14:40:16,759 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:259 (refresh) >14:40:16,759 INFO packaging: have _yum_lock for MainThread >14:40:16,760 INFO packaging: gave up _yum_lock for MainThread >14:40:16,760 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1182 (groups) >14:40:16,760 INFO packaging: have _yum_lock for MainThread >14:40:16,761 INFO packaging: gave up _yum_lock for MainThread >14:40:16,761 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:303 (refreshAddons) >14:40:16,761 INFO packaging: have _yum_lock for MainThread >14:40:16,761 INFO packaging: gave up _yum_lock for MainThread >14:40:16,762 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,762 INFO packaging: have _yum_lock for MainThread >14:40:16,762 INFO packaging: gave up _yum_lock for MainThread >14:40:16,763 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,763 INFO packaging: have _yum_lock for MainThread >14:40:16,763 INFO packaging: gave up _yum_lock for MainThread >14:40:16,763 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,763 INFO packaging: have _yum_lock for MainThread >14:40:16,763 INFO packaging: gave up _yum_lock for MainThread >14:40:16,764 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,764 INFO packaging: have _yum_lock for MainThread >14:40:16,764 INFO packaging: gave up _yum_lock for MainThread >14:40:16,765 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,765 INFO packaging: have _yum_lock for MainThread >14:40:16,765 INFO packaging: gave up _yum_lock for MainThread >14:40:16,765 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,765 INFO packaging: have _yum_lock for MainThread >14:40:16,765 INFO packaging: gave up _yum_lock for MainThread >14:40:16,766 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,766 INFO packaging: have _yum_lock for MainThread >14:40:16,766 INFO packaging: gave up _yum_lock for MainThread >14:40:16,767 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,767 INFO packaging: have _yum_lock for MainThread >14:40:16,767 INFO packaging: gave up _yum_lock for MainThread >14:40:16,767 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,768 INFO packaging: have _yum_lock for MainThread >14:40:16,768 INFO packaging: gave up _yum_lock for MainThread >14:40:16,768 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,768 INFO packaging: have _yum_lock for MainThread >14:40:16,768 INFO packaging: gave up _yum_lock for MainThread >14:40:16,769 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,769 INFO packaging: have _yum_lock for MainThread >14:40:16,769 INFO packaging: gave up _yum_lock for MainThread >14:40:16,769 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,770 INFO packaging: have _yum_lock for MainThread >14:40:16,770 INFO packaging: gave up _yum_lock for MainThread >14:40:16,770 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,770 INFO packaging: have _yum_lock for MainThread >14:40:16,770 INFO packaging: gave up _yum_lock for MainThread >14:40:16,771 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,771 INFO packaging: have _yum_lock for MainThread >14:40:16,771 INFO packaging: gave up _yum_lock for MainThread >14:40:16,772 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,772 INFO packaging: have _yum_lock for MainThread >14:40:16,772 INFO packaging: gave up _yum_lock for MainThread >14:40:16,772 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,772 INFO packaging: have _yum_lock for MainThread >14:40:16,772 INFO packaging: gave up _yum_lock for MainThread >14:40:16,773 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,773 INFO packaging: have _yum_lock for MainThread >14:40:16,773 INFO packaging: gave up _yum_lock for MainThread >14:40:16,774 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,774 INFO packaging: have _yum_lock for MainThread >14:40:16,774 INFO packaging: gave up _yum_lock for MainThread >14:40:16,774 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,774 INFO packaging: have _yum_lock for MainThread >14:40:16,775 INFO packaging: gave up _yum_lock for MainThread >14:40:16,775 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,775 INFO packaging: have _yum_lock for MainThread >14:40:16,775 INFO packaging: gave up _yum_lock for MainThread >14:40:16,776 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,776 INFO packaging: have _yum_lock for MainThread >14:40:16,776 INFO packaging: gave up _yum_lock for MainThread >14:40:16,776 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,777 INFO packaging: have _yum_lock for MainThread >14:40:16,777 INFO packaging: gave up _yum_lock for MainThread >14:40:16,777 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,777 INFO packaging: have _yum_lock for MainThread >14:40:16,777 INFO packaging: gave up _yum_lock for MainThread >14:40:16,778 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,778 INFO packaging: have _yum_lock for MainThread >14:40:16,778 INFO packaging: gave up _yum_lock for MainThread >14:40:16,779 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1233 (_groupHasInstallableMembers) >14:40:16,779 INFO packaging: have _yum_lock for MainThread >14:40:16,779 INFO packaging: gave up _yum_lock for MainThread >14:40:16,779 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,779 INFO packaging: have _yum_lock for MainThread >14:40:16,779 INFO packaging: gave up _yum_lock for MainThread >14:40:16,780 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,780 INFO packaging: have _yum_lock for MainThread >14:40:16,780 INFO packaging: gave up _yum_lock for MainThread >14:40:16,781 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,781 INFO packaging: have _yum_lock for MainThread >14:40:16,781 INFO packaging: gave up _yum_lock for MainThread >14:40:16,781 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,781 INFO packaging: have _yum_lock for MainThread >14:40:16,782 INFO packaging: gave up _yum_lock for MainThread >14:40:16,782 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,782 INFO packaging: have _yum_lock for MainThread >14:40:16,782 INFO packaging: gave up _yum_lock for MainThread >14:40:16,783 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,783 INFO packaging: have _yum_lock for MainThread >14:40:16,783 INFO packaging: gave up _yum_lock for MainThread >14:40:16,783 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,784 INFO packaging: have _yum_lock for MainThread >14:40:16,784 INFO packaging: gave up _yum_lock for MainThread >14:40:16,784 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,784 INFO packaging: have _yum_lock for MainThread >14:40:16,784 INFO packaging: gave up _yum_lock for MainThread >14:40:16,785 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,785 INFO packaging: have _yum_lock for MainThread >14:40:16,785 INFO packaging: gave up _yum_lock for MainThread >14:40:16,786 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1233 (_groupHasInstallableMembers) >14:40:16,786 INFO packaging: have _yum_lock for MainThread >14:40:16,786 INFO packaging: gave up _yum_lock for MainThread >14:40:16,786 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,786 INFO packaging: have _yum_lock for MainThread >14:40:16,786 INFO packaging: gave up _yum_lock for MainThread >14:40:16,787 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,787 INFO packaging: have _yum_lock for MainThread >14:40:16,787 INFO packaging: gave up _yum_lock for MainThread >14:40:16,788 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,788 INFO packaging: have _yum_lock for MainThread >14:40:16,788 INFO packaging: gave up _yum_lock for MainThread >14:40:16,788 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,788 INFO packaging: have _yum_lock for MainThread >14:40:16,789 INFO packaging: gave up _yum_lock for MainThread >14:40:16,789 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,789 INFO packaging: have _yum_lock for MainThread >14:40:16,789 INFO packaging: gave up _yum_lock for MainThread >14:40:16,790 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,790 INFO packaging: have _yum_lock for MainThread >14:40:16,790 INFO packaging: gave up _yum_lock for MainThread >14:40:16,790 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,790 INFO packaging: have _yum_lock for MainThread >14:40:16,791 INFO packaging: gave up _yum_lock for MainThread >14:40:16,791 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,791 INFO packaging: have _yum_lock for MainThread >14:40:16,791 INFO packaging: gave up _yum_lock for MainThread >14:40:16,792 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,792 INFO packaging: have _yum_lock for MainThread >14:40:16,792 INFO packaging: gave up _yum_lock for MainThread >14:40:16,793 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,793 INFO packaging: have _yum_lock for MainThread >14:40:16,793 INFO packaging: gave up _yum_lock for MainThread >14:40:16,793 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,793 INFO packaging: have _yum_lock for MainThread >14:40:16,793 INFO packaging: gave up _yum_lock for MainThread >14:40:16,794 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,794 INFO packaging: have _yum_lock for MainThread >14:40:16,794 INFO packaging: gave up _yum_lock for MainThread >14:40:16,795 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,795 INFO packaging: have _yum_lock for MainThread >14:40:16,795 INFO packaging: gave up _yum_lock for MainThread >14:40:16,795 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,795 INFO packaging: have _yum_lock for MainThread >14:40:16,795 INFO packaging: gave up _yum_lock for MainThread >14:40:16,796 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,796 INFO packaging: have _yum_lock for MainThread >14:40:16,796 INFO packaging: gave up _yum_lock for MainThread >14:40:16,797 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,797 INFO packaging: have _yum_lock for MainThread >14:40:16,797 INFO packaging: gave up _yum_lock for MainThread >14:40:16,797 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,797 INFO packaging: have _yum_lock for MainThread >14:40:16,798 INFO packaging: gave up _yum_lock for MainThread >14:40:16,798 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,798 INFO packaging: have _yum_lock for MainThread >14:40:16,798 INFO packaging: gave up _yum_lock for MainThread >14:40:16,799 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,799 INFO packaging: have _yum_lock for MainThread >14:40:16,799 INFO packaging: gave up _yum_lock for MainThread >14:40:16,799 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,800 INFO packaging: have _yum_lock for MainThread >14:40:16,800 INFO packaging: gave up _yum_lock for MainThread >14:40:16,800 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,800 INFO packaging: have _yum_lock for MainThread >14:40:16,800 INFO packaging: gave up _yum_lock for MainThread >14:40:16,801 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1233 (_groupHasInstallableMembers) >14:40:16,801 INFO packaging: have _yum_lock for MainThread >14:40:16,801 INFO packaging: gave up _yum_lock for MainThread >14:40:16,802 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,802 INFO packaging: have _yum_lock for MainThread >14:40:16,802 INFO packaging: gave up _yum_lock for MainThread >14:40:16,802 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,802 INFO packaging: have _yum_lock for MainThread >14:40:16,802 INFO packaging: gave up _yum_lock for MainThread >14:40:16,803 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,803 INFO packaging: have _yum_lock for MainThread >14:40:16,803 INFO packaging: gave up _yum_lock for MainThread >14:40:16,804 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,804 INFO packaging: have _yum_lock for MainThread >14:40:16,804 INFO packaging: gave up _yum_lock for MainThread >14:40:16,804 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,804 INFO packaging: have _yum_lock for MainThread >14:40:16,804 INFO packaging: gave up _yum_lock for MainThread >14:40:16,805 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,805 INFO packaging: have _yum_lock for MainThread >14:40:16,805 INFO packaging: gave up _yum_lock for MainThread >14:40:16,806 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,806 INFO packaging: have _yum_lock for MainThread >14:40:16,806 INFO packaging: gave up _yum_lock for MainThread >14:40:16,807 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,807 INFO packaging: have _yum_lock for MainThread >14:40:16,807 INFO packaging: gave up _yum_lock for MainThread >14:40:16,807 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,807 INFO packaging: have _yum_lock for MainThread >14:40:16,807 INFO packaging: gave up _yum_lock for MainThread >14:40:16,808 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,808 INFO packaging: have _yum_lock for MainThread >14:40:16,808 INFO packaging: gave up _yum_lock for MainThread >14:40:16,809 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,809 INFO packaging: have _yum_lock for MainThread >14:40:16,809 INFO packaging: gave up _yum_lock for MainThread >14:40:16,809 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,809 INFO packaging: have _yum_lock for MainThread >14:40:16,810 INFO packaging: gave up _yum_lock for MainThread >14:40:16,810 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,810 INFO packaging: have _yum_lock for MainThread >14:40:16,810 INFO packaging: gave up _yum_lock for MainThread >14:40:16,811 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,811 INFO packaging: have _yum_lock for MainThread >14:40:16,811 INFO packaging: gave up _yum_lock for MainThread >14:40:16,811 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,812 INFO packaging: have _yum_lock for MainThread >14:40:16,812 INFO packaging: gave up _yum_lock for MainThread >14:40:16,812 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,812 INFO packaging: have _yum_lock for MainThread >14:40:16,812 INFO packaging: gave up _yum_lock for MainThread >14:40:16,813 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,813 INFO packaging: have _yum_lock for MainThread >14:40:16,813 INFO packaging: gave up _yum_lock for MainThread >14:40:16,814 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,814 INFO packaging: have _yum_lock for MainThread >14:40:16,814 INFO packaging: gave up _yum_lock for MainThread >14:40:16,814 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,814 INFO packaging: have _yum_lock for MainThread >14:40:16,814 INFO packaging: gave up _yum_lock for MainThread >14:40:16,815 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,815 INFO packaging: have _yum_lock for MainThread >14:40:16,815 INFO packaging: gave up _yum_lock for MainThread >14:40:16,816 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,816 INFO packaging: have _yum_lock for MainThread >14:40:16,816 INFO packaging: gave up _yum_lock for MainThread >14:40:16,816 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,816 INFO packaging: have _yum_lock for MainThread >14:40:16,817 INFO packaging: gave up _yum_lock for MainThread >14:40:16,817 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,817 INFO packaging: have _yum_lock for MainThread >14:40:16,817 INFO packaging: gave up _yum_lock for MainThread >14:40:16,818 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,818 INFO packaging: have _yum_lock for MainThread >14:40:16,818 INFO packaging: gave up _yum_lock for MainThread >14:40:16,818 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,819 INFO packaging: have _yum_lock for MainThread >14:40:16,819 INFO packaging: gave up _yum_lock for MainThread >14:40:16,819 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,819 INFO packaging: have _yum_lock for MainThread >14:40:16,819 INFO packaging: gave up _yum_lock for MainThread >14:40:16,820 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,820 INFO packaging: have _yum_lock for MainThread >14:40:16,820 INFO packaging: gave up _yum_lock for MainThread >14:40:16,821 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,821 INFO packaging: have _yum_lock for MainThread >14:40:16,821 INFO packaging: gave up _yum_lock for MainThread >14:40:16,821 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,821 INFO packaging: have _yum_lock for MainThread >14:40:16,821 INFO packaging: gave up _yum_lock for MainThread >14:40:16,822 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,822 INFO packaging: have _yum_lock for MainThread >14:40:16,822 INFO packaging: gave up _yum_lock for MainThread >14:40:16,823 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,823 INFO packaging: have _yum_lock for MainThread >14:40:16,823 INFO packaging: gave up _yum_lock for MainThread >14:40:16,823 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,823 INFO packaging: have _yum_lock for MainThread >14:40:16,824 INFO packaging: gave up _yum_lock for MainThread >14:40:16,824 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,824 INFO packaging: have _yum_lock for MainThread >14:40:16,824 INFO packaging: gave up _yum_lock for MainThread >14:40:16,825 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,825 INFO packaging: have _yum_lock for MainThread >14:40:16,825 INFO packaging: gave up _yum_lock for MainThread >14:40:16,825 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,826 INFO packaging: have _yum_lock for MainThread >14:40:16,826 INFO packaging: gave up _yum_lock for MainThread >14:40:16,826 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,826 INFO packaging: have _yum_lock for MainThread >14:40:16,826 INFO packaging: gave up _yum_lock for MainThread >14:40:16,827 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,827 INFO packaging: have _yum_lock for MainThread >14:40:16,827 INFO packaging: gave up _yum_lock for MainThread >14:40:16,828 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,828 INFO packaging: have _yum_lock for MainThread >14:40:16,828 INFO packaging: gave up _yum_lock for MainThread >14:40:16,828 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,828 INFO packaging: have _yum_lock for MainThread >14:40:16,828 INFO packaging: gave up _yum_lock for MainThread >14:40:16,829 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,829 INFO packaging: have _yum_lock for MainThread >14:40:16,829 INFO packaging: gave up _yum_lock for MainThread >14:40:16,830 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,830 INFO packaging: have _yum_lock for MainThread >14:40:16,830 INFO packaging: gave up _yum_lock for MainThread >14:40:16,830 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1233 (_groupHasInstallableMembers) >14:40:16,830 INFO packaging: have _yum_lock for MainThread >14:40:16,830 INFO packaging: gave up _yum_lock for MainThread >14:40:16,831 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,831 INFO packaging: have _yum_lock for MainThread >14:40:16,831 INFO packaging: gave up _yum_lock for MainThread >14:40:16,832 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,832 INFO packaging: have _yum_lock for MainThread >14:40:16,832 INFO packaging: gave up _yum_lock for MainThread >14:40:16,832 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,832 INFO packaging: have _yum_lock for MainThread >14:40:16,833 INFO packaging: gave up _yum_lock for MainThread >14:40:16,833 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,833 INFO packaging: have _yum_lock for MainThread >14:40:16,833 INFO packaging: gave up _yum_lock for MainThread >14:40:16,834 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,834 INFO packaging: have _yum_lock for MainThread >14:40:16,834 INFO packaging: gave up _yum_lock for MainThread >14:40:16,834 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,835 INFO packaging: have _yum_lock for MainThread >14:40:16,835 INFO packaging: gave up _yum_lock for MainThread >14:40:16,835 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,835 INFO packaging: have _yum_lock for MainThread >14:40:16,835 INFO packaging: gave up _yum_lock for MainThread >14:40:16,836 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,836 INFO packaging: have _yum_lock for MainThread >14:40:16,836 INFO packaging: gave up _yum_lock for MainThread >14:40:16,837 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,837 INFO packaging: have _yum_lock for MainThread >14:40:16,837 INFO packaging: gave up _yum_lock for MainThread >14:40:16,837 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,837 INFO packaging: have _yum_lock for MainThread >14:40:16,837 INFO packaging: gave up _yum_lock for MainThread >14:40:16,838 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,838 INFO packaging: have _yum_lock for MainThread >14:40:16,838 INFO packaging: gave up _yum_lock for MainThread >14:40:16,839 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,839 INFO packaging: have _yum_lock for MainThread >14:40:16,839 INFO packaging: gave up _yum_lock for MainThread >14:40:16,839 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,839 INFO packaging: have _yum_lock for MainThread >14:40:16,839 INFO packaging: gave up _yum_lock for MainThread >14:40:16,840 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,840 INFO packaging: have _yum_lock for MainThread >14:40:16,840 INFO packaging: gave up _yum_lock for MainThread >14:40:16,841 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,841 INFO packaging: have _yum_lock for MainThread >14:40:16,841 INFO packaging: gave up _yum_lock for MainThread >14:40:16,841 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,841 INFO packaging: have _yum_lock for MainThread >14:40:16,842 INFO packaging: gave up _yum_lock for MainThread >14:40:16,842 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,842 INFO packaging: have _yum_lock for MainThread >14:40:16,842 INFO packaging: gave up _yum_lock for MainThread >14:40:16,843 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,843 INFO packaging: have _yum_lock for MainThread >14:40:16,843 INFO packaging: gave up _yum_lock for MainThread >14:40:16,843 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,844 INFO packaging: have _yum_lock for MainThread >14:40:16,844 INFO packaging: gave up _yum_lock for MainThread >14:40:16,844 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,844 INFO packaging: have _yum_lock for MainThread >14:40:16,844 INFO packaging: gave up _yum_lock for MainThread >14:40:16,845 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,845 INFO packaging: have _yum_lock for MainThread >14:40:16,845 INFO packaging: gave up _yum_lock for MainThread >14:40:16,846 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,846 INFO packaging: have _yum_lock for MainThread >14:40:16,846 INFO packaging: gave up _yum_lock for MainThread >14:40:16,846 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,846 INFO packaging: have _yum_lock for MainThread >14:40:16,846 INFO packaging: gave up _yum_lock for MainThread >14:40:16,847 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,847 INFO packaging: have _yum_lock for MainThread >14:40:16,847 INFO packaging: gave up _yum_lock for MainThread >14:40:16,848 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,848 INFO packaging: have _yum_lock for MainThread >14:40:16,848 INFO packaging: gave up _yum_lock for MainThread >14:40:16,848 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,848 INFO packaging: have _yum_lock for MainThread >14:40:16,849 INFO packaging: gave up _yum_lock for MainThread >14:40:16,849 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,849 INFO packaging: have _yum_lock for MainThread >14:40:16,849 INFO packaging: gave up _yum_lock for MainThread >14:40:16,850 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,850 INFO packaging: have _yum_lock for MainThread >14:40:16,850 INFO packaging: gave up _yum_lock for MainThread >14:40:16,850 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,850 INFO packaging: have _yum_lock for MainThread >14:40:16,851 INFO packaging: gave up _yum_lock for MainThread >14:40:16,851 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,851 INFO packaging: have _yum_lock for MainThread >14:40:16,851 INFO packaging: gave up _yum_lock for MainThread >14:40:16,852 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,852 INFO packaging: have _yum_lock for MainThread >14:40:16,852 INFO packaging: gave up _yum_lock for MainThread >14:40:16,853 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,853 INFO packaging: have _yum_lock for MainThread >14:40:16,853 INFO packaging: gave up _yum_lock for MainThread >14:40:16,853 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,853 INFO packaging: have _yum_lock for MainThread >14:40:16,853 INFO packaging: gave up _yum_lock for MainThread >14:40:16,854 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,854 INFO packaging: have _yum_lock for MainThread >14:40:16,854 INFO packaging: gave up _yum_lock for MainThread >14:40:16,855 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,855 INFO packaging: have _yum_lock for MainThread >14:40:16,855 INFO packaging: gave up _yum_lock for MainThread >14:40:16,855 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,855 INFO packaging: have _yum_lock for MainThread >14:40:16,855 INFO packaging: gave up _yum_lock for MainThread >14:40:16,856 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,856 INFO packaging: have _yum_lock for MainThread >14:40:16,856 INFO packaging: gave up _yum_lock for MainThread >14:40:16,857 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,857 INFO packaging: have _yum_lock for MainThread >14:40:16,857 INFO packaging: gave up _yum_lock for MainThread >14:40:16,857 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,857 INFO packaging: have _yum_lock for MainThread >14:40:16,858 INFO packaging: gave up _yum_lock for MainThread >14:40:16,858 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,858 INFO packaging: have _yum_lock for MainThread >14:40:16,858 INFO packaging: gave up _yum_lock for MainThread >14:40:16,859 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,859 INFO packaging: have _yum_lock for MainThread >14:40:16,859 INFO packaging: gave up _yum_lock for MainThread >14:40:16,859 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,860 INFO packaging: have _yum_lock for MainThread >14:40:16,860 INFO packaging: gave up _yum_lock for MainThread >14:40:16,860 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,860 INFO packaging: have _yum_lock for MainThread >14:40:16,860 INFO packaging: gave up _yum_lock for MainThread >14:40:16,861 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,861 INFO packaging: have _yum_lock for MainThread >14:40:16,861 INFO packaging: gave up _yum_lock for MainThread >14:40:16,862 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,862 INFO packaging: have _yum_lock for MainThread >14:40:16,862 INFO packaging: gave up _yum_lock for MainThread >14:40:16,862 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,862 INFO packaging: have _yum_lock for MainThread >14:40:16,862 INFO packaging: gave up _yum_lock for MainThread >14:40:16,863 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,863 INFO packaging: have _yum_lock for MainThread >14:40:16,863 INFO packaging: gave up _yum_lock for MainThread >14:40:16,864 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,864 INFO packaging: have _yum_lock for MainThread >14:40:16,864 INFO packaging: gave up _yum_lock for MainThread >14:40:16,864 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,864 INFO packaging: have _yum_lock for MainThread >14:40:16,864 INFO packaging: gave up _yum_lock for MainThread >14:40:16,865 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1233 (_groupHasInstallableMembers) >14:40:16,865 INFO packaging: have _yum_lock for MainThread >14:40:16,865 INFO packaging: gave up _yum_lock for MainThread >14:40:16,866 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,866 INFO packaging: have _yum_lock for MainThread >14:40:16,866 INFO packaging: gave up _yum_lock for MainThread >14:40:16,866 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,866 INFO packaging: have _yum_lock for MainThread >14:40:16,867 INFO packaging: gave up _yum_lock for MainThread >14:40:16,867 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,867 INFO packaging: have _yum_lock for MainThread >14:40:16,867 INFO packaging: gave up _yum_lock for MainThread >14:40:16,868 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,868 INFO packaging: have _yum_lock for MainThread >14:40:16,868 INFO packaging: gave up _yum_lock for MainThread >14:40:16,868 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,869 INFO packaging: have _yum_lock for MainThread >14:40:16,869 INFO packaging: gave up _yum_lock for MainThread >14:40:16,869 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,869 INFO packaging: have _yum_lock for MainThread >14:40:16,869 INFO packaging: gave up _yum_lock for MainThread >14:40:16,870 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,870 INFO packaging: have _yum_lock for MainThread >14:40:16,870 INFO packaging: gave up _yum_lock for MainThread >14:40:16,871 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,871 INFO packaging: have _yum_lock for MainThread >14:40:16,871 INFO packaging: gave up _yum_lock for MainThread >14:40:16,871 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,871 INFO packaging: have _yum_lock for MainThread >14:40:16,871 INFO packaging: gave up _yum_lock for MainThread >14:40:16,872 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,872 INFO packaging: have _yum_lock for MainThread >14:40:16,872 INFO packaging: gave up _yum_lock for MainThread >14:40:16,873 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,873 INFO packaging: have _yum_lock for MainThread >14:40:16,873 INFO packaging: gave up _yum_lock for MainThread >14:40:16,873 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,873 INFO packaging: have _yum_lock for MainThread >14:40:16,873 INFO packaging: gave up _yum_lock for MainThread >14:40:16,874 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,874 INFO packaging: have _yum_lock for MainThread >14:40:16,874 INFO packaging: gave up _yum_lock for MainThread >14:40:16,875 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,875 INFO packaging: have _yum_lock for MainThread >14:40:16,875 INFO packaging: gave up _yum_lock for MainThread >14:40:16,875 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,875 INFO packaging: have _yum_lock for MainThread >14:40:16,876 INFO packaging: gave up _yum_lock for MainThread >14:40:16,876 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,876 INFO packaging: have _yum_lock for MainThread >14:40:16,876 INFO packaging: gave up _yum_lock for MainThread >14:40:16,877 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,877 INFO packaging: have _yum_lock for MainThread >14:40:16,877 INFO packaging: gave up _yum_lock for MainThread >14:40:16,877 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,878 INFO packaging: have _yum_lock for MainThread >14:40:16,878 INFO packaging: gave up _yum_lock for MainThread >14:40:16,878 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,878 INFO packaging: have _yum_lock for MainThread >14:40:16,878 INFO packaging: gave up _yum_lock for MainThread >14:40:16,879 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,879 INFO packaging: have _yum_lock for MainThread >14:40:16,879 INFO packaging: gave up _yum_lock for MainThread >14:40:16,880 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,880 INFO packaging: have _yum_lock for MainThread >14:40:16,880 INFO packaging: gave up _yum_lock for MainThread >14:40:16,880 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,880 INFO packaging: have _yum_lock for MainThread >14:40:16,880 INFO packaging: gave up _yum_lock for MainThread >14:40:16,881 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,881 INFO packaging: have _yum_lock for MainThread >14:40:16,881 INFO packaging: gave up _yum_lock for MainThread >14:40:16,882 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,882 INFO packaging: have _yum_lock for MainThread >14:40:16,882 INFO packaging: gave up _yum_lock for MainThread >14:40:16,882 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,882 INFO packaging: have _yum_lock for MainThread >14:40:16,882 INFO packaging: gave up _yum_lock for MainThread >14:40:16,883 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,883 INFO packaging: have _yum_lock for MainThread >14:40:16,883 INFO packaging: gave up _yum_lock for MainThread >14:40:16,884 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,884 INFO packaging: have _yum_lock for MainThread >14:40:16,884 INFO packaging: gave up _yum_lock for MainThread >14:40:16,884 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,884 INFO packaging: have _yum_lock for MainThread >14:40:16,885 INFO packaging: gave up _yum_lock for MainThread >14:40:16,885 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,885 INFO packaging: have _yum_lock for MainThread >14:40:16,885 INFO packaging: gave up _yum_lock for MainThread >14:40:16,886 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,886 INFO packaging: have _yum_lock for MainThread >14:40:16,886 INFO packaging: gave up _yum_lock for MainThread >14:40:16,886 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,887 INFO packaging: have _yum_lock for MainThread >14:40:16,887 INFO packaging: gave up _yum_lock for MainThread >14:40:16,887 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,887 INFO packaging: have _yum_lock for MainThread >14:40:16,887 INFO packaging: gave up _yum_lock for MainThread >14:40:16,888 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,888 INFO packaging: have _yum_lock for MainThread >14:40:16,888 INFO packaging: gave up _yum_lock for MainThread >14:40:16,889 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,889 INFO packaging: have _yum_lock for MainThread >14:40:16,889 INFO packaging: gave up _yum_lock for MainThread >14:40:16,889 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,889 INFO packaging: have _yum_lock for MainThread >14:40:16,889 INFO packaging: gave up _yum_lock for MainThread >14:40:16,890 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,890 INFO packaging: have _yum_lock for MainThread >14:40:16,890 INFO packaging: gave up _yum_lock for MainThread >14:40:16,891 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,891 INFO packaging: have _yum_lock for MainThread >14:40:16,891 INFO packaging: gave up _yum_lock for MainThread >14:40:16,891 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,891 INFO packaging: have _yum_lock for MainThread >14:40:16,892 INFO packaging: gave up _yum_lock for MainThread >14:40:16,892 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,892 INFO packaging: have _yum_lock for MainThread >14:40:16,892 INFO packaging: gave up _yum_lock for MainThread >14:40:16,893 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,893 INFO packaging: have _yum_lock for MainThread >14:40:16,893 INFO packaging: gave up _yum_lock for MainThread >14:40:16,893 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,893 INFO packaging: have _yum_lock for MainThread >14:40:16,894 INFO packaging: gave up _yum_lock for MainThread >14:40:16,894 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,894 INFO packaging: have _yum_lock for MainThread >14:40:16,894 INFO packaging: gave up _yum_lock for MainThread >14:40:16,895 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,895 INFO packaging: have _yum_lock for MainThread >14:40:16,895 INFO packaging: gave up _yum_lock for MainThread >14:40:16,896 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,896 INFO packaging: have _yum_lock for MainThread >14:40:16,896 INFO packaging: gave up _yum_lock for MainThread >14:40:16,896 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,896 INFO packaging: have _yum_lock for MainThread >14:40:16,896 INFO packaging: gave up _yum_lock for MainThread >14:40:16,897 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,897 INFO packaging: have _yum_lock for MainThread >14:40:16,897 INFO packaging: gave up _yum_lock for MainThread >14:40:16,898 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,898 INFO packaging: have _yum_lock for MainThread >14:40:16,898 INFO packaging: gave up _yum_lock for MainThread >14:40:16,898 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,898 INFO packaging: have _yum_lock for MainThread >14:40:16,898 INFO packaging: gave up _yum_lock for MainThread >14:40:16,899 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,899 INFO packaging: have _yum_lock for MainThread >14:40:16,899 INFO packaging: gave up _yum_lock for MainThread >14:40:16,900 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,900 INFO packaging: have _yum_lock for MainThread >14:40:16,900 INFO packaging: gave up _yum_lock for MainThread >14:40:16,900 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,900 INFO packaging: have _yum_lock for MainThread >14:40:16,901 INFO packaging: gave up _yum_lock for MainThread >14:40:16,901 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,901 INFO packaging: have _yum_lock for MainThread >14:40:16,901 INFO packaging: gave up _yum_lock for MainThread >14:40:16,902 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,902 INFO packaging: have _yum_lock for MainThread >14:40:16,902 INFO packaging: gave up _yum_lock for MainThread >14:40:16,902 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,903 INFO packaging: have _yum_lock for MainThread >14:40:16,903 INFO packaging: gave up _yum_lock for MainThread >14:40:16,903 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,903 INFO packaging: have _yum_lock for MainThread >14:40:16,903 INFO packaging: gave up _yum_lock for MainThread >14:40:16,904 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,904 INFO packaging: have _yum_lock for MainThread >14:40:16,904 INFO packaging: gave up _yum_lock for MainThread >14:40:16,904 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,905 INFO packaging: have _yum_lock for MainThread >14:40:16,905 INFO packaging: gave up _yum_lock for MainThread >14:40:16,905 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,905 INFO packaging: have _yum_lock for MainThread >14:40:16,905 INFO packaging: gave up _yum_lock for MainThread >14:40:16,906 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,906 INFO packaging: have _yum_lock for MainThread >14:40:16,906 INFO packaging: gave up _yum_lock for MainThread >14:40:16,907 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,907 INFO packaging: have _yum_lock for MainThread >14:40:16,907 INFO packaging: gave up _yum_lock for MainThread >14:40:16,907 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,907 INFO packaging: have _yum_lock for MainThread >14:40:16,907 INFO packaging: gave up _yum_lock for MainThread >14:40:16,908 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,908 INFO packaging: have _yum_lock for MainThread >14:40:16,908 INFO packaging: gave up _yum_lock for MainThread >14:40:16,909 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,909 INFO packaging: have _yum_lock for MainThread >14:40:16,909 INFO packaging: gave up _yum_lock for MainThread >14:40:16,909 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,909 INFO packaging: have _yum_lock for MainThread >14:40:16,910 INFO packaging: gave up _yum_lock for MainThread >14:40:16,910 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,910 INFO packaging: have _yum_lock for MainThread >14:40:16,910 INFO packaging: gave up _yum_lock for MainThread >14:40:16,911 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,911 INFO packaging: have _yum_lock for MainThread >14:40:16,911 INFO packaging: gave up _yum_lock for MainThread >14:40:16,911 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,912 INFO packaging: have _yum_lock for MainThread >14:40:16,912 INFO packaging: gave up _yum_lock for MainThread >14:40:16,912 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,912 INFO packaging: have _yum_lock for MainThread >14:40:16,912 INFO packaging: gave up _yum_lock for MainThread >14:40:16,913 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,913 INFO packaging: have _yum_lock for MainThread >14:40:16,913 INFO packaging: gave up _yum_lock for MainThread >14:40:16,914 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,914 INFO packaging: have _yum_lock for MainThread >14:40:16,914 INFO packaging: gave up _yum_lock for MainThread >14:40:16,914 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,914 INFO packaging: have _yum_lock for MainThread >14:40:16,914 INFO packaging: gave up _yum_lock for MainThread >14:40:16,915 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,915 INFO packaging: have _yum_lock for MainThread >14:40:16,915 INFO packaging: gave up _yum_lock for MainThread >14:40:16,916 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,916 INFO packaging: have _yum_lock for MainThread >14:40:16,916 INFO packaging: gave up _yum_lock for MainThread >14:40:16,916 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,916 INFO packaging: have _yum_lock for MainThread >14:40:16,916 INFO packaging: gave up _yum_lock for MainThread >14:40:16,917 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,917 INFO packaging: have _yum_lock for MainThread >14:40:16,917 INFO packaging: gave up _yum_lock for MainThread >14:40:16,918 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,918 INFO packaging: have _yum_lock for MainThread >14:40:16,918 INFO packaging: gave up _yum_lock for MainThread >14:40:16,918 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,918 INFO packaging: have _yum_lock for MainThread >14:40:16,919 INFO packaging: gave up _yum_lock for MainThread >14:40:16,919 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,919 INFO packaging: have _yum_lock for MainThread >14:40:16,919 INFO packaging: gave up _yum_lock for MainThread >14:40:16,920 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,920 INFO packaging: have _yum_lock for MainThread >14:40:16,920 INFO packaging: gave up _yum_lock for MainThread >14:40:16,920 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,921 INFO packaging: have _yum_lock for MainThread >14:40:16,921 INFO packaging: gave up _yum_lock for MainThread >14:40:16,921 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,921 INFO packaging: have _yum_lock for MainThread >14:40:16,921 INFO packaging: gave up _yum_lock for MainThread >14:40:16,922 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,922 INFO packaging: have _yum_lock for MainThread >14:40:16,922 INFO packaging: gave up _yum_lock for MainThread >14:40:16,923 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,923 INFO packaging: have _yum_lock for MainThread >14:40:16,923 INFO packaging: gave up _yum_lock for MainThread >14:40:16,923 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,923 INFO packaging: have _yum_lock for MainThread >14:40:16,923 INFO packaging: gave up _yum_lock for MainThread >14:40:16,924 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,924 INFO packaging: have _yum_lock for MainThread >14:40:16,924 INFO packaging: gave up _yum_lock for MainThread >14:40:16,925 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,925 INFO packaging: have _yum_lock for MainThread >14:40:16,925 INFO packaging: gave up _yum_lock for MainThread >14:40:16,925 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,925 INFO packaging: have _yum_lock for MainThread >14:40:16,925 INFO packaging: gave up _yum_lock for MainThread >14:40:16,926 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,926 INFO packaging: have _yum_lock for MainThread >14:40:16,926 INFO packaging: gave up _yum_lock for MainThread >14:40:16,927 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,927 INFO packaging: have _yum_lock for MainThread >14:40:16,927 INFO packaging: gave up _yum_lock for MainThread >14:40:16,927 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,927 INFO packaging: have _yum_lock for MainThread >14:40:16,928 INFO packaging: gave up _yum_lock for MainThread >14:40:16,928 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,928 INFO packaging: have _yum_lock for MainThread >14:40:16,928 INFO packaging: gave up _yum_lock for MainThread >14:40:16,929 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,929 INFO packaging: have _yum_lock for MainThread >14:40:16,929 INFO packaging: gave up _yum_lock for MainThread >14:40:16,929 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,930 INFO packaging: have _yum_lock for MainThread >14:40:16,930 INFO packaging: gave up _yum_lock for MainThread >14:40:16,930 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1233 (_groupHasInstallableMembers) >14:40:16,930 INFO packaging: have _yum_lock for MainThread >14:40:16,930 INFO packaging: gave up _yum_lock for MainThread >14:40:16,931 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,931 INFO packaging: have _yum_lock for MainThread >14:40:16,931 INFO packaging: gave up _yum_lock for MainThread >14:40:16,932 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,932 INFO packaging: have _yum_lock for MainThread >14:40:16,932 INFO packaging: gave up _yum_lock for MainThread >14:40:16,932 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,932 INFO packaging: have _yum_lock for MainThread >14:40:16,932 INFO packaging: gave up _yum_lock for MainThread >14:40:16,933 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,933 INFO packaging: have _yum_lock for MainThread >14:40:16,933 INFO packaging: gave up _yum_lock for MainThread >14:40:16,934 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,934 INFO packaging: have _yum_lock for MainThread >14:40:16,934 INFO packaging: gave up _yum_lock for MainThread >14:40:16,934 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1233 (_groupHasInstallableMembers) >14:40:16,934 INFO packaging: have _yum_lock for MainThread >14:40:16,935 INFO packaging: gave up _yum_lock for MainThread >14:40:16,935 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,935 INFO packaging: have _yum_lock for MainThread >14:40:16,935 INFO packaging: gave up _yum_lock for MainThread >14:40:16,936 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,936 INFO packaging: have _yum_lock for MainThread >14:40:16,936 INFO packaging: gave up _yum_lock for MainThread >14:40:16,936 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,937 INFO packaging: have _yum_lock for MainThread >14:40:16,937 INFO packaging: gave up _yum_lock for MainThread >14:40:16,937 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,937 INFO packaging: have _yum_lock for MainThread >14:40:16,937 INFO packaging: gave up _yum_lock for MainThread >14:40:16,938 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,938 INFO packaging: have _yum_lock for MainThread >14:40:16,938 INFO packaging: gave up _yum_lock for MainThread >14:40:16,939 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,939 INFO packaging: have _yum_lock for MainThread >14:40:16,939 INFO packaging: gave up _yum_lock for MainThread >14:40:16,939 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,939 INFO packaging: have _yum_lock for MainThread >14:40:16,939 INFO packaging: gave up _yum_lock for MainThread >14:40:16,940 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,940 INFO packaging: have _yum_lock for MainThread >14:40:16,940 INFO packaging: gave up _yum_lock for MainThread >14:40:16,941 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,941 INFO packaging: have _yum_lock for MainThread >14:40:16,941 INFO packaging: gave up _yum_lock for MainThread >14:40:16,941 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1233 (_groupHasInstallableMembers) >14:40:16,941 INFO packaging: have _yum_lock for MainThread >14:40:16,941 INFO packaging: gave up _yum_lock for MainThread >14:40:16,942 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,942 INFO packaging: have _yum_lock for MainThread >14:40:16,942 INFO packaging: gave up _yum_lock for MainThread >14:40:16,943 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,943 INFO packaging: have _yum_lock for MainThread >14:40:16,943 INFO packaging: gave up _yum_lock for MainThread >14:40:16,943 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,943 INFO packaging: have _yum_lock for MainThread >14:40:16,944 INFO packaging: gave up _yum_lock for MainThread >14:40:16,944 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,944 INFO packaging: have _yum_lock for MainThread >14:40:16,944 INFO packaging: gave up _yum_lock for MainThread >14:40:16,945 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,945 INFO packaging: have _yum_lock for MainThread >14:40:16,945 INFO packaging: gave up _yum_lock for MainThread >14:40:16,945 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1233 (_groupHasInstallableMembers) >14:40:16,946 INFO packaging: have _yum_lock for MainThread >14:40:16,946 INFO packaging: gave up _yum_lock for MainThread >14:40:16,946 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,946 INFO packaging: have _yum_lock for MainThread >14:40:16,946 INFO packaging: gave up _yum_lock for MainThread >14:40:16,947 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,947 INFO packaging: have _yum_lock for MainThread >14:40:16,947 INFO packaging: gave up _yum_lock for MainThread >14:40:16,948 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,948 INFO packaging: have _yum_lock for MainThread >14:40:16,948 INFO packaging: gave up _yum_lock for MainThread >14:40:16,948 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,948 INFO packaging: have _yum_lock for MainThread >14:40:16,948 INFO packaging: gave up _yum_lock for MainThread >14:40:16,949 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,949 INFO packaging: have _yum_lock for MainThread >14:40:16,949 INFO packaging: gave up _yum_lock for MainThread >14:40:16,950 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,950 INFO packaging: have _yum_lock for MainThread >14:40:16,950 INFO packaging: gave up _yum_lock for MainThread >14:40:16,950 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,950 INFO packaging: have _yum_lock for MainThread >14:40:16,951 INFO packaging: gave up _yum_lock for MainThread >14:40:16,951 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,951 INFO packaging: have _yum_lock for MainThread >14:40:16,951 INFO packaging: gave up _yum_lock for MainThread >14:40:16,952 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,952 INFO packaging: have _yum_lock for MainThread >14:40:16,952 INFO packaging: gave up _yum_lock for MainThread >14:40:16,952 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,953 INFO packaging: have _yum_lock for MainThread >14:40:16,953 INFO packaging: gave up _yum_lock for MainThread >14:40:16,953 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,953 INFO packaging: have _yum_lock for MainThread >14:40:16,953 INFO packaging: gave up _yum_lock for MainThread >14:40:16,954 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,954 INFO packaging: have _yum_lock for MainThread >14:40:16,954 INFO packaging: gave up _yum_lock for MainThread >14:40:16,954 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,955 INFO packaging: have _yum_lock for MainThread >14:40:16,955 INFO packaging: gave up _yum_lock for MainThread >14:40:16,955 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,955 INFO packaging: have _yum_lock for MainThread >14:40:16,955 INFO packaging: gave up _yum_lock for MainThread >14:40:16,956 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,956 INFO packaging: have _yum_lock for MainThread >14:40:16,956 INFO packaging: gave up _yum_lock for MainThread >14:40:16,957 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,957 INFO packaging: have _yum_lock for MainThread >14:40:16,957 INFO packaging: gave up _yum_lock for MainThread >14:40:16,957 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,957 INFO packaging: have _yum_lock for MainThread >14:40:16,957 INFO packaging: gave up _yum_lock for MainThread >14:40:16,958 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,958 INFO packaging: have _yum_lock for MainThread >14:40:16,958 INFO packaging: gave up _yum_lock for MainThread >14:40:16,959 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,959 INFO packaging: have _yum_lock for MainThread >14:40:16,959 INFO packaging: gave up _yum_lock for MainThread >14:40:16,959 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,959 INFO packaging: have _yum_lock for MainThread >14:40:16,960 INFO packaging: gave up _yum_lock for MainThread >14:40:16,960 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,960 INFO packaging: have _yum_lock for MainThread >14:40:16,960 INFO packaging: gave up _yum_lock for MainThread >14:40:16,961 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,961 INFO packaging: have _yum_lock for MainThread >14:40:16,961 INFO packaging: gave up _yum_lock for MainThread >14:40:16,961 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,961 INFO packaging: have _yum_lock for MainThread >14:40:16,962 INFO packaging: gave up _yum_lock for MainThread >14:40:16,962 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,962 INFO packaging: have _yum_lock for MainThread >14:40:16,962 INFO packaging: gave up _yum_lock for MainThread >14:40:16,963 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,963 INFO packaging: have _yum_lock for MainThread >14:40:16,963 INFO packaging: gave up _yum_lock for MainThread >14:40:16,964 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,964 INFO packaging: have _yum_lock for MainThread >14:40:16,964 INFO packaging: gave up _yum_lock for MainThread >14:40:16,964 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,964 INFO packaging: have _yum_lock for MainThread >14:40:16,964 INFO packaging: gave up _yum_lock for MainThread >14:40:16,965 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,965 INFO packaging: have _yum_lock for MainThread >14:40:16,965 INFO packaging: gave up _yum_lock for MainThread >14:40:16,966 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,966 INFO packaging: have _yum_lock for MainThread >14:40:16,966 INFO packaging: gave up _yum_lock for MainThread >14:40:16,966 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1077 (environmentHasOption) >14:40:16,966 INFO packaging: have _yum_lock for MainThread >14:40:16,966 INFO packaging: gave up _yum_lock for MainThread >14:40:16,967 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >14:40:16,967 INFO packaging: have _yum_lock for MainThread >14:40:16,967 INFO packaging: gave up _yum_lock for MainThread >14:40:16,968 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1221 (_isGroupVisible) >14:40:16,968 INFO packaging: have _yum_lock for MainThread >14:40:16,968 INFO packaging: gave up _yum_lock for MainThread >14:40:16,968 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >14:40:16,968 INFO packaging: have _yum_lock for MainThread >14:40:16,969 INFO packaging: gave up _yum_lock for MainThread >14:40:16,969 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1208 (groupDescription) >14:40:16,969 INFO packaging: have _yum_lock for MainThread >14:40:16,969 INFO packaging: gave up _yum_lock for MainThread >14:40:16,970 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:282 (_addAddon) >14:40:16,970 INFO packaging: have _yum_lock for MainThread >14:40:16,970 INFO packaging: gave up _yum_lock for MainThread >14:40:16,971 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1091 (environmentOptionIsDefault) >14:40:16,971 INFO packaging: have _yum_lock for MainThread >14:40:16,971 INFO packaging: gave up _yum_lock for MainThread >14:40:16,972 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:285 (_addAddon) >14:40:16,972 INFO packaging: have _yum_lock for MainThread >14:40:16,972 INFO packaging: gave up _yum_lock for MainThread >14:40:16,973 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1208 (groupDescription) >14:40:16,973 INFO packaging: have _yum_lock for MainThread >14:40:16,973 INFO packaging: gave up _yum_lock for MainThread >14:40:16,973 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:282 (_addAddon) >14:40:16,973 INFO packaging: have _yum_lock for MainThread >14:40:16,974 INFO packaging: gave up _yum_lock for MainThread >14:40:16,974 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1091 (environmentOptionIsDefault) >14:40:16,974 INFO packaging: have _yum_lock for MainThread >14:40:16,974 INFO packaging: gave up _yum_lock for MainThread >14:40:16,975 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:285 (_addAddon) >14:40:16,975 INFO packaging: have _yum_lock for MainThread >14:40:16,975 INFO packaging: gave up _yum_lock for MainThread >14:40:16,976 INFO packaging: about to acquire _yum_lock for AnaSoftwareWatcher at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:229 (_initialize) >14:40:16,976 INFO packaging: have _yum_lock for AnaSoftwareWatcher >14:40:16,976 DEBUG packaging: deleting package sacks >14:40:16,976 INFO packaging: gave up _yum_lock for AnaSoftwareWatcher >14:40:16,977 INFO packaging: about to acquire _yum_lock for AnaSoftwareWatcher at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1119 (selectEnvironment) >14:40:16,978 INFO packaging: have _yum_lock for AnaSoftwareWatcher >14:40:16,978 INFO packaging: gave up _yum_lock for AnaSoftwareWatcher >14:40:16,978 INFO packaging: about to acquire _yum_lock for AnaSoftwareWatcher at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:82 (_apply) >14:40:16,978 INFO packaging: have _yum_lock for AnaSoftwareWatcher >14:40:16,979 INFO packaging: gave up _yum_lock for AnaSoftwareWatcher >14:40:16,980 INFO packaging: checking software selection >14:40:16,980 INFO packaging: about to acquire _yum_lock for AnaCheckSoftwareThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1474 (checkSoftwareSelection) >14:40:16,980 INFO packaging: have _yum_lock for AnaCheckSoftwareThread >14:40:16,980 DEBUG packaging: deleting package sacks >14:40:16,980 INFO packaging: gave up _yum_lock for AnaCheckSoftwareThread >14:40:16,981 INFO packaging: about to acquire _yum_lock for AnaCheckSoftwareThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1475 (checkSoftwareSelection) >14:40:16,981 INFO packaging: have _yum_lock for AnaCheckSoftwareThread >14:40:16,981 DEBUG packaging: deleting yum transaction info >14:40:16,981 INFO packaging: gave up _yum_lock for AnaCheckSoftwareThread >14:40:16,981 DEBUG packaging: select group core >14:40:16,982 INFO packaging: about to acquire _yum_lock for AnaCheckSoftwareThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1373 (_applyYumSelections) >14:40:16,982 INFO packaging: have _yum_lock for AnaCheckSoftwareThread >14:40:16,982 DEBUG yum.verbose.YumBase: Setting up Package Sacks >14:40:17,100 DEBUG yum.verbose.YumBase: pkgsack time: 0.118 >14:40:17,127 DEBUG yum.verbose.YumBase: group time: 0.145 >14:40:17,128 DEBUG yum.verbose.YumBase: rpmdb time: 0.000 >14:40:17,169 DEBUG yum.verbose.YumBase: Obs Init time: 0.038 >14:40:17,191 DEBUG yum.verbose.YumBase: No package named ql23xx-firmware available to be installed >14:40:17,191 DEBUG yum.verbose.YumBase: No package named bfa-firmware available to be installed >14:40:17,192 DEBUG yum.verbose.YumBase: No package named ql2100-firmware available to be installed >14:40:17,196 DEBUG yum.verbose.YumBase: No package named ql2200-firmware available to be installed >14:40:17,201 INFO packaging: gave up _yum_lock for AnaCheckSoftwareThread >14:40:17,201 DEBUG packaging: select package chrony >14:40:17,202 INFO packaging: about to acquire _yum_lock for AnaCheckSoftwareThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1390 (_applyYumSelections) >14:40:17,202 INFO packaging: have _yum_lock for AnaCheckSoftwareThread >14:40:17,203 INFO packaging: gave up _yum_lock for AnaCheckSoftwareThread >14:40:17,203 DEBUG packaging: select group core >14:40:17,203 INFO packaging: about to acquire _yum_lock for AnaCheckSoftwareThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1404 (_applyYumSelections) >14:40:17,203 INFO packaging: have _yum_lock for AnaCheckSoftwareThread >14:40:17,204 INFO packaging: gave up _yum_lock for AnaCheckSoftwareThread >14:40:17,204 DEBUG packaging: select package kernel-PAE >14:40:17,204 INFO packaging: about to acquire _yum_lock for AnaCheckSoftwareThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1515 (selectKernelPackage) >14:40:17,204 INFO packaging: have _yum_lock for AnaCheckSoftwareThread >14:40:17,215 DEBUG yum.verbose.YumBase: Checking for virtual provide or file-provide for kernel-PAE >14:40:17,216 INFO packaging: gave up _yum_lock for AnaCheckSoftwareThread >14:40:17,216 INFO packaging: no kernel-PAE package >14:40:17,216 DEBUG packaging: select package kernel >14:40:17,217 INFO packaging: about to acquire _yum_lock for AnaCheckSoftwareThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1515 (selectKernelPackage) >14:40:17,217 INFO packaging: have _yum_lock for AnaCheckSoftwareThread >14:40:17,217 INFO packaging: gave up _yum_lock for AnaCheckSoftwareThread >14:40:17,217 INFO packaging: selected kernel >14:40:17,218 INFO packaging: about to acquire _yum_lock for AnaCheckSoftwareThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1420 (_applyYumSelections) >14:40:17,218 INFO packaging: have _yum_lock for AnaCheckSoftwareThread >14:40:17,218 INFO packaging: gave up _yum_lock for AnaCheckSoftwareThread >14:40:17,218 INFO packaging: about to acquire _yum_lock for AnaCheckSoftwareThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:104 (checkSoftwareSelection) >14:40:17,218 INFO packaging: have _yum_lock for AnaCheckSoftwareThread >14:40:17,219 INFO packaging: checking dependencies >14:40:17,399 DEBUG yum.verbose.YumBase: Building updates object >14:40:17,457 DEBUG yum.verbose.YumBase: up:simple updates time: 0.016 >14:40:17,458 DEBUG yum.verbose.YumBase: up:obs time: 0.001 >14:40:17,458 DEBUG yum.verbose.YumBase: up:condense time: 0.000 >14:40:17,458 DEBUG yum.verbose.YumBase: updates time: 0.059 >14:40:17,459 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:NetworkManager-glib-0.9.9.1-2.git20140228.el7.x86_64 as install for 1:NetworkManager-0.9.9.1-2.git20140228.el7.x86_64 >14:40:17,461 DEBUG yum.verbose.YumBase: TSINFO: Marking ppp-2.4.5-33.el7.x86_64 as install for 1:NetworkManager-0.9.9.1-2.git20140228.el7.x86_64 >14:40:17,462 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dbus-1.6.12-8.el7.x86_64 as install for 1:NetworkManager-0.9.9.1-2.git20140228.el7.x86_64 >14:40:17,464 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-glib-0.100-7.el7.x86_64 as install for 1:NetworkManager-0.9.9.1-2.git20140228.el7.x86_64 >14:40:17,466 DEBUG yum.verbose.YumBase: TSINFO: Marking glib2-2.36.3-5.el7.x86_64 as install for 1:NetworkManager-0.9.9.1-2.git20140228.el7.x86_64 >14:40:17,469 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl3-3.2.21-4.el7.x86_64 as install for 1:NetworkManager-0.9.9.1-2.git20140228.el7.x86_64 >14:40:17,470 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:wpa_supplicant-2.0-12.el7.x86_64 as install for 1:NetworkManager-0.9.9.1-2.git20140228.el7.x86_64 >14:40:17,471 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-autoipd-0.6.31-13.el7.x86_64 as install for 1:NetworkManager-0.9.9.1-2.git20140228.el7.x86_64 >14:40:17,472 DEBUG yum.verbose.YumBase: TSINFO: Marking dnsmasq-2.66-12.el7.x86_64 as install for 1:NetworkManager-0.9.9.1-2.git20140228.el7.x86_64 >14:40:17,473 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcc-4.8.2-16.el7.x86_64 as install for 1:NetworkManager-0.9.9.1-2.git20140228.el7.x86_64 >14:40:17,474 DEBUG yum.verbose.YumBase: Quick matched libgcc-4.8.2-16.el7.x86_64 to require for libgcc_s.so.1(GCC_3.3.1)(64bit) >14:40:17,475 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-libs-208-8.el7.x86_64 as install for 1:NetworkManager-0.9.9.1-2.git20140228.el7.x86_64 >14:40:17,476 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-sysv-208-8.el7.x86_64 as install for 1:NetworkManager-0.9.9.1-2.git20140228.el7.x86_64 >14:40:17,477 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dbus-libs-1.6.12-8.el7.x86_64 as install for 1:NetworkManager-0.9.9.1-2.git20140228.el7.x86_64 >14:40:17,478 DEBUG yum.verbose.YumBase: Quick matched glib2-2.36.3-5.el7.x86_64 to require for libglib-2.0.so.0()(64bit) >14:40:17,479 DEBUG yum.verbose.YumBase: Quick matched glib2-2.36.3-5.el7.x86_64 to require for libgmodule-2.0.so.0()(64bit) >14:40:17,479 DEBUG yum.verbose.YumBase: Quick matched glib2-2.36.3-5.el7.x86_64 to require for libgobject-2.0.so.0()(64bit) >14:40:17,480 DEBUG yum.verbose.YumBase: TSINFO: Marking libgudev1-208-8.el7.x86_64 as install for 1:NetworkManager-0.9.9.1-2.git20140228.el7.x86_64 >14:40:17,481 DEBUG yum.verbose.YumBase: TSINFO: Marking ModemManager-glib-1.1.0-5.git20130913.el7.x86_64 as install for 1:NetworkManager-0.9.9.1-2.git20140228.el7.x86_64 >14:40:17,483 DEBUG yum.verbose.YumBase: TSINFO: Marking libndp-1.2-4.el7.x86_64 as install for 1:NetworkManager-0.9.9.1-2.git20140228.el7.x86_64 >14:40:17,483 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.21-4.el7.x86_64 to require for libnl-genl-3.so.200()(64bit) >14:40:17,483 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.21-4.el7.x86_64 to require for libnl-route-3.so.200()(64bit) >14:40:17,484 DEBUG yum.verbose.YumBase: Quick matched 1:NetworkManager-glib-0.9.9.1-2.git20140228.el7.x86_64 to require for libnm-util.so.2()(64bit) >14:40:17,485 DEBUG yum.verbose.YumBase: TSINFO: Marking nspr-4.10.2-4.el7.x86_64 as install for 1:NetworkManager-0.9.9.1-2.git20140228.el7.x86_64 >14:40:17,487 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-3.15.4-6.el7.x86_64 as install for 1:NetworkManager-0.9.9.1-2.git20140228.el7.x86_64 >14:40:17,489 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-util-3.15.4-2.el7.x86_64 as install for 1:NetworkManager-0.9.9.1-2.git20140228.el7.x86_64 >14:40:17,489 DEBUG yum.verbose.YumBase: Quick matched nspr-4.10.2-4.el7.x86_64 to require for libplds4.so()(64bit) >14:40:17,490 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-0.112-5.el7.x86_64 as install for 1:NetworkManager-0.9.9.1-2.git20140228.el7.x86_64 >14:40:17,492 DEBUG yum.verbose.YumBase: TSINFO: Marking libsoup-2.42.2-3.el7.x86_64 as install for 1:NetworkManager-0.9.9.1-2.git20140228.el7.x86_64 >14:40:17,494 DEBUG yum.verbose.YumBase: TSINFO: Marking teamd-1.9-12.el7.x86_64 as install for 1:NetworkManager-0.9.9.1-2.git20140228.el7.x86_64 >14:40:17,496 DEBUG yum.verbose.YumBase: TSINFO: Marking libuuid-2.23.2-13.el7.x86_64 as install for 1:NetworkManager-0.9.9.1-2.git20140228.el7.x86_64 >14:40:17,499 DEBUG yum.verbose.YumBase: TSINFO: Marking newt-0.52.15-4.el7.x86_64 as install for 1:NetworkManager-tui-0.9.9.1-2.git20140228.el7.x86_64 >14:40:17,500 DEBUG yum.verbose.YumBase: Quick matched newt-0.52.15-4.el7.x86_64 to require for libnewt.so.0.52(NEWT_0.52.13)(64bit) >14:40:17,500 DEBUG yum.verbose.YumBase: Quick matched newt-0.52.15-4.el7.x86_64 to require for libnewt.so.0.52(NEWT_0.52.6)(64bit) >14:40:17,500 DEBUG yum.verbose.YumBase: Quick matched newt-0.52.15-4.el7.x86_64 to require for libnewt.so.0.52(NEWT_0.52.9)(64bit) >14:40:17,500 DEBUG yum.verbose.YumBase: Quick matched newt-0.52.15-4.el7.x86_64 to require for libnewt.so.0.52()(64bit) >14:40:17,501 DEBUG yum.verbose.YumBase: TSINFO: Marking xdg-utils-1.1.0-0.16.20120809git.el7.noarch as install for Red_Hat_Enterprise_Linux-Release_Notes-7-en-US-0-1.el7.noarch >14:40:17,502 DEBUG yum.verbose.YumBase: TSINFO: Marking alsa-tools-firmware-1.0.27-4.el7.x86_64 as install for alsa-firmware-1.0.27-2.el7.noarch >14:40:17,507 DEBUG yum.verbose.YumBase: TSINFO: Marking audit-libs-2.3.3-3.el7.x86_64 as install for audit-2.3.3-3.el7.x86_64 >14:40:17,507 DEBUG yum.verbose.YumBase: TSINFO: Marking chkconfig-1.3.61-4.el7.x86_64 as install for audit-2.3.3-3.el7.x86_64 >14:40:17,509 DEBUG yum.verbose.YumBase: TSINFO: Marking krb5-libs-1.11.3-49.el7.x86_64 as install for audit-2.3.3-3.el7.x86_64 >14:40:17,510 DEBUG yum.verbose.YumBase: Quick matched krb5-libs-1.11.3-49.el7.x86_64 to require for libkrb5.so.3(krb5_3_MIT)(64bit) >14:40:17,510 DEBUG yum.verbose.YumBase: Quick matched audit-libs-2.3.3-3.el7.x86_64 to require for libauparse.so.0()(64bit) >14:40:17,510 DEBUG yum.verbose.YumBase: Quick matched krb5-libs-1.11.3-49.el7.x86_64 to require for libkrb5.so.3()(64bit) >14:40:17,512 DEBUG yum.verbose.YumBase: TSINFO: Marking tcp_wrappers-libs-7.6-77.el7.x86_64 as install for audit-2.3.3-3.el7.x86_64 >14:40:17,514 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-libs-5.9-13.20130511.el7.x86_64 as install for bash-4.2.45-5.el7.x86_64 >14:40:17,516 DEBUG yum.verbose.YumBase: TSINFO: Marking pciutils-libs-3.2.1-4.el7.x86_64 as install for biosdevname-0.5.0-9.el7.x86_64 >14:40:17,516 DEBUG yum.verbose.YumBase: Quick matched pciutils-libs-3.2.1-4.el7.x86_64 to require for libpci.so.3()(64bit) >14:40:17,517 DEBUG yum.verbose.YumBase: TSINFO: Marking zlib-1.2.7-13.el7.x86_64 as install for biosdevname-0.5.0-9.el7.x86_64 >14:40:17,521 DEBUG yum.verbose.YumBase: TSINFO: Marking libblkid-2.23.2-13.el7.x86_64 as install for btrfs-progs-3.12-4.el7.x86_64 >14:40:17,521 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.23.2-13.el7.x86_64 to require for libblkid.so.1(BLKID_2.15)(64bit) >14:40:17,521 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.23.2-13.el7.x86_64 to require for libblkid.so.1(BLKID_2.17)(64bit) >14:40:17,521 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.23.2-13.el7.x86_64 to require for libblkid.so.1()(64bit) >14:40:17,522 DEBUG yum.verbose.YumBase: TSINFO: Marking libcom_err-1.42.9-4.el7.x86_64 as install for btrfs-progs-3.12-4.el7.x86_64 >14:40:17,524 DEBUG yum.verbose.YumBase: TSINFO: Marking e2fsprogs-libs-1.42.9-4.el7.x86_64 as install for btrfs-progs-3.12-4.el7.x86_64 >14:40:17,525 DEBUG yum.verbose.YumBase: TSINFO: Marking lzo-2.06-6.el7.x86_64 as install for btrfs-progs-3.12-4.el7.x86_64 >14:40:17,527 DEBUG yum.verbose.YumBase: TSINFO: Marking info-5.1-4.el7.x86_64 as install for chrony-1.29.1-1.el7.x86_64 >14:40:17,527 DEBUG yum.verbose.YumBase: Quick matched info-5.1-4.el7.x86_64 to require for info >14:40:17,528 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-freebl-3.15.4-2.el7.x86_64 as install for chrony-1.29.1-1.el7.x86_64 >14:40:17,530 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-2.22-8.el7.x86_64 as install for chrony-1.29.1-1.el7.x86_64 >14:40:17,531 DEBUG yum.verbose.YumBase: TSINFO: Marking libedit-3.0-12.20121213cvs.el7.x86_64 as install for chrony-1.29.1-1.el7.x86_64 >14:40:17,535 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:gmp-5.1.1-5.el7.x86_64 as install for coreutils-8.22-11.el7.x86_64 >14:40:17,536 DEBUG yum.verbose.YumBase: TSINFO: Marking grep-2.16-1.el7.x86_64 as install for coreutils-8.22-11.el7.x86_64 >14:40:17,538 DEBUG yum.verbose.YumBase: TSINFO: Marking libacl-2.2.51-12.el7.x86_64 as install for coreutils-8.22-11.el7.x86_64 >14:40:17,539 DEBUG yum.verbose.YumBase: TSINFO: Marking libattr-2.4.46-12.el7.x86_64 as install for coreutils-8.22-11.el7.x86_64 >14:40:17,541 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:openssl-libs-1.0.1e-33.el7.x86_64 as install for coreutils-8.22-11.el7.x86_64 >14:40:17,543 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-2.2.2-4.el7.x86_64 as install for coreutils-8.22-11.el7.x86_64 >14:40:17,546 DEBUG yum.verbose.YumBase: TSINFO: Marking pam-1.1.8-8.el7.x86_64 as install for cronie-1.4.11-11.el7.x86_64 >14:40:17,550 DEBUG yum.verbose.YumBase: TSINFO: Marking cronie-anacron-1.4.11-11.el7.x86_64 as install for cronie-1.4.11-11.el7.x86_64 >14:40:17,550 DEBUG yum.verbose.YumBase: TSINFO: Marking sed-4.2.2-5.el7.x86_64 as install for cronie-1.4.11-11.el7.x86_64 >14:40:17,553 DEBUG yum.verbose.YumBase: TSINFO: Marking libcurl-7.29.0-17.el7.x86_64 as install for curl-7.29.0-17.el7.x86_64 >14:40:17,554 DEBUG yum.verbose.YumBase: Quick matched libcurl-7.29.0-17.el7.x86_64 to require for libcurl.so.4()(64bit) >14:40:17,556 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-common-4.2.5-27.el7.x86_64 as install for 12:dhclient-4.2.5-27.el7.x86_64 >14:40:17,557 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-libs-4.2.5-27.el7.x86_64 as install for 12:dhclient-4.2.5-27.el7.x86_64 >14:40:17,559 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-ng-0.7.3-5.el7.x86_64 as install for 12:dhclient-4.2.5-27.el7.x86_64 >14:40:17,560 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-libs-lite-9.9.4-14.el7.x86_64 as install for 12:dhclient-4.2.5-27.el7.x86_64 >14:40:17,561 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-lite-9.9.4-14.el7.x86_64 to require for libisc-export.so.95()(64bit) >14:40:17,562 DEBUG yum.verbose.YumBase: TSINFO: Marking openldap-2.4.39-3.el7.x86_64 as install for 12:dhclient-4.2.5-27.el7.x86_64 >14:40:17,563 DEBUG yum.verbose.YumBase: Quick matched openldap-2.4.39-3.el7.x86_64 to require for libldap-2.4.so.2()(64bit) >14:40:17,563 DEBUG yum.verbose.YumBase: TSINFO: Marking dracut-033-147.el7.x86_64 as install for dracut-config-rescue-033-147.el7.x86_64 >14:40:17,567 DEBUG yum.verbose.YumBase: TSINFO: Marking libss-1.42.9-4.el7.x86_64 as install for e2fsprogs-1.42.9-4.el7.x86_64 >14:40:17,568 DEBUG yum.verbose.YumBase: Quick matched libss-1.42.9-4.el7.x86_64 to require for libss.so.2()(64bit) >14:40:17,569 DEBUG yum.verbose.YumBase: TSINFO: Marking glibc-common-2.17-52.el7.x86_64 as install for glibc-2.17-52.el7.x86_64 >14:40:17,572 DEBUG yum.verbose.YumBase: TSINFO: Marking sysvinit-tools-2.88-14.dsf.el7.x86_64 as install for initscripts-9.49.15-1.el7.x86_64 >14:40:17,573 DEBUG yum.verbose.YumBase: TSINFO: Marking gawk-4.0.2-4.el7.x86_64 as install for initscripts-9.49.15-1.el7.x86_64 >14:40:17,574 DEBUG yum.verbose.YumBase: TSINFO: Marking redhat-release-server-7.0-0.12.el7.x86_64 as install for initscripts-9.49.15-1.el7.x86_64 >14:40:17,575 DEBUG yum.verbose.YumBase: TSINFO: Marking cpio-2.11-22.el7.x86_64 as install for initscripts-9.49.15-1.el7.x86_64 >14:40:17,576 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:findutils-4.5.11-3.el7.x86_64 as install for initscripts-9.49.15-1.el7.x86_64 >14:40:17,577 DEBUG yum.verbose.YumBase: TSINFO: Marking popt-1.13-16.el7.x86_64 as install for initscripts-9.49.15-1.el7.x86_64 >14:40:17,578 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-14-8.el7.x86_64 as install for initscripts-9.49.15-1.el7.x86_64 >14:40:17,581 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-5.3.21-17.el7.x86_64 as install for iproute-3.10.0-13.el7.x86_64 >14:40:17,583 DEBUG yum.verbose.YumBase: TSINFO: Marking libsysfs-2.1.0-16.el7.x86_64 as install for iprutils-2.3.16-4.el7.x86_64 >14:40:17,586 DEBUG yum.verbose.YumBase: TSINFO: Marking libnetfilter_conntrack-1.0.4-2.el7.x86_64 as install for iptables-1.4.21-12.el7.x86_64 >14:40:17,587 DEBUG yum.verbose.YumBase: TSINFO: Marking libnfnetlink-1.0.1-4.el7.x86_64 as install for iptables-1.4.21-12.el7.x86_64 >14:40:17,589 DEBUG yum.verbose.YumBase: TSINFO: Marking libidn-1.28-3.el7.x86_64 as install for iputils-20121221-6.el7.x86_64 >14:40:17,590 DEBUG yum.verbose.YumBase: Quick matched libidn-1.28-3.el7.x86_64 to require for libidn.so.11()(64bit) >14:40:17,592 DEBUG yum.verbose.YumBase: TSINFO: Marking numactl-libs-2.0.9-2.el7.x86_64 as install for 2:irqbalance-1.0.6-5.el7.x86_64 >14:40:17,592 DEBUG yum.verbose.YumBase: Quick matched numactl-libs-2.0.9-2.el7.x86_64 to require for numactl-libs >14:40:17,592 DEBUG yum.verbose.YumBase: Quick matched numactl-libs-2.0.9-2.el7.x86_64 to require for libnuma.so.1()(64bit) >14:40:17,594 DEBUG yum.verbose.YumBase: TSINFO: Marking kbd-misc-1.15.5-10.el7.noarch as install for kbd-1.15.5-10.el7.x86_64 >14:40:17,626 DEBUG yum.verbose.YumBase: TSINFO: Marking grubby-8.28-8.el7.x86_64 as install for kernel-3.10.0-108.el7.x86_64 >14:40:17,628 DEBUG yum.verbose.YumBase: TSINFO: Marking kernel-tools-libs-3.10.0-108.el7.x86_64 as install for kernel-tools-3.10.0-108.el7.x86_64 >14:40:17,628 DEBUG yum.verbose.YumBase: Quick matched kernel-tools-libs-3.10.0-108.el7.x86_64 to require for libcpupower.so.0()(64bit) >14:40:17,630 DEBUG yum.verbose.YumBase: TSINFO: Marking dracut-network-033-147.el7.x86_64 as install for kexec-tools-2.0.4-28.el7.x86_64 >14:40:17,631 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:ethtool-3.8-3.el7.x86_64 as install for kexec-tools-2.0.4-28.el7.x86_64 >14:40:17,633 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-libs-0.158-3.el7.x86_64 as install for kexec-tools-2.0.4-28.el7.x86_64 >14:40:17,634 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-3.el7.x86_64 to require for libdw.so.1(ELFUTILS_0.126)(64bit) >14:40:17,634 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-3.el7.x86_64 to require for libdw.so.1(ELFUTILS_0.143)(64bit) >14:40:17,635 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-libelf-0.158-3.el7.x86_64 as install for kexec-tools-2.0.4-28.el7.x86_64 >14:40:17,636 DEBUG yum.verbose.YumBase: TSINFO: Marking bzip2-libs-1.0.6-12.el7.x86_64 as install for kexec-tools-2.0.4-28.el7.x86_64 >14:40:17,638 DEBUG yum.verbose.YumBase: TSINFO: Marking snappy-1.1.0-3.el7.x86_64 as install for kexec-tools-2.0.4-28.el7.x86_64 >14:40:17,639 DEBUG yum.verbose.YumBase: TSINFO: Marking groff-base-1.22.2-8.el7.x86_64 as install for less-458-8.el7.x86_64 >14:40:17,641 DEBUG yum.verbose.YumBase: TSINFO: Marking gzip-1.5-7.el7.x86_64 as install for man-db-2.6.3-8.el7.x86_64 >14:40:17,643 DEBUG yum.verbose.YumBase: TSINFO: Marking gdbm-1.10-8.el7.x86_64 as install for man-db-2.6.3-8.el7.x86_64 >14:40:17,644 DEBUG yum.verbose.YumBase: TSINFO: Marking libpipeline-1.2.3-3.el7.x86_64 as install for man-db-2.6.3-8.el7.x86_64 >14:40:17,648 DEBUG yum.verbose.YumBase: TSINFO: Marking openssh-6.4p1-7.el7.x86_64 as install for openssh-clients-6.4p1-7.el7.x86_64 >14:40:17,649 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-lib-1.4.1-5.el7.x86_64 as install for openssh-clients-6.4p1-7.el7.x86_64 >14:40:17,650 DEBUG yum.verbose.YumBase: Quick matched fipscheck-lib-1.4.1-5.el7.x86_64 to require for libfipscheck.so.1()(64bit) >14:40:17,654 DEBUG yum.verbose.YumBase: TSINFO: Marking 7:device-mapper-libs-1.02.84-11.el7.x86_64 as install for parted-3.1-17.el7.x86_64 >14:40:17,655 DEBUG yum.verbose.YumBase: Quick matched 7:device-mapper-libs-1.02.84-11.el7.x86_64 to require for libdevmapper.so.1.02()(64bit) >14:40:17,656 DEBUG yum.verbose.YumBase: TSINFO: Marking readline-6.2-8.el7.x86_64 as install for parted-3.1-17.el7.x86_64 >14:40:17,657 DEBUG yum.verbose.YumBase: TSINFO: Marking libsepol-2.1.9-3.el7.x86_64 as install for parted-3.1-17.el7.x86_64 >14:40:17,660 DEBUG yum.verbose.YumBase: TSINFO: Marking libuser-0.60-5.el7.x86_64 as install for passwd-0.79-4.el7.x86_64 >14:40:17,662 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-scripts-0.8.9-0.10.20140113.el7.x86_64 as install for plymouth-0.8.9-0.10.20140113.el7.x86_64 >14:40:17,663 DEBUG yum.verbose.YumBase: TSINFO: Marking redhat-logos-70.0.3-4.el7.noarch as install for plymouth-0.8.9-0.10.20140113.el7.x86_64 >14:40:17,664 DEBUG yum.verbose.YumBase: TSINFO: Marking libdrm-2.4.50-1.1.el7.x86_64 as install for plymouth-0.8.9-0.10.20140113.el7.x86_64 >14:40:17,666 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-core-libs-0.8.9-0.10.20140113.el7.x86_64 as install for plymouth-0.8.9-0.10.20140113.el7.x86_64 >14:40:17,666 DEBUG yum.verbose.YumBase: Quick matched plymouth-core-libs-0.8.9-0.10.20140113.el7.x86_64 to require for libply.so.2()(64bit) >14:40:17,668 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-utils-2.2.2-4.el7.x86_64 as install for policycoreutils-2.2.5-6.el7.x86_64 >14:40:17,669 DEBUG yum.verbose.YumBase: TSINFO: Marking diffutils-3.3-4.el7.x86_64 as install for policycoreutils-2.2.5-6.el7.x86_64 >14:40:17,670 DEBUG yum.verbose.YumBase: TSINFO: Marking libsemanage-2.1.10-16.el7.x86_64 as install for policycoreutils-2.2.5-6.el7.x86_64 >14:40:17,671 DEBUG yum.verbose.YumBase: Quick matched libsemanage-2.1.10-16.el7.x86_64 to require for libsemanage.so.1()(64bit) >14:40:17,674 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:mariadb-libs-5.5.35-3.el7.x86_64 as install for 2:postfix-2.10.1-6.el7.x86_64 >14:40:17,674 DEBUG yum.verbose.YumBase: Quick matched 1:mariadb-libs-5.5.35-3.el7.x86_64 to require for libmysqlclient.so.18()(64bit) >14:40:17,676 DEBUG yum.verbose.YumBase: TSINFO: Marking pcre-8.32-12.el7.x86_64 as install for 2:postfix-2.10.1-6.el7.x86_64 >14:40:17,677 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-lib-2.1.26-17.el7.x86_64 as install for 2:postfix-2.10.1-6.el7.x86_64 >14:40:17,680 DEBUG yum.verbose.YumBase: TSINFO: Marking python-2.7.5-16.el7.x86_64 as install for redhat-support-tool-0.9.6-0.el7.noarch >14:40:17,681 DEBUG yum.verbose.YumBase: TSINFO: Marking redhat-support-lib-python-0.9.6-0.el7.noarch as install for redhat-support-tool-0.9.6-0.el7.noarch >14:40:17,682 DEBUG yum.verbose.YumBase: Quick matched python-2.7.5-16.el7.x86_64 to require for python >14:40:17,682 DEBUG yum.verbose.YumBase: TSINFO: Marking python-dateutil-1.5-7.el7.noarch as install for redhat-support-tool-0.9.6-0.el7.noarch >14:40:17,683 DEBUG yum.verbose.YumBase: TSINFO: Marking python-lxml-3.2.1-4.el7.x86_64 as install for redhat-support-tool-0.9.6-0.el7.noarch >14:40:17,686 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-utils-5.3.21-17.el7.x86_64 as install for rpm-4.11.1-15.el7.x86_64 >14:40:17,687 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-5.1.4-14.el7.x86_64 as install for rpm-4.11.1-15.el7.x86_64 >14:40:17,689 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-libs-5.1.2-8alpha.el7.x86_64 as install for rpm-4.11.1-15.el7.x86_64 >14:40:17,690 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-libs-4.11.1-15.el7.x86_64 as install for rpm-4.11.1-15.el7.x86_64 >14:40:17,691 DEBUG yum.verbose.YumBase: Quick matched rpm-libs-4.11.1-15.el7.x86_64 to require for librpmio.so.3()(64bit) >14:40:17,694 DEBUG yum.verbose.YumBase: TSINFO: Marking logrotate-3.8.6-4.el7.x86_64 as install for rsyslog-7.4.7-5.el7.x86_64 >14:40:17,695 DEBUG yum.verbose.YumBase: TSINFO: Marking libestr-0.1.9-2.el7.x86_64 as install for rsyslog-7.4.7-5.el7.x86_64 >14:40:17,696 DEBUG yum.verbose.YumBase: TSINFO: Marking json-c-0.11-3.el7.x86_64 as install for rsyslog-7.4.7-5.el7.x86_64 >14:40:17,698 DEBUG yum.verbose.YumBase: TSINFO: Marking selinux-policy-3.12.1-134.el7.noarch as install for selinux-policy-targeted-3.12.1-134.el7.noarch >14:40:17,698 DEBUG yum.verbose.YumBase: Quick matched selinux-policy-3.12.1-134.el7.noarch to require for selinux-policy >14:40:17,701 DEBUG yum.verbose.YumBase: TSINFO: Marking python-rhsm-1.10.12-1.el7.x86_64 as install for subscription-manager-1.10.14-4.el7.x86_64 >14:40:17,702 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-python-1.1.1-7.el7.x86_64 as install for subscription-manager-1.10.14-4.el7.x86_64 >14:40:17,704 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject2-2.28.6-11.el7.x86_64 as install for subscription-manager-1.10.14-4.el7.x86_64 >14:40:17,705 DEBUG yum.verbose.YumBase: TSINFO: Marking python-dmidecode-3.10.13-11.el7.x86_64 as install for subscription-manager-1.10.14-4.el7.x86_64 >14:40:17,705 DEBUG yum.verbose.YumBase: TSINFO: Marking python-ethtool-0.8-5.el7.x86_64 as install for subscription-manager-1.10.14-4.el7.x86_64 >14:40:17,706 DEBUG yum.verbose.YumBase: TSINFO: Marking python-iniparse-0.4-9.el7.noarch as install for subscription-manager-1.10.14-4.el7.x86_64 >14:40:17,707 DEBUG yum.verbose.YumBase: TSINFO: Marking usermode-1.111-5.el7.x86_64 as install for subscription-manager-1.10.14-4.el7.x86_64 >14:40:17,708 DEBUG yum.verbose.YumBase: TSINFO: Marking virt-what-1.13-5.el7.x86_64 as install for subscription-manager-1.10.14-4.el7.x86_64 >14:40:17,714 DEBUG yum.verbose.YumBase: TSINFO: Marking acl-2.2.51-12.el7.x86_64 as install for systemd-208-8.el7.x86_64 >14:40:17,715 DEBUG yum.verbose.YumBase: TSINFO: Marking cryptsetup-libs-1.6.3-2.el7.x86_64 as install for systemd-208-8.el7.x86_64 >14:40:17,717 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcrypt-1.5.3-4.el7.x86_64 as install for systemd-208-8.el7.x86_64 >14:40:17,718 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-libs-14-8.el7.x86_64 as install for systemd-208-8.el7.x86_64 >14:40:17,720 DEBUG yum.verbose.YumBase: TSINFO: Marking qrencode-libs-3.4.1-3.el7.x86_64 as install for systemd-208-8.el7.x86_64 >14:40:17,723 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject3-base-3.8.2-4.el7.x86_64 as install for tuned-2.3.0-11.el7.noarch >14:40:17,724 DEBUG yum.verbose.YumBase: TSINFO: Marking python-configobj-4.7.2-7.el7.noarch as install for tuned-2.3.0-11.el7.noarch >14:40:17,725 DEBUG yum.verbose.YumBase: TSINFO: Marking python-decorator-3.4.0-3.el7.noarch as install for tuned-2.3.0-11.el7.noarch >14:40:17,726 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pyudev-0.15-6.el7.noarch as install for tuned-2.3.0-11.el7.noarch >14:40:17,731 DEBUG yum.verbose.YumBase: TSINFO: Marking libmount-2.23.2-13.el7.x86_64 as install for util-linux-2.23.2-13.el7.x86_64 >14:40:17,731 DEBUG yum.verbose.YumBase: Quick matched libmount-2.23.2-13.el7.x86_64 to require for libmount.so.1(MOUNT_2.19)(64bit) >14:40:17,732 DEBUG yum.verbose.YumBase: Quick matched libmount-2.23.2-13.el7.x86_64 to require for libmount.so.1(MOUNT_2.20)(64bit) >14:40:17,732 DEBUG yum.verbose.YumBase: Quick matched libmount-2.23.2-13.el7.x86_64 to require for libmount.so.1(MOUNT_2.21)(64bit) >14:40:17,732 DEBUG yum.verbose.YumBase: Quick matched libmount-2.23.2-13.el7.x86_64 to require for libmount.so.1(MOUNT_2.22)(64bit) >14:40:17,732 DEBUG yum.verbose.YumBase: Quick matched libmount-2.23.2-13.el7.x86_64 to require for libmount.so.1(MOUNT_2.23)(64bit) >14:40:17,733 DEBUG yum.verbose.YumBase: TSINFO: Marking libutempter-1.1.6-4.el7.x86_64 as install for util-linux-2.23.2-13.el7.x86_64 >14:40:17,736 DEBUG yum.verbose.YumBase: TSINFO: Marking python-urlgrabber-3.10-4.el7.noarch as install for yum-3.4.3-114.el7.noarch >14:40:17,737 DEBUG yum.verbose.YumBase: TSINFO: Marking yum-metadata-parser-1.1.4-10.el7.x86_64 as install for yum-3.4.3-114.el7.noarch >14:40:17,738 DEBUG yum.verbose.YumBase: TSINFO: Marking pygpgme-0.3-9.el7.x86_64 as install for yum-3.4.3-114.el7.noarch >14:40:17,739 DEBUG yum.verbose.YumBase: TSINFO: Marking pyliblzma-0.5.3-11.el7.x86_64 as install for yum-3.4.3-114.el7.noarch >14:40:17,740 DEBUG yum.verbose.YumBase: TSINFO: Marking pyxattr-0.5.1-5.el7.x86_64 as install for yum-3.4.3-114.el7.noarch >14:40:17,741 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-python-4.11.1-15.el7.x86_64 as install for yum-3.4.3-114.el7.noarch >14:40:17,742 DEBUG yum.verbose.YumBase: TSINFO: Marking m2crypto-0.21.1-14.el7.x86_64 as install for yum-rhn-plugin-2.0.1-4.el7.noarch >14:40:17,743 DEBUG yum.verbose.YumBase: TSINFO: Marking rhn-client-tools-2.0.2-5.el7.noarch as install for yum-rhn-plugin-2.0.1-4.el7.noarch >14:40:17,744 DEBUG yum.verbose.YumBase: TSINFO: Marking rhn-setup-2.0.2-5.el7.noarch as install for yum-rhn-plugin-2.0.1-4.el7.noarch >14:40:17,751 DEBUG yum.verbose.YumBase: TSINFO: Marking fxload-2002_04_11-16.el7.x86_64 as install for alsa-tools-firmware-1.0.27-4.el7.x86_64 >14:40:17,753 DEBUG yum.verbose.YumBase: TSINFO: Marking alsa-lib-1.0.27.2-3.el7.x86_64 as install for alsa-tools-firmware-1.0.27-4.el7.x86_64 >14:40:17,753 DEBUG yum.verbose.YumBase: Quick matched alsa-lib-1.0.27.2-3.el7.x86_64 to require for libasound.so.2()(64bit) >14:40:17,756 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-libs-0.6.31-13.el7.x86_64 as install for avahi-autoipd-0.6.31-13.el7.x86_64 >14:40:17,758 DEBUG yum.verbose.YumBase: TSINFO: Marking libdaemon-0.14-7.el7.x86_64 as install for avahi-autoipd-0.6.31-13.el7.x86_64 >14:40:17,760 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-license-9.9.4-14.el7.noarch as install for 32:bind-libs-lite-9.9.4-14.el7.x86_64 >14:40:17,762 DEBUG yum.verbose.YumBase: TSINFO: Marking libxml2-2.9.1-5.el7.x86_64 as install for 32:bind-libs-lite-9.9.4-14.el7.x86_64 >14:40:17,764 DEBUG yum.verbose.YumBase: TSINFO: Marking crontabs-1.11-6.20121102git.el7.noarch as install for cronie-anacron-1.4.11-11.el7.x86_64 >14:40:17,766 DEBUG yum.verbose.YumBase: TSINFO: Marking libgpg-error-1.12-3.el7.x86_64 as install for cryptsetup-libs-1.6.3-2.el7.x86_64 >14:40:17,770 DEBUG yum.verbose.YumBase: TSINFO: Marking expat-2.1.0-8.el7.x86_64 as install for 1:dbus-1.6.12-8.el7.x86_64 >14:40:17,773 DEBUG yum.verbose.YumBase: TSINFO: Marking 7:device-mapper-1.02.84-11.el7.x86_64 as install for 7:device-mapper-libs-1.02.84-11.el7.x86_64 >14:40:17,777 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:hardlink-1.0-19.el7.x86_64 as install for dracut-033-147.el7.x86_64 >14:40:17,778 DEBUG yum.verbose.YumBase: TSINFO: Marking kpartx-0.4.9-65.el7.x86_64 as install for dracut-033-147.el7.x86_64 >14:40:17,778 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-5.1.2-8alpha.el7.x86_64 as install for dracut-033-147.el7.x86_64 >14:40:17,784 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-1.4.1-5.el7.x86_64 as install for fipscheck-lib-1.4.1-5.el7.x86_64 >14:40:17,787 DEBUG yum.verbose.YumBase: TSINFO: Marking shared-mime-info-1.1-7.el7.x86_64 as install for glib2-2.36.3-5.el7.x86_64 >14:40:17,789 DEBUG yum.verbose.YumBase: TSINFO: Marking libffi-3.0.13-11.el7.x86_64 as install for glib2-2.36.3-5.el7.x86_64 >14:40:17,790 DEBUG yum.verbose.YumBase: TSINFO: Marking tzdata-2014a-1.el7.noarch as install for glibc-common-2.17-52.el7.x86_64 >14:40:17,793 DEBUG yum.verbose.YumBase: TSINFO: Marking libstdc++-4.8.2-16.el7.x86_64 as install for 1:gmp-5.1.1-5.el7.x86_64 >14:40:17,793 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.8.2-16.el7.x86_64 to require for libstdc++.so.6(GLIBCXX_3.4)(64bit) >14:40:17,793 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.8.2-16.el7.x86_64 to require for libstdc++.so.6(GLIBCXX_3.4.11)(64bit) >14:40:17,793 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.8.2-16.el7.x86_64 to require for libstdc++.so.6()(64bit) >14:40:17,798 DEBUG yum.verbose.YumBase: TSINFO: Marking binutils-2.23.52.0.1-15.el7.x86_64 as install for kmod-14-8.el7.x86_64 >14:40:17,802 DEBUG yum.verbose.YumBase: TSINFO: Marking keyutils-libs-1.5.8-3.el7.x86_64 as install for krb5-libs-1.11.3-49.el7.x86_64 >14:40:17,803 DEBUG yum.verbose.YumBase: Quick matched keyutils-libs-1.5.8-3.el7.x86_64 to require for libkeyutils.so.1(KEYUTILS_0.3)(64bit) >14:40:17,803 DEBUG yum.verbose.YumBase: Quick matched keyutils-libs-1.5.8-3.el7.x86_64 to require for libkeyutils.so.1(KEYUTILS_1.0)(64bit) >14:40:17,803 DEBUG yum.verbose.YumBase: Quick matched keyutils-libs-1.5.8-3.el7.x86_64 to require for libkeyutils.so.1(KEYUTILS_1.5)(64bit) >14:40:17,803 DEBUG yum.verbose.YumBase: Quick matched keyutils-libs-1.5.8-3.el7.x86_64 to require for libkeyutils.so.1()(64bit) >14:40:17,804 DEBUG yum.verbose.YumBase: TSINFO: Marking libverto-0.2.5-4.el7.x86_64 as install for krb5-libs-1.11.3-49.el7.x86_64 >14:40:17,812 DEBUG yum.verbose.YumBase: TSINFO: Marking libssh2-1.4.3-8.el7.x86_64 as install for libcurl-7.29.0-17.el7.x86_64 >14:40:17,812 DEBUG yum.verbose.YumBase: Quick matched libssh2-1.4.3-8.el7.x86_64 to require for libssh2.so.1()(64bit) >14:40:17,815 DEBUG yum.verbose.YumBase: TSINFO: Marking libpciaccess-0.13.1-4.1.el7.x86_64 as install for libdrm-2.4.50-1.1.el7.x86_64 >14:40:17,820 DEBUG yum.verbose.YumBase: TSINFO: Marking libmnl-1.0.3-7.el7.x86_64 as install for libnetfilter_conntrack-1.0.4-2.el7.x86_64 >14:40:17,821 DEBUG yum.verbose.YumBase: Quick matched libmnl-1.0.3-7.el7.x86_64 to require for libmnl.so.0(LIBMNL_1.1)(64bit) >14:40:17,821 DEBUG yum.verbose.YumBase: Quick matched libmnl-1.0.3-7.el7.x86_64 to require for libmnl.so.0()(64bit) >14:40:17,825 DEBUG yum.verbose.YumBase: TSINFO: Marking ustr-1.0.4-16.el7.x86_64 as install for libsemanage-2.1.10-16.el7.x86_64 >14:40:17,825 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-16.el7.x86_64 to require for libustr-1.0.so.1(USTR_1.0.1)(64bit) >14:40:17,826 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-16.el7.x86_64 to require for libustr-1.0.so.1()(64bit) >14:40:17,827 DEBUG yum.verbose.YumBase: TSINFO: Marking glib-networking-2.36.2-3.el7.x86_64 as install for libsoup-2.42.2-3.el7.x86_64 >14:40:17,829 DEBUG yum.verbose.YumBase: TSINFO: Marking sqlite-3.7.17-4.el7.x86_64 as install for libsoup-2.42.2-3.el7.x86_64 >14:40:17,835 DEBUG yum.verbose.YumBase: TSINFO: Marking python-libs-2.7.5-16.el7.x86_64 as install for m2crypto-0.21.1-14.el7.x86_64 >14:40:17,839 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-base-5.9-13.20130511.el7.noarch as install for ncurses-libs-5.9-13.20130511.el7.x86_64 >14:40:17,840 DEBUG yum.verbose.YumBase: TSINFO: Marking slang-2.2.4-11.el7.x86_64 as install for newt-0.52.15-4.el7.x86_64 >14:40:17,841 DEBUG yum.verbose.YumBase: Quick matched slang-2.2.4-11.el7.x86_64 to require for libslang.so.2()(64bit) >14:40:17,845 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-3.15.4-2.el7.x86_64 as install for nss-3.15.4-6.el7.x86_64 >14:40:17,846 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-sysinit-3.15.4-6.el7.x86_64 as install for nss-3.15.4-6.el7.x86_64 >14:40:17,847 DEBUG yum.verbose.YumBase: Quick matched nss-softokn-3.15.4-2.el7.x86_64 to require for libsoftokn3.so()(64bit) >14:40:17,852 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-tools-3.15.4-6.el7.x86_64 as install for openldap-2.4.39-3.el7.x86_64 >14:40:17,856 DEBUG yum.verbose.YumBase: TSINFO: Marking ca-certificates-2013.1.95-71.el7.noarch as install for 1:openssl-libs-1.0.1e-33.el7.x86_64 >14:40:17,859 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-dicts-2.9.0-11.el7.x86_64 as install for pam-1.1.8-8.el7.x86_64 >14:40:17,861 DEBUG yum.verbose.YumBase: TSINFO: Marking libpwquality-1.2.3-4.el7.x86_64 as install for pam-1.1.8-8.el7.x86_64 >14:40:17,862 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-2.9.0-11.el7.x86_64 as install for pam-1.1.8-8.el7.x86_64 >14:40:17,868 DEBUG yum.verbose.YumBase: TSINFO: Marking mozjs17-17.0.0-9.el7.x86_64 as install for polkit-0.112-5.el7.x86_64 >14:40:17,869 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-pkla-compat-0.1-4.el7.x86_64 as install for polkit-0.112-5.el7.x86_64 >14:40:17,873 DEBUG yum.verbose.YumBase: TSINFO: Marking 14:libpcap-1.5.3-3.el7.x86_64 as install for ppp-2.4.5-33.el7.x86_64 >14:40:17,874 DEBUG yum.verbose.YumBase: Quick matched 14:libpcap-1.5.3-3.el7.x86_64 to require for libpcap.so.1()(64bit) >14:40:17,877 DEBUG yum.verbose.YumBase: TSINFO: Marking gobject-introspection-1.36.0-4.el7.x86_64 as install for pygobject3-base-3.8.2-4.el7.x86_64 >14:40:17,878 DEBUG yum.verbose.YumBase: Quick matched gobject-introspection-1.36.0-4.el7.x86_64 to require for libgirepository-1.0.so.1()(64bit) >14:40:17,879 DEBUG yum.verbose.YumBase: TSINFO: Marking gpgme-1.3.2-5.el7.x86_64 as install for pygpgme-0.3-9.el7.x86_64 >14:40:17,880 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.3.2-5.el7.x86_64 to require for libgpgme.so.11(GPGME_1.1)(64bit) >14:40:17,880 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.3.2-5.el7.x86_64 to require for libgpgme.so.11()(64bit) >14:40:17,884 DEBUG yum.verbose.YumBase: TSINFO: Marking libxml2-python-2.9.1-5.el7.x86_64 as install for python-dmidecode-3.10.13-11.el7.x86_64 >14:40:17,884 DEBUG yum.verbose.YumBase: Quick matched libxml2-python-2.9.1-5.el7.x86_64 to require for libxml2mod.so()(64bit) >14:40:17,886 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl-1.1.4-3.el7.x86_64 as install for python-ethtool-0.8-5.el7.x86_64 >14:40:17,891 DEBUG yum.verbose.YumBase: TSINFO: Marking libxslt-1.1.28-5.el7.x86_64 as install for python-lxml-3.2.1-4.el7.x86_64 >14:40:17,892 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-5.el7.x86_64 to require for libxslt.so.1(LIBXML2_1.0.18)(64bit) >14:40:17,892 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-5.el7.x86_64 to require for libxslt.so.1(LIBXML2_1.0.22)(64bit) >14:40:17,892 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-5.el7.x86_64 to require for libxslt.so.1(LIBXML2_1.0.24)(64bit) >14:40:17,892 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-5.el7.x86_64 to require for libxslt.so.1(LIBXML2_1.1.2)(64bit) >14:40:17,893 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-5.el7.x86_64 to require for libxslt.so.1(LIBXML2_1.1.26)(64bit) >14:40:17,893 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-5.el7.x86_64 to require for libxslt.so.1(LIBXML2_1.1.9)(64bit) >14:40:17,893 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-5.el7.x86_64 to require for libexslt.so.0()(64bit) >14:40:17,893 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-5.el7.x86_64 to require for libxslt.so.1()(64bit) >14:40:17,894 DEBUG yum.verbose.YumBase: TSINFO: Marking python-setuptools-0.9.8-3.el7.noarch as install for python-pyudev-0.15-6.el7.noarch >14:40:17,895 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pycurl-7.19.0-17.el7.x86_64 as install for python-urlgrabber-3.10-4.el7.noarch >14:40:17,899 DEBUG yum.verbose.YumBase: TSINFO: Marking rhnlib-2.5.65-2.el7.noarch as install for rhn-client-tools-2.0.2-5.el7.noarch >14:40:17,900 DEBUG yum.verbose.YumBase: TSINFO: Marking gnupg2-2.0.22-3.el7.x86_64 as install for rhn-client-tools-2.0.2-5.el7.noarch >14:40:17,901 DEBUG yum.verbose.YumBase: TSINFO: Marking newt-python-0.52.15-4.el7.x86_64 as install for rhn-client-tools-2.0.2-5.el7.noarch >14:40:17,902 DEBUG yum.verbose.YumBase: TSINFO: Marking python-gudev-147.2-7.el7.x86_64 as install for rhn-client-tools-2.0.2-5.el7.noarch >14:40:17,903 DEBUG yum.verbose.YumBase: TSINFO: Marking python-hwdata-1.7.3-4.el7.noarch as install for rhn-client-tools-2.0.2-5.el7.noarch >14:40:17,904 DEBUG yum.verbose.YumBase: TSINFO: Marking rhnsd-5.0.13-3.el7.x86_64 as install for rhn-setup-2.0.2-5.el7.noarch >14:40:17,909 DEBUG yum.verbose.YumBase: TSINFO: Marking file-libs-5.11-19.el7.x86_64 as install for rpm-python-4.11.1-15.el7.x86_64 >14:40:17,910 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-build-libs-4.11.1-15.el7.x86_64 as install for rpm-python-4.11.1-15.el7.x86_64 >14:40:17,911 DEBUG yum.verbose.YumBase: Quick matched rpm-build-libs-4.11.1-15.el7.x86_64 to require for librpmsign.so.1()(64bit) >14:40:17,917 DEBUG yum.verbose.YumBase: TSINFO: Marking libteam-1.9-12.el7.x86_64 as install for teamd-1.9-12.el7.x86_64 >14:40:17,919 DEBUG yum.verbose.YumBase: TSINFO: Marking jansson-2.4-5.el7.x86_64 as install for teamd-1.9-12.el7.x86_64 >14:40:17,920 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl3-cli-3.2.21-4.el7.x86_64 as install for teamd-1.9-12.el7.x86_64 >14:40:17,922 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dmidecode-2.12-5.el7.x86_64 as install for virt-what-1.13-5.el7.x86_64 >14:40:17,924 DEBUG yum.verbose.YumBase: TSINFO: Marking desktop-file-utils-0.21-4.el7.x86_64 as install for xdg-utils-1.1.0-0.16.20120809git.el7.noarch >14:40:17,925 DEBUG yum.verbose.YumBase: TSINFO: Marking which-2.20-7.el7.x86_64 as install for xdg-utils-1.1.0-0.16.20120809git.el7.noarch >14:40:17,932 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-0.6.31-13.el7.x86_64 as install for avahi-libs-0.6.31-13.el7.x86_64 >14:40:17,936 DEBUG yum.verbose.YumBase: TSINFO: Marking p11-kit-0.18.7-4.el7.x86_64 as install for ca-certificates-2013.1.95-71.el7.noarch >14:40:17,937 DEBUG yum.verbose.YumBase: TSINFO: Marking p11-kit-trust-0.18.7-4.el7.x86_64 as install for ca-certificates-2013.1.95-71.el7.noarch >14:40:17,939 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:emacs-filesystem-24.3-11.el7.noarch as install for desktop-file-utils-0.21-4.el7.x86_64 >14:40:17,943 DEBUG yum.verbose.YumBase: TSINFO: Marking gsettings-desktop-schemas-3.8.2-3.el7.x86_64 as install for glib-networking-2.36.2-3.el7.x86_64 >14:40:17,944 DEBUG yum.verbose.YumBase: TSINFO: Marking gnutls-3.1.18-8.el7.x86_64 as install for glib-networking-2.36.2-3.el7.x86_64 >14:40:17,945 DEBUG yum.verbose.YumBase: Quick matched gnutls-3.1.18-8.el7.x86_64 to require for libgnutls.so.28(GNUTLS_2_12)(64bit) >14:40:17,945 DEBUG yum.verbose.YumBase: Quick matched gnutls-3.1.18-8.el7.x86_64 to require for libgnutls.so.28()(64bit) >14:40:17,946 DEBUG yum.verbose.YumBase: TSINFO: Marking libproxy-0.4.11-6.el7.x86_64 as install for glib-networking-2.36.2-3.el7.x86_64 >14:40:17,949 DEBUG yum.verbose.YumBase: TSINFO: Marking libassuan-2.1.0-3.el7.x86_64 as install for gnupg2-2.0.22-3.el7.x86_64 >14:40:17,950 DEBUG yum.verbose.YumBase: TSINFO: Marking pinentry-0.8.1-14.el7.x86_64 as install for gnupg2-2.0.22-3.el7.x86_64 >14:40:17,953 DEBUG yum.verbose.YumBase: TSINFO: Marking pth-2.0.7-22.el7.x86_64 as install for gnupg2-2.0.22-3.el7.x86_64 >14:40:17,960 DEBUG yum.verbose.YumBase: TSINFO: Marking hwdata-0.252-3.el7.noarch as install for libpciaccess-0.13.1-4.1.el7.x86_64 >14:40:17,984 DEBUG yum.verbose.YumBase: TSINFO: Marking python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch as install for python-setuptools-0.9.8-3.el7.noarch >14:40:17,986 DEBUG yum.verbose.YumBase: TSINFO: Marking pyOpenSSL-0.13.1-3.el7.x86_64 as install for rhnlib-2.5.65-2.el7.noarch >14:40:17,987 DEBUG yum.verbose.YumBase: TSINFO: Marking rhn-check-2.0.2-5.el7.noarch as install for rhnsd-5.0.13-3.el7.x86_64 >14:40:17,991 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:pkgconfig-0.27.1-4.el7.x86_64 as install for shared-mime-info-1.1-7.el7.x86_64 >14:40:17,998 DEBUG yum.verbose.YumBase: TSINFO: Marking libtasn1-3.3-3.el7.x86_64 as install for gnutls-3.1.18-8.el7.x86_64 >14:40:18,000 DEBUG yum.verbose.YumBase: TSINFO: Marking nettle-2.7.1-2.el7.x86_64 as install for gnutls-3.1.18-8.el7.x86_64 >14:40:18,000 DEBUG yum.verbose.YumBase: Quick matched nettle-2.7.1-2.el7.x86_64 to require for libnettle.so.4()(64bit) >14:40:18,003 DEBUG yum.verbose.YumBase: TSINFO: Marking libmodman-2.0.1-8.el7.x86_64 as install for libproxy-0.4.11-6.el7.x86_64 >14:40:18,008 DEBUG yum.verbose.YumBase: TSINFO: Marking python-backports-1.0-6.el7.noarch as install for python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch >14:40:18,171 DEBUG yum.verbose.YumBase: Depsolve time: 0.952 >14:40:18,171 DEBUG packaging: buildTransaction = (2, [u'Success - deps resolved']) >14:40:18,172 INFO packaging: about to acquire _yum_lock for AnaCheckSoftwareThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1488 (checkSoftwareSelection) >14:40:18,172 INFO packaging: have _yum_lock for AnaCheckSoftwareThread >14:40:18,172 INFO packaging: gave up _yum_lock for AnaCheckSoftwareThread >14:40:18,172 DEBUG packaging: success >14:40:18,172 INFO packaging: gave up _yum_lock for AnaCheckSoftwareThread >14:40:18,172 INFO packaging: about to acquire _yum_lock for AnaCheckSoftwareThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1501 (checkSoftwareSelection) >14:40:18,173 INFO packaging: have _yum_lock for AnaCheckSoftwareThread >14:40:18,179 INFO packaging: gave up _yum_lock for AnaCheckSoftwareThread >14:40:18,179 INFO packaging: about to acquire _yum_lock for AnaCheckSoftwareThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:104 (checkSoftwareSelection) >14:40:18,179 INFO packaging: have _yum_lock for AnaCheckSoftwareThread >14:40:18,185 INFO packaging: 301 packages selected totalling 920.34 MB >14:40:18,185 INFO packaging: gave up _yum_lock for AnaCheckSoftwareThread >14:40:18,284 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:163 (ready) >14:40:18,284 INFO packaging: have _yum_lock for MainThread >14:40:18,285 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:421 (baseRepo) >14:40:18,285 INFO packaging: have _yum_lock for MainThread >14:40:18,285 INFO packaging: gave up _yum_lock for MainThread >14:40:18,285 INFO packaging: gave up _yum_lock for MainThread >14:40:18,286 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:163 (ready) >14:40:18,286 INFO packaging: have _yum_lock for MainThread >14:40:18,287 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:421 (baseRepo) >14:40:18,287 INFO packaging: have _yum_lock for MainThread >14:40:18,287 INFO packaging: gave up _yum_lock for MainThread >14:40:18,287 INFO packaging: gave up _yum_lock for MainThread >14:40:18,288 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:163 (ready) >14:40:18,288 INFO packaging: have _yum_lock for MainThread >14:40:18,288 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:421 (baseRepo) >14:40:18,288 INFO packaging: have _yum_lock for MainThread >14:40:18,288 INFO packaging: gave up _yum_lock for MainThread >14:40:18,288 INFO packaging: gave up _yum_lock for MainThread >14:40:18,292 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:515 (status) >14:40:18,292 INFO packaging: have _yum_lock for MainThread >14:40:18,292 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:421 (baseRepo) >14:40:18,292 INFO packaging: have _yum_lock for MainThread >14:40:18,293 INFO packaging: gave up _yum_lock for MainThread >14:40:18,293 INFO packaging: gave up _yum_lock for MainThread >14:40:18,293 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:515 (status) >14:40:18,293 INFO packaging: have _yum_lock for MainThread >14:40:18,294 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:421 (baseRepo) >14:40:18,294 INFO packaging: have _yum_lock for MainThread >14:40:18,294 INFO packaging: gave up _yum_lock for MainThread >14:40:18,294 INFO packaging: gave up _yum_lock for MainThread >14:40:18,295 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:491 (completed) >14:40:18,295 INFO packaging: have _yum_lock for MainThread >14:40:18,296 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:421 (baseRepo) >14:40:18,296 INFO packaging: have _yum_lock for MainThread >14:40:18,296 INFO packaging: gave up _yum_lock for MainThread >14:40:18,296 INFO packaging: gave up _yum_lock for MainThread >14:40:18,297 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:491 (completed) >14:40:18,297 INFO packaging: have _yum_lock for MainThread >14:40:18,297 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:421 (baseRepo) >14:40:18,297 INFO packaging: have _yum_lock for MainThread >14:40:18,297 INFO packaging: gave up _yum_lock for MainThread >14:40:18,297 INFO packaging: gave up _yum_lock for MainThread >14:40:55,905 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:163 (ready) >14:40:55,905 INFO packaging: have _yum_lock for MainThread >14:40:55,906 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:421 (baseRepo) >14:40:55,906 INFO packaging: have _yum_lock for MainThread >14:40:55,907 INFO packaging: gave up _yum_lock for MainThread >14:40:55,907 INFO packaging: gave up _yum_lock for MainThread >14:40:55,908 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:163 (ready) >14:40:55,908 INFO packaging: have _yum_lock for MainThread >14:40:55,908 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:421 (baseRepo) >14:40:55,909 INFO packaging: have _yum_lock for MainThread >14:40:55,909 INFO packaging: gave up _yum_lock for MainThread >14:40:55,909 INFO packaging: gave up _yum_lock for MainThread >14:40:55,910 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:163 (ready) >14:40:55,910 INFO packaging: have _yum_lock for MainThread >14:40:55,911 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:421 (baseRepo) >14:40:55,911 INFO packaging: have _yum_lock for MainThread >14:40:55,911 INFO packaging: gave up _yum_lock for MainThread >14:40:55,911 INFO packaging: gave up _yum_lock for MainThread >14:40:56,029 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:515 (status) >14:40:56,029 INFO packaging: have _yum_lock for MainThread >14:40:56,030 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:421 (baseRepo) >14:40:56,030 INFO packaging: have _yum_lock for MainThread >14:40:56,030 INFO packaging: gave up _yum_lock for MainThread >14:40:56,030 INFO packaging: gave up _yum_lock for MainThread >14:40:56,031 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:515 (status) >14:40:56,031 INFO packaging: have _yum_lock for MainThread >14:40:56,032 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:421 (baseRepo) >14:40:56,032 INFO packaging: have _yum_lock for MainThread >14:40:56,032 INFO packaging: gave up _yum_lock for MainThread >14:40:56,032 INFO packaging: gave up _yum_lock for MainThread >14:40:56,033 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:491 (completed) >14:40:56,033 INFO packaging: have _yum_lock for MainThread >14:40:56,034 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:421 (baseRepo) >14:40:56,034 INFO packaging: have _yum_lock for MainThread >14:40:56,034 INFO packaging: gave up _yum_lock for MainThread >14:40:56,034 INFO packaging: gave up _yum_lock for MainThread >14:40:56,035 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:491 (completed) >14:40:56,035 INFO packaging: have _yum_lock for MainThread >14:40:56,036 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:421 (baseRepo) >14:40:56,036 INFO packaging: have _yum_lock for MainThread >14:40:56,036 INFO packaging: gave up _yum_lock for MainThread >14:40:56,036 INFO packaging: gave up _yum_lock for MainThread >14:41:13,839 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:163 (ready) >14:41:13,839 INFO packaging: have _yum_lock for MainThread >14:41:13,840 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:421 (baseRepo) >14:41:13,840 INFO packaging: have _yum_lock for MainThread >14:41:13,841 INFO packaging: gave up _yum_lock for MainThread >14:41:13,841 INFO packaging: gave up _yum_lock for MainThread >14:41:13,842 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:163 (ready) >14:41:13,842 INFO packaging: have _yum_lock for MainThread >14:41:13,843 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:421 (baseRepo) >14:41:13,843 INFO packaging: have _yum_lock for MainThread >14:41:13,843 INFO packaging: gave up _yum_lock for MainThread >14:41:13,843 INFO packaging: gave up _yum_lock for MainThread >14:41:13,844 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:163 (ready) >14:41:13,844 INFO packaging: have _yum_lock for MainThread >14:41:13,845 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:421 (baseRepo) >14:41:13,845 INFO packaging: have _yum_lock for MainThread >14:41:13,845 INFO packaging: gave up _yum_lock for MainThread >14:41:13,845 INFO packaging: gave up _yum_lock for MainThread >14:41:13,962 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:515 (status) >14:41:13,962 INFO packaging: have _yum_lock for MainThread >14:41:13,963 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:421 (baseRepo) >14:41:13,963 INFO packaging: have _yum_lock for MainThread >14:41:13,964 INFO packaging: gave up _yum_lock for MainThread >14:41:13,964 INFO packaging: gave up _yum_lock for MainThread >14:41:13,965 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:515 (status) >14:41:13,965 INFO packaging: have _yum_lock for MainThread >14:41:13,966 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:421 (baseRepo) >14:41:13,966 INFO packaging: have _yum_lock for MainThread >14:41:13,966 INFO packaging: gave up _yum_lock for MainThread >14:41:13,966 INFO packaging: gave up _yum_lock for MainThread >14:41:13,967 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:491 (completed) >14:41:13,967 INFO packaging: have _yum_lock for MainThread >14:41:13,968 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:421 (baseRepo) >14:41:13,968 INFO packaging: have _yum_lock for MainThread >14:41:13,968 INFO packaging: gave up _yum_lock for MainThread >14:41:13,968 INFO packaging: gave up _yum_lock for MainThread >14:41:13,969 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:491 (completed) >14:41:13,970 INFO packaging: have _yum_lock for MainThread >14:41:13,970 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:421 (baseRepo) >14:41:13,971 INFO packaging: have _yum_lock for MainThread >14:41:13,971 INFO packaging: gave up _yum_lock for MainThread >14:41:13,971 INFO packaging: gave up _yum_lock for MainThread > > >/tmp/program.log: >14:38:53,204 INFO program: Running... /bin/sh /tmp/ks-script-UQCBhu >14:38:53,253 INFO program: + wget -O - http://lab-02.rhts.eng.brq.redhat.com:8000/install_start/1263935 >14:38:53,253 INFO program: --2014-03-12 14:38:53-- http://lab-02.rhts.eng.brq.redhat.com:8000/install_start/1263935 >14:38:53,253 INFO program: Resolving lab-02.rhts.eng.brq.redhat.com (lab-02.rhts.eng.brq.redhat.com)... failed: Name or service not known. >14:38:53,253 INFO program: wget: unable to resolve host address 'lab-02.rhts.eng.brq.redhat.com' >14:38:53,254 INFO program: + wget -O /tmp/anamon http://lab-02.rhts.eng.brq.redhat.com/beaker/anamon >14:38:53,254 INFO program: --2014-03-12 14:38:53-- http://lab-02.rhts.eng.brq.redhat.com/beaker/anamon >14:38:53,254 INFO program: Resolving lab-02.rhts.eng.brq.redhat.com (lab-02.rhts.eng.brq.redhat.com)... failed: Name or service not known. >14:38:53,254 INFO program: wget: unable to resolve host address 'lab-02.rhts.eng.brq.redhat.com' >14:38:53,254 INFO program: + python /tmp/anamon --recipe-id 1263935 --xmlrpc-url http://lab-02.rhts.eng.brq.redhat.com:8000/RPC2 >14:38:53,254 DEBUG program: Return code: 0 >14:38:53,274 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >14:38:53,286 DEBUG program: Return code: 0 >14:38:53,287 INFO program: Running... udevadm settle --timeout=300 >14:38:53,572 DEBUG program: Return code: 0 >14:38:53,573 INFO program: Running... modprobe fcoe >14:38:53,627 DEBUG program: Return code: 0 >14:38:53,628 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >14:38:53,641 INFO program: No FCoE boot disk information is found in EDD! >14:38:53,642 DEBUG program: Return code: 1 >14:38:54,800 INFO program: Running... metacity --display :1 --sm-disable >14:38:55,503 INFO program: Running... modprobe xfs >14:38:55,568 DEBUG program: Return code: 0 >14:38:56,390 INFO program: Running... udevadm settle --timeout=300 >14:38:56,405 DEBUG program: Return code: 0 >14:38:56,406 INFO program: Running... mpathconf --user_friendly_names y --with_multipathd y >14:38:56,470 DEBUG program: Return code: 0 >14:38:56,471 INFO program: Running... systemctl start chronyd.service >14:38:56,503 DEBUG program: Return code: 0 >14:38:56,504 INFO program: Running... udevadm settle --timeout=300 >14:38:56,518 DEBUG program: Return code: 0 >14:38:56,642 INFO program: Running... iscsi-iname >14:38:56,648 INFO program: iqn.1994-05.com.redhat:4a3240ae171 >14:38:56,648 DEBUG program: Return code: 0 >14:38:56,651 INFO program: Running... multipath -c /dev/sdd >14:38:56,662 INFO program: /dev/sdd is a valid multipath device path >14:38:56,663 DEBUG program: Return code: 0 >14:38:56,677 INFO program: Running... multipath -c /dev/sde >14:38:56,682 INFO program: /dev/sde is a valid multipath device path >14:38:56,683 DEBUG program: Return code: 0 >14:38:56,684 INFO program: Running... iscsi-iname >14:38:56,688 INFO program: iqn.1994-05.com.redhat:57bfbe5cec29 >14:38:56,688 DEBUG program: Return code: 0 >14:38:56,691 INFO program: Running... multipath -c /dev/sde >14:38:56,696 INFO program: /dev/sde is a valid multipath device path >14:38:56,696 DEBUG program: Return code: 0 >14:38:56,713 INFO program: Running... multipath -c /dev/sda >14:38:56,718 INFO program: /dev/sda is not a valid multipath device path >14:38:56,719 DEBUG program: Return code: 1 >14:38:56,914 INFO program: Running... xfs_db -c "sb 0" -c "p dblocks" -c "p blocksize" /dev/sda1 >14:38:56,990 INFO program: command "sb 0" not found >14:38:56,990 INFO program: command "p dblocks" not found >14:38:56,990 INFO program: command "p blocksize" not found >14:38:56,990 DEBUG program: Return code: 0 >14:38:57,162 INFO program: Running... xfs_db -c "sb 0" -c "p dblocks" -c "p blocksize" /dev/sda3 >14:38:57,255 INFO program: command "sb 0" not found >14:38:57,255 INFO program: command "p dblocks" not found >14:38:57,255 INFO program: command "p blocksize" not found >14:38:57,256 DEBUG program: Return code: 0 >14:38:57,278 INFO program: Running... multipath -c /dev/sdb >14:38:57,285 INFO program: /dev/sdb is not a valid multipath device path >14:38:57,285 DEBUG program: Return code: 1 >14:38:57,311 INFO program: Running... multipath -c /dev/sdc >14:38:57,317 INFO program: /dev/sdc is not a valid multipath device path >14:38:57,318 DEBUG program: Return code: 1 >14:38:57,442 INFO program: Running... dumpe2fs -h /dev/loop1 >14:38:57,463 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >14:38:57,463 INFO program: Filesystem volume name: Anaconda >14:38:57,463 INFO program: Last mounted on: /var/tmp/lorax.imgutils.32jfA_ >14:38:57,463 INFO program: Filesystem UUID: 37885a94-67ae-4c44-84bd-17e9048c146e >14:38:57,463 INFO program: Filesystem magic number: 0xEF53 >14:38:57,463 INFO program: Filesystem revision #: 1 (dynamic) >14:38:57,464 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent 64bit flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >14:38:57,464 INFO program: Filesystem flags: signed_directory_hash >14:38:57,464 INFO program: Default mount options: user_xattr acl >14:38:57,464 INFO program: Filesystem state: clean >14:38:57,464 INFO program: Errors behavior: Continue >14:38:57,464 INFO program: Filesystem OS type: Linux >14:38:57,464 INFO program: Inode count: 131072 >14:38:57,464 INFO program: Block count: 2097152 >14:38:57,464 INFO program: Reserved block count: 0 >14:38:57,465 INFO program: Free blocks: 1065548 >14:38:57,465 INFO program: Free inodes: 101848 >14:38:57,465 INFO program: First block: 1 >14:38:57,465 INFO program: Block size: 1024 >14:38:57,465 INFO program: Fragment size: 1024 >14:38:57,465 INFO program: Group descriptor size: 64 >14:38:57,465 INFO program: Reserved GDT blocks: 256 >14:38:57,465 INFO program: Blocks per group: 8192 >14:38:57,466 INFO program: Fragments per group: 8192 >14:38:57,466 INFO program: Inodes per group: 512 >14:38:57,466 INFO program: Inode blocks per group: 128 >14:38:57,466 INFO program: Flex block group size: 16 >14:38:57,466 INFO program: Filesystem created: Wed Mar 12 05:21:25 2014 >14:38:57,466 INFO program: Last mount time: Wed Mar 12 05:21:40 2014 >14:38:57,467 INFO program: Last write time: Wed Mar 12 05:21:46 2014 >14:38:57,467 INFO program: Mount count: 2 >14:38:57,467 INFO program: Maximum mount count: -1 >14:38:57,467 INFO program: Last checked: Wed Mar 12 05:21:25 2014 >14:38:57,467 INFO program: Check interval: 0 (<none>) >14:38:57,467 INFO program: Lifetime writes: 32 MB >14:38:57,467 INFO program: Reserved blocks uid: 0 (user root) >14:38:57,467 INFO program: Reserved blocks gid: 0 (group root) >14:38:57,468 INFO program: First inode: 11 >14:38:57,468 INFO program: Inode size: 256 >14:38:57,468 INFO program: Required extra isize: 28 >14:38:57,468 INFO program: Desired extra isize: 28 >14:38:57,468 INFO program: Journal inode: 8 >14:38:57,468 INFO program: Default directory hash: half_md4 >14:38:57,468 INFO program: Directory Hash Seed: 3e666bcc-25b9-4768-a796-8dcce5b1ef78 >14:38:57,469 INFO program: Journal backup: inode blocks >14:38:57,469 INFO program: Journal features: (none) >14:38:57,469 INFO program: Journal size: 32M >14:38:57,469 INFO program: Journal length: 32768 >14:38:57,469 INFO program: Journal sequence: 0x00000022 >14:38:57,469 INFO program: Journal start: 0 >14:38:57,469 INFO program: >14:38:57,469 DEBUG program: Return code: 0 >14:38:57,470 INFO program: Running... resize2fs -P /dev/loop1 >14:38:57,480 INFO program: resize2fs 1.42.9 (28-Dec-2013) >14:38:57,480 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop1 >14:38:57,480 INFO program: Couldn't find valid filesystem superblock. >14:38:57,481 DEBUG program: Return code: 1 >14:38:57,530 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >14:38:57,536 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >14:38:57,536 INFO program: Filesystem volume name: Anaconda >14:38:57,536 INFO program: Last mounted on: / >14:38:57,537 INFO program: Filesystem UUID: 37885a94-67ae-4c44-84bd-17e9048c146e >14:38:57,537 INFO program: Filesystem magic number: 0xEF53 >14:38:57,537 INFO program: Filesystem revision #: 1 (dynamic) >14:38:57,537 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent 64bit flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >14:38:57,537 INFO program: Filesystem flags: signed_directory_hash >14:38:57,537 INFO program: Default mount options: user_xattr acl >14:38:57,538 INFO program: Filesystem state: clean >14:38:57,538 INFO program: Errors behavior: Continue >14:38:57,538 INFO program: Filesystem OS type: Linux >14:38:57,538 INFO program: Inode count: 131072 >14:38:57,538 INFO program: Block count: 2097152 >14:38:57,538 INFO program: Reserved block count: 0 >14:38:57,539 INFO program: Free blocks: 1065548 >14:38:57,539 INFO program: Free inodes: 101848 >14:38:57,539 INFO program: First block: 1 >14:38:57,539 INFO program: Block size: 1024 >14:38:57,539 INFO program: Fragment size: 1024 >14:38:57,539 INFO program: Group descriptor size: 64 >14:38:57,539 INFO program: Reserved GDT blocks: 256 >14:38:57,540 INFO program: Blocks per group: 8192 >14:38:57,540 INFO program: Fragments per group: 8192 >14:38:57,540 INFO program: Inodes per group: 512 >14:38:57,540 INFO program: Inode blocks per group: 128 >14:38:57,540 INFO program: Flex block group size: 16 >14:38:57,541 INFO program: Filesystem created: Wed Mar 12 05:21:25 2014 >14:38:57,541 INFO program: Last mount time: Wed Mar 12 14:38:43 2014 >14:38:57,541 INFO program: Last write time: Wed Mar 12 14:38:43 2014 >14:38:57,541 INFO program: Mount count: 3 >14:38:57,541 INFO program: Maximum mount count: -1 >14:38:57,541 INFO program: Last checked: Wed Mar 12 05:21:25 2014 >14:38:57,542 INFO program: Check interval: 0 (<none>) >14:38:57,542 INFO program: Lifetime writes: 32 MB >14:38:57,542 INFO program: Reserved blocks uid: 0 (user root) >14:38:57,542 INFO program: Reserved blocks gid: 0 (group root) >14:38:57,542 INFO program: First inode: 11 >14:38:57,542 INFO program: Inode size: 256 >14:38:57,542 INFO program: Required extra isize: 28 >14:38:57,543 INFO program: Desired extra isize: 28 >14:38:57,543 INFO program: Journal inode: 8 >14:38:57,543 INFO program: Default directory hash: half_md4 >14:38:57,543 INFO program: Directory Hash Seed: 3e666bcc-25b9-4768-a796-8dcce5b1ef78 >14:38:57,543 INFO program: Journal backup: inode blocks >14:38:57,544 INFO program: Journal features: journal_64bit >14:38:57,544 INFO program: Journal size: 32M >14:38:57,544 INFO program: Journal length: 32768 >14:38:57,544 INFO program: Journal sequence: 0x00000023 >14:38:57,545 INFO program: Journal start: 1 >14:38:57,545 INFO program: >14:38:57,545 DEBUG program: Return code: 0 >14:38:57,545 INFO program: Running... resize2fs -P /dev/mapper/live-rw >14:38:57,551 INFO program: resize2fs 1.42.9 (28-Dec-2013) >14:38:57,552 INFO program: Estimated minimum size of the filesystem: 1017470 >14:38:57,552 DEBUG program: Return code: 0 >14:38:57,662 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >14:38:57,668 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >14:38:57,668 INFO program: Filesystem volume name: Anaconda >14:38:57,668 INFO program: Last mounted on: /var/tmp/lorax.imgutils.32jfA_ >14:38:57,669 INFO program: Filesystem UUID: 37885a94-67ae-4c44-84bd-17e9048c146e >14:38:57,669 INFO program: Filesystem magic number: 0xEF53 >14:38:57,669 INFO program: Filesystem revision #: 1 (dynamic) >14:38:57,669 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent 64bit flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >14:38:57,669 INFO program: Filesystem flags: signed_directory_hash >14:38:57,670 INFO program: Default mount options: user_xattr acl >14:38:57,670 INFO program: Filesystem state: clean >14:38:57,670 INFO program: Errors behavior: Continue >14:38:57,670 INFO program: Filesystem OS type: Linux >14:38:57,670 INFO program: Inode count: 131072 >14:38:57,670 INFO program: Block count: 2097152 >14:38:57,671 INFO program: Reserved block count: 0 >14:38:57,671 INFO program: Free blocks: 1065548 >14:38:57,671 INFO program: Free inodes: 101848 >14:38:57,671 INFO program: First block: 1 >14:38:57,671 INFO program: Block size: 1024 >14:38:57,671 INFO program: Fragment size: 1024 >14:38:57,672 INFO program: Group descriptor size: 64 >14:38:57,672 INFO program: Reserved GDT blocks: 256 >14:38:57,672 INFO program: Blocks per group: 8192 >14:38:57,672 INFO program: Fragments per group: 8192 >14:38:57,672 INFO program: Inodes per group: 512 >14:38:57,672 INFO program: Inode blocks per group: 128 >14:38:57,673 INFO program: Flex block group size: 16 >14:38:57,673 INFO program: Filesystem created: Wed Mar 12 05:21:25 2014 >14:38:57,673 INFO program: Last mount time: Wed Mar 12 05:21:40 2014 >14:38:57,673 INFO program: Last write time: Wed Mar 12 05:21:46 2014 >14:38:57,673 INFO program: Mount count: 2 >14:38:57,674 INFO program: Maximum mount count: -1 >14:38:57,674 INFO program: Last checked: Wed Mar 12 05:21:25 2014 >14:38:57,674 INFO program: Check interval: 0 (<none>) >14:38:57,674 INFO program: Lifetime writes: 32 MB >14:38:57,674 INFO program: Reserved blocks uid: 0 (user root) >14:38:57,674 INFO program: Reserved blocks gid: 0 (group root) >14:38:57,674 INFO program: First inode: 11 >14:38:57,675 INFO program: Inode size: 256 >14:38:57,675 INFO program: Required extra isize: 28 >14:38:57,675 INFO program: Desired extra isize: 28 >14:38:57,675 INFO program: Journal inode: 8 >14:38:57,676 INFO program: Default directory hash: half_md4 >14:38:57,676 INFO program: Directory Hash Seed: 3e666bcc-25b9-4768-a796-8dcce5b1ef78 >14:38:57,676 INFO program: Journal backup: inode blocks >14:38:57,676 INFO program: Journal features: (none) >14:38:57,676 INFO program: Journal size: 32M >14:38:57,676 INFO program: Journal length: 32768 >14:38:57,676 INFO program: Journal sequence: 0x00000022 >14:38:57,677 INFO program: Journal start: 0 >14:38:57,677 INFO program: >14:38:57,677 DEBUG program: Return code: 0 >14:38:57,678 INFO program: Running... resize2fs -P /dev/mapper/live-base >14:38:57,683 INFO program: resize2fs 1.42.9 (28-Dec-2013) >14:38:57,684 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >14:38:57,684 INFO program: Couldn't find valid filesystem superblock. >14:38:57,684 DEBUG program: Return code: 1 >14:38:57,723 INFO program: Running... dumpe2fs -h /dev/mapper/mpatha >14:38:57,732 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >14:38:57,732 INFO program: Filesystem volume name: <none> >14:38:57,732 INFO program: Last mounted on: <not available> >14:38:57,732 INFO program: Filesystem UUID: b04d96fd-3fbc-4689-9298-aa3a89386430 >14:38:57,733 INFO program: Filesystem magic number: 0xEF53 >14:38:57,733 INFO program: Filesystem revision #: 1 (dynamic) >14:38:57,733 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >14:38:57,733 INFO program: Filesystem flags: signed_directory_hash >14:38:57,733 INFO program: Default mount options: user_xattr acl >14:38:57,734 INFO program: Filesystem state: clean >14:38:57,734 INFO program: Errors behavior: Continue >14:38:57,734 INFO program: Filesystem OS type: Linux >14:38:57,734 INFO program: Inode count: 3203072 >14:38:57,734 INFO program: Block count: 12800000 >14:38:57,734 INFO program: Reserved block count: 640000 >14:38:57,735 INFO program: Free blocks: 12552927 >14:38:57,735 INFO program: Free inodes: 3203061 >14:38:57,735 INFO program: First block: 0 >14:38:57,735 INFO program: Block size: 4096 >14:38:57,735 INFO program: Fragment size: 4096 >14:38:57,735 INFO program: Reserved GDT blocks: 1020 >14:38:57,735 INFO program: Blocks per group: 32768 >14:38:57,736 INFO program: Fragments per group: 32768 >14:38:57,736 INFO program: Inodes per group: 8192 >14:38:57,736 INFO program: Inode blocks per group: 512 >14:38:57,736 INFO program: Flex block group size: 16 >14:38:57,736 INFO program: Filesystem created: Tue Mar 11 16:09:49 2014 >14:38:57,736 INFO program: Last mount time: Tue Mar 11 16:59:58 2014 >14:38:57,736 INFO program: Last write time: Tue Mar 11 17:09:57 2014 >14:38:57,736 INFO program: Mount count: 4 >14:38:57,737 INFO program: Maximum mount count: -1 >14:38:57,737 INFO program: Last checked: Tue Mar 11 16:09:49 2014 >14:38:57,737 INFO program: Check interval: 0 (<none>) >14:38:57,737 INFO program: Lifetime writes: 914 MB >14:38:57,737 INFO program: Reserved blocks uid: 0 (user root) >14:38:57,737 INFO program: Reserved blocks gid: 0 (group root) >14:38:57,737 INFO program: First inode: 11 >14:38:57,737 INFO program: Inode size: 256 >14:38:57,737 INFO program: Required extra isize: 28 >14:38:57,738 INFO program: Desired extra isize: 28 >14:38:57,738 INFO program: Journal inode: 8 >14:38:57,738 INFO program: Default directory hash: half_md4 >14:38:57,738 INFO program: Directory Hash Seed: 4870d2cb-f24b-4086-b632-e1816323fae5 >14:38:57,739 INFO program: Journal backup: inode blocks >14:38:57,739 INFO program: Journal features: (none) >14:38:57,739 INFO program: Journal size: 128M >14:38:57,739 INFO program: Journal length: 32768 >14:38:57,739 INFO program: Journal sequence: 0x00000001 >14:38:57,739 INFO program: Journal start: 0 >14:38:57,739 INFO program: >14:38:57,739 DEBUG program: Return code: 0 >14:38:57,740 INFO program: Running... resize2fs -P /dev/mapper/mpatha >14:38:57,746 INFO program: resize2fs 1.42.9 (28-Dec-2013) >14:38:57,746 INFO program: Estimated minimum size of the filesystem: 69044 >14:38:57,746 DEBUG program: Return code: 0 >14:38:57,753 INFO program: Running... udevadm settle --timeout=300 >14:38:57,773 DEBUG program: Return code: 0 >14:38:57,781 INFO program: Running... udevadm settle --timeout=300 >14:38:57,794 DEBUG program: Return code: 0 >14:38:57,799 INFO program: Running... udevadm settle --timeout=300 >14:38:57,810 DEBUG program: Return code: 0 >14:38:57,816 INFO program: Running... udevadm settle --timeout=300 >14:38:57,829 DEBUG program: Return code: 0 >14:38:57,836 INFO program: Running... udevadm settle --timeout=300 >14:38:57,849 DEBUG program: Return code: 0 >14:38:57,852 INFO program: Running... udevadm settle --timeout=300 >14:38:57,865 DEBUG program: Return code: 0 >14:38:57,869 INFO program: Running... udevadm settle --timeout=300 >14:38:57,880 DEBUG program: Return code: 0 >14:38:57,884 INFO program: Running... udevadm settle --timeout=300 >14:38:57,896 DEBUG program: Return code: 0 >14:38:57,900 INFO program: Running... udevadm settle --timeout=300 >14:38:57,911 DEBUG program: Return code: 0 >14:38:57,916 INFO program: Running... udevadm settle --timeout=300 >14:38:57,926 DEBUG program: Return code: 0 >14:38:57,929 INFO program: Running... udevadm settle --timeout=300 >14:38:57,939 DEBUG program: Return code: 0 >14:38:57,944 INFO program: Running... udevadm settle --timeout=300 >14:38:57,957 DEBUG program: Return code: 0 >14:38:57,963 INFO program: Running... udevadm settle --timeout=300 >14:38:57,976 DEBUG program: Return code: 0 >14:38:57,982 INFO program: Running... mount -t xfs -o defaults,ro /dev/sda1 /mnt/sysimage >14:39:23,727 DEBUG program: Return code: 0 >14:39:23,728 INFO program: Running... modprobe btrfs >14:39:23,801 DEBUG program: Return code: 0 >14:39:23,802 INFO program: Running... udevadm settle --timeout=300 >14:39:23,818 DEBUG program: Return code: 0 >14:39:23,818 INFO program: Running... umount /mnt/sysimage >14:39:23,830 DEBUG program: Return code: 0 >14:39:23,830 INFO program: Running... udevadm settle --timeout=300 >14:39:23,845 DEBUG program: Return code: 0 >14:39:23,845 INFO program: Running... modprobe vfat >14:39:23,865 DEBUG program: Return code: 0 >14:39:23,866 INFO program: Running... udevadm settle --timeout=300 >14:39:23,878 DEBUG program: Return code: 0 >14:39:23,880 INFO program: Running... mount -t xfs -o defaults,ro /dev/sda3 /mnt/sysimage >14:40:15,250 DEBUG program: Return code: 0 >14:40:15,287 INFO program: Running... arch >14:40:15,498 INFO program: x86_64 >14:40:15,498 DEBUG program: Return code: 0 >14:40:15,538 INFO program: Running... udevadm settle --timeout=300 >14:40:15,553 DEBUG program: Return code: 0 >14:40:15,553 INFO program: Running... umount /mnt/sysimage >14:40:15,561 DEBUG program: Return code: 0 >14:40:15,561 INFO program: Running... udevadm settle --timeout=300 >14:40:15,575 DEBUG program: Return code: 0 >14:40:15,577 INFO program: Running... mount -t ext4 -o defaults,ro /dev/mapper/mpatha /mnt/sysimage >14:40:15,589 DEBUG program: Return code: 0 >14:40:15,591 INFO program: Running... udevadm settle --timeout=300 >14:40:15,606 DEBUG program: Return code: 0 >14:40:15,606 INFO program: Running... umount /mnt/sysimage >14:40:15,613 DEBUG program: Return code: 0 >14:40:15,613 INFO program: Running... udevadm settle --timeout=300 >14:40:15,627 DEBUG program: Return code: 0 >14:40:15,632 INFO program: Running... udevadm settle --timeout=300 >14:40:15,646 DEBUG program: Return code: 0 >14:40:15,650 INFO program: Running... udevadm settle --timeout=300 >14:40:15,664 DEBUG program: Return code: 0 >14:40:15,801 INFO program: Running... hwclock --hctosys --utc >14:40:16,001 DEBUG program: Return code: 0 >14:40:16,070 INFO program: Running... systemctl status chronyd.service >14:40:16,085 INFO program: chronyd.service - NTP client/server >14:40:16,086 INFO program: Loaded: loaded (/usr/lib/systemd/system/chronyd.service; enabled) >14:40:16,086 INFO program: Active: active (running) since Wed 2014-03-12 14:38:56 UTC; 1min 19s ago >14:40:16,087 INFO program: Process: 1647 ExecStartPost=/usr/libexec/chrony-helper add-dhclient-servers (code=exited, status=0/SUCCESS) >14:40:16,087 INFO program: Process: 1644 ExecStart=/usr/sbin/chronyd -u chrony $OPTIONS (code=exited, status=0/SUCCESS) >14:40:16,088 INFO program: Main PID: 1646 (chronyd) >14:40:16,088 INFO program: CGroup: /system.slice/chronyd.service >14:40:16,089 INFO program: `-1646 /usr/sbin/chronyd -u chrony >14:40:16,090 INFO program: >14:40:16,091 INFO program: Mar 12 14:38:56 storageqe-81.lab.eng.brq.redhat.com.lab.eng.brq.redhat.com engla systemd[1]: Starting NTP client/server... >14:40:16,091 INFO program: Mar 12 14:38:56 storageqe-81.lab.eng.brq.redhat.com.lab.eng.brq.redhat.com engla systemd[1]: Started NTP client/server. >14:40:16,092 DEBUG program: Return code: 0 >14:40:16,208 INFO program: Running... udevadm settle --timeout=300 >14:40:16,221 DEBUG program: Return code: 0 >14:40:16,226 INFO program: Running... udevadm settle --timeout=300 >14:40:16,236 DEBUG program: Return code: 0 >14:40:16,249 INFO program: Running... udevadm settle --timeout=300 >14:40:16,260 DEBUG program: Return code: 0 >14:40:16,265 INFO program: Running... udevadm settle --timeout=300 >14:40:16,276 DEBUG program: Return code: 0 > > >/tmp/storage.log: >14:38:53,573 INFO blivet: ISCSID is /sbin/iscsid >14:38:53,573 INFO blivet: no initiator set >14:38:53,642 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >14:38:53,642 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >14:38:55,472 DEBUG blivet: trying to set new default fstype to 'ext4' >14:38:55,497 DEBUG blivet: Ext4FS.supported: supported: True ; >14:38:55,497 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >14:38:55,498 DEBUG blivet: Ext4FS.supported: supported: True ; >14:38:55,502 DEBUG blivet: trying to set new default fstype to 'xfs' >14:38:55,502 DEBUG blivet: XFS.supported: supported: True ; >14:38:55,569 DEBUG blivet: getFormat('xfs') returning XFS instance >14:38:55,570 DEBUG blivet: XFS.supported: supported: True ; >14:38:55,983 INFO blivet: Detected 8080M of memory >14:38:55,983 INFO blivet: Suggested swap size (8080 M) exceeds 10 % of disk space, using 10 % of disk space (0 M) instead. >14:38:55,984 INFO blivet: Swap attempt of 0M >14:38:56,389 INFO blivet: resetting Blivet (version 0.18.32) instance <blivet.Blivet object at 0x7f17d706add0> >14:38:56,389 INFO blivet: no initiator set >14:38:56,390 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >14:38:56,390 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >14:38:56,634 INFO blivet: devices to scan: ['sdd', 'sde', 'sda', 'sda1', 'sda2', 'sda3', 'sdb', 'sdc', 'sr0', 'loop0', 'loop1', 'loop2', 'dm-0', 'dm-1', 'dm-2'] >14:38:56,638 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-13196511 /dev/disk/by-path/pci-0000:05:01.1-ip-10.34.36.195:3260-iscsi-iqn.1994-05.com.redhat:storageqe-80-lun-1 /dev/disk/by-uuid/b04d96fd-3fbc-4689-9298-aa3a89386430', > 'DEVNAME': 'sdd', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/0000:05:01.1/host0/session1/target0:0:0/0:0:0:1/block/sdd', > 'DEVTYPE': 'disk', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'b04d96fd-3fbc-4689-9298-aa3a89386430', > 'ID_FS_UUID_ENC': 'b04d96fd-3fbc-4689-9298-aa3a89386430', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'VIRTUAL-DISK', > 'ID_MODEL_ENC': 'VIRTUAL-DISK', > 'ID_PATH': 'pci-0000:05:01.1-ip-10.34.36.195:3260-iscsi-iqn.1994-05.com.redhat:storageqe-80-lun-1', > 'ID_PATH_TAG': 'pci-0000_05_01_1-ip-10_34_36_195_3260-iscsi-iqn_1994-05_com_redhat_storageqe-80-lun-1', > 'ID_REVISION': '0001', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': '3196511', > 'ID_SERIAL': '13196511', > 'ID_SERIAL_SHORT': '3196511', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'IET', > 'ID_VENDOR_ENC': 'IET\\x20\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '48', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '291886', > 'name': 'sdd', > 'nompath': '1', > 'symlinks': ['/dev/disk/by-id/scsi-13196511', > '/dev/disk/by-path/pci-0000:05:01.1-ip-10.34.36.195:3260-iscsi-iqn.1994-05.com.redhat:storageqe-80-lun-1', > '/dev/disk/by-uuid/b04d96fd-3fbc-4689-9298-aa3a89386430'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/0000:05:01.1/host0/session1/target0:0:0/0:0:0:1/block/sdd'} ; name: sdd ; >14:38:56,639 INFO blivet: scanning sdd (/devices/pci0000:00/0000:00:01.0/0000:04:00.0/0000:05:01.1/host0/session1/target0:0:0/0:0:0:1/block/sdd)... >14:38:56,640 DEBUG blivet: DeviceTree.getDeviceByName: name: sdd ; >14:38:56,640 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:38:56,641 DEBUG blivet: DeviceTree.getDevicesBySerial returned [] >14:38:56,642 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdd ; >14:38:56,642 DEBUG blivet: found offload iscsi initiatorname iqn.1994-05.com.redhat:storageqe-81-boot in file /sys/class/iscsi_host/host0/initiatorname >14:38:56,649 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:38:56,651 DEBUG blivet: iScsiDiskDevice._setFormat: sdd ; current: None ; type: None ; >14:38:56,651 DEBUG blivet: created new iscsi disk sdd 10.34.36.195:3260 using fw initiator iqn.1994-05.com.redhat:storageqe-81-boot >14:38:56,663 INFO blivet: added iscsi sdd (id 0) to device tree >14:38:56,663 DEBUG blivet: looking up parted Device: /dev/sdd >14:38:56,668 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdd ; >14:38:56,668 INFO blivet: type detected on 'sdd' is 'multipath_member' >14:38:56,669 DEBUG blivet: MultipathMember.__init__: device: /dev/sdd ; serial: 3196511 ; uuid: b04d96fd-3fbc-4689-9298-aa3a89386430 ; exists: True ; label: None ; >14:38:56,669 DEBUG blivet: getFormat('multipath_member') returning MultipathMember instance >14:38:56,670 DEBUG blivet: iScsiDiskDevice._setFormat: sdd ; current: None ; type: multipath_member ; >14:38:56,671 INFO blivet: got device: iScsiDiskDevice instance (0x7f17ca29ed10) -- > name = sdd status = True kids = 0 id = 0 > parents = [] > uuid = None size = 50000.0 > format = existing multipath_member > major = 8 minor = 48 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.0/0000:04:00.0/0000:05:01.1/host0/session1/target0:0:0/0:0:0:1/block/sdd partedDevice = parted.Device instance -- > model: IET VIRTUAL-DISK path: /dev/sdd type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 102400000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 256 busy: False > hardwareGeometry: (50000, 64, 32) biosGeometry: (6374, 255, 63) > PedDevice: <_ped.Device object at 0x7f17ca2a6050> > target size = 0 path = /dev/sdd > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f17cf973cd0> >14:38:56,671 INFO blivet: got format: MultipathMember instance (0x7f17cf973d90) -- > type = multipath_member name = multipath member device status = True > device = /dev/sdd uuid = b04d96fd-3fbc-4689-9298-aa3a89386430 exists = True > options = None supported = True formattable = False resizable = False > member = None >14:38:56,674 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-13196511 /dev/disk/by-path/pci-0000:05:01.3-ip-10.34.36.195:3260-iscsi-iqn.1994-05.com.redhat:storageqe-80-lun-1 /dev/disk/by-uuid/b04d96fd-3fbc-4689-9298-aa3a89386430', > 'DEVNAME': 'sde', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/0000:05:01.3/host8/session2/target8:0:0/8:0:0:1/block/sde', > 'DEVTYPE': 'disk', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'b04d96fd-3fbc-4689-9298-aa3a89386430', > 'ID_FS_UUID_ENC': 'b04d96fd-3fbc-4689-9298-aa3a89386430', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'VIRTUAL-DISK', > 'ID_MODEL_ENC': 'VIRTUAL-DISK', > 'ID_PATH': 'pci-0000:05:01.3-ip-10.34.36.195:3260-iscsi-iqn.1994-05.com.redhat:storageqe-80-lun-1', > 'ID_PATH_TAG': 'pci-0000_05_01_3-ip-10_34_36_195_3260-iscsi-iqn_1994-05_com_redhat_storageqe-80-lun-1', > 'ID_REVISION': '0001', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': '3196511', > 'ID_SERIAL': '13196511', > 'ID_SERIAL_SHORT': '3196511', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'IET', > 'ID_VENDOR_ENC': 'IET\\x20\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '64', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '292144', > 'name': 'sde', > 'nompath': '1', > 'symlinks': ['/dev/disk/by-id/scsi-13196511', > '/dev/disk/by-path/pci-0000:05:01.3-ip-10.34.36.195:3260-iscsi-iqn.1994-05.com.redhat:storageqe-80-lun-1', > '/dev/disk/by-uuid/b04d96fd-3fbc-4689-9298-aa3a89386430'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/0000:05:01.3/host8/session2/target8:0:0/8:0:0:1/block/sde'} ; name: sde ; >14:38:56,674 INFO blivet: scanning sde (/devices/pci0000:00/0000:00:01.0/0000:04:00.0/0000:05:01.3/host8/session2/target8:0:0/8:0:0:1/block/sde)... >14:38:56,675 DEBUG blivet: DeviceTree.getDeviceByName: name: sde ; >14:38:56,676 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:38:56,677 DEBUG blivet: DeviceTree.getDevicesBySerial returned [iScsiDiskDevice instance (0x7f17ca29ed10) -- > name = sdd status = True kids = 0 id = 0 > parents = [] > uuid = None size = 50000.0 > format = existing multipath_member > major = 8 minor = 48 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.0/0000:04:00.0/0000:05:01.1/host0/session1/target0:0:0/0:0:0:1/block/sdd partedDevice = parted.Device instance -- > model: IET VIRTUAL-DISK path: /dev/sdd type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 102400000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 256 busy: False > hardwareGeometry: (50000, 64, 32) biosGeometry: (6374, 255, 63) > PedDevice: <_ped.Device object at 0x7f17ca2a6050> > target size = 0 path = /dev/sdd > format args = [] originalFormat = multipath_member removable = False partedDevice = <parted.device.Device object at 0x7f17cf973cd0>] >14:38:56,684 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sde ; >14:38:56,684 DEBUG blivet: found offload iscsi initiatorname iqn.1994-05.com.redhat:storageqe-81-boot in file /sys/class/iscsi_host/host8/initiatorname >14:38:56,689 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:38:56,690 DEBUG blivet: iScsiDiskDevice._setFormat: sde ; current: None ; type: None ; >14:38:56,690 DEBUG blivet: created new iscsi disk sde 10.34.36.195:3260 using fw initiator iqn.1994-05.com.redhat:storageqe-81-boot >14:38:56,696 INFO blivet: added iscsi sde (id 1) to device tree >14:38:56,696 DEBUG blivet: looking up parted Device: /dev/sde >14:38:56,699 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sde ; >14:38:56,699 INFO blivet: type detected on 'sde' is 'multipath_member' >14:38:56,701 DEBUG blivet: MultipathMember.__init__: device: /dev/sde ; serial: 3196511 ; uuid: b04d96fd-3fbc-4689-9298-aa3a89386430 ; exists: True ; label: None ; >14:38:56,701 DEBUG blivet: getFormat('multipath_member') returning MultipathMember instance >14:38:56,702 DEBUG blivet: iScsiDiskDevice._setFormat: sde ; current: None ; type: multipath_member ; >14:38:56,702 INFO blivet: got device: iScsiDiskDevice instance (0x7f17cf973f10) -- > name = sde status = True kids = 0 id = 1 > parents = [] > uuid = None size = 50000.0 > format = existing multipath_member > major = 8 minor = 64 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.0/0000:04:00.0/0000:05:01.3/host8/session2/target8:0:0/8:0:0:1/block/sde partedDevice = parted.Device instance -- > model: IET VIRTUAL-DISK path: /dev/sde type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 102400000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 256 busy: False > hardwareGeometry: (50000, 64, 32) biosGeometry: (6374, 255, 63) > PedDevice: <_ped.Device object at 0x7f17ca2a64d0> > target size = 0 path = /dev/sde > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f17cf973f90> >14:38:56,703 INFO blivet: got format: MultipathMember instance (0x7f17cd2aa050) -- > type = multipath_member name = multipath member device status = True > device = /dev/sde uuid = b04d96fd-3fbc-4689-9298-aa3a89386430 exists = True > options = None supported = True formattable = False resizable = False > member = None >14:38:56,706 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-VB0250EAVER_S2A9L80E /dev/disk/by-id/wwn-0x5000c5005af1a06e', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host2/target2:0:0/2:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_MODEL': 'VB0250EAVER', > 'ID_MODEL_ENC': 'VB0250EAVER\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': 'HPG7', > 'ID_SERIAL': 'VB0250EAVER_S2A9L80E', > 'ID_SERIAL_SHORT': 'S2A9L80E', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c5005af1a06e', > 'ID_WWN_WITH_EXTENSION': '0x5000c5005af1a06e', > 'MAJOR': '8', > 'MINOR': '0', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '294566', > 'name': 'sda', > 'nompath': '1', > 'symlinks': ['/dev/disk/by-id/ata-VB0250EAVER_S2A9L80E', > '/dev/disk/by-id/wwn-0x5000c5005af1a06e'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host2/target2:0:0/2:0:0:0/block/sda'} ; name: sda ; >14:38:56,707 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:1f.2/ata1/host2/target2:0:0/2:0:0:0/block/sda)... >14:38:56,708 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >14:38:56,709 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:38:56,710 DEBUG blivet: DeviceTree.getDevicesBySerial returned [] >14:38:56,711 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sda ; >14:38:56,711 INFO blivet: sda is a disk >14:38:56,712 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:38:56,712 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >14:38:56,719 INFO blivet: added disk sda (id 2) to device tree >14:38:56,719 DEBUG blivet: looking up parted Device: /dev/sda >14:38:56,720 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >14:38:56,721 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >14:38:56,722 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >14:38:56,722 DEBUG blivet: required disklabel type for sda (1) is None >14:38:56,722 DEBUG blivet: default disklabel type for sda is msdos >14:38:56,722 DEBUG blivet: selecting msdos disklabel for sda based on size >14:38:56,723 DEBUG blivet: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >14:38:56,882 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f17cd2b2450>, <parted.partition.Partition object at 0x7f17cd2b25d0>, <parted.partition.Partition object at 0x7f17cd2b2850>] > device: <parted.device.Device object at 0x7f17cd2b2290> > PedDisk: <_ped.Disk object at 0x7f17cd2ae8c0> >14:38:56,882 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >14:38:56,883 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >14:38:56,884 INFO blivet: got device: DiskDevice instance (0x7f17cf973f50) -- > name = sda status = True kids = 0 id = 2 > parents = [] > uuid = None size = 238475.179688 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host2/target2:0:0/2:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA VB0250EAVER path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 488397168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (30401, 255, 63) biosGeometry: (30401, 255, 63) > PedDevice: <_ped.Device object at 0x7f17ca2a6680> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f17cd2aa0d0> >14:38:56,885 INFO blivet: got format: DiskLabel instance (0x7f17cd2aa210) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 3 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f17cd2b2450>, <parted.partition.Partition object at 0x7f17cd2b25d0>, <parted.partition.Partition object at 0x7f17cd2b2850>] > device: <parted.device.Device object at 0x7f17cd2b2290> > PedDisk: <_ped.Disk object at 0x7f17cd2ae8c0> > origPartedDisk = <parted.disk.Disk object at 0x7f17cd2b2990> > partedDevice = parted.Device instance -- > model: ATA VB0250EAVER path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 488397168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (30401, 255, 63) biosGeometry: (30401, 255, 63) > PedDevice: <_ped.Device object at 0x7f17ca2a6560> > >14:38:56,889 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-VB0250EAVER_S2A9L80E-part1 /dev/disk/by-id/wwn-0x5000c5005af1a06e-part1 /dev/disk/by-uuid/9a6bb2aa-d7af-444e-a856-50afbc465412', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host2/target2:0:0/2:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '9a6bb2aa-d7af-444e-a856-50afbc465412', > 'ID_FS_UUID_ENC': '9a6bb2aa-d7af-444e-a856-50afbc465412', > 'ID_MODEL': 'VB0250EAVER', > 'ID_MODEL_ENC': 'VB0250EAVER\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '409600', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': 'HPG7', > 'ID_SERIAL': 'VB0250EAVER_S2A9L80E', > 'ID_SERIAL_SHORT': 'S2A9L80E', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c5005af1a06e', > 'ID_WWN_WITH_EXTENSION': '0x5000c5005af1a06e', > 'MAJOR': '8', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '294610', > 'name': 'sda1', > 'nompath': '1', > 'symlinks': ['/dev/disk/by-id/ata-VB0250EAVER_S2A9L80E-part1', > '/dev/disk/by-id/wwn-0x5000c5005af1a06e-part1', > '/dev/disk/by-uuid/9a6bb2aa-d7af-444e-a856-50afbc465412'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host2/target2:0:0/2:0:0:0/block/sda/sda1'} ; name: sda1 ; >14:38:56,889 INFO blivet: scanning sda1 (/devices/pci0000:00/0000:00:1f.2/ata1/host2/target2:0:0/2:0:0:0/block/sda/sda1)... >14:38:56,890 DEBUG blivet: DeviceTree.getDeviceByName: name: sda1 ; >14:38:56,890 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:38:56,890 INFO blivet: sda1 is a partition >14:38:56,891 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda1 ; >14:38:56,892 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >14:38:56,892 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238475MB disk sda (2) with existing msdos disklabel >14:38:56,893 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >14:38:56,894 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >14:38:56,894 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:38:56,895 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >14:38:56,895 DEBUG blivet: looking up parted Partition: /dev/sda1 >14:38:56,896 DEBUG blivet: PartitionDevice.probe: sda1 ; exists: True ; >14:38:56,897 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >14:38:56,898 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >14:38:56,898 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >14:38:56,898 INFO blivet: added partition sda1 (id 3) to device tree >14:38:56,899 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >14:38:56,900 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >14:38:56,900 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >14:38:56,901 DEBUG blivet: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >14:38:56,913 WARN blivet: disklabel detected but not usable on sda1 >14:38:56,914 INFO blivet: type detected on 'sda1' is 'xfs' >14:38:56,991 DEBUG blivet: XFS.supported: supported: True ; >14:38:56,992 DEBUG blivet: getFormat('xfs') returning XFS instance >14:38:56,993 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >14:38:56,993 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: xfs ; >14:38:56,994 DEBUG blivet: looking up parted Device: /dev/sda1 >14:38:56,995 INFO blivet: got device: PartitionDevice instance (0x7f17cd2aa110) -- > name = sda1 status = True kids = 0 id = 3 > parents = ['existing 238475MB disk sda (2) with existing msdos disklabel'] > uuid = None size = 200.0 > format = existing xfs filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host2/target2:0:0/2:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 409600 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (25, 255, 63) biosGeometry: (25, 255, 63) > PedDevice: <_ped.Device object at 0x7f17ca2a68c0> > target size = 0 path = /dev/sda1 > format args = [] originalFormat = None grow = None max size = 0 bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f17cd2b2350> fileSystem: <parted.filesystem.FileSystem object at 0x7f17cd2b2710> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f17cd2b2510> PedPartition: <_ped.Partition object at 0x7f17cd29fd70> > disk = existing 238475MB disk sda (2) with existing msdos disklabel > start = 2048 end = 411647 length = 409600 > flags = boot >14:38:56,996 DEBUG blivet: XFS.supported: supported: True ; >14:38:56,996 INFO blivet: got format: XFS instance (0x7f17cd2b2d10) -- > type = xfs name = xfs status = False > device = /dev/sda1 uuid = 9a6bb2aa-d7af-444e-a856-50afbc465412 exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >14:38:57,000 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-VB0250EAVER_S2A9L80E-part2 /dev/disk/by-id/wwn-0x5000c5005af1a06e-part2 /dev/disk/by-uuid/4dc3f037-d35a-481d-9b43-df1dc01f8ec7', > 'DEVNAME': 'sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host2/target2:0:0/2:0:0:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '4dc3f037-d35a-481d-9b43-df1dc01f8ec7', > 'ID_FS_UUID_ENC': '4dc3f037-d35a-481d-9b43-df1dc01f8ec7', > 'ID_FS_VERSION': '2', > 'ID_MODEL': 'VB0250EAVER', > 'ID_MODEL_ENC': 'VB0250EAVER\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '411648', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '16547840', > 'ID_PART_ENTRY_TYPE': '0x82', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': 'HPG7', > 'ID_SERIAL': 'VB0250EAVER_S2A9L80E', > 'ID_SERIAL_SHORT': 'S2A9L80E', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c5005af1a06e', > 'ID_WWN_WITH_EXTENSION': '0x5000c5005af1a06e', > 'MAJOR': '8', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '294655', > 'name': 'sda2', > 'nompath': '1', > 'symlinks': ['/dev/disk/by-id/ata-VB0250EAVER_S2A9L80E-part2', > '/dev/disk/by-id/wwn-0x5000c5005af1a06e-part2', > '/dev/disk/by-uuid/4dc3f037-d35a-481d-9b43-df1dc01f8ec7'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host2/target2:0:0/2:0:0:0/block/sda/sda2'} ; name: sda2 ; >14:38:57,000 INFO blivet: scanning sda2 (/devices/pci0000:00/0000:00:1f.2/ata1/host2/target2:0:0/2:0:0:0/block/sda/sda2)... >14:38:57,001 DEBUG blivet: DeviceTree.getDeviceByName: name: sda2 ; >14:38:57,001 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:38:57,002 INFO blivet: sda2 is a partition >14:38:57,002 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda2 ; >14:38:57,003 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >14:38:57,004 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238475MB disk sda (2) with existing msdos disklabel >14:38:57,004 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sda ; >14:38:57,005 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >14:38:57,006 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:38:57,006 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >14:38:57,007 DEBUG blivet: looking up parted Partition: /dev/sda2 >14:38:57,008 DEBUG blivet: PartitionDevice.probe: sda2 ; exists: True ; >14:38:57,009 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >14:38:57,009 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >14:38:57,010 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >14:38:57,010 INFO blivet: added partition sda2 (id 4) to device tree >14:38:57,011 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >14:38:57,011 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >14:38:57,012 DEBUG blivet: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >14:38:57,013 DEBUG blivet: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >14:38:57,029 WARN blivet: disklabel detected but not usable on sda2 >14:38:57,029 INFO blivet: type detected on 'sda2' is 'swap' >14:38:57,030 DEBUG blivet: SwapSpace.__init__: device: /dev/sda2 ; serial: S2A9L80E ; uuid: 4dc3f037-d35a-481d-9b43-df1dc01f8ec7 ; exists: True ; label: None ; >14:38:57,030 DEBUG blivet: getFormat('swap') returning SwapSpace instance >14:38:57,031 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >14:38:57,032 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: swap ; >14:38:57,032 DEBUG blivet: looking up parted Device: /dev/sda2 >14:38:57,033 INFO blivet: got device: PartitionDevice instance (0x7f17cd2b2dd0) -- > name = sda2 status = True kids = 0 id = 4 > parents = ['existing 238475MB disk sda (2) with existing msdos disklabel'] > uuid = None size = 8080.0 > format = existing swap > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host2/target2:0:0/2:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16547840 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1030, 255, 63) biosGeometry: (1030, 255, 63) > PedDevice: <_ped.Device object at 0x7f17ca2a6830> > target size = 0 path = /dev/sda2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f17cd2b2350> fileSystem: <parted.filesystem.FileSystem object at 0x7f17cd2b2750> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f17cd2b2690> PedPartition: <_ped.Partition object at 0x7f17cd29fdd0> > disk = existing 238475MB disk sda (2) with existing msdos disklabel > start = 411648 end = 16959487 length = 16547840 > flags = >14:38:57,033 INFO blivet: got format: SwapSpace instance (0x7f17cd2aa350) -- > type = swap name = swap status = False > device = /dev/sda2 uuid = 4dc3f037-d35a-481d-9b43-df1dc01f8ec7 exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >14:38:57,037 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-VB0250EAVER_S2A9L80E-part3 /dev/disk/by-id/wwn-0x5000c5005af1a06e-part3 /dev/disk/by-uuid/ea858c88-6c45-4bd3-9d1a-64b0c9c7175e', > 'DEVNAME': 'sda3', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host2/target2:0:0/2:0:0:0/block/sda/sda3', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'ea858c88-6c45-4bd3-9d1a-64b0c9c7175e', > 'ID_FS_UUID_ENC': 'ea858c88-6c45-4bd3-9d1a-64b0c9c7175e', > 'ID_MODEL': 'VB0250EAVER', > 'ID_MODEL_ENC': 'VB0250EAVER\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '16959488', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '471437312', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': 'HPG7', > 'ID_SERIAL': 'VB0250EAVER_S2A9L80E', > 'ID_SERIAL_SHORT': 'S2A9L80E', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c5005af1a06e', > 'ID_WWN_WITH_EXTENSION': '0x5000c5005af1a06e', > 'MAJOR': '8', > 'MINOR': '3', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '294701', > 'name': 'sda3', > 'nompath': '1', > 'symlinks': ['/dev/disk/by-id/ata-VB0250EAVER_S2A9L80E-part3', > '/dev/disk/by-id/wwn-0x5000c5005af1a06e-part3', > '/dev/disk/by-uuid/ea858c88-6c45-4bd3-9d1a-64b0c9c7175e'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host2/target2:0:0/2:0:0:0/block/sda/sda3'} ; name: sda3 ; >14:38:57,037 INFO blivet: scanning sda3 (/devices/pci0000:00/0000:00:1f.2/ata1/host2/target2:0:0/2:0:0:0/block/sda/sda3)... >14:38:57,037 DEBUG blivet: DeviceTree.getDeviceByName: name: sda3 ; >14:38:57,038 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:38:57,038 INFO blivet: sda3 is a partition >14:38:57,039 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda3 ; >14:38:57,040 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >14:38:57,040 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238475MB disk sda (2) with existing msdos disklabel >14:38:57,041 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: sda ; >14:38:57,042 DEBUG blivet: PartitionDevice._setFormat: sda3 ; >14:38:57,042 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:38:57,043 DEBUG blivet: PartitionDevice._setFormat: sda3 ; current: None ; type: None ; >14:38:57,043 DEBUG blivet: looking up parted Partition: /dev/sda3 >14:38:57,044 DEBUG blivet: PartitionDevice.probe: sda3 ; exists: True ; >14:38:57,045 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 1 ; >14:38:57,046 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 10 ; >14:38:57,046 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 12 ; >14:38:57,046 INFO blivet: added partition sda3 (id 5) to device tree >14:38:57,047 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda3 ; >14:38:57,048 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda3 ; label_type: dos ; >14:38:57,048 DEBUG blivet: PartitionDevice.setup: sda3 ; status: True ; controllable: True ; orig: False ; >14:38:57,049 DEBUG blivet: DiskLabel.__init__: device: /dev/sda3 ; labelType: dos ; exists: True ; >14:38:57,162 WARN blivet: disklabel detected but not usable on sda3 >14:38:57,162 INFO blivet: type detected on 'sda3' is 'xfs' >14:38:57,257 DEBUG blivet: XFS.supported: supported: True ; >14:38:57,257 DEBUG blivet: getFormat('xfs') returning XFS instance >14:38:57,258 DEBUG blivet: PartitionDevice._setFormat: sda3 ; >14:38:57,259 DEBUG blivet: PartitionDevice._setFormat: sda3 ; current: None ; type: xfs ; >14:38:57,259 DEBUG blivet: looking up parted Device: /dev/sda3 >14:38:57,261 INFO blivet: got device: PartitionDevice instance (0x7f17cd2b2e90) -- > name = sda3 status = True kids = 0 id = 5 > parents = ['existing 238475MB disk sda (2) with existing msdos disklabel'] > uuid = None size = 230194.0 > format = existing xfs filesystem > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host2/target2:0:0/2:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 471437312 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (29345, 255, 63) biosGeometry: (29345, 255, 63) > PedDevice: <_ped.Device object at 0x7f17ca2a69e0> > target size = 0 path = /dev/sda3 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f17cd2b2350> fileSystem: <parted.filesystem.FileSystem object at 0x7f17cd2b2910> > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f17cd2b2890> PedPartition: <_ped.Partition object at 0x7f17cd29fe30> > disk = existing 238475MB disk sda (2) with existing msdos disklabel > start = 16959488 end = 488396799 length = 471437312 > flags = >14:38:57,263 DEBUG blivet: XFS.supported: supported: True ; >14:38:57,263 INFO blivet: got format: XFS instance (0x7f17cd2bf7d0) -- > type = xfs name = xfs status = False > device = /dev/sda3 uuid = ea858c88-6c45-4bd3-9d1a-64b0c9c7175e exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >14:38:57,269 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-MB0500EBNCR_WMAYP3148838 /dev/disk/by-id/wwn-0x50014ee0adcb0228', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata2/host3/target3:0:0/3:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PUIS': '1', > 'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_MODEL': 'MB0500EBNCR', > 'ID_MODEL_ENC': 'MB0500EBNCR\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': 'HPG2', > 'ID_SERIAL': 'MB0500EBNCR_WMAYP3148838', > 'ID_SERIAL_SHORT': 'WMAYP3148838', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x50014ee0adcb0228', > 'ID_WWN_WITH_EXTENSION': '0x50014ee0adcb0228', > 'MAJOR': '8', > 'MINOR': '16', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '295232', > 'name': 'sdb', > 'nompath': '1', > 'symlinks': ['/dev/disk/by-id/ata-MB0500EBNCR_WMAYP3148838', > '/dev/disk/by-id/wwn-0x50014ee0adcb0228'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata2/host3/target3:0:0/3:0:0:0/block/sdb'} ; name: sdb ; >14:38:57,270 INFO blivet: scanning sdb (/devices/pci0000:00/0000:00:1f.2/ata2/host3/target3:0:0/3:0:0:0/block/sdb)... >14:38:57,270 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb ; >14:38:57,272 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:38:57,273 DEBUG blivet: DeviceTree.getDevicesBySerial returned [] >14:38:57,274 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdb ; >14:38:57,276 INFO blivet: sdb is a disk >14:38:57,276 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:38:57,278 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: None ; >14:38:57,285 INFO blivet: added disk sdb (id 6) to device tree >14:38:57,285 DEBUG blivet: looking up parted Device: /dev/sdb >14:38:57,287 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb ; >14:38:57,288 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb ; label_type: dos ; >14:38:57,289 DEBUG blivet: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >14:38:57,289 DEBUG blivet: required disklabel type for sdb (1) is None >14:38:57,289 DEBUG blivet: default disklabel type for sdb is msdos >14:38:57,289 DEBUG blivet: selecting msdos disklabel for sdb based on size >14:38:57,291 DEBUG blivet: DiskLabel.__init__: device: /dev/sdb ; labelType: msdos ; exists: True ; >14:38:57,292 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f17cd2d78d0> > PedDisk: <_ped.Disk object at 0x7f17ccc3c488> >14:38:57,292 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >14:38:57,294 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: disklabel ; >14:38:57,294 INFO blivet: got device: DiskDevice instance (0x7f17cd2d7410) -- > name = sdb status = True kids = 0 id = 6 > parents = [] > uuid = None size = 476940.023438 > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host3/target3:0:0/3:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA MB0500EBNCR path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 976773168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (60801, 255, 63) biosGeometry: (60801, 255, 63) > PedDevice: <_ped.Device object at 0x7f17cd2d34d0> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f17cd2bf810> >14:38:57,295 INFO blivet: got format: DiskLabel instance (0x7f17cd2c8c10) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sdb uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f17cd2d78d0> > PedDisk: <_ped.Disk object at 0x7f17ccc3c488> > origPartedDisk = <parted.disk.Disk object at 0x7f17cd2d7ed0> > partedDevice = parted.Device instance -- > model: ATA MB0500EBNCR path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 976773168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (60801, 255, 63) biosGeometry: (60801, 255, 63) > PedDevice: <_ped.Device object at 0x7f17cd2d33b0> > >14:38:57,302 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-MB0500EBZQA_Z1M09XLB /dev/disk/by-id/wwn-0x5000c5003ff4d05a', > 'DEVNAME': 'sdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata3/host4/target4:0:0/4:0:0:0/block/sdc', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7202', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_MODEL': 'MB0500EBZQA', > 'ID_MODEL_ENC': 'MB0500EBZQA\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': 'HPG1', > 'ID_SERIAL': 'MB0500EBZQA_Z1M09XLB', > 'ID_SERIAL_SHORT': 'Z1M09XLB', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c5003ff4d05a', > 'ID_WWN_WITH_EXTENSION': '0x5000c5003ff4d05a', > 'MAJOR': '8', > 'MINOR': '32', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '295841', > 'name': 'sdc', > 'nompath': '1', > 'symlinks': ['/dev/disk/by-id/ata-MB0500EBZQA_Z1M09XLB', > '/dev/disk/by-id/wwn-0x5000c5003ff4d05a'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata3/host4/target4:0:0/4:0:0:0/block/sdc'} ; name: sdc ; >14:38:57,302 INFO blivet: scanning sdc (/devices/pci0000:00/0000:00:1f.2/ata3/host4/target4:0:0/4:0:0:0/block/sdc)... >14:38:57,303 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; >14:38:57,304 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:38:57,306 DEBUG blivet: DeviceTree.getDevicesBySerial returned [] >14:38:57,307 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdc ; >14:38:57,308 INFO blivet: sdc is a disk >14:38:57,308 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:38:57,311 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: None ; >14:38:57,318 INFO blivet: added disk sdc (id 7) to device tree >14:38:57,318 DEBUG blivet: looking up parted Device: /dev/sdc >14:38:57,320 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc ; >14:38:57,321 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc ; label_type: dos ; >14:38:57,323 DEBUG blivet: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >14:38:57,323 DEBUG blivet: required disklabel type for sdc (1) is None >14:38:57,324 DEBUG blivet: default disklabel type for sdc is msdos >14:38:57,324 DEBUG blivet: selecting msdos disklabel for sdc based on size >14:38:57,325 DEBUG blivet: DiskLabel.__init__: device: /dev/sdc ; labelType: msdos ; exists: True ; >14:38:57,328 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f17ccc40490> > PedDisk: <_ped.Disk object at 0x7f17ccc41c20> >14:38:57,328 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >14:38:57,330 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: disklabel ; >14:38:57,331 INFO blivet: got device: DiskDevice instance (0x7f17cd2d7e50) -- > name = sdc status = True kids = 0 id = 7 > parents = [] > uuid = None size = 476940.023438 > format = existing msdos disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host4/target4:0:0/4:0:0:0/block/sdc partedDevice = parted.Device instance -- > model: ATA MB0500EBZQA path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 976773168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (60801, 255, 63) biosGeometry: (60801, 255, 63) > PedDevice: <_ped.Device object at 0x7f17cd2d3710> > target size = 0 path = /dev/sdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f17ccc40150> >14:38:57,333 INFO blivet: got format: DiskLabel instance (0x7f17ccc402d0) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sdc uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f17ccc40490> > PedDisk: <_ped.Disk object at 0x7f17ccc41c20> > origPartedDisk = <parted.disk.Disk object at 0x7f17cd2d7890> > partedDevice = parted.Device instance -- > model: ATA MB0500EBZQA path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 976773168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (60801, 255, 63) biosGeometry: (60801, 255, 63) > PedDevice: <_ped.Device object at 0x7f17cd2d35f0> > >14:38:57,337 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-hp_DVD_A_DU8D4SH_606212040422', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata5/host6/target6:0:0/6:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_MODEL': 'hp_DVD_A_DU8D4SH', > 'ID_MODEL_ENC': 'hp\\x20\\x20\\x20\\x20\\x20\\x20DVD\\x20A\\x20\\x20DU8D4SH\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'MHE4', > 'ID_SERIAL': 'hp_DVD_A_DU8D4SH_606212040422', > 'ID_SERIAL_SHORT': '606212040422', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '296876', > 'name': 'sr0', > 'nompath': '1', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-hp_DVD_A_DU8D4SH_606212040422'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata5/host6/target6:0:0/6:0:0:0/block/sr0'} ; name: sr0 ; >14:38:57,337 INFO blivet: scanning sr0 (/devices/pci0000:00/0000:00:1f.2/ata5/host6/target6:0:0/6:0:0:0/block/sr0)... >14:38:57,339 DEBUG blivet: DeviceTree.getDeviceByName: name: sr0 ; >14:38:57,340 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:38:57,340 INFO blivet: sr0 is a cdrom >14:38:57,342 DEBUG blivet: DeviceTree.addUdevOpticalDevice: >14:38:57,342 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:38:57,346 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >14:38:57,346 INFO blivet: added cdrom sr0 (id 8) to device tree >14:38:57,348 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >14:38:57,394 DEBUG blivet: no device or no media present >14:38:57,396 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '330747', > 'name': 'loop0', > 'nompath': '1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >14:38:57,397 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >14:38:57,398 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; >14:38:57,398 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:38:57,398 INFO blivet: loop0 is a loop device >14:38:57,399 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >14:38:57,400 DEBUG blivet: DeviceTree.getDeviceByName: name: /run/install/repo/LiveOS/squashfs.img ; >14:38:57,401 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:38:57,402 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:38:57,403 DEBUG blivet: FileDevice._setFormat: /run/install/repo/LiveOS/squashfs.img ; current: None ; type: None ; >14:38:57,403 INFO blivet: added file /run/install/repo/LiveOS/squashfs.img (id 9) to device tree >14:38:57,404 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/install/repo/LiveOS/squashfs.img ; >14:38:57,404 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:38:57,406 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >14:38:57,406 INFO blivet: added loop loop0 (id 10) to device tree >14:38:57,408 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >14:38:57,409 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >14:38:57,409 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >14:38:57,409 DEBUG blivet: device loop0 does not contain a disklabel >14:38:57,409 INFO blivet: type detected on 'loop0' is 'squashfs' >14:38:57,410 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >14:38:57,412 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: squashfs ; >14:38:57,412 INFO blivet: got device: LoopDevice instance (0x7f17ccc49090) -- > name = loop0 status = False kids = 0 id = 10 > parents = ['existing 0MB file /run/install/repo/LiveOS/squashfs.img (9)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >14:38:57,412 INFO blivet: got format: DeviceFormat instance (0x7f17ccc491d0) -- > type = squashfs name = squashfs status = False > device = /dev/loop0 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >14:38:57,417 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/37885a94-67ae-4c44-84bd-17e9048c146e', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '37885a94-67ae-4c44-84bd-17e9048c146e', > 'ID_FS_UUID_ENC': '37885a94-67ae-4c44-84bd-17e9048c146e', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '331276', > 'name': 'loop1', > 'nompath': '1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/37885a94-67ae-4c44-84bd-17e9048c146e'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >14:38:57,418 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >14:38:57,419 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >14:38:57,422 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:38:57,422 INFO blivet: loop1 is a loop device >14:38:57,423 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >14:38:57,424 DEBUG blivet: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >14:38:57,426 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:38:57,426 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:38:57,429 DEBUG blivet: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >14:38:57,429 INFO blivet: added file /LiveOS/rootfs.img (id 11) to device tree >14:38:57,430 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >14:38:57,431 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:38:57,434 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >14:38:57,435 INFO blivet: added loop loop1 (id 12) to device tree >14:38:57,437 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >14:38:57,438 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >14:38:57,440 DEBUG blivet: Ext4FS.supported: supported: True ; >14:38:57,441 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >14:38:57,441 DEBUG blivet: device loop1 does not contain a disklabel >14:38:57,441 INFO blivet: type detected on 'loop1' is 'ext4' >14:38:57,481 DEBUG blivet: using current size 0 as min size >14:38:57,482 DEBUG blivet: Ext4FS.supported: supported: True ; >14:38:57,482 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >14:38:57,483 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >14:38:57,484 INFO blivet: got device: LoopDevice instance (0x7f17ccc49690) -- > name = loop1 status = False kids = 0 id = 12 > parents = ['existing 0MB file /LiveOS/rootfs.img (11)'] > uuid = None size = 0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >14:38:57,485 DEBUG blivet: Ext4FS.supported: supported: True ; >14:38:57,485 INFO blivet: got format: Ext4FS instance (0x7f17ccc40f90) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = 37885a94-67ae-4c44-84bd-17e9048c146e exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >14:38:57,487 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '331809', > 'name': 'loop2', > 'nompath': '1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >14:38:57,487 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >14:38:57,489 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >14:38:57,490 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:38:57,490 INFO blivet: loop2 is a loop device >14:38:57,491 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >14:38:57,492 DEBUG blivet: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >14:38:57,493 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:38:57,493 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:38:57,495 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >14:38:57,495 INFO blivet: added file /overlay (deleted) (id 13) to device tree >14:38:57,496 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >14:38:57,497 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:38:57,498 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >14:38:57,498 INFO blivet: added loop loop2 (id 14) to device tree >14:38:57,499 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >14:38:57,500 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >14:38:57,500 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:38:57,501 DEBUG blivet: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >14:38:57,502 DEBUG blivet: setup of loop2 failed: specified file (/overlay (deleted)) does not exist >14:38:57,502 WARN blivet: aborting disklabel handler for loop2 >14:38:57,502 DEBUG blivet: no type or existing type for loop2, bailing >14:38:57,503 INFO blivet: got device: LoopDevice instance (0x7f17ccc49c10) -- > name = loop2 status = False kids = 0 id = 14 > parents = ['existing 0MB file /overlay (deleted) (13)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >14:38:57,507 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/37885a94-67ae-4c44-84bd-17e9048c146e /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '37885a94-67ae-4c44-84bd-17e9048c146e', > 'ID_FS_UUID_ENC': '37885a94-67ae-4c44-84bd-17e9048c146e', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '273464', > 'name': 'dm-0', > 'nompath': '1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/37885a94-67ae-4c44-84bd-17e9048c146e', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >14:38:57,507 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >14:38:57,508 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >14:38:57,510 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:38:57,510 INFO blivet: live-rw is a device-mapper device >14:38:57,511 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >14:38:57,513 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >14:38:57,514 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (12) with existing ext4 filesystem >14:38:57,516 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >14:38:57,518 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (14) >14:38:57,519 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >14:38:57,521 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:38:57,523 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop2 ; >14:38:57,523 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:38:57,524 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >14:38:57,524 INFO blivet: added dm live-rw (id 15) to device tree >14:38:57,526 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >14:38:57,527 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >14:38:57,528 DEBUG blivet: Ext4FS.supported: supported: True ; >14:38:57,529 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >14:38:57,529 DEBUG blivet: device live-rw does not contain a disklabel >14:38:57,529 INFO blivet: type detected on 'live-rw' is 'ext4' >14:38:57,552 DEBUG blivet: padding min size from 994 up to 1093 >14:38:57,554 DEBUG blivet: Ext4FS.supported: supported: True ; >14:38:57,554 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >14:38:57,556 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >14:38:57,556 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >14:38:57,639 INFO blivet: got device: DMDevice instance (0x7f17ccc49e50) -- > name = live-rw status = True kids = 0 id = 15 > parents = ['existing 0MB loop loop2 (14)'] > uuid = None size = 2048.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f17cd2d3680> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >14:38:57,641 DEBUG blivet: Ext4FS.supported: supported: True ; >14:38:57,641 INFO blivet: got format: Ext4FS instance (0x7f17ccc49fd0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 37885a94-67ae-4c44-84bd-17e9048c146e exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >14:38:57,644 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/Anaconda /dev/disk/by-uuid/37885a94-67ae-4c44-84bd-17e9048c146e /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-base', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '37885a94-67ae-4c44-84bd-17e9048c146e', > 'ID_FS_UUID_ENC': '37885a94-67ae-4c44-84bd-17e9048c146e', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '298396', > 'name': 'dm-1', > 'nompath': '1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/37885a94-67ae-4c44-84bd-17e9048c146e', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >14:38:57,645 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >14:38:57,646 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >14:38:57,647 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:38:57,647 INFO blivet: live-base is a device-mapper device >14:38:57,648 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >14:38:57,649 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >14:38:57,651 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >14:38:57,652 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (12) with existing ext4 filesystem >14:38:57,654 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >14:38:57,655 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:38:57,656 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop1 ; >14:38:57,656 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:38:57,657 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >14:38:57,658 INFO blivet: added dm live-base (id 16) to device tree >14:38:57,659 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >14:38:57,660 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >14:38:57,661 DEBUG blivet: Ext4FS.supported: supported: True ; >14:38:57,661 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >14:38:57,661 DEBUG blivet: device live-base does not contain a disklabel >14:38:57,662 INFO blivet: type detected on 'live-base' is 'ext4' >14:38:57,684 DEBUG blivet: using current size 0 as min size >14:38:57,688 DEBUG blivet: Ext4FS.supported: supported: True ; >14:38:57,689 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >14:38:57,691 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >14:38:57,691 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >14:38:57,693 INFO blivet: got device: DMDevice instance (0x7f17ccc49f90) -- > name = live-base status = True kids = 0 id = 16 > parents = ['existing 0MB loop loop1 (12) with existing ext4 filesystem'] > uuid = None size = 2048.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f17cd2d3440> > target size = 0 path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >14:38:57,694 DEBUG blivet: Ext4FS.supported: supported: True ; >14:38:57,695 INFO blivet: got format: Ext4FS instance (0x7f17ccc56510) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-base uuid = 37885a94-67ae-4c44-84bd-17e9048c146e exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >14:38:57,700 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-mpatha /dev/disk/by-id/dm-uuid-mpath-13196511 /dev/disk/by-uuid/b04d96fd-3fbc-4689-9298-aa3a89386430 /dev/mapper/mpatha', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '0', > 'DM_NAME': 'mpatha', > 'DM_SUBSYSTEM_UDEV_FLAG0': '1', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'mpath-13196511', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'b04d96fd-3fbc-4689-9298-aa3a89386430', > 'ID_FS_UUID_ENC': 'b04d96fd-3fbc-4689-9298-aa3a89386430', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '632417', > 'name': 'dm-2', > 'nompath': '1', > 'symlinks': ['/dev/disk/by-id/dm-name-mpatha', > '/dev/disk/by-id/dm-uuid-mpath-13196511', > '/dev/disk/by-uuid/b04d96fd-3fbc-4689-9298-aa3a89386430', > '/dev/mapper/mpatha'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: mpatha ; >14:38:57,700 INFO blivet: scanning mpatha (/devices/virtual/block/dm-2)... >14:38:57,702 DEBUG blivet: DeviceTree.getDeviceByName: name: mpatha ; >14:38:57,703 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:38:57,703 INFO blivet: mpatha is a multipath device >14:38:57,704 DEBUG blivet: DeviceTree.addUdevMultiPathDevice: name: mpatha ; >14:38:57,705 DEBUG blivet: DeviceTree.getDeviceByName: name: sdd ; >14:38:57,707 DEBUG blivet: DeviceTree.getDeviceByName returned existing 50000MB iscsi sdd (0) with existing multipath_member >14:38:57,709 DEBUG blivet: DeviceTree.getDeviceByName: name: sde ; >14:38:57,710 DEBUG blivet: DeviceTree.getDeviceByName returned existing 50000MB iscsi sde (1) with existing multipath_member >14:38:57,713 DEBUG blivet: iScsiDiskDevice.addChild: kids: 0 ; name: sdd ; >14:38:57,715 DEBUG blivet: iScsiDiskDevice.addChild: kids: 0 ; name: sde ; >14:38:57,716 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:38:57,717 DEBUG blivet: MultipathDevice._setFormat: mpatha ; current: None ; type: None ; >14:38:57,718 INFO blivet: added dm-multipath mpatha (id 17) to device tree >14:38:57,719 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: mpatha ; >14:38:57,720 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: mpatha ; label_type: None ; >14:38:57,722 DEBUG blivet: Ext4FS.supported: supported: True ; >14:38:57,722 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >14:38:57,723 DEBUG blivet: device mpatha does not contain a disklabel >14:38:57,723 INFO blivet: type detected on 'mpatha' is 'ext4' >14:38:57,746 DEBUG blivet: padding min size from 270 up to 297 >14:38:57,748 DEBUG blivet: Ext4FS.supported: supported: True ; >14:38:57,748 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >14:38:57,749 DEBUG blivet: MultipathDevice._setFormat: mpatha ; current: None ; type: ext4 ; >14:38:57,750 DEBUG blivet: looking up parted Device: /dev/mapper/mpatha >14:38:57,751 INFO blivet: got device: MultipathDevice instance (0x7f17ccc49ed0) -- > name = mpatha status = True kids = 0 id = 17 > parents = ['existing 50000MB iscsi sdd (0) with existing multipath_member', > 'existing 50000MB iscsi sde (1) with existing multipath_member'] > uuid = None size = 50000.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (multipath) path: /dev/mapper/mpatha type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 102400000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (50000, 64, 32) biosGeometry: (6374, 255, 63) > PedDevice: <_ped.Device object at 0x7f17cd2d3950> > target size = 0 path = /dev/mapper/mpatha > format args = [] originalFormat = None target = None dmUuid = None >14:38:57,753 DEBUG blivet: Ext4FS.supported: supported: True ; >14:38:57,753 INFO blivet: got format: Ext4FS instance (0x7f17ccc56b50) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/mpatha uuid = b04d96fd-3fbc-4689-9298-aa3a89386430 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 50000.0 targetSize = 50000.0 > >14:38:57,780 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >14:38:57,796 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >14:38:57,797 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >14:38:57,798 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >14:38:57,812 DEBUG blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >14:38:57,813 DEBUG blivet: SwapSpace.teardown: device: /dev/sda2 ; status: False ; type: swap ; >14:38:57,816 DEBUG blivet: SwapSpace.teardown: device: /dev/sda2 ; status: False ; type: swap ; >14:38:57,831 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >14:38:57,833 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >14:38:57,836 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >14:38:57,851 DEBUG blivet: PartitionDevice.teardown: sda3 ; status: True ; controllable: True ; >14:38:57,866 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >14:38:57,867 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >14:38:57,869 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >14:38:57,881 DEBUG blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >14:38:57,883 DEBUG blivet: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >14:38:57,884 DEBUG blivet: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >14:38:57,898 DEBUG blivet: DiskDevice.teardown: sdc ; status: True ; controllable: True ; >14:38:57,899 DEBUG blivet: DiskLabel.teardown: device: /dev/sdc ; status: False ; type: disklabel ; >14:38:57,900 DEBUG blivet: DiskLabel.teardown: device: /dev/sdc ; status: False ; type: disklabel ; >14:38:57,913 DEBUG blivet: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >14:38:57,914 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >14:38:57,916 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >14:38:57,927 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >14:38:57,928 DEBUG blivet: MultipathDevice.teardown: mpatha ; status: True ; controllable: True ; >14:38:57,940 DEBUG blivet: iScsiDiskDevice.teardown: sdd ; status: True ; controllable: True ; >14:38:57,942 DEBUG blivet: MultipathMember.teardown: device: /dev/sdd ; status: True ; type: multipath_member ; >14:38:57,944 DEBUG blivet: MultipathMember.teardown: device: /dev/sdd ; status: True ; type: multipath_member ; >14:38:57,959 DEBUG blivet: iScsiDiskDevice.teardown: sde ; status: True ; controllable: True ; >14:38:57,961 DEBUG blivet: MultipathMember.teardown: device: /dev/sde ; status: True ; type: multipath_member ; >14:38:57,963 DEBUG blivet: MultipathMember.teardown: device: /dev/sde ; status: True ; type: multipath_member ; >14:38:57,977 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >14:38:57,978 INFO blivet: edd: collected mbr signatures: {'sda': '0x000b6465', 'sdb': '0x00024ae6', 'sdc': '0x0005fa3a'} >14:38:57,979 DEBUG blivet: edd: data extracted from 0x80: > type: None, ata_device: None > channel: None, mbr_signature: 0x000b6465 > pci_dev: None, scsi_id: None > scsi_lun: None, sectors: 488397168 >14:38:57,979 INFO blivet: edd: matched 0x80 to sda using MBR sig >14:38:57,979 DEBUG blivet: edd: data extracted from 0x81: > type: None, ata_device: None > channel: None, mbr_signature: 0x00024ae6 > pci_dev: None, scsi_id: None > scsi_lun: None, sectors: 976773168 >14:38:57,979 INFO blivet: edd: matched 0x81 to sdb using MBR sig >14:38:57,980 DEBUG blivet: edd: data extracted from 0x82: > type: None, ata_device: None > channel: None, mbr_signature: 0x0005fa3a > pci_dev: None, scsi_id: None > scsi_lun: None, sectors: 976773168 >14:38:57,980 INFO blivet: edd: matched 0x82 to sdc using MBR sig >14:38:57,980 DEBUG blivet: edd: data extracted from 0x83: > type: None, ata_device: None > channel: None, mbr_signature: None > pci_dev: None, scsi_id: None > scsi_lun: None, sectors: 102400000 >14:38:57,980 ERR blivet: edd: unable to match edd entry 0x83 >14:38:57,982 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >14:38:58,775 DEBUG blivet: Iso9660FS.supported: supported: True ; >14:38:58,776 DEBUG blivet: Iso9660FS.supported: supported: True ; >14:38:58,776 DEBUG blivet: NFSv4.supported: supported: False ; >14:38:58,777 DEBUG blivet: NFSv4.supported: supported: False ; >14:38:58,777 DEBUG blivet: SELinuxFS.supported: supported: False ; >14:38:58,778 DEBUG blivet: SELinuxFS.supported: supported: False ; >14:38:58,780 DEBUG blivet: Ext4FS.supported: supported: True ; >14:38:58,780 DEBUG blivet: Ext4FS.supported: supported: True ; >14:39:00,095 DEBUG blivet: Ext3FS.supported: supported: True ; >14:39:00,096 DEBUG blivet: Ext3FS.supported: supported: True ; >14:39:00,159 DEBUG blivet: Ext2FS.supported: supported: True ; >14:39:00,159 DEBUG blivet: Ext2FS.supported: supported: True ; >14:39:00,205 DEBUG blivet: SysFS.supported: supported: False ; >14:39:00,205 DEBUG blivet: SysFS.supported: supported: False ; >14:39:00,206 DEBUG blivet: MultipathMember.__init__: >14:39:00,207 DEBUG blivet: SwapSpace.__init__: >14:39:00,208 DEBUG blivet: ProcFS.supported: supported: False ; >14:39:00,208 DEBUG blivet: ProcFS.supported: supported: False ; >14:39:00,209 DEBUG blivet: NoDevFS.supported: supported: False ; >14:39:00,210 DEBUG blivet: NoDevFS.supported: supported: False ; >14:39:00,211 DEBUG blivet: DevPtsFS.supported: supported: False ; >14:39:00,211 DEBUG blivet: DevPtsFS.supported: supported: False ; >14:39:00,212 DEBUG blivet: BTRFS.supported: supported: True ; >14:39:23,732 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >14:39:23,807 DEBUG blivet: USBFS.supported: supported: False ; >14:39:23,808 DEBUG blivet: USBFS.supported: supported: False ; >14:39:23,809 DEBUG blivet: DiskLabel.__init__: >14:39:23,809 INFO blivet: DiskLabel.partedDevice returning None >14:39:23,810 DEBUG blivet: HFSPlus.supported: supported: False ; >14:39:23,811 DEBUG blivet: HFSPlus.supported: supported: False ; >14:39:23,812 DEBUG blivet: XFS.supported: supported: True ; >14:39:23,812 DEBUG blivet: XFS.supported: supported: True ; >14:39:23,814 DEBUG blivet: TmpFS.supported: supported: True ; >14:39:23,827 DEBUG blivet: LUKS.__init__: >14:39:23,828 DEBUG blivet: NTFS.supported: supported: False ; >14:39:23,829 DEBUG blivet: NTFS.supported: supported: False ; >14:39:23,829 DEBUG blivet: BindFS.supported: supported: False ; >14:39:23,834 DEBUG blivet: BindFS.supported: supported: False ; >14:39:23,835 DEBUG blivet: HFS.supported: supported: False ; >14:39:23,836 DEBUG blivet: HFS.supported: supported: False ; >14:39:23,837 DEBUG blivet: LVMPhysicalVolume.__init__: >14:39:23,837 DEBUG blivet: NFS.supported: supported: False ; >14:39:23,838 DEBUG blivet: NFS.supported: supported: False ; >14:39:23,839 DEBUG blivet: FATFS.supported: supported: True ; >14:39:23,849 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >14:39:23,851 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >14:39:23,853 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >14:39:23,869 DEBUG blivet: FATFS.supported: supported: True ; >14:39:23,870 DEBUG blivet: DMRaidMember.__init__: >14:39:23,871 DEBUG blivet: MDRaidMember.__init__: >14:39:23,880 DEBUG blivet: PartitionDevice.setup: sda3 ; status: True ; controllable: True ; orig: False ; >14:40:15,526 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >14:40:15,526 INFO blivet: error parsing blkid.tab: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >14:40:15,526 DEBUG blivet: parsing /mnt/sysimage/etc/crypttab >14:40:15,526 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >14:40:15,526 DEBUG blivet: crypttab maps: [] >14:40:15,527 DEBUG blivet: parsing /mnt/sysimage/etc/fstab >14:40:15,532 DEBUG blivet: resolved 'UUID=ea858c88-6c45-4bd3-9d1a-64b0c9c7175e' to 'sda3' (partition) >14:40:15,532 DEBUG blivet: resolved 'UUID=9a6bb2aa-d7af-444e-a856-50afbc465412' to 'sda1' (partition) >14:40:15,534 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/mapper/rhel_storageqe--81-swap ; >14:40:15,536 DEBUG blivet: DeviceTree.getDeviceByPath returned None >14:40:15,536 DEBUG blivet: failed to resolve '/dev/mapper/rhel_storageqe--81-swap' >14:40:15,536 DEBUG blivet: resolved 'UUID=4dc3f037-d35a-481d-9b43-df1dc01f8ec7' to 'sda2' (partition) >14:40:15,537 DEBUG blivet: resolved 'UUID=b04d96fd-3fbc-4689-9298-aa3a89386430' to 'mpatha' (dm-multipath) >14:40:15,537 DEBUG blivet: PartitionDevice.teardown: sda3 ; status: True ; controllable: True ; >14:40:15,577 DEBUG blivet: MultipathDevice.setup: mpatha ; status: True ; controllable: True ; orig: False ; >14:40:15,591 DEBUG blivet: MultipathDevice.teardown: mpatha ; status: True ; controllable: True ; >14:40:15,628 DEBUG blivet: iScsiDiskDevice.teardown: sdd ; status: True ; controllable: True ; >14:40:15,630 DEBUG blivet: MultipathMember.teardown: device: /dev/sdd ; status: True ; type: multipath_member ; >14:40:15,631 DEBUG blivet: MultipathMember.teardown: device: /dev/sdd ; status: True ; type: multipath_member ; >14:40:15,647 DEBUG blivet: iScsiDiskDevice.teardown: sde ; status: True ; controllable: True ; >14:40:15,648 DEBUG blivet: MultipathMember.teardown: device: /dev/sde ; status: True ; type: multipath_member ; >14:40:15,650 DEBUG blivet: MultipathMember.teardown: device: /dev/sde ; status: True ; type: multipath_member ; >14:40:15,746 DEBUG blivet: Ext4FS.supported: supported: True ; >14:40:15,747 DEBUG blivet: Ext4FS.supported: supported: True ; >14:40:15,748 DEBUG blivet: Ext4FS.supported: supported: True ; >14:40:15,749 DEBUG blivet: Ext4FS.supported: supported: True ; >14:40:15,750 DEBUG blivet: XFS.supported: supported: True ; >14:40:15,752 DEBUG blivet: XFS.supported: supported: True ; >14:40:15,753 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >14:40:15,800 DEBUG blivet: onlyuse is now: sda,sdb,sdc,sdd,sde,mpatha >14:40:15,805 DEBUG blivet: nfs-01.eng.brq.redhat.com:/pub/rhel/nightly/RHEL-7.0-20140312.n.0/compose/Server/x86_64/os/ is mounted on /run/install/repo >14:40:15,938 DEBUG blivet: clearpart: looking at sda3 >14:40:15,938 DEBUG blivet: clearpart: looking at sda2 >14:40:15,939 DEBUG blivet: clearpart: looking at sda1 >14:40:15,940 DEBUG blivet: checking whether disk sda has an empty extended >14:40:15,941 DEBUG blivet: extended is None ; logicals is [] >14:40:15,941 DEBUG blivet: checking whether disk sdb has an empty extended >14:40:15,941 DEBUG blivet: extended is None ; logicals is [] >14:40:15,942 DEBUG blivet: checking whether disk sdc has an empty extended >14:40:15,942 DEBUG blivet: extended is None ; logicals is [] >14:40:15,947 DEBUG blivet: nfs-01.eng.brq.redhat.com:/pub/rhel/nightly/RHEL-7.0-20140312.n.0/compose/Server/x86_64/os/ is mounted on /run/install/repo >14:40:15,947 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >14:40:15,951 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238475MB disk sda (2) with existing msdos disklabel >14:40:15,952 DEBUG blivet: resolved 'sda' to 'sda' (disk) >14:40:15,956 INFO blivet: Detected 8080M of memory >14:40:15,956 INFO blivet: Swap attempt of 8080M >14:40:15,957 DEBUG blivet: doAutoPart: True >14:40:15,957 DEBUG blivet: encryptedAutoPart: False >14:40:15,957 DEBUG blivet: autoPartType: 2 >14:40:15,958 DEBUG blivet: clearPartType: None >14:40:15,958 DEBUG blivet: clearPartDisks: [] >14:40:15,958 DEBUG blivet: autoPartitionRequests: >PartSpec instance (0x7f17cae62c50) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = xfs encrypted = True > size = 1024 maxSize = 51200 grow = True >PartSpec instance (0x7f17cae62a90) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = xfs encrypted = True > size = 500 maxSize = None grow = True >PartSpec instance (0x7f17cae62ad0) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = xfs encrypted = False > size = 500 maxSize = None grow = False >PartSpec instance (0x7f17cae62c90) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False >PartSpec instance (0x7f17c9ce1590) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 8080 maxSize = None grow = False > >14:40:15,960 DEBUG blivet: storage.disks: ['sda', 'sdb', 'sdc', 'sdd', 'sde', 'mpatha'] >14:40:15,961 DEBUG blivet: storage.partitioned: ['sda', 'sdb', 'sdc'] >14:40:15,961 DEBUG blivet: all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'mpatha', 'sda', 'sda1', 'sda2', 'sda3', 'sdb', 'sdc', 'sdd', 'sde', 'sr0'] >14:40:15,966 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >14:40:15,970 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238475MB disk sda (2) with existing msdos disklabel >14:40:15,971 DEBUG blivet: resolved 'sda' to 'sda' (disk) >14:40:15,971 DEBUG blivet: boot disk: sda >14:40:15,975 DEBUG blivet: LVMPhysicalVolume.__init__: mountpoint: None ; >14:40:15,976 DEBUG blivet: getFormat('lvmpv') returning LVMPhysicalVolume instance >14:40:15,980 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdb ; >14:40:15,983 DEBUG blivet: PartitionDevice._setFormat: req0 ; >14:40:15,986 DEBUG blivet: PartitionDevice._setFormat: req0 ; current: None ; type: lvmpv ; >14:40:15,989 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sdb ; >14:40:15,990 INFO blivet: added partition req0 (id 18) to device tree >14:40:15,990 INFO blivet: registered action: [0] Create Device partition req0 (id 18) >14:40:15,990 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:40:15,991 INFO blivet: registered action: [1] Create Format lvmpv on partition req0 (id 18) >14:40:15,995 DEBUG blivet: LVMPhysicalVolume.__init__: mountpoint: None ; >14:40:15,995 DEBUG blivet: getFormat('lvmpv') returning LVMPhysicalVolume instance >14:40:15,997 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdc ; >14:40:15,998 DEBUG blivet: PartitionDevice._setFormat: req1 ; >14:40:15,999 DEBUG blivet: PartitionDevice._setFormat: req1 ; current: None ; type: lvmpv ; >14:40:16,000 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sdc ; >14:40:16,001 INFO blivet: added partition req1 (id 19) to device tree >14:40:16,002 INFO blivet: registered action: [2] Create Device partition req1 (id 19) >14:40:16,003 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:40:16,003 INFO blivet: registered action: [3] Create Format lvmpv on partition req1 (id 19) >14:40:16,005 DEBUG blivet: candidate disks: [DiskDevice instance (0x7f17cd2d7410) -- > name = sdb status = True kids = 0 id = 6 > parents = [] > uuid = None size = 476940.023438 > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host3/target3:0:0/3:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA MB0500EBNCR path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 976773168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (60801, 255, 63) biosGeometry: (60801, 255, 63) > PedDevice: <_ped.Device object at 0x7f17cd2d34d0> > target size = 0 path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f17cd2bf810>, DiskDevice instance (0x7f17cd2d7e50) -- > name = sdc status = True kids = 0 id = 7 > parents = [] > uuid = None size = 476940.023438 > format = existing msdos disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host4/target4:0:0/4:0:0:0/block/sdc partedDevice = parted.Device instance -- > model: ATA MB0500EBZQA path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 976773168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (60801, 255, 63) biosGeometry: (60801, 255, 63) > PedDevice: <_ped.Device object at 0x7f17cd2d3710> > target size = 0 path = /dev/sdc > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f17ccc40150>] >14:40:16,005 DEBUG blivet: devs: [PartitionDevice instance (0x7f17ccffd3d0) -- > name = req0 status = False kids = 0 id = 18 > parents = [] > uuid = None size = 500 > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/req0 > format args = [] originalFormat = lvmpv grow = True max size = 0 bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f17cae62dd0) -- > name = req1 status = False kids = 0 id = 19 > parents = [] > uuid = None size = 500 > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/req1 > format args = [] originalFormat = lvmpv grow = True max size = 0 bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >] >14:40:16,009 DEBUG blivet: XFS.supported: supported: True ; >14:40:16,010 DEBUG blivet: getFormat('xfs') returning XFS instance >14:40:16,011 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdb ; >14:40:16,013 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdc ; >14:40:16,015 DEBUG blivet: PartitionDevice._setFormat: req2 ; >14:40:16,018 DEBUG blivet: PartitionDevice._setFormat: req2 ; current: None ; type: xfs ; >14:40:16,020 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sdb ; >14:40:16,021 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sdc ; >14:40:16,021 INFO blivet: added partition req2 (id 20) to device tree >14:40:16,021 INFO blivet: registered action: [4] Create Device partition req2 (id 20) >14:40:16,021 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:40:16,021 INFO blivet: registered action: [5] Create Format xfs filesystem mounted at /boot on partition req2 (id 20) >14:40:16,022 INFO blivet: skipping unneeded stage1 biosboot request >14:40:16,022 DEBUG blivet: PartSpec instance (0x7f17cae62c90) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >14:40:16,022 DEBUG blivet: existing 238475MB disk sda (2) with existing msdos disklabel >14:40:16,023 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >14:40:16,024 DEBUG blivet: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >14:40:16,025 DEBUG blivet: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >14:40:16,027 DEBUG blivet: removing all non-preexisting partitions ['req0(id 18)', 'req1(id 19)', 'req2(id 20)'] from disk(s) ['sda', 'sdb', 'sdc'] >14:40:16,027 DEBUG blivet: allocatePartitions: disks=['sda', 'sdb', 'sdc'] ; partitions=['req0(id 18)', 'req1(id 19)', 'req2(id 20)'] >14:40:16,027 DEBUG blivet: removing all non-preexisting partitions ['req2(id 20)', 'req0(id 18)', 'req1(id 19)'] from disk(s) ['sda', 'sdb', 'sdc'] >14:40:16,029 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >14:40:16,030 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238475MB disk sda (2) with existing msdos disklabel >14:40:16,030 DEBUG blivet: resolved 'sda' to 'sda' (disk) >14:40:16,031 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >14:40:16,032 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238475MB disk sda (2) with existing msdos disklabel >14:40:16,033 DEBUG blivet: resolved 'sda' to 'sda' (disk) >14:40:16,034 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >14:40:16,035 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238475MB disk sda (2) with existing msdos disklabel >14:40:16,035 DEBUG blivet: resolved 'sda' to 'sda' (disk) >14:40:16,037 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >14:40:16,037 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238475MB disk sda (2) with existing msdos disklabel >14:40:16,038 DEBUG blivet: resolved 'sda' to 'sda' (disk) >14:40:16,038 DEBUG blivet: allocating partition: req2 ; id: 20 ; disks: ['sdb', 'sdc'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 ; start: None ; end: None >14:40:16,038 DEBUG blivet: checking freespace on sdb >14:40:16,038 DEBUG blivet: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=500MB boot=True best=None grow=False start=None >14:40:16,038 DEBUG blivet: checking 63-976773167 (476939 MB) >14:40:16,038 DEBUG blivet: current free range is 63-976773167 (476939MB) >14:40:16,039 DEBUG blivet: updating use_disk to sdb, type: 0 >14:40:16,039 DEBUG blivet: new free: 63-976773167 / 476939MB >14:40:16,039 DEBUG blivet: new free allows for 0 sectors of growth >14:40:16,039 DEBUG blivet: found free space for bootable request >14:40:16,039 DEBUG blivet: adjusted start sector from 63 to 2048 >14:40:16,040 DEBUG blivet: created partition sdb1 of 500MB and added it to /dev/sdb >14:40:16,041 DEBUG blivet: PartitionDevice._setPartedPartition: req2 ; >14:40:16,041 DEBUG blivet: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f17cd2d7990> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f17c9ce1d10> PedPartition: <_ped.Partition object at 0x7f17c9c80d70> >14:40:16,042 DEBUG blivet: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >14:40:16,043 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdb ; >14:40:16,045 DEBUG blivet: PartitionDevice._setPartedPartition: sdb1 ; >14:40:16,046 DEBUG blivet: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f17cd2d7990> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f17c9cd6cd0> PedPartition: <_ped.Partition object at 0x7f17cae6a050> >14:40:16,048 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >14:40:16,053 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238475MB disk sda (2) with existing msdos disklabel >14:40:16,053 DEBUG blivet: resolved 'sda' to 'sda' (disk) >14:40:16,055 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >14:40:16,056 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238475MB disk sda (2) with existing msdos disklabel >14:40:16,056 DEBUG blivet: resolved 'sda' to 'sda' (disk) >14:40:16,056 DEBUG blivet: allocating partition: req0 ; id: 18 ; disks: ['sdb'] ; >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 0 ; start: None ; end: None >14:40:16,057 DEBUG blivet: checking freespace on sdb >14:40:16,057 DEBUG blivet: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=500MB boot=False best=None grow=True start=None >14:40:16,058 DEBUG blivet: checking 63-2047 (0 MB) >14:40:16,058 DEBUG blivet: current free range is 63-2047 (0MB) >14:40:16,058 DEBUG blivet: checking 1026048-976773167 (476439 MB) >14:40:16,058 DEBUG blivet: current free range is 1026048-976773167 (476439MB) >14:40:16,059 DEBUG blivet: evaluating growth potential for new layout >14:40:16,059 DEBUG blivet: calculating growth for disk /dev/sdb >14:40:16,061 DEBUG blivet: PartitionDevice._setPartedPartition: req0 ; >14:40:16,061 DEBUG blivet: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f17cd2d7990> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f17cae62f90> PedPartition: <_ped.Partition object at 0x7f17cb2b3d70> >14:40:16,063 DEBUG blivet: PartitionDevice._setDisk: sdb2 ; new: sdb ; old: None ; >14:40:16,065 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sdb ; >14:40:16,066 DEBUG blivet: adding request 20 to chunk 976773105 (63-976773167) on /dev/sdb >14:40:16,066 DEBUG blivet: adding request 18 to chunk 976773105 (63-976773167) on /dev/sdb >14:40:16,067 DEBUG blivet: Chunk.growRequests: 976773105 on /dev/sdb start = 63 end = 976773167 >sectorSize = 512 > >14:40:16,067 DEBUG blivet: req: PartitionRequest instance -- >id = 20 name = sdb1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >14:40:16,067 DEBUG blivet: req: PartitionRequest instance -- >id = 18 name = sdb2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >14:40:16,068 DEBUG blivet: 1 requests and 974725105 (475939MB) left in chunk >14:40:16,068 DEBUG blivet: adding 974725105 (475939MB) to 18 (sdb2) >14:40:16,068 DEBUG blivet: new grow amount for request 18 (sdb2) is 974725105 units, or 475939MB >14:40:16,069 DEBUG blivet: request 20 (sdb1) growth: 0 (0MB) size: 500MB >14:40:16,069 DEBUG blivet: request 18 (sdb2) growth: 974725105 (475939MB) size: 476439MB >14:40:16,069 DEBUG blivet: disk /dev/sdb growth: 974725105 (475939MB) >14:40:16,070 DEBUG blivet: calculating growth for disk /dev/sdc >14:40:16,070 DEBUG blivet: Chunk.growRequests: 976773105 on /dev/sdc start = 63 end = 976773167 >sectorSize = 512 > >14:40:16,071 DEBUG blivet: disk /dev/sdc growth: 0 (0MB) >14:40:16,074 DEBUG blivet: calculating growth for disk /dev/sda >14:40:16,075 DEBUG blivet: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 > >14:40:16,075 DEBUG blivet: Chunk.growRequests: 368 on /dev/sda start = 488396800 end = 488397167 >sectorSize = 512 > >14:40:16,075 DEBUG blivet: disk /dev/sda growth: 0 (0MB) >14:40:16,079 DEBUG blivet: PartitionDevice._setPartedPartition: sdb2 ; >14:40:16,079 DEBUG blivet: device sdb2 new partedPartition None >14:40:16,082 DEBUG blivet: PartitionDevice._setDisk: req0 ; new: None ; old: sdb ; >14:40:16,087 DEBUG blivet: DiskDevice.removeChild: kids: 2 ; name: sdb ; >14:40:16,088 DEBUG blivet: total growth: 974725105 sectors >14:40:16,089 DEBUG blivet: updating use_disk to sdb, type: 0 >14:40:16,089 DEBUG blivet: new free: 1026048-976773167 / 476439MB >14:40:16,089 DEBUG blivet: new free allows for 974725105 sectors of growth >14:40:16,091 DEBUG blivet: created partition sdb2 of 500MB and added it to /dev/sdb >14:40:16,095 DEBUG blivet: PartitionDevice._setPartedPartition: req0 ; >14:40:16,096 DEBUG blivet: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f17cd2d7990> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f17cc27c290> PedPartition: <_ped.Partition object at 0x7f17cb2b3d10> >14:40:16,098 DEBUG blivet: PartitionDevice._setDisk: sdb2 ; new: sdb ; old: None ; >14:40:16,126 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sdb ; >14:40:16,128 DEBUG blivet: PartitionDevice._setPartedPartition: sdb2 ; >14:40:16,128 DEBUG blivet: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f17cd2d7990> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f17cc292690> PedPartition: <_ped.Partition object at 0x7f17cb2b3dd0> >14:40:16,129 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >14:40:16,130 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238475MB disk sda (2) with existing msdos disklabel >14:40:16,131 DEBUG blivet: resolved 'sda' to 'sda' (disk) >14:40:16,131 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >14:40:16,132 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238475MB disk sda (2) with existing msdos disklabel >14:40:16,132 DEBUG blivet: resolved 'sda' to 'sda' (disk) >14:40:16,133 DEBUG blivet: allocating partition: req1 ; id: 19 ; disks: ['sdc'] ; >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 0 ; start: None ; end: None >14:40:16,133 DEBUG blivet: checking freespace on sdc >14:40:16,133 DEBUG blivet: getBestFreeSpaceRegion: disk=/dev/sdc part_type=0 req_size=500MB boot=False best=None grow=True start=None >14:40:16,134 DEBUG blivet: checking 63-976773167 (476939 MB) >14:40:16,134 DEBUG blivet: current free range is 63-976773167 (476939MB) >14:40:16,134 DEBUG blivet: evaluating growth potential for new layout >14:40:16,134 DEBUG blivet: calculating growth for disk /dev/sdb >14:40:16,134 DEBUG blivet: adding request 20 to chunk 976773105 (63-976773167) on /dev/sdb >14:40:16,135 DEBUG blivet: adding request 18 to chunk 976773105 (63-976773167) on /dev/sdb >14:40:16,135 DEBUG blivet: Chunk.growRequests: 976773105 on /dev/sdb start = 63 end = 976773167 >sectorSize = 512 > >14:40:16,135 DEBUG blivet: req: PartitionRequest instance -- >id = 20 name = sdb1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >14:40:16,135 DEBUG blivet: req: PartitionRequest instance -- >id = 18 name = sdb2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >14:40:16,135 DEBUG blivet: 1 requests and 974725105 (475939MB) left in chunk >14:40:16,135 DEBUG blivet: adding 974725105 (475939MB) to 18 (sdb2) >14:40:16,136 DEBUG blivet: new grow amount for request 18 (sdb2) is 974725105 units, or 475939MB >14:40:16,136 DEBUG blivet: request 20 (sdb1) growth: 0 (0MB) size: 500MB >14:40:16,136 DEBUG blivet: request 18 (sdb2) growth: 974725105 (475939MB) size: 476439MB >14:40:16,136 DEBUG blivet: disk /dev/sdb growth: 974725105 (475939MB) >14:40:16,137 DEBUG blivet: calculating growth for disk /dev/sdc >14:40:16,137 DEBUG blivet: adjusted start sector from 63 to 2048 >14:40:16,139 DEBUG blivet: PartitionDevice._setPartedPartition: req1 ; >14:40:16,139 DEBUG blivet: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f17ccc40550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f17cc292bd0> PedPartition: <_ped.Partition object at 0x7f17cb2b3e90> >14:40:16,140 DEBUG blivet: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >14:40:16,141 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdc ; >14:40:16,142 DEBUG blivet: adding request 19 to chunk 976773105 (63-976773167) on /dev/sdc >14:40:16,142 DEBUG blivet: Chunk.growRequests: 976773105 on /dev/sdc start = 63 end = 976773167 >sectorSize = 512 > >14:40:16,142 DEBUG blivet: req: PartitionRequest instance -- >id = 19 name = sdc1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >14:40:16,142 DEBUG blivet: 1 requests and 975749105 (476439MB) left in chunk >14:40:16,142 DEBUG blivet: adding 975749105 (476439MB) to 19 (sdc1) >14:40:16,142 DEBUG blivet: new grow amount for request 19 (sdc1) is 975749105 units, or 476439MB >14:40:16,143 DEBUG blivet: request 19 (sdc1) growth: 975749105 (476439MB) size: 476939MB >14:40:16,143 DEBUG blivet: disk /dev/sdc growth: 975749105 (476439MB) >14:40:16,143 DEBUG blivet: calculating growth for disk /dev/sda >14:40:16,143 DEBUG blivet: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 > >14:40:16,143 DEBUG blivet: Chunk.growRequests: 368 on /dev/sda start = 488396800 end = 488397167 >sectorSize = 512 > >14:40:16,143 DEBUG blivet: disk /dev/sda growth: 0 (0MB) >14:40:16,145 DEBUG blivet: PartitionDevice._setPartedPartition: sdc1 ; >14:40:16,145 DEBUG blivet: device sdc1 new partedPartition None >14:40:16,146 DEBUG blivet: PartitionDevice._setDisk: req1 ; new: None ; old: sdc ; >14:40:16,147 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sdc ; >14:40:16,147 DEBUG blivet: total growth: 1950474210 sectors >14:40:16,147 DEBUG blivet: updating use_disk to sdc, type: 0 >14:40:16,147 DEBUG blivet: new free: 63-976773167 / 476939MB >14:40:16,148 DEBUG blivet: new free allows for 1950474210 sectors of growth >14:40:16,148 DEBUG blivet: adjusted start sector from 63 to 2048 >14:40:16,148 DEBUG blivet: created partition sdc1 of 500MB and added it to /dev/sdc >14:40:16,150 DEBUG blivet: PartitionDevice._setPartedPartition: req1 ; >14:40:16,150 DEBUG blivet: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f17ccc40550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f17cc292910> PedPartition: <_ped.Partition object at 0x7f17cb2b3d70> >14:40:16,151 DEBUG blivet: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >14:40:16,152 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdc ; >14:40:16,154 DEBUG blivet: PartitionDevice._setPartedPartition: sdc1 ; >14:40:16,154 DEBUG blivet: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f17ccc40550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f17c9cd6b90> PedPartition: <_ped.Partition object at 0x7f17cb2b3d10> >14:40:16,154 DEBUG blivet: growPartitions: disks=['sda', 'sdb', 'sdc'], partitions=['sdb2(id 18)', 'sdc1(id 19)', 'sdb1(id 20)'] >14:40:16,154 DEBUG blivet: growable partitions are ['sdb2', 'sdc1'] >14:40:16,155 DEBUG blivet: disk sda has 2 chunks >14:40:16,155 DEBUG blivet: adding request 18 to chunk 976773105 (63-976773167) on /dev/sdb >14:40:16,155 DEBUG blivet: adding request 20 to chunk 976773105 (63-976773167) on /dev/sdb >14:40:16,155 DEBUG blivet: disk sdb has 1 chunks >14:40:16,156 DEBUG blivet: adding request 19 to chunk 976773105 (63-976773167) on /dev/sdc >14:40:16,156 DEBUG blivet: disk sdc has 1 chunks >14:40:16,156 DEBUG blivet: Chunk.growRequests: 976773105 on /dev/sdb start = 63 end = 976773167 >sectorSize = 512 > >14:40:16,156 DEBUG blivet: req: PartitionRequest instance -- >id = 20 name = sdb1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >14:40:16,156 DEBUG blivet: req: PartitionRequest instance -- >id = 18 name = sdb2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >14:40:16,156 DEBUG blivet: 1 requests and 974725105 (475939MB) left in chunk >14:40:16,156 DEBUG blivet: adding 974725105 (475939MB) to 18 (sdb2) >14:40:16,156 DEBUG blivet: new grow amount for request 18 (sdb2) is 974725105 units, or 475939MB >14:40:16,156 DEBUG blivet: Chunk.growRequests: 976773105 on /dev/sdc start = 63 end = 976773167 >sectorSize = 512 > >14:40:16,156 DEBUG blivet: req: PartitionRequest instance -- >id = 19 name = sdc1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >14:40:16,157 DEBUG blivet: 1 requests and 975749105 (476439MB) left in chunk >14:40:16,157 DEBUG blivet: adding 975749105 (476439MB) to 19 (sdc1) >14:40:16,157 DEBUG blivet: new grow amount for request 19 (sdc1) is 975749105 units, or 476439MB >14:40:16,157 DEBUG blivet: growing partitions on sda >14:40:16,157 DEBUG blivet: growing partitions on sdb >14:40:16,157 DEBUG blivet: partition sdb1 (20): 0 >14:40:16,157 DEBUG blivet: new geometry for sdb1: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f17cd2d78d0> PedGeometry: <_ped.Geometry object at 0x7f17cc292c90> >14:40:16,158 DEBUG blivet: partition sdb2 (18): 0 >14:40:16,158 DEBUG blivet: new geometry for sdb2: parted.Geometry instance -- > start: 1026048 end: 976773119 length: 975747072 > device: <parted.device.Device object at 0x7f17cd2d78d0> PedGeometry: <_ped.Geometry object at 0x7f17cc292e10> >14:40:16,158 DEBUG blivet: removing all non-preexisting partitions ['sdb1(id 20)', 'sdb2(id 18)'] from disk(s) ['sdb'] >14:40:16,159 DEBUG blivet: PartitionDevice._setPartedPartition: sdb1 ; >14:40:16,159 DEBUG blivet: device sdb1 new partedPartition None >14:40:16,160 DEBUG blivet: PartitionDevice._setDisk: req2 ; new: None ; old: sdb ; >14:40:16,160 DEBUG blivet: DiskDevice.removeChild: kids: 2 ; name: sdb ; >14:40:16,162 DEBUG blivet: PartitionDevice._setPartedPartition: sdb2 ; >14:40:16,162 DEBUG blivet: device sdb2 new partedPartition None >14:40:16,162 DEBUG blivet: PartitionDevice._setDisk: req0 ; new: None ; old: sdb ; >14:40:16,163 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sdb ; >14:40:16,163 DEBUG blivet: back from removeNewPartitions >14:40:16,164 DEBUG blivet: extended: None >14:40:16,164 DEBUG blivet: setting req2 new geometry: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f17cd2d78d0> PedGeometry: <_ped.Geometry object at 0x7f17cc292c90> >14:40:16,165 DEBUG blivet: PartitionDevice._setPartedPartition: req2 ; >14:40:16,165 DEBUG blivet: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f17cd2d7990> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f17cc29b0d0> PedPartition: <_ped.Partition object at 0x7f17cb2b3e30> >14:40:16,166 DEBUG blivet: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >14:40:16,167 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdb ; >14:40:16,169 DEBUG blivet: PartitionDevice._setPartedPartition: sdb1 ; >14:40:16,169 DEBUG blivet: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f17cd2d7990> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f17cc29b210> PedPartition: <_ped.Partition object at 0x7f17cb2b3f50> >14:40:16,169 DEBUG blivet: setting req0 new geometry: parted.Geometry instance -- > start: 1026048 end: 976773119 length: 975747072 > device: <parted.device.Device object at 0x7f17cd2d78d0> PedGeometry: <_ped.Geometry object at 0x7f17cc292e10> >14:40:16,170 DEBUG blivet: PartitionDevice._setPartedPartition: req0 ; >14:40:16,171 DEBUG blivet: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f17cd2d7990> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f17cc292fd0> PedPartition: <_ped.Partition object at 0x7f17cb2b3ef0> >14:40:16,172 DEBUG blivet: PartitionDevice._setDisk: sdb2 ; new: sdb ; old: None ; >14:40:16,173 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sdb ; >14:40:16,175 DEBUG blivet: PartitionDevice._setPartedPartition: sdb2 ; >14:40:16,175 DEBUG blivet: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f17cd2d7990> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f17cc29b450> PedPartition: <_ped.Partition object at 0x7f17cb2b3fb0> >14:40:16,175 DEBUG blivet: growing partitions on sdc >14:40:16,176 DEBUG blivet: partition sdc1 (19): 0 >14:40:16,176 DEBUG blivet: new geometry for sdc1: parted.Geometry instance -- > start: 2048 end: 976773119 length: 976771072 > device: <parted.device.Device object at 0x7f17ccc40490> PedGeometry: <_ped.Geometry object at 0x7f17cc29b590> >14:40:16,176 DEBUG blivet: removing all non-preexisting partitions ['sdc1(id 19)'] from disk(s) ['sdc'] >14:40:16,177 DEBUG blivet: PartitionDevice._setPartedPartition: sdc1 ; >14:40:16,178 DEBUG blivet: device sdc1 new partedPartition None >14:40:16,179 DEBUG blivet: PartitionDevice._setDisk: req1 ; new: None ; old: sdc ; >14:40:16,180 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sdc ; >14:40:16,180 DEBUG blivet: back from removeNewPartitions >14:40:16,181 DEBUG blivet: extended: None >14:40:16,181 DEBUG blivet: setting req1 new geometry: parted.Geometry instance -- > start: 2048 end: 976773119 length: 976771072 > device: <parted.device.Device object at 0x7f17ccc40490> PedGeometry: <_ped.Geometry object at 0x7f17cc29b590> >14:40:16,182 DEBUG blivet: PartitionDevice._setPartedPartition: req1 ; >14:40:16,182 DEBUG blivet: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f17ccc40550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f17cc2924d0> PedPartition: <_ped.Partition object at 0x7f17cc29f050> >14:40:16,183 DEBUG blivet: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >14:40:16,185 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdc ; >14:40:16,186 DEBUG blivet: PartitionDevice._setPartedPartition: sdc1 ; >14:40:16,186 DEBUG blivet: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f17ccc40550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f17cc292790> PedPartition: <_ped.Partition object at 0x7f17c9c80d70> >14:40:16,186 DEBUG blivet: fixing size of existing 200MB partition sda1 (3) with existing xfs filesystem at 200.00 >14:40:16,187 DEBUG blivet: fixing size of existing 8080MB partition sda2 (4) with existing swap at 8080.00 >14:40:16,187 DEBUG blivet: fixing size of existing 230194MB partition sda3 (5) with existing xfs filesystem at 230194.00 >14:40:16,187 DEBUG blivet: fixing size of non-existent 500MB partition sdb1 (20) with non-existent xfs filesystem mounted at /boot at 500.00 >14:40:16,188 DEBUG blivet: fixing size of non-existent 476439MB partition sdb2 (18) with non-existent lvmpv at 476439.00 >14:40:16,188 DEBUG blivet: fixing size of non-existent 476939MB partition sdc1 (19) with non-existent lvmpv at 476939.00 >14:40:16,190 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sdb2 ; >14:40:16,191 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sdc1 ; >14:40:16,191 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:40:16,192 DEBUG blivet: LVMVolumeGroupDevice._setFormat: rhel_storageqe-81 ; current: None ; type: None ; >14:40:16,192 INFO blivet: added lvmvg rhel_storageqe-81 (id 21) to device tree >14:40:16,192 INFO blivet: registered action: [6] Create Device lvmvg rhel_storageqe-81 (id 21) >14:40:16,193 DEBUG blivet: XFS.supported: supported: True ; >14:40:16,193 DEBUG blivet: getFormat('xfs') returning XFS instance >14:40:16,195 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 0 ; name: rhel_storageqe-81 ; >14:40:16,196 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: rhel_storageqe-81-root ; current: None ; type: xfs ; >14:40:16,196 DEBUG blivet: rhel_storageqe-81 size is 953372MB >14:40:16,196 DEBUG blivet: vg rhel_storageqe-81 has 953372MB free >14:40:16,197 DEBUG blivet: Adding rhel_storageqe-81-root/1024MB to rhel_storageqe-81 >14:40:16,197 INFO blivet: added lvmlv rhel_storageqe-81-root (id 22) to device tree >14:40:16,197 INFO blivet: registered action: [7] Create Device lvmlv rhel_storageqe-81-root (id 22) >14:40:16,197 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:40:16,197 INFO blivet: registered action: [8] Create Format xfs filesystem mounted at / on lvmlv rhel_storageqe-81-root (id 22) >14:40:16,198 DEBUG blivet: XFS.supported: supported: True ; >14:40:16,198 DEBUG blivet: getFormat('xfs') returning XFS instance >14:40:16,199 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 1 ; name: rhel_storageqe-81 ; >14:40:16,200 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: rhel_storageqe-81-home ; current: None ; type: xfs ; >14:40:16,200 DEBUG blivet: rhel_storageqe-81 size is 953372MB >14:40:16,200 DEBUG blivet: vg rhel_storageqe-81 has 952348MB free >14:40:16,200 DEBUG blivet: Adding rhel_storageqe-81-home/500MB to rhel_storageqe-81 >14:40:16,201 INFO blivet: added lvmlv rhel_storageqe-81-home (id 23) to device tree >14:40:16,201 INFO blivet: registered action: [9] Create Device lvmlv rhel_storageqe-81-home (id 23) >14:40:16,201 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:40:16,201 INFO blivet: registered action: [10] Create Format xfs filesystem mounted at /home on lvmlv rhel_storageqe-81-home (id 23) >14:40:16,202 DEBUG blivet: SwapSpace.__init__: mountpoint: None ; >14:40:16,202 DEBUG blivet: getFormat('swap') returning SwapSpace instance >14:40:16,203 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 2 ; name: rhel_storageqe-81 ; >14:40:16,204 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: rhel_storageqe-81-swap ; current: None ; type: swap ; >14:40:16,204 DEBUG blivet: rhel_storageqe-81 size is 953372MB >14:40:16,204 DEBUG blivet: vg rhel_storageqe-81 has 951848MB free >14:40:16,204 DEBUG blivet: Adding rhel_storageqe-81-swap/8080MB to rhel_storageqe-81 >14:40:16,204 INFO blivet: added lvmlv rhel_storageqe-81-swap (id 24) to device tree >14:40:16,204 INFO blivet: registered action: [11] Create Device lvmlv rhel_storageqe-81-swap (id 24) >14:40:16,205 DEBUG blivet: getFormat('None') returning DeviceFormat instance >14:40:16,205 INFO blivet: registered action: [12] Create Format swap on lvmlv rhel_storageqe-81-swap (id 24) >14:40:16,205 DEBUG blivet: rhel_storageqe-81 size is 953372MB >14:40:16,205 DEBUG blivet: vg rhel_storageqe-81 has 943768MB free >14:40:16,205 DEBUG blivet: vg rhel_storageqe-81: 943768MB free ; lvs: ['root', 'home', 'swap'] >14:40:16,206 DEBUG blivet: adding request 22 to chunk 238343 on /dev/mapper/rhel_storageqe--81 >14:40:16,206 DEBUG blivet: adding request 23 to chunk 238343 on /dev/mapper/rhel_storageqe--81 >14:40:16,206 DEBUG blivet: adding request 24 to chunk 238343 on /dev/mapper/rhel_storageqe--81 >14:40:16,206 DEBUG blivet: Chunk.growRequests: VGChunk instance -- >device = /dev/mapper/rhel_storageqe--81 length = 238343 size = 953372 >remaining = 2 pool = 235942 >14:40:16,206 DEBUG blivet: req: LVRequest instance -- >id = 24 name = rhel_storageqe-81-swap growable = False >base = 2020 growth = 0 max_grow = 0 >done = True >14:40:16,206 DEBUG blivet: req: LVRequest instance -- >id = 22 name = rhel_storageqe-81-root growable = True >base = 256 growth = 0 max_grow = 12544 >done = False >14:40:16,206 DEBUG blivet: req: LVRequest instance -- >id = 23 name = rhel_storageqe-81-home growable = True >base = 125 growth = 0 max_grow = 4398046510979 >done = False >14:40:16,206 DEBUG blivet: 2 requests and 235942 (943768MB) left in chunk >14:40:16,206 DEBUG blivet: adding 158533 (634132MB) to 22 (rhel_storageqe-81-root) >14:40:16,206 DEBUG blivet: taking back 145989 (583956MB) from 22 (rhel_storageqe-81-root) >14:40:16,207 DEBUG blivet: new grow amount for request 22 (rhel_storageqe-81-root) is 12544 units, or 50176MB >14:40:16,207 DEBUG blivet: adding 77408 (309632MB) to 23 (rhel_storageqe-81-home) >14:40:16,207 DEBUG blivet: new grow amount for request 23 (rhel_storageqe-81-home) is 77408 units, or 309632MB >14:40:16,207 DEBUG blivet: 1 requests and 145990 (583960MB) left in chunk >14:40:16,207 DEBUG blivet: adding 145990 (583960MB) to 23 (rhel_storageqe-81-home) >14:40:16,207 DEBUG blivet: new grow amount for request 23 (rhel_storageqe-81-home) is 223398 units, or 893592MB >14:40:16,207 DEBUG blivet: trying to set lv rhel_storageqe-81-root size to 51200MB >14:40:16,207 DEBUG blivet: rhel_storageqe-81 size is 953372MB >14:40:16,208 DEBUG blivet: vg rhel_storageqe-81 has 943768MB free >14:40:16,208 DEBUG blivet: trying to set lv rhel_storageqe-81-home size to 894092MB >14:40:16,208 DEBUG blivet: rhel_storageqe-81 size is 953372MB >14:40:16,208 DEBUG blivet: vg rhel_storageqe-81 has 893592MB free >14:40:16,242 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >14:40:16,242 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238475MB disk sda (2) with existing msdos disklabel >14:40:16,243 DEBUG blivet: resolved 'sda' to 'sda' (disk) >14:40:16,243 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >14:40:16,244 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238475MB disk sda (2) with existing msdos disklabel >14:40:16,244 DEBUG blivet: resolved 'sda' to 'sda' (disk) >14:40:16,281 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >14:40:16,282 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238475MB disk sda (2) with existing msdos disklabel >14:40:16,282 DEBUG blivet: resolved 'sda' to 'sda' (disk) >14:40:16,283 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >14:40:16,283 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238475MB disk sda (2) with existing msdos disklabel >14:40:16,283 DEBUG blivet: resolved 'sda' to 'sda' (disk) >14:40:50,828 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >14:40:50,829 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238475MB disk sda (2) with existing msdos disklabel >14:40:50,829 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb ; >14:40:50,830 DEBUG blivet: DeviceTree.getDeviceByName returned existing 476940MB disk sdb (6) with existing msdos disklabel >14:40:50,831 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; >14:40:50,831 DEBUG blivet: DeviceTree.getDeviceByName returned existing 476940MB disk sdc (7) with existing msdos disklabel >14:40:50,832 DEBUG blivet: DeviceTree.getDeviceByName: name: mpatha ; >14:40:50,832 DEBUG blivet: DeviceTree.getDeviceByName returned existing 50000MB dm-multipath mpatha (17) with existing ext4 filesystem >14:40:56,051 DEBUG blivet: DeviceTree.getDeviceByName: name: mpatha ; >14:40:56,052 DEBUG blivet: DeviceTree.getDeviceByName returned existing 50000MB dm-multipath mpatha (17) with existing ext4 filesystem >14:40:56,053 DEBUG blivet: DeviceTree.getDeviceByName: name: mpatha ; >14:40:56,053 DEBUG blivet: DeviceTree.getDeviceByName returned existing 50000MB dm-multipath mpatha (17) with existing ext4 filesystem >14:40:56,054 DEBUG blivet: DeviceTree.getDeviceByName: name: mpatha ; >14:40:56,055 DEBUG blivet: DeviceTree.getDeviceByName returned existing 50000MB dm-multipath mpatha (17) with existing ext4 filesystem >14:40:56,056 DEBUG blivet: DeviceTree.getDeviceByName: name: mpatha ; >14:40:56,057 DEBUG blivet: DeviceTree.getDeviceByName returned existing 50000MB dm-multipath mpatha (17) with existing ext4 filesystem >14:41:00,354 DEBUG blivet: DeviceTree.getDeviceByName: name: mpatha ; >14:41:00,355 DEBUG blivet: DeviceTree.getDeviceByName returned existing 50000MB dm-multipath mpatha (17) with existing ext4 filesystem >14:41:01,147 DEBUG blivet: DeviceTree.getDeviceByName: name: mpatha ; >14:41:01,148 DEBUG blivet: DeviceTree.getDeviceByName returned existing 50000MB dm-multipath mpatha (17) with existing ext4 filesystem >14:41:06,042 DEBUG blivet: DeviceTree.getDeviceByName: name: mpatha ; >14:41:06,043 DEBUG blivet: DeviceTree.getDeviceByName returned existing 50000MB dm-multipath mpatha (17) with existing ext4 filesystem >14:41:14,016 DEBUG blivet: DeviceTree.getDeviceByName: name: mpatha ; >14:41:14,017 DEBUG blivet: DeviceTree.getDeviceByName returned existing 50000MB dm-multipath mpatha (17) with existing ext4 filesystem >14:41:23,894 DEBUG blivet: removing sdb1 >14:41:23,895 INFO blivet: removed partition sdb1 (id 20) from device tree >14:41:23,896 DEBUG blivet: DiskDevice.removeChild: kids: 2 ; name: sdb ; >14:41:23,896 INFO blivet: registered action: [13] Destroy Device partition sdb1 (id 20) >14:41:23,896 DEBUG blivet: removing sdb2 >14:41:23,896 DEBUG blivet: devices to remove: ['rhel_storageqe-81-swap', 'rhel_storageqe-81-home', 'rhel_storageqe-81-root', 'rhel_storageqe-81'] >14:41:23,896 DEBUG blivet: leaves to remove: ['rhel_storageqe-81-swap', 'rhel_storageqe-81-home', 'rhel_storageqe-81-root'] >14:41:23,896 INFO blivet: removed lvmlv rhel_storageqe-81-swap (id 24) from device tree >14:41:23,897 DEBUG blivet: LVMVolumeGroupDevice.removeChild: kids: 3 ; name: rhel_storageqe-81 ; >14:41:23,897 INFO blivet: registered action: [14] Destroy Device lvmlv rhel_storageqe-81-swap (id 24) >14:41:23,897 INFO blivet: removed lvmlv rhel_storageqe-81-home (id 23) from device tree >14:41:23,898 DEBUG blivet: LVMVolumeGroupDevice.removeChild: kids: 2 ; name: rhel_storageqe-81 ; >14:41:23,898 INFO blivet: registered action: [15] Destroy Device lvmlv rhel_storageqe-81-home (id 23) >14:41:23,899 INFO blivet: removed lvmlv rhel_storageqe-81-root (id 22) from device tree >14:41:23,899 DEBUG blivet: LVMVolumeGroupDevice.removeChild: kids: 1 ; name: rhel_storageqe-81 ; >14:41:23,899 INFO blivet: registered action: [16] Destroy Device lvmlv rhel_storageqe-81-root (id 22) >14:41:23,900 DEBUG blivet: devices to remove: ['rhel_storageqe-81'] >14:41:23,900 DEBUG blivet: leaves to remove: ['rhel_storageqe-81'] >14:41:23,900 INFO blivet: removed lvmvg rhel_storageqe-81 (id 21) from device tree >14:41:23,901 DEBUG blivet: PartitionDevice.removeChild: kids: 1 ; name: sdb2 ; >14:41:23,901 DEBUG blivet: PartitionDevice.removeChild: kids: 1 ; name: sdc1 ; >14:41:23,902 INFO blivet: registered action: [17] Destroy Device lvmvg rhel_storageqe-81 (id 21) >14:41:23,902 INFO blivet: removed partition sdb2 (id 18) from device tree >14:41:23,903 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sdb ; >14:41:23,903 INFO blivet: registered action: [18] Destroy Device partition sdb2 (id 18) >14:41:23,903 DEBUG blivet: removing sdc1 >14:41:23,903 INFO blivet: removed partition sdc1 (id 19) from device tree >14:41:23,904 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sdc ; >14:41:23,904 INFO blivet: registered action: [19] Destroy Device partition sdc1 (id 19) >14:41:23,904 INFO blivet: hiding device partition sda1 (id 3) >14:41:23,904 INFO blivet: added partition sdc1 (id 19) to device tree >14:41:23,904 INFO blivet: canceled action [19] Destroy Device partition sdc1 (id 19) >14:41:23,905 INFO blivet: added partition sdb2 (id 18) to device tree >14:41:23,905 INFO blivet: canceled action [18] Destroy Device partition sdb2 (id 18) >14:41:23,905 INFO blivet: added lvmvg rhel_storageqe-81 (id 21) to device tree >14:41:23,905 INFO blivet: canceled action [17] Destroy Device lvmvg rhel_storageqe-81 (id 21) >14:41:23,905 INFO blivet: added lvmlv rhel_storageqe-81-root (id 22) to device tree >14:41:23,905 INFO blivet: canceled action [16] Destroy Device lvmlv rhel_storageqe-81-root (id 22) >14:41:23,905 INFO blivet: added lvmlv rhel_storageqe-81-home (id 23) to device tree >14:41:23,905 INFO blivet: canceled action [15] Destroy Device lvmlv rhel_storageqe-81-home (id 23) >14:41:23,906 INFO blivet: added lvmlv rhel_storageqe-81-swap (id 24) to device tree >14:41:23,906 INFO blivet: canceled action [14] Destroy Device lvmlv rhel_storageqe-81-swap (id 24) >14:41:23,906 INFO blivet: added partition sdb1 (id 20) to device tree >14:41:23,906 INFO blivet: canceled action [13] Destroy Device partition sdb1 (id 20) >14:41:23,907 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: rhel_storageqe-81-swap ; current: swap ; type: None ; >14:41:23,907 INFO blivet: canceled action [12] Create Format None on lvmlv rhel_storageqe-81-swap (id 24) > > >/tmp/ifcfg.log: >14:38:56,013 DEBUG ifcfg: content of files (network initialization): >14:38:56,013 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-enp2s0: >14:38:56,013 DEBUG ifcfg: # Generated by dracut initrd >14:38:56,013 DEBUG ifcfg: DEVICE="enp2s0" >14:38:56,013 DEBUG ifcfg: ONBOOT=yes >14:38:56,013 DEBUG ifcfg: NETBOOT=yes >14:38:56,014 DEBUG ifcfg: UUID="5550d69e-b66f-4e5a-98ff-a1866e622418" >14:38:56,014 DEBUG ifcfg: BOOTPROTO=dhcp >14:38:56,014 DEBUG ifcfg: HWADDR="a0:b3:cc:ea:f8:0e" >14:38:56,014 DEBUG ifcfg: TYPE=Ethernet >14:38:56,014 DEBUG ifcfg: NAME="enp2s0" >14:38:56,029 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [160, 179, 204, 234, 248, 14]}, 'connection': {'interface-name': 'enp2s0', 'type': '802-3-ethernet', 'id': 'enp2s0', 'uuid': '5550d69e-b66f-4e5a-98ff-a1866e622418'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'ignore'}}, {'802-3-ethernet': {'s390-options': {}, 'mac-address': [160, 179, 204, 234, 248, 14]}, 'connection': {'timestamp': 1394635130L, 'autoconnect': False, 'type': '802-3-ethernet', 'id': 'enp2s0', 'uuid': 'c5f1b6ea-01e2-4f00-9e24-f676db35184a'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [18883082L, 88023050L, 134160906L, 2686321930L], 'method': 'auto'}, 'ipv6': {'routes': [([38, 32, 0, 82, 0, 0, 34, 48, 0, 0, 0, 0, 10, 34, 48, 240], 128L, [254, 128, 0, 82, 0, 0, 34, 35, 0, 0, 0, 0, 0, 0, 3, 254], 0L)], 'addresses': [], 'dns': [], 'method': 'auto'}}] >14:38:56,134 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp2s0 >14:38:56,135 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp2s0 >14:38:56,136 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp2s0 >14:38:56,136 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp2s0 >14:38:56,282 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp2s0 >14:38:56,283 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp5s1f0 >14:38:56,284 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp2s0 >14:38:56,284 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp5s1f0 >14:38:56,285 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp2s0 >14:38:56,286 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp5s1f0 >14:38:56,287 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp2s0 >14:38:56,287 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp5s1f0 >14:38:56,313 DEBUG ifcfg: content of files (missing ifcfgs created for devices ['enp5s1f0', 'enp5s1f2']): >14:38:56,313 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-enp5s1f2: >14:38:56,313 DEBUG ifcfg: HWADDR=00:C0:DD:20:B5:56 >14:38:56,313 DEBUG ifcfg: TYPE=Ethernet >14:38:56,313 DEBUG ifcfg: BOOTPROTO=dhcp >14:38:56,313 DEBUG ifcfg: DEFROUTE=yes >14:38:56,313 DEBUG ifcfg: PEERDNS=yes >14:38:56,314 DEBUG ifcfg: PEERROUTES=yes >14:38:56,314 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >14:38:56,314 DEBUG ifcfg: IPV6INIT=yes >14:38:56,314 DEBUG ifcfg: IPV6_AUTOCONF=yes >14:38:56,314 DEBUG ifcfg: IPV6_DEFROUTE=yes >14:38:56,314 DEBUG ifcfg: IPV6_PEERDNS=yes >14:38:56,314 DEBUG ifcfg: IPV6_PEERROUTES=yes >14:38:56,314 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >14:38:56,314 DEBUG ifcfg: NAME=enp5s1f2 >14:38:56,315 DEBUG ifcfg: UUID=74760cb8-70aa-4894-b617-17c84fd25e8c >14:38:56,315 DEBUG ifcfg: ONBOOT=no >14:38:56,315 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-enp2s0: >14:38:56,315 DEBUG ifcfg: # Generated by dracut initrd >14:38:56,315 DEBUG ifcfg: DEVICE="enp2s0" >14:38:56,315 DEBUG ifcfg: ONBOOT=yes >14:38:56,315 DEBUG ifcfg: NETBOOT=yes >14:38:56,315 DEBUG ifcfg: UUID="5550d69e-b66f-4e5a-98ff-a1866e622418" >14:38:56,316 DEBUG ifcfg: BOOTPROTO=dhcp >14:38:56,316 DEBUG ifcfg: HWADDR="a0:b3:cc:ea:f8:0e" >14:38:56,316 DEBUG ifcfg: TYPE=Ethernet >14:38:56,316 DEBUG ifcfg: NAME="enp2s0" >14:38:56,316 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-enp5s1f0: >14:38:56,316 DEBUG ifcfg: HWADDR=00:C0:DD:20:B5:54 >14:38:56,316 DEBUG ifcfg: TYPE=Ethernet >14:38:56,316 DEBUG ifcfg: BOOTPROTO=dhcp >14:38:56,316 DEBUG ifcfg: DEFROUTE=yes >14:38:56,317 DEBUG ifcfg: PEERDNS=yes >14:38:56,317 DEBUG ifcfg: PEERROUTES=yes >14:38:56,317 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >14:38:56,317 DEBUG ifcfg: IPV6INIT=yes >14:38:56,317 DEBUG ifcfg: IPV6_AUTOCONF=yes >14:38:56,317 DEBUG ifcfg: IPV6_DEFROUTE=yes >14:38:56,317 DEBUG ifcfg: IPV6_PEERDNS=yes >14:38:56,317 DEBUG ifcfg: IPV6_PEERROUTES=yes >14:38:56,317 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >14:38:56,318 DEBUG ifcfg: NAME=enp5s1f0 >14:38:56,318 DEBUG ifcfg: UUID=0d3c4e03-615b-49fc-b79e-9a8bb8b9a9f2 >14:38:56,318 DEBUG ifcfg: ONBOOT=no >14:38:56,340 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [0, 192, 221, 32, 181, 86]}, 'connection': {'autoconnect': False, 'type': '802-3-ethernet', 'id': 'enp5s1f2', 'uuid': '74760cb8-70aa-4894-b617-17c84fd25e8c'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}, {'802-3-ethernet': {'s390-options': {}, 'mac-address': [160, 179, 204, 234, 248, 14]}, 'connection': {'interface-name': 'enp2s0', 'type': '802-3-ethernet', 'id': 'enp2s0', 'uuid': '5550d69e-b66f-4e5a-98ff-a1866e622418'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'ignore'}}, {'802-3-ethernet': {'s390-options': {}, 'mac-address': [160, 179, 204, 234, 248, 14]}, 'connection': {'timestamp': 1394635130L, 'autoconnect': False, 'type': '802-3-ethernet', 'id': 'enp2s0', 'uuid': 'c5f1b6ea-01e2-4f00-9e24-f676db35184a'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [18883082L, 88023050L, 134160906L, 2686321930L], 'method': 'auto'}, 'ipv6': {'routes': [([38, 32, 0, 82, 0, 0, 34, 48, 0, 0, 0, 0, 10, 34, 48, 240], 128L, [254, 128, 0, 82, 0, 0, 34, 35, 0, 0, 0, 0, 0, 0, 3, 254], 0L)], 'addresses': [], 'dns': [], 'method': 'auto'}}, {'802-3-ethernet': {'s390-options': {}, 'mac-address': [0, 192, 221, 32, 181, 84]}, 'connection': {'autoconnect': False, 'type': '802-3-ethernet', 'id': 'enp5s1f0', 'uuid': '0d3c4e03-615b-49fc-b79e-9a8bb8b9a9f2'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}] >14:38:59,327 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp5s1f2 >14:38:59,328 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp2s0 >14:38:59,329 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp2s0 >14:38:59,363 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp5s1f2 >14:38:59,364 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp2s0 >14:38:59,365 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp5s1f0 >14:38:59,366 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp5s1f0 >14:38:59,395 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp5s1f2 >14:38:59,396 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp5s1f2 > > >/proc/cmdline: >initrd=/images/storageqe-81.lab.eng.brq.redhat.com/initrd console=ttyS1,115200 inst.nompath ks=http://beaker.engineering.redhat.com/kickstart/666289 ksdevice=A0:B3:CC:EA:F8:0E serial vnc netboot_method=pxe BOOT_IMAGE=/images/storageqe-81.lab.eng.brq.redhat.com/kernel BOOTIF=01-a0-b3-cc-ea-f8-0e > > >/tmp/syslog: >14:38:48,414 INFO rsyslogd: [origin software="rsyslogd" swVersion="7.4.7" x-pid="1387" x-info="http://www.rsyslog.com"] start >14:38:48,415 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >14:38:48,415 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >14:38:48,415 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuacct >14:38:48,415 NOTICE kernel:[ 0.000000] Linux version 3.10.0-108.el7.x86_64 (mockbuild@x86-025.build.eng.bos.redhat.com) (gcc version 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC) ) #1 SMP Mon Mar 10 16:09:07 EDT 2014 >14:38:48,415 INFO kernel:[ 0.000000] Command line: initrd=/images/storageqe-81.lab.eng.brq.redhat.com/initrd console=ttyS1,115200 inst.nompath ks=http://beaker.engineering.redhat.com/kickstart/666289 ksdevice=A0:B3:CC:EA:F8:0E serial vnc netboot_method=pxe BOOT_IMAGE=/images/storageqe-81.lab.eng.brq.redhat.com/kernel BOOTIF=01-a0-b3-cc-ea-f8-0e >14:38:48,415 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >14:38:48,415 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x00000000000927ff] usable >14:38:48,415 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000092800-0x0000000000093bff] reserved >14:38:48,415 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000098000-0x000000000009ffff] reserved >14:38:48,415 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >14:38:48,415 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000f1e33fff] usable >14:38:48,415 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000f1e34000-0x00000000f1e3dfff] ACPI data >14:38:48,415 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000f1e3e000-0x00000000f3ffefff] reserved >14:38:48,415 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000f4000000-0x00000000f7ffffff] reserved >14:38:48,415 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fee0ffff] reserved >14:38:48,415 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved >14:38:48,415 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000020bffefff] usable >14:38:48,415 INFO kernel:[ 0.000000] NX (Execute Disable) protection: active >14:38:48,415 INFO kernel:[ 0.000000] SMBIOS 2.6 present. >14:38:48,415 DEBUG kernel:[ 0.000000] DMI: HP ProLiant DL120 G7, BIOS J01 07/01/2013 >14:38:48,415 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >14:38:48,415 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >14:38:48,415 INFO kernel:[ 0.000000] No AGP bridge found >14:38:48,415 INFO kernel:[ 0.000000] e820: last_pfn = 0x20bfff max_arch_pfn = 0x400000000 >14:38:48,415 DEBUG kernel:[ 0.000000] MTRR default type: write-back >14:38:48,415 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >14:38:48,415 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >14:38:48,415 DEBUG kernel:[ 0.000000] A0000-BFFFF uncachable >14:38:48,415 DEBUG kernel:[ 0.000000] C0000-FFFFF write-protect >14:38:48,415 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >14:38:48,415 DEBUG kernel:[ 0.000000] 0 base 0F4000000 mask FFC000000 uncachable >14:38:48,415 DEBUG kernel:[ 0.000000] 1 base 0F8000000 mask FF8000000 uncachable >14:38:48,415 DEBUG kernel:[ 0.000000] 2 disabled >14:38:48,415 DEBUG kernel:[ 0.000000] 3 disabled >14:38:48,415 DEBUG kernel:[ 0.000000] 4 disabled >14:38:48,415 DEBUG kernel:[ 0.000000] 5 disabled >14:38:48,415 DEBUG kernel:[ 0.000000] 6 disabled >14:38:48,415 DEBUG kernel:[ 0.000000] 7 disabled >14:38:48,415 DEBUG kernel:[ 0.000000] 8 disabled >14:38:48,415 DEBUG kernel:[ 0.000000] 9 disabled >14:38:48,415 INFO kernel:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 >14:38:48,415 INFO kernel:[ 0.000000] e820: last_pfn = 0xf1e34 max_arch_pfn = 0x400000000 >14:38:48,415 INFO kernel:[ 0.000000] found SMP MP-table at [mem 0x000f4f80-0x000f4f8f] mapped at [ffff8800000f4f80] >14:38:48,415 DEBUG kernel:[ 0.000000] Base memory trampoline at [ffff88000008c000] 8c000 size 24576 >14:38:48,415 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] >14:38:48,415 DEBUG kernel:[ 0.000000] [mem 0x00000000-0x000fffff] page 4k >14:38:48,415 DEBUG kernel:[ 0.000000] BRK [0x01e2e000, 0x01e2efff] PGTABLE >14:38:48,415 DEBUG kernel:[ 0.000000] BRK [0x01e2f000, 0x01e2ffff] PGTABLE >14:38:48,415 DEBUG kernel:[ 0.000000] BRK [0x01e30000, 0x01e30fff] PGTABLE >14:38:48,415 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x20bc00000-0x20bdfffff] >14:38:48,415 DEBUG kernel:[ 0.000000] [mem 0x20bc00000-0x20bdfffff] page 2M >14:38:48,415 DEBUG kernel:[ 0.000000] BRK [0x01e31000, 0x01e31fff] PGTABLE >14:38:48,415 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x208000000-0x20bbfffff] >14:38:48,415 DEBUG kernel:[ 0.000000] [mem 0x208000000-0x20bbfffff] page 2M >14:38:48,415 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x200000000-0x207ffffff] >14:38:48,415 DEBUG kernel:[ 0.000000] [mem 0x200000000-0x207ffffff] page 2M >14:38:48,415 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00100000-0xf1e33fff] >14:38:48,415 DEBUG kernel:[ 0.000000] [mem 0x00100000-0x001fffff] page 4k >14:38:48,415 DEBUG kernel:[ 0.000000] [mem 0x00200000-0xf1dfffff] page 2M >14:38:48,415 DEBUG kernel:[ 0.000000] [mem 0xf1e00000-0xf1e33fff] page 4k >14:38:48,415 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff] >14:38:48,415 DEBUG kernel:[ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M >14:38:48,415 DEBUG kernel:[ 0.000000] BRK [0x01e32000, 0x01e32fff] PGTABLE >14:38:48,415 DEBUG kernel:[ 0.000000] BRK [0x01e33000, 0x01e33fff] PGTABLE >14:38:48,415 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x20be00000-0x20bffefff] >14:38:48,415 DEBUG kernel:[ 0.000000] [mem 0x20be00000-0x20bffefff] page 4k >14:38:48,415 INFO kernel:[ 0.000000] RAMDISK: [mem 0x7dfc7000-0x7fffffff] >14:38:48,415 WARNING kernel:[ 0.000000] ACPI: RSDP 00000000000f4f00 00024 (v02 HP ) >14:38:48,415 WARNING kernel:[ 0.000000] ACPI: XSDT 00000000f1e34a80 000A4 (v01 HP ProLiant 00000002 ? 0000162E) >14:38:48,415 WARNING kernel:[ 0.000000] ACPI: FACP 00000000f1e34b80 000F4 (v03 HP ProLiant 00000002 ? 0000162E) >14:38:48,415 WARNING kernel:[ 0.000000] ACPI BIOS Warning (bug): Invalid length for FADT/Pm1aControlBlock: 32, using default 16 (20130517/tbfadt-653) >14:38:48,415 WARNING kernel:[ 0.000000] ACPI BIOS Warning (bug): Invalid length for FADT/Pm2ControlBlock: 32, using default 8 (20130517/tbfadt-653) >14:38:48,415 WARNING kernel:[ 0.000000] ACPI: DSDT 00000000f1e34c80 01A41 (v01 HP DSDT 00000001 INTL 20030228) >14:38:48,415 WARNING kernel:[ 0.000000] ACPI: FACS 00000000f1e34100 00040 >14:38:48,415 WARNING kernel:[ 0.000000] ACPI: SPCR 00000000f1e34140 00050 (v01 HP SPCRRBSU 00000001 ? 0000162E) >14:38:48,415 WARNING kernel:[ 0.000000] ACPI: MCFG 00000000f1e341c0 0003C (v01 HP ProLiant 00000001 00000000) >14:38:48,415 WARNING kernel:[ 0.000000] ACPI: HPET 00000000f1e34200 00038 (v01 HP ProLiant 00000002 ? 0000162E) >14:38:48,415 WARNING kernel:[ 0.000000] ACPI: FFFF 00000000f1e34240 00064 (v02 HP ProLiant 00000002 ? 0000162E) >14:38:48,415 WARNING kernel:[ 0.000000] ACPI: SPMI 00000000f1e342c0 00040 (v05 HP ProLiant 00000001 ? 0000162E) >14:38:48,415 WARNING kernel:[ 0.000000] ACPI: ERST 00000000f1e34300 001D0 (v01 HP ProLiant 00000001 ? 0000162E) >14:38:48,415 WARNING kernel:[ 0.000000] ACPI: APIC 00000000f1e34500 00252 (v01 HP ProLiant 00000002 00000000) >14:38:48,415 WARNING kernel:[ 0.000000] ACPI: FFFF 00000000f1e34780 00176 (v01 HP ProLiant 00000001 ? 0000162E) >14:38:48,415 WARNING kernel:[ 0.000000] ACPI: BERT 00000000f1e34900 00030 (v01 HP ProLiant 00000001 ? 0000162E) >14:38:48,415 WARNING kernel:[ 0.000000] ACPI: HEST 00000000f1e34940 000BC (v01 HP ProLiant 00000001 ? 0000162E) >14:38:48,415 WARNING kernel:[ 0.000000] ACPI: DMAR 00000000f1e34a00 00070 (v01 HP ProLiant 00000001 ? 0000162E) >14:38:48,415 WARNING kernel:[ 0.000000] ACPI: SSDT 00000000f1e36700 00125 (v03 HP CRSPCI0 00000002 HP 00000001) >14:38:48,415 WARNING kernel:[ 0.000000] ACPI: SSDT 00000000f1e36840 00573 (v03 HP riser0 00000002 INTL 20030228) >14:38:48,415 WARNING kernel:[ 0.000000] ACPI: SSDT 00000000f1e36dc0 0014B (v01 HP pcc 00000001 INTL 20090625) >14:38:48,415 WARNING kernel:[ 0.000000] ACPI: SSDT 00000000f1e36f40 00AF4 (v01 INTEL PPM RCM 80000001 INTL 20061109) >14:38:48,415 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >14:38:48,415 INFO kernel:[ 0.000000] No NUMA configuration found >14:38:48,415 INFO kernel:[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000020bffefff] >14:38:48,415 INFO kernel:[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x20bffefff] >14:38:48,415 INFO kernel:[ 0.000000] NODE_DATA [mem 0x20bfd8000-0x20bffefff] >14:38:48,415 DEBUG kernel:[ 0.000000] [ffffea0000000000-ffffea00083fffff] PMD -> [ffff880203200000-ffff88020b3fffff] on node 0 >14:38:48,415 WARNING kernel:[ 0.000000] Zone ranges: >14:38:48,415 WARNING kernel:[ 0.000000] DMA [mem 0x00001000-0x00ffffff] >14:38:48,415 WARNING kernel:[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >14:38:48,415 WARNING kernel:[ 0.000000] Normal [mem 0x100000000-0x20bffefff] >14:38:48,415 WARNING kernel:[ 0.000000] Movable zone start for each node >14:38:48,415 WARNING kernel:[ 0.000000] Early memory node ranges >14:38:48,415 WARNING kernel:[ 0.000000] node 0: [mem 0x00001000-0x00091fff] >14:38:48,415 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0xf1e33fff] >14:38:48,415 WARNING kernel:[ 0.000000] node 0: [mem 0x100000000-0x20bffefff] >14:38:48,415 DEBUG kernel:[ 0.000000] On node 0 totalpages: 2088388 >14:38:48,415 DEBUG kernel:[ 0.000000] DMA zone: 64 pages used for memmap >14:38:48,415 DEBUG kernel:[ 0.000000] DMA zone: 21 pages reserved >14:38:48,415 DEBUG kernel:[ 0.000000] DMA zone: 3985 pages, LIFO batch:0 >14:38:48,415 DEBUG kernel:[ 0.000000] DMA32 zone: 16320 pages used for memmap >14:38:48,415 DEBUG kernel:[ 0.000000] DMA32 zone: 986676 pages, LIFO batch:31 >14:38:48,415 DEBUG kernel:[ 0.000000] Normal zone: 17152 pages used for memmap >14:38:48,415 DEBUG kernel:[ 0.000000] Normal zone: 1097727 pages, LIFO batch:31 >14:38:48,415 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0x908 >14:38:48,415 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] enabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] enabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0]) >14:38:48,415 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23 >14:38:48,415 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge) >14:38:48,415 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >14:38:48,415 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >14:38:48,415 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >14:38:48,415 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >14:38:48,415 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >14:38:48,415 INFO kernel:[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 >14:38:48,415 INFO kernel:[ 0.000000] smpboot: Allowing 64 CPUs, 60 hotplug CPUs >14:38:48,415 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 40 >14:38:48,415 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x00092000-0x00092fff] >14:38:48,415 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x00093000-0x00097fff] >14:38:48,415 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x00098000-0x0009ffff] >14:38:48,415 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] >14:38:48,415 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] >14:38:48,415 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xf1e34000-0xf1e3dfff] >14:38:48,415 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xf1e3e000-0xf3ffefff] >14:38:48,415 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xf3fff000-0xf3ffffff] >14:38:48,415 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xf4000000-0xf7ffffff] >14:38:48,415 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfebfffff] >14:38:48,415 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfee0ffff] >14:38:48,415 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfee10000-0xff7fffff] >14:38:48,415 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xff800000-0xffffffff] >14:38:48,415 INFO kernel:[ 0.000000] e820: [mem 0xf8000000-0xfebfffff] available for PCI devices >14:38:48,415 INFO kernel:[ 0.000000] Booting paravirtualized kernel on bare hardware >14:38:48,415 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:64 nr_cpu_ids:64 nr_node_ids:1 >14:38:48,415 INFO kernel:[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88020b400000 s86528 r8192 d24064 u131072 >14:38:48,415 DEBUG kernel:[ 0.000000] pcpu-alloc: s86528 r8192 d24064 u131072 alloc=1*2097152 >14:38:48,415 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 >14:38:48,415 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 >14:38:48,415 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 >14:38:48,415 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 >14:38:48,415 WARNING kernel:[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2054831 >14:38:48,415 WARNING kernel:[ 0.000000] Policy zone: Normal >14:38:48,415 NOTICE kernel:[ 0.000000] Kernel command line: initrd=/images/storageqe-81.lab.eng.brq.redhat.com/initrd console=ttyS1,115200 inst.nompath ks=http://beaker.engineering.redhat.com/kickstart/666289 ksdevice=A0:B3:CC:EA:F8:0E serial vnc netboot_method=pxe BOOT_IMAGE=/images/storageqe-81.lab.eng.brq.redhat.com/kernel BOOTIF=01-a0-b3-cc-ea-f8-0e >14:38:48,415 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >14:38:48,415 INFO kernel:[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 >14:38:48,415 INFO kernel:[ 0.000000] Checking aperture... >14:38:48,415 INFO kernel:[ 0.000000] No AGP bridge found >14:38:48,415 INFO kernel:[ 0.000000] Memory: 8098896k/8585212k available (6146k kernel code, 231660k absent, 254656k reserved, 4095k data, 1584k init) >14:38:48,415 INFO kernel:[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=64, Nodes=1 >14:38:48,415 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >14:38:48,415 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=64. >14:38:48,415 INFO kernel:[ 0.000000] Experimental no-CBs for all CPUs >14:38:48,415 INFO kernel:[ 0.000000] Experimental no-CBs CPUs: 0-63. >14:38:48,415 INFO kernel:[ 0.000000] NR_IRQS:327936 nr_irqs:1192 16 >14:38:48,415 INFO kernel:[ 0.000000] Console: colour VGA+ 80x25 >14:38:48,415 INFO kernel:[ 0.000000] console [ttyS1] enabled >14:38:48,415 INFO kernel:[ 0.000000] allocated 34078720 bytes of page_cgroup >14:38:48,415 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >14:38:48,415 DEBUG kernel:[ 0.000000] hpet clockevent registered >14:38:48,415 INFO kernel:[ 0.000000] tsc: Fast TSC calibration using PIT >14:38:48,415 INFO kernel:[ 0.001000] tsc: Detected 3092.897 MHz processor >14:38:48,415 INFO kernel:[ 0.000006] Calibrating delay loop (skipped), value calculated using timer frequency.. 6185.79 BogoMIPS (lpj=3092897) >14:38:48,415 INFO kernel:[ 0.004347] pid_max: default: 65536 minimum: 512 >14:38:48,415 INFO kernel:[ 0.006107] Security Framework initialized >14:38:48,415 INFO kernel:[ 0.007718] SELinux: Initializing. >14:38:48,415 DEBUG kernel:[ 0.009271] SELinux: Starting in permissive mode >14:38:48,415 INFO kernel:[ 0.009756] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) >14:38:48,415 INFO kernel:[ 0.013933] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) >14:38:48,415 INFO kernel:[ 0.017427] Mount-cache hash table entries: 4096 >14:38:48,415 INFO kernel:[ 0.019486] Initializing cgroup subsys memory >14:38:48,415 INFO kernel:[ 0.520473] Initializing cgroup subsys devices >14:38:48,415 INFO kernel:[ 0.521891] Initializing cgroup subsys freezer >14:38:48,415 INFO kernel:[ 0.523245] Initializing cgroup subsys net_cls >14:38:48,415 INFO kernel:[ 0.524639] Initializing cgroup subsys blkio >14:38:48,415 INFO kernel:[ 0.526013] Initializing cgroup subsys perf_event >14:38:48,415 INFO kernel:[ 0.527450] Initializing cgroup subsys hugetlb >14:38:48,415 INFO kernel:[ 0.528781] CPU: Physical Processor ID: 0 >14:38:48,415 INFO kernel:[ 0.529954] CPU: Processor Core ID: 0 >14:38:48,415 INFO kernel:[ 0.531048] mce: CPU supports 9 MCE banks >14:38:48,415 INFO kernel:[ 0.532676] CPU0: Thermal monitoring enabled (TM1) >14:38:48,415 INFO kernel:[ 0.534653] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0 >14:38:48,415 INFO kernel:[ 0.534653] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32 >14:38:48,415 INFO kernel:[ 0.534653] tlb_flushall_shift: 6 >14:38:48,415 INFO kernel:[ 0.540522] Freeing SMP alternatives: 24k freed >14:38:48,415 INFO kernel:[ 0.543418] ACPI: Core revision 20130517 >14:38:48,415 WARNING kernel:[ 0.546099] ACPI: All ACPI Tables successfully acquired >14:38:48,415 INFO kernel:[ 0.548393] ftrace: allocating 23513 entries in 92 pages >14:38:48,415 INFO kernel:[ 0.559294] dmar: Host address width 39 >14:38:48,415 INFO kernel:[ 0.560855] dmar: DRHD base: 0x000000fed90000 flags: 0x1 >14:38:48,415 INFO kernel:[ 0.562977] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c9008020660262 ecap f010da >14:38:48,415 INFO kernel:[ 0.566289] dmar: RMRR base: 0x000000f1ffd000 end: 0x000000f1ffffff >14:38:48,415 INFO kernel:[ 0.968072] IOAPIC id 8 under DRHD base 0xfed90000 IOMMU 0 >14:38:48,415 INFO kernel:[ 0.969882] Enabled IRQ remapping in x2apic mode >14:38:48,415 INFO kernel:[ 0.971309] Enabling x2apic >14:38:48,415 INFO kernel:[ 0.972155] Enabled x2apic >14:38:48,415 INFO kernel:[ 0.972955] Switched APIC routing to cluster x2apic. >14:38:48,415 INFO kernel:[ 0.974884] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >14:38:48,415 INFO kernel:[ 0.986645] smpboot: CPU0: Intel(R) Xeon(R) CPU E31220 @ 3.10GHz (fam: 06, model: 2a, stepping: 07) >14:38:48,415 DEBUG kernel:[ 0.989509] TSC deadline timer enabled >14:38:48,415 INFO kernel:[ 0.989523] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Broken BIOS detected, complain to your hardware vendor. >14:38:48,415 ERR kernel:[ 0.993688] [Firmware Bug]: the BIOS has corrupted hw-PMU resources (MSR 38d is 330) >14:38:48,415 WARNING kernel:[ 0.996011] Intel PMU driver. >14:38:48,415 INFO kernel:[ 0.996881] ... version: 3 >14:38:48,415 INFO kernel:[ 0.998072] ... bit width: 48 >14:38:48,415 INFO kernel:[ 0.999263] ... generic registers: 8 >14:38:48,415 INFO kernel:[ 1.000426] ... value mask: 0000ffffffffffff >14:38:48,415 INFO kernel:[ 1.002080] ... max period: 0000ffffffffffff >14:38:48,415 INFO kernel:[ 1.003611] ... fixed-purpose events: 3 >14:38:48,415 INFO kernel:[ 1.004863] ... event mask: 00000007000000ff >14:38:48,415 INFO kernel:[ 1.023285] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. >14:38:48,415 INFO kernel:[ 1.008218] smpboot: Booting Node 0, Processors #1 #2 #3 >14:38:48,415 INFO kernel:[ 1.553466] Brought up 4 CPUs >14:38:48,415 INFO kernel:[ 1.554929] smpboot: Total of 4 processors activated (24743.17 BogoMIPS) >14:38:48,415 INFO kernel:[ 1.560755] devtmpfs: initialized >14:38:48,415 INFO kernel:[ 1.562862] EVM: security.selinux >14:38:48,415 INFO kernel:[ 1.564299] EVM: security.ima >14:38:48,415 INFO kernel:[ 1.565496] EVM: security.capability >14:38:48,415 INFO kernel:[ 1.567582] atomic64 test passed for x86-64 platform with CX8 and with SSE >14:38:48,415 INFO kernel:[ 1.570311] NET: Registered protocol family 16 >14:38:48,415 INFO kernel:[ 1.572216] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it >14:38:48,415 INFO kernel:[ 1.575286] ACPI: bus type PCI registered >14:38:48,415 INFO kernel:[ 1.576784] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >14:38:48,415 INFO kernel:[ 1.579437] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf4000000-0xf7ffffff] (base 0xf4000000) >14:38:48,415 INFO kernel:[ 1.582968] PCI: MMCONFIG at [mem 0xf4000000-0xf7ffffff] reserved in E820 >14:38:48,415 INFO kernel:[ 1.588776] PCI: Using configuration type 1 for base access >14:38:48,415 INFO kernel:[ 1.591664] bio: create slab <bio-0> at 0 >14:38:48,415 INFO kernel:[ 1.593502] ACPI: Added _OSI(Module Device) >14:38:48,415 INFO kernel:[ 1.595425] ACPI: Added _OSI(Processor Device) >14:38:48,415 INFO kernel:[ 1.597212] ACPI: Added _OSI(3.0 _SCP Extensions) >14:38:48,415 INFO kernel:[ 1.599080] ACPI: Added _OSI(Processor Aggregator Device) >14:38:48,415 DEBUG kernel:[ 1.601515] ACPI: EC: Look up EC in DSDT >14:38:48,415 DEBUG kernel:[ 1.602118] \_SB_:_OSC evaluation returned wrong type >14:38:48,415 DEBUG kernel:[ 1.602119] _OSC request data:1 1f >14:38:48,415 INFO kernel:[ 1.602485] ACPI: Interpreter enabled >14:38:48,415 WARNING kernel:[ 2.004121] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571) >14:38:48,415 WARNING kernel:[ 2.007882] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571) >14:38:48,415 WARNING kernel:[ 2.011723] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20130517/hwxface-571) >14:38:48,415 INFO kernel:[ 2.015517] ACPI: (supports S0 S4 S5) >14:38:48,415 INFO kernel:[ 2.016991] ACPI: Using IOAPIC for interrupt routing >14:38:48,415 INFO kernel:[ 2.018986] HEST: Table parsing has been initialized. >14:38:48,415 INFO kernel:[ 2.021234] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >14:38:48,415 INFO kernel:[ 2.024928] ACPI: No dock devices found. >14:38:48,415 INFO kernel:[ 2.028998] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-13]) >14:38:48,415 INFO kernel:[ 2.031539] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] >14:38:48,415 INFO kernel:[ 2.034884] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM >14:38:48,415 INFO kernel:[ 2.037453] acpi PNP0A08:00: host bridge window expanded to [mem 0xfed00000-0xfed44fff]; [mem 0xfed00000-0xfed03fff] ignored >14:38:48,415 INFO kernel:[ 2.041834] PCI host bridge to bus 0000:00 >14:38:48,415 INFO kernel:[ 2.043631] pci_bus 0000:00: root bus resource [bus 00-13] >14:38:48,415 INFO kernel:[ 2.202962] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfbffffff] >14:38:48,415 INFO kernel:[ 2.548254] pci_bus 0000:00: root bus resource [io 0x1000-0xffff] >14:38:48,415 INFO kernel:[ 2.550708] pci_bus 0000:00: root bus resource [io 0x0000-0x03af] >14:38:48,415 INFO kernel:[ 2.553086] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7] >14:38:48,415 INFO kernel:[ 2.555638] pci_bus 0000:00: root bus resource [io 0x0d00-0x0fff] >14:38:48,415 INFO kernel:[ 2.558220] pci_bus 0000:00: root bus resource [mem 0xfed00000-0xfed44fff] >14:38:48,415 INFO kernel:[ 2.560886] pci_bus 0000:00: root bus resource [io 0x03b0-0x03bb] >14:38:48,415 INFO kernel:[ 2.563186] pci_bus 0000:00: root bus resource [io 0x03c0-0x03df] >14:38:48,415 INFO kernel:[ 2.565668] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >14:38:48,415 DEBUG kernel:[ 2.568264] pci 0000:00:00.0: [8086:0108] type 00 class 0x060000 >14:38:48,415 DEBUG kernel:[ 2.568314] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400 >14:38:48,415 DEBUG kernel:[ 2.568339] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold >14:38:48,415 DEBUG kernel:[ 2.568382] pci 0000:00:06.0: [8086:010d] type 01 class 0x060400 >14:38:48,415 DEBUG kernel:[ 2.568405] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold >14:38:48,415 DEBUG kernel:[ 2.568459] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320 >14:38:48,415 DEBUG kernel:[ 2.568479] pci 0000:00:1a.0: reg 0x10: [mem 0xfa4c0000-0xfa4c03ff] >14:38:48,415 DEBUG kernel:[ 2.568561] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold >14:38:48,415 DEBUG kernel:[ 2.568604] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400 >14:38:48,415 DEBUG kernel:[ 2.568678] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold >14:38:48,415 DEBUG kernel:[ 2.568724] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400 >14:38:48,415 DEBUG kernel:[ 2.568795] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold >14:38:48,415 DEBUG kernel:[ 2.568838] pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400 >14:38:48,415 DEBUG kernel:[ 2.568910] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold >14:38:48,415 DEBUG kernel:[ 2.568953] pci 0000:00:1c.6: [8086:1c1c] type 01 class 0x060400 >14:38:48,415 DEBUG kernel:[ 2.569024] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold >14:38:48,415 DEBUG kernel:[ 2.569068] pci 0000:00:1c.7: [8086:1c1e] type 01 class 0x060400 >14:38:48,415 DEBUG kernel:[ 2.569140] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold >14:38:48,415 DEBUG kernel:[ 2.569187] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320 >14:38:48,415 DEBUG kernel:[ 2.569206] pci 0000:00:1d.0: reg 0x10: [mem 0xfa4b0000-0xfa4b03ff] >14:38:48,415 DEBUG kernel:[ 2.569291] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold >14:38:48,415 DEBUG kernel:[ 2.569331] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 >14:38:48,415 DEBUG kernel:[ 2.569405] pci 0000:00:1f.0: [8086:1c54] type 00 class 0x060100 >14:38:48,415 DEBUG kernel:[ 2.569540] pci 0000:00:1f.2: [8086:1c02] type 00 class 0x010601 >14:38:48,415 DEBUG kernel:[ 2.569556] pci 0000:00:1f.2: reg 0x10: [io 0x1400-0x1407] >14:38:48,415 DEBUG kernel:[ 2.569563] pci 0000:00:1f.2: reg 0x14: [io 0x1408-0x140b] >14:38:48,415 DEBUG kernel:[ 2.569569] pci 0000:00:1f.2: reg 0x18: [io 0x1410-0x1417] >14:38:48,415 DEBUG kernel:[ 2.569576] pci 0000:00:1f.2: reg 0x1c: [io 0x1418-0x141b] >14:38:48,415 DEBUG kernel:[ 2.569583] pci 0000:00:1f.2: reg 0x20: [io 0x1420-0x143f] >14:38:48,415 DEBUG kernel:[ 2.569589] pci 0000:00:1f.2: reg 0x24: [mem 0xfa4a0000-0xfa4a07ff] >14:38:48,415 DEBUG kernel:[ 2.569629] pci 0000:00:1f.2: PME# supported from D3hot >14:38:48,415 DEBUG kernel:[ 2.569782] pci 0000:04:00.0: [1033:0125] type 01 class 0x060400 >14:38:48,415 DEBUG kernel:[ 2.569840] pci 0000:04:00.0: supports D1 >14:38:48,415 DEBUG kernel:[ 2.569841] pci 0000:04:00.0: PME# supported from D0 D1 D3hot D3cold >14:38:48,415 DEBUG kernel:[ 2.569923] pci 0000:04:00.1: [1033:0125] type 01 class 0x060400 >14:38:48,415 DEBUG kernel:[ 2.569940] pci 0000:04:00.1: reg 0x10: [mem 0xfb9f0000-0xfb9f007f 64bit] >14:38:48,415 DEBUG kernel:[ 2.570087] pci 0000:04:00.1: supports D1 >14:38:48,415 DEBUG kernel:[ 2.570089] pci 0000:04:00.1: PME# supported from D0 D1 D3hot D3cold >14:38:48,415 INFO kernel:[ 2.571277] pci 0000:00:01.0: PCI bridge to [bus 04-06] >14:38:48,415 DEBUG kernel:[ 2.573653] pci 0000:00:01.0: bridge window [io 0x6000-0x6fff] >14:38:48,415 DEBUG kernel:[ 2.573655] pci 0000:00:01.0: bridge window [mem 0xfb900000-0xfbafffff] >14:38:48,415 DEBUG kernel:[ 2.573699] pci 0000:05:01.0: [1077:3032] type 00 class 0x020000 >14:38:48,415 DEBUG kernel:[ 2.573714] pci 0000:05:01.0: reg 0x10: [io 0x6000-0x60ff] >14:38:48,415 DEBUG kernel:[ 2.573725] pci 0000:05:01.0: reg 0x14: [mem 0xfbaf0000-0xfbaf0fff 64bit] >14:38:48,415 DEBUG kernel:[ 2.573752] pci 0000:05:01.0: reg 0x30: [mem 0x00000000-0x0007ffff pref] >14:38:48,415 DEBUG kernel:[ 2.573814] pci 0000:05:01.1: [1077:4032] type 00 class 0x028000 >14:38:48,415 DEBUG kernel:[ 2.573828] pci 0000:05:01.1: reg 0x10: [io 0x6400-0x64ff] >14:38:48,415 DEBUG kernel:[ 2.573840] pci 0000:05:01.1: reg 0x14: [mem 0xfbae0000-0xfbae0fff 64bit] >14:38:48,415 DEBUG kernel:[ 2.573866] pci 0000:05:01.1: reg 0x30: [mem 0x00000000-0x0007ffff pref] >14:38:48,415 DEBUG kernel:[ 2.573928] pci 0000:05:01.2: [1077:3032] type 00 class 0x020000 >14:38:48,415 DEBUG kernel:[ 2.573943] pci 0000:05:01.2: reg 0x10: [io 0x6800-0x68ff] >14:38:48,415 DEBUG kernel:[ 2.573954] pci 0000:05:01.2: reg 0x14: [mem 0xfbad0000-0xfbad0fff 64bit] >14:38:48,415 DEBUG kernel:[ 2.573980] pci 0000:05:01.2: reg 0x30: [mem 0x00000000-0x0007ffff pref] >14:38:48,415 DEBUG kernel:[ 2.574043] pci 0000:05:01.3: [1077:4032] type 00 class 0x028000 >14:38:48,415 DEBUG kernel:[ 2.574058] pci 0000:05:01.3: reg 0x10: [io 0x6c00-0x6cff] >14:38:48,415 DEBUG kernel:[ 2.574069] pci 0000:05:01.3: reg 0x14: [mem 0xfbac0000-0xfbac0fff 64bit] >14:38:48,415 DEBUG kernel:[ 2.574095] pci 0000:05:01.3: reg 0x30: [mem 0x00000000-0x0007ffff pref] >14:38:48,415 INFO kernel:[ 2.574178] pci 0000:04:00.0: PCI bridge to [bus 05] >14:38:48,415 DEBUG kernel:[ 2.576205] pci 0000:04:00.0: bridge window [io 0x6000-0x6fff] >14:38:48,415 DEBUG kernel:[ 2.576208] pci 0000:04:00.0: bridge window [mem 0xfba00000-0xfbafffff] >14:38:48,415 INFO kernel:[ 2.576294] pci 0000:04:00.1: PCI bridge to [bus 06] >14:38:48,415 DEBUG kernel:[ 2.578391] pci 0000:07:00.0: [103c:323a] type 00 class 0x010400 >14:38:48,415 DEBUG kernel:[ 2.578402] pci 0000:07:00.0: reg 0x10: [mem 0xfbc00000-0xfbffffff 64bit] >14:38:48,415 DEBUG kernel:[ 2.578411] pci 0000:07:00.0: reg 0x18: [mem 0xfbbf0000-0xfbbf0fff 64bit] >14:38:48,415 DEBUG kernel:[ 2.578416] pci 0000:07:00.0: reg 0x20: [io 0x7000-0x70ff] >14:38:48,415 DEBUG kernel:[ 2.578427] pci 0000:07:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref] >14:38:48,415 DEBUG kernel:[ 2.578457] pci 0000:07:00.0: supports D1 >14:38:48,415 DEBUG kernel:[ 2.578458] pci 0000:07:00.0: PME# supported from D0 >14:38:48,415 INFO kernel:[ 2.580274] pci 0000:00:06.0: PCI bridge to [bus 07] >14:38:48,415 DEBUG kernel:[ 2.582293] pci 0000:00:06.0: bridge window [io 0x7000-0x7fff] >14:38:48,415 DEBUG kernel:[ 2.582295] pci 0000:00:06.0: bridge window [mem 0xfbb00000-0xfbffffff] >14:38:48,415 INFO kernel:[ 2.582425] pci 0000:00:1c.0: PCI bridge to [bus 0a] >14:38:48,415 DEBUG kernel:[ 2.584590] pci 0000:02:00.0: [8086:10d3] type 00 class 0x020000 >14:38:48,415 DEBUG kernel:[ 2.584616] pci 0000:02:00.0: reg 0x10: [mem 0xfb7e0000-0xfb7fffff] >14:38:48,415 DEBUG kernel:[ 2.584650] pci 0000:02:00.0: reg 0x18: [io 0x4000-0x401f] >14:38:48,415 DEBUG kernel:[ 2.584668] pci 0000:02:00.0: reg 0x1c: [mem 0xfb7d0000-0xfb7d3fff] >14:38:48,415 DEBUG kernel:[ 2.584830] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold >14:38:48,415 INFO kernel:[ 2.586534] pci 0000:00:1c.4: PCI bridge to [bus 02] >14:38:48,415 DEBUG kernel:[ 2.588745] pci 0000:00:1c.4: bridge window [io 0x4000-0x4fff] >14:38:48,415 DEBUG kernel:[ 2.588748] pci 0000:00:1c.4: bridge window [mem 0xfb700000-0xfb7fffff] >14:38:48,415 INFO kernel:[ 2.588795] pci 0000:00:1c.5: PCI bridge to [bus 03] >14:38:48,415 INFO kernel:[ 2.590921] pci 0000:00:1c.6: PCI bridge to [bus 0d] >14:38:48,415 DEBUG kernel:[ 2.592949] pci 0000:01:00.0: [103c:3306] type 00 class 0x088000 >14:38:48,415 DEBUG kernel:[ 2.592967] pci 0000:01:00.0: reg 0x10: [io 0x3000-0x30ff] >14:38:48,415 DEBUG kernel:[ 2.592980] pci 0000:01:00.0: reg 0x14: [mem 0xfb6f0000-0xfb6f01ff] >14:38:48,415 DEBUG kernel:[ 2.592992] pci 0000:01:00.0: reg 0x18: [io 0x3400-0x34ff] >14:38:48,415 DEBUG kernel:[ 2.593155] pci 0000:01:00.1: [102b:0533] type 00 class 0x030000 >14:38:48,415 DEBUG kernel:[ 2.593173] pci 0000:01:00.1: reg 0x10: [mem 0xf9000000-0xf9ffffff pref] >14:38:48,415 DEBUG kernel:[ 2.593185] pci 0000:01:00.1: reg 0x14: [mem 0xfb6e0000-0xfb6e3fff] >14:38:48,415 DEBUG kernel:[ 2.593198] pci 0000:01:00.1: reg 0x18: [mem 0xfa800000-0xfaffffff] >14:38:48,415 DEBUG kernel:[ 2.593358] pci 0000:01:00.2: [103c:3307] type 00 class 0x088000 >14:38:48,415 DEBUG kernel:[ 2.593376] pci 0000:01:00.2: reg 0x10: [io 0x3800-0x38ff] >14:38:48,415 DEBUG kernel:[ 2.593388] pci 0000:01:00.2: reg 0x14: [mem 0xfa7f0000-0xfa7f00ff] >14:38:48,415 DEBUG kernel:[ 2.593401] pci 0000:01:00.2: reg 0x18: [mem 0xfa600000-0xfa6fffff] >14:38:48,415 DEBUG kernel:[ 2.593414] pci 0000:01:00.2: reg 0x1c: [mem 0xfa580000-0xfa5fffff] >14:38:48,415 DEBUG kernel:[ 2.593427] pci 0000:01:00.2: reg 0x20: [mem 0xfa570000-0xfa577fff] >14:38:48,415 DEBUG kernel:[ 2.593440] pci 0000:01:00.2: reg 0x24: [mem 0xfa560000-0xfa567fff] >14:38:48,415 DEBUG kernel:[ 2.593453] pci 0000:01:00.2: reg 0x30: [mem 0x00000000-0x0000ffff pref] >14:38:48,415 DEBUG kernel:[ 2.593519] pci 0000:01:00.2: PME# supported from D0 D3hot D3cold >14:38:48,415 DEBUG kernel:[ 2.593571] pci 0000:01:00.4: [103c:3300] type 00 class 0x0c0300 >14:38:48,415 DEBUG kernel:[ 2.593636] pci 0000:01:00.4: reg 0x20: [io 0x2000-0x201f] >14:38:48,415 INFO kernel:[ 2.594902] pci 0000:00:1c.7: PCI bridge to [bus 01] >14:38:48,415 DEBUG kernel:[ 2.596915] pci 0000:00:1c.7: bridge window [io 0x2000-0x3fff] >14:38:48,415 DEBUG kernel:[ 2.596918] pci 0000:00:1c.7: bridge window [mem 0xfa500000-0xfb6fffff] >14:38:48,415 DEBUG kernel:[ 2.596923] pci 0000:00:1c.7: bridge window [mem 0xf9000000-0xf9ffffff 64bit pref] >14:38:48,415 INFO kernel:[ 2.596979] pci 0000:00:1e.0: PCI bridge to [bus 13] (subtractive decode) >14:38:48,415 DEBUG kernel:[ 2.599676] pci 0000:00:1e.0: bridge window [mem 0xf8000000-0xfbffffff] (subtractive decode) >14:38:48,415 DEBUG kernel:[ 2.599677] pci 0000:00:1e.0: bridge window [io 0x1000-0xffff] (subtractive decode) >14:38:48,415 DEBUG kernel:[ 2.599679] pci 0000:00:1e.0: bridge window [io 0x0000-0x03af] (subtractive decode) >14:38:48,415 DEBUG kernel:[ 2.599680] pci 0000:00:1e.0: bridge window [io 0x03e0-0x0cf7] (subtractive decode) >14:38:48,415 DEBUG kernel:[ 2.599681] pci 0000:00:1e.0: bridge window [io 0x0d00-0x0fff] (subtractive decode) >14:38:48,415 DEBUG kernel:[ 2.599682] pci 0000:00:1e.0: bridge window [mem 0xfed00000-0xfed44fff] (subtractive decode) >14:38:48,415 DEBUG kernel:[ 2.599683] pci 0000:00:1e.0: bridge window [io 0x03b0-0x03bb] (subtractive decode) >14:38:48,415 DEBUG kernel:[ 2.599685] pci 0000:00:1e.0: bridge window [io 0x03c0-0x03df] (subtractive decode) >14:38:48,415 DEBUG kernel:[ 2.599686] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) >14:38:48,415 INFO kernel:[ 2.599857] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 7 10 *11) >14:38:48,415 INFO kernel:[ 3.001993] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7 *10 11) >14:38:48,415 INFO kernel:[ 3.004014] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 *7 10 11) >14:38:48,415 INFO kernel:[ 3.006098] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 10 *11) >14:38:48,415 INFO kernel:[ 3.008047] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *7 10 11) >14:38:48,415 INFO kernel:[ 3.009990] ACPI: PCI Interrupt Link [LNKF] (IRQs *5 7 10 11) >14:38:48,415 INFO kernel:[ 3.011971] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 7 10 11) *0, disabled. >14:38:48,415 INFO kernel:[ 3.014373] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 7 10 11) *0, disabled. >14:38:48,415 DEBUG kernel:[ 3.016718] ACPI: \_SB_.PCI0: notify handler is installed >14:38:48,415 DEBUG kernel:[ 3.016736] Found 1 acpi root devices >14:38:48,415 INFO kernel:[ 3.016784] vgaarb: device added: PCI:0000:01:00.1,decodes=io+mem,owns=io+mem,locks=none >14:38:48,415 INFO kernel:[ 3.019218] vgaarb: loaded >14:38:48,415 INFO kernel:[ 3.020151] vgaarb: bridge control possible 0000:01:00.1 >14:38:48,415 NOTICE kernel:[ 3.021997] SCSI subsystem initialized >14:38:48,415 INFO kernel:[ 3.023124] ACPI: bus type USB registered >14:38:48,415 INFO kernel:[ 3.024400] usbcore: registered new interface driver usbfs >14:38:48,415 INFO kernel:[ 3.026125] usbcore: registered new interface driver hub >14:38:48,415 INFO kernel:[ 3.027688] usbcore: registered new device driver usb >14:38:48,415 INFO kernel:[ 3.029184] PCI: Using ACPI for IRQ routing >14:38:48,415 DEBUG kernel:[ 3.031707] PCI: pci_cache_line_size set to 64 bytes >14:38:48,415 DEBUG kernel:[ 3.031766] e820: reserve RAM buffer [mem 0x00092800-0x0009ffff] >14:38:48,415 DEBUG kernel:[ 3.031767] e820: reserve RAM buffer [mem 0xf1e34000-0xf3ffffff] >14:38:48,415 DEBUG kernel:[ 3.031768] e820: reserve RAM buffer [mem 0x20bfff000-0x20bffffff] >14:38:48,415 INFO kernel:[ 3.031835] NetLabel: Initializing >14:38:48,415 INFO kernel:[ 3.032901] NetLabel: domain hash size = 128 >14:38:48,415 INFO kernel:[ 3.034276] NetLabel: protocols = UNLABELED CIPSOv4 >14:38:48,415 INFO kernel:[ 3.035765] NetLabel: unlabeled traffic allowed by default >14:38:48,415 INFO kernel:[ 3.037533] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 >14:38:48,415 INFO kernel:[ 3.540129] hpet0: 8 comparators, 64-bit 14.318180 MHz counter >14:38:48,415 INFO kernel:[ 3.544458] Switching to clocksource hpet >14:38:48,415 INFO kernel:[ 3.549542] pnp: PnP ACPI init >14:38:48,415 INFO kernel:[ 3.550944] ACPI: bus type PNP registered >14:38:48,415 INFO kernel:[ 3.552702] system 00:00: [io 0x0408-0x040f] has been reserved >14:38:48,415 INFO kernel:[ 3.555116] system 00:00: [io 0x04d0-0x04d1] has been reserved >14:38:48,415 INFO kernel:[ 3.557407] system 00:00: [io 0x0310-0x0313] has been reserved >14:38:48,415 INFO kernel:[ 3.559650] system 00:00: [io 0x0316-0x0317] has been reserved >14:38:48,415 INFO kernel:[ 3.561874] system 00:00: [io 0x0700-0x071f] has been reserved >14:38:48,415 INFO kernel:[ 3.564231] system 00:00: [io 0x0880-0x08ff] has been reserved >14:38:48,415 INFO kernel:[ 3.566718] system 00:00: [io 0x0900-0x097f] has been reserved >14:38:48,415 INFO kernel:[ 3.568937] system 00:00: [io 0x0cd4-0x0cd7] has been reserved >14:38:48,415 INFO kernel:[ 3.571120] system 00:00: [io 0x0cd0-0x0cd3] has been reserved >14:38:48,415 INFO kernel:[ 3.573503] system 00:00: [io 0x0f50-0x0f58] has been reserved >14:38:48,415 INFO kernel:[ 3.575747] system 00:00: [io 0x0ca0-0x0ca1] has been reserved >14:38:48,415 INFO kernel:[ 3.577960] system 00:00: [io 0x0ca4-0x0ca5] has been reserved >14:38:48,415 INFO kernel:[ 3.580216] system 00:00: [io 0x02f8-0x02ff] has been reserved >14:38:48,415 INFO kernel:[ 3.582601] system 00:00: [mem 0xf4000000-0xf7ffffff] has been reserved >14:38:48,415 INFO kernel:[ 3.794727] system 00:00: [mem 0xfe000000-0xfebfffff] has been reserved >14:38:48,415 INFO kernel:[ 4.087425] system 00:00: [mem 0xfed90000-0xfed91fff] could not be reserved >14:38:48,415 DEBUG kernel:[ 4.090198] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) >14:38:48,415 DEBUG kernel:[ 4.090214] pnp 00:01: Plug and Play ACPI device, IDs IPI0001 (active) >14:38:48,415 DEBUG kernel:[ 4.090236] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active) >14:38:48,415 DEBUG kernel:[ 4.090242] pnp 00:03: [dma 7] >14:38:48,415 DEBUG kernel:[ 4.090251] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active) >14:38:48,415 DEBUG kernel:[ 4.090264] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active) >14:38:48,415 DEBUG kernel:[ 4.090277] pnp 00:05: Plug and Play ACPI device, IDs PNP0a06 (active) >14:38:48,415 DEBUG kernel:[ 4.090407] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 PNP0500 (active) >14:38:48,415 DEBUG kernel:[ 4.090422] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active) >14:38:48,415 DEBUG kernel:[ 4.090438] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active) >14:38:48,415 DEBUG kernel:[ 4.090456] pnp 00:09: Plug and Play ACPI device, IDs PNP0f13 PNP0f0e (active) >14:38:48,415 INFO kernel:[ 4.090525] pnp: PnP ACPI: found 10 devices >14:38:48,415 INFO kernel:[ 4.092223] ACPI: bus type PNP unregistered >14:38:48,415 INFO kernel:[ 4.099739] pci 0000:00:01.0: BAR 15: assigned [mem 0xf8000000-0xf81fffff pref] >14:38:48,415 INFO kernel:[ 4.102737] pci 0000:00:06.0: BAR 15: assigned [mem 0xf8200000-0xf82fffff pref] >14:38:48,415 INFO kernel:[ 4.105660] pci 0000:04:00.0: BAR 15: assigned [mem 0xf8000000-0xf81fffff pref] >14:38:48,415 INFO kernel:[ 4.108421] pci 0000:05:01.0: BAR 6: assigned [mem 0xf8000000-0xf807ffff pref] >14:38:48,415 INFO kernel:[ 4.111277] pci 0000:05:01.1: BAR 6: assigned [mem 0xf8080000-0xf80fffff pref] >14:38:48,415 INFO kernel:[ 4.114146] pci 0000:05:01.2: BAR 6: assigned [mem 0xf8100000-0xf817ffff pref] >14:38:48,415 INFO kernel:[ 4.116864] pci 0000:05:01.3: BAR 6: assigned [mem 0xf8180000-0xf81fffff pref] >14:38:48,415 INFO kernel:[ 4.119627] pci 0000:04:00.0: PCI bridge to [bus 05] >14:38:48,415 INFO kernel:[ 4.121472] pci 0000:04:00.0: bridge window [io 0x6000-0x6fff] >14:38:48,415 INFO kernel:[ 4.123873] pci 0000:04:00.0: bridge window [mem 0xfba00000-0xfbafffff] >14:38:48,415 INFO kernel:[ 4.126601] pci 0000:04:00.0: bridge window [mem 0xf8000000-0xf81fffff pref] >14:38:48,415 INFO kernel:[ 4.129373] pci 0000:04:00.1: PCI bridge to [bus 06] >14:38:48,415 INFO kernel:[ 4.131299] pci 0000:00:01.0: PCI bridge to [bus 04-06] >14:38:48,415 INFO kernel:[ 4.133460] pci 0000:00:01.0: bridge window [io 0x6000-0x6fff] >14:38:48,415 INFO kernel:[ 4.635102] pci 0000:00:01.0: bridge window [mem 0xfb900000-0xfbafffff] >14:38:48,415 INFO kernel:[ 4.637094] pci 0000:00:01.0: bridge window [mem 0xf8000000-0xf81fffff pref] >14:38:48,415 INFO kernel:[ 4.639308] pci 0000:07:00.0: BAR 6: assigned [mem 0xf8200000-0xf827ffff pref] >14:38:48,415 INFO kernel:[ 4.641416] pci 0000:00:06.0: PCI bridge to [bus 07] >14:38:48,415 INFO kernel:[ 4.642894] pci 0000:00:06.0: bridge window [io 0x7000-0x7fff] >14:38:48,415 INFO kernel:[ 4.644710] pci 0000:00:06.0: bridge window [mem 0xfbb00000-0xfbffffff] >14:38:48,415 INFO kernel:[ 4.646665] pci 0000:00:06.0: bridge window [mem 0xf8200000-0xf82fffff pref] >14:38:48,415 INFO kernel:[ 4.648734] pci 0000:00:1c.0: PCI bridge to [bus 0a] >14:38:48,415 INFO kernel:[ 4.650339] pci 0000:00:1c.4: PCI bridge to [bus 02] >14:38:48,415 INFO kernel:[ 4.651778] pci 0000:00:1c.4: bridge window [io 0x4000-0x4fff] >14:38:48,415 INFO kernel:[ 4.653625] pci 0000:00:1c.4: bridge window [mem 0xfb700000-0xfb7fffff] >14:38:48,415 INFO kernel:[ 4.655700] pci 0000:00:1c.5: PCI bridge to [bus 03] >14:38:48,415 INFO kernel:[ 4.657186] pci 0000:00:1c.6: PCI bridge to [bus 0d] >14:38:48,415 INFO kernel:[ 4.658619] pci 0000:01:00.2: BAR 6: assigned [mem 0xfa500000-0xfa50ffff pref] >14:38:48,415 INFO kernel:[ 4.660685] pci 0000:00:1c.7: PCI bridge to [bus 01] >14:38:48,415 INFO kernel:[ 4.662134] pci 0000:00:1c.7: bridge window [io 0x2000-0x3fff] >14:38:48,415 INFO kernel:[ 4.663934] pci 0000:00:1c.7: bridge window [mem 0xfa500000-0xfb6fffff] >14:38:48,415 INFO kernel:[ 5.165609] pci 0000:00:1c.7: bridge window [mem 0xf9000000-0xf9ffffff 64bit pref] >14:38:48,415 INFO kernel:[ 5.168010] pci 0000:00:1e.0: PCI bridge to [bus 13] >14:38:48,415 DEBUG kernel:[ 5.169475] pci_bus 0000:00: resource 4 [mem 0xf8000000-0xfbffffff] >14:38:48,415 DEBUG kernel:[ 5.169477] pci_bus 0000:00: resource 5 [io 0x1000-0xffff] >14:38:48,415 DEBUG kernel:[ 5.169478] pci_bus 0000:00: resource 6 [io 0x0000-0x03af] >14:38:48,415 DEBUG kernel:[ 5.169479] pci_bus 0000:00: resource 7 [io 0x03e0-0x0cf7] >14:38:48,415 DEBUG kernel:[ 5.169481] pci_bus 0000:00: resource 8 [io 0x0d00-0x0fff] >14:38:48,415 DEBUG kernel:[ 5.169482] pci_bus 0000:00: resource 9 [mem 0xfed00000-0xfed44fff] >14:38:48,415 DEBUG kernel:[ 5.169483] pci_bus 0000:00: resource 10 [io 0x03b0-0x03bb] >14:38:48,415 DEBUG kernel:[ 5.169484] pci_bus 0000:00: resource 11 [io 0x03c0-0x03df] >14:38:48,415 DEBUG kernel:[ 5.169485] pci_bus 0000:00: resource 12 [mem 0x000a0000-0x000bffff] >14:38:48,415 DEBUG kernel:[ 5.169487] pci_bus 0000:04: resource 0 [io 0x6000-0x6fff] >14:38:48,415 DEBUG kernel:[ 5.169488] pci_bus 0000:04: resource 1 [mem 0xfb900000-0xfbafffff] >14:38:48,415 DEBUG kernel:[ 5.169489] pci_bus 0000:04: resource 2 [mem 0xf8000000-0xf81fffff pref] >14:38:48,415 DEBUG kernel:[ 5.169491] pci_bus 0000:05: resource 0 [io 0x6000-0x6fff] >14:38:48,415 DEBUG kernel:[ 5.169492] pci_bus 0000:05: resource 1 [mem 0xfba00000-0xfbafffff] >14:38:48,415 DEBUG kernel:[ 5.169493] pci_bus 0000:05: resource 2 [mem 0xf8000000-0xf81fffff pref] >14:38:48,415 DEBUG kernel:[ 5.169494] pci_bus 0000:07: resource 0 [io 0x7000-0x7fff] >14:38:48,415 DEBUG kernel:[ 5.169496] pci_bus 0000:07: resource 1 [mem 0xfbb00000-0xfbffffff] >14:38:48,415 DEBUG kernel:[ 5.169497] pci_bus 0000:07: resource 2 [mem 0xf8200000-0xf82fffff pref] >14:38:48,415 DEBUG kernel:[ 5.169498] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff] >14:38:48,415 DEBUG kernel:[ 5.169500] pci_bus 0000:02: resource 1 [mem 0xfb700000-0xfb7fffff] >14:38:48,415 DEBUG kernel:[ 5.169501] pci_bus 0000:01: resource 0 [io 0x2000-0x3fff] >14:38:48,415 DEBUG kernel:[ 5.169502] pci_bus 0000:01: resource 1 [mem 0xfa500000-0xfb6fffff] >14:38:48,415 DEBUG kernel:[ 5.169503] pci_bus 0000:01: resource 2 [mem 0xf9000000-0xf9ffffff 64bit pref] >14:38:48,415 DEBUG kernel:[ 5.169505] pci_bus 0000:13: resource 4 [mem 0xf8000000-0xfbffffff] >14:38:48,415 DEBUG kernel:[ 5.169506] pci_bus 0000:13: resource 5 [io 0x1000-0xffff] >14:38:48,415 DEBUG kernel:[ 5.169507] pci_bus 0000:13: resource 6 [io 0x0000-0x03af] >14:38:48,415 DEBUG kernel:[ 5.169508] pci_bus 0000:13: resource 7 [io 0x03e0-0x0cf7] >14:38:48,415 DEBUG kernel:[ 5.169510] pci_bus 0000:13: resource 8 [io 0x0d00-0x0fff] >14:38:48,415 DEBUG kernel:[ 5.169511] pci_bus 0000:13: resource 9 [mem 0xfed00000-0xfed44fff] >14:38:48,415 DEBUG kernel:[ 5.169512] pci_bus 0000:13: resource 10 [io 0x03b0-0x03bb] >14:38:48,415 DEBUG kernel:[ 5.169513] pci_bus 0000:13: resource 11 [io 0x03c0-0x03df] >14:38:48,415 DEBUG kernel:[ 5.169514] pci_bus 0000:13: resource 12 [mem 0x000a0000-0x000bffff] >14:38:48,415 INFO kernel:[ 5.169540] NET: Registered protocol family 2 >14:38:48,415 INFO kernel:[ 5.170962] TCP established hash table entries: 65536 (order: 7, 524288 bytes) >14:38:48,415 INFO kernel:[ 5.173248] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) >14:38:48,415 INFO kernel:[ 5.175292] TCP: Hash tables configured (established 65536 bind 65536) >14:38:48,415 INFO kernel:[ 5.177201] TCP: reno registered >14:38:48,415 INFO kernel:[ 5.178155] UDP hash table entries: 4096 (order: 5, 131072 bytes) >14:38:48,415 INFO kernel:[ 5.180194] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) >14:38:48,415 INFO kernel:[ 5.182237] NET: Registered protocol family 1 >14:38:48,415 DEBUG kernel:[ 5.205846] pci 0000:01:00.1: Boot video device >14:38:48,415 DEBUG kernel:[ 5.205965] PCI: CLS 64 bytes, default 64 >14:38:48,415 INFO kernel:[ 5.206003] Unpacking initramfs... >14:38:48,415 INFO kernel:[ 8.003616] Freeing initrd memory: 32996k freed >14:38:48,415 INFO kernel:[ 8.008200] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) >14:38:48,415 INFO kernel:[ 8.010134] software IO TLB [mem 0xede34000-0xf1e34000] (64MB) mapped at [ffff8800ede34000-ffff8800f1e33fff] >14:38:48,415 INFO kernel:[ 8.013450] microcode: CPU0 sig=0x206a7, pf=0x2, revision=0x29 >14:38:48,415 INFO kernel:[ 8.015213] microcode: CPU1 sig=0x206a7, pf=0x2, revision=0x29 >14:38:48,415 INFO kernel:[ 8.016911] microcode: CPU2 sig=0x206a7, pf=0x2, revision=0x29 >14:38:48,415 INFO kernel:[ 8.018619] microcode: CPU3 sig=0x206a7, pf=0x2, revision=0x29 >14:38:48,415 INFO kernel:[ 8.020370] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >14:38:48,415 INFO kernel:[ 8.023128] futex hash table entries: 16384 (order: 8, 1048576 bytes) >14:38:48,415 NOTICE kernel:[ 8.025291] Initialise system trusted keyring >14:38:48,415 INFO kernel:[ 8.026619] audit: initializing netlink socket (disabled) >14:38:48,415 NOTICE kernel:[ 8.028299] type=2000 audit(1394635039.691:1): initialized >14:38:48,415 INFO kernel:[ 8.046297] HugeTLB registered 2 MB page size, pre-allocated 0 pages >14:38:48,415 INFO kernel:[ 8.048896] zbud: loaded >14:38:48,415 NOTICE kernel:[ 8.049819] VFS: Disk quotas dquot_6.5.2 >14:38:48,415 WARNING kernel:[ 8.051039] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >14:38:48,415 INFO kernel:[ 8.053136] msgmni has been set to 15882 >14:38:48,415 NOTICE kernel:[ 8.054358] Key type big_key registered >14:38:48,415 DEBUG kernel:[ 8.055481] SELinux: Registering netfilter hooks >14:38:48,415 INFO kernel:[ 8.056024] alg: No test for stdrng (krng) >14:38:48,415 INFO kernel:[ 8.057253] NET: Registered protocol family 38 >14:38:48,415 NOTICE kernel:[ 8.058552] Key type asymmetric registered >14:38:48,415 NOTICE kernel:[ 8.059749] Asymmetric key parser 'x509' registered >14:38:48,415 INFO kernel:[ 8.061201] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >14:38:48,415 INFO kernel:[ 8.063435] io scheduler noop registered >14:38:48,415 INFO kernel:[ 8.064579] io scheduler deadline registered (default) >14:38:48,415 INFO kernel:[ 8.066092] io scheduler cfq registered >14:38:48,415 DEBUG kernel:[ 8.067351] pcieport 0000:00:01.0: irq 41 for MSI/MSI-X >14:38:48,415 DEBUG kernel:[ 8.067432] pcieport 0000:00:06.0: irq 42 for MSI/MSI-X >14:38:48,415 INFO kernel:[ 8.067818] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >14:38:48,415 INFO kernel:[ 8.069502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >14:38:48,415 DEBUG kernel:[ 8.071473] intel_idle: MWAIT substates: 0x1120 >14:38:48,415 DEBUG kernel:[ 8.071475] intel_idle: v0.4 model 0x2A >14:38:48,415 DEBUG kernel:[ 8.071475] intel_idle: lapic_timer_reliable_states 0xffffffff >14:38:48,415 INFO kernel:[ 8.071532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >14:38:48,415 INFO kernel:[ 8.073844] ACPI: Power Button [PWRF] >14:38:48,415 INFO kernel:[ 8.075073] thermal LNXTHERM:00: registered as thermal_zone0 >14:38:48,415 INFO kernel:[ 8.076738] ACPI: Thermal Zone [THM0] (8 C) >14:38:48,415 ERR kernel:[ 8.078237] ERST: Failed to get Error Log Address Range. >14:38:48,415 INFO kernel:[ 8.079810] GHES: APEI firmware first mode is enabled by WHEA _OSC. >14:38:48,415 INFO kernel:[ 8.081731] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >14:38:48,415 INFO kernel:[ 8.104200] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >14:38:48,415 INFO kernel:[ 8.126435] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A >14:38:48,415 INFO kernel:[ 8.128459] Non-volatile memory driver v1.3 >14:38:48,415 INFO kernel:[ 8.129719] Linux agpgart interface v0.103 >14:38:48,415 INFO kernel:[ 8.130993] crash memory driver: version 1.1 >14:38:48,415 INFO kernel:[ 8.132372] rdac: device handler registered >14:38:48,415 INFO kernel:[ 8.133615] hp_sw: device handler registered >14:38:48,415 INFO kernel:[ 8.134868] emc: device handler registered >14:38:48,415 INFO kernel:[ 8.136084] alua: device handler registered >14:38:48,415 INFO kernel:[ 8.137318] libphy: Fixed MDIO Bus: probed >14:38:48,415 INFO kernel:[ 8.138542] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >14:38:48,415 INFO kernel:[ 8.140415] ehci-pci: EHCI PCI platform driver >14:38:48,415 INFO kernel:[ 8.141779] ehci-pci 0000:00:1a.0: EHCI Host Controller >14:38:48,415 INFO kernel:[ 8.143383] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 >14:38:48,415 INFO kernel:[ 8.145525] ehci-pci 0000:00:1a.0: debug port 2 >14:38:48,415 DEBUG kernel:[ 8.150750] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported >14:38:48,415 INFO kernel:[ 8.150765] ehci-pci 0000:00:1a.0: irq 21, io mem 0xfa4c0000 >14:38:48,415 INFO kernel:[ 8.158100] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 >14:38:48,415 INFO kernel:[ 8.159854] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >14:38:48,415 INFO kernel:[ 8.609794] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >14:38:48,415 INFO kernel:[ 8.664524] usb usb1: Product: EHCI Host Controller >14:38:48,415 INFO kernel:[ 8.666401] usb usb1: Manufacturer: Linux 3.10.0-108.el7.x86_64 ehci_hcd >14:38:48,415 INFO kernel:[ 8.669082] usb usb1: SerialNumber: 0000:00:1a.0 >14:38:48,415 INFO kernel:[ 8.671014] hub 1-0:1.0: USB hub found >14:38:48,415 INFO kernel:[ 8.672632] hub 1-0:1.0: 2 ports detected >14:38:48,415 INFO kernel:[ 8.674330] ehci-pci 0000:00:1d.0: EHCI Host Controller >14:38:48,415 INFO kernel:[ 8.676423] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2 >14:38:48,415 INFO kernel:[ 8.679262] ehci-pci 0000:00:1d.0: debug port 2 >14:38:48,415 DEBUG kernel:[ 8.684955] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported >14:38:48,415 INFO kernel:[ 8.684966] ehci-pci 0000:00:1d.0: irq 20, io mem 0xfa4b0000 >14:38:48,415 INFO kernel:[ 8.692980] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 >14:38:48,415 INFO kernel:[ 8.695291] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 >14:38:48,415 INFO kernel:[ 8.697980] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >14:38:48,415 INFO kernel:[ 8.700845] usb usb2: Product: EHCI Host Controller >14:38:48,415 INFO kernel:[ 8.702856] usb usb2: Manufacturer: Linux 3.10.0-108.el7.x86_64 ehci_hcd >14:38:48,415 INFO kernel:[ 8.705388] usb usb2: SerialNumber: 0000:00:1d.0 >14:38:48,415 INFO kernel:[ 8.707170] hub 2-0:1.0: USB hub found >14:38:48,415 INFO kernel:[ 8.708654] hub 2-0:1.0: 2 ports detected >14:38:48,415 INFO kernel:[ 9.110100] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >14:38:48,415 INFO kernel:[ 9.110889] tsc: Refined TSC clocksource calibration: 3092.973 MHz >14:38:48,415 INFO kernel:[ 9.110890] Switching to clocksource tsc >14:38:48,415 INFO kernel:[ 9.116687] ohci-pci: OHCI PCI platform driver >14:38:48,415 INFO kernel:[ 9.118444] uhci_hcd: USB Universal Host Controller Interface driver >14:38:48,415 INFO kernel:[ 9.120938] uhci_hcd 0000:01:00.4: UHCI Host Controller >14:38:48,415 INFO kernel:[ 9.123090] uhci_hcd 0000:01:00.4: new USB bus registered, assigned bus number 3 >14:38:48,415 INFO kernel:[ 9.125990] uhci_hcd 0000:01:00.4: port count misdetected? forcing to 2 ports >14:38:48,415 INFO kernel:[ 9.128737] uhci_hcd 0000:01:00.4: irq 16, io base 0x00002000 >14:38:48,415 INFO kernel:[ 9.131057] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 >14:38:48,415 INFO kernel:[ 9.134076] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >14:38:48,415 INFO kernel:[ 9.137237] usb usb3: Product: UHCI Host Controller >14:38:48,415 INFO kernel:[ 9.139369] usb usb3: Manufacturer: Linux 3.10.0-108.el7.x86_64 uhci_hcd >14:38:48,415 INFO kernel:[ 9.242422] usb usb3: SerialNumber: 0000:01:00.4 >14:38:48,415 INFO kernel:[ 9.244607] hub 3-0:1.0: USB hub found >14:38:48,415 INFO kernel:[ 9.246313] hub 3-0:1.0: 2 ports detected >14:38:48,415 INFO kernel:[ 9.248197] usbcore: registered new interface driver usbserial >14:38:48,415 INFO kernel:[ 9.250690] usbcore: registered new interface driver usbserial_generic >14:38:48,415 INFO kernel:[ 9.253746] usbserial: USB Serial support registered for generic >14:38:48,415 INFO kernel:[ 9.345839] usb 1-1: new high-speed USB device number 2 using ehci-pci >14:38:48,415 INFO kernel:[ 9.657519] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f0e:PS2M] at 0x60,0x64 irq 1,12 >14:38:48,415 INFO kernel:[ 9.662889] serio: i8042 KBD port at 0x60,0x64 irq 1 >14:38:48,415 INFO kernel:[ 9.664584] serio: i8042 AUX port at 0x60,0x64 irq 12 >14:38:48,415 INFO kernel:[ 9.666214] mousedev: PS/2 mouse device common for all mice >14:38:48,415 INFO kernel:[ 9.668099] rtc_cmos 00:07: RTC can wake from S4 >14:38:48,415 INFO kernel:[ 9.668110] usb 1-1: New USB device found, idVendor=8087, idProduct=0024 >14:38:48,415 INFO kernel:[ 9.668111] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 >14:38:48,415 INFO kernel:[ 9.668244] hub 1-1:1.0: USB hub found >14:38:48,415 INFO kernel:[ 9.668358] hub 1-1:1.0: 6 ports detected >14:38:48,415 INFO kernel:[ 9.676659] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0 >14:38:48,415 INFO kernel:[ 9.678575] rtc_cmos 00:07: alarms up to one day, 114 bytes nvram, hpet irqs >14:38:48,415 INFO kernel:[ 9.680823] cpuidle: using governor menu >14:38:48,415 INFO kernel:[ 9.682351] hidraw: raw HID events driver (C) Jiri Kosina >14:38:48,415 INFO kernel:[ 9.684951] usbcore: registered new interface driver usbhid >14:38:48,415 INFO kernel:[ 9.686740] usbhid: USB HID core driver >14:38:48,415 INFO kernel:[ 9.687972] drop_monitor: Initializing network drop monitor service >14:38:48,415 INFO kernel:[ 9.789754] usb 2-1: new high-speed USB device number 2 using ehci-pci >14:38:48,415 INFO kernel:[ 10.051023] usb 2-1: New USB device found, idVendor=8087, idProduct=0024 >14:38:48,415 INFO kernel:[ 10.051024] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 >14:38:48,415 INFO kernel:[ 10.051186] hub 2-1:1.0: USB hub found >14:38:48,415 INFO kernel:[ 10.051297] hub 2-1:1.0: 6 ports detected >14:38:48,415 INFO kernel:[ 10.154687] usb 3-1: new full-speed USB device number 2 using uhci_hcd >14:38:48,415 INFO kernel:[ 10.200950] TCP: cubic registered >14:38:48,416 INFO kernel:[ 10.202078] Initializing XFRM netlink socket >14:38:48,416 INFO kernel:[ 10.203470] NET: Registered protocol family 10 >14:38:48,416 INFO kernel:[ 10.205049] NET: Registered protocol family 17 >14:38:48,416 NOTICE kernel:[ 10.206622] Loading compiled-in X.509 certificates >14:38:48,416 NOTICE kernel:[ 10.208522] Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: 8b4044d811b4aa4b440c42b5083968de0e57d4a7' >14:38:48,416 INFO kernel:[ 10.212354] registered taskstats version 1 >14:38:48,416 NOTICE kernel:[ 10.215326] Key type trusted registered >14:38:48,416 NOTICE kernel:[ 10.218440] Key type encrypted registered >14:38:48,416 INFO kernel:[ 10.221475] IMA: No TPM chip found, activating TPM-bypass! >14:38:48,416 INFO kernel:[ 10.224139] rtc_cmos 00:07: setting system clock to 2014-03-12 14:37:33 UTC (1394635053) >14:38:48,416 INFO kernel:[ 10.227395] Freeing unused kernel memory: 1584k freed >14:38:48,416 ERR kernel:[ 10.646552] atkbd serio0: Failed to enable keyboard on isa0060/serio0 >14:38:48,416 INFO kernel:[ 10.646582] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 >14:38:48,416 INFO kernel:[ 10.786203] usb 3-1: New USB device found, idVendor=03f0, idProduct=7029 >14:38:48,416 INFO kernel:[ 10.789237] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 >14:38:48,416 INFO kernel:[ 10.792404] usb 3-1: Product: Virtual Keyboard >14:38:48,416 INFO kernel:[ 10.796120] usb 3-1: Manufacturer: HP >14:38:48,416 INFO kernel:[ 10.804735] input: HP Virtual Keyboard as /devices/pci0000:00/0000:00:1c.7/0000:01:00.4/usb3/3-1/3-1:1.0/input/input2 >14:38:48,416 INFO kernel:[ 11.257149] hid-generic 0003:03F0:7029.0001: input,hidraw0: USB HID v1.01 Keyboard [HP Virtual Keyboard ] on usb-0000:01:00.4-1/input0 >14:38:48,416 INFO kernel:[ 11.271188] input: HP Virtual Keyboard as /devices/pci0000:00/0000:00:1c.7/0000:01:00.4/usb3/3-1/3-1:1.1/input/input3 >14:38:48,416 INFO kernel:[ 11.271423] hid-generic 0003:03F0:7029.0002: input,hidraw1: USB HID v1.01 Mouse [HP Virtual Keyboard ] on usb-0000:01:00.4-1/input1 >14:38:48,416 INFO kernel:[ 11.808008] BIOS EDD facility v0.16 2004-Jun-25, 4 devices found >14:38:48,416 INFO kernel:[ 11.839101] device-mapper: uevent: version 1.0.3 >14:38:48,416 INFO kernel:[ 11.840606] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com >14:38:48,416 INFO kernel:[ 11.844695] device-mapper: multipath: version 1.6.0 loaded >14:38:48,416 INFO kernel:[ 12.404494] squashfs: version 4.0 (2009/01/31) Phillip Lougher >14:38:48,416 INFO kernel:[ 12.409214] Loading iSCSI transport class v2.0-870. >14:38:48,416 NOTICE kernel:[ 12.413880] iscsi: registered transport (tcp) >14:38:48,416 INFO kernel:[ 12.429344] Floppy drive(s): fd0 is 1.44M >14:38:48,416 INFO kernel:[ 15.446576] floppy0: no floppy controllers found >14:38:48,416 INFO kernel:[ 15.459754] No iBFT detected. >14:38:48,416 INFO kernel:[ 15.462305] md: raid0 personality registered for level 0 >14:38:48,416 INFO kernel:[ 15.465990] md: raid1 personality registered for level 1 >14:38:48,416 INFO kernel:[ 15.469206] async_tx: api initialized (async) >14:38:48,416 INFO kernel:[ 15.471471] xor: automatically using best checksumming function: >14:38:48,416 INFO kernel:[ 15.482474] avx : 25016.000 MB/sec >14:38:48,416 WARNING kernel:[ 15.502471] raid6: sse2x1 8742 MB/s >14:38:48,416 WARNING kernel:[ 15.520467] raid6: sse2x2 10976 MB/s >14:38:48,416 WARNING kernel:[ 15.538476] raid6: sse2x4 12734 MB/s >14:38:48,416 WARNING kernel:[ 15.540373] raid6: using algorithm sse2x4 (12734 MB/s) >14:38:48,416 WARNING kernel:[ 15.542693] raid6: using ssse3x2 recovery algorithm >14:38:48,416 INFO kernel:[ 15.548386] md: raid6 personality registered for level 6 >14:38:48,416 INFO kernel:[ 15.550951] md: raid5 personality registered for level 5 >14:38:48,416 INFO kernel:[ 15.553318] md: raid4 personality registered for level 4 >14:38:48,416 INFO kernel:[ 15.559223] md: raid10 personality registered for level 10 >14:38:48,416 INFO kernel:[ 15.563248] md: linear personality registered for level -1 >14:38:48,416 INFO kernel:[ 15.575554] device-mapper: multipath round-robin: version 1.0.0 loaded >14:38:48,416 INFO kernel:[ 15.582276] sha256_ssse3: Using AVX optimized SHA-256 implementation >14:38:48,416 INFO kernel:[ 15.600559] RPC: Registered named UNIX socket transport module. >14:38:48,416 INFO kernel:[ 15.603228] RPC: Registered udp transport module. >14:38:48,416 INFO kernel:[ 15.605362] RPC: Registered tcp transport module. >14:38:48,416 INFO kernel:[ 15.607362] RPC: Registered tcp NFSv4.1 backchannel transport module. >14:38:48,416 INFO kernel:[ 15.880829] pps_core: LinuxPPS API ver. 1 registered >14:38:48,416 INFO kernel:[ 15.883120] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> >14:38:48,416 INFO kernel:[ 15.887246] HP HPSA Driver (v 3.4.2-RH5) >14:38:48,416 NOTICE kernel:[ 15.887337] iscsi: registered transport (qla4xxx) >14:38:48,416 WARNING kernel:[ 15.891325] hpsa 0000:07:00.0: can't disable ASPM; OS doesn't have ASPM control >14:38:48,416 INFO kernel:[ 15.891409] PTP clock support registered >14:38:48,416 INFO kernel:[ 15.891479] ACPI: bus type ATA registered >14:38:48,416 DEBUG kernel:[ 15.891545] libata version 3.00 loaded. >14:38:48,416 ALERT kernel:[ 15.892996] qla3xxx: QLogic ISP3XXX Network Driver >14:38:48,416 ALERT kernel:[ 15.892996] qla3xxx: Driver name: qla3xxx, Version: v2.03.00-k5 >14:38:48,416 INFO kernel:[ 15.892999] qla3xxx 0000:05:01.0 eth0: qla3xxx Adapter 0 RevisionID 0 found QLA3032 on PCI slot 1 >14:38:48,416 INFO kernel:[ 15.892999] qla3xxx 0000:05:01.0 eth0: COPPER Interface >14:38:48,416 INFO kernel:[ 15.893000] qla3xxx 0000:05:01.0 eth0: Bus interface is 64-bit PCI-X >14:38:48,416 INFO kernel:[ 15.893001] qla3xxx 0000:05:01.0 eth0: mem IO base address adjusted = 0xffffc90000c5e000 >14:38:48,416 INFO kernel:[ 15.893002] qla3xxx 0000:05:01.0 eth0: Interrupt number = 17 >14:38:48,416 INFO kernel:[ 15.893003] qla3xxx 0000:05:01.0 eth0: MAC address 00:c0:dd:20:b5:54 >14:38:48,416 INFO kernel:[ 15.893701] qla4xxx 0000:05:01.1: Found an ISP4032, irq 18, iobase 0xffffc90000c60000 >14:38:48,416 INFO kernel:[ 15.893735] scsi0 : qla4xxx >14:38:48,416 INFO kernel:[ 15.894043] qla4xxx 0000:05:01.1: Configuring PCI space... >14:38:48,416 INFO kernel:[ 15.894044] qla4xxx 0000:05:01.1: Configuring PCI space... >14:38:48,416 INFO kernel:[ 15.929451] hpsa 0000:07:00.0: MSIX >14:38:48,416 DEBUG kernel:[ 15.931222] hpsa 0000:07:00.0: irq 43 for MSI/MSI-X >14:38:48,416 DEBUG kernel:[ 15.931242] hpsa 0000:07:00.0: irq 44 for MSI/MSI-X >14:38:48,416 DEBUG kernel:[ 15.931258] hpsa 0000:07:00.0: irq 45 for MSI/MSI-X >14:38:48,416 DEBUG kernel:[ 15.931280] hpsa 0000:07:00.0: irq 46 for MSI/MSI-X >14:38:48,416 DEBUG kernel:[ 15.931295] hpsa 0000:07:00.0: irq 47 for MSI/MSI-X >14:38:48,416 DEBUG kernel:[ 15.931313] hpsa 0000:07:00.0: irq 48 for MSI/MSI-X >14:38:48,416 DEBUG kernel:[ 15.931328] hpsa 0000:07:00.0: irq 49 for MSI/MSI-X >14:38:48,416 DEBUG kernel:[ 15.931345] hpsa 0000:07:00.0: irq 50 for MSI/MSI-X >14:38:48,416 INFO kernel:[ 15.932016] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k >14:38:48,416 INFO kernel:[ 15.934613] e1000e: Copyright(c) 1999 - 2013 Intel Corporation. >14:38:48,416 DEBUG kernel:[ 15.937363] ahci 0000:00:1f.2: version 3.0 >14:38:48,416 DEBUG kernel:[ 15.938451] ahci 0000:00:1f.2: irq 51 for MSI/MSI-X >14:38:48,416 INFO kernel:[ 15.938508] ahci: SSS flag set, parallel bus scan disabled >14:38:48,416 INFO kernel:[ 15.938523] e1000e 0000:02:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode >14:38:48,416 DEBUG kernel:[ 15.938554] e1000e 0000:02:00.0: irq 52 for MSI/MSI-X >14:38:48,416 DEBUG kernel:[ 15.938564] e1000e 0000:02:00.0: irq 53 for MSI/MSI-X >14:38:48,416 DEBUG kernel:[ 15.938573] e1000e 0000:02:00.0: irq 54 for MSI/MSI-X >14:38:48,416 INFO kernel:[ 15.945096] [drm] Initialized drm 1.1.0 20060810 >14:38:48,416 INFO kernel:[ 15.946759] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) >14:38:48,416 INFO kernel:[ 15.951432] hpsa 0000:07:00.0: hpsa0: <0x323a> at IRQ 43 using DAC >14:38:48,416 INFO kernel:[ 15.955414] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode >14:38:48,416 INFO kernel:[ 15.958861] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pmp pio slum part ems apst >14:38:48,416 INFO kernel:[ 15.963632] alg: No test for crc32 (crc32-pclmul) >14:38:48,416 INFO kernel:[ 15.974577] scsi1 : hpsa >14:38:48,416 INFO kernel:[ 15.976888] hpsa 0000:07:00.0: RAID device c1b3t0l0 added. >14:38:48,416 NOTICE kernel:[ 15.977095] scsi 1:3:0:0: RAID HP P410 2.74 PQ: 0 ANSI: 0 >14:38:48,416 INFO kernel:[ 16.040769] e1000e 0000:02:00.0 eth1: registered PHC clock >14:38:48,416 INFO kernel:[ 16.040770] e1000e 0000:02:00.0 eth1: (PCI Express:2.5GT/s:Width x1) a0:b3:cc:ea:f8:0e >14:38:48,416 INFO kernel:[ 16.040771] e1000e 0000:02:00.0 eth1: Intel(R) PRO/1000 Network Connection >14:38:48,416 INFO kernel:[ 16.040856] e1000e 0000:02:00.0 eth1: MAC: 3, PHY: 8, PBA No: FFFFFF-0FF >14:38:48,416 INFO kernel:[ 16.092604] scsi2 : ahci >14:38:48,416 INFO kernel:[ 16.093795] scsi3 : ahci >14:38:48,416 INFO kernel:[ 16.094982] scsi4 : ahci >14:38:48,416 INFO kernel:[ 16.096207] scsi5 : ahci >14:38:48,416 INFO kernel:[ 16.097353] scsi6 : ahci >14:38:48,416 INFO kernel:[ 16.098577] scsi7 : ahci >14:38:48,416 INFO kernel:[ 16.099782] ata1: SATA max UDMA/133 abar m2048@0xfa4a0000 port 0xfa4a0100 irq 51 >14:38:48,416 INFO kernel:[ 16.103116] ata2: SATA max UDMA/133 abar m2048@0xfa4a0000 port 0xfa4a0180 irq 51 >14:38:48,416 INFO kernel:[ 16.106350] ata3: SATA max UDMA/133 abar m2048@0xfa4a0000 port 0xfa4a0200 irq 51 >14:38:48,416 INFO kernel:[ 16.109445] ata4: SATA max UDMA/133 abar m2048@0xfa4a0000 port 0xfa4a0280 irq 51 >14:38:48,416 INFO kernel:[ 16.112737] ata5: SATA max UDMA/133 abar m2048@0xfa4a0000 port 0xfa4a0300 irq 51 >14:38:48,416 INFO kernel:[ 16.118961] [TTM] Zone kernel: Available graphics memory: 4066750 kiB >14:38:48,416 INFO kernel:[ 16.118965] [TTM] Zone dma32: Available graphics memory: 2097152 kiB >14:38:48,416 INFO kernel:[ 16.118965] [TTM] Initializing pool allocator >14:38:48,416 INFO kernel:[ 16.118981] [TTM] Initializing DMA pool allocator >14:38:48,416 ERR kernel:[ 16.506762] irq 16: nobody cared (try booting with the "irqpoll" option) >14:38:48,416 WARNING kernel:[ 16.506764] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.10.0-108.el7.x86_64 #1 >14:38:48,416 WARNING kernel:[ 16.506765] Hardware name: HP ProLiant DL120 G7, BIOS J01 07/01/2013 >14:38:48,416 WARNING kernel:[ 16.506767] ffff8801fec20500 817b44fedc3e2c38 ffff88020b403e40 ffffffff815ebc4a >14:38:48,416 WARNING kernel:[ 16.506768] ffff88020b403e68 ffffffff810f9692 ffff8801fec20500 0000000000000010 >14:38:48,416 WARNING kernel:[ 16.506769] 0000000000000000 ffff88020b403ea8 ffffffff810f9ab2 817b44fedc3e2c38 >14:38:48,416 WARNING kernel:[ 16.506769] Call Trace: >14:38:48,416 WARNING kernel:[ 16.506775] <IRQ> [<ffffffff815ebc4a>] dump_stack+0x19/0x1b >14:38:48,416 WARNING kernel:[ 16.506778] [<ffffffff810f9692>] __report_bad_irq+0x32/0xd0 >14:38:48,416 WARNING kernel:[ 16.506779] [<ffffffff810f9ab2>] note_interrupt+0x132/0x1f0 >14:38:48,416 WARNING kernel:[ 16.506780] [<ffffffff810f71d1>] handle_irq_event_percpu+0xe1/0x1e0 >14:38:48,416 WARNING kernel:[ 16.506781] [<ffffffff810f730d>] handle_irq_event+0x3d/0x60 >14:38:48,416 WARNING kernel:[ 16.506783] [<ffffffff810fa76a>] handle_fasteoi_irq+0x5a/0x100 >14:38:48,416 WARNING kernel:[ 16.506786] [<ffffffff81014c1f>] handle_irq+0xbf/0x150 >14:38:48,416 WARNING kernel:[ 16.506788] [<ffffffff815f7a4a>] ? atomic_notifier_call_chain+0x1a/0x20 >14:38:48,416 WARNING kernel:[ 16.506789] [<ffffffff815fe60f>] do_IRQ+0x4f/0xf0 >14:38:48,416 WARNING kernel:[ 16.506791] [<ffffffff815f376d>] common_interrupt+0x6d/0x6d >14:38:48,416 WARNING kernel:[ 16.506794] <EOI> [<ffffffff8148d85f>] ? cpuidle_enter_state+0x4f/0xc0 >14:38:48,416 WARNING kernel:[ 16.506795] [<ffffffff8148d995>] cpuidle_idle_call+0xc5/0x200 >14:38:48,416 WARNING kernel:[ 16.506797] [<ffffffff8101bc5e>] arch_cpu_idle+0xe/0x30 >14:38:48,416 WARNING kernel:[ 16.506799] [<ffffffff810b4795>] cpu_startup_entry+0xf5/0x290 >14:38:48,416 WARNING kernel:[ 16.506802] [<ffffffff815cdbb7>] rest_init+0x77/0x80 >14:38:48,416 WARNING kernel:[ 16.506805] [<ffffffff81a18f97>] start_kernel+0x429/0x44a >14:38:48,416 WARNING kernel:[ 16.506806] [<ffffffff81a18977>] ? repair_env_string+0x5c/0x5c >14:38:48,416 WARNING kernel:[ 16.506808] [<ffffffff81a18120>] ? early_idt_handlers+0x120/0x120 >14:38:48,416 WARNING kernel:[ 16.506809] [<ffffffff81a185de>] x86_64_start_reservations+0x2a/0x2c >14:38:48,416 WARNING kernel:[ 16.506811] [<ffffffff81a18732>] x86_64_start_kernel+0x152/0x175 >14:38:48,416 ERR kernel:[ 16.506811] handlers: >14:38:48,416 ERR kernel:[ 16.506813] [<ffffffff81402410>] usb_hcd_irq >14:38:48,416 EMERG kernel:[ 16.506814] Disabling IRQ #16 >14:38:48,416 INFO kernel:[ 28.084281] fbcon: mgadrmfb (fb0) is primary device >14:38:48,416 INFO kernel:[ 28.084406] ata6: SATA max UDMA/133 abar m2048@0xfa4a0000 port 0xfa4a0380 irq 51 >14:38:48,416 WARNING kernel:[ 28.084693] [sched_delayed] sched: RT throttling activated >14:38:48,416 INFO kernel:[ 28.152746] [drm] mga base 0 >14:38:48,416 INFO kernel:[ 28.235227] Console: switching to colour frame buffer device 128x48 >14:38:48,416 INFO kernel:[ 28.274434] mgag200 0000:01:00.1: fb0: mgadrmfb frame buffer device >14:38:48,416 INFO kernel:[ 28.276415] mgag200 0000:01:00.1: registered panic notifier >14:38:48,416 INFO kernel:[ 28.278183] [drm] Initialized mgag200 1.0.0 20110418 for 0000:01:00.1 on minor 0 >14:38:48,416 INFO kernel:[ 28.545619] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) >14:38:48,416 ERR kernel:[ 28.548980] ata1.00: failed to enable AA (error_mask=0x1) >14:38:48,416 INFO kernel:[ 28.551330] ata1.00: ATA-8: VB0250EAVER, HPG7, max UDMA/100 >14:38:48,416 INFO kernel:[ 28.653881] ata1.00: 488397168 sectors, multi 0: LBA48 NCQ (depth 31/32) >14:38:48,416 ERR kernel:[ 28.657753] ata1.00: failed to enable AA (error_mask=0x1) >14:38:48,416 INFO kernel:[ 28.660136] ata1.00: configured for UDMA/100 >14:38:48,416 NOTICE kernel:[ 28.663787] scsi 2:0:0:0: Direct-Access ATA VB0250EAVER HPG7 PQ: 0 ANSI: 5 >14:38:48,416 INFO kernel:[ 29.128510] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) >14:38:48,416 INFO kernel:[ 29.131038] ata2.00: ATA-8: MB0500EBNCR, HPG2, max UDMA/133 >14:38:48,416 INFO kernel:[ 29.132847] ata2.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA >14:38:48,416 INFO kernel:[ 29.135569] ata2.00: configured for UDMA/133 >14:38:48,416 NOTICE kernel:[ 29.137197] scsi 3:0:0:0: Direct-Access ATA MB0500EBNCR HPG2 PQ: 0 ANSI: 5 >14:38:48,416 INFO kernel:[ 29.599406] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) >14:38:48,416 ERR kernel:[ 29.602767] ata3.00: failed to enable AA (error_mask=0x1) >14:38:48,416 INFO kernel:[ 29.605230] ata3.00: ATA-8: MB0500EBZQA, HPG1, max UDMA/133 >14:38:48,416 INFO kernel:[ 29.607729] ata3.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32) >14:38:48,416 ERR kernel:[ 29.611410] ata3.00: failed to enable AA (error_mask=0x1) >14:38:48,416 INFO kernel:[ 29.614365] ata3.00: configured for UDMA/133 >14:38:48,416 NOTICE kernel:[ 29.616518] scsi 4:0:0:0: Direct-Access ATA MB0500EBZQA HPG1 PQ: 0 ANSI: 5 >14:38:48,416 INFO kernel:[ 29.924319] ata4: SATA link down (SStatus 0 SControl 300) >14:38:48,416 INFO kernel:[ 30.386212] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300) >14:38:48,416 INFO kernel:[ 30.391139] ata5.00: ATAPI: hp DVD A DU8D4SH, MHE4, max UDMA/100 >14:38:48,416 INFO kernel:[ 30.397527] ata5.00: configured for UDMA/100 >14:38:48,416 NOTICE kernel:[ 30.410614] scsi 6:0:0:0: CD-ROM hp DVD A DU8D4SH MHE4 PQ: 0 ANSI: 5 >14:38:48,416 INFO kernel:[ 30.718145] ata6: SATA link down (SStatus 0 SControl 300) >14:38:48,416 NOTICE kernel:[ 30.722980] sd 2:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB) >14:38:48,416 NOTICE kernel:[ 30.723184] sd 4:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB) >14:38:48,416 NOTICE kernel:[ 30.723211] sd 3:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB) >14:38:48,416 NOTICE kernel:[ 30.723216] sd 4:0:0:0: [sdc] Write Protect is off >14:38:48,416 DEBUG kernel:[ 30.723217] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00 >14:38:48,416 NOTICE kernel:[ 30.723233] sd 4:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >14:38:48,416 NOTICE kernel:[ 30.723355] sd 3:0:0:0: [sdb] Write Protect is off >14:38:48,416 DEBUG kernel:[ 30.723356] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00 >14:38:48,416 NOTICE kernel:[ 30.723376] sd 3:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >14:38:48,416 INFO kernel:[ 30.732273] sdb: >14:38:48,416 NOTICE kernel:[ 30.732386] sd 3:0:0:0: [sdb] Attached SCSI disk >14:38:48,416 INFO kernel:[ 30.734291] sdc: >14:38:48,416 NOTICE kernel:[ 30.734393] sd 4:0:0:0: [sdc] Attached SCSI disk >14:38:48,416 NOTICE kernel:[ 30.743446] sd 2:0:0:0: [sda] Write Protect is off >14:38:48,416 DEBUG kernel:[ 30.744926] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00 >14:38:48,416 NOTICE kernel:[ 30.744936] sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >14:38:48,416 INFO kernel:[ 30.758552] sda: sda1 sda2 sda3 >14:38:48,416 NOTICE kernel:[ 30.759998] sd 2:0:0:0: [sda] Attached SCSI disk >14:38:48,416 WARNING kernel:[ 30.767597] sr0: scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray >14:38:48,416 INFO kernel:[ 30.769578] cdrom: Uniform CD-ROM driver Revision: 3.20 >14:38:48,416 DEBUG kernel:[ 30.771568] sr 6:0:0:0: Attached scsi CD-ROM sr0 >14:38:48,416 INFO kernel:[ 46.428264] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready >14:38:48,416 INFO kernel:[ 49.510039] e1000e: enp2s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx >14:38:48,416 INFO kernel:[ 49.546251] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready >14:38:48,416 INFO kernel:[ 57.106321] qla4xxx 0000:05:01.1: Configuring NVRAM ... >14:38:48,416 INFO kernel:[ 57.282521] qla4xxx 0000:05:01.1: Starting firmware ... >14:38:48,416 INFO kernel:[ 59.248853] qla4xxx 0000:05:01.1: Initializing firmware.. >14:38:48,416 INFO kernel:[ 62.475156] qla4xxx 0000:05:01.1: qla4xxx_isr_decode_mailbox: LINK UP >14:38:48,416 WARNING kernel:[ 71.712103] scsi0: AEN 8029, mbox_sts[2]=0003, mbox_sts[3]=0005 >14:38:48,416 INFO kernel:[ 71.807307] qla4xxx 0000:05:01.1: qla4xxx_request_irqs: irq 18 attached >14:38:48,416 INFO kernel:[ 71.840015] QLogic iSCSI HBA Driver version: 5.04.00.04.07.00-k0 >14:38:48,416 INFO kernel:[ 71.840015] QLogic ISP4032 @ 0000:05:01.1, host#=0, fw=03.00.01.53 >14:38:48,416 INFO kernel:[ 71.903316] qla4xxx 0000:05:01.1: get_fw_boot_info: Get FW boot info for 0x4032 func 1 >14:38:48,416 INFO kernel:[ 71.941585] qla4xxx 0000:05:01.1: qla4xxx_setup_boot_info: syfsboot disabled - driver will trigger login and publish session for discovery . >14:38:48,416 INFO kernel:[ 72.001224] qla4xxx 0000:05:01.1: qla4xxx_sysfs_ddb_tgt_create: sysfs entry flashnode_sess-0:0 created >14:38:48,416 INFO kernel:[ 72.044071] qla4xxx 0000:05:01.1: qla4xxx_sysfs_ddb_tgt_create: sysfs entry flashnode_conn-0:0:0 created >14:38:48,416 INFO kernel:[ 72.122957] qla4xxx 0000:05:01.1: qla4xxx_get_fwddb_entry: DDB[0] MB0 4000 Tot 1 Next 0 State 0001 ConnErr 00000000 10.34.36.195 :3260 "iqn.1994-05.com.redhat:storageqe-80" >14:38:48,416 INFO kernel:[ 72.195611] qla4xxx 0000:05:01.1: qla4xxx_get_fwddb_entry: DDB[0] MB0 4000 Tot 1 Next 0 State 0001 ConnErr 00000000 10.34.36.195 :3260 "iqn.1994-05.com.redhat:storageqe-80" >14:38:48,416 ERR kernel:[ 72.267522] session1: Cannot notify userspace of session event 106. Check iscsi daemon >14:38:48,416 ERR kernel:[ 72.305042] qla4xxx 0000:05:01.1: Do not have CHAP table cache >14:38:48,416 INFO kernel:[ 72.333579] qla4xxx 0000:05:01.1: qla4xxx_get_fwddb_entry: DDB[0] MB0 4000 Tot 1 Next 0 State 0007 ConnErr 00000000 10.34.36.195 :3260 "iqn.1994-05.com.redhat:storageqe-80" >14:38:48,416 INFO kernel:[ 72.841857] qla4xxx 0000:05:01.1: scsi0: qla4xxx_unblock_flash_ddb: ddb[0] unblock session >14:38:48,416 INFO kernel:[ 72.885711] qla4xxx 0000:05:01.1: scsi0: qla4xxx_unblock_flash_ddb: ddb[0] start scan >14:38:48,416 INFO kernel:[ 72.927073] qla4xxx 0000:05:01.1: qla4xxx_get_fwddb_entry: DDB[0] MB0 4000 Tot 1 Next 0 State 0004 ConnErr 00000000 10.34.36.195 :3260 "iqn.1994-05.com.redhat:storageqe-80" >14:38:48,416 ERR kernel:[ 73.011383] qla4xxx 0000:05:01.1: Do not have CHAP table cache >14:38:48,416 NOTICE kernel:[ 73.011411] scsi 0:0:0:0: RAID IET Controller 0001 PQ: 0 ANSI: 5 >14:38:48,416 NOTICE kernel:[ 73.084795] scsi 0:0:0:1: Direct-Access IET VIRTUAL-DISK 0001 PQ: 0 ANSI: 5 >14:38:48,416 NOTICE kernel:[ 73.127662] sd 0:0:0:1: [sdd] 102400000 512-byte logical blocks: (52.4 GB/48.8 GiB) >14:38:48,416 NOTICE kernel:[ 73.164516] sd 0:0:0:1: [sdd] Write Protect is off >14:38:48,416 DEBUG kernel:[ 73.191131] sd 0:0:0:1: [sdd] Mode Sense: 49 00 00 08 >14:38:48,416 NOTICE kernel:[ 73.191606] sd 0:0:0:1: [sdd] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >14:38:48,416 INFO kernel:[ 73.238417] sdd: unknown partition table >14:38:48,416 NOTICE kernel:[ 73.263726] sd 0:0:0:1: [sdd] Attached SCSI disk >14:38:48,416 INFO kernel:[ 73.410019] qla4xxx 0000:05:01.1: qla4xxx_get_fwddb_entry: DDB[0] MB0 4000 Tot 1 Next 0 State 0004 ConnErr 00000000 10.34.36.195 :3260 "iqn.1994-05.com.redhat:storageqe-80" >14:38:48,416 INFO kernel:[ 73.524554] qla4xxx 0000:05:01.3: Found an ISP4032, irq 16, iobase 0xffffc90004f78000 >14:38:48,416 INFO kernel:[ 73.564792] scsi8 : qla4xxx >14:38:48,416 INFO kernel:[ 73.578939] qla4xxx 0000:05:01.3: Configuring PCI space... >14:38:48,416 INFO kernel:[ 73.607008] qla4xxx 0000:05:01.3: Configuring PCI space... >14:38:48,416 INFO kernel:[ 73.654674] qla4xxx 0000:05:01.3: Configuring NVRAM ... >14:38:48,416 INFO kernel:[ 73.834312] qla4xxx 0000:05:01.3: Starting firmware ... >14:38:48,416 INFO kernel:[ 73.905623] qla4xxx 0000:05:01.3: Initializing firmware.. >14:38:48,416 INFO kernel:[ 75.021372] qla4xxx 0000:05:01.3: qla4xxx_isr_decode_mailbox: LINK UP >14:38:48,416 NOTICE kernel:[ 79.215461] FS-Cache: Loaded >14:38:48,416 NOTICE kernel:[ 79.235263] FS-Cache: Netfs 'nfs' registered for caching >14:38:48,416 INFO kernel:[ 79.565117] loop: module loaded >14:38:48,416 INFO kernel:[ 79.594441] bio: create slab <bio-1> at 1 >14:38:48,416 INFO kernel:[ 79.618768] bio: create slab <bio-2> at 2 >14:38:48,416 INFO kernel:[ 79.739180] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >14:38:48,416 WARNING kernel:[ 81.190007] scsi8: AEN 8029, mbox_sts[2]=0003, mbox_sts[3]=0005 >14:38:48,416 INFO kernel:[ 81.285230] qla4xxx 0000:05:01.3: qla4xxx_request_irqs: irq 16 attached >14:38:48,416 INFO kernel:[ 81.316671] QLogic iSCSI HBA Driver version: 5.04.00.04.07.00-k0 >14:38:48,416 INFO kernel:[ 81.316671] QLogic ISP4032 @ 0000:05:01.3, host#=8, fw=03.00.01.53 >14:38:48,416 INFO kernel:[ 81.375363] qla4xxx 0000:05:01.3: get_fw_boot_info: Get FW boot info for 0x4032 func 3 >14:38:48,416 INFO kernel:[ 81.412152] qla4xxx 0000:05:01.3: qla4xxx_setup_boot_info: syfsboot disabled - driver will trigger login and publish session for discovery . >14:38:48,416 INFO kernel:[ 81.472407] qla4xxx 0000:05:01.3: qla4xxx_sysfs_ddb_tgt_create: sysfs entry flashnode_sess-8:0 created >14:38:48,416 INFO kernel:[ 81.516070] qla4xxx 0000:05:01.3: qla4xxx_sysfs_ddb_tgt_create: sysfs entry flashnode_conn-8:0:0 created >14:38:48,416 INFO kernel:[ 81.597383] qla4xxx 0000:05:01.3: qla4xxx_get_fwddb_entry: DDB[0] MB0 4000 Tot 1 Next 0 State 0001 ConnErr 00000000 10.34.36.195 :3260 "iqn.1994-05.com.redhat:storageqe-80" >14:38:48,416 INFO kernel:[ 81.676716] qla4xxx 0000:05:01.3: qla4xxx_get_fwddb_entry: DDB[0] MB0 4000 Tot 1 Next 0 State 0001 ConnErr 00000000 10.34.36.195 :3260 "iqn.1994-05.com.redhat:storageqe-80" >14:38:48,416 ERR kernel:[ 81.756494] session2: Cannot notify userspace of session event 106. Check iscsi daemon >14:38:48,416 ERR kernel:[ 81.799560] qla4xxx 0000:05:01.3: Do not have CHAP table cache >14:38:48,416 INFO kernel:[ 81.830681] qla4xxx 0000:05:01.3: qla4xxx_get_fwddb_entry: DDB[0] MB0 4000 Tot 1 Next 0 State 0007 ConnErr 00000000 10.34.36.195 :3260 "iqn.1994-05.com.redhat:storageqe-80" >14:38:48,416 INFO kernel:[ 82.317772] qla4xxx 0000:05:01.3: scsi8: qla4xxx_unblock_flash_ddb: ddb[0] unblock session >14:38:48,416 INFO kernel:[ 82.358773] qla4xxx 0000:05:01.3: scsi8: qla4xxx_unblock_flash_ddb: ddb[0] start scan >14:38:48,416 INFO kernel:[ 82.398526] qla4xxx 0000:05:01.3: qla4xxx_get_fwddb_entry: DDB[0] MB0 4000 Tot 1 Next 0 State 0004 ConnErr 00000000 10.34.36.195 :3260 "iqn.1994-05.com.redhat:storageqe-80" >14:38:48,416 ERR kernel:[ 82.470935] qla4xxx 0000:05:01.3: Do not have CHAP table cache >14:38:48,416 NOTICE kernel:[ 82.498955] scsi 8:0:0:0: RAID IET Controller 0001 PQ: 0 ANSI: 5 >14:38:48,416 NOTICE kernel:[ 82.537965] scsi 8:0:0:1: Direct-Access IET VIRTUAL-DISK 0001 PQ: 0 ANSI: 5 >14:38:48,416 NOTICE kernel:[ 82.581255] sd 8:0:0:1: [sde] 102400000 512-byte logical blocks: (52.4 GB/48.8 GiB) >14:38:48,416 NOTICE kernel:[ 82.619723] sd 8:0:0:1: [sde] Write Protect is off >14:38:48,416 DEBUG kernel:[ 82.644551] sd 8:0:0:1: [sde] Mode Sense: 49 00 00 08 >14:38:48,416 NOTICE kernel:[ 82.645039] sd 8:0:0:1: [sde] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >14:38:48,416 INFO kernel:[ 82.694636] sde: unknown partition table >14:38:48,416 NOTICE kernel:[ 82.716357] sd 8:0:0:1: [sde] Attached SCSI disk >14:38:48,416 INFO kernel:[ 82.911937] qla4xxx 0000:05:01.3: qla4xxx_get_fwddb_entry: DDB[0] MB0 4000 Tot 1 Next 0 State 0004 ConnErr 00000000 10.34.36.195 :3260 "iqn.1994-05.com.redhat:storageqe-80" >14:38:48,416 INFO kernel:[ 83.024635] QLogic iSCSI HBA Driver >14:38:48,416 INFO kernel:[ 83.180433] qla3xxx 0000:05:01.2 eth0: qla3xxx Adapter 1 RevisionID 0 found QLA3032 on PCI slot 1 >14:38:48,416 INFO kernel:[ 83.224724] qla3xxx 0000:05:01.2 eth0: COPPER Interface >14:38:48,416 INFO kernel:[ 83.251352] qla3xxx 0000:05:01.2 eth0: Bus interface is 64-bit PCI-X >14:38:48,416 INFO kernel:[ 83.281139] qla3xxx 0000:05:01.2 eth0: mem IO base address adjusted = 0xffffc90004f5c000 >14:38:48,416 INFO kernel:[ 83.319897] qla3xxx 0000:05:01.2 eth0: Interrupt number = 19 >14:38:48,416 INFO kernel:[ 83.345912] qla3xxx 0000:05:01.2 eth0: MAC address 00:c0:dd:20:b5:56 >14:38:48,416 DEBUG kernel:[ 83.827147] SELinux: 2048 avtab hash slots, 105254 rules. >14:38:48,416 DEBUG kernel:[ 83.839018] SELinux: 2048 avtab hash slots, 105254 rules. >14:38:48,416 DEBUG kernel:[ 83.855785] SELinux: 8 users, 85 roles, 4783 types, 276 bools, 1 sens, 1024 cats >14:38:48,416 DEBUG kernel:[ 83.855788] SELinux: 83 classes, 105254 rules >14:38:48,416 DEBUG kernel:[ 83.859591] SELinux: Completing initialization. >14:38:48,416 DEBUG kernel:[ 83.859592] SELinux: Setting up existing superblocks. >14:38:48,416 DEBUG kernel:[ 83.859597] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >14:38:48,416 DEBUG kernel:[ 83.859600] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >14:38:48,416 DEBUG kernel:[ 83.859606] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >14:38:48,416 DEBUG kernel:[ 83.859609] SELinux: initialized (dev proc, type proc), uses genfs_contexts >14:38:48,416 DEBUG kernel:[ 83.859616] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >14:38:48,416 DEBUG kernel:[ 83.859631] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >14:38:48,416 DEBUG kernel:[ 83.860231] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >14:38:48,416 DEBUG kernel:[ 83.860233] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >14:38:48,416 DEBUG kernel:[ 83.860775] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >14:38:48,416 DEBUG kernel:[ 83.860779] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >14:38:48,416 DEBUG kernel:[ 83.860781] SELinux: initialized (dev aio, type aio), not configured for labeling >14:38:48,416 DEBUG kernel:[ 83.860783] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >14:38:48,416 DEBUG kernel:[ 83.860793] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >14:38:48,416 DEBUG kernel:[ 83.860799] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >14:38:48,416 DEBUG kernel:[ 83.860804] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >14:38:48,416 DEBUG kernel:[ 83.860812] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >14:38:48,416 DEBUG kernel:[ 83.860815] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >14:38:48,416 DEBUG kernel:[ 83.861056] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >14:38:48,416 DEBUG kernel:[ 83.861060] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >14:38:48,416 DEBUG kernel:[ 83.861188] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >14:38:48,416 DEBUG kernel:[ 83.861211] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:38:48,416 DEBUG kernel:[ 83.861216] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts >14:38:48,416 DEBUG kernel:[ 83.861218] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:38:48,416 DEBUG kernel:[ 83.861222] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:38:48,416 DEBUG kernel:[ 83.861225] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:38:48,416 DEBUG kernel:[ 83.861229] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:38:48,416 DEBUG kernel:[ 83.861232] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:38:48,416 DEBUG kernel:[ 83.861234] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:38:48,416 DEBUG kernel:[ 83.861236] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:38:48,416 DEBUG kernel:[ 83.861241] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:38:48,416 DEBUG kernel:[ 83.861243] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:38:48,416 DEBUG kernel:[ 83.861246] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >14:38:48,416 DEBUG kernel:[ 83.861250] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >14:38:48,416 DEBUG kernel:[ 83.861252] SELinux: initialized (dev 0:33, type nfs), uses genfs_contexts >14:38:48,416 DEBUG kernel:[ 83.861256] SELinux: initialized (dev loop0, type squashfs), uses xattr >14:38:48,416 DEBUG kernel:[ 83.861264] SELinux: initialized (dev dm-0, type ext4), uses xattr >14:38:48,416 NOTICE kernel:[ 83.874371] type=1403 audit(1394635127.165:2): policy loaded auid=4294967295 ses=4294967295 >14:38:48,416 DEBUG kernel:[ 84.218709] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >14:38:48,416 NOTICE kernel:[ 84.257532] type=1400 audit(1394635127.549:3): avc: denied { write } for pid=1294 comm="systemd-sysctl" name="shmmax" dev="proc" ino=1200 scontext=system_u:system_r:systemd_sysctl_t:s0 tcontext=system_u:object_r:proc_t:s0 tclass=file >14:38:48,416 DEBUG kernel:[ 84.329426] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >14:38:48,416 DEBUG kernel:[ 84.329717] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >14:38:48,416 DEBUG kernel:[ 84.691595] pcc-cpufreq: (v1.10.00) driver loaded with frequency limits: 2128 MHz, 3100 MHz >14:38:48,416 INFO kernel:[ 84.693216] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 >14:38:48,416 WARNING kernel:[ 84.694021] ACPI Warning: SystemIO range 0x0000000000000928-0x000000000000092f conflicts with OpRegion 0x0000000000000920-0x000000000000092f (\SGPE) (20130517/utaddress-254) >14:38:48,416 INFO kernel:[ 84.694026] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >14:38:48,416 WARNING kernel:[ 84.694039] lpc_ich: Resource conflict(s) found affecting gpio_ich >14:38:48,416 INFO kernel:[ 84.881698] input: PC Speaker as /devices/platform/pcspkr/input/input4 >14:38:48,416 INFO kernel:[ 84.963710] device-mapper: multipath service-time: version 0.2.0 loaded >14:38:48,416 INFO kernel:[ 84.963881] bio: create slab <bio-3> at 3 >14:38:48,423 NOTICE kernel:[ 85.131007] type=1400 audit(1394635128.422:4): avc: denied { write } for pid=1384 comm="firewalld" name="python2.7" dev="dm-0" ino=41198 scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=dir >14:38:48,423 NOTICE kernel:[ 85.131014] type=1400 audit(1394635128.422:5): avc: denied { remove_name } for pid=1384 comm="firewalld" name="site.pyc" dev="dm-0" ino=41891 scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=dir >14:38:48,423 NOTICE kernel:[ 85.131019] type=1400 audit(1394635128.422:6): avc: denied { unlink } for pid=1384 comm="firewalld" name="site.pyc" dev="dm-0" ino=41891 scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=lnk_file >14:38:48,423 NOTICE kernel:[ 85.131088] type=1400 audit(1394635128.422:7): avc: denied { add_name } for pid=1384 comm="firewalld" name="site.pyc" scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=dir >14:38:48,423 NOTICE kernel:[ 85.131099] type=1400 audit(1394635128.422:8): avc: denied { create } for pid=1384 comm="firewalld" name="site.pyc" scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=file >14:38:48,423 NOTICE kernel:[ 85.131145] type=1400 audit(1394635128.423:9): avc: denied { write } for pid=1384 comm="firewalld" path="/usr/lib64/python2.7/site.pyc" dev="dm-0" ino=41891 scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=file >14:38:48,938 NOTICE kernel:[ 85.645925] type=1400 audit(1394635128.937:10): avc: denied { write } for pid=1384 comm="firewalld" name="python2.7" dev="dm-0" ino=41198 scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=dir >14:38:48,938 NOTICE kernel:[ 85.645933] type=1400 audit(1394635128.937:11): avc: denied { remove_name } for pid=1384 comm="firewalld" name="shlex.pyc" dev="dm-0" ino=41809 scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=dir >14:38:49,558 ERR firewalld: 2014-03-12 14:38:49 ERROR: ebtables not usable, disabling ethernet bridge firewall. >14:38:49,558 CRIT firewalld: 2014-03-12 14:38:49 FATAL ERROR: No IPv4 and IPv6 firewall. >14:38:49,558 ERR firewalld: 2014-03-12 14:38:49 ERROR: Raising SystemExit in run_server >14:38:50,040 INFO NetworkManager: <info> NetworkManager (version 0.9.9.1-2.git20140228.el7) is starting... >14:38:50,040 INFO NetworkManager: <info> Read config: /etc/NetworkManager/NetworkManager.conf and conf.d: 90-anaconda-no-auto-default.conf >14:38:50,040 INFO NetworkManager: <info> WEXT support is disabled >14:38:50,059 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >14:38:50,116 INFO polkitd: Started polkitd version 0.112 >14:38:50,200 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >14:38:50,222 WARNING NetworkManager: ifcfg-rh: Could not get hostname: failed to read /etc/sysconfig/network >14:38:50,222 NOTICE NetworkManager: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >14:38:50,222 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >14:38:50,222 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >14:38:50,247 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >14:38:50,247 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-enp2s0 ... >14:38:50,248 NOTICE NetworkManager: ifcfg-rh: read connection 'enp2s0' >14:38:50,249 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' >14:38:50,273 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.login1' >14:38:50,276 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >14:38:50,280 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >14:38:50,280 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >14:38:50,280 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >14:38:50,280 INFO NetworkManager: <info> Networking is enabled by state file >14:38:50,284 INFO NetworkManager: <info> (lo): link connected >14:38:50,284 INFO NetworkManager: <info> (lo): carrier is ON >14:38:50,284 INFO NetworkManager: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1) >14:38:50,284 INFO NetworkManager: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0 >14:38:50,285 INFO NetworkManager: <info> (enp5s1f0): carrier is OFF >14:38:50,286 INFO NetworkManager: <info> (enp5s1f0): new Ethernet device (driver: 'qla3xxx' ifindex: 2) >14:38:50,287 INFO NetworkManager: <info> (enp5s1f0): exported as /org/freedesktop/NetworkManager/Devices/1 >14:38:50,287 INFO NetworkManager: <info> (enp5s1f0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >14:38:50,387 DEBUG kernel:[ 86.994819] qla3xxx 0000:05:01.0 enp5s1f0: driver lock acquired >14:38:50,387 INFO kernel:[ 87.094940] qla3xxx 0000:05:01.0 enp5s1f0: Phy: PHY_AGERE_ET1011C >14:38:50,387 DEBUG kernel:[ 87.094946] qla3xxx 0000:05:01.0 enp5s1f0: not link master >14:38:50,387 DEBUG kernel:[ 87.094948] qla3xxx 0000:05:01.0 enp5s1f0: not link master >14:38:50,387 ERR kernel:[ 87.094961] qla3xxx 0000:05:01.0 enp5s1f0: Releasing driver lock >14:38:50,388 INFO kernel:[ 87.095618] IPv6: ADDRCONF(NETDEV_UP): enp5s1f0: link is not ready >14:38:50,390 INFO NetworkManager: <info> (enp5s1f0): deactivating device (reason 'managed') [2] >14:38:50,391 INFO NetworkManager: <info> (enp2s0): link connected >14:38:50,391 INFO NetworkManager: <info> (enp2s0): carrier is ON >14:38:50,392 INFO NetworkManager: <info> (enp2s0): new Ethernet device (driver: 'e1000e' ifindex: 3) >14:38:50,392 INFO NetworkManager: <info> (enp2s0): exported as /org/freedesktop/NetworkManager/Devices/2 >14:38:50,393 NOTICE NetworkManager: ifcfg-rh: read connection 'enp2s0' >14:38:50,394 INFO NetworkManager: <info> (enp2s0): device state change: unmanaged -> unavailable (reason 'connection-assumed') [10 20 41] >14:38:50,395 INFO NetworkManager: <info> (enp2s0): device state change: unavailable -> disconnected (reason 'connection-assumed') [20 30 41] >14:38:50,396 INFO NetworkManager: <info> Activation (enp2s0) starting connection 'enp2s0' >14:38:50,396 INFO NetworkManager: <info> Activation (enp2s0) Stage 1 of 5 (Device Prepare) scheduled... >14:38:50,397 INFO NetworkManager: <info> (enp5s1f2): carrier is OFF >14:38:50,397 INFO NetworkManager: <info> (enp5s1f2): new Ethernet device (driver: 'qla3xxx' ifindex: 4) >14:38:50,397 INFO NetworkManager: <info> (enp5s1f2): exported as /org/freedesktop/NetworkManager/Devices/3 >14:38:50,397 INFO NetworkManager: <info> (enp5s1f2): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >14:38:50,472 DEBUG kernel:[ 87.105370] qla3xxx 0000:05:01.2 enp5s1f2: driver lock acquired >14:38:50,472 INFO kernel:[ 87.179078] qla4xxx 0000:05:01.3: qla4xxx_isr_decode_mailbox: LINK DOWN >14:38:50,498 INFO kernel:[ 87.205478] qla3xxx 0000:05:01.2 enp5s1f2: Phy: PHY_AGERE_ET1011C >14:38:50,498 DEBUG kernel:[ 87.205484] qla3xxx 0000:05:01.2 enp5s1f2: not link master >14:38:50,498 DEBUG kernel:[ 87.205486] qla3xxx 0000:05:01.2 enp5s1f2: not link master >14:38:50,498 ERR kernel:[ 87.205499] qla3xxx 0000:05:01.2 enp5s1f2: Releasing driver lock >14:38:50,498 INFO kernel:[ 87.205577] IPv6: ADDRCONF(NETDEV_UP): enp5s1f2: link is not ready >14:38:50,500 INFO NetworkManager: <info> (enp5s1f2): deactivating device (reason 'managed') [2] >14:38:50,503 INFO NetworkManager: <info> Activation (enp2s0) Stage 1 of 5 (Device Prepare) started... >14:38:50,503 INFO NetworkManager: <info> (enp2s0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >14:38:50,503 INFO NetworkManager: <info> Activation (enp2s0) Stage 2 of 5 (Device Configure) scheduled... >14:38:50,503 INFO NetworkManager: <info> Activation (enp2s0) Stage 1 of 5 (Device Prepare) complete. >14:38:50,504 INFO NetworkManager: <info> Activation (enp2s0) Stage 2 of 5 (Device Configure) starting... >14:38:50,504 INFO NetworkManager: <info> (enp2s0): device state change: prepare -> config (reason 'none') [40 50 0] >14:38:50,504 INFO NetworkManager: <info> Activation (enp2s0) Stage 2 of 5 (Device Configure) successful. >14:38:50,504 INFO NetworkManager: <info> Activation (enp2s0) Stage 3 of 5 (IP Configure Start) scheduled. >14:38:50,504 INFO NetworkManager: <info> Activation (enp2s0) Stage 2 of 5 (Device Configure) complete. >14:38:50,504 INFO NetworkManager: <info> Activation (enp2s0) Stage 3 of 5 (IP Configure Start) started... >14:38:50,504 INFO NetworkManager: <info> (enp2s0): device state change: config -> ip-config (reason 'none') [50 70 0] >14:38:50,504 INFO NetworkManager: <info> Activation (enp2s0) Beginning DHCPv4 transaction (timeout in 45 seconds) >14:38:50,531 INFO NetworkManager: <info> dhclient started with pid 1501 >14:38:50,531 INFO NetworkManager: <info> Activation (enp2s0) Stage 3 of 5 (IP Configure Start) complete. >14:38:50,660 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.5 >14:38:50,660 INFO dhclient: Copyright 2004-2013 Internet Systems Consortium. >14:38:50,660 INFO dhclient: All rights reserved. >14:38:50,660 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >14:38:50,660 INFO dhclient: >14:38:50,667 INFO NetworkManager: <info> (enp2s0): DHCPv4 state changed nbi -> preinit >14:38:50,681 INFO dhclient: Listening on LPF/enp2s0/a0:b3:cc:ea:f8:0e >14:38:50,681 INFO dhclient: Sending on LPF/enp2s0/a0:b3:cc:ea:f8:0e >14:38:50,681 INFO dhclient: Sending on Socket/fallback >14:38:50,681 INFO dhclient: DHCPDISCOVER on enp2s0 to 255.255.255.255 port 67 interval 8 (xid=0x26411ef1) >14:38:50,695 INFO NetworkManager: <info> Activation (enp2s0) Stage 5 of 5 (IPv6 Commit) scheduled... >14:38:50,695 INFO NetworkManager: <info> Activation (enp2s0) Stage 5 of 5 (IPv6 Commit) started... >14:38:50,695 INFO NetworkManager: <info> (enp2s0): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >14:38:50,695 INFO NetworkManager: <info> Activation (enp2s0) Stage 5 of 5 (IPv6 Commit) complete. >14:38:50,696 INFO NetworkManager: <info> (enp2s0): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >14:38:50,696 INFO NetworkManager: <info> (enp2s0): device state change: secondaries -> activated (reason 'none') [90 100 0] >14:38:50,696 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_LOCAL >14:38:50,696 INFO NetworkManager: <info> Policy set 'enp2s0' (enp2s0) as default for IPv4 routing and DNS. >14:38:50,696 INFO NetworkManager: <info> Policy set 'enp2s0' (enp2s0) as default for IPv6 routing and DNS. >14:38:50,707 INFO dhclient: DHCPREQUEST on enp2s0 to 255.255.255.255 port 67 (xid=0x26411ef1) >14:38:50,707 INFO dhclient: DHCPOFFER from 10.34.74.1 >14:38:50,707 INFO dhclient: DHCPACK from 10.34.74.1 (xid=0x26411ef1) >14:38:50,712 INFO NetworkManager: <info> Activation (enp2s0) successful, device activated. >14:38:50,714 INFO dhclient: bound to 10.34.36.197 -- renewal in 17593 seconds. >14:38:50,714 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >14:38:50,714 INFO NetworkManager: <info> (enp2s0): DHCPv4 state changed preinit -> bound >14:38:50,714 INFO NetworkManager: <info> address 10.34.36.197 >14:38:50,714 INFO NetworkManager: <info> plen 23 (255.255.254.0) >14:38:50,714 INFO NetworkManager: <info> gateway 10.34.37.254 >14:38:50,714 INFO NetworkManager: <info> server identifier 10.34.74.1 >14:38:50,714 INFO NetworkManager: <info> lease time 43200 >14:38:50,714 INFO NetworkManager: <info> hostname 'storageqe-81.lab.eng.brq.redhat.com' >14:38:50,715 INFO NetworkManager: <info> nameserver '10.34.32.1' >14:38:50,715 INFO NetworkManager: <info> nameserver '10.32.63.5' >14:38:50,715 INFO NetworkManager: <info> nameserver '10.34.255.7' >14:38:50,715 INFO NetworkManager: <info> nameserver '10.5.30.160' >14:38:50,715 INFO NetworkManager: <info> domain name 'lab.eng.brq.redhat.com' >14:38:50,715 INFO NetworkManager: <info> domain name 'englab.brq.redhat.com' >14:38:50,715 INFO NetworkManager: <info> domain name 'brq.redhat.com' >14:38:50,715 INFO NetworkManager: <info> domain name 'redhat.com' >14:38:50,715 INFO NetworkManager: <info> Activation (enp2s0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >14:38:50,716 INFO NetworkManager: <info> Activation (enp2s0) Stage 5 of 5 (IPv4 Commit) started... >14:38:50,716 INFO NetworkManager: <info> Activation (enp2s0) Stage 5 of 5 (IPv4 Commit) complete. >14:38:50,723 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >14:38:51,390 INFO kernel:[ 88.096481] qla3xxx 0000:05:01.0 enp5s1f0: Link is up >14:38:51,390 INFO kernel:[ 88.096486] qla3xxx 0000:05:01.0 enp5s1f0: Auto-Negotiate complete >14:38:51,390 INFO kernel:[ 88.096596] qla3xxx 0000:05:01.0 enp5s1f0: Link is up at 1000 Mbps, full duplex >14:38:51,390 INFO kernel:[ 88.096605] IPv6: ADDRCONF(NETDEV_CHANGE): enp5s1f0: link becomes ready >14:38:51,391 INFO NetworkManager: <info> (enp5s1f0): link connected >14:38:51,392 INFO NetworkManager: <info> (enp5s1f0): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40] >14:38:51,472 INFO kernel:[ 88.179081] qla4xxx 0000:05:01.3: qla4xxx_isr_decode_mailbox: LINK UP >14:38:51,472 INFO kernel:[ 88.179114] qla4xxx 0000:05:01.3: scsi8: qla4xxx_relogin_devices: ddb[0] unblock session >14:38:51,500 INFO kernel:[ 88.206496] qla3xxx 0000:05:01.2 enp5s1f2: Link is up >14:38:51,500 INFO kernel:[ 88.206501] qla3xxx 0000:05:01.2 enp5s1f2: Auto-Negotiate complete >14:38:51,500 INFO kernel:[ 88.206607] qla3xxx 0000:05:01.2 enp5s1f2: Link is up at 1000 Mbps, full duplex >14:38:51,500 INFO kernel:[ 88.206618] IPv6: ADDRCONF(NETDEV_CHANGE): enp5s1f2: link becomes ready >14:38:51,502 INFO NetworkManager: <info> (enp5s1f2): link connected >14:38:51,502 INFO NetworkManager: <info> (enp5s1f2): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40] >14:38:53,160 WARNING kernel:[ 89.866376] audit_printk_skb: 9 callbacks suppressed >14:38:53,160 NOTICE kernel:[ 89.866379] type=1400 audit(1394635133.159:15): avc: denied { read write } for pid=1543 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=6420 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >14:38:53,671 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_GLOBAL >14:38:55,273 NOTICE kernel:[ 91.979205] type=1400 audit(1394635135.272:16): avc: denied { read write } for pid=1591 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:38:55,567 INFO kernel:[ 92.273198] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >14:38:55,612 INFO NetworkManager: <info> startup complete >14:38:56,162 NOTICE NetworkManager: ifcfg-rh: read connection 'enp5s1f0' >14:38:56,311 NOTICE NetworkManager: ifcfg-rh: read connection 'enp5s1f2' >14:38:56,497 INFO chronyd: chronyd version 1.29.1 starting >14:38:56,497 INFO chronyd: Linux kernel major=3 minor=10 patch=0 >14:38:56,497 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:38:56,498 INFO chronyd: Generated key 1 >14:38:58,003 NOTICE kernel:[ 94.708293] XFS (sda1): Mounting Filesystem >14:38:58,486 NOTICE kernel:[ 95.191346] type=1400 audit(1394635138.484:18): avc: denied { read write } for pid=1697 comm="ntpdate" path="/dev/mapper/control" dev="devtmpfs" ino=6420 scontext=system_u:system_r:ntpd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >14:38:58,486 NOTICE kernel:[ 95.191348] type=1400 audit(1394635138.484:17): avc: denied { read write } for pid=1699 comm="ntpdate" path="/dev/mapper/control" dev="devtmpfs" ino=6420 scontext=system_u:system_r:ntpd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >14:39:00,938 INFO chronyd: Selected source 10.34.32.125 >14:39:23,727 INFO kernel:[ 120.430486] XFS (sda1): Ending clean mount >14:39:23,727 DEBUG kernel:[ 120.430501] SELinux: initialized (dev sda1, type xfs), uses xattr >14:39:23,801 INFO kernel:[ 120.504820] bio: create slab <bio-1> at 1 >14:39:23,801 INFO kernel:[ 120.505169] Btrfs loaded >14:39:23,919 NOTICE kernel:[ 120.623309] XFS (sda3): Mounting Filesystem >14:40:15,250 INFO kernel:[ 171.941779] XFS (sda3): Ending clean mount >14:40:15,250 DEBUG kernel:[ 171.941792] SELinux: initialized (dev sda3, type xfs), uses xattr >14:40:15,589 INFO kernel:[ 172.280437] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null) >14:40:15,589 DEBUG kernel:[ 172.280444] SELinux: initialized (dev dm-2, type ext4), uses xattr >14:40:15,811 NOTICE kernel:[ 172.502285] type=1400 audit(1394635215.809:19): avc: denied { read write } for pid=1737 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:40:15,811 NOTICE kernel:[ 172.502892] type=1400 audit(1394635215.809:20): avc: denied { read write } for pid=1737 comm="hwclock" path="/dev/mapper/control" dev="devtmpfs" ino=6420 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >14:40:15,812 NOTICE kernel:[ 172.503228] type=1400 audit(1394635215.810:21): avc: denied { read } for pid=1737 comm="hwclock" path="/proc/1464/mounts" dev="proc" ino=18853 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:system_r:initrc_t:s0 tclass=file >14:40:16,000 NOTICE kernel:[ 172.691856] type=1400 audit(1394635216.000:22): avc: denied { ioctl } for pid=1737 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:40:16,000 NOTICE kernel:[ 172.691868] type=1400 audit(1394635216.000:23): avc: denied { getattr } for pid=1737 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 > > >/run/install/ks.cfg: >nfs --server nfs-01.eng.brq.redhat.com --dir /pub/rhel/nightly/RHEL-7.0-20140312.n.0/compose/Server/x86_64/os/ >#url --url=nfs://nfs-01.eng.brq.redhat.com:/pub/rhel/nightly/RHEL-7.0-20140312.n.0/compose/Server/x86_64/os/ > > >%pre --log=/dev/console >set -x ># Check in with Beaker Server >wget -O - http://lab-02.rhts.eng.brq.redhat.com:8000/install_start/1263935 > >wget -O /tmp/anamon 'http://lab-02.rhts.eng.brq.redhat.com/beaker/anamon' >python /tmp/anamon --recipe-id 1263935 --xmlrpc-url 'http://lab-02.rhts.eng.brq.redhat.com:8000/RPC2' ># no snippet data for RedHatEnterpriseLinux7_pre ># no snippet data for system_pre >%end > > >%post --log=/dev/console >set -x ># Check in with Beaker Server, let it know our hostname, and ># record our install time. >REPORTED_FQDN=$(hostname -f) >if [[ -z "$REPORTED_FQDN" || $REPORTED_FQDN == localhost || $REPORTED_FQDN == localhost.* ]] ; then > # hostname -f is the most future-proof approach, but it isn't always reliable > if [ -f /etc/hostname ] ; then > # Preferred fallback if the OS is recent enough to provide it > REPORTED_FQDN=$(cat /etc/hostname) > elif grep -q ^HOSTNAME= /etc/sysconfig/network ; then > # Last resort fallback to try to report something sensible > REPORTED_FQDN=$(grep ^HOSTNAME= /etc/sysconfig/network | cut -f2- -d=) > fi >fi >curl http://lab-02.rhts.eng.brq.redhat.com:8000/install_done/1263935/$REPORTED_FQDN > >curl http://lab-02.rhts.eng.brq.redhat.com:8000/nopxe/storageqe-81.lab.eng.brq.redhat.com >echo 1263935 > /root/RECIPE.TXT > ># If netboot_method= is found in /proc/cmdline record it to /root >netboot_method=$(perl -n -e'/netboot_method=([^\s]+)/ && print $1' /proc/cmdline) >if [ -n "$netboot_method" ]; then >echo $netboot_method >/root/NETBOOT_METHOD.TXT >fi > ># Enable post-install boot notification > >curl -R "http://lab-02.rhts.eng.brq.redhat.com/beaker/anamon" -o /usr/local/sbin/anamon >curl -R "http://lab-02.rhts.eng.brq.redhat.com/beaker/anamon.init" -o /etc/rc.d/init.d/anamon > >chmod 755 /etc/rc.d/init.d/anamon /usr/local/sbin/anamon > >if selinuxenabled &>/dev/null; then > restorecon /etc/rc.d/init.d/anamon /usr/local/sbin/anamon >fi > >chkconfig --add anamon > >cat << __EOT__ > /etc/sysconfig/anamon >XMLRPC_URL="http://lab-02.rhts.eng.brq.redhat.com:8000/RPC2" >RECIPE_ID="1263935" >LOGFILES="/var/log/boot.log /var/log/messages /var/log/dmesg" >__EOT__ > > >if [ -e /etc/sysconfig/ntpdate ] ; then > /sbin/chkconfig ntpdate on >/dev/null 2>&1 || : >fi >if [ -e "/etc/sysconfig/ntpd" ]; then > /sbin/chkconfig ntpd on >/dev/null 2>&1 || : > GOT_G=$(/bin/cat /etc/sysconfig/ntpd | grep -E '^OPTIONS' | grep '\-g') > > if [ -z "$GOT_G" ]; then > /bin/sed -i -r 's/(^OPTIONS\s*=\s*)(['\''|"])(.+)$/\1\2\-x \3 /' /etc/sysconfig/ntpd > fi >fi >if [ -e /etc/chrony.conf ] ; then > cp /etc/chrony.conf{,.orig} > # use only DHCP-provided time servers, no default pool servers > sed -i '/^server /d' /etc/chrony.conf > cp /etc/sysconfig/network{,.orig} > # setting iburst should speed up initial sync > # https://bugzilla.redhat.com/show_bug.cgi?id=787042#c12 > echo NTPSERVERARGS=iburst >>/etc/sysconfig/network > /sbin/chkconfig ntpd off >/dev/null 2>&1 || : > /sbin/chkconfig ntpdate off >/dev/null 2>&1 || : >fi > > >if efibootmgr &>/dev/null ; then > # The installer should have added a new boot entry for the OS > # at the top of the boot order. We move it to the end of the order > # and set it as BootNext instead. > boot_order=$(efibootmgr | awk '/BootOrder/ { print $2 }') > os_boot_entry=$(cut -d, -f1 <<<"$boot_order") > new_boot_order=$(cut -d, -f2- <<<"$boot_order"),"$os_boot_entry" > efibootmgr -o "$new_boot_order" > efibootmgr -n "$os_boot_entry" > # save the boot entry for later, so that rhts-reboot can set BootNext as well > echo "$os_boot_entry" >/root/EFI_BOOT_ENTRY.TXT >fi > > > >#Add Task Repo >cat <<"EOF" >/etc/yum.repos.d/beaker-tasks.repo >[beaker-tasks] >name=beaker-tasks >baseurl=http://beaker.engineering.redhat.com/repos/1263935 >enabled=1 >gpgcheck=0 >EOF > > ># Add Harness Repo >cat <<"EOF" >/etc/yum.repos.d/beaker-harness.repo >[beaker-harness] >name=beaker-harness >baseurl=http://beaker.engineering.redhat.com/harness/RedHatEnterpriseLinux7/ >enabled=1 >gpgcheck=0 >EOF > ># Add distro and custom Repos >cat <<"EOF" >/etc/yum.repos.d/beaker-HighAvailability.repo >[beaker-HighAvailability] >name=beaker-HighAvailability >baseurl=http://download-01.eng.brq.redhat.com/pub/rhel/nightly/RHEL-7.0-20140312.n.0/compose/Server/x86_64/os/addons/HighAvailability >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-ResilientStorage.repo >[beaker-ResilientStorage] >name=beaker-ResilientStorage >baseurl=http://download-01.eng.brq.redhat.com/pub/rhel/nightly/RHEL-7.0-20140312.n.0/compose/Server/x86_64/os/addons/ResilientStorage >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Server-debuginfo.repo >[beaker-Server-debuginfo] >name=beaker-Server-debuginfo >baseurl=http://download-01.eng.brq.redhat.com/pub/rhel/nightly/RHEL-7.0-20140312.n.0/compose/Server/x86_64/debug/tree >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Server-optional-debuginfo.repo >[beaker-Server-optional-debuginfo] >name=beaker-Server-optional-debuginfo >baseurl=http://download-01.eng.brq.redhat.com/pub/rhel/nightly/RHEL-7.0-20140312.n.0/compose/Server-optional/x86_64/debug/tree >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Server-SAP-debuginfo.repo >[beaker-Server-SAP-debuginfo] >name=beaker-Server-SAP-debuginfo >baseurl=http://download-01.eng.brq.redhat.com/pub/rhel/nightly/RHEL-7.0-20140312.n.0/compose/Server-SAP/x86_64/debug/tree >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Server-SAP.repo >[beaker-Server-SAP] >name=beaker-Server-SAP >baseurl=http://download-01.eng.brq.redhat.com/pub/rhel/nightly/RHEL-7.0-20140312.n.0/compose/Server-SAP/x86_64/os >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Server-optional.repo >[beaker-Server-optional] >name=beaker-Server-optional >baseurl=http://download-01.eng.brq.redhat.com/pub/rhel/nightly/RHEL-7.0-20140312.n.0/compose/Server-optional/x86_64/os >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Server.repo >[beaker-Server] >name=beaker-Server >baseurl=http://download-01.eng.brq.redhat.com/pub/rhel/nightly/RHEL-7.0-20140312.n.0/compose/Server/x86_64/os >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF > > ># fill the yum cache and redirect output to /dev/null ># This speeds up yum because of a bug where it will update stdout too often. ># http://lists.baseurl.org/pipermail/yum-devel/2011-December/008857.html >yum check-update > /dev/null 2>&1 || true >yum -y install beah rhts-test-env beakerlib ># This may fail if you are outside of Red Hat.. >yum -y install beakerlib-redhat > >cp /etc/beah_beaker.conf{,.default} >cat << EOF > /etc/beah_beaker.conf ># see /etc/beah_beaker.conf.default for commented configuration > >[DEFAULT] ># LAB_CONTROLLER: URI of Beaker's XML-RPC handler >LAB_CONTROLLER=http://lab-02.rhts.eng.brq.redhat.com:8000 ># ># HOSTNAME: Pretend to be machine with given name. ># NOTE: This is mostly pointless as usually correct name is assigned by DHCP. >HOSTNAME=storageqe-81.lab.eng.brq.redhat.com >RECIPEID=1263935 > ># Turn on hard limits on upload sizes: >FILE_SIZE_LIMIT=200000000 >TASK_SIZE_LIMIT=800000000 > >EOF > >cp /etc/beah.conf{,.default} >cat << EOF > /etc/beah.conf ># see /etc/beah.conf.default for commented configuration > >[DEFAULT] ># Turn on more verbose logging and redirect to console. This is useful for ># debugging harness' problems. >LOG=Info >CONSOLE_LOG=Console ># To turn on debug logging uncomment the following line. Warning: this is ># rather verbose! This also requires LOG to be Debug. >#DEVEL=True > >[TASK] >INTERFACE= > >EOF > >chkconfig --level 345 beah-srv on >chkconfig --level 345 beah-beaker-backend on >chkconfig --level 345 beah-fwd-backend on > >#Add test user account >useradd --password '$6$oIW3o2Mr$XbWZKaM7nA.cQqudfDJScupXOia5h1u517t6Htx/Q/MgXm82Pc/OcytatTeI4ULNWOMJzvpCigWiL4xKP9PX4.' test >cat <<"EOF" >/etc/profile.d/beaker.sh >export BEAKER="https://beaker.engineering.redhat.com/" >export BEAKER_JOB_WHITEBOARD='Provision RHEL-7.0-20140312.n.0 Server x86_64' >export BEAKER_RECIPE_WHITEBOARD='' >EOF >cat <<"EOF" >/etc/profile.d/beaker.csh >setenv BEAKER "https://beaker.engineering.redhat.com/" >setenv BEAKER_JOB_WHITEBOARD 'Provision RHEL-7.0-20140312.n.0 Server x86_64' >setenv BEAKER_RECIPE_WHITEBOARD '' >EOF >cat << EOF > /etc/profile.d/rh-env.sh >export LAB_CONTROLLER=lab-02.rhts.eng.brq.redhat.com >export DUMPSERVER=netdump-01.eng.brq.redhat.com >export NFSSERVERS="rhel3-nfs.rhts.eng.brq.redhat.com:/export/home rhel4-nfs.rhts.eng.brq.redhat.com:/export/home rhel5-nfs.rhts.eng.brq.redhat.com:/export/home rhel6-nfs.rhts.eng.brq.redhat.com:/export/home " >export LOOKASIDE=http://download.eng.brq.redhat.com/pub/rhel/qa/rhts/lookaside/ >export BUILDURL=http://download.eng.brq.redhat.com >EOF >cat << EOF > /etc/profile.d/rh-env.csh >setenv LAB_CONTROLLER lab-02.rhts.eng.brq.redhat.com >setenv DUMPSERVER netdump-01.eng.brq.redhat.com >setenv NFSSERVERS "rhel3-nfs.rhts.eng.brq.redhat.com:/export/home rhel4-nfs.rhts.eng.brq.redhat.com:/export/home rhel5-nfs.rhts.eng.brq.redhat.com:/export/home rhel6-nfs.rhts.eng.brq.redhat.com:/export/home" >setenv LOOKASIDE http://download.eng.brq.redhat.com/pub/rhel/qa/rhts/lookaside/ >setenv BUILDURL http://download.eng.brq.redhat.com >EOF >mkdir -p /root/.ssh >cat >>/root/.ssh/authorized_keys <<"__EOF__" >ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeU2Kft+WY7mTA28fcXFjR1HQjIwB7dgbpnHOZyncr59z01/Pl8EqMpS/xIv4WAiAIoXAh0EuluqiiiBsj0Oj2YA/V/9L5tnykRRQ62tjd6rYNcovVdIlJDKaANEaZ3ZfE5DNZdsgXE/+IAy3vkKEzwjpQqjzBrgeGebuSbaPnbU0jNqGJlRjLdAaMGoXVfL7UU9DyHQ0moWYGyH9iwyfTUQIrS5l9TAe89PRsiQXfEG8ZCxft7AY+nxqLNAN+Ce7RIlHFYAv9zvVhKY56KrVQMB3CQDBy4JuQdo2uZtHCSoWtO+fXXbK5vq/s4p6J/UcTbzwXLH77hm6nKgMNQ191 bgoncalv@dhcp-30-172.brq.redhat.com >__EOF__ >restorecon -R /root/.ssh >chmod go-w /root /root/.ssh /root/.ssh/authorized_keys ># Check in with Beaker Server, record our postinstall time. >curl http://lab-02.rhts.eng.brq.redhat.com:8000/postinstall_done/1263935 ># Disable rhts-compat for Fedora15/RHEL7 and newer. >cat >> /etc/profile.d/task-overrides-rhts.sh <<END >export RHTS_OPTION_COMPATIBLE= >export RHTS_OPTION_COMPAT_SERVICE= >END ># no snippet data for RedHatEnterpriseLinux7_post ># no snippet data for system_post >%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 1075671
: 873620 |
873621
|
873622
|
873623
|
873624
|
873625
|
873626
|
873627
|
873628
|
873629
|
873630
|
873631
|
875628
|
875677
|
875696
|
875697
|
875698
|
875699
|
875700
|
875701