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 875467 Details for
Bug 1077179
DeviceCreateError: ("'Decimal' object has no attribute 'convertTo'", 'fedora_ibm-x3550m3-04-g2-swap')
[?]
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), 288.58 KB, created by
Alexander Todorov
on 2014-03-17 12:10:10 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
Alexander Todorov
Created:
2014-03-17 12:10:10 UTC
Size:
288.58 KB
patch
obsolete
>anaconda 21.27-1 exception report >Traceback (most recent call first): > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 751, in create > raise DeviceCreateError(str(e), self.name) > File "/usr/lib/python2.7/site-packages/blivet/deviceaction.py", line 265, in execute > self.device.create() > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 265, in processActions > action.execute() > File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 314, in doIt > self.devicetree.processActions() > File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 172, in turnOnFilesystems > storage.doIt() > File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 143, in doInstall > turnOnFilesystems(storage, mountOnly=flags.flags.dirInstall) > File "/usr/lib64/python2.7/threading.py", line 766, in run > self.__target(*self.__args, **self.__kwargs) > File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 227, in run > threading.Thread.run(self, *args, **kwargs) >DeviceCreateError: ("'Decimal' object has no attribute 'convertTo'", 'fedora_ibm-x3550m3-04-g2-swap') > >Local variables in innermost frame: >self: non-existent 4026531872 lvmlv fedora_ibm-x3550m3-04-g2-swap (110) with non-existent swap >e: 'Decimal' object has no attribute 'convertTo' > > >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 0x7f1457ebba90>> > _intf._quitDialog: <class 'pyanaconda.ui.gui.QuitDialog'> > _intf.data: #version=DEVEL ># Reboot after installation >reboot ># Use network installation >url --url="http://download-01.eng.brq.redhat.com/pub/fedora/linux/development-snapshot-20140316/rawhide/x86_64/os/" >vnc ># Firewall configuration >firewall --disabled >firstboot --disable >ignoredisk --only-use=sda ># Keyboard layouts ># old format: keyboard us ># new format: >keyboard --vckeymap=us --xlayouts='us' ># System language >lang en_US.UTF-8 ># Installation logging level >logging --level=info ># Network information >network --bootproto=dhcp --device=eth0 --noipv6 --activate >network --hostname=ibm-x3550m3-04-g2.lab.eng.brq.redhat.com ># Root password >rootpw --iscrypted $1$xafj7qlW$6swjxMwu0po47drJVRcIZ/ ># System services >services --enabled="chronyd" ># System timezone >timezone America/New_York --isUtc --ntpservers=services.englab.brq.redhat.com,s02.brq.redhat.com ># System bootloader configuration >bootloader --location=mbr --boot-drive=sda >autopart --type=lvm ># Clear the Master Boot Record >zerombr ># Partition clearing information >clearpart --all --initlabel > >%post > >wget -O - http://snake.test.redhat.com/setup.sh | sh >%end > >%post --nochroot > >pid=$(pidof Xvnc) >if [ -z "$pid" ]; then > ofile="/mnt/sysimage/root/NOX" > echo -e "It appears that Xvnc did not run during your install\n\n$(ps -wef)\n" > $ofile > ps -wefww 2>&1 > $ofile >else > echo "$pid" > /mnt/sysimage/root/vnc.pid >fi > >cat /proc/cmdline > /mnt/sysimage/root/proc_cmdline >%end > >%pre --logfile /dev/console >set -x ># Check in with Beaker Server >wget -O - http://lab-02.rhts.eng.brq.redhat.com:8000/install_start/1270664 > >wget -O /tmp/anamon 'http://lab-02.rhts.eng.brq.redhat.com/beaker/anamon' >python /tmp/anamon --recipe-id 1270664 --xmlrpc-url 'http://lab-02.rhts.eng.brq.redhat.com:8000/RPC2' >%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/1270664/$REPORTED_FQDN > >curl http://lab-02.rhts.eng.brq.redhat.com:8000/nopxe/ibm-x3550m3-04-g2.lab.eng.brq.redhat.com >echo 1270664 > /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="1270664" >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/1270664 >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/Fedorarawhide/ >enabled=1 >gpgcheck=0 >EOF > ># Add distro and custom Repos >cat <<"EOF" >/etc/yum.repos.d/beaker-Fedora-debuginfo.repo >[beaker-Fedora-debuginfo] >name=beaker-Fedora-debuginfo >baseurl=http://download-01.eng.brq.redhat.com/pub/fedora/linux/development-snapshot-20140316/rawhide/x86_64/debug >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Fedora.repo >[beaker-Fedora] >name=beaker-Fedora >baseurl=http://download-01.eng.brq.redhat.com/pub/fedora/linux/development-snapshot-20140316/rawhide/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=ibm-x3550m3-04-g2.lab.eng.brq.redhat.com >RECIPEID=1270664 > ># 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='Fedora-rawhide-20140315 x86_64 vnc-mode, HTTP, PXE-BOOT' >export BEAKER_RECIPE_WHITEBOARD='Fedora-rawhide-20140315 x86_64 vnc-mode, HTTP, PXE-BOOT' >EOF >cat <<"EOF" >/etc/profile.d/beaker.csh >setenv BEAKER "https://beaker.engineering.redhat.com/" >setenv BEAKER_JOB_WHITEBOARD 'Fedora-rawhide-20140315 x86_64 vnc-mode, HTTP, PXE-BOOT' >setenv BEAKER_RECIPE_WHITEBOARD 'Fedora-rawhide-20140315 x86_64 vnc-mode, HTTP, PXE-BOOT' >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 AAAAB3NzaC1yc2EAAAABIwAAAQEA3hLjkxzvGZ7m99r23VjrHPUKdyiZSlCmtQcDm0cVB2NURZ2fd2rL1/SvgOi8dmUQHwZaQ0HtK5OuBpU0bKm0bmz1gYhW4toAaiDzgJyllXNoAFzbLsNzi+uAaKL7ERIVbu1m9zDQNSlyd2/YWR/frxgVjdeWch3WnIi5QA/kvbdDKs0DTg0s4EvrVuoNDN6Y0g38UPp556B3OAm2MovwABBwE05L5Uwu56amJBld4cDMC5k8lHqHls0Dlnrc66mE88tWQKtbaEJXCtDMua8VseHc9AgifcKMtiNkY2wRReNhMswT/3PoVOOLPIO2QMQivLasqFprKX5Alf1KQsXsCQ== alexx@redbull >__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/1270664 ># 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 >%end > >%packages --ignoremissing >@base >@desktop-platform-devel >@development >@development-libs >@development-tools >@server-platform-devel >chrony >expect >gcc >install >libxml2-python >make >nfs-utils >ntp >procmail >pyOpenSSL >redhat-lsb >wget > >%end > > > _intf.storage: Blivet instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {'sda': 128} > _intf.storage.dasd: None > _intf.storage.roots: [] > _intf.storage.zfcp: ZFCP instance, containing members: > _intf.storage.zfcp.down: False > _intf.storage.zfcp.hasReadConfig: True > _intf.storage.zfcp.intf: None > _intf.storage.zfcp.fcpdevs: set([]) > _intf.storage._defaultFSType: ext4 > _intf.storage.autoPartEscrowCert: None > _intf.storage.iscsi: iscsi instance, containing members: > _intf.storage.iscsi.initiatorSet: False > _intf.storage.iscsi.ifaces: {} > _intf.storage.iscsi.started: False > _intf.storage.iscsi._initiator: Skipped > _intf.storage.iscsi.discovered_targets: {} > _intf.storage.iscsi.ibftNodes: [] > _intf.storage.escrowCertificates: {} > _intf.storage.fsset: FSSet instance, containing members: > _intf.storage.fsset.origFStab: None > _intf.storage.fsset._fstab_swaps: set([LVMLogicalVolumeDevice instance (0x7f145356e750) -- > name = fedora_ibm-x3550m3-04-g2-swap status = False kids = 0 id = 110 > parents = ['existing 59.50 GiB lvmvg fedora_ibm-x3550m3-04-g2 (93)'] > uuid = None size = 4026531872 > format = non-existent swap > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4026531872 path = /dev/mapper/fedora_ibm--x3550m3--04--g2-swap > format args = [] originalFormat = swap target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f1450554ed0) -- > name = fedora_ibm-x3550m3-04-g2 status = True kids = 3 id = 93 > parents = ['existing 59.51 GiB partition sda2 (82) with existing lvmpv'] > uuid = None size = 59.50 GiB > format = non-existent None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora_ibm--x3550m3--04--g2 > format args = [] originalFormat = None target = None dmUuid = None free = 0 PE Size = 4 MiB PE Count = 0 > PE Free = 0 PV Count = 1 > LV Names = [] modified = False > extents = 15234 free space = 0 B > free extents = 0 reserved percent = 0 reserved space = 0 B > PVs = ['existing 59.51 GiB partition sda2 (82) with existing lvmpv'] > LVs = ['non-existent 50 GiB lvmlv fedora_ibm-x3550m3-04-g2-root (98) with non-existent ext4 filesystem mounted at /', > 'non-existent 5.75 GiB lvmlv fedora_ibm-x3550m3-04-g2-home (104) with non-existent ext4 filesystem mounted at /home', > 'non-existent 4026531872 lvmlv fedora_ibm-x3550m3-04-g2-swap (110) with non-existent swap'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0 > VG space used = 3.75 GiB]) > _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 4026531872 lvmlv fedora_ibm-x3550m3-04-g2-swap (110) with non-existent swap > id: 112 >, ActionCreateFormat instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > origFormat: non-existent None > id: 113 >, ActionCreateDevice instance, containing members: > device: non-existent 5.75 GiB lvmlv fedora_ibm-x3550m3-04-g2-home (104) with non-existent ext4 filesystem mounted at /home > id: 106 >, ActionCreateFormat instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > origFormat: non-existent None > id: 107 >, ActionCreateDevice instance, containing members: > device: non-existent 50 GiB lvmlv fedora_ibm-x3550m3-04-g2-root (98) with non-existent ext4 filesystem mounted at / > id: 100 >, ActionCreateFormat instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > origFormat: non-existent None > id: 101 >] > _intf.storage.fsset.devicetree.iscsi: Already dumped (iscsi instance) > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree._devices: [existing 60 GiB disk sda (1) with existing msdos disklabel >, OpticalDevice instance, containing members: > major: 11 > _partedDevice: None > exists: True > _size: 0 > id: 21 > controllable: True > uuid: None > _format: existing None > parents: [] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: /devices/pci0000:00/0000:00:07.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 > _targetSize: 0 > _model: Virtual_CD > 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: 24 > controllable: False > uuid: None > _format: existing None > parents: [] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /tmp/curl_fetch_url1/squashfs.img (deleted) > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 27 > 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: 0 > _vendor: Skipped > _name: loop0 > protected: False > originalFormat: existing None > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 33 > 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: 36 > controllable: False > uuid: None > _format: Ext4FS instance, containing members: > _format._label: Anaconda > _format.errors: False > _format.uuid: 9f413e07-4fd9-45ef-a272-f7fbd796f911 > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._minInstanceSize: 0 B > _format._mountType: ext4 > _format.fsprofile: None > _format._targetSize: 2 GiB > _format.dirty: False > _format._size: Already dumped (Size instance) > _format.mountopts: None > _format.mountpoint: None > _format.id: 40 > _format._device: /dev/loop1 > parents: [Already dumped (FileDevice instance) >] > deviceLinks: [/dev/disk/by-label/Anaconda, /dev/disk/by-uuid/9f413e07-4fd9-45ef-a272-f7fbd796f911] > 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.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat._targetSize: Already dumped (Size instance) > originalFormat._minInstanceSize: Already dumped (Size instance) > originalFormat.mountopts: None > originalFormat._size: Already dumped (Size instance) > originalFormat.id: 40 > originalFormat._device: /dev/loop1 > originalFormat.errors: False > originalFormat.uuid: 9f413e07-4fd9-45ef-a272-f7fbd796f911 > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.dirty: False > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 42 > 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: 45 > 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 2 GiB dm live-rw (51) with existing ext4 filesystem >, existing 2 GiB dm live-base (57) with existing ext4 filesystem >, existing 59.51 GiB partition sda2 (82) with existing lvmpv >, existing 500 MiB partition sda1 (88) with existing ext4 filesystem mounted at /boot >, existing 59.50 GiB lvmvg fedora_ibm-x3550m3-04-g2 (93) >, Already dumped (LVMLogicalVolumeDevice instance) >, Already dumped (LVMLogicalVolumeDevice instance) >, Already dumped (LVMLogicalVolumeDevice instance) >] > _intf.storage.fsset.devicetree.ignoredDisks: [] > _intf.storage.fsset.devicetree._completed_actions: [ActionDestroyFormat instance, containing members: > device: non-existent 500 MiB partition sda1 (6) > origFormat: Ext4FS instance, containing members: > origFormat._label: None > origFormat.errors: False > origFormat.uuid: 3ae16317-2c40-4256-9199-d03849da47e6 > origFormat.exists: False > origFormat._mountpoint: None > origFormat._majorminor: 008001 > origFormat._minInstanceSize: 13.71 MiB > origFormat._mountType: ext4 > origFormat.fsprofile: None > origFormat._targetSize: 500 MiB > origFormat.dirty: False > origFormat._size: Already dumped (Size instance) > origFormat.mountopts: None > origFormat.mountpoint: None > origFormat.id: 10 > origFormat._device: /dev/sda1 > id: 68 >, ActionDestroyDevice instance, containing members: > device: > id: 63 >, ActionDestroyFormat instance, containing members: > device: non-existent 59.51 GiB partition sda2 (12) > origFormat: non-existent lvmpv > id: 64 >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 66 >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 71 >, ActionDestroyFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: non-existent None > id: 77 >, ActionCreateFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: existing None > id: 80 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 90 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 91 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 84 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 85 >, ActionCreateDevice instance, containing members: > device: Already dumped (LVMVolumeGroupDevice instance) > id: 96 >] > _intf.storage.fsset.devicetree.names: [sda, sr0, loop0, /tmp/curl_fetch_url1/squashfs.img (deleted), loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), live-rw, live-base, fedora_ibm-x3550m3-04-g2, fedora_ibm-x3550m3-04-g2-root, fedora_ibm-x3550m3-04-g2-home, fedora_ibm-x3550m3-04-g2-swap] > _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: 1 > _intf.storage.config.clearNonExistent: False > _intf.storage.config.ignoredDisks: [] > _intf.storage.config.protectedDevSpecs: [] > _intf.storage.config.ignoreDiskInteractive: False > _intf.storage.config.exclusiveDisks: [] > _intf.storage.config.clearPartDevices: [] > _intf.storage.config.zeroMbr: True > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [] > _intf.storage.config.initializeDisks: True > _intf.storage.size_sets: [] > _intf.storage.autoPartType: 2 > _intf.storage._bootloader: GRUB2 instance, containing members: > _intf.storage._bootloader._disk_order: [] > _intf.storage._bootloader.console_options: Skipped > _intf.storage._bootloader.console: ttyS0 > _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) >] > _intf.storage._bootloader.problems: [] > _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._nextID: 2 > _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 (0x7f1453588550) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1 GiB maxSize = 50 GiB grow = True > >, PartSpec instance (0x7f1450593410) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 MiB maxSize = None grow = True > >, PartSpec instance (0x7f1450593490) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 MiB maxSize = None grow = False > >, PartSpec instance (0x7f1450593590) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 MiB maxSize = None grow = False > >, PartSpec instance (0x7f1450593450) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 4026531872 maxSize = None grow = False > >] > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.encryptedAutoPart: False > _intf._isFinal: False > _intf._distributionText: <function distributionText at 0x7f147b8ffb90> > _intf._ui: None > _intf._actions: Skipped > _intf.payload: YumPayload instance, containing members: > _intf.payload._rescueVersionList: [] > _intf.payload._requiredGroups: [] > _intf.payload._environmentAddons: {'lxde-desktop-environment': (['3d-printing', 'lxde-apps', 'lxde-office', 'lxde-media'], ['admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'minimal-environment': (['guest-agents', 'standard'], ['3d-printing', 'admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'mate-desktop-environment': (['3d-printing', 'libreoffice', 'mate-applications', 'mate-compiz'], ['admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'gnome-desktop-environment': (['3d-printing', 'epiphany', 'gnome-games', 'libreoffice'], ['admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'infrastructure-server-environment': (['web-server', 'dns-server', 'dogtag', 'ftp-server', 'freeipa-server', 'guest-agents', 'ha', 'load-balancer', 'mail-server', 'mysql', 'network-server', 'sql-server', 'virtualization', 'smb-server'], ['3d-printing', 'admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'basic-desktop-environment': (['cinnamon-desktop', 'firefox', 'gnome-desktop', 'input-methods', 'kde-desktop', 'lxde-desktop', 'legacy-fonts', 'libreoffice', 'mate-desktop', 'sugar-desktop', 'xmonad', 'xmonad-mate', 'xfce-desktop'], ['3d-printing', 'admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'web-server-environment': (['guest-agents', 'haproxy', 'jbossas', 'mysql', 'mongodb', 'php', 'perl-web', 'sql-server', 'python-web', 'rubyonrails', 'tomcat'], ['3d-printing', 'admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'xfce-desktop-environment': (['3d-printing', 'xfce-apps', 'xfce-extra-plugins', 'xfce-media', 'xfce-office'], ['admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'kde-desktop-environment': (['3d-printing', 'kde-apps', 'kde-education', 'kde-media', 'kde-office', 'kde-telepathy'], ['admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'sugar-desktop-environment': (['sugar-apps'], ['3d-printing', 'admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'developer-workstation-environment': (['3d-printing', 'design-suite', 'electronic-lab', 'font-design', 'haskell', 'jbossas', 'java-development', 'legacy-software-development', 'mysql', 'milkymist', 'mingw32', 'mongodb', 'ocaml', 'php', 'perl-web', 'sql-server', 'python-web', 'robotics-suite', 'rubyonrails'], ['admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'development-tools', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'rpm-development-tools', 'security-lab', 'system-tools']), 'cinnamon-desktop-environment': (['3d-printing', 'libreoffice'], ['admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools'])} > _intf.payload.storage: Already dumped (Blivet instance) > _intf.payload._createdInitrds: False > _intf.payload._space_required: 2.79 GiB > _intf.payload._base_repo_lock: <_RLock owner=None count=0> > _intf.payload._groups: Skipped > _intf.payload.instclass: Already dumped (DefaultInstall instance) > _intf.payload._requiredPackages: [] > _intf.payload._base_repo: anaconda > _intf.payload._rpm_macros: [] > _intf.payload.default_repos: [fedora, rawhide] > _intf.payload.data: Already dumped (AnacondaKSHandler instance) > _intf.payload._yum: Skipped > _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._setup: True > _intf.payload.txID: None > _intf.payload._kernelVersionList: [] > _intf._currentAction: ProgressHub instance, containing members: > _intf._currentAction._environs: [anaconda] > _intf._currentAction._spinner: Spinner instance, containing members: > _intf._currentAction._progressNotebook: Notebook instance, containing members: > _intf._currentAction.payload: Already dumped (YumPayload 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._checker: None > _intf._currentAction.applyOnSkip: False > _intf._currentAction.skipTo: None > _intf._currentAction._rnotes_id: 1416 > _intf._currentAction._notReadySpokes: [] > _intf._currentAction._inSpoke: False > _intf._currentAction._incompleteSpokes: [] > _intf._currentAction.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._currentStep: 4 > _intf._currentAction._progressLabel: Label instance, containing members: > _intf._currentAction._rnotesPages: <itertools.cycle object at 0x7f1450f61638> > _intf._currentAction._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._progressBar: ProgressBar instance, containing members: > _intf._currentAction._spokes: {'PasswordSpoke': PasswordSpoke instance, containing members: > _intf._currentAction._spokes._kickstarted: True > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes._pwStrengthCheck: InputCheck instance, containing members: > _intf._currentAction._spokes._pwStrengthCheck._run_check: <bound method PasswordSpoke._checkPasswordStrength of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f1450f1d610>> > _intf._currentAction._spokes._pwStrengthCheck._parent: Already dumped (PasswordSpoke instance) > _intf._currentAction._spokes._pwStrengthCheck._input_obj: Entry instance, containing members: > _intf._currentAction._spokes._pwStrengthCheck._data: None > _intf._currentAction._spokes._pwStrengthCheck._check_status: None > _intf._currentAction._spokes._pwStrengthCheck._enabled: True > _intf._currentAction._spokes._pwq_valid: True > _intf._currentAction._spokes._pwq_error: None > _intf._currentAction._spokes._check_list: [InputCheck instance, containing members: > _run_check: <bound method PasswordSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f1450f1d610>> > _parent: Already dumped (PasswordSpoke instance) > _input_obj: Already dumped (Entry instance) > _data: None > _check_status: None > _enabled: True >, InputCheck instance, containing members: > _run_check: <bound method PasswordSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f1450f1d610>> > _parent: Already dumped (PasswordSpoke instance) > _input_obj: Entry instance, containing members: > _data: None > _check_status: None > _enabled: True >, InputCheck instance, containing members: > _run_check: <bound method PasswordSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f1450f1d610>> > _parent: Already dumped (PasswordSpoke instance) > _input_obj: Already dumped (Entry instance) > _data: None > _check_status: None > _enabled: True >, Already dumped (InputCheck instance) >, InputCheck instance, containing members: > _run_check: <bound method PasswordSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f1450f1d610>> > _parent: Already dumped (PasswordSpoke instance) > _input_obj: Already dumped (Entry instance) > _data: None > _check_status: None > _enabled: True >] > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.confirm: Already dumped (Entry instance) > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._confirm_check: Already dumped (InputCheck instance) > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._waivePasswordClicks: 0 > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.pw_label: Label instance, containing members: > _intf._currentAction._spokes._password_check: Already dumped (InputCheck instance) > _intf._currentAction._spokes.pw: Already dumped (Entry instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.pw_bar: LevelBar instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._storage: Already dumped (Blivet instance) >, 'UserSpoke': UserSpoke instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes._password_check: InputCheck instance, containing members: > _intf._currentAction._spokes._password_check._run_check: <bound method UserSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f1450f05b50>> > _intf._currentAction._spokes._password_check._parent: Already dumped (UserSpoke instance) > _intf._currentAction._spokes._password_check._input_obj: Entry instance, containing members: > _intf._currentAction._spokes._password_check._data: None > _intf._currentAction._spokes._password_check._check_status: None > _intf._currentAction._spokes._password_check._enabled: True > _intf._currentAction._spokes.guesser: {<Entry object at 0x7f1450589fa0 (GtkEntry at 0x379ac50)>: True} > _intf._currentAction._spokes._pwStrengthCheck: InputCheck instance, containing members: > _intf._currentAction._spokes._pwStrengthCheck._run_check: <bound method UserSpoke._checkPasswordStrength of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f1450f05b50>> > _intf._currentAction._spokes._pwStrengthCheck._parent: Already dumped (UserSpoke instance) > _intf._currentAction._spokes._pwStrengthCheck._input_obj: Already dumped (Entry instance) > _intf._currentAction._spokes._pwStrengthCheck._data: None > _intf._currentAction._spokes._pwStrengthCheck._check_status: None > _intf._currentAction._spokes._pwStrengthCheck._enabled: True > _intf._currentAction._spokes._pwq_valid: True > _intf._currentAction._spokes._pwq_error: None > _intf._currentAction._spokes._oldweak: None > _intf._currentAction._spokes._check_list: [InputCheck instance, containing members: > _run_check: <bound method UserSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f1450f05b50>> > _parent: Already dumped (UserSpoke instance) > _input_obj: Already dumped (Entry instance) > _data: None > _check_status: None > _enabled: True >, InputCheck instance, containing members: > _run_check: <bound method UserSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f1450f05b50>> > _parent: Already dumped (UserSpoke instance) > _input_obj: Entry instance, containing members: > _data: None > _check_status: None > _enabled: True >, Already dumped (InputCheck instance) >, Already dumped (InputCheck instance) >, InputCheck instance, containing members: > _run_check: <bound method UserSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f1450f05b50>> > _parent: Already dumped (UserSpoke instance) > _input_obj: Already dumped (Entry instance) > _data: None > _check_status: None > _enabled: True >, InputCheck instance, containing members: > _run_check: <bound method UserSpoke._check_re of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f1450f05b50>> > _parent: Already dumped (UserSpoke instance) > _input_obj: Entry instance, containing members: > _data: {'regex': <_sre.SRE_Pattern object at 0x3e4c9c0>, 'message': Invalid username} > _check_status: None > _enabled: True >, InputCheck instance, containing members: > _run_check: <bound method UserSpoke._check_re of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f1450f05b50>> > _parent: Already dumped (UserSpoke instance) > _input_obj: Entry instance, containing members: > _data: {'regex': <_sre.SRE_Pattern object at 0x7f147036ea48>, 'message': Full name cannot contain colon characters} > _check_status: None > _enabled: True >] > _intf._currentAction._spokes._wheel: group --name=wheel > > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.confirm: Already dumped (Entry instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._advanced: AdvancedUserDialog instance, containing members: > _intf._currentAction._spokes._advanced._window: Dialog instance, containing members: > _intf._currentAction._spokes._advanced._cGid: CheckButton instance, containing members: > _intf._currentAction._spokes._advanced.applyOnSkip: False > _intf._currentAction._spokes._advanced._groupDict: {'wheel': Already dumped (F12_GroupData instance) >} > _intf._currentAction._spokes._advanced._groupsError: Label instance, containing members: > _intf._currentAction._spokes._advanced.builder: Builder instance, containing members: > _intf._currentAction._spokes._advanced._saveButton: Button instance, containing members: > _intf._currentAction._spokes._advanced._cUid: CheckButton instance, containing members: > _intf._currentAction._spokes._advanced._tHome: Entry instance, containing members: > _intf._currentAction._spokes._advanced._spinGid: SpinButton instance, containing members: > _intf._currentAction._spokes._advanced.skipTo: None > _intf._currentAction._spokes._advanced._cHome: CheckButton instance, containing members: > _intf._currentAction._spokes._advanced._uid: Adjustment instance, containing members: > _intf._currentAction._spokes._advanced._check_list: [InputCheck instance, containing members: > _run_check: <bound method AdvancedUserDialog._validateGroups of <pyanaconda.ui.gui.spokes.user.AdvancedUserDialog object at 0x7f1450f057d0>> > _parent: Already dumped (AdvancedUserDialog instance) > _input_obj: Entry instance, containing members: > _data: None > _check_status: None > _enabled: True >] > _intf._currentAction._spokes._advanced._gid: Adjustment instance, containing members: > _intf._currentAction._spokes._advanced._tGroups: Already dumped (Entry instance) > _intf._currentAction._spokes._advanced._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._advanced._user: F19_UserData instance, containing members: > _intf._currentAction._spokes._advanced._user.shell: Skipped > _intf._currentAction._spokes._advanced._user.name: Skipped > _intf._currentAction._spokes._advanced._user.isCrypted: False > _intf._currentAction._spokes._advanced._user.lock: False > _intf._currentAction._spokes._advanced._user.password_kickstarted: False > _intf._currentAction._spokes._advanced._user.gid: None > _intf._currentAction._spokes._advanced._user.gecos: Skipped > _intf._currentAction._spokes._advanced._user.lineno: 0 > _intf._currentAction._spokes._advanced._user.groups: [] > _intf._currentAction._spokes._advanced._user.uid: None > _intf._currentAction._spokes._advanced._user.password: Skipped > _intf._currentAction._spokes._advanced._user.homedir: Skipped > _intf._currentAction._spokes._advanced._lHome: Label instance, containing members: > _intf._currentAction._spokes._advanced._spinUid: SpinButton instance, containing members: > _intf._currentAction._spokes.b_advanced: Button instance, containing members: > _intf._currentAction._spokes._confirm_check: Already dumped (InputCheck instance) > _intf._currentAction._spokes.username: Already dumped (Entry instance) > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._waivePasswordClicks: 0 > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.pw_label: Label instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.pw: Already dumped (Entry instance) > _intf._currentAction._spokes._groupDict: {'wheel': Already dumped (F12_GroupData instance) >} > _intf._currentAction._spokes.admin: CheckButton instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.pw_bar: LevelBar instance, containing members: > _intf._currentAction._spokes.usepassword: CheckButton instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.fullname: Already dumped (Entry instance) > _intf._currentAction._spokes._user: Already dumped (F19_UserData instance) >} > _intf._currentAction._totalSteps: 12 > _intf._currentAction.builder: Builder instance, containing members: > _intf._currentAction._window: HubWindow instance, containing members: > _intf._currentAction._storage: Already dumped (Blivet instance) > _intf._currentAction._autoContinue: True > _intf._currentAction._configurationDone: False >updateSrc: None >rootParts: None >id: None >rescue: False >mediaDevice: None >methodstr: http://download-01.eng.brq.redhat.com/pub/fedora/linux/development-snapshot-20140316/rawhide/x86_64/os/ >proxyPassword: None >desktop: Desktop instance, containing members: > desktop._runlevel: 3 > desktop.desktop: None >canReIPL: False >xdriver: None >stage2: None >rescue_mount: True >_bootloader: GRUB2 instance, containing members: > _bootloader._disk_order: [] > _bootloader.console_options: Skipped > _bootloader.console: ttyS0 > _bootloader.skip_bootloader: False > _bootloader.warnings: [] > _bootloader.chain_images: [] > _bootloader.stage2_is_preferred_stage1: False > _bootloader.disks: [] > _bootloader.problems: [] > _bootloader._update_only: False > _bootloader._default_image: None > _bootloader.stage2_device: None > _bootloader.encrypted_password: Skipped > _bootloader.errors: [] > _bootloader.stage1_device: None > _bootloader._timeout: None > _bootloader.stage1_disk: None > _bootloader.password: None > _bootloader.dracut_args: > _bootloader.boot_args: > _bootloader.linux_images: [] >_payload: Already dumped (YumPayload instance) >displayMode: g >ksdata: Already dumped (AnacondaKSHandler instance) >proxyUsername: None >extraModules: [] >mehConfig: Config instance, containing members: > mehConfig.programArch: x86_64 > mehConfig.callbackDict: {'lsblk_output': (<function lsblk_callback at 0x7f14586beed8>, True), 'type': (<function <lambda> at 0x7f14586cb1b8>, True), 'addons': (<function list_addons_callback at 0x7f14586cb0c8>, False), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0x7f14586bef50>, True)} > mehConfig.attrSkipList: [_intf._actions, _intf._currentAction._xklwrapper, _intf._currentAction._spokes["KeyboardSpoke"]._xkl_wrapper, _intf._currentAction.language.translations, _intf._currentAction.language.locales, _intf._currentAction._spokes["PasswordSpoke"]._oldweak, _intf._currentAction._spokes["PasswordSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._oldweak, _intf.storage.bootloader.password, _intf.storage.data, _intf.storage.encryptionPassphrase, _bootloader.encrypted_password, _bootloader.password, payload._groups, payload._yum] > mehConfig.programVersion: 21.27-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, 'dnf': False, 'memcheck': True, 'iscsi': False, 'ksfile': '/run/install/ks.cfg', 'dirinstall': False, 'kbdtype': None, 'runres': None, 'xdriver': None, 'display_mode': 't', 'stage2': None, 'method': 'http://download-01.eng.brq.redhat.com/pub/fedora/linux/development-snapshot-20140316/rawhide/x86_64/os/', 'vncpassword': '', 'vnc': False, 'rescue': False, 'noverifyssl': False, 'autostep': False, 'geoloc': None, 'proxy': None, 'dlabel': False, 'vncconnect': None, 'mpathfriendlynames': True, 'lang': None, 'askmethod': False, 'liveinst': False, 'loglevel': None, 'isHeadless': False, 'eject': True, 'rescue_nomount': False, 'keymap': None, 'mpath': True, 'ibft': True, 'debug': False, 'extlinux': False, 'multiLib': False, 'nofb': None, 'targetArch': None} >proxy: None > >Registered callbacks: > > >/tmp/anaconda.log: >08:05:33,430 INFO anaconda: /sbin/anaconda 21.27-1 >08:05:33,951 INFO anaconda: 1966080 kB (1920 MB) are available >08:05:33,952 INFO anaconda: check_memory(): total:1920, needed:512, graphical:512 >08:05:33,985 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >08:05:33,987 INFO anaconda: Default encoding = utf-8 >08:05:34,112 INFO anaconda: Running kickstart %%pre script(s) >08:05:34,113 INFO anaconda.stdout: Running pre-installation scripts >08:06:35,182 INFO anaconda: All kickstart %%pre script(s) have been run >08:06:36,699 INFO anaconda: Display mode = g >08:06:36,703 INFO anaconda: 1966080 kB (1920 MB) are available >08:06:36,704 INFO anaconda: check_memory(): total:1920, needed:512, graphical:512 >08:06:36,706 INFO anaconda.stdout: Starting VNC... >08:07:22,897 INFO anaconda.stdout: The VNC server is now running. >08:07:22,901 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. > > >08:07:22,907 INFO anaconda.stdout: Please manually connect your vnc client to ibm-x3550m3-04-g2.lab.eng.brq.redhat.com:1 (10.34.36.184:1) to begin the install. >08:07:23,064 INFO anaconda: Starting window manager, pid 2035. >08:07:25,025 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >08:07:25,027 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >08:07:25,027 INFO anaconda: using only installclass _Fedora >08:07:25,758 INFO anaconda: bootloader GRUB2 on X86 platform >08:07:25,785 INFO anaconda: bootloader GRUB2 on X86 platform >08:07:25,837 DEBUG anaconda: network: devices found ['eth0'] >08:07:26,116 DEBUG anaconda: updating hostname ibm-x3550m3-04-g2.lab.eng.brq.redhat.com >08:07:26,138 INFO anaconda: Running Thread: AnaStorageThread (139725343692544) >08:07:26,142 INFO anaconda: Running Thread: AnaTimeInitThread (139725335299840) >08:07:26,162 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (139725326907136) >08:07:26,176 INFO anaconda: Running Thread: AnaPayloadThread (139725317461760) >08:07:26,271 INFO anaconda: got 2 NTP servers from DHCP >08:07:26,354 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (139725326907136) >08:07:26,380 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (139725326907136) >08:07:26,380 INFO anaconda: Starting geolocation lookup >08:07:26,381 INFO anaconda: Geolocation provider: Fedora GeoIP >08:07:26,008 INFO anaconda: Geolocation lookup finished in -0.4 seconds >08:07:26,009 INFO anaconda: got results from geolocation >08:07:26,010 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (139725326907136) >08:07:26,015 INFO anaconda: Thread Done: AnaTimeInitThread (139725335299840) >11:11:44,662 DEBUG anaconda: network standalone spoke (init): completed: ['eth0'] >11:11:44,714 DEBUG anaconda: Entered hub: SummaryHub >11:11:46,067 INFO anaconda: Running Thread: AnaNTPserver1 (139725335299840) >11:11:46,080 INFO anaconda: Running Thread: AnaNTPserver2 (139725326907136) >11:11:46,097 INFO anaconda: Running Thread: AnaDateTimeThread (139725251548928) >11:11:46,109 INFO anaconda: fs space: 0 B needed: 2.79 GiB >11:11:46,215 INFO anaconda: Thread Done: AnaNTPserver1 (139725335299840) >11:11:46,223 INFO anaconda: Thread Done: AnaNTPserver2 (139725326907136) >11:11:46,369 INFO anaconda: Thread Done: AnaStorageThread (139725343692544) >11:11:46,392 INFO anaconda: Thread Done: AnaDateTimeThread (139725251548928) >11:11:46,582 INFO anaconda: Running Thread: AnaAddLayoutsInitThread (139725251548928) >11:11:46,583 DEBUG anaconda: Starting applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x7f145357f910>> on <dictionary-keyiterator object at 0x7f14535813c0> >11:11:46,589 INFO anaconda: Running Thread: AnaGtkBatchPre1 (139725343692544) >11:11:46,592 INFO anaconda: Thread Done: AnaGtkBatchPre1 (139725343692544) >11:11:46,731 INFO anaconda: Running Thread: AnaKeyboardThread (139725343692544) >11:11:46,743 INFO anaconda: fs space: 0 B needed: 2.79 GiB >11:11:47,641 INFO anaconda: fs space: 0 B needed: 2.79 GiB >11:11:47,927 INFO anaconda: Running Thread: AnaSourceWatcher (139725326907136) >11:11:48,007 INFO anaconda: Running Thread: AnaSoftwareWatcher (139725335299840) >11:11:48,091 INFO anaconda: Running Thread: AnaStorageWatcher (139725241046784) >11:11:48,093 INFO anaconda: Thread Done: AnaStorageWatcher (139725241046784) >11:11:48,105 INFO anaconda: Running Thread: AnaExecuteStorageThread (139725241046784) >11:11:48,213 INFO anaconda: Running Thread: AnaCustomStorageInit (139725232654080) >11:11:48,309 DEBUG anaconda: new disk order: [] >11:11:48,887 DEBUG anaconda: _is_valid_disklabel(sda) returning True >11:11:48,900 DEBUG anaconda: _is_valid_size(sda) returning True >11:11:48,903 DEBUG anaconda: _is_valid_location(sda) returning True >11:11:48,904 DEBUG anaconda: _is_valid_format(sda) returning True >11:11:48,908 DEBUG anaconda: is_valid_stage1_device(sda) returning True >11:11:49,057 DEBUG anaconda: network: GUI, device configuration added: connection 5a96354b-fa2d-490e-b0ca-d54834e992ae device eth0 >11:11:49,135 DEBUG anaconda: network: GUI, connection 5a96354b-fa2d-490e-b0ca-d54834e992ae found >11:11:49,136 DEBUG anaconda: network: GUI, connection 3f300037-3971-444f-a851-34549cad8547 found >11:11:49,821 DEBUG anaconda: updating hostname ibm-x3550m3-04-g2.lab.eng.brq.redhat.com >11:11:50,524 INFO anaconda: setting installation environment hostname to ibm-x3550m3-04-g2.lab.eng.brq.redhat.com >11:11:52,991 DEBUG anaconda: new disk order: [] >11:11:53,432 DEBUG anaconda: stage1 device cannot be of type lvmvg >11:11:53,433 DEBUG anaconda: stage1 device cannot be of type lvmlv >11:11:53,437 DEBUG anaconda: stage1 device cannot be of type lvmlv >11:11:53,440 DEBUG anaconda: stage1 device cannot be of type lvmlv >11:11:53,446 DEBUG anaconda: _is_valid_disklabel(sda) returning True >11:11:53,450 DEBUG anaconda: _is_valid_size(sda) returning True >11:11:53,451 DEBUG anaconda: _is_valid_location(sda) returning True >11:11:53,452 DEBUG anaconda: _is_valid_format(sda) returning True >11:11:53,453 DEBUG anaconda: is_valid_stage1_device(sda) returning True >11:11:53,470 DEBUG anaconda: _is_valid_disklabel(sda) returning True >11:11:53,474 DEBUG anaconda: _is_valid_size(sda) returning True >11:11:53,475 DEBUG anaconda: _is_valid_location(sda) returning True >11:11:53,476 DEBUG anaconda: _is_valid_format(sda) returning True >11:11:53,478 DEBUG anaconda: is_valid_stage1_device(sda) returning True >11:11:53,479 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >11:11:53,481 DEBUG anaconda: _is_valid_size(sda1) returning True >11:11:53,483 DEBUG anaconda: _is_valid_location(sda1) returning True >11:11:53,485 DEBUG anaconda: _is_valid_partition(sda1) returning True >11:11:53,486 DEBUG anaconda: _is_valid_format(sda1) returning True >11:11:53,488 DEBUG anaconda: is_valid_stage2_device(sda1) returning True >11:11:53,496 DEBUG anaconda: new disk order: [] >11:11:53,869 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7f1457e40e90> >11:11:53,980 DEBUG anaconda: stage1 device cannot be of type lvmvg >11:11:53,981 DEBUG anaconda: stage1 device cannot be of type lvmlv >11:11:53,984 DEBUG anaconda: stage1 device cannot be of type lvmlv >11:11:53,990 DEBUG anaconda: stage1 device cannot be of type lvmlv >11:11:53,995 DEBUG anaconda: _is_valid_disklabel(sda) returning True >11:11:53,995 DEBUG anaconda: _is_valid_size(sda) returning True >11:11:53,996 DEBUG anaconda: _is_valid_location(sda) returning True >11:11:53,997 DEBUG anaconda: _is_valid_format(sda) returning True >11:11:53,998 DEBUG anaconda: is_valid_stage1_device(sda) returning True >11:11:54,000 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7f1455f14b90> >11:11:54,002 INFO anaconda: setting <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7f1455f14b90> status to: Getting list of layouts... >11:11:54,003 INFO anaconda: Thread Done: AnaExecuteStorageThread (139725241046784) >11:11:54,003 INFO anaconda: Running Thread: AnaCheckStorageThread (139725218072320) >11:11:54,009 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f145355b8d0> status to: Probing storage... >11:11:54,009 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f145355b8d0> status to: Downloading package metadata... >11:11:54,010 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f145356e210> status to: Downloading package metadata... >11:11:54,011 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f145350bbd0> status to: Probing storage... >11:11:54,015 DEBUG anaconda: _is_valid_disklabel(sda) returning True >11:11:54,025 DEBUG anaconda: _is_valid_size(sda) returning True >11:11:54,025 DEBUG anaconda: _is_valid_location(sda) returning True >11:11:54,026 DEBUG anaconda: _is_valid_format(sda) returning True >11:11:54,027 DEBUG anaconda: is_valid_stage1_device(sda) returning True >11:11:54,028 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >11:11:54,029 DEBUG anaconda: _is_valid_size(sda1) returning True >11:11:54,032 DEBUG anaconda: _is_valid_location(sda1) returning True >11:11:54,032 DEBUG anaconda: _is_valid_partition(sda1) returning True >11:11:54,034 DEBUG anaconda: _is_valid_format(sda1) returning True >11:11:54,035 DEBUG anaconda: is_valid_stage2_device(sda1) returning True >11:11:54,042 INFO anaconda: Thread Done: AnaCheckStorageThread (139725218072320) >11:11:54,043 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f145350bbd0> >11:11:54,049 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f145350bbd0> >11:11:54,056 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f145350bbd0> status to: Saving storage configuration... >11:11:54,063 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f145350bbd0> >11:11:54,078 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f145350bbd0> >11:11:54,079 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f145350bbd0> status to: Checking storage configuration... >11:11:54,089 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f145350bbd0> >07:11:58,881 INFO anaconda: Thread Done: AnaCustomStorageInit (139725232654080) >07:12:03,702 DEBUG anaconda: Finished applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x7f145357f910>> on <dictionary-keyiterator object at 0x7f14535813c0> >07:12:03,703 INFO anaconda: Thread Done: AnaAddLayoutsInitThread (139725251548928) >07:12:03,703 INFO anaconda: Thread Done: AnaKeyboardThread (139725343692544) >07:12:03,722 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7f1455f14b90> >07:12:04,082 INFO anaconda: setting <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0x7f1450593b10> status to: Wired (eth0) connected >07:12:18,570 INFO anaconda: Thread Done: AnaPayloadThread (139725317461760) >07:12:18,592 INFO anaconda: Thread Done: AnaSoftwareWatcher (139725335299840) >07:12:18,592 DEBUG anaconda: Setting up repos: [] >07:12:18,594 INFO anaconda: Thread Done: AnaSourceWatcher (139725326907136) >07:12:18,631 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f145356e210> status to: Downloading group metadata... >07:12:18,637 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f145356e210> >07:12:18,645 INFO anaconda: fs space: 50 GiB needed: 2.79 GiB >07:12:18,696 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f145355b8d0> >07:12:18,728 INFO anaconda: _autoContinue clicking continue button >07:12:18,824 DEBUG anaconda: Left hub: SummaryHub >07:12:18,825 DEBUG anaconda: Entered hub: ProgressHub >07:12:18,888 INFO anaconda: Running Thread: AnaInstallThread (139725317461760) >07:12:20,521 INFO anaconda: Setting up the installation environment >07:12:25,994 INFO anaconda: Creating disklabel on /dev/sda >07:12:29,057 INFO anaconda: Creating ext4 on /dev/sda1 >07:12:33,161 INFO anaconda: Creating lvmpv on /dev/sda2 >07:12:35,649 DEBUG anaconda: running handleException >07:12:35,650 DEBUG anaconda: Traceback (most recent call last): > > File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 227, in run > threading.Thread.run(self, *args, **kwargs) > > File "/usr/lib64/python2.7/threading.py", line 766, in run > self.__target(*self.__args, **self.__kwargs) > > File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 143, in doInstall > turnOnFilesystems(storage, mountOnly=flags.flags.dirInstall) > > File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 172, in turnOnFilesystems > storage.doIt() > > File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 314, in doIt > self.devicetree.processActions() > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 265, in processActions > action.execute() > > File "/usr/lib/python2.7/site-packages/blivet/deviceaction.py", line 265, in execute > self.device.create() > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 751, in create > raise DeviceCreateError(str(e), self.name) > >DeviceCreateError: ("'Decimal' object has no attribute 'convertTo'", 'fedora_ibm-x3550m3-04-g2-swap') > >07:12:35,650 DEBUG anaconda: Gtk running, queuing exception handler to the main loop >07:12:35,669 INFO anaconda: Thread Done: AnaInstallThread (139725317461760) > > >/tmp/packaging.log: >11:11:46,370 INFO packaging: configuring base repo >11:11:46,449 INFO_2 yum.verbose.YumPlugins: Loaded plugins: fastestmirror, langpacks >11:11:46,449 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >11:11:46,449 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >11:11:46,451 DEBUG yum.verbose.plugin: Adding en_US to language list >11:11:46,457 DEBUG yum.verbose.YumBase: Config time: 0.062 >11:11:46,541 INFO_2 yum.verbose.YumPlugins: Loaded plugins: fastestmirror, langpacks >11:11:46,543 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >11:11:46,543 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >11:11:46,544 DEBUG yum.verbose.plugin: Adding en_US to language list >11:11:46,548 DEBUG yum.verbose.YumBase: Config time: 0.018 >11:11:46,761 INFO packaging: gathering repo metadata >11:11:46,766 INFO packaging: skipping disabled repo fedora >11:11:46,772 INFO packaging: gathering repo metadata for anaconda >11:11:48,469 INFO packaging: skipping disabled repo updates-testing >11:11:48,471 INFO packaging: skipping disabled repo rawhide >11:11:48,474 INFO packaging: skipping disabled repo updates >11:11:48,481 INFO packaging: Refreshing environmentAddons >11:11:48,482 DEBUG yum.verbose.YumBase: Setting up Package Sacks >11:11:48,483 INFO_2 yum.verbose.plugin: Determining fastest mirrors >07:12:04,118 DEBUG yum.verbose.YumBase: pkgsack time: 15.635 >07:12:04,404 DEBUG yum.verbose.YumBase: group time: 15.921 >07:12:18,567 INFO packaging: metadata retrieval complete > > >/tmp/program.log: >08:05:34,119 INFO program: Running... /bin/sh /tmp/ks-script-vESl9O >08:06:35,097 INFO program: + wget -O - http://lab-02.rhts.eng.brq.redhat.com:8000/install_start/1270664 >08:06:35,100 INFO program: --2014-03-17 08:05:34-- http://lab-02.rhts.eng.brq.redhat.com:8000/install_start/1270664 >08:06:35,104 INFO program: Resolving lab-02.rhts.eng.brq.redhat.com (lab-02.rhts.eng.brq.redhat.com)... 2620:52:0:2223:216:3eff:fe52:518e, 10.34.32.5 >08:06:35,109 INFO program: Connecting to lab-02.rhts.eng.brq.redhat.com (lab-02.rhts.eng.brq.redhat.com)|2620:52:0:2223:216:3eff:fe52:518e|:8000... connected. >08:06:35,115 INFO program: HTTP request sent, awaiting response... 200 OK >08:06:35,117 INFO program: Length: 4 [text/plain] >08:06:35,119 INFO program: Saving to: 'STDOUT' >08:06:35,121 INFO program: True >08:06:35,122 INFO program: 0K 100% 195K=0s >08:06:35,127 INFO program: >08:06:35,128 INFO program: 2014-03-17 08:06:34 (195 KB/s) - written to stdout [4/4] >08:06:35,131 INFO program: >08:06:35,132 INFO program: + wget -O /tmp/anamon http://lab-02.rhts.eng.brq.redhat.com/beaker/anamon >08:06:35,136 INFO program: --2014-03-17 08:06:34-- http://lab-02.rhts.eng.brq.redhat.com/beaker/anamon >08:06:35,140 INFO program: Resolving lab-02.rhts.eng.brq.redhat.com (lab-02.rhts.eng.brq.redhat.com)... 2620:52:0:2223:216:3eff:fe52:518e, 10.34.32.5 >08:06:35,146 INFO program: Connecting to lab-02.rhts.eng.brq.redhat.com (lab-02.rhts.eng.brq.redhat.com)|2620:52:0:2223:216:3eff:fe52:518e|:80... connected. >08:06:35,154 INFO program: HTTP request sent, awaiting response... 200 OK >08:06:35,157 INFO program: Length: 9165 (9.0K) [text/plain] >08:06:35,160 INFO program: Saving to: '/tmp/anamon' >08:06:35,162 INFO program: >08:06:35,163 INFO program: 0K ........ 100% 44.4M=0s >08:06:35,168 INFO program: >08:06:35,169 INFO program: 2014-03-17 08:06:34 (44.4 MB/s) - '/tmp/anamon' saved [9165/9165] >08:06:35,174 INFO program: >08:06:35,175 INFO program: + python /tmp/anamon --recipe-id 1270664 --xmlrpc-url http://lab-02.rhts.eng.brq.redhat.com:8000/RPC2 >08:06:35,181 DEBUG program: Return code: 0 >08:06:35,237 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >08:06:35,291 DEBUG program: Return code: 0 >08:06:35,292 INFO program: Running... udevadm settle --timeout=300 >08:06:35,971 DEBUG program: Return code: 0 >08:06:35,976 INFO program: Running... modprobe fcoe >08:06:36,108 DEBUG program: Return code: 0 >08:06:36,111 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >08:06:36,165 INFO program: No FCoE boot disk information is found in EDD! >08:06:36,167 DEBUG program: Return code: 1 >08:06:36,189 INFO program: Running... loadkeys us >08:06:36,419 DEBUG program: Return code: 0 >08:06:36,420 INFO program: Running... loadkeys us >08:06:36,541 DEBUG program: Return code: 0 >08:07:23,085 INFO program: Running... metacity --display :1 --sm-disable >08:07:26,143 INFO program: Running... hwclock --hctosys --utc >08:07:26,014 DEBUG program: Return code: 0 >08:07:26,015 INFO program: Running... udevadm settle --timeout=300 >08:07:26,102 DEBUG program: Return code: 0 >08:07:26,105 INFO program: Running... systemctl start chronyd.service >08:07:26,309 DEBUG program: Return code: 0 >08:07:26,312 INFO program: Running... mpathconf --user_friendly_names y --with_multipathd y >08:07:26,782 DEBUG program: Return code: 0 >08:07:26,784 INFO program: Running... udevadm settle --timeout=300 >08:07:26,973 DEBUG program: Return code: 0 >08:07:28,569 INFO program: Running... multipath -c /dev/sda >08:07:28,688 INFO program: /dev/sda is not a valid multipath device path >08:07:28,690 DEBUG program: Return code: 1 >08:07:29,670 INFO program: Running... dumpe2fs -h /dev/sda1 >08:07:29,768 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >08:07:29,768 INFO program: Filesystem volume name: <none> >08:07:29,769 INFO program: Last mounted on: <not available> >08:07:29,770 INFO program: Filesystem UUID: 3ae16317-2c40-4256-9199-d03849da47e6 >08:07:29,770 INFO program: Filesystem magic number: 0xEF53 >08:07:29,771 INFO program: Filesystem revision #: 1 (dynamic) >08:07:29,771 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >08:07:29,772 INFO program: Filesystem flags: signed_directory_hash >08:07:29,773 INFO program: Default mount options: user_xattr acl >08:07:29,773 INFO program: Filesystem state: clean >08:07:29,775 INFO program: Errors behavior: Continue >08:07:29,775 INFO program: Filesystem OS type: Linux >08:07:29,777 INFO program: Inode count: 128016 >08:07:29,777 INFO program: Block count: 512000 >08:07:29,778 INFO program: Reserved block count: 25600 >08:07:29,779 INFO program: Free blocks: 485334 >08:07:29,781 INFO program: Free inodes: 128005 >08:07:29,781 INFO program: First block: 1 >08:07:29,782 INFO program: Block size: 1024 >08:07:29,782 INFO program: Fragment size: 1024 >08:07:29,785 INFO program: Reserved GDT blocks: 256 >08:07:29,785 INFO program: Blocks per group: 8192 >08:07:29,786 INFO program: Fragments per group: 8192 >08:07:29,786 INFO program: Inodes per group: 2032 >08:07:29,787 INFO program: Inode blocks per group: 254 >08:07:29,787 INFO program: Flex block group size: 16 >08:07:29,791 INFO program: Filesystem created: Mon Mar 17 09:55:41 2014 >08:07:29,791 INFO program: Last mount time: n/a >08:07:29,792 INFO program: Last write time: Mon Mar 17 09:55:41 2014 >08:07:29,793 INFO program: Mount count: 0 >08:07:29,793 INFO program: Maximum mount count: -1 >08:07:29,794 INFO program: Last checked: Mon Mar 17 09:55:41 2014 >08:07:29,794 INFO program: Check interval: 0 (<none>) >08:07:29,795 INFO program: Lifetime writes: 8 MB >08:07:29,795 INFO program: Reserved blocks uid: 0 (user root) >08:07:29,796 INFO program: Reserved blocks gid: 0 (group root) >08:07:29,797 INFO program: First inode: 11 >08:07:29,798 INFO program: Inode size: 128 >08:07:29,799 INFO program: Journal inode: 8 >08:07:29,801 INFO program: Default directory hash: half_md4 >08:07:29,802 INFO program: Directory Hash Seed: 8895f81d-837f-4dcd-938f-561b3739d794 >08:07:29,804 INFO program: Journal backup: inode blocks >08:07:29,804 INFO program: Journal features: (none) >08:07:29,805 INFO program: Journal size: 8M >08:07:29,805 INFO program: Journal length: 8192 >08:07:29,807 INFO program: Journal sequence: 0x00000001 >08:07:29,808 INFO program: Journal start: 0 >08:07:29,809 INFO program: >08:07:29,809 DEBUG program: Return code: 0 >08:07:29,810 INFO program: Running... resize2fs -P /dev/sda1 >08:07:29,914 INFO program: resize2fs 1.42.9 (28-Dec-2013) >08:07:29,914 INFO program: Estimated minimum size of the filesystem: 14045 >08:07:29,915 DEBUG program: Return code: 0 >08:07:30,225 INFO program: Running... lvm pvs --unit=k --nosuffix --nameprefixes --rows --unquoted --noheadings -opv_uuid,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config global {locking_type=4} /dev/sda2 >08:07:30,437 INFO program: LVM2_PV_UUID=Qeou95-X131-ruoz-MJMg-clAG-e1Jt-dosY4J >08:07:30,438 INFO program: LVM2_PE_START=1024.00 >08:07:30,438 INFO program: LVM2_VG_NAME=fedora_ibm-x3550m3-04-g2 >08:07:30,439 INFO program: LVM2_VG_UUID=VdzHnm-JLW0-slx2-oeQq-QXVL-XqbK-dFaZPS >08:07:30,439 INFO program: LVM2_VG_SIZE=62398464.00 >08:07:30,440 INFO program: LVM2_VG_FREE=62398464.00 >08:07:30,441 INFO program: LVM2_VG_EXTENT_SIZE=4096.00 >08:07:30,442 INFO program: LVM2_VG_EXTENT_COUNT=15234 >08:07:30,442 INFO program: LVM2_VG_FREE_COUNT=15234 >08:07:30,443 INFO program: LVM2_PV_COUNT=1 >08:07:30,444 DEBUG program: Return code: 0 >08:07:30,496 INFO program: Running... lvm lvs -a --unit k --nosuffix --nameprefixes --rows --unquoted --noheadings -olv_name,lv_uuid,lv_size,lv_attr,segtype --config global {locking_type=4} fedora_ibm-x3550m3-04-g2 >08:07:30,593 DEBUG program: Return code: 0 >11:11:42,888 INFO program: Running... dumpe2fs -h /dev/loop1 >11:11:42,946 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >11:11:42,947 INFO program: Filesystem volume name: Anaconda >11:11:42,947 INFO program: Last mounted on: / >11:11:42,948 INFO program: Filesystem UUID: 9f413e07-4fd9-45ef-a272-f7fbd796f911 >11:11:42,948 INFO program: Filesystem magic number: 0xEF53 >11:11:42,949 INFO program: Filesystem revision #: 1 (dynamic) >11:11:42,949 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >11:11:42,950 INFO program: Filesystem flags: signed_directory_hash >11:11:42,957 INFO program: Default mount options: user_xattr acl >11:11:42,957 INFO program: Filesystem state: clean >11:11:42,958 INFO program: Errors behavior: Continue >11:11:42,958 INFO program: Filesystem OS type: Linux >11:11:42,959 INFO program: Inode count: 131072 >11:11:42,959 INFO program: Block count: 2097152 >11:11:42,960 INFO program: Reserved block count: 0 >11:11:42,961 INFO program: Free blocks: 1168252 >11:11:42,961 INFO program: Free inodes: 101972 >11:11:42,962 INFO program: First block: 1 >11:11:42,962 INFO program: Block size: 1024 >11:11:42,963 INFO program: Fragment size: 1024 >11:11:42,964 INFO program: Reserved GDT blocks: 256 >11:11:42,964 INFO program: Blocks per group: 8192 >11:11:42,967 INFO program: Fragments per group: 8192 >11:11:42,967 INFO program: Inodes per group: 512 >11:11:42,968 INFO program: Inode blocks per group: 128 >11:11:42,968 INFO program: Flex block group size: 16 >11:11:42,969 INFO program: Filesystem created: Sat Mar 15 15:26:28 2014 >11:11:42,973 INFO program: Last mount time: Sat Mar 15 15:28:10 2014 >11:11:42,973 INFO program: Last write time: Sat Mar 15 15:28:20 2014 >11:11:42,974 INFO program: Mount count: 2 >11:11:42,974 INFO program: Maximum mount count: -1 >11:11:42,975 INFO program: Last checked: Sat Mar 15 15:26:28 2014 >11:11:42,975 INFO program: Check interval: 0 (<none>) >11:11:42,976 INFO program: Lifetime writes: 32 MB >11:11:42,977 INFO program: Reserved blocks uid: 0 (user root) >11:11:42,977 INFO program: Reserved blocks gid: 0 (group root) >11:11:42,978 INFO program: First inode: 11 >11:11:42,978 INFO program: Inode size: 256 >11:11:42,980 INFO program: Required extra isize: 28 >11:11:42,981 INFO program: Desired extra isize: 28 >11:11:42,981 INFO program: Journal inode: 8 >11:11:42,982 INFO program: Default directory hash: half_md4 >11:11:42,983 INFO program: Directory Hash Seed: 2c849cac-b05b-4fbd-a16b-4200e77bc7d6 >11:11:42,984 INFO program: Journal backup: inode blocks >11:11:42,984 INFO program: Journal features: (none) >11:11:42,985 INFO program: Journal size: 32M >11:11:42,986 INFO program: Journal length: 32768 >11:11:42,987 INFO program: Journal sequence: 0x00000bc3 >11:11:42,987 INFO program: Journal start: 0 >11:11:42,988 INFO program: >11:11:42,989 DEBUG program: Return code: 0 >11:11:42,990 INFO program: Running... resize2fs -P /dev/loop1 >11:11:43,052 INFO program: resize2fs 1.42.9 (28-Dec-2013) >11:11:43,055 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop1 >11:11:43,055 INFO program: Couldn't find valid filesystem superblock. >11:11:43,056 DEBUG program: Return code: 1 >11:11:43,253 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >11:11:43,307 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >11:11:43,308 INFO program: Filesystem volume name: Anaconda >11:11:43,308 INFO program: Last mounted on: / >11:11:43,309 INFO program: Filesystem UUID: 9f413e07-4fd9-45ef-a272-f7fbd796f911 >11:11:43,309 INFO program: Filesystem magic number: 0xEF53 >11:11:43,310 INFO program: Filesystem revision #: 1 (dynamic) >11:11:43,311 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >11:11:43,311 INFO program: Filesystem flags: signed_directory_hash >11:11:43,313 INFO program: Default mount options: user_xattr acl >11:11:43,313 INFO program: Filesystem state: clean >11:11:43,314 INFO program: Errors behavior: Continue >11:11:43,314 INFO program: Filesystem OS type: Linux >11:11:43,315 INFO program: Inode count: 131072 >11:11:43,317 INFO program: Block count: 2097152 >11:11:43,318 INFO program: Reserved block count: 0 >11:11:43,318 INFO program: Free blocks: 1168252 >11:11:43,319 INFO program: Free inodes: 101972 >11:11:43,319 INFO program: First block: 1 >11:11:43,321 INFO program: Block size: 1024 >11:11:43,322 INFO program: Fragment size: 1024 >11:11:43,324 INFO program: Reserved GDT blocks: 256 >11:11:43,324 INFO program: Blocks per group: 8192 >11:11:43,325 INFO program: Fragments per group: 8192 >11:11:43,325 INFO program: Inodes per group: 512 >11:11:43,326 INFO program: Inode blocks per group: 128 >11:11:43,327 INFO program: Flex block group size: 16 >11:11:43,327 INFO program: Filesystem created: Sat Mar 15 15:26:28 2014 >11:11:43,330 INFO program: Last mount time: Mon Mar 17 08:05:03 2014 >11:11:43,331 INFO program: Last write time: Mon Mar 17 08:05:03 2014 >11:11:43,331 INFO program: Mount count: 3 >11:11:43,332 INFO program: Maximum mount count: -1 >11:11:43,332 INFO program: Last checked: Sat Mar 15 15:26:28 2014 >11:11:43,333 INFO program: Check interval: 0 (<none>) >11:11:43,333 INFO program: Lifetime writes: 32 MB >11:11:43,335 INFO program: Reserved blocks uid: 0 (user root) >11:11:43,336 INFO program: Reserved blocks gid: 0 (group root) >11:11:43,336 INFO program: First inode: 11 >11:11:43,337 INFO program: Inode size: 256 >11:11:43,338 INFO program: Required extra isize: 28 >11:11:43,339 INFO program: Desired extra isize: 28 >11:11:43,343 INFO program: Journal inode: 8 >11:11:43,343 INFO program: Default directory hash: half_md4 >11:11:43,344 INFO program: Directory Hash Seed: 2c849cac-b05b-4fbd-a16b-4200e77bc7d6 >11:11:43,344 INFO program: Journal backup: inode blocks >11:11:43,345 INFO program: Journal features: (none) >11:11:43,345 INFO program: Journal size: 32M >11:11:43,346 INFO program: Journal length: 32768 >11:11:43,346 INFO program: Journal sequence: 0x00000bc4 >11:11:43,347 INFO program: Journal start: 1 >11:11:43,347 INFO program: >11:11:43,349 DEBUG program: Return code: 0 >11:11:43,350 INFO program: Running... resize2fs -P /dev/mapper/live-rw >11:11:43,416 INFO program: resize2fs 1.42.9 (28-Dec-2013) >11:11:43,417 INFO program: Estimated minimum size of the filesystem: 913047 >11:11:43,419 DEBUG program: Return code: 0 >11:11:43,712 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >11:11:43,771 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >11:11:43,772 INFO program: Filesystem volume name: Anaconda >11:11:43,773 INFO program: Last mounted on: / >11:11:43,773 INFO program: Filesystem UUID: 9f413e07-4fd9-45ef-a272-f7fbd796f911 >11:11:43,774 INFO program: Filesystem magic number: 0xEF53 >11:11:43,774 INFO program: Filesystem revision #: 1 (dynamic) >11:11:43,775 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >11:11:43,775 INFO program: Filesystem flags: signed_directory_hash >11:11:43,778 INFO program: Default mount options: user_xattr acl >11:11:43,779 INFO program: Filesystem state: clean >11:11:43,779 INFO program: Errors behavior: Continue >11:11:43,780 INFO program: Filesystem OS type: Linux >11:11:43,780 INFO program: Inode count: 131072 >11:11:43,781 INFO program: Block count: 2097152 >11:11:43,781 INFO program: Reserved block count: 0 >11:11:43,784 INFO program: Free blocks: 1168252 >11:11:43,784 INFO program: Free inodes: 101972 >11:11:43,785 INFO program: First block: 1 >11:11:43,785 INFO program: Block size: 1024 >11:11:43,786 INFO program: Fragment size: 1024 >11:11:43,786 INFO program: Reserved GDT blocks: 256 >11:11:43,788 INFO program: Blocks per group: 8192 >11:11:43,788 INFO program: Fragments per group: 8192 >11:11:43,789 INFO program: Inodes per group: 512 >11:11:43,791 INFO program: Inode blocks per group: 128 >11:11:43,791 INFO program: Flex block group size: 16 >11:11:43,792 INFO program: Filesystem created: Sat Mar 15 15:26:28 2014 >11:11:43,792 INFO program: Last mount time: Sat Mar 15 15:28:10 2014 >11:11:43,793 INFO program: Last write time: Sat Mar 15 15:28:20 2014 >11:11:43,794 INFO program: Mount count: 2 >11:11:43,795 INFO program: Maximum mount count: -1 >11:11:43,796 INFO program: Last checked: Sat Mar 15 15:26:28 2014 >11:11:43,796 INFO program: Check interval: 0 (<none>) >11:11:43,797 INFO program: Lifetime writes: 32 MB >11:11:43,799 INFO program: Reserved blocks uid: 0 (user root) >11:11:43,799 INFO program: Reserved blocks gid: 0 (group root) >11:11:43,800 INFO program: First inode: 11 >11:11:43,800 INFO program: Inode size: 256 >11:11:43,801 INFO program: Required extra isize: 28 >11:11:43,802 INFO program: Desired extra isize: 28 >11:11:43,803 INFO program: Journal inode: 8 >11:11:43,804 INFO program: Default directory hash: half_md4 >11:11:43,805 INFO program: Directory Hash Seed: 2c849cac-b05b-4fbd-a16b-4200e77bc7d6 >11:11:43,806 INFO program: Journal backup: inode blocks >11:11:43,807 INFO program: Journal features: (none) >11:11:43,808 INFO program: Journal size: 32M >11:11:43,809 INFO program: Journal length: 32768 >11:11:43,809 INFO program: Journal sequence: 0x00000bc3 >11:11:43,810 INFO program: Journal start: 0 >11:11:43,812 INFO program: >11:11:43,812 DEBUG program: Return code: 0 >11:11:43,813 INFO program: Running... resize2fs -P /dev/mapper/live-base >11:11:43,876 INFO program: resize2fs 1.42.9 (28-Dec-2013) >11:11:43,878 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >11:11:43,878 INFO program: Couldn't find valid filesystem superblock. >11:11:43,880 DEBUG program: Return code: 1 >11:11:43,974 INFO program: Running... udevadm settle --timeout=300 >11:11:44,055 DEBUG program: Return code: 0 >11:11:44,076 INFO program: Running... udevadm settle --timeout=300 >11:11:44,152 DEBUG program: Return code: 0 >11:11:44,167 INFO program: Running... udevadm settle --timeout=300 >11:11:44,238 DEBUG program: Return code: 0 >11:11:44,253 INFO program: Running... udevadm settle --timeout=300 >11:11:44,478 DEBUG program: Return code: 0 >11:11:44,483 INFO program: Running... lvm vgchange -a n fedora_ibm-x3550m3-04-g2 >11:11:44,734 INFO program: 0 logical volume(s) in volume group "fedora_ibm-x3550m3-04-g2" now active >11:11:44,735 DEBUG program: Return code: 0 >11:11:44,753 INFO program: Running... udevadm settle --timeout=300 >11:11:44,842 DEBUG program: Return code: 0 >11:11:44,866 INFO program: Running... udevadm settle --timeout=300 >11:11:44,948 DEBUG program: Return code: 0 >11:11:44,961 INFO program: Running... udevadm settle --timeout=300 >11:11:45,043 DEBUG program: Return code: 0 >11:11:45,077 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >11:11:45,203 DEBUG program: Return code: 0 >11:11:45,211 INFO program: Running... udevadm settle --timeout=300 >11:11:45,289 DEBUG program: Return code: 0 >11:11:45,290 INFO program: Running... umount /mnt/sysimage >11:11:45,350 DEBUG program: Return code: 0 >11:11:45,351 INFO program: Running... udevadm settle --timeout=300 >11:11:45,433 DEBUG program: Return code: 0 >11:11:45,445 INFO program: Running... udevadm settle --timeout=300 >11:11:45,518 DEBUG program: Return code: 0 >11:11:50,524 INFO program: Running... hostnamectl set-hostname ibm-x3550m3-04-g2.lab.eng.brq.redhat.com >11:11:50,760 DEBUG program: Return code: 0 >11:11:52,996 INFO program: Running... udevadm settle --timeout=300 >11:11:53,144 DEBUG program: Return code: 0 >11:11:53,171 INFO program: Running... udevadm settle --timeout=300 >11:11:53,316 DEBUG program: Return code: 0 >11:11:53,497 INFO program: Running... udevadm settle --timeout=300 >11:11:53,643 DEBUG program: Return code: 0 >11:11:53,671 INFO program: Running... udevadm settle --timeout=300 >11:11:53,814 DEBUG program: Return code: 0 >11:11:53,870 INFO program: Running... systemctl status chronyd.service >11:11:53,969 INFO program: chronyd.service - NTP client/server >11:11:53,969 INFO program: Loaded: loaded (/usr/lib/systemd/system/chronyd.service; enabled) >11:11:53,970 INFO program: Active: active (running) since Mon 2014-03-17 08:07:26 UTC; 3h 4min ago >11:11:53,970 INFO program: Process: 2066 ExecStartPost=/usr/libexec/chrony-helper add-dhclient-servers (code=exited, status=0/SUCCESS) >11:11:53,971 INFO program: Process: 2063 ExecStart=/usr/sbin/chronyd -u chrony $OPTIONS (code=exited, status=0/SUCCESS) >11:11:53,971 INFO program: Main PID: 2065 (chronyd) >11:11:53,972 INFO program: CGroup: /system.slice/chronyd.service >11:11:53,972 INFO program: `-2065 /usr/sbin/chronyd -u chrony >11:11:53,973 INFO program: >11:11:53,973 INFO program: Mar 17 08:07:26 ibm-x3550m3-04-g2.lab.eng.brq.redhat.com systemd[1]: Started NTP client/server. >11:11:53,974 DEBUG program: Return code: 0 >07:11:56,461 INFO program: Running... modprobe btrfs >07:11:56,679 DEBUG program: Return code: 0 >07:11:57,230 INFO program: Running... modprobe xfs >07:11:57,521 DEBUG program: Return code: 0 >07:11:58,195 INFO program: Running... modprobe vfat >07:11:58,304 DEBUG program: Return code: 0 >07:12:18,889 INFO program: Running... hwclock --systohc --utc >07:12:20,515 DEBUG program: Return code: 0 >07:12:20,617 INFO program: Running... udevadm settle --timeout=300 >07:12:20,737 DEBUG program: Return code: 0 >07:12:20,901 INFO program: Running... wipefs -f -a /dev/sda1 >07:12:21,246 INFO program: /dev/sda1: 2 bytes were erased at offset 0x00000438 (ext4): 53 ef >07:12:21,248 DEBUG program: Return code: 0 >07:12:21,248 INFO program: Running... udevadm settle --timeout=300 >07:12:21,559 DEBUG program: Return code: 0 >07:12:21,560 INFO program: Running... udevadm settle --timeout=300 >07:12:21,662 DEBUG program: Return code: 0 >07:12:21,685 INFO program: Running... udevadm settle --timeout=300 >07:12:21,790 DEBUG program: Return code: 0 >07:12:21,802 INFO program: Running... lvm vgchange -a n fedora_ibm-x3550m3-04-g2 >07:12:21,988 INFO program: 0 logical volume(s) in volume group "fedora_ibm-x3550m3-04-g2" now active >07:12:21,990 DEBUG program: Return code: 0 >07:12:22,011 INFO program: Running... lvm vgreduce --removemissing --force fedora_ibm-x3550m3-04-g2 >07:12:22,194 INFO program: Volume group "fedora_ibm-x3550m3-04-g2" is already consistent >07:12:22,196 DEBUG program: Return code: 0 >07:12:22,197 INFO program: Running... lvm vgchange -a n fedora_ibm-x3550m3-04-g2 >07:12:22,409 INFO program: 0 logical volume(s) in volume group "fedora_ibm-x3550m3-04-g2" now active >07:12:22,413 DEBUG program: Return code: 0 >07:12:22,415 INFO program: Running... lvm vgremove --force fedora_ibm-x3550m3-04-g2 >07:12:22,756 INFO program: Volume group "fedora_ibm-x3550m3-04-g2" successfully removed >07:12:22,759 DEBUG program: Return code: 0 >07:12:22,760 INFO program: Running... udevadm settle --timeout=300 >07:12:22,877 DEBUG program: Return code: 0 >07:12:22,892 INFO program: Running... lvm pvremove --force --force --yes /dev/sda2 >07:12:23,126 INFO program: Labels on physical volume "/dev/sda2" successfully wiped >07:12:23,127 DEBUG program: Return code: 0 >07:12:23,128 INFO program: Running... lvm pvscan --cache /dev/sda2 >07:12:23,286 INFO program: No PV label found on /dev/sda2. >07:12:23,287 DEBUG program: Return code: 0 >07:12:23,298 INFO program: Running... udevadm settle --timeout=300 >07:12:23,576 DEBUG program: Return code: 0 >07:12:23,577 INFO program: Running... udevadm settle --timeout=300 >07:12:23,679 DEBUG program: Return code: 0 >07:12:23,703 INFO program: Running... udevadm settle --timeout=300 >07:12:23,846 DEBUG program: Return code: 0 >07:12:23,907 INFO program: Running... udevadm settle --timeout=300 >07:12:24,531 DEBUG program: Return code: 0 >07:12:24,533 INFO program: Running... udevadm settle --timeout=300 >07:12:24,635 DEBUG program: Return code: 0 >07:12:24,657 INFO program: Running... udevadm settle --timeout=300 >07:12:24,772 DEBUG program: Return code: 0 >07:12:24,832 INFO program: Running... udevadm settle --timeout=300 >07:12:25,085 DEBUG program: Return code: 0 >07:12:25,087 INFO program: Running... udevadm settle --timeout=300 >07:12:25,212 DEBUG program: Return code: 0 >07:12:25,220 INFO program: Running... wipefs -f -a /dev/sda >07:12:25,545 INFO program: /dev/sda: 2 bytes were erased at offset 0x000001fe (dos): 55 aa >07:12:25,546 INFO program: /dev/sda: calling ioclt to re-read partition table: Success >07:12:25,548 DEBUG program: Return code: 0 >07:12:25,549 INFO program: Running... udevadm settle --timeout=300 >07:12:25,874 DEBUG program: Return code: 0 >07:12:25,875 INFO program: Running... udevadm settle --timeout=300 >07:12:25,990 DEBUG program: Return code: 0 >07:12:26,055 INFO program: Running... udevadm settle --timeout=300 >07:12:26,355 DEBUG program: Return code: 0 >07:12:26,365 INFO program: Running... udevadm settle --timeout=300 >07:12:26,527 DEBUG program: Return code: 0 >07:12:26,544 INFO program: Running... udevadm settle --timeout=300 >07:12:26,675 DEBUG program: Return code: 0 >07:12:26,741 INFO program: Running... dd if=/dev/zero of=/dev/sda bs=512 seek=2048 count=2048 >07:12:27,716 INFO program: 2048+0 records in >07:12:27,720 INFO program: 2048+0 records out >07:12:27,720 INFO program: 1048576 bytes (1.0 MB) copied, 0.867272 s, 1.2 MB/s >07:12:27,721 DEBUG program: Return code: 0 >07:12:27,722 INFO program: Running... udevadm settle --timeout=300 >07:12:27,904 DEBUG program: Return code: 0 >07:12:27,925 INFO program: Running... udevadm settle --timeout=300 >07:12:28,456 DEBUG program: Return code: 0 >07:12:28,483 INFO program: Running... wipefs -f -a /dev/sda1 >07:12:28,763 DEBUG program: Return code: 0 >07:12:28,787 INFO program: Running... udevadm settle --timeout=300 >07:12:28,924 DEBUG program: Return code: 0 >07:12:28,925 INFO program: Running... udevadm settle --timeout=300 >07:12:29,054 DEBUG program: Return code: 0 >07:12:29,152 INFO program: Running... mke2fs -t ext4 /dev/sda1 >07:12:30,013 INFO program: mke2fs 1.42.9 (28-Dec-2013) >07:12:30,014 INFO program: Filesystem label= >07:12:30,014 INFO program: OS type: Linux >07:12:30,015 INFO program: Block size=1024 (log=0) >07:12:30,015 INFO program: Fragment size=1024 (log=0) >07:12:30,016 INFO program: Stride=0 blocks, Stripe width=0 blocks >07:12:30,016 INFO program: 128016 inodes, 512000 blocks >07:12:30,017 INFO program: 25600 blocks (5.00%) reserved for the super user >07:12:30,017 INFO program: First data block=1 >07:12:30,018 INFO program: Maximum filesystem blocks=67633152 >07:12:30,018 INFO program: 63 block groups >07:12:30,019 INFO program: 8192 blocks per group, 8192 fragments per group >07:12:30,020 INFO program: 2032 inodes per group >07:12:30,020 INFO program: Superblock backups stored on blocks: >07:12:30,021 INFO program: 8193, 24577, 40961, 57345, 73729, 204801, 221185, 401409 >07:12:30,022 INFO program: >07:12:30,023 INFO program: Allocating group tables: 0/63 done >07:12:30,026 INFO program: Writing inode tables: 0/63 done >07:12:30,027 INFO program: Creating journal (8192 blocks): done >07:12:30,028 INFO program: Writing superblocks and filesystem accounting information: 0/63 done >07:12:30,029 INFO program: >07:12:30,029 DEBUG program: Return code: 0 >07:12:30,045 INFO program: Running... udevadm settle --timeout=300 >07:12:30,242 DEBUG program: Return code: 0 >07:12:30,264 INFO program: Running... udevadm settle --timeout=300 >07:12:30,422 DEBUG program: Return code: 0 >07:12:30,452 INFO program: Running... dd if=/dev/zero of=/dev/sda bs=512 seek=1026048 count=2048 >07:12:31,432 INFO program: 2048+0 records in >07:12:31,433 INFO program: 2048+0 records out >07:12:31,433 INFO program: 1048576 bytes (1.0 MB) copied, 0.874757 s, 1.2 MB/s >07:12:31,433 DEBUG program: Return code: 0 >07:12:31,434 INFO program: Running... udevadm settle --timeout=300 >07:12:31,768 DEBUG program: Return code: 0 >07:12:31,807 INFO program: Running... udevadm settle --timeout=300 >07:12:32,544 DEBUG program: Return code: 0 >07:12:32,559 INFO program: Running... wipefs -f -a /dev/sda2 >07:12:32,878 DEBUG program: Return code: 0 >07:12:32,901 INFO program: Running... udevadm settle --timeout=300 >07:12:33,048 DEBUG program: Return code: 0 >07:12:33,050 INFO program: Running... udevadm settle --timeout=300 >07:12:33,158 DEBUG program: Return code: 0 >07:12:33,258 INFO program: Running... wipefs -f -a /dev/sda2 >07:12:33,743 DEBUG program: Return code: 0 >07:12:33,744 INFO program: Running... lvm pvscan --cache /dev/sda2 >07:12:33,941 INFO program: No PV label found on /dev/sda2. >07:12:33,943 DEBUG program: Return code: 0 >07:12:33,944 INFO program: Running... lvm pvcreate --dataalignment 1024k /dev/sda2 >07:12:34,586 INFO program: Physical volume "/dev/sda2" successfully created >07:12:34,588 DEBUG program: Return code: 0 >07:12:34,589 INFO program: Running... lvm pvscan --cache /dev/sda2 >07:12:34,756 DEBUG program: Return code: 0 >07:12:34,774 INFO program: Running... udevadm settle --timeout=300 >07:12:34,919 DEBUG program: Return code: 0 >07:12:34,939 INFO program: Running... udevadm settle --timeout=300 >07:12:35,075 DEBUG program: Return code: 0 >07:12:35,095 INFO program: Running... lvm vgcreate -s 4m fedora_ibm-x3550m3-04-g2 /dev/sda2 >07:12:35,362 INFO program: Volume group "fedora_ibm-x3550m3-04-g2" successfully created >07:12:35,363 DEBUG program: Return code: 0 >07:12:35,383 INFO program: Running... udevadm settle --timeout=300 >07:12:35,498 DEBUG program: Return code: 0 >07:12:35,507 INFO program: Running... udevadm settle --timeout=300 >07:12:35,627 DEBUG program: Return code: 0 > > >/tmp/storage.log: >08:06:35,974 INFO blivet: ISCSID is /sbin/iscsid >08:06:35,975 INFO blivet: no initiator set >08:06:36,168 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >08:06:36,168 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >08:07:24,908 DEBUG blivet: trying to set new default fstype to 'ext4' >08:07:25,012 DEBUG blivet: Ext4FS.supported: supported: True ; >08:07:25,014 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 0 >08:07:25,015 DEBUG blivet: Ext4FS.supported: supported: True ; >08:07:25,761 INFO blivet: Detected 1.87 GiB of memory >08:07:25,784 INFO blivet: Suggested swap size (4026531872) exceeds 10 % of disk space, using 10 % of disk space (0.0) instead. >08:07:25,785 INFO blivet: Swap attempt of 0.0 >08:07:26,140 INFO blivet: resetting Blivet (version 0.44) instance <blivet.Blivet object at 0x7f14635249d0> >08:07:26,141 INFO blivet: no initiator set >08:07:26,141 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >08:07:26,143 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >08:07:27,169 INFO blivet: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'dm-0', 'dm-1'] >08:07:28,466 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-14d534654202020207b1ff1061080ca4bb41f2edaba2d57bb', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:08/VMBUS:00/vmbus_0_1/host2/target2:0:0/2:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1395043523', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'Virtual_Disk', > 'ID_MODEL_ENC': 'Virtual\\x20Disk\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '0008d34a', > 'ID_REVISION': '1.0', > 'ID_SCSI': '1', > 'ID_SERIAL': '14d534654202020207b1ff1061080ca4bb41f2edaba2d57bb', > 'ID_SERIAL_SHORT': '4d534654202020207b1ff1061080ca4bb41f2edaba2d57bb', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'Msft', > 'ID_VENDOR_ENC': 'Msft\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '8724928', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/scsi-14d534654202020207b1ff1061080ca4bb41f2edaba2d57bb'], > 'sysfs_path': '/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:08/VMBUS:00/vmbus_0_1/host2/target2:0:0/2:0:0:0/block/sda'} ; name: sda ; >08:07:28,470 INFO blivet: scanning sda (/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:08/VMBUS:00/vmbus_0_1/host2/target2:0:0/2:0:0:0/block/sda)... >08:07:28,478 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >08:07:28,481 DEBUG blivet: DeviceTree.getDeviceByName returned None >08:07:28,524 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sda ; >08:07:28,557 INFO blivet: sda is a disk >08:07:28,558 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 2 >08:07:28,565 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >08:07:28,691 INFO blivet: added disk sda (id 1) to device tree >08:07:28,692 DEBUG blivet: looking up parted Device: /dev/sda >08:07:28,721 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >08:07:28,738 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >08:07:28,757 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >08:07:28,758 DEBUG blivet: required disklabel type for sda (1) is None >08:07:28,760 DEBUG blivet: default disklabel type for sda is msdos >08:07:28,763 DEBUG blivet: selecting msdos disklabel for sda based on size >08:07:28,769 DEBUG blivet: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >08:07:29,048 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f145508e990>, <parted.partition.Partition object at 0x7f145508ec50>] > device: <parted.device.Device object at 0x7f145508e7d0> > PedDisk: <_ped.Disk object at 0x7f1455097200> >08:07:29,051 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 4 >08:07:29,057 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >08:07:29,155 INFO blivet: got device: DiskDevice instance (0x24e6910) -- > name = sda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 60 GiB > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:08/VMBUS:00/vmbus_0_1/host2/target2:0:0/2:0:0:0/block/sda partedDevice = parted.Device instance -- > model: Msft Virtual Disk path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 125829120 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (7832, 255, 63) biosGeometry: (7832, 255, 63) > PedDevice: <_ped.Device object at 0x7f14586d9ef0> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f14550845d0> >08:07:29,228 INFO blivet: got format: DiskLabel instance (0x7f1455084690) object id 4-- > 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 = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f145508e990>, <parted.partition.Partition object at 0x7f145508ec50>] > device: <parted.device.Device object at 0x7f145508e7d0> > PedDisk: <_ped.Disk object at 0x7f1455097200> > origPartedDisk = <parted.disk.Disk object at 0x7f145508ee90> > partedDevice = parted.Device instance -- > model: Msft Virtual Disk path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 125829120 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (7832, 255, 63) biosGeometry: (7832, 255, 63) > PedDevice: <_ped.Device object at 0x7f1463563b00> > >08:07:29,437 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-14d534654202020207b1ff1061080ca4bb41f2edaba2d57bb-part1 /dev/disk/by-uuid/3ae16317-2c40-4256-9199-d03849da47e6', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:08/VMBUS:00/vmbus_0_1/host2/target2:0:0/2:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '3ae16317-2c40-4256-9199-d03849da47e6', > 'ID_FS_UUID_ENC': '3ae16317-2c40-4256-9199-d03849da47e6', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'Virtual_Disk', > 'ID_MODEL_ENC': 'Virtual\\x20Disk\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1024000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '0008d34a-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '0008d34a', > 'ID_REVISION': '1.0', > 'ID_SCSI': '1', > 'ID_SERIAL': '14d534654202020207b1ff1061080ca4bb41f2edaba2d57bb', > 'ID_SERIAL_SHORT': '4d534654202020207b1ff1061080ca4bb41f2edaba2d57bb', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'Msft', > 'ID_VENDOR_ENC': 'Msft\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '8724982', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/scsi-14d534654202020207b1ff1061080ca4bb41f2edaba2d57bb-part1', > '/dev/disk/by-uuid/3ae16317-2c40-4256-9199-d03849da47e6'], > 'sysfs_path': '/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:08/VMBUS:00/vmbus_0_1/host2/target2:0:0/2:0:0:0/block/sda/sda1'} ; name: sda1 ; >08:07:29,476 INFO blivet: scanning sda1 (/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:08/VMBUS:00/vmbus_0_1/host2/target2:0:0/2:0:0:0/block/sda/sda1)... >08:07:29,491 DEBUG blivet: DeviceTree.getDeviceByName: name: sda1 ; >08:07:29,527 DEBUG blivet: DeviceTree.getDeviceByName returned None >08:07:29,535 INFO blivet: sda1 is a partition >08:07:29,544 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda1 ; >08:07:29,549 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >08:07:29,563 DEBUG blivet: DeviceTree.getDeviceByName returned existing 60 GiB disk sda (1) with existing msdos disklabel >08:07:29,573 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >08:07:29,575 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >08:07:29,576 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 7 >08:07:29,578 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >08:07:29,578 DEBUG blivet: looking up parted Partition: /dev/sda1 >08:07:29,580 DEBUG blivet: PartitionDevice.probe: sda1 ; exists: True ; >08:07:29,582 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >08:07:29,588 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >08:07:29,590 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >08:07:29,591 INFO blivet: added partition sda1 (id 6) to device tree >08:07:29,592 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >08:07:29,598 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >08:07:29,600 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >08:07:29,603 DEBUG blivet: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >08:07:29,668 WARN blivet: disklabel detected but not usable on sda1 >08:07:29,669 INFO blivet: type detected on 'sda1' is 'ext4' >08:07:29,989 DEBUG blivet: size=13.71 MiB, current=500 MiB >08:07:29,990 DEBUG blivet: padding min size from 14382080 up to 14382580 >08:07:29,998 DEBUG blivet: Ext4FS.supported: supported: True ; >08:07:30,000 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 10 >08:07:30,002 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >08:07:30,008 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >08:07:30,021 DEBUG blivet: looking up parted Device: /dev/sda1 >08:07:30,058 INFO blivet: got device: PartitionDevice instance (0x7f145508ef90) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 60 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:08/VMBUS:00/vmbus_0_1/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: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f1463563e60> > target size = 0 path = /dev/sda1 > 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 0x7f145508e890> fileSystem: <parted.filesystem.FileSystem object at 0x7f145508ed90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f145508ea50> PedPartition: <_ped.Partition object at 0x7f145508b710> > disk = existing 60 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = >08:07:30,062 DEBUG blivet: Ext4FS.supported: supported: True ; >08:07:30,091 INFO blivet: got format: Ext4FS instance (0x7f14550961d0) object id 10-- > type = ext4 name = ext4 status = False > device = /dev/sda1 uuid = 3ae16317-2c40-4256-9199-d03849da47e6 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500 MiB targetSize = 500 MiB > >08:07:30,101 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-14d534654202020207b1ff1061080ca4bb41f2edaba2d57bb-part2', > 'DEVNAME': 'sda2', > 'DEVPATH': '/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:08/VMBUS:00/vmbus_0_1/host2/target2:0:0/2:0:0:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'Qeou95-X131-ruoz-MJMg-clAG-e1Jt-dosY4J', > 'ID_FS_UUID_ENC': 'Qeou95-X131-ruoz-MJMg-clAG-e1Jt-dosY4J', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'Virtual_Disk', > 'ID_MODEL_ENC': 'Virtual\\x20Disk\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '124803072', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_ENTRY_UUID': '0008d34a-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '0008d34a', > 'ID_REVISION': '1.0', > 'ID_SCSI': '1', > 'ID_SERIAL': '14d534654202020207b1ff1061080ca4bb41f2edaba2d57bb', > 'ID_SERIAL_SHORT': '4d534654202020207b1ff1061080ca4bb41f2edaba2d57bb', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'Msft', > 'ID_VENDOR_ENC': 'Msft\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '8725005', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/scsi-14d534654202020207b1ff1061080ca4bb41f2edaba2d57bb-part2'], > 'sysfs_path': '/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:08/VMBUS:00/vmbus_0_1/host2/target2:0:0/2:0:0:0/block/sda/sda2'} ; name: sda2 ; >08:07:30,107 INFO blivet: scanning sda2 (/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:08/VMBUS:00/vmbus_0_1/host2/target2:0:0/2:0:0:0/block/sda/sda2)... >08:07:30,108 DEBUG blivet: DeviceTree.getDeviceByName: name: sda2 ; >08:07:30,110 DEBUG blivet: DeviceTree.getDeviceByName returned None >08:07:30,113 INFO blivet: sda2 is a partition >08:07:30,115 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda2 ; >08:07:30,121 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >08:07:30,133 DEBUG blivet: DeviceTree.getDeviceByName returned existing 60 GiB disk sda (1) with existing msdos disklabel >08:07:30,137 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sda ; >08:07:30,144 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >08:07:30,145 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 13 >08:07:30,147 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >08:07:30,149 DEBUG blivet: looking up parted Partition: /dev/sda2 >08:07:30,153 DEBUG blivet: PartitionDevice.probe: sda2 ; exists: True ; >08:07:30,155 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >08:07:30,158 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >08:07:30,165 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >08:07:30,166 INFO blivet: added partition sda2 (id 12) to device tree >08:07:30,168 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >08:07:30,178 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >08:07:30,180 DEBUG blivet: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >08:07:30,182 DEBUG blivet: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >08:07:30,221 WARN blivet: disklabel detected but not usable on sda2 >08:07:30,446 INFO blivet: type detected on 'sda2' is 'LVM2_member' >08:07:30,464 DEBUG blivet: LVMPhysicalVolume.__init__: vgName: fedora_ibm-x3550m3-04-g2 ; uuid: Qeou95-X131-ruoz-MJMg-clAG-e1Jt-dosY4J ; exists: True ; vgUuid: VdzHnm-JLW0-slx2-oeQq-QXVL-XqbK-dFaZPS ; label: None ; peStart: 1 MiB ; device: /dev/sda2 ; serial: 4d534654202020207b1ff1061080ca4bb41f2edaba2d57bb ; >08:07:30,464 DEBUG blivet: getFormat('LVM2_member') returning LVMPhysicalVolume instance with object id 16 >08:07:30,466 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >08:07:30,473 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: lvmpv ; >08:07:30,479 DEBUG blivet: DeviceTree.handleUdevLVMPVFormat: type: lvmpv ; name: sda2 ; >08:07:30,481 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >08:07:30,485 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sda2 ; >08:07:30,487 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 18 >08:07:30,491 DEBUG blivet: LVMVolumeGroupDevice._setFormat: fedora_ibm-x3550m3-04-g2 ; current: None ; type: None ; >08:07:30,493 INFO blivet: added lvmvg fedora_ibm-x3550m3-04-g2 (id 17) to device tree >08:07:30,594 WARN blivet: invalid data for sda2: 'LVM2_LV_NAME' >08:07:30,607 DEBUG blivet: looking up parted Device: /dev/sda2 >08:07:30,638 INFO blivet: got device: PartitionDevice instance (0x7f14550a1c90) -- > name = sda2 status = True kids = 1 id = 12 > parents = ['existing 60 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 59.51 GiB > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:08/VMBUS:00/vmbus_0_1/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: 124803072 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7768, 255, 63) biosGeometry: (7768, 255, 63) > PedDevice: <_ped.Device object at 0x7f1463563ef0> > 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 0x7f145508e890> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f145508ed10> PedPartition: <_ped.Partition object at 0x7f145508b770> > disk = existing 60 GiB disk sda (1) with existing msdos disklabel > start = 1026048 end = 125829119 length = 124803072 > flags = lvm >08:07:30,654 INFO blivet: got format: LVMPhysicalVolume instance (0x7f14550a1fd0) object id 16-- > type = lvmpv name = physical volume (LVM) status = False > device = /dev/sda2 uuid = Qeou95-X131-ruoz-MJMg-clAG-e1Jt-dosY4J exists = True > options = None supported = True formattable = True resizable = False > vgName = fedora_ibm-x3550m3-04-g2 vgUUID = VdzHnm-JLW0-slx2-oeQq-QXVL-XqbK-dFaZPS peStart = 1 MiB >08:07:30,658 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-Virtual_CD', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1395043523', > 'ID_ATA': '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': 'Virtual_CD', > 'ID_MODEL_ENC': 'Virtual\\x20CD\\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\\x20', > 'ID_SERIAL': 'Virtual_CD', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '9115950', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', '/dev/disk/by-id/ata-Virtual_CD'], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >08:07:30,664 INFO blivet: scanning sr0 (/devices/pci0000:00/0000:00:07.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >08:07:30,666 DEBUG blivet: DeviceTree.getDeviceByName: name: sr0 ; >08:07:30,671 DEBUG blivet: DeviceTree.getDeviceByName returned None >08:07:30,671 INFO blivet: sr0 is a cdrom >08:07:30,678 DEBUG blivet: DeviceTree.addUdevOpticalDevice: >08:07:30,678 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 22 >08:07:30,680 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >08:07:30,681 INFO blivet: added cdrom sr0 (id 21) to device tree >08:07:30,683 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >11:11:42,768 DEBUG blivet: no device or no media present >11:11:42,770 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1395043523', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '1356141', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >11:11:42,772 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >11:11:42,776 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; >11:11:42,778 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:11:42,780 INFO blivet: loop0 is a loop device >11:11:42,782 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >11:11:42,788 DEBUG blivet: DeviceTree.getDeviceByName: name: /tmp/curl_fetch_url1/squashfs.img (deleted) ; >11:11:42,790 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:11:42,792 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 25 >11:11:42,797 DEBUG blivet: FileDevice._setFormat: /tmp/curl_fetch_url1/squashfs.img (deleted) ; current: None ; type: None ; >11:11:42,798 INFO blivet: added file /tmp/curl_fetch_url1/squashfs.img (deleted) (id 24) to device tree >11:11:42,800 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /tmp/curl_fetch_url1/squashfs.img (deleted) ; >11:11:42,802 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 28 >11:11:42,804 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >11:11:42,809 INFO blivet: added loop loop0 (id 27) to device tree >11:11:42,810 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >11:11:42,812 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >11:11:42,813 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance with object id 30 >11:11:42,816 DEBUG blivet: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >11:11:42,818 DEBUG blivet: setup of loop0 failed: specified file (/tmp/curl_fetch_url1/squashfs.img (deleted)) does not exist >11:11:42,819 WARN blivet: aborting disklabel handler for loop0 >11:11:42,819 INFO blivet: type detected on 'loop0' is 'squashfs' >11:11:42,821 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance with object id 31 >11:11:42,823 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >11:11:42,828 INFO blivet: got device: LoopDevice instance (0x7f1457e20d10) -- > name = loop0 status = False kids = 0 id = 27 > parents = ['existing 0 file /tmp/curl_fetch_url1/squashfs.img (deleted) (24)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >11:11:42,832 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/9f413e07-4fd9-45ef-a272-f7fbd796f911', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1395043523', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '9f413e07-4fd9-45ef-a272-f7fbd796f911', > 'ID_FS_UUID_ENC': '9f413e07-4fd9-45ef-a272-f7fbd796f911', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '1356186', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/9f413e07-4fd9-45ef-a272-f7fbd796f911'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >11:11:42,836 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >11:11:42,839 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >11:11:42,844 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:11:42,845 INFO blivet: loop1 is a loop device >11:11:42,847 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >11:11:42,848 DEBUG blivet: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >11:11:42,855 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:11:42,856 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 34 >11:11:42,858 DEBUG blivet: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >11:11:42,861 INFO blivet: added file /LiveOS/rootfs.img (id 33) to device tree >11:11:42,863 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >11:11:42,864 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 37 >11:11:42,867 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >11:11:42,870 INFO blivet: added loop loop1 (id 36) to device tree >11:11:42,872 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >11:11:42,875 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >11:11:42,879 DEBUG blivet: Ext4FS.supported: supported: True ; >11:11:42,882 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 39 >11:11:42,883 DEBUG blivet: device loop1 does not contain a disklabel >11:11:42,884 INFO blivet: type detected on 'loop1' is 'ext4' >11:11:43,073 DEBUG blivet: size=0 B, current=2 GiB >11:11:43,074 DEBUG blivet: using current size 0 as min size >11:11:43,077 DEBUG blivet: Ext4FS.supported: supported: True ; >11:11:43,081 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 40 >11:11:43,083 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >11:11:43,085 INFO blivet: got device: LoopDevice instance (0x7f1457e20dd0) -- > name = loop1 status = False kids = 0 id = 36 > parents = ['existing 0 file /LiveOS/rootfs.img (33)'] > 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 >11:11:43,091 DEBUG blivet: Ext4FS.supported: supported: True ; >11:11:43,112 INFO blivet: got format: Ext4FS instance (0x7f1457e20f90) object id 40-- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = 9f413e07-4fd9-45ef-a272-f7fbd796f911 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2 GiB targetSize = 2 GiB > >11:11:43,120 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1395043523', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '1356224', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >11:11:43,121 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >11:11:43,123 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >11:11:43,130 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:11:43,131 INFO blivet: loop2 is a loop device >11:11:43,133 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >11:11:43,135 DEBUG blivet: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >11:11:43,142 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:11:43,143 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 43 >11:11:43,145 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >11:11:43,148 INFO blivet: added file /overlay (deleted) (id 42) to device tree >11:11:43,150 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >11:11:43,152 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 46 >11:11:43,154 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >11:11:43,156 INFO blivet: added loop loop2 (id 45) to device tree >11:11:43,160 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >11:11:43,162 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >11:11:43,164 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance with object id 48 >11:11:43,166 DEBUG blivet: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >11:11:43,168 DEBUG blivet: setup of loop2 failed: specified file (/overlay (deleted)) does not exist >11:11:43,169 WARN blivet: aborting disklabel handler for loop2 >11:11:43,169 INFO blivet: type detected on 'loop2' is 'DM_snapshot_cow' >11:11:43,171 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance with object id 49 >11:11:43,177 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >11:11:43,178 INFO blivet: got device: LoopDevice instance (0x7f1457e2f090) -- > name = loop2 status = False kids = 0 id = 45 > parents = ['existing 0 file /overlay (deleted) (42)'] > 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 >11:11:43,183 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/9f413e07-4fd9-45ef-a272-f7fbd796f911 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1395043523', > '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': '9f413e07-4fd9-45ef-a272-f7fbd796f911', > 'ID_FS_UUID_ENC': '9f413e07-4fd9-45ef-a272-f7fbd796f911', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '661532', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/9f413e07-4fd9-45ef-a272-f7fbd796f911', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >11:11:43,189 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >11:11:43,191 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >11:11:43,192 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:11:43,194 INFO blivet: live-rw is a device-mapper device >11:11:43,200 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >11:11:43,202 DEBUG blivet: LVMVolumeGroupDevice.getDMNode: fedora_ibm-x3550m3-04-g2 ; status: True ; >11:11:43,203 DEBUG blivet: failed to find dm node for fedora_ibm-x3550m3-04-g2 >11:11:43,205 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >11:11:43,209 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 loop loop1 (36) with existing ext4 filesystem >11:11:43,214 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >11:11:43,219 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 loop loop2 (45) >11:11:43,222 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >11:11:43,227 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:11:43,231 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop2 ; >11:11:43,232 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 52 >11:11:43,236 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >11:11:43,236 INFO blivet: added dm live-rw (id 51) to device tree >11:11:43,239 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >11:11:43,243 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >11:11:43,246 DEBUG blivet: Ext4FS.supported: supported: True ; >11:11:43,251 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 54 >11:11:43,252 DEBUG blivet: device live-rw does not contain a disklabel >11:11:43,252 INFO blivet: type detected on 'live-rw' is 'ext4' >11:11:43,450 DEBUG blivet: size=891.64 MiB, current=2 GiB >11:11:43,455 DEBUG blivet: padding min size from 934960128 up to 934960628 >11:11:43,457 DEBUG blivet: Ext4FS.supported: supported: True ; >11:11:43,458 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 55 >11:11:43,462 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >11:11:43,463 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >11:11:43,613 INFO blivet: got device: DMDevice instance (0x7f1457e2f290) -- > name = live-rw status = True kids = 0 id = 51 > parents = ['existing 0 loop loop2 (45)'] > uuid = None size = 2 GiB > 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 0x7f1463563dd0> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >11:11:43,620 DEBUG blivet: Ext4FS.supported: supported: True ; >11:11:43,641 INFO blivet: got format: Ext4FS instance (0x7f1457e2f450) object id 55-- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 9f413e07-4fd9-45ef-a272-f7fbd796f911 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2 GiB targetSize = 2 GiB > >11:11:43,652 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/Anaconda /dev/disk/by-uuid/9f413e07-4fd9-45ef-a272-f7fbd796f911 /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1395043523', > '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': '9f413e07-4fd9-45ef-a272-f7fbd796f911', > 'ID_FS_UUID_ENC': '9f413e07-4fd9-45ef-a272-f7fbd796f911', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '719781', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/9f413e07-4fd9-45ef-a272-f7fbd796f911', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >11:11:43,654 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >11:11:43,656 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >11:11:43,659 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:11:43,661 INFO blivet: live-base is a device-mapper device >11:11:43,664 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >11:11:43,669 DEBUG blivet: LVMVolumeGroupDevice.getDMNode: fedora_ibm-x3550m3-04-g2 ; status: True ; >11:11:43,670 DEBUG blivet: failed to find dm node for fedora_ibm-x3550m3-04-g2 >11:11:43,672 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >11:11:43,674 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >11:11:43,679 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 loop loop1 (36) with existing ext4 filesystem >11:11:43,687 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >11:11:43,688 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:11:43,690 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop1 ; >11:11:43,694 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 58 >11:11:43,696 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >11:11:43,698 INFO blivet: added dm live-base (id 57) to device tree >11:11:43,700 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >11:11:43,705 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >11:11:43,707 DEBUG blivet: Ext4FS.supported: supported: True ; >11:11:43,710 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 60 >11:11:43,711 DEBUG blivet: device live-base does not contain a disklabel >11:11:43,712 INFO blivet: type detected on 'live-base' is 'ext4' >11:11:43,894 DEBUG blivet: size=0 B, current=2 GiB >11:11:43,900 DEBUG blivet: using current size 0 as min size >11:11:43,902 DEBUG blivet: Ext4FS.supported: supported: True ; >11:11:43,903 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 61 >11:11:43,906 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >11:11:43,909 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >11:11:43,944 INFO blivet: got device: DMDevice instance (0x7f1457e2f3d0) -- > name = live-base status = True kids = 0 id = 57 > parents = ['existing 0 loop loop1 (36) with existing ext4 filesystem'] > uuid = None size = 2 GiB > 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 0x7f1463563f80> > target size = 0 path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >11:11:43,947 DEBUG blivet: Ext4FS.supported: supported: True ; >11:11:43,973 INFO blivet: got format: Ext4FS instance (0x7f1457e2f690) object id 61-- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-base uuid = 9f413e07-4fd9-45ef-a272-f7fbd796f911 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2 GiB targetSize = 2 GiB > >11:11:44,074 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >11:11:44,155 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >11:11:44,158 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >11:11:44,167 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >11:11:44,241 DEBUG blivet: LVMVolumeGroupDevice.teardown: fedora_ibm-x3550m3-04-g2 ; status: True ; controllable: True ; >11:11:44,243 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/fedora_ibm--x3550m3--04--g2 ; status: False ; type: None ; >11:11:44,252 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/fedora_ibm--x3550m3--04--g2 ; status: False ; type: None ; >11:11:44,482 DEBUG blivet: LVMVolumeGroupDevice._teardown: fedora_ibm-x3550m3-04-g2 ; status: True ; controllable: True ; >11:11:44,738 DEBUG blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >11:11:44,742 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >11:11:44,751 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >11:11:44,846 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >11:11:44,850 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >11:11:44,857 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >11:11:44,951 DEBUG blivet: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >11:11:44,955 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >11:11:44,959 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >11:11:45,045 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >11:11:45,046 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >11:11:45,067 INFO blivet: edd: collected mbr signatures: {'sda': '0x0008d34a'} >11:11:45,068 DEBUG blivet: edd: data extracted from 0x80: > type: None, ata_device: None > channel: None, mbr_signature: 0x0008d34a > pci_dev: None, scsi_id: None > scsi_lun: None, sectors: 125827200 >11:11:45,069 INFO blivet: edd: matched 0x80 to sda using MBR sig >11:11:45,076 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >11:11:45,209 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >11:11:45,436 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >11:11:45,438 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >11:11:45,445 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >11:11:45,696 DEBUG blivet: fedora_ibm-x3550m3-04-g2 size is 59.50 GiB >11:11:45,708 DEBUG blivet: vg fedora_ibm-x3550m3-04-g2 has 59.50 GiB free >11:11:45,724 DEBUG blivet: fedora_ibm-x3550m3-04-g2 size is 59.50 GiB >11:11:45,736 DEBUG blivet: vg fedora_ibm-x3550m3-04-g2 has 59.50 GiB free >11:11:45,743 DEBUG blivet: Ext4FS.supported: supported: True ; >11:11:45,750 DEBUG blivet: Ext4FS.supported: supported: True ; >11:11:45,753 DEBUG blivet: Ext4FS.supported: supported: True ; >11:11:45,760 DEBUG blivet: Ext4FS.supported: supported: True ; >11:11:45,770 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >11:11:46,359 DEBUG blivet: onlyuse is now: sda >11:11:48,106 DEBUG blivet: clearpart: looking at sda2 >11:11:48,109 DEBUG blivet: removing sda2 >11:11:48,116 DEBUG blivet: devices to remove: ['fedora_ibm-x3550m3-04-g2'] >11:11:48,116 DEBUG blivet: leaves to remove: ['fedora_ibm-x3550m3-04-g2'] >11:11:48,117 INFO blivet: removed lvmvg fedora_ibm-x3550m3-04-g2 (id 17) from device tree >11:11:48,179 DEBUG blivet: PartitionDevice.removeChild: kids: 1 ; name: sda2 ; >11:11:48,181 INFO blivet: registered action: [63] Destroy Device lvmvg fedora_ibm-x3550m3-04-g2 (id 17) >11:11:48,189 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >11:11:48,190 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 65 >11:11:48,193 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: lvmpv ; type: None ; >11:11:48,199 INFO blivet: registered action: [64] Destroy Format lvmpv on partition sda2 (id 12) >11:11:48,200 INFO blivet: removed partition sda2 (id 12) from device tree >11:11:48,209 DEBUG blivet: DiskDevice.removeChild: kids: 2 ; name: sda ; >11:11:48,210 INFO blivet: registered action: [66] Destroy Device partition sda2 (id 12) >11:11:48,211 DEBUG blivet: partitions: ['sda1'] >11:11:48,214 DEBUG blivet: clearpart: looking at sda1 >11:11:48,216 DEBUG blivet: removing sda1 >11:11:48,220 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >11:11:48,228 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 69 >11:11:48,223 DEBUG blivet: Iso9660FS.supported: supported: True ; >11:11:48,231 DEBUG blivet: Iso9660FS.supported: supported: True ; >11:11:48,236 DEBUG blivet: NFSv4.supported: supported: False ; >11:11:48,230 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: ext4 ; type: None ; >11:11:48,239 INFO blivet: registered action: [68] Destroy Format ext4 filesystem on partition sda1 (id 6) >11:11:48,240 INFO blivet: removed partition sda1 (id 6) from device tree >11:11:48,244 DEBUG blivet: NFSv4.supported: supported: False ; >11:11:48,246 DEBUG blivet: SELinuxFS.supported: supported: False ; >11:11:48,247 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sda ; >11:11:48,255 INFO blivet: registered action: [71] Destroy Device partition sda1 (id 6) >11:11:48,256 DEBUG blivet: partitions: [] >11:11:48,256 DEBUG blivet: checking whether disk sda has an empty extended >11:11:48,259 DEBUG blivet: extended is None ; logicals is [] >11:11:48,258 DEBUG blivet: SELinuxFS.supported: supported: False ; >11:11:48,259 DEBUG blivet: clearpart: initializing sda >11:11:48,264 DEBUG blivet: removing sda >11:11:48,264 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 76 >11:11:48,261 DEBUG blivet: Ext4FS.supported: supported: True ; >11:11:48,268 DEBUG blivet: Ext4FS.supported: supported: True ; >11:11:48,267 DEBUG blivet: DiskDevice._setFormat: sda ; current: disklabel ; type: None ; >11:11:48,272 INFO blivet: registered action: [75] Destroy Format msdos disklabel on disk sda (id 1) >11:11:48,272 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 78 >11:11:48,275 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >11:11:48,279 INFO blivet: registered action: [77] Destroy Format None on disk sda (id 1) >11:11:48,280 DEBUG blivet: required disklabel type for sda (1) is None >11:11:48,281 DEBUG blivet: default disklabel type for sda is msdos >11:11:48,282 DEBUG blivet: selecting msdos disklabel for sda based on size >11:11:48,290 DEBUG blivet: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; >11:11:48,292 DEBUG blivet: DiskLabel.freshPartedDisk: device: /dev/sda ; labelType: msdos ; >11:11:48,298 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 0x7f1450593390> > PedDisk: <_ped.Disk object at 0x7f1450594248> >11:11:48,300 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 79 >11:11:48,303 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >11:11:48,308 INFO blivet: registered action: [80] Create Format msdos disklabel on disk sda (id 1) >11:11:48,312 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >11:11:48,366 DEBUG blivet: DeviceTree.getDeviceByName returned existing 60 GiB disk sda (1) with non-existent msdos disklabel >11:11:48,376 DEBUG blivet: resolved 'sda' to 'sda' (disk) >11:11:48,379 INFO blivet: Detected 1.87 GiB of memory >11:11:48,456 INFO blivet: Swap attempt of 4026531872 >11:11:48,457 DEBUG blivet: doAutoPart: True >11:11:48,457 DEBUG blivet: encryptedAutoPart: False >11:11:48,457 DEBUG blivet: autoPartType: 2 >11:11:48,458 DEBUG blivet: clearPartType: 1 >11:11:48,459 DEBUG blivet: clearPartDisks: [] >11:11:48,626 DEBUG blivet: autoPartitionRequests: >PartSpec instance (0x7f1453588550) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1 GiB maxSize = 50 GiB grow = True >PartSpec instance (0x7f1450593410) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 MiB maxSize = None grow = True >PartSpec instance (0x7f1450593490) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 MiB maxSize = None grow = False >PartSpec instance (0x7f1450593590) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 MiB maxSize = None grow = False >PartSpec instance (0x7f1450593450) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 4026531872 maxSize = None grow = False > >11:11:48,638 DEBUG blivet: storage.disks: ['sda'] >11:11:48,639 DEBUG blivet: storage.partitioned: ['sda'] >11:11:48,640 DEBUG blivet: all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/tmp/curl_fetch_url1/squashfs.img (deleted)', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sr0'] >11:11:48,661 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >11:11:48,698 DEBUG blivet: DeviceTree.getDeviceByName returned existing 60 GiB disk sda (1) with non-existent msdos disklabel >11:11:48,704 DEBUG blivet: resolved 'sda' to 'sda' (disk) >11:11:48,704 DEBUG blivet: boot disk: sda >11:11:48,721 DEBUG blivet: LVMPhysicalVolume.__init__: mountpoint: None ; >11:11:48,723 DEBUG blivet: getFormat('lvmpv') returning LVMPhysicalVolume instance with object id 81 >11:11:48,737 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >11:11:48,747 DEBUG blivet: PartitionDevice._setFormat: req0 ; >11:11:48,752 DEBUG blivet: PartitionDevice._setFormat: req0 ; current: None ; type: lvmpv ; >11:11:48,774 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sda ; >11:11:48,778 INFO blivet: added partition req0 (id 82) to device tree >11:11:48,782 INFO blivet: registered action: [84] Create Device partition req0 (id 82) >11:11:48,783 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 86 >11:11:48,785 INFO blivet: registered action: [85] Create Format lvmpv on partition req0 (id 82) >11:11:48,833 DEBUG blivet: candidate disks: [DiskDevice instance (0x24e6910) -- > name = sda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 60 GiB > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:08/VMBUS:00/vmbus_0_1/host2/target2:0:0/2:0:0:0/block/sda partedDevice = parted.Device instance -- > model: Msft Virtual Disk path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 125829120 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (7832, 255, 63) biosGeometry: (7832, 255, 63) > PedDevice: <_ped.Device object at 0x7f14586d9ef0> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f14550845d0>] >11:11:48,882 DEBUG blivet: devs: [PartitionDevice instance (0x7f1450583c10) -- > name = req0 status = False kids = 0 id = 82 > parents = [] > uuid = None size = 500 MiB > 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 >] >11:11:48,911 DEBUG blivet: Ext4FS.supported: supported: True ; >11:11:48,923 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 87 >11:11:48,927 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >11:11:48,939 DEBUG blivet: PartitionDevice._setFormat: req1 ; >11:11:48,949 DEBUG blivet: PartitionDevice._setFormat: req1 ; current: None ; type: ext4 ; >11:11:48,969 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sda ; >11:11:48,976 INFO blivet: added partition req1 (id 88) to device tree >11:11:48,977 INFO blivet: registered action: [90] Create Device partition req1 (id 88) >11:11:48,977 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 92 >11:11:48,978 INFO blivet: registered action: [91] Create Format ext4 filesystem mounted at /boot on partition req1 (id 88) >11:11:48,980 INFO blivet: skipping unneeded stage1 biosboot request >11:11:48,980 DEBUG blivet: PartSpec instance (0x7f1450593590) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 MiB maxSize = None grow = False > >11:11:49,068 DEBUG blivet: existing 60 GiB disk sda (1) with non-existent msdos disklabel >11:11:49,234 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >11:11:49,252 DEBUG blivet: removing all non-preexisting partitions ['req0(id 82)', 'req1(id 88)'] from disk(s) ['sda'] >11:11:49,260 DEBUG blivet: allocatePartitions: disks=['sda'] ; partitions=['req0(id 82)', 'req1(id 88)'] >11:11:49,266 DEBUG blivet: removing all non-preexisting partitions ['req1(id 88)', 'req0(id 82)'] from disk(s) ['sda'] >11:11:49,275 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >11:11:49,354 DEBUG blivet: DeviceTree.getDeviceByName returned existing 60 GiB disk sda (1) with non-existent msdos disklabel >11:11:49,366 DEBUG blivet: resolved 'sda' to 'sda' (disk) >11:11:49,368 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >11:11:49,449 DEBUG blivet: DeviceTree.getDeviceByName returned existing 60 GiB disk sda (1) with non-existent msdos disklabel >11:11:49,458 DEBUG blivet: resolved 'sda' to 'sda' (disk) >11:11:49,537 DEBUG blivet: allocating partition: req1 ; id: 88 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 500 MiB ; grow: False ; max_size: 0 ; start: None ; end: None >11:11:49,539 DEBUG blivet: checking freespace on sda >11:11:49,607 DEBUG blivet: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500 MiB boot=True best=None grow=False start=None >11:11:49,668 DEBUG blivet: checking 63-125829119 (59.99 GiB) >11:11:49,779 DEBUG blivet: current free range is 63-125829119 (59.99 GiB) >11:11:49,794 DEBUG blivet: updating use_disk to sda, type: 0 >11:11:49,868 DEBUG blivet: new free: 63-125829119 / 59.99 GiB >11:11:49,881 DEBUG blivet: new free allows for 0 sectors of growth >11:11:49,882 DEBUG blivet: found free space for bootable request >11:11:49,890 DEBUG blivet: adjusted start sector from 63 to 2048 >11:11:49,974 DEBUG blivet: created partition sda1 of 500 MiB and added it to /dev/sda >11:11:49,979 DEBUG blivet: PartitionDevice._setPartedPartition: req1 ; >11:11:49,997 DEBUG blivet: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f1450593350> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f145055e190> PedPartition: <_ped.Partition object at 0x7f145053be90> >11:11:50,008 DEBUG blivet: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >11:11:50,052 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >11:11:50,067 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >11:11:50,088 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f1450593350> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f14505482d0> PedPartition: <_ped.Partition object at 0x7f14534dc290> >11:11:50,103 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >11:11:50,162 DEBUG blivet: DeviceTree.getDeviceByName returned existing 60 GiB disk sda (1) with non-existent msdos disklabel >11:11:50,187 DEBUG blivet: resolved 'sda' to 'sda' (disk) >11:11:50,189 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >11:11:50,264 DEBUG blivet: DeviceTree.getDeviceByName returned existing 60 GiB disk sda (1) with non-existent msdos disklabel >11:11:50,267 DEBUG blivet: resolved 'sda' to 'sda' (disk) >11:11:50,319 DEBUG blivet: allocating partition: req0 ; id: 82 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 500 MiB ; grow: True ; max_size: 0 ; start: None ; end: None >11:11:50,326 DEBUG blivet: checking freespace on sda >11:11:50,368 DEBUG blivet: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500 MiB boot=False best=None grow=True start=None >11:11:50,426 DEBUG blivet: checking 63-2047 (992.5 KiB) >11:11:50,463 DEBUG blivet: current free range is 63-2047 (992.5 KiB) >11:11:50,521 DEBUG blivet: checking 1026048-125829119 (59.51 GiB) >11:11:50,640 DEBUG blivet: current free range is 1026048-125829119 (59.51 GiB) >11:11:50,647 DEBUG blivet: evaluating growth potential for new layout >11:11:50,654 DEBUG blivet: calculating growth for disk /dev/sda >11:11:50,666 DEBUG blivet: PartitionDevice._setPartedPartition: req0 ; >11:11:50,710 DEBUG blivet: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f1450593350> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f1450548d50> PedPartition: <_ped.Partition object at 0x7f1453552830> >11:11:50,712 DEBUG blivet: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >11:11:50,724 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sda ; >11:11:50,730 DEBUG blivet: adding request 88 to chunk 125829057 (63-125829119) on /dev/sda >11:11:50,732 DEBUG blivet: adding request 82 to chunk 125829057 (63-125829119) on /dev/sda >11:11:50,745 DEBUG blivet: Chunk.growRequests: 125829057 on /dev/sda start = 63 end = 125829119 >sectorSize = 512 B > >11:11:50,745 DEBUG blivet: req: PartitionRequest instance -- >id = 88 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >11:11:50,746 DEBUG blivet: req: PartitionRequest instance -- >id = 82 name = sda2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >11:11:50,784 DEBUG blivet: 1 requests and 123781057 (59.02 GiB) left in chunk >11:11:50,826 DEBUG blivet: adding 123781057 (59.02 GiB) to 82 (sda2) >11:11:50,867 DEBUG blivet: new grow amount for request 82 (sda2) is 123781057 units, or 59.02 GiB >11:11:50,894 DEBUG blivet: request 88 (sda1) growth: 0 (0 B) size: 500 MiB >11:11:50,989 DEBUG blivet: request 82 (sda2) growth: 123781057 (59.02 GiB) size: 59.51 GiB >11:11:51,040 DEBUG blivet: disk /dev/sda growth: 123781057 (59.02 GiB) >11:11:51,054 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >11:11:51,065 DEBUG blivet: device sda2 new partedPartition None >11:11:51,067 DEBUG blivet: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >11:11:51,071 DEBUG blivet: DiskDevice.removeChild: kids: 2 ; name: sda ; >11:11:51,083 DEBUG blivet: total growth: 123781057 sectors >11:11:51,084 DEBUG blivet: updating use_disk to sda, type: 0 >11:11:51,114 DEBUG blivet: new free: 1026048-125829119 / 59.51 GiB >11:11:51,123 DEBUG blivet: new free allows for 123781057 sectors of growth >11:11:51,148 DEBUG blivet: created partition sda2 of 500 MiB and added it to /dev/sda >11:11:51,164 DEBUG blivet: PartitionDevice._setPartedPartition: req0 ; >11:11:51,174 DEBUG blivet: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f1450593350> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f1450543e50> PedPartition: <_ped.Partition object at 0x7f1453552b90> >11:11:51,185 DEBUG blivet: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >11:11:51,190 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sda ; >11:11:51,202 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >11:11:51,206 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f1450593350> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f1450543d50> PedPartition: <_ped.Partition object at 0x7f1453552e30> >11:11:51,219 DEBUG blivet: growPartitions: disks=['sda'], partitions=['sda2(id 82)', 'sda1(id 88)'] >11:11:51,219 DEBUG blivet: growable partitions are ['sda2'] >11:11:51,220 DEBUG blivet: adding request 82 to chunk 125829057 (63-125829119) on /dev/sda >11:11:51,222 DEBUG blivet: adding request 88 to chunk 125829057 (63-125829119) on /dev/sda >11:11:51,224 DEBUG blivet: disk sda has 1 chunks >11:11:51,226 DEBUG blivet: Chunk.growRequests: 125829057 on /dev/sda start = 63 end = 125829119 >sectorSize = 512 B > >11:11:51,230 DEBUG blivet: req: PartitionRequest instance -- >id = 88 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >11:11:51,231 DEBUG blivet: req: PartitionRequest instance -- >id = 82 name = sda2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >11:11:51,267 DEBUG blivet: 1 requests and 123781057 (59.02 GiB) left in chunk >11:11:51,304 DEBUG blivet: adding 123781057 (59.02 GiB) to 82 (sda2) >11:11:51,358 DEBUG blivet: new grow amount for request 82 (sda2) is 123781057 units, or 59.02 GiB >11:11:51,364 DEBUG blivet: growing partitions on sda >11:11:51,367 DEBUG blivet: partition sda1 (88): 0 >11:11:51,369 DEBUG blivet: new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f1450593150> PedGeometry: <_ped.Geometry object at 0x7f14505487d0> >11:11:51,378 DEBUG blivet: partition sda2 (82): 0 >11:11:51,379 DEBUG blivet: new geometry for sda2: parted.Geometry instance -- > start: 1026048 end: 125829119 length: 124803072 > device: <parted.device.Device object at 0x7f1450593150> PedGeometry: <_ped.Geometry object at 0x7f1450543b90> >11:11:51,379 DEBUG blivet: removing all non-preexisting partitions ['sda1(id 88)', 'sda2(id 82)'] from disk(s) ['sda'] >11:11:51,390 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >11:11:51,397 DEBUG blivet: device sda1 new partedPartition None >11:11:51,401 DEBUG blivet: PartitionDevice._setDisk: req1 ; new: None ; old: sda ; >11:11:51,427 DEBUG blivet: DiskDevice.removeChild: kids: 2 ; name: sda ; >11:11:51,431 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >11:11:51,442 DEBUG blivet: device sda2 new partedPartition None >11:11:51,446 DEBUG blivet: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >11:11:51,478 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sda ; >11:11:51,482 DEBUG blivet: back from removeNewPartitions >11:11:51,485 DEBUG blivet: extended: None >11:11:51,490 DEBUG blivet: setting req1 new geometry: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f1450593150> PedGeometry: <_ped.Geometry object at 0x7f14505487d0> >11:11:51,503 DEBUG blivet: PartitionDevice._setPartedPartition: req1 ; >11:11:51,505 DEBUG blivet: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f1450593350> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f1450543c90> PedPartition: <_ped.Partition object at 0x7f1453552770> >11:11:51,538 DEBUG blivet: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >11:11:51,541 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >11:11:51,566 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >11:11:51,568 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f1450593350> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f1450543d90> PedPartition: <_ped.Partition object at 0x7f1453552650> >11:11:51,576 DEBUG blivet: setting req0 new geometry: parted.Geometry instance -- > start: 1026048 end: 125829119 length: 124803072 > device: <parted.device.Device object at 0x7f1450593150> PedGeometry: <_ped.Geometry object at 0x7f1450543b90> >11:11:51,579 DEBUG blivet: PartitionDevice._setPartedPartition: req0 ; >11:11:51,599 DEBUG blivet: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f1450593350> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f1450593990> PedPartition: <_ped.Partition object at 0x7f1453552dd0> >11:11:51,604 DEBUG blivet: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >11:11:51,614 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sda ; >11:11:51,630 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >11:11:51,647 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f1450593350> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f14505438d0> PedPartition: <_ped.Partition object at 0x7f1453552470> >11:11:51,702 DEBUG blivet: fixing size of non-existent 500 MiB partition sda1 (88) with non-existent ext4 filesystem mounted at /boot >11:11:51,749 DEBUG blivet: fixing size of non-existent 59.51 GiB partition sda2 (82) with non-existent lvmpv >11:11:51,769 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sda2 ; >11:11:51,789 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 94 >11:11:51,793 DEBUG blivet: LVMVolumeGroupDevice._setFormat: fedora_ibm-x3550m3-04-g2 ; current: None ; type: None ; >11:11:51,805 INFO blivet: added lvmvg fedora_ibm-x3550m3-04-g2 (id 93) to device tree >11:11:51,816 INFO blivet: registered action: [96] Create Device lvmvg fedora_ibm-x3550m3-04-g2 (id 93) >11:11:51,821 DEBUG blivet: Ext4FS.supported: supported: True ; >11:11:51,835 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 97 >11:11:51,843 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 0 ; name: fedora_ibm-x3550m3-04-g2 ; >11:11:51,864 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora_ibm-x3550m3-04-g2-root ; current: None ; type: ext4 ; >11:11:51,965 DEBUG blivet: fedora_ibm-x3550m3-04-g2 size is 59.50 GiB >11:11:52,044 DEBUG blivet: vg fedora_ibm-x3550m3-04-g2 has 59.50 GiB free >11:11:52,098 DEBUG blivet: Adding fedora_ibm-x3550m3-04-g2-root/1 GiB to fedora_ibm-x3550m3-04-g2 >11:11:52,109 INFO blivet: added lvmlv fedora_ibm-x3550m3-04-g2-root (id 98) to device tree >11:11:52,109 INFO blivet: registered action: [100] Create Device lvmlv fedora_ibm-x3550m3-04-g2-root (id 98) >11:11:52,110 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 102 >11:11:52,120 INFO blivet: registered action: [101] Create Format ext4 filesystem mounted at / on lvmlv fedora_ibm-x3550m3-04-g2-root (id 98) >11:11:52,123 DEBUG blivet: Ext4FS.supported: supported: True ; >11:11:52,137 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 103 >11:11:52,146 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 1 ; name: fedora_ibm-x3550m3-04-g2 ; >11:11:52,160 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora_ibm-x3550m3-04-g2-home ; current: None ; type: ext4 ; >11:11:52,215 DEBUG blivet: fedora_ibm-x3550m3-04-g2 size is 59.50 GiB >11:11:52,246 DEBUG blivet: vg fedora_ibm-x3550m3-04-g2 has 58.50 GiB free >11:11:52,272 DEBUG blivet: Adding fedora_ibm-x3550m3-04-g2-home/500 MiB to fedora_ibm-x3550m3-04-g2 >11:11:52,283 INFO blivet: added lvmlv fedora_ibm-x3550m3-04-g2-home (id 104) to device tree >11:11:52,284 INFO blivet: registered action: [106] Create Device lvmlv fedora_ibm-x3550m3-04-g2-home (id 104) >11:11:52,286 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 108 >11:11:52,287 INFO blivet: registered action: [107] Create Format ext4 filesystem mounted at /home on lvmlv fedora_ibm-x3550m3-04-g2-home (id 104) >11:11:52,292 DEBUG blivet: SwapSpace.__init__: mountpoint: None ; >11:11:52,298 DEBUG blivet: getFormat('swap') returning SwapSpace instance with object id 109 >11:11:52,303 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 2 ; name: fedora_ibm-x3550m3-04-g2 ; >11:11:52,310 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora_ibm-x3550m3-04-g2-swap ; current: None ; type: swap ; >11:11:52,335 DEBUG blivet: fedora_ibm-x3550m3-04-g2 size is 59.50 GiB >11:11:52,363 DEBUG blivet: vg fedora_ibm-x3550m3-04-g2 has 58.01 GiB free >11:11:52,368 DEBUG blivet: Adding fedora_ibm-x3550m3-04-g2-swap/4026531872 to fedora_ibm-x3550m3-04-g2 >11:11:52,370 INFO blivet: added lvmlv fedora_ibm-x3550m3-04-g2-swap (id 110) to device tree >11:11:52,372 INFO blivet: registered action: [112] Create Device lvmlv fedora_ibm-x3550m3-04-g2-swap (id 110) >11:11:52,374 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 114 >11:11:52,375 INFO blivet: registered action: [113] Create Format swap on lvmlv fedora_ibm-x3550m3-04-g2-swap (id 110) >11:11:52,400 DEBUG blivet: fedora_ibm-x3550m3-04-g2 size is 59.50 GiB >11:11:52,425 DEBUG blivet: vg fedora_ibm-x3550m3-04-g2 has 54.26 GiB free >11:11:52,446 DEBUG blivet: vg fedora_ibm-x3550m3-04-g2: 54.26 GiB free ; lvs: ['root', 'home', 'swap'] >11:11:52,456 DEBUG blivet: adding request 98 to chunk 15234 on /dev/mapper/fedora_ibm--x3550m3--04--g2 >11:11:52,464 DEBUG blivet: adding request 104 to chunk 15234 on /dev/mapper/fedora_ibm--x3550m3--04--g2 >11:11:52,465 DEBUG blivet: adding request 110 to chunk 15234 on /dev/mapper/fedora_ibm--x3550m3--04--g2 >11:11:52,482 DEBUG blivet: Chunk.growRequests: VGChunk instance -- >device = /dev/mapper/fedora_ibm--x3550m3--04--g2 length = 15234 size = 59.50 GiB >remaining = 2 pool = 13892 >11:11:52,490 DEBUG blivet: req: LVRequest instance -- >id = 110 name = fedora_ibm-x3550m3-04-g2-swap growable = False >base = 961 growth = 0 max_grow = 0 >done = True >11:11:52,491 DEBUG blivet: req: LVRequest instance -- >id = 98 name = fedora_ibm-x3550m3-04-g2-root growable = True >base = 256 growth = 0 max_grow = 12544 >done = False >11:11:52,493 DEBUG blivet: req: LVRequest instance -- >id = 104 name = fedora_ibm-x3550m3-04-g2-home growable = True >base = 125 growth = 0 max_grow = 4194179 >done = False >11:11:52,517 DEBUG blivet: 2 requests and 13892 (54.26 GiB) left in chunk >11:11:52,519 DEBUG blivet: adding 0 (0 B) to 98 (fedora_ibm-x3550m3-04-g2-root) >11:11:52,522 DEBUG blivet: new grow amount for request 98 (fedora_ibm-x3550m3-04-g2-root) is 0 units, or 0 B >11:11:52,524 DEBUG blivet: adding 0 (0 B) to 104 (fedora_ibm-x3550m3-04-g2-home) >11:11:52,527 DEBUG blivet: new grow amount for request 104 (fedora_ibm-x3550m3-04-g2-home) is 0 units, or 0 B >11:11:52,545 DEBUG blivet: adding 13892 (54.26 GiB) to 98 (fedora_ibm-x3550m3-04-g2-root) >11:11:52,577 DEBUG blivet: taking back 1348 (5.26 GiB) from 98 (fedora_ibm-x3550m3-04-g2-root) >11:11:52,592 DEBUG blivet: new grow amount for request 98 (fedora_ibm-x3550m3-04-g2-root) is 12544 units, or 49 GiB >11:11:52,617 DEBUG blivet: adding 1348 (5.26 GiB) to 104 (fedora_ibm-x3550m3-04-g2-home) >11:11:52,640 DEBUG blivet: new grow amount for request 104 (fedora_ibm-x3550m3-04-g2-home) is 1348 units, or 5.26 GiB >11:11:52,671 DEBUG blivet: trying to set lv fedora_ibm-x3550m3-04-g2-root size to 50 GiB >11:11:52,699 DEBUG blivet: fedora_ibm-x3550m3-04-g2 size is 59.50 GiB >11:11:52,725 DEBUG blivet: vg fedora_ibm-x3550m3-04-g2 has 54.26 GiB free >11:11:52,751 DEBUG blivet: fedora_ibm-x3550m3-04-g2 size is 59.50 GiB >11:11:52,783 DEBUG blivet: vg fedora_ibm-x3550m3-04-g2 has 5.26 GiB free >11:11:52,810 DEBUG blivet: fedora_ibm-x3550m3-04-g2 size is 59.50 GiB >11:11:52,840 DEBUG blivet: vg fedora_ibm-x3550m3-04-g2 has 5.26 GiB free >11:11:52,865 DEBUG blivet: trying to set lv fedora_ibm-x3550m3-04-g2-home size to 5.75 GiB >11:11:52,892 DEBUG blivet: fedora_ibm-x3550m3-04-g2 size is 59.50 GiB >11:11:52,919 DEBUG blivet: vg fedora_ibm-x3550m3-04-g2 has 5.26 GiB free >11:11:52,945 DEBUG blivet: fedora_ibm-x3550m3-04-g2 size is 59.50 GiB >11:11:52,952 DEBUG blivet: vg fedora_ibm-x3550m3-04-g2 has 0 B free >11:11:52,978 DEBUG blivet: fedora_ibm-x3550m3-04-g2 size is 59.50 GiB >11:11:52,987 DEBUG blivet: vg fedora_ibm-x3550m3-04-g2 has 0 B free >11:11:53,346 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >11:11:53,380 DEBUG blivet: DeviceTree.getDeviceByName returned existing 60 GiB disk sda (1) with non-existent msdos disklabel >11:11:53,386 DEBUG blivet: resolved 'sda' to 'sda' (disk) >11:11:53,390 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >11:11:53,418 DEBUG blivet: DeviceTree.getDeviceByName returned existing 60 GiB disk sda (1) with non-existent msdos disklabel >11:11:53,429 DEBUG blivet: resolved 'sda' to 'sda' (disk) >11:11:53,845 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >11:11:53,912 DEBUG blivet: DeviceTree.getDeviceByName returned existing 60 GiB disk sda (1) with non-existent msdos disklabel >11:11:53,924 DEBUG blivet: resolved 'sda' to 'sda' (disk) >11:11:53,928 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >11:11:53,964 DEBUG blivet: DeviceTree.getDeviceByName returned existing 60 GiB disk sda (1) with non-existent msdos disklabel >11:11:53,966 DEBUG blivet: resolved 'sda' to 'sda' (disk) >07:11:55,553 DEBUG blivet: Ext3FS.supported: supported: True ; >07:11:55,554 DEBUG blivet: Ext3FS.supported: supported: True ; >07:11:55,741 DEBUG blivet: Ext2FS.supported: supported: True ; >07:11:55,743 DEBUG blivet: Ext2FS.supported: supported: True ; >07:11:55,943 DEBUG blivet: SysFS.supported: supported: False ; >07:11:55,945 DEBUG blivet: SysFS.supported: supported: False ; >07:11:55,946 DEBUG blivet: MultipathMember.__init__: >07:11:55,953 DEBUG blivet: SwapSpace.__init__: >07:11:56,440 DEBUG blivet: ProcFS.supported: supported: False ; >07:11:56,442 DEBUG blivet: ProcFS.supported: supported: False ; >07:11:56,443 DEBUG blivet: DMRaidMember.__init__: >07:11:56,446 DEBUG blivet: DevPtsFS.supported: supported: False ; >07:11:56,452 DEBUG blivet: DevPtsFS.supported: supported: False ; >07:11:56,453 DEBUG blivet: BTRFS.supported: supported: True ; >07:11:57,210 DEBUG blivet: USBFS.supported: supported: False ; >07:11:57,212 DEBUG blivet: USBFS.supported: supported: False ; >07:11:57,213 DEBUG blivet: DiskLabel.__init__: >07:11:57,218 INFO blivet: DiskLabel.partedDevice returning None >07:11:57,220 DEBUG blivet: HFSPlus.supported: supported: False ; >07:11:57,221 DEBUG blivet: HFSPlus.supported: supported: False ; >07:11:57,226 DEBUG blivet: XFS.supported: supported: True ; >07:11:57,523 DEBUG blivet: XFS.supported: supported: True ; >07:11:58,054 DEBUG blivet: TmpFS.supported: supported: True ; >07:11:58,154 DEBUG blivet: LUKS.__init__: >07:11:58,159 DEBUG blivet: NTFS.supported: supported: False ; >07:11:58,170 DEBUG blivet: NTFS.supported: supported: False ; >07:11:58,171 DEBUG blivet: BindFS.supported: supported: False ; >07:11:58,172 DEBUG blivet: BindFS.supported: supported: False ; >07:11:58,176 DEBUG blivet: HFS.supported: supported: False ; >07:11:58,177 DEBUG blivet: HFS.supported: supported: False ; >07:11:58,178 DEBUG blivet: LVMPhysicalVolume.__init__: >07:11:58,185 DEBUG blivet: NFS.supported: supported: False ; >07:11:58,186 DEBUG blivet: NFS.supported: supported: False ; >07:11:58,194 DEBUG blivet: FATFS.supported: supported: True ; >07:11:58,306 DEBUG blivet: FATFS.supported: supported: True ; >07:11:58,873 DEBUG blivet: NoDevFS.supported: supported: False ; >07:11:58,875 DEBUG blivet: NoDevFS.supported: supported: False ; >07:11:58,880 DEBUG blivet: MDRaidMember.__init__: >07:12:20,590 DEBUG blivet: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >07:12:20,593 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >07:12:20,617 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >07:12:20,741 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >07:12:20,750 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: False ; controllable: True ; >07:12:20,752 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora_ibm-x3550m3-04-g2-root ; status: False ; controllable: True ; >07:12:20,754 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora_ibm-x3550m3-04-g2-home ; status: False ; controllable: True ; >07:12:20,756 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora_ibm-x3550m3-04-g2-swap ; status: False ; controllable: True ; >07:12:20,757 INFO blivet: resetting parted disks... >07:12:20,759 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/sda ; >07:12:20,762 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/sda ; >07:12:20,772 DEBUG blivet: PartitionDevice.preCommitFixup: sda2 ; >07:12:20,774 DEBUG blivet: PartitionDevice.preCommitFixup: sda1 ; >07:12:20,776 DEBUG blivet: PartitionDevice.preCommitFixup: sda2 ; >07:12:20,777 DEBUG blivet: sector-based lookup found partition sda2 >07:12:20,780 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >07:12:20,790 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f145508ee90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f1455f14f10> PedPartition: <_ped.Partition object at 0x7f14511a2ad0> >07:12:20,792 DEBUG blivet: PartitionDevice.preCommitFixup: sda1 ; >07:12:20,793 DEBUG blivet: sector-based lookup found partition sda1 >07:12:20,796 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >07:12:20,808 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f145508ee90> fileSystem: <parted.filesystem.FileSystem object at 0x7f1455f14e10> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f145508ed10> PedPartition: <_ped.Partition object at 0x7f145508b770> >07:12:20,809 DEBUG blivet: action: [63] Destroy Device lvmvg fedora_ibm-x3550m3-04-g2 (id 17) >07:12:20,810 DEBUG blivet: action: [64] Destroy Format lvmpv on partition sda2 (id 12) >07:12:20,810 DEBUG blivet: action: [66] Destroy Device partition sda2 (id 12) >07:12:20,810 DEBUG blivet: action: [68] Destroy Format ext4 filesystem on partition sda1 (id 6) >07:12:20,811 DEBUG blivet: action: [71] Destroy Device partition sda1 (id 6) >07:12:20,811 DEBUG blivet: action: [75] Destroy Format msdos disklabel on disk sda (id 1) >07:12:20,812 DEBUG blivet: action: [77] Destroy Format None on disk sda (id 1) >07:12:20,812 DEBUG blivet: action: [80] Create Format msdos disklabel on disk sda (id 1) >07:12:20,813 DEBUG blivet: action: [84] Create Device partition sda2 (id 82) >07:12:20,813 DEBUG blivet: action: [85] Create Format lvmpv on partition sda2 (id 82) >07:12:20,814 DEBUG blivet: action: [90] Create Device partition sda1 (id 88) >07:12:20,814 DEBUG blivet: action: [91] Create Format ext4 filesystem mounted at /boot on partition sda1 (id 88) >07:12:20,815 DEBUG blivet: action: [96] Create Device lvmvg fedora_ibm-x3550m3-04-g2 (id 93) >07:12:20,815 DEBUG blivet: action: [100] Create Device lvmlv fedora_ibm-x3550m3-04-g2-root (id 98) >07:12:20,816 DEBUG blivet: action: [101] Create Format ext4 filesystem mounted at / on lvmlv fedora_ibm-x3550m3-04-g2-root (id 98) >07:12:20,817 DEBUG blivet: action: [106] Create Device lvmlv fedora_ibm-x3550m3-04-g2-home (id 104) >07:12:20,818 DEBUG blivet: action: [107] Create Format ext4 filesystem mounted at /home on lvmlv fedora_ibm-x3550m3-04-g2-home (id 104) >07:12:20,827 DEBUG blivet: action: [112] Create Device lvmlv fedora_ibm-x3550m3-04-g2-swap (id 110) >07:12:20,827 DEBUG blivet: action: [113] Create Format swap on lvmlv fedora_ibm-x3550m3-04-g2-swap (id 110) >07:12:20,828 INFO blivet: pruning action queue... >07:12:20,829 INFO blivet: removing obsolete action 75 (77) >07:12:20,829 DEBUG blivet: action 75 already pruned >07:12:20,830 INFO blivet: sorting actions... >07:12:20,835 DEBUG blivet: action: [68] Destroy Format ext4 filesystem on partition sda1 (id 6) >07:12:20,846 DEBUG blivet: action: [63] Destroy Device lvmvg fedora_ibm-x3550m3-04-g2 (id 17) >07:12:20,846 DEBUG blivet: action: [64] Destroy Format lvmpv on partition sda2 (id 12) >07:12:20,847 DEBUG blivet: action: [66] Destroy Device partition sda2 (id 12) >07:12:20,848 DEBUG blivet: action: [71] Destroy Device partition sda1 (id 6) >07:12:20,848 DEBUG blivet: action: [77] Destroy Format None on disk sda (id 1) >07:12:20,849 DEBUG blivet: lvm filter: removing sda2 from the reject list >07:12:20,849 DEBUG blivet: sda2 wasn't in the reject list >07:12:20,850 DEBUG blivet: lvm filter: removing sda1 from the reject list >07:12:20,850 DEBUG blivet: sda1 wasn't in the reject list >07:12:20,850 DEBUG blivet: lvm filter: removing fedora_ibm-x3550m3-04-g2 from the reject list >07:12:20,851 DEBUG blivet: fedora_ibm-x3550m3-04-g2 wasn't in the reject list >07:12:20,851 DEBUG blivet: lvm filter: removing fedora_ibm-x3550m3-04-g2-root from the reject list >07:12:20,852 DEBUG blivet: fedora_ibm-x3550m3-04-g2-root wasn't in the reject list >07:12:20,852 DEBUG blivet: lvm filter: removing fedora_ibm-x3550m3-04-g2-home from the reject list >07:12:20,853 DEBUG blivet: fedora_ibm-x3550m3-04-g2-home wasn't in the reject list >07:12:20,853 DEBUG blivet: lvm filter: removing fedora_ibm-x3550m3-04-g2-swap from the reject list >07:12:20,853 DEBUG blivet: fedora_ibm-x3550m3-04-g2-swap wasn't in the reject list >07:12:20,854 DEBUG blivet: action: [80] Create Format msdos disklabel on disk sda (id 1) >07:12:20,864 DEBUG blivet: lvm filter: removing sda2 from the reject list >07:12:20,864 DEBUG blivet: sda2 wasn't in the reject list >07:12:20,865 DEBUG blivet: lvm filter: removing sda1 from the reject list >07:12:20,865 DEBUG blivet: sda1 wasn't in the reject list >07:12:20,865 DEBUG blivet: lvm filter: removing fedora_ibm-x3550m3-04-g2 from the reject list >07:12:20,866 DEBUG blivet: fedora_ibm-x3550m3-04-g2 wasn't in the reject list >07:12:20,866 DEBUG blivet: lvm filter: removing fedora_ibm-x3550m3-04-g2-root from the reject list >07:12:20,867 DEBUG blivet: fedora_ibm-x3550m3-04-g2-root wasn't in the reject list >07:12:20,867 DEBUG blivet: lvm filter: removing fedora_ibm-x3550m3-04-g2-home from the reject list >07:12:20,868 DEBUG blivet: fedora_ibm-x3550m3-04-g2-home wasn't in the reject list >07:12:20,868 DEBUG blivet: lvm filter: removing fedora_ibm-x3550m3-04-g2-swap from the reject list >07:12:20,868 DEBUG blivet: fedora_ibm-x3550m3-04-g2-swap wasn't in the reject list >07:12:20,869 DEBUG blivet: action: [90] Create Device partition sda1 (id 88) >07:12:20,869 DEBUG blivet: action: [91] Create Format ext4 filesystem mounted at /boot on partition sda1 (id 88) >07:12:20,870 DEBUG blivet: action: [84] Create Device partition sda2 (id 82) >07:12:20,871 DEBUG blivet: lvm filter: removing fedora_ibm-x3550m3-04-g2 from the reject list >07:12:20,871 DEBUG blivet: fedora_ibm-x3550m3-04-g2 wasn't in the reject list >07:12:20,871 DEBUG blivet: lvm filter: removing fedora_ibm-x3550m3-04-g2-root from the reject list >07:12:20,872 DEBUG blivet: fedora_ibm-x3550m3-04-g2-root wasn't in the reject list >07:12:20,872 DEBUG blivet: lvm filter: removing fedora_ibm-x3550m3-04-g2-home from the reject list >07:12:20,873 DEBUG blivet: fedora_ibm-x3550m3-04-g2-home wasn't in the reject list >07:12:20,875 DEBUG blivet: lvm filter: removing fedora_ibm-x3550m3-04-g2-swap from the reject list >07:12:20,875 DEBUG blivet: fedora_ibm-x3550m3-04-g2-swap wasn't in the reject list >07:12:20,876 DEBUG blivet: action: [85] Create Format lvmpv on partition sda2 (id 82) >07:12:20,876 DEBUG blivet: lvm filter: removing fedora_ibm-x3550m3-04-g2 from the reject list >07:12:20,876 DEBUG blivet: fedora_ibm-x3550m3-04-g2 wasn't in the reject list >07:12:20,877 DEBUG blivet: lvm filter: removing fedora_ibm-x3550m3-04-g2-root from the reject list >07:12:20,877 DEBUG blivet: fedora_ibm-x3550m3-04-g2-root wasn't in the reject list >07:12:20,878 DEBUG blivet: lvm filter: removing fedora_ibm-x3550m3-04-g2-home from the reject list >07:12:20,878 DEBUG blivet: fedora_ibm-x3550m3-04-g2-home wasn't in the reject list >07:12:20,879 DEBUG blivet: lvm filter: removing fedora_ibm-x3550m3-04-g2-swap from the reject list >07:12:20,879 DEBUG blivet: fedora_ibm-x3550m3-04-g2-swap wasn't in the reject list >07:12:20,880 DEBUG blivet: action: [96] Create Device lvmvg fedora_ibm-x3550m3-04-g2 (id 93) >07:12:20,880 DEBUG blivet: lvm filter: removing fedora_ibm-x3550m3-04-g2-root from the reject list >07:12:20,889 DEBUG blivet: fedora_ibm-x3550m3-04-g2-root wasn't in the reject list >07:12:20,890 DEBUG blivet: lvm filter: removing fedora_ibm-x3550m3-04-g2-home from the reject list >07:12:20,890 DEBUG blivet: fedora_ibm-x3550m3-04-g2-home wasn't in the reject list >07:12:20,891 DEBUG blivet: lvm filter: removing fedora_ibm-x3550m3-04-g2-swap from the reject list >07:12:20,891 DEBUG blivet: fedora_ibm-x3550m3-04-g2-swap wasn't in the reject list >07:12:20,891 DEBUG blivet: action: [112] Create Device lvmlv fedora_ibm-x3550m3-04-g2-swap (id 110) >07:12:20,892 DEBUG blivet: action: [113] Create Format swap on lvmlv fedora_ibm-x3550m3-04-g2-swap (id 110) >07:12:20,894 DEBUG blivet: action: [106] Create Device lvmlv fedora_ibm-x3550m3-04-g2-home (id 104) >07:12:20,894 DEBUG blivet: action: [107] Create Format ext4 filesystem mounted at /home on lvmlv fedora_ibm-x3550m3-04-g2-home (id 104) >07:12:20,895 DEBUG blivet: action: [100] Create Device lvmlv fedora_ibm-x3550m3-04-g2-root (id 98) >07:12:20,895 DEBUG blivet: action: [101] Create Format ext4 filesystem mounted at / on lvmlv fedora_ibm-x3550m3-04-g2-root (id 98) >07:12:20,896 INFO blivet: executing action: [68] Destroy Format ext4 filesystem on partition sda1 (id 6) >07:12:20,898 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: True ; >07:12:20,901 DEBUG blivet: Ext4FS.destroy: device: /dev/sda1 ; status: False ; type: ext4 ; >07:12:21,666 INFO blivet: executing action: [63] Destroy Device lvmvg fedora_ibm-x3550m3-04-g2 (id 17) >07:12:21,675 DEBUG blivet: LVMVolumeGroupDevice.destroy: fedora_ibm-x3550m3-04-g2 ; status: True ; >07:12:21,678 DEBUG blivet: LVMVolumeGroupDevice.teardown: fedora_ibm-x3550m3-04-g2 ; status: True ; controllable: True ; >07:12:21,680 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/fedora_ibm--x3550m3--04--g2 ; status: False ; type: None ; >07:12:21,685 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/fedora_ibm--x3550m3--04--g2 ; status: False ; type: None ; >07:12:21,801 DEBUG blivet: LVMVolumeGroupDevice._teardown: fedora_ibm-x3550m3-04-g2 ; status: True ; controllable: True ; >07:12:22,002 DEBUG blivet: LVMVolumeGroupDevice.setupParents: kids: 0 ; name: fedora_ibm-x3550m3-04-g2 ; orig: True ; >07:12:22,005 DEBUG blivet: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: True ; >07:12:22,008 DEBUG blivet: LVMPhysicalVolume.setup: device: /dev/sda2 ; status: False ; type: lvmpv ; >07:12:22,010 DEBUG blivet: LVMVolumeGroupDevice._destroy: fedora_ibm-x3550m3-04-g2 ; status: True ; >07:12:22,879 INFO blivet: executing action: [64] Destroy Format lvmpv on partition sda2 (id 12) >07:12:22,882 DEBUG blivet: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: True ; >07:12:22,891 DEBUG blivet: LVMPhysicalVolume.destroy: device: /dev/sda2 ; status: False ; type: lvmpv ; >07:12:23,290 DEBUG blivet: LVMPhysicalVolume.notifyKernel: device: /dev/sda2 ; type: lvmpv ; >07:12:23,291 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sda2 >07:12:23,681 INFO blivet: executing action: [66] Destroy Device partition sda2 (id 12) >07:12:23,691 DEBUG blivet: PartitionDevice.destroy: sda2 ; status: True ; >07:12:23,694 DEBUG blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >07:12:23,696 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >07:12:23,702 DEBUG blivet: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >07:12:23,850 DEBUG blivet: PartitionDevice.setupParents: kids: 0 ; name: sda2 ; orig: True ; >07:12:23,854 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: True ; >07:12:23,856 DEBUG blivet: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >07:12:23,859 DEBUG blivet: PartitionDevice._destroy: sda2 ; status: True ; >07:12:23,872 DEBUG blivet: DiskLabel.commit: device: /dev/sda ; numparts: 1 ; >07:12:24,636 INFO blivet: executing action: [71] Destroy Device partition sda1 (id 6) >07:12:24,648 DEBUG blivet: PartitionDevice.destroy: sda1 ; status: True ; >07:12:24,651 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >07:12:24,656 DEBUG blivet: DeviceFormat.teardown: device: /dev/sda1 ; status: False ; type: None ; >07:12:24,785 DEBUG blivet: PartitionDevice.setupParents: kids: 0 ; name: sda1 ; orig: True ; >07:12:24,788 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: True ; >07:12:24,790 DEBUG blivet: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >07:12:24,792 DEBUG blivet: PartitionDevice._destroy: sda1 ; status: True ; >07:12:24,796 DEBUG blivet: DiskLabel.commit: device: /dev/sda ; numparts: 0 ; >07:12:25,213 INFO blivet: executing action: [77] Destroy Format None on disk sda (id 1) >07:12:25,217 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: True ; >07:12:25,219 DEBUG blivet: DeviceFormat.destroy: device: /dev/sda ; status: False ; type: None ; >07:12:25,991 INFO blivet: executing action: [80] Create Format msdos disklabel on disk sda (id 1) >07:12:25,997 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >07:12:25,999 DEBUG blivet: DiskLabel.create: device: /dev/sda ; status: False ; type: disklabel ; >07:12:26,002 DEBUG blivet: DiskLabel.create: device: /dev/sda ; status: False ; type: disklabel ; >07:12:26,013 DEBUG blivet: DiskLabel.commit: device: /dev/sda ; numparts: 0 ; >07:12:26,540 DEBUG blivet: DiskDevice.updateSysfsPath: sda ; status: True ; >07:12:26,541 DEBUG blivet: sda sysfsPath set to /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:08/VMBUS:00/vmbus_0_1/host2/target2:0:0/2:0:0:0/block/sda >07:12:26,678 INFO blivet: executing action: [90] Create Device partition sda1 (id 88) >07:12:26,693 DEBUG blivet: PartitionDevice.create: sda1 ; status: False ; >07:12:26,698 DEBUG blivet: PartitionDevice.setupParents: kids: 0 ; name: sda1 ; orig: False ; >07:12:26,703 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >07:12:26,725 DEBUG blivet: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >07:12:26,737 DEBUG blivet: PartitionDevice._create: sda1 ; status: False ; >07:12:26,740 DEBUG blivet: PartitionDevice._wipe: sda1 ; status: False ; >07:12:27,910 DEBUG blivet: DiskLabel.commit: device: /dev/sda ; numparts: 1 ; >07:12:28,457 DEBUG blivet: post-commit partition path is /dev/sda1 >07:12:28,461 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >07:12:28,466 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f14505937d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f1455f0f3d0> PedPartition: <_ped.Partition object at 0x7f14511a2b30> >07:12:28,471 DEBUG blivet: DeviceFormat.destroy: device: /dev/sda1 ; status: False ; type: None ; >07:12:28,767 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >07:12:28,774 DEBUG blivet: PartitionDevice.updateSysfsPath: sda1 ; status: True ; >07:12:28,785 DEBUG blivet: PartitionDevice.updateSysfsPath: sda1 ; status: True ; >07:12:28,786 DEBUG blivet: sda1 sysfsPath set to /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:08/VMBUS:00/vmbus_0_1/host2/target2:0:0/2:0:0:0/block/sda/sda1 >07:12:29,056 INFO blivet: executing action: [91] Create Format ext4 filesystem mounted at /boot on partition sda1 (id 88) >07:12:29,060 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >07:12:29,062 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 1 ; >07:12:29,064 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 2 ; >07:12:29,066 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 3 ; >07:12:29,078 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 4 ; >07:12:29,080 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 5 ; >07:12:29,083 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 6 ; >07:12:29,085 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 8 ; >07:12:29,087 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 9 ; >07:12:29,089 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 10 ; >07:12:29,101 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 11 ; >07:12:29,103 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 12 ; >07:12:29,105 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 13 ; >07:12:29,107 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 14 ; >07:12:29,109 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 15 ; >07:12:29,112 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 16 ; >07:12:29,123 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 17 ; >07:12:29,125 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 18 ; >07:12:29,127 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 19 ; >07:12:29,130 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/sda ; numparts: 1 ; >07:12:29,149 DEBUG blivet: Ext4FS.create: device: /dev/sda1 ; status: False ; type: ext4 ; >07:12:29,151 DEBUG blivet: Ext4FS.doFormat: device: /dev/sda1 ; mountpoint: /boot ; type: ext4 ; >07:12:29,152 WARN blivet: Could not create label (None) on filesystem ext4 >07:12:30,040 DEBUG blivet: Ext4FS.notifyKernel: device: /dev/sda1 ; type: ext4 ; >07:12:30,043 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sda1 >07:12:30,257 DEBUG blivet: PartitionDevice.updateSysfsPath: sda1 ; status: True ; >07:12:30,259 DEBUG blivet: PartitionDevice.updateSysfsPath: sda1 ; status: True ; >07:12:30,262 DEBUG blivet: sda1 sysfsPath set to /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:08/VMBUS:00/vmbus_0_1/host2/target2:0:0/2:0:0:0/block/sda/sda1 >07:12:30,424 INFO blivet: executing action: [84] Create Device partition sda2 (id 82) >07:12:30,427 DEBUG blivet: PartitionDevice.create: sda2 ; status: False ; >07:12:30,431 DEBUG blivet: PartitionDevice.setupParents: kids: 1 ; name: sda2 ; orig: False ; >07:12:30,441 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >07:12:30,444 DEBUG blivet: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >07:12:30,446 DEBUG blivet: PartitionDevice._create: sda2 ; status: False ; >07:12:30,451 DEBUG blivet: PartitionDevice._wipe: sda2 ; status: False ; >07:12:31,774 DEBUG blivet: DiskLabel.commit: device: /dev/sda ; numparts: 2 ; >07:12:32,546 DEBUG blivet: post-commit partition path is /dev/sda2 >07:12:32,549 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >07:12:32,551 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f14505937d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f1455f06150> PedPartition: <_ped.Partition object at 0x7f14511a29b0> >07:12:32,558 DEBUG blivet: DeviceFormat.destroy: device: /dev/sda2 ; status: False ; type: None ; >07:12:32,881 DEBUG blivet: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >07:12:32,885 DEBUG blivet: PartitionDevice.updateSysfsPath: sda2 ; status: True ; >07:12:32,899 DEBUG blivet: PartitionDevice.updateSysfsPath: sda2 ; status: True ; >07:12:32,901 DEBUG blivet: sda2 sysfsPath set to /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:08/VMBUS:00/vmbus_0_1/host2/target2:0:0/2:0:0:0/block/sda/sda2 >07:12:33,160 INFO blivet: executing action: [85] Create Format lvmpv on partition sda2 (id 82) >07:12:33,170 DEBUG blivet: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >07:12:33,174 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 1 ; >07:12:33,176 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 2 ; >07:12:33,178 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 3 ; >07:12:33,180 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 4 ; >07:12:33,182 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 5 ; >07:12:33,192 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 8 ; >07:12:33,194 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 9 ; >07:12:33,196 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 10 ; >07:12:33,198 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 11 ; >07:12:33,200 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 12 ; >07:12:33,210 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 13 ; >07:12:33,212 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 14 ; >07:12:33,214 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 15 ; >07:12:33,216 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 16 ; >07:12:33,218 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 17 ; >07:12:33,220 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 18 ; >07:12:33,229 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 19 ; >07:12:33,231 DEBUG blivet: PartitionDevice.setFlag: path: /dev/sda2 ; flag: 6 ; >07:12:33,234 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/sda ; numparts: 2 ; >07:12:33,254 DEBUG blivet: LVMPhysicalVolume.create: device: /dev/sda2 ; status: None ; type: lvmpv ; >07:12:33,255 DEBUG blivet: LVMPhysicalVolume.create: device: /dev/sda2 ; status: None ; type: lvmpv ; >07:12:33,257 DEBUG blivet: LVMPhysicalVolume.destroy: device: /dev/sda2 ; status: None ; type: lvmpv ; >07:12:34,767 DEBUG blivet: LVMPhysicalVolume.notifyKernel: device: /dev/sda2 ; type: lvmpv ; >07:12:34,767 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sda2 >07:12:34,924 DEBUG blivet: PartitionDevice.updateSysfsPath: sda2 ; status: True ; >07:12:34,935 DEBUG blivet: PartitionDevice.updateSysfsPath: sda2 ; status: True ; >07:12:34,937 DEBUG blivet: sda2 sysfsPath set to /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:08/VMBUS:00/vmbus_0_1/host2/target2:0:0/2:0:0:0/block/sda/sda2 >07:12:35,076 INFO blivet: executing action: [96] Create Device lvmvg fedora_ibm-x3550m3-04-g2 (id 93) >07:12:35,079 DEBUG blivet: LVMVolumeGroupDevice.create: fedora_ibm-x3550m3-04-g2 ; status: False ; >07:12:35,082 DEBUG blivet: LVMVolumeGroupDevice.setupParents: kids: 3 ; name: fedora_ibm-x3550m3-04-g2 ; orig: False ; >07:12:35,084 DEBUG blivet: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >07:12:35,088 DEBUG blivet: LVMPhysicalVolume.setup: device: /dev/sda2 ; status: None ; type: lvmpv ; >07:12:35,094 DEBUG blivet: LVMVolumeGroupDevice._create: fedora_ibm-x3550m3-04-g2 ; status: False ; >07:12:35,367 DEBUG blivet: LVMVolumeGroupDevice.setup: fedora_ibm-x3550m3-04-g2 ; status: True ; controllable: True ; orig: False ; >07:12:35,383 DEBUG blivet: LVMVolumeGroupDevice.updateSysfsPath: fedora_ibm-x3550m3-04-g2 ; status: True ; >07:12:35,629 INFO blivet: executing action: [112] Create Device lvmlv fedora_ibm-x3550m3-04-g2-swap (id 110) >07:12:35,632 DEBUG blivet: LVMLogicalVolumeDevice.create: fedora_ibm-x3550m3-04-g2-swap ; status: False ; >07:12:35,634 DEBUG blivet: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: fedora_ibm-x3550m3-04-g2-swap ; orig: False ; >07:12:35,646 DEBUG blivet: LVMVolumeGroupDevice.setup: fedora_ibm-x3550m3-04-g2 ; status: True ; controllable: True ; orig: False ; >07:12:35,648 DEBUG blivet: LVMLogicalVolumeDevice._create: fedora_ibm-x3550m3-04-g2-swap ; status: False ; >07:12:35,688 DEBUG blivet: looking up parted Device: /dev/mapper/fedora_ibm--x3550m3--04--g2 >07:12:35,706 DEBUG blivet: fedora_ibm-x3550m3-04-g2 size is 59.50 GiB >07:12:35,709 DEBUG blivet: vg fedora_ibm-x3550m3-04-g2 has 0 B free >07:12:35,718 DEBUG blivet: fedora_ibm-x3550m3-04-g2 size is 59.50 GiB >07:12:35,721 DEBUG blivet: vg fedora_ibm-x3550m3-04-g2 has 0 B free > > >/tmp/ifcfg.log: >08:07:25,838 DEBUG ifcfg: content of files (network initialization): >08:07:25,839 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: >08:07:25,839 DEBUG ifcfg: # Generated by dracut initrd >08:07:25,839 DEBUG ifcfg: DEVICE="eth0" >08:07:25,839 DEBUG ifcfg: ONBOOT=yes >08:07:25,840 DEBUG ifcfg: NETBOOT=yes >08:07:25,840 DEBUG ifcfg: UUID="5a96354b-fa2d-490e-b0ca-d54834e992ae" >08:07:25,840 DEBUG ifcfg: BOOTPROTO=dhcp >08:07:25,840 DEBUG ifcfg: HWADDR="00:15:5d:24:71:02" >08:07:25,841 DEBUG ifcfg: TYPE=Ethernet >08:07:25,841 DEBUG ifcfg: NAME="eth0" >08:07:25,862 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [0, 21, 93, 36, 113, 2]}, 'connection': {'interface-name': 'eth0', 'type': '802-3-ethernet', 'id': 'eth0', 'uuid': '5a96354b-fa2d-490e-b0ca-d54834e992ae'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'ignore'}}, {'802-3-ethernet': {'s390-options': {}, 'mac-address': [0, 21, 93, 36, 113, 2]}, 'connection': {'timestamp': 1395043528L, 'autoconnect': False, 'type': '802-3-ethernet', 'id': 'eth0', 'uuid': '3f300037-3971-444f-a851-34549cad8547'}, '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, 241], 128L, [254, 128, 0, 82, 0, 0, 34, 35, 0, 0, 0, 0, 0, 0, 3, 254], 0L)], 'addresses': [], 'dns': [], 'method': 'auto'}}] >08:07:26,014 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >08:07:26,016 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >08:07:26,017 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >11:11:49,482 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >11:11:49,484 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 > > >/proc/cmdline: >initrd=/images/ibm-x3550m3-04-g2.lab.eng.brq.redhat.com/initrd console=ttyS0 ks=http://beaker.engineering.redhat.com/kickstart/672571 ksdevice=bootif netboot_method=pxe BOOT_IMAGE=/images/ibm-x3550m3-04-g2.lab.eng.brq.redhat.com/kernel BOOTIF=01-00-15-5d-24-71-02 > > >/tmp/syslog: >08:05:25,785 INFO rsyslogd: [origin software="rsyslogd" swVersion="7.4.8" x-pid="1883" x-info="http://www.rsyslog.com"] start >08:05:25,797 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >08:05:25,797 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >08:05:25,797 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuacct >08:05:25,797 NOTICE kernel:[ 0.000000] Linux version 3.14.0-0.rc6.git4.1.fc21.x86_64 (mockbuild@bkernel02) (gcc version 4.8.2 20140120 (Red Hat 4.8.2-14) (GCC) ) #1 SMP Fri Mar 14 20:07:37 UTC 2014 >08:05:25,797 INFO kernel:[ 0.000000] Command line: initrd=/images/ibm-x3550m3-04-g2.lab.eng.brq.redhat.com/initrd console=ttyS0 ks=http://beaker.engineering.redhat.com/kickstart/672571 ksdevice=bootif netboot_method=pxe BOOT_IMAGE=/images/ibm-x3550m3-04-g2.lab.eng.brq.redhat.com/kernel BOOTIF=01-00-15-5d-24-71-02 >08:05:25,797 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >08:05:25,797 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable >08:05:25,797 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved >08:05:25,797 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved >08:05:25,797 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffeffff] usable >08:05:25,797 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000007fff0000-0x000000007fffefff] ACPI data >08:05:25,797 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000007ffff000-0x000000007fffffff] ACPI NVS >08:05:25,797 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved >08:05:25,797 INFO kernel:[ 0.000000] NX (Execute Disable) protection: active >08:05:25,797 INFO kernel:[ 0.000000] SMBIOS 2.3 present. >08:05:25,797 DEBUG kernel:[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090004 03/19/2009 >08:05:25,797 INFO kernel:[ 0.000000] Hypervisor detected: Microsoft HyperV >08:05:25,797 INFO kernel:[ 0.000000] HyperV: features 0x67f, hints 0x2c >08:05:25,797 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >08:05:25,797 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >08:05:25,797 INFO kernel:[ 0.000000] e820: last_pfn = 0x7fff0 max_arch_pfn = 0x400000000 >08:05:25,797 DEBUG kernel:[ 0.000000] MTRR default type: uncachable >08:05:25,797 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >08:05:25,797 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >08:05:25,797 DEBUG kernel:[ 0.000000] A0000-DFFFF uncachable >08:05:25,797 DEBUG kernel:[ 0.000000] E0000-FFFFF write-back >08:05:25,797 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >08:05:25,797 DEBUG kernel:[ 0.000000] 0 base 0000000000 mask FF00000000 write-back >08:05:25,797 DEBUG kernel:[ 0.000000] 1 disabled >08:05:25,797 DEBUG kernel:[ 0.000000] 2 disabled >08:05:25,797 DEBUG kernel:[ 0.000000] 3 disabled >08:05:25,797 DEBUG kernel:[ 0.000000] 4 disabled >08:05:25,797 DEBUG kernel:[ 0.000000] 5 disabled >08:05:25,797 DEBUG kernel:[ 0.000000] 6 disabled >08:05:25,797 DEBUG kernel:[ 0.000000] 7 disabled >08:05:25,797 INFO kernel:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 >08:05:25,797 INFO kernel:[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780] >08:05:25,797 INFO kernel:[ 0.000000] Scanning 1 areas for low memory corruption >08:05:25,797 DEBUG kernel:[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576 >08:05:25,797 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] >08:05:25,797 DEBUG kernel:[ 0.000000] [mem 0x00000000-0x000fffff] page 4k >08:05:25,797 DEBUG kernel:[ 0.000000] BRK [0x02dc8000, 0x02dc8fff] PGTABLE >08:05:25,797 DEBUG kernel:[ 0.000000] BRK [0x02dc9000, 0x02dc9fff] PGTABLE >08:05:25,797 DEBUG kernel:[ 0.000000] BRK [0x02dca000, 0x02dcafff] PGTABLE >08:05:25,797 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x7d800000-0x7d9fffff] >08:05:25,797 DEBUG kernel:[ 0.000000] [mem 0x7d800000-0x7d9fffff] page 2M >08:05:25,797 DEBUG kernel:[ 0.000000] BRK [0x02dcb000, 0x02dcbfff] PGTABLE >08:05:25,797 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7d7fffff] >08:05:25,797 DEBUG kernel:[ 0.000000] [mem 0x7c000000-0x7d7fffff] page 2M >08:05:25,797 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] >08:05:25,797 DEBUG kernel:[ 0.000000] [mem 0x00100000-0x001fffff] page 4k >08:05:25,797 DEBUG kernel:[ 0.000000] [mem 0x00200000-0x7bffffff] page 2M >08:05:25,797 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x7da00000-0x7ffeffff] >08:05:25,797 DEBUG kernel:[ 0.000000] [mem 0x7da00000-0x7fdfffff] page 2M >08:05:25,797 DEBUG kernel:[ 0.000000] [mem 0x7fe00000-0x7ffeffff] page 4k >08:05:25,797 DEBUG kernel:[ 0.000000] BRK [0x02dcc000, 0x02dccfff] PGTABLE >08:05:25,797 INFO kernel:[ 0.000000] RAMDISK: [mem 0x7da78000-0x7ffcffff] >08:05:25,797 WARNING kernel:[ 0.000000] ACPI: RSDP 00000000000f5210 000014 (v00 ACPIAM) >08:05:25,797 WARNING kernel:[ 0.000000] ACPI: RSDT 000000007fff0000 000040 (v01 VRTUAL MICROSFT 03000919 MSFT 00000097) >08:05:25,797 WARNING kernel:[ 0.000000] ACPI: FACP 000000007fff0200 000081 (v02 VRTUAL MICROSFT 03000919 MSFT 00000097) >08:05:25,797 WARNING kernel:[ 0.000000] ACPI: DSDT 000000007fff0da4 00217C (v01 MSFTVM MSFTVM02 00000002 INTL 02002026) >08:05:25,797 WARNING kernel:[ 0.000000] ACPI: FACS 000000007ffff000 000040 >08:05:25,797 WARNING kernel:[ 0.000000] ACPI: WAET 000000007fff0b00 000028 (v01 VRTUAL MICROSFT 03000919 MSFT 00000097) >08:05:25,797 WARNING kernel:[ 0.000000] ACPI: SLIC 000000007fff0b40 000176 (v01 VRTUAL MICROSFT 03000919 MSFT 00000097) >08:05:25,797 WARNING kernel:[ 0.000000] ACPI: OEM0 000000007fff0d40 000064 (v01 VRTUAL MICROSFT 03000919 MSFT 00000097) >08:05:25,797 WARNING kernel:[ 0.000000] ACPI: SRAT 000000007fff0600 0004C0 (v02 VRTUAL MICROSFT 03000919 MSFT 00000097) >08:05:25,797 WARNING kernel:[ 0.000000] ACPI: APIC 000000007fff0300 000244 (v01 VRTUAL MICROSFT 03000919 MSFT 00000097) >08:05:25,797 WARNING kernel:[ 0.000000] ACPI: OEMB 000000007ffff240 000053 (v01 VRTUAL MICROSFT 03000919 MSFT 00000097) >08:05:25,797 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >08:05:25,797 INFO kernel:[ 0.000000] SRAT: PXM 1 -> APIC 0x00 -> Node 0 >08:05:25,797 INFO kernel:[ 0.000000] SRAT: Node 0 PXM 1 [mem 0x00000000-0x7fffffff] >08:05:25,805 INFO kernel:[ 0.000000] SRAT: Node 0 PXM 1 [mem 0x80000000-0xf7ffffff] hotplug >08:05:25,805 INFO kernel:[ 0.000000] SRAT: Node 0 PXM 1 [mem 0x100000000-0x2ffffffff] hotplug >08:05:25,805 INFO kernel:[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffeffff] >08:05:25,805 INFO kernel:[ 0.000000] NODE_DATA [mem 0x7da51000-0x7da77fff] >08:05:25,805 DEBUG kernel:[ 0.000000] [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007b200000-ffff88007d1fffff] on node 0 >08:05:25,805 WARNING kernel:[ 0.000000] Zone ranges: >08:05:25,805 WARNING kernel:[ 0.000000] DMA [mem 0x00001000-0x00ffffff] >08:05:25,805 WARNING kernel:[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >08:05:25,805 WARNING kernel:[ 0.000000] Normal empty >08:05:25,805 WARNING kernel:[ 0.000000] Movable zone start for each node >08:05:25,805 WARNING kernel:[ 0.000000] Early memory node ranges >08:05:25,805 WARNING kernel:[ 0.000000] node 0: [mem 0x00001000-0x0009efff] >08:05:25,805 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0x7ffeffff] >08:05:25,805 DEBUG kernel:[ 0.000000] On node 0 totalpages: 524174 >08:05:25,805 DEBUG kernel:[ 0.000000] DMA zone: 64 pages used for memmap >08:05:25,805 DEBUG kernel:[ 0.000000] DMA zone: 21 pages reserved >08:05:25,805 DEBUG kernel:[ 0.000000] DMA zone: 3998 pages, LIFO batch:0 >08:05:25,805 DEBUG kernel:[ 0.000000] DMA32 zone: 8128 pages used for memmap >08:05:25,805 DEBUG kernel:[ 0.000000] DMA32 zone: 520176 pages, LIFO batch:31 >08:05:25,805 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0x408 >08:05:25,805 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x10] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x11] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x12] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x13] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x14] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x15] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x16] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x17] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x18] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x19] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x1a] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x1b] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x1c] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x1d] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x1e] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x1f] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x21] lapic_id[0x20] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x22] lapic_id[0x21] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x23] lapic_id[0x22] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x24] lapic_id[0x23] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x25] lapic_id[0x24] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x26] lapic_id[0x25] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x27] lapic_id[0x26] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x28] lapic_id[0x27] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x29] lapic_id[0x28] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x29] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x2a] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x2b] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x2c] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x2d] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x2e] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x30] lapic_id[0x2f] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x31] lapic_id[0x30] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x32] lapic_id[0x31] disabled) >08:05:25,805 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x33] lapic_id[0x32] disabled) >08:05:25,806 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x34] lapic_id[0x33] disabled) >08:05:25,806 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x35] lapic_id[0x34] disabled) >08:05:25,806 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x36] lapic_id[0x35] disabled) >08:05:25,806 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x37] lapic_id[0x36] disabled) >08:05:25,806 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x38] lapic_id[0x37] disabled) >08:05:25,806 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x39] lapic_id[0x38] disabled) >08:05:25,806 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x39] disabled) >08:05:25,806 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x3a] disabled) >08:05:25,806 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x3b] disabled) >08:05:25,806 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x3c] disabled) >08:05:25,806 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x3d] disabled) >08:05:25,806 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x3e] disabled) >08:05:25,806 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) >08:05:25,806 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 >08:05:25,806 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >08:05:25,806 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >08:05:25,806 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >08:05:25,806 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >08:05:25,806 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >08:05:25,806 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >08:05:25,806 INFO kernel:[ 0.000000] smpboot: Allowing 63 CPUs, 62 hotplug CPUs >08:05:25,806 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 40 >08:05:25,806 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] >08:05:25,806 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff] >08:05:25,806 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff] >08:05:25,806 INFO kernel:[ 0.000000] e820: [mem 0x80000000-0xfffbffff] available for PCI devices >08:05:25,806 INFO kernel:[ 0.000000] Booting paravirtualized kernel on bare hardware >08:05:25,806 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:63 nr_cpu_ids:63 nr_node_ids:1 >08:05:25,806 INFO kernel:[ 0.000000] PERCPU: Embedded 478 pages/cpu @ffff880073400000 s1926720 r8192 d22976 u2097152 >08:05:25,806 DEBUG kernel:[ 0.000000] pcpu-alloc: s1926720 r8192 d22976 u2097152 alloc=1*2097152 >08:05:25,806 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 07 >08:05:25,806 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11 [0] 12 [0] 13 [0] 14 [0] 15 >08:05:25,806 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 16 [0] 17 [0] 18 [0] 19 [0] 20 [0] 21 [0] 22 [0] 23 >08:05:25,806 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 24 [0] 25 [0] 26 [0] 27 [0] 28 [0] 29 [0] 30 [0] 31 >08:05:25,806 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 32 [0] 33 [0] 34 [0] 35 [0] 36 [0] 37 [0] 38 [0] 39 >08:05:25,806 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 40 [0] 41 [0] 42 [0] 43 [0] 44 [0] 45 [0] 46 [0] 47 >08:05:25,806 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 48 [0] 49 [0] 50 [0] 51 [0] 52 [0] 53 [0] 54 [0] 55 >08:05:25,806 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 56 [0] 57 [0] 58 [0] 59 [0] 60 [0] 61 [0] 62 >08:05:25,806 WARNING kernel:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515961 >08:05:25,806 WARNING kernel:[ 0.000000] Policy zone: DMA32 >08:05:25,806 NOTICE kernel:[ 0.000000] Kernel command line: initrd=/images/ibm-x3550m3-04-g2.lab.eng.brq.redhat.com/initrd console=ttyS0 ks=http://beaker.engineering.redhat.com/kickstart/672571 ksdevice=bootif netboot_method=pxe BOOT_IMAGE=/images/ibm-x3550m3-04-g2.lab.eng.brq.redhat.com/kernel BOOTIF=01-00-15-5d-24-71-02 >08:05:25,806 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >08:05:25,806 WARNING kernel:[ 0.000000] Memory: 1873704K/2096696K available (8103K kernel code, 1605K rwdata, 3300K rodata, 3700K init, 12864K bss, 222992K reserved) >08:05:25,806 INFO kernel:[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=63, Nodes=1 >08:05:25,806 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >08:05:25,806 INFO kernel:[ 0.000000] RCU lockdep checking is enabled. >08:05:25,806 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=63. >08:05:25,806 INFO kernel:[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=63 >08:05:25,806 INFO kernel:[ 0.000000] NR_IRQS:524544 nr_irqs:1184 16 >08:05:25,806 INFO kernel:[ 0.000000] ACPI: Core revision 20131218 >08:05:25,806 INFO kernel:[ 0.000000] kmemleak: Kernel memory leak detector disabled >08:05:25,806 WARNING kernel:[ 0.000000] ACPI: All ACPI Tables successfully acquired >08:05:25,806 INFO kernel:[ 0.000000] Console: colour VGA+ 80x25 >08:05:25,806 INFO kernel:[ 0.000000] console [ttyS0] enabled >08:05:25,806 WARNING kernel:[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar >08:05:25,806 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8 >08:05:25,806 WARNING kernel:[ 0.000000] ... MAX_LOCK_DEPTH: 48 >08:05:25,806 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191 >08:05:25,806 WARNING kernel:[ 0.000000] ... CLASSHASH_SIZE: 4096 >08:05:25,806 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384 >08:05:25,806 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768 >08:05:25,806 WARNING kernel:[ 0.000000] ... CHAINHASH_SIZE: 16384 >08:05:25,806 WARNING kernel:[ 0.000000] memory used by lock dependency info: 6367 kB >08:05:25,806 WARNING kernel:[ 0.000000] per task-struct memory footprint: 2688 bytes >08:05:25,806 INFO kernel:[ 0.000000] allocated 8388608 bytes of page_cgroup >08:05:25,806 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >08:05:25,806 DEBUG kernel:[ 0.000000] ODEBUG: 142 of 142 active objects replaced >08:05:25,806 ERR kernel:[ 0.000000] tsc: Fast TSC calibration failed >08:05:25,806 WARNING kernel:[ 0.000000] tsc: Unable to calibrate against PIT >08:05:25,806 INFO kernel:[ 0.000000] tsc: using PMTIMER reference calibration >08:05:25,806 INFO kernel:[ 0.000000] tsc: Detected 2399.465 MHz processor >08:05:25,806 INFO kernel:[ 0.007088] Calibrating delay loop (skipped), value calculated using timer frequency.. 4798.93 BogoMIPS (lpj=2399465) >08:05:25,806 INFO kernel:[ 0.009027] pid_max: default: 64512 minimum: 504 >08:05:25,806 INFO kernel:[ 0.010203] Security Framework initialized >08:05:25,806 INFO kernel:[ 0.011035] SELinux: Initializing. >08:05:25,806 DEBUG kernel:[ 0.012125] SELinux: Starting in permissive mode >08:05:25,806 INFO kernel:[ 0.014427] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) >08:05:25,806 INFO kernel:[ 0.016615] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) >08:05:25,806 INFO kernel:[ 0.017342] Mount-cache hash table entries: 256 >08:05:25,806 INFO kernel:[ 0.020730] Initializing cgroup subsys memory >08:05:25,806 INFO kernel:[ 0.021069] Initializing cgroup subsys devices >08:05:25,806 INFO kernel:[ 0.022055] Initializing cgroup subsys freezer >08:05:25,806 INFO kernel:[ 0.023054] Initializing cgroup subsys net_cls >08:05:25,806 INFO kernel:[ 0.024027] Initializing cgroup subsys blkio >08:05:25,806 INFO kernel:[ 0.025028] Initializing cgroup subsys perf_event >08:05:25,806 INFO kernel:[ 0.026034] Initializing cgroup subsys hugetlb >08:05:25,806 INFO kernel:[ 0.028409] CPU: Physical Processor ID: 0 >08:05:25,806 INFO kernel:[ 0.029027] CPU: Processor Core ID: 0 >08:05:25,806 INFO kernel:[ 0.031042] mce: CPU supports 0 MCE banks >08:05:25,806 INFO kernel:[ 0.032055] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7 >08:05:25,806 INFO kernel:[ 0.032055] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 >08:05:25,806 INFO kernel:[ 0.032055] tlb_flushall_shift: 6 >08:05:25,806 INFO kernel:[ 0.056455] ftrace: allocating 26543 entries in 104 pages >08:05:25,806 INFO kernel:[ 0.070521] Switched APIC routing to physical flat. >08:05:25,845 INFO kernel:[ 0.092000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >08:05:25,845 INFO kernel:[ 0.108573] smpboot: CPU0: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz (fam: 06, model: 2c, stepping: 02) >08:05:25,845 WARNING kernel:[ 0.109000] APIC calibration not consistent with PM-Timer: 93ms instead of 100ms >08:05:25,845 INFO kernel:[ 0.109000] APIC delta adjusted to PM-Timer: 1249946 (1174029) >08:05:25,845 INFO kernel:[ 0.109000] Performance Events: unsupported p6 CPU model 44 no PMU driver, software events only. >08:05:25,845 INFO kernel:[ 0.118301] x86: Booted up 1 node, 1 CPUs >08:05:25,845 INFO kernel:[ 0.119010] smpboot: Total of 1 processors activated (4798.93 BogoMIPS) >08:05:25,845 WARNING kernel:[ 0.124888] NMI watchdog: disabled (cpu0): hardware events not enabled >08:05:25,845 INFO kernel:[ 0.128531] devtmpfs: initialized >08:05:25,845 INFO kernel:[ 0.137207] PM: Registering ACPI NVS region [mem 0x7ffff000-0x7fffffff] (4096 bytes) >08:05:25,845 INFO kernel:[ 0.141600] atomic64 test passed for x86-64 platform with CX8 and with SSE >08:05:25,845 INFO kernel:[ 0.142008] pinctrl core: initialized pinctrl subsystem >08:05:25,845 INFO kernel:[ 0.163878] RTC time: 8:03:35, date: 03/17/14 >08:05:25,845 INFO kernel:[ 0.165010] NET: Registered protocol family 16 >08:05:25,845 INFO kernel:[ 0.167959] cpuidle: using governor menu >08:05:25,845 INFO kernel:[ 0.168306] ACPI: bus type PCI registered >08:05:25,845 INFO kernel:[ 0.169010] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >08:05:25,845 INFO kernel:[ 0.171177] PCI: Using configuration type 1 for base access >08:05:25,845 INFO kernel:[ 0.181293] bio: create slab <bio-0> at 0 >08:05:25,845 INFO kernel:[ 0.184375] ACPI: Added _OSI(Module Device) >08:05:25,845 INFO kernel:[ 0.185007] ACPI: Added _OSI(Processor Device) >08:05:25,845 INFO kernel:[ 0.186007] ACPI: Added _OSI(3.0 _SCP Extensions) >08:05:25,845 INFO kernel:[ 0.187007] ACPI: Added _OSI(Processor Aggregator Device) >08:05:25,845 INFO kernel:[ 0.203115] ACPI: Interpreter enabled >08:05:25,845 WARNING kernel:[ 0.204018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131218/hwxface-580) >08:05:25,845 WARNING kernel:[ 0.207013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131218/hwxface-580) >08:05:25,845 WARNING kernel:[ 0.210016] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131218/hwxface-580) >08:05:25,845 WARNING kernel:[ 0.213040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131218/hwxface-580) >08:05:25,845 INFO kernel:[ 0.216033] ACPI: (supports S0 S5) >08:05:25,845 INFO kernel:[ 0.217006] ACPI: Using IOAPIC for interrupt routing >08:05:25,845 INFO kernel:[ 0.218191] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >08:05:25,845 INFO kernel:[ 0.219367] ACPI: No dock devices found. >08:05:25,845 INFO kernel:[ 0.246149] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >08:05:25,845 INFO kernel:[ 0.247018] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] >08:05:25,845 INFO kernel:[ 0.248095] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM >08:05:25,845 WARNING kernel:[ 0.249589] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. >08:05:25,845 INFO kernel:[ 0.251521] PCI host bridge to bus 0000:00 >08:05:25,845 INFO kernel:[ 0.252010] pci_bus 0000:00: root bus resource [bus 00-ff] >08:05:25,845 INFO kernel:[ 0.253008] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] >08:05:25,845 INFO kernel:[ 0.254008] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] >08:05:25,845 INFO kernel:[ 0.255009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >08:05:25,845 INFO kernel:[ 0.256009] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff] >08:05:25,845 DEBUG kernel:[ 0.257180] pci 0000:00:00.0: [8086:7192] type 00 class 0x060000 >08:05:25,845 DEBUG kernel:[ 0.259652] pci 0000:00:07.0: [8086:7110] type 00 class 0x060100 >08:05:25,845 DEBUG kernel:[ 0.262443] pci 0000:00:07.1: [8086:7111] type 00 class 0x010180 >08:05:25,845 DEBUG kernel:[ 0.264193] pci 0000:00:07.1: reg 0x20: [io 0xffa0-0xffaf] >08:05:25,845 DEBUG kernel:[ 0.265714] pci 0000:00:07.3: [8086:7113] type 00 class 0x068000 >08:05:25,845 WARNING kernel:[ 0.265754] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, >08:05:25,845 WARNING kernel:[ 0.265754] * this clock source is slow. Consider trying other clock sources >08:05:25,845 INFO kernel:[ 0.267959] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI >08:05:25,845 DEBUG kernel:[ 0.269746] pci 0000:00:08.0: [1414:5353] type 00 class 0x030000 >08:05:25,845 DEBUG kernel:[ 0.270150] pci 0000:00:08.0: reg 0x10: [mem 0xf8000000-0xfbffffff] >08:05:25,845 DEBUG kernel:[ 0.272102] pci 0000:00:0a.0: [1011:0009] type 00 class 0x020000 >08:05:25,845 DEBUG kernel:[ 0.272708] pci 0000:00:0a.0: reg 0x10: [io 0xec00-0xec7f] >08:05:25,845 DEBUG kernel:[ 0.273270] pci 0000:00:0a.0: reg 0x14: [mem 0xfebff000-0xfebfffff] >08:05:25,845 DEBUG kernel:[ 0.275753] pci 0000:00:0a.0: reg 0x30: [mem 0xfebe0000-0xfebeffff pref] >08:05:25,845 INFO kernel:[ 0.281394] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) >08:05:25,845 INFO kernel:[ 0.286649] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. >08:05:25,845 INFO kernel:[ 0.293590] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. >08:05:25,845 INFO kernel:[ 0.299552] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. >08:05:25,845 INFO kernel:[ 0.306521] vgaarb: device added: PCI:0000:00:08.0,decodes=io+mem,owns=io+mem,locks=none >08:05:25,845 INFO kernel:[ 0.308007] vgaarb: loaded >08:05:25,845 INFO kernel:[ 0.309005] vgaarb: bridge control possible 0000:00:08.0 >08:05:25,845 NOTICE kernel:[ 0.310350] SCSI subsystem initialized >08:05:25,845 DEBUG kernel:[ 0.311379] libata version 3.00 loaded. >08:05:25,845 INFO kernel:[ 0.311515] ACPI: bus type USB registered >08:05:25,845 INFO kernel:[ 0.313026] usbcore: registered new interface driver usbfs >08:05:25,845 INFO kernel:[ 0.314055] usbcore: registered new interface driver hub >08:05:25,845 INFO kernel:[ 0.316084] usbcore: registered new device driver usb >08:05:25,845 INFO kernel:[ 0.318044] PCI: Using ACPI for IRQ routing >08:05:25,845 DEBUG kernel:[ 0.319006] PCI: pci_cache_line_size set to 64 bytes >08:05:25,845 DEBUG kernel:[ 0.319443] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff] >08:05:25,845 DEBUG kernel:[ 0.319463] e820: reserve RAM buffer [mem 0x7fff0000-0x7fffffff] >08:05:25,845 INFO kernel:[ 0.320845] NetLabel: Initializing >08:05:25,845 INFO kernel:[ 0.321006] NetLabel: domain hash size = 128 >08:05:25,845 INFO kernel:[ 0.322004] NetLabel: protocols = UNLABELED CIPSOv4 >08:05:25,845 INFO kernel:[ 0.324034] NetLabel: unlabeled traffic allowed by default >08:05:25,845 INFO kernel:[ 0.325175] Switched to clocksource hyperv_clocksource >08:05:25,845 INFO kernel:[ 0.415752] pnp: PnP ACPI init >08:05:25,845 INFO kernel:[ 0.418240] ACPI: bus type PNP registered >08:05:25,845 DEBUG kernel:[ 0.421408] pnp 00:00: [dma 4] >08:05:25,845 DEBUG kernel:[ 0.421557] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active) >08:05:25,845 DEBUG kernel:[ 0.421946] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) >08:05:25,845 DEBUG kernel:[ 0.422410] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 PNP030b (active) >08:05:25,845 DEBUG kernel:[ 0.422914] pnp 00:03: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active) >08:05:25,845 DEBUG kernel:[ 0.423061] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active) >08:05:25,845 DEBUG kernel:[ 0.423423] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active) >08:05:25,845 DEBUG kernel:[ 0.425046] pnp 00:06: [dma 0 disabled] >08:05:25,845 DEBUG kernel:[ 0.425218] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) >08:05:25,845 DEBUG kernel:[ 0.426960] pnp 00:07: [dma 0 disabled] >08:05:25,845 DEBUG kernel:[ 0.427260] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active) >08:05:25,845 DEBUG kernel:[ 0.429271] pnp 00:08: [dma 2] >08:05:25,845 DEBUG kernel:[ 0.429467] pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active) >08:05:25,845 INFO kernel:[ 0.429872] system 00:09: [io 0x01e0-0x01ef] has been reserved >08:05:25,845 INFO kernel:[ 0.434626] system 00:09: [io 0x0160-0x016f] has been reserved >08:05:25,845 INFO kernel:[ 0.439979] system 00:09: [io 0x0278-0x027f] has been reserved >08:05:25,845 INFO kernel:[ 0.445555] system 00:09: [io 0x0378-0x037f] has been reserved >08:05:25,845 INFO kernel:[ 0.450908] system 00:09: [io 0x0678-0x067f] has been reserved >08:05:25,845 INFO kernel:[ 0.455706] system 00:09: [io 0x0778-0x077f] has been reserved >08:05:25,845 INFO kernel:[ 0.460906] system 00:09: [io 0x04d0-0x04d1] has been reserved >08:05:25,845 DEBUG kernel:[ 0.465681] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active) >08:05:25,845 WARNING kernel:[ 0.466431] pnp 00:0a: unknown resource type 4 in _CRS >08:05:25,845 ERR kernel:[ 0.470613] pnp 00:0a: can't evaluate _CRS: 1 >08:05:25,845 INFO kernel:[ 0.474510] system 00:0a: [io 0x0400-0x043f] has been reserved >08:05:25,845 INFO kernel:[ 0.479325] system 00:0a: [io 0x0370-0x0371] has been reserved >08:05:25,845 DEBUG kernel:[ 0.484142] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active) >08:05:25,845 INFO kernel:[ 0.484789] system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved >08:05:25,845 INFO kernel:[ 0.490647] system 00:0b: [mem 0x000c0000-0x000dffff] could not be reserved >08:05:25,845 INFO kernel:[ 0.496159] system 00:0b: [mem 0x000e0000-0x000fffff] could not be reserved >08:05:25,845 INFO kernel:[ 0.501692] system 00:0b: [mem 0x00100000-0xf7ffffff] could not be reserved >08:05:25,845 INFO kernel:[ 0.507388] system 00:0b: [mem 0xfffc0000-0xffffffff] has been reserved >08:05:25,845 DEBUG kernel:[ 0.512620] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active) >08:05:25,845 INFO kernel:[ 0.513205] pnp: PnP ACPI: found 12 devices >08:05:25,845 INFO kernel:[ 0.516572] ACPI: bus type PNP unregistered >08:05:25,845 DEBUG kernel:[ 0.535556] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] >08:05:25,845 DEBUG kernel:[ 0.535561] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] >08:05:25,845 DEBUG kernel:[ 0.535565] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] >08:05:25,845 DEBUG kernel:[ 0.535568] pci_bus 0000:00: resource 7 [mem 0xf8000000-0xfffbffff] >08:05:25,845 INFO kernel:[ 0.535669] NET: Registered protocol family 2 >08:05:25,845 INFO kernel:[ 0.540232] TCP established hash table entries: 16384 (order: 5, 131072 bytes) >08:05:25,845 INFO kernel:[ 0.546878] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes) >08:05:25,845 INFO kernel:[ 0.553967] TCP: Hash tables configured (established 16384 bind 16384) >08:05:25,845 INFO kernel:[ 0.559540] TCP: reno registered >08:05:25,845 INFO kernel:[ 0.562282] UDP hash table entries: 1024 (order: 5, 196608 bytes) >08:05:25,845 INFO kernel:[ 0.567541] UDP-Lite hash table entries: 1024 (order: 5, 196608 bytes) >08:05:25,846 INFO kernel:[ 0.574987] NET: Registered protocol family 1 >08:05:25,846 INFO kernel:[ 0.578719] pci 0000:00:00.0: Limiting direct PCI/PCI transfers >08:05:25,846 DEBUG kernel:[ 0.584090] pci 0000:00:08.0: Boot video device >08:05:25,846 DEBUG kernel:[ 0.584190] PCI: CLS 32 bytes, default 64 >08:05:25,846 INFO kernel:[ 0.584625] Unpacking initramfs... >08:05:25,846 INFO kernel:[ 5.989592] Freeing initrd memory: 38240K (ffff88007da78000 - ffff88007ffd0000) >08:05:25,846 INFO kernel:[ 6.010085] DMA-API: preallocated 65536 debug entries >08:05:25,846 INFO kernel:[ 6.013182] DMA-API: debugging enabled by kernel config >08:05:25,846 INFO kernel:[ 6.016910] Scanning for low memory corruption every 60 seconds >08:05:25,846 INFO kernel:[ 6.025288] futex hash table entries: 16384 (order: 9, 2097152 bytes) >08:05:25,846 WARNING kernel:[ 6.030167] cryptomgr_test (24) used greatest stack depth: 5992 bytes left >08:05:25,846 NOTICE kernel:[ 6.033995] Initialise system trusted keyring >08:05:25,846 INFO kernel:[ 6.036512] audit: initializing netlink subsys (disabled) >08:05:25,846 NOTICE kernel:[ 6.039538] audit: type=2000 audit(1395043420.039:1): initialized >08:05:25,846 INFO kernel:[ 6.069829] HugeTLB registered 2 MB page size, pre-allocated 0 pages >08:05:25,846 INFO kernel:[ 6.083847] zbud: loaded >08:05:25,846 NOTICE kernel:[ 6.086122] VFS: Disk quotas dquot_6.5.2 >08:05:25,846 WARNING kernel:[ 6.088815] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >08:05:25,846 INFO kernel:[ 6.095191] msgmni has been set to 3734 >08:05:25,846 NOTICE kernel:[ 6.097925] Key type big_key registered >08:05:25,846 DEBUG kernel:[ 6.100294] SELinux: Registering netfilter hooks >08:05:25,846 WARNING kernel:[ 6.101409] cryptomgr_test (29) used greatest stack depth: 5496 bytes left >08:05:25,846 WARNING kernel:[ 6.106882] cryptomgr_test (34) used greatest stack depth: 5432 bytes left >08:05:25,846 INFO kernel:[ 6.112377] alg: No test for stdrng (krng) >08:05:25,846 INFO kernel:[ 6.115547] NET: Registered protocol family 38 >08:05:25,846 NOTICE kernel:[ 6.118894] Key type asymmetric registered >08:05:25,846 NOTICE kernel:[ 6.122063] Asymmetric key parser 'x509' registered >08:05:25,846 INFO kernel:[ 6.125854] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >08:05:25,846 INFO kernel:[ 6.131690] io scheduler noop registered >08:05:25,846 INFO kernel:[ 6.134628] io scheduler deadline registered >08:05:25,846 INFO kernel:[ 6.138594] io scheduler cfq registered (default) >08:05:25,846 DEBUG kernel:[ 6.145050] list_sort_test: start testing list_sort() >08:05:25,846 INFO kernel:[ 6.146253] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >08:05:25,846 INFO kernel:[ 6.150908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >08:05:25,846 DEBUG kernel:[ 6.156757] intel_idle: does not run on family 6 model 44 >08:05:25,846 INFO kernel:[ 6.157226] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >08:05:25,846 INFO kernel:[ 6.163119] ACPI: Power Button [PWRF] >08:05:25,846 INFO kernel:[ 6.166771] GHES: HEST is not enabled! >08:05:25,846 INFO kernel:[ 6.170216] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >08:05:25,846 INFO kernel:[ 6.206175] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A >08:05:25,846 INFO kernel:[ 6.243346] 00:07: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A >08:05:25,846 INFO kernel:[ 6.251919] Non-volatile memory driver v1.3 >08:05:25,846 INFO kernel:[ 6.255948] Linux agpgart interface v0.103 >08:05:25,846 DEBUG kernel:[ 6.260469] ata_piix 0000:00:07.1: version 2.13 >08:05:25,846 INFO kernel:[ 6.260802] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set >08:05:25,846 INFO kernel:[ 6.276116] scsi0 : ata_piix >08:05:25,846 INFO kernel:[ 6.279476] scsi1 : ata_piix >08:05:25,846 INFO kernel:[ 6.282145] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 >08:05:25,846 INFO kernel:[ 6.287572] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 >08:05:25,846 INFO kernel:[ 6.293614] libphy: Fixed MDIO Bus: probed >08:05:25,846 INFO kernel:[ 6.297339] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >08:05:25,846 INFO kernel:[ 6.302493] ehci-pci: EHCI PCI platform driver >08:05:25,846 INFO kernel:[ 6.306083] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >08:05:25,846 INFO kernel:[ 6.311351] ohci-pci: OHCI PCI platform driver >08:05:25,846 INFO kernel:[ 6.315696] uhci_hcd: USB Universal Host Controller Interface driver >08:05:25,846 INFO kernel:[ 6.321738] usbcore: registered new interface driver usbserial >08:05:25,846 INFO kernel:[ 6.327197] usbcore: registered new interface driver usbserial_generic >08:05:25,846 INFO kernel:[ 6.334638] usbserial: USB Serial support registered for generic >08:05:25,846 INFO kernel:[ 6.340275] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 >08:05:25,846 INFO kernel:[ 6.353651] serio: i8042 KBD port at 0x60,0x64 irq 1 >08:05:25,846 INFO kernel:[ 6.358167] serio: i8042 AUX port at 0x60,0x64 irq 12 >08:05:25,846 INFO kernel:[ 6.363546] mousedev: PS/2 mouse device common for all mice >08:05:25,846 INFO kernel:[ 6.370304] rtc_cmos 00:01: RTC can wake from S4 >08:05:25,846 INFO kernel:[ 6.396861] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 >08:05:25,846 INFO kernel:[ 6.405184] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 >08:05:25,846 INFO kernel:[ 6.410761] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram >08:05:25,846 INFO kernel:[ 6.416120] device-mapper: uevent: version 1.0.3 >08:05:25,846 INFO kernel:[ 6.420560] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com >08:05:25,846 INFO kernel:[ 6.440471] hidraw: raw HID events driver (C) Jiri Kosina >08:05:25,846 INFO kernel:[ 6.445394] usbcore: registered new interface driver usbhid >08:05:25,846 INFO kernel:[ 6.449926] usbhid: USB HID core driver >08:05:25,846 INFO kernel:[ 6.453399] drop_monitor: Initializing network drop monitor service >08:05:25,846 INFO kernel:[ 6.458935] ip_tables: (C) 2000-2006 Netfilter Core Team >08:05:25,846 INFO kernel:[ 6.463355] TCP: cubic registered >08:05:25,846 INFO kernel:[ 6.466250] Initializing XFRM netlink socket >08:05:25,846 INFO kernel:[ 6.470728] NET: Registered protocol family 10 >08:05:25,846 INFO kernel:[ 6.476115] mip6: Mobile IPv6 >08:05:25,846 INFO kernel:[ 6.478592] NET: Registered protocol family 17 >08:05:25,846 NOTICE kernel:[ 6.483427] Loading compiled-in X.509 certificates >08:05:25,846 NOTICE kernel:[ 6.489102] Loaded X.509 cert 'Fedora kernel signing key: 5ddcc90806cba1e382c1a18c67825344ccb0beb1' >08:05:25,846 INFO kernel:[ 6.497004] registered taskstats version 1 >08:05:25,846 INFO kernel:[ 6.502252] Magic number: 6:617:68 >08:05:25,846 INFO kernel:[ 6.505700] rtc_cmos 00:01: setting system clock to 2014-03-17 08:03:42 UTC (1395043422) >08:05:25,846 DEBUG kernel:[ 6.512789] PM: Hibernation image not present or could not be loaded. >08:05:25,846 INFO kernel:[ 6.580762] ata2.00: ATAPI: Virtual CD, , max MWDMA2 >08:05:25,846 DEBUG kernel:[ 6.586920] ata1.00: host indicates ignore ATA devices, ignored >08:05:25,846 INFO kernel:[ 6.588186] ata2.00: configured for MWDMA2 >08:05:25,853 NOTICE kernel:[ 6.593668] scsi 1:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 >08:05:25,853 WARNING kernel:[ 6.613290] sr0: scsi3-mmc drive: 0x/0x tray >08:05:25,853 INFO kernel:[ 6.616910] cdrom: Uniform CD-ROM driver Revision: 3.20 >08:05:25,853 DEBUG kernel:[ 6.623044] sr 1:0:0:0: Attached scsi CD-ROM sr0 >08:05:25,853 NOTICE kernel:[ 6.624438] sr 1:0:0:0: Attached scsi generic sg0 type 5 >08:05:25,853 INFO kernel:[ 6.634921] Freeing unused kernel memory: 3700K (ffffffff81d93000 - ffffffff82130000) >08:05:25,853 INFO kernel:[ 6.642100] Write protecting the kernel read-only data: 12288k >08:05:25,853 INFO kernel:[ 6.648701] Freeing unused kernel memory: 76K (ffff8800017ed000 - ffff880001800000) >08:05:25,853 INFO kernel:[ 6.659802] Freeing unused kernel memory: 796K (ffff880001b39000 - ffff880001c00000) >08:05:25,853 NOTICE kernel:[ 6.679312] random: systemd urandom read with 12 bits of entropy available >08:05:25,853 INFO kernel:[ 6.768393] psmouse serio1: alps: Unknown ALPS touchpad: E7=12 00 64, EC=12 00 64 >08:05:25,853 WARNING kernel:[ 6.778014] systemd-fstab-g (54) used greatest stack depth: 5400 bytes left >08:05:25,853 WARNING kernel:[ 6.845468] dracut-rootfs-g (53) used greatest stack depth: 5176 bytes left >08:05:25,853 WARNING kernel:[ 7.072112] psmouse serio1: trackpoint: failed to get extended button data >08:05:25,853 INFO kernel:[ 7.255087] device-mapper: multipath: version 1.6.0 loaded >08:05:25,853 INFO kernel:[ 7.493140] tsc: Refined TSC clocksource calibration: 2399.476 MHz >08:05:25,853 INFO kernel:[ 7.503557] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found >08:05:25,853 INFO kernel:[ 8.067304] squashfs: version 4.0 (2009/01/31) Phillip Lougher >08:05:25,853 WARNING kernel:[ 8.071526] modprobe (320) used greatest stack depth: 5000 bytes left >08:05:25,853 INFO kernel:[ 8.087256] Loading iSCSI transport class v2.0-870. >08:05:25,853 NOTICE kernel:[ 8.101295] iscsi: registered transport (tcp) >08:05:25,853 INFO kernel:[ 8.112645] alua: device handler registered >08:05:25,853 INFO kernel:[ 8.123493] emc: device handler registered >08:05:25,853 INFO kernel:[ 8.134723] hp_sw: device handler registered >08:05:25,853 INFO kernel:[ 8.146147] rdac: device handler registered >08:05:25,853 INFO kernel:[ 8.161113] Floppy drive(s): fd0 is 1.44M >08:05:25,853 INFO kernel:[ 8.180971] FDC 0 is an 82078. >08:05:25,853 INFO kernel:[ 8.203440] No iBFT detected. >08:05:25,853 INFO kernel:[ 8.213542] md: raid0 personality registered for level 0 >08:05:25,853 INFO kernel:[ 8.226332] md: raid1 personality registered for level 1 >08:05:25,853 INFO kernel:[ 8.235259] async_tx: api initialized (async) >08:05:25,853 INFO kernel:[ 8.240072] xor: measuring software checksum speed >08:05:25,853 INFO kernel:[ 8.252978] prefetch64-sse: 9580.000 MB/sec >08:05:25,853 INFO kernel:[ 8.264978] generic_sse: 8492.000 MB/sec >08:05:25,853 INFO kernel:[ 8.267726] xor: using function: prefetch64-sse (9580.000 MB/sec) >08:05:25,853 WARNING kernel:[ 8.292994] raid6: sse2x1 5675 MB/s >08:05:25,853 WARNING kernel:[ 8.311985] raid6: sse2x2 6695 MB/s >08:05:25,853 WARNING kernel:[ 8.330985] raid6: sse2x4 7402 MB/s >08:05:25,853 WARNING kernel:[ 8.333410] raid6: using algorithm sse2x4 (7402 MB/s) >08:05:25,853 WARNING kernel:[ 8.336583] raid6: using ssse3x2 recovery algorithm >08:05:25,853 INFO kernel:[ 8.348966] md: raid6 personality registered for level 6 >08:05:25,853 INFO kernel:[ 8.352331] md: raid5 personality registered for level 5 >08:05:25,853 INFO kernel:[ 8.356002] md: raid4 personality registered for level 4 >08:05:25,853 INFO kernel:[ 8.375590] md: raid10 personality registered for level 10 >08:05:25,853 INFO kernel:[ 8.385596] md: linear personality registered for level -1 >08:05:25,853 INFO kernel:[ 8.415586] device-mapper: multipath round-robin: version 1.0.0 loaded >08:05:25,853 INFO kernel:[ 8.436928] sha256_ssse3: Using SSSE3 optimized SHA-256 implementation >08:05:25,853 INFO kernel:[ 8.486877] RPC: Registered named UNIX socket transport module. >08:05:25,853 INFO kernel:[ 8.490885] RPC: Registered udp transport module. >08:05:25,853 INFO kernel:[ 8.494080] RPC: Registered tcp transport module. >08:05:25,853 INFO kernel:[ 8.497233] RPC: Registered tcp NFSv4.1 backchannel transport module. >08:05:25,853 WARNING kernel:[ 8.502299] modprobe (358) used greatest stack depth: 4840 bytes left >08:05:25,853 INFO kernel:[ 9.043381] hv_vmbus: Hyper-V Host Build:7600-6.1-17-0.17109; Vmbus version:1.1 >08:05:25,853 INFO kernel:[ 9.065674] tulip: Linux Tulip driver version 1.1.15 (Feb 27, 2007) >08:05:25,853 WARNING kernel:[ 9.085654] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 9 >08:05:25,853 INFO kernel:[ 9.451957] tulip0: EEPROM default media type 100baseTx-FDX >08:05:25,853 INFO kernel:[ 9.456224] tulip0: Index #0 - Media 100baseTx (#3) described by a 21140 non-MII (0) block >08:05:25,853 INFO kernel:[ 9.462558] tulip0: Index #1 - Media 100baseTx-FDX (#5) described by a 21140 non-MII (0) block >08:05:25,853 WARNING kernel:[ 9.474677] cdrom_id (473) used greatest stack depth: 4104 bytes left >08:05:25,853 INFO kernel:[ 9.486161] net eth0: Digital DS21140 Tulip rev 32 at MMIO 0xfebff000, 00:15:5d:24:71:02, IRQ 9 >08:05:25,853 INFO kernel:[ 11.444954] psmouse serio1: trackpoint: IBM TrackPoint firmware: 0x01, buttons: 0/0 >08:05:25,853 INFO kernel:[ 11.451454] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/input/input3 >08:05:25,853 INFO kernel:[ 14.107634] hv_vmbus: registering driver hv_storvsc >08:05:25,853 INFO kernel:[ 14.116669] hv_vmbus: registering driver hid_hyperv >08:05:25,853 INFO kernel:[ 14.121671] scsi2 : storvsc_host_t >08:05:25,853 NOTICE kernel:[ 14.125947] scsi 2:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 4 >08:05:25,853 NOTICE kernel:[ 14.135816] sd 2:0:0:0: [sda] 125829120 512-byte logical blocks: (64.4 GB/60.0 GiB) >08:05:25,853 NOTICE kernel:[ 14.143789] sd 2:0:0:0: [sda] Write Protect is off >08:05:25,853 DEBUG kernel:[ 14.148306] sd 2:0:0:0: [sda] Mode Sense: 0f 00 10 00 >08:05:25,853 NOTICE kernel:[ 14.149656] sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, supports DPO and FUA >08:05:25,853 NOTICE kernel:[ 14.158838] sd 2:0:0:0: Attached scsi generic sg1 type 0 >08:05:25,853 INFO kernel:[ 14.168631] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input4 >08:05:25,853 INFO kernel:[ 14.179866] hid-generic 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on >08:05:25,853 INFO kernel:[ 14.203180] scsi3 : storvsc_host_t >08:05:25,853 INFO kernel:[ 14.206557] sda: sda1 sda2 >08:05:25,853 INFO kernel:[ 14.210435] scsi scan: INQUIRY result too short (5), using 36 >08:05:25,853 NOTICE kernel:[ 14.220773] sd 2:0:0:0: [sda] Attached SCSI disk >08:05:25,853 INFO kernel:[ 14.226354] scsi scan: INQUIRY result too short (5), using 36 >08:05:25,853 NOTICE kernel:[ 14.724621] random: nonblocking pool is initialized >08:05:25,853 WARNING kernel:[ 15.314324] systemd-udevd (462) used greatest stack depth: 3992 bytes left >08:05:25,853 WARNING kernel:[ 15.320279] systemd-udevd (461) used greatest stack depth: 3784 bytes left >08:05:25,853 INFO kernel:[ 15.945210] net eth0: Using EEPROM-set media 100baseTx-FDX >08:05:25,853 WARNING kernel:[ 15.950349] ------------[ cut here ]------------ >08:05:25,853 WARNING kernel:[ 15.950603] WARNING: CPU: 0 PID: 568 at lib/dma-debug.c:1140 check_unmap+0x4ee/0x9e0() >08:05:25,853 WARNING kernel:[ 15.950603] tulip 0000:00:0a.0: DMA-API: device driver failed to check map error[device address=0x000000006d5075b0] [size=192 bytes] [mapped as single] >08:05:25,853 WARNING kernel:[ 15.950603] Modules linked in: hid_hyperv hv_storvsc crc32c_intel tulip hv_vmbus ata_generic pata_acpi sunrpc sha256_ssse3 dm_crypt dm_round_robin linear raid10 raid456 async_raid6_recov async_memcpy async_pq raid6_pq async_xor xor async_tx raid1 raid0 iscsi_ibft iscsi_boot_sysfs floppy scsi_dh_rdac scsi_dh_hp_sw scsi_dh_emc scsi_dh_alua iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi squashfs cramfs edd dm_multipath >08:05:25,853 WARNING kernel:[ 15.950603] CPU: 0 PID: 568 Comm: ip Not tainted 3.14.0-0.rc6.git4.1.fc21.x86_64 #1 >08:05:25,853 WARNING kernel:[ 15.950603] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090004 03/19/2009 >08:05:25,853 WARNING kernel:[ 15.950603] 0000000000000000 000000001e91aefe ffff880073403c30 ffffffff817d19a8 >08:05:25,853 WARNING kernel:[ 15.950603] ffff880073403c78 ffff880073403c68 ffffffff8109671d ffff88006d4dd140 >08:05:25,853 WARNING kernel:[ 15.950603] ffff88007275f950 ffffffff82d74410 0000000000000082 ffffffff81a2cce8 >08:05:25,853 WARNING kernel:[ 15.950603] Call Trace: >08:05:25,853 WARNING kernel:[ 15.950603] <IRQ> [<ffffffff817d19a8>] dump_stack+0x4d/0x66 >08:05:25,853 WARNING kernel:[ 15.950603] [<ffffffff8109671d>] warn_slowpath_common+0x7d/0xa0 >08:05:25,853 WARNING kernel:[ 15.950603] [<ffffffff8109679c>] warn_slowpath_fmt+0x5c/0x80 >08:05:25,853 WARNING kernel:[ 15.950603] [<ffffffff813f5bfe>] check_unmap+0x4ee/0x9e0 >08:05:25,853 WARNING kernel:[ 15.950603] [<ffffffff81024729>] ? sched_clock+0x9/0x10 >08:05:25,853 WARNING kernel:[ 15.950603] [<ffffffff813f6160>] debug_dma_unmap_page+0x70/0x90 >08:05:25,853 WARNING kernel:[ 15.950603] [<ffffffff817da8da>] ? _raw_spin_lock+0x6a/0x80 >08:05:25,853 WARNING kernel:[ 15.950603] [<ffffffffa01f0214>] tulip_interrupt+0x814/0x1050 [tulip] >08:05:25,853 WARNING kernel:[ 15.950603] [<ffffffff81461afe>] ? acpi_ev_fixed_event_detect+0x3f/0x17d >08:05:25,853 WARNING kernel:[ 15.950603] [<ffffffff8110e26e>] handle_irq_event_percpu+0x3e/0x370 >08:05:25,853 WARNING kernel:[ 15.950603] [<ffffffff8110e5dd>] handle_irq_event+0x3d/0x60 >08:05:25,853 WARNING kernel:[ 15.950603] [<ffffffff8111195a>] handle_fasteoi_irq+0x5a/0x100 >08:05:25,853 WARNING kernel:[ 15.950603] [<ffffffff8101dd6f>] handle_irq+0xbf/0x150 >08:05:25,853 WARNING kernel:[ 15.950603] [<ffffffff8109da62>] ? irq_enter+0x42/0x90 >08:05:25,853 WARNING kernel:[ 15.950603] [<ffffffff817e7b0f>] do_IRQ+0x4f/0xf0 >08:05:25,853 WARNING kernel:[ 15.950603] [<ffffffff817db8f2>] common_interrupt+0x72/0x72 >08:05:25,853 WARNING kernel:[ 15.950603] <EOI> [<ffffffff817dabab>] ? _raw_spin_unlock_irqrestore+0x3b/0x70 >08:05:25,853 WARNING kernel:[ 15.950603] [<ffffffffa01f60cb>] set_rx_mode+0x48b/0x7a0 [tulip] >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff8168e677>] __dev_set_rx_mode+0x57/0xa0 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff8168e6e6>] dev_set_rx_mode+0x26/0x40 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff8168e7ee>] __dev_open+0xee/0x140 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff8168eaed>] __dev_change_flags+0x9d/0x170 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff8168ebe9>] dev_change_flags+0x29/0x60 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff81024729>] ? sched_clock+0x9/0x10 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff8169d978>] do_setlink+0x358/0xa70 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff810f9307>] ? __lock_acquire+0x347/0x1c40 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff810246b5>] ? native_sched_clock+0x35/0xa0 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff810246b5>] ? native_sched_clock+0x35/0xa0 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff810246b5>] ? native_sched_clock+0x35/0xa0 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff8169fd35>] rtnl_newlink+0x505/0x700 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff8169f91e>] ? rtnl_newlink+0xee/0x700 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff81358a3e>] ? selinux_capable+0x2e/0x40 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff8169c88b>] rtnetlink_rcv_msg+0xab/0x270 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff8169c7bb>] ? rtnetlink_rcv+0x1b/0x40 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff8169c7bb>] ? rtnetlink_rcv+0x1b/0x40 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff8169c7e0>] ? rtnetlink_rcv+0x40/0x40 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff816c1d49>] netlink_rcv_skb+0xa9/0xc0 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff8169c7ca>] rtnetlink_rcv+0x2a/0x40 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff816c1340>] netlink_unicast+0x100/0x1e0 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff816c1767>] netlink_sendmsg+0x347/0x770 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff810246b5>] ? native_sched_clock+0x35/0xa0 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff8166a9dc>] sock_sendmsg+0x9c/0xe0 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff811dc9bf>] ? might_fault+0x5f/0xb0 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff811dca08>] ? might_fault+0xa8/0xb0 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff811dc9bf>] ? might_fault+0x5f/0xb0 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff8166ae19>] ___sys_sendmsg+0x3a9/0x3c0 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff817df88c>] ? __do_page_fault+0x23c/0x5e0 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff810f5eef>] ? lock_release_holdtime.part.29+0xf/0x190 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff810f411f>] ? up_read+0x1f/0x40 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff8125543d>] ? __fget_light+0x13d/0x160 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff8166c451>] __sys_sendmsg+0x51/0x90 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff8166c4a2>] SyS_sendmsg+0x12/0x20 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff817e5829>] system_call_fastpath+0x16/0x1b >08:05:25,854 WARNING kernel:[ 15.950603] ---[ end trace edfc72e4383df2e5 ]--- >08:05:25,854 WARNING kernel:[ 15.950603] Mapped at: >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff813f4821>] debug_dma_map_page+0x91/0x140 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffffa01f6020>] set_rx_mode+0x3e0/0x7a0 [tulip] >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff8168e677>] __dev_set_rx_mode+0x57/0xa0 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff8168e6e6>] dev_set_rx_mode+0x26/0x40 >08:05:25,854 WARNING kernel:[ 15.950603] [<ffffffff8168e7ee>] __dev_open+0xee/0x140 >08:05:25,854 WARNING kernel:[ 16.347695] ip (568) used greatest stack depth: 3752 bytes left >08:05:25,854 INFO kernel:[ 86.479193] loop: module loaded >08:05:25,854 INFO kernel:[ 86.674431] bio: create slab <bio-1> at 1 >08:05:25,854 INFO kernel:[ 86.725331] bio: create slab <bio-2> at 2 >08:05:25,854 INFO kernel:[ 87.197934] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >08:05:25,854 DEBUG kernel:[ 106.195112] SELinux: 2048 avtab hash slots, 105988 rules. >08:05:25,854 DEBUG kernel:[ 106.233419] SELinux: 2048 avtab hash slots, 105988 rules. >08:05:25,854 DEBUG kernel:[ 106.297128] SELinux: 8 users, 102 roles, 4827 types, 278 bools, 1 sens, 1024 cats >08:05:25,854 DEBUG kernel:[ 106.297133] SELinux: 83 classes, 105988 rules >08:05:25,854 DEBUG kernel:[ 106.309409] SELinux: Completing initialization. >08:05:25,854 DEBUG kernel:[ 106.309412] SELinux: Setting up existing superblocks. >08:05:25,854 DEBUG kernel:[ 106.309527] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >08:05:25,854 DEBUG kernel:[ 106.309652] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >08:05:25,854 DEBUG kernel:[ 106.309749] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >08:05:25,854 DEBUG kernel:[ 106.309790] SELinux: initialized (dev proc, type proc), uses genfs_contexts >08:05:25,854 DEBUG kernel:[ 106.310024] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >08:05:25,854 DEBUG kernel:[ 106.311040] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >08:05:25,854 DEBUG kernel:[ 106.321521] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >08:05:25,854 DEBUG kernel:[ 106.321584] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >08:05:25,854 DEBUG kernel:[ 106.321652] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >08:05:25,854 DEBUG kernel:[ 106.321714] SELinux: initialized (dev aio, type aio), not configured for labeling >08:05:25,854 DEBUG kernel:[ 106.321757] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >08:05:25,854 DEBUG kernel:[ 106.321872] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >08:05:25,854 DEBUG kernel:[ 106.321972] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >08:05:25,854 DEBUG kernel:[ 106.322047] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >08:05:25,854 DEBUG kernel:[ 106.322185] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >08:05:25,884 DEBUG kernel:[ 106.324925] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >08:05:25,884 DEBUG kernel:[ 106.324948] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >08:05:25,884 DEBUG kernel:[ 106.324960] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >08:05:25,884 DEBUG kernel:[ 106.325276] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >08:05:25,884 DEBUG kernel:[ 106.325380] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >08:05:25,884 DEBUG kernel:[ 106.325487] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts >08:05:25,884 DEBUG kernel:[ 106.325509] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >08:05:25,884 DEBUG kernel:[ 106.325546] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >08:05:25,884 DEBUG kernel:[ 106.325577] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >08:05:25,884 DEBUG kernel:[ 106.325636] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >08:05:25,884 DEBUG kernel:[ 106.325657] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >08:05:25,884 DEBUG kernel:[ 106.325673] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >08:05:25,884 DEBUG kernel:[ 106.325691] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >08:05:25,884 DEBUG kernel:[ 106.325758] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >08:05:25,884 DEBUG kernel:[ 106.325775] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >08:05:25,884 DEBUG kernel:[ 106.325851] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >08:05:25,884 DEBUG kernel:[ 106.325941] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >08:05:25,884 DEBUG kernel:[ 106.326064] SELinux: initialized (dev loop0, type squashfs), uses xattr >08:05:25,884 DEBUG kernel:[ 106.326443] SELinux: initialized (dev dm-0, type ext4), uses xattr >08:05:25,884 NOTICE kernel:[ 106.337830] audit: type=1403 audit(1395043522.331:2): policy loaded auid=4294967295 ses=4294967295 >08:05:25,884 DEBUG kernel:[ 106.957295] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >08:05:25,884 DEBUG kernel:[ 107.167352] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >08:05:25,884 DEBUG kernel:[ 107.451745] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >08:05:26,014 ERR kernel:[ 110.016546] piix4_smbus 0000:00:07.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr >08:05:26,667 INFO NetworkManager: <info> NetworkManager (version 0.9.9.1-2.git20140314.fc21) is starting... >08:05:26,668 INFO NetworkManager: <info> Read config: /etc/NetworkManager/NetworkManager.conf >08:05:26,668 INFO NetworkManager: <info> WEXT support is enabled >08:05:26,805 INFO kernel:[ 110.810832] cfg80211: Calling CRDA to update world regulatory domain >08:05:26,990 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >08:05:27,115 INFO polkitd: Started polkitd version 0.112 >08:05:27,169 INFO kernel:[ 111.174879] microcode: CPU0 sig=0x206c2, pf=0x1, revision=0xffffffff >08:05:27,294 INFO kernel:[ 111.299108] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >08:05:27,303 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >08:05:27,344 WARNING NetworkManager: ifcfg-rh: Could not get hostname: failed to read /etc/sysconfig/network >08:05:27,352 NOTICE NetworkManager: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >08:05:27,353 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >08:05:27,353 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >08:05:27,455 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >08:05:27,455 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-eth0 ... >08:05:27,458 NOTICE NetworkManager: ifcfg-rh: read connection 'eth0' >08:05:27,464 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' >08:05:27,546 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.login1' >08:05:27,562 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >08:05:27,575 INFO NetworkManager: <info> WiFi hardware radio set enabled >08:05:27,587 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >08:05:27,588 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >08:05:27,588 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >08:05:27,588 INFO NetworkManager: <info> Networking is enabled by state file >08:05:27,590 INFO NetworkManager: <info> (eth0): driver 'tulip' does not support carrier detection. >08:05:27,595 INFO NetworkManager: <info> (eth0): new Ethernet device (driver: 'tulip' ifindex: 2) >08:05:27,598 INFO NetworkManager: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/0 >08:05:27,627 NOTICE NetworkManager: ifcfg-rh: read connection 'eth0' >08:05:27,655 INFO NetworkManager: <info> (eth0): device state change: unmanaged -> unavailable (reason 'connection-assumed') [10 20 41] >08:05:27,669 INFO NetworkManager: <info> (eth0): device state change: unavailable -> disconnected (reason 'connection-assumed') [20 30 41] >08:05:27,677 INFO NetworkManager: <info> Activation (eth0) starting connection 'eth0' >08:05:27,677 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... >08:05:27,703 INFO NetworkManager: <info> startup complete >08:05:27,706 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... >08:05:27,706 INFO NetworkManager: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >08:05:27,709 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... >08:05:27,710 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. >08:05:27,718 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... >08:05:27,718 INFO NetworkManager: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] >08:05:27,718 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful. >08:05:27,719 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. >08:05:27,719 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete. >08:05:27,720 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... >08:05:27,721 INFO NetworkManager: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] >08:05:27,721 INFO NetworkManager: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds) >08:05:27,771 INFO NetworkManager: <info> dhclient started with pid 1921 >08:05:27,786 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. >08:05:28,315 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv6 Commit) scheduled... >08:05:28,316 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv6 Commit) started... >08:05:28,325 INFO NetworkManager: <info> (eth0): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >08:05:28,338 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv6 Commit) complete. >08:05:28,353 INFO NetworkManager: <info> (lo): link connected >08:05:28,364 INFO NetworkManager: <info> (lo): carrier is ON >08:05:28,365 INFO NetworkManager: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1) >08:05:28,366 INFO NetworkManager: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/1 >08:05:28,430 INFO NetworkManager: <info> (eth0): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >08:05:28,454 INFO NetworkManager: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0] >08:05:28,460 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_LOCAL >08:05:28,471 INFO NetworkManager: <info> Policy set 'eth0' (eth0) as default for IPv4 routing and DNS. >08:05:28,498 INFO NetworkManager: <info> Policy set 'eth0' (eth0) as default for IPv6 routing and DNS. >08:05:28,704 INFO NetworkManager: <info> Activation (eth0) successful, device activated. >08:05:28,712 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >08:05:28,745 WARNING NetworkManager: <warn> couldn't get the system hostname: (36) File name too long >08:05:28,746 INFO NetworkManager: <info> Setting system hostname to 'ibm-x3550m3-04-g2.lab.eng.brq.redhat.com' (from address lookup) >08:05:28,852 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >08:05:28,916 INFO dhclient: Internet Systems Consortium DHCP Client 4.3.0 >08:05:28,920 INFO dhclient: Copyright 2004-2014 Internet Systems Consortium. >08:05:28,921 INFO dhclient: All rights reserved. >08:05:28,923 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >08:05:28,923 INFO dhclient: >08:05:28,992 INFO NetworkManager: <info> (eth0): DHCPv4 state changed nbi -> preinit >08:05:29,002 INFO dhclient: Listening on LPF/eth0/00:15:5d:24:71:02 >08:05:29,013 INFO dhclient: Sending on LPF/eth0/00:15:5d:24:71:02 >08:05:29,014 INFO dhclient: Sending on Socket/fallback >08:05:29,016 INFO dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 (xid=0x5f927dc0) >08:05:29,024 INFO dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x5f927dc0) >08:05:29,030 INFO dhclient: DHCPOFFER from 10.34.74.1 >08:05:29,030 INFO dhclient: DHCPACK from 10.34.74.1 (xid=0x5f927dc0) >08:05:29,100 INFO NetworkManager: <info> (eth0): DHCPv4 state changed preinit -> bound >08:05:29,103 INFO NetworkManager: <info> address 10.34.36.184 >08:05:29,103 INFO NetworkManager: <info> plen 23 (255.255.254.0) >08:05:29,103 INFO NetworkManager: <info> gateway 10.34.37.254 >08:05:29,104 INFO NetworkManager: <info> server identifier 10.34.74.1 >08:05:29,104 INFO NetworkManager: <info> lease time 43200 >08:05:29,105 INFO NetworkManager: <info> hostname 'ibm-x3550m3-04-g2.lab.eng.brq.redhat.com' >08:05:29,105 INFO NetworkManager: <info> nameserver '10.34.32.1' >08:05:29,105 INFO NetworkManager: <info> nameserver '10.32.63.5' >08:05:29,106 INFO NetworkManager: <info> nameserver '10.34.255.7' >08:05:29,106 INFO NetworkManager: <info> nameserver '10.5.30.160' >08:05:29,106 INFO NetworkManager: <info> domain name 'lab.eng.brq.redhat.com' >08:05:29,106 INFO NetworkManager: <info> domain name 'englab.brq.redhat.com' >08:05:29,107 INFO NetworkManager: <info> domain name 'brq.redhat.com' >08:05:29,113 INFO NetworkManager: <info> domain name 'redhat.com' >08:05:29,138 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >08:05:29,148 INFO dhclient: bound to 10.34.36.184 -- renewal in 20676 seconds. >08:05:29,162 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... >08:05:29,184 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete. >08:05:29,645 ERR kernel:[ 113.649954] end_request: I/O error, dev fd0, sector 0 >08:05:29,668 INFO kernel:[ 113.649959] floppy: error -5 while reading block 0 >08:05:29,668 ERR kernel:[ 113.672954] end_request: I/O error, dev fd0, sector 0 >08:05:32,874 INFO kernel:[ 113.672958] floppy: error -5 while reading block 0 >08:05:32,874 WARNING kernel:[ 116.878955] systemd-udevd (1856) used greatest stack depth: 3720 bytes left >08:05:33,982 NOTICE kernel:[ 117.987815] audit: type=1400 audit(1395043533.981:3): avc: denied { read write } for pid=1987 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=10333 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >08:06:36,223 NOTICE kernel:[ 180.228090] audit: type=1400 audit(1395043596.221:4): avc: denied { read write } for pid=2023 comm="loadkeys" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >08:06:36,225 NOTICE kernel:[ 180.231496] audit: type=1400 audit(1395043596.224:5): avc: denied { open } for pid=2023 comm="loadkeys" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >08:06:36,226 NOTICE kernel:[ 180.232171] audit: type=1400 audit(1395043596.225:6): avc: denied { ioctl } for pid=2023 comm="loadkeys" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >08:06:36,545 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' >08:06:36,597 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.locale1' >08:06:36,616 NOTICE kernel:[ 180.621491] audit: type=1107 audit(1395043596.614:7): pid=1903 uid=81 auid=4294967295 ses=4294967295 subj=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 msg='avc: denied { send_msg } for msgtype=method_return dest=:1.6 spid=2027 tpid=1923 scontext=system_u:system_r:systemd_localed_t:s0 tcontext=system_u:system_r:initrc_t:s0 tclass=dbus >08:06:36,616 NOTICE kernel:[ 180.621491] exe="/usr/bin/dbus-daemon" sauid=81 hostname=? addr=? terminal=?' >08:06:36,682 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_GLOBAL >08:07:24,667 NOTICE kernel:[ 228.672696] audit: type=1400 audit(1395043644.666:8): avc: denied { read write } for pid=2040 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 >08:07:26,213 NOTICE kernel:[ 230.218640] audit: type=1400 audit(1395043646.212:9): avc: denied { read write } for pid=2057 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 >08:07:26,213 NOTICE kernel:[ 230.219398] audit: type=1400 audit(1395043646.213:10): avc: denied { read write } for pid=2057 comm="hwclock" path="/dev/mapper/control" dev="devtmpfs" ino=10333 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >08:07:26,012 NOTICE kernel:[ 231.282571] audit: type=1400 audit(1395043646.011:11): avc: denied { ioctl } for pid=2057 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 >08:07:26,012 NOTICE kernel:[ 231.282611] audit: type=1400 audit(1395043646.011:12): avc: denied { getattr } for pid=2057 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 >08:07:26,263 INFO chronyd: chronyd version 1.29.1 starting >08:07:26,265 INFO chronyd: Linux kernel major=3 minor=14 patch=0 >08:07:26,265 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 >08:07:26,268 INFO chronyd: Generated key 1 >08:07:30,698 INFO chronyd: Selected source 10.34.32.125 >08:07:30,698 WARNING chronyd: System clock wrong by 11052.044520 seconds, adjustment started >11:11:42,743 WARNING chronyd: System clock was stepped by 11052.045 seconds >11:11:45,201 INFO kernel:[ 238.426940] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) >11:11:45,201 DEBUG kernel:[ 238.426971] SELinux: initialized (dev sda1, type ext4), uses xattr >11:11:50,658 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' >11:11:50,740 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.hostname1' >11:11:50,749 NOTICE kernel:[ 243.975579] audit: type=1107 audit(1395054710.748:13): pid=1903 uid=81 auid=4294967295 ses=4294967295 subj=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 msg='avc: denied { send_msg } for msgtype=method_return dest=:1.113 spid=2137 tpid=2135 scontext=system_u:system_r:systemd_hostnamed_t:s0 tcontext=system_u:system_r:initrc_t:s0 tclass=dbus >11:11:50,749 NOTICE kernel:[ 243.975579] exe="/usr/bin/dbus-daemon" sauid=81 hostname=? addr=? terminal=?' >11:11:56,664 INFO kernel:[ 249.890879] bio: create slab <bio-3> at 3 >11:11:56,672 INFO kernel:[ 249.899012] Btrfs loaded >11:11:57,502 INFO kernel:[ 250.728174] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >11:12:18,941 NOTICE kernel:[ 272.166776] audit: type=1400 audit(1395054738.939:14): avc: denied { read write } for pid=2154 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 >11:12:20,513 NOTICE kernel:[ 273.739097] audit: type=1400 audit(1395054740.511:15): avc: denied { ioctl } for pid=2154 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 >11:12:20,513 NOTICE kernel:[ 273.739133] audit: type=1400 audit(1395054740.511:16): avc: denied { getattr } for pid=2154 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 >11:12:25,545 INFO kernel:[ 278.769469] sda: unknown partition table > > >/run/install/ks.cfg: >url --url=http://download-01.eng.brq.redhat.com/pub/fedora/linux/development-snapshot-20140316/rawhide/x86_64/os/ > > ># kickstart automatically generated by SNAKE. ># Please don't modify the following two lines. ># Description: User interface / VNC ># Version: 15000 > >#version=DEVEL ># Firewall configuration >firewall --disabled ># Root password >rootpw --iscrypted $1$xafj7qlW$6swjxMwu0po47drJVRcIZ/ >vnc ># System keyboard >keyboard us ># System language >lang en_US ># Installation logging level >logging --level=info ># Reboot after installation >reboot ># System timezone >timezone --isUtc America/New_York ># System bootloader configuration >bootloader --location=mbr >autopart ># Clear the Master Boot Record >zerombr ># Partition clearing information >clearpart --all --initlabel > >%post > >wget -O - http://snake.test.redhat.com/setup.sh | sh >%end > >%post --nochroot > >pid=$(pidof Xvnc) >if [ -z "$pid" ]; then > ofile="/mnt/sysimage/root/NOX" > echo -e "It appears that Xvnc did not run during your install\n\n$(ps -wef)\n" > $ofile > ps -wefww 2>&1 > $ofile >else > echo "$pid" > /mnt/sysimage/root/vnc.pid >fi > >cat /proc/cmdline > /mnt/sysimage/root/proc_cmdline >%end > >%packages --ignoremissing >@desktop-platform-devel >@development >@development-libs >@development-tools >@server-platform-devel >expect >gcc >install >libxml2-python >make >nfs-utils >ntp >procmail >pyOpenSSL >redhat-lsb >wget >@base > >%end > > >%pre --log=/dev/console >set -x ># Check in with Beaker Server >wget -O - http://lab-02.rhts.eng.brq.redhat.com:8000/install_start/1270664 > >wget -O /tmp/anamon 'http://lab-02.rhts.eng.brq.redhat.com/beaker/anamon' >python /tmp/anamon --recipe-id 1270664 --xmlrpc-url 'http://lab-02.rhts.eng.brq.redhat.com:8000/RPC2' >%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/1270664/$REPORTED_FQDN > >curl http://lab-02.rhts.eng.brq.redhat.com:8000/nopxe/ibm-x3550m3-04-g2.lab.eng.brq.redhat.com >echo 1270664 > /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="1270664" >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/1270664 >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/Fedorarawhide/ >enabled=1 >gpgcheck=0 >EOF > ># Add distro and custom Repos >cat <<"EOF" >/etc/yum.repos.d/beaker-Fedora-debuginfo.repo >[beaker-Fedora-debuginfo] >name=beaker-Fedora-debuginfo >baseurl=http://download-01.eng.brq.redhat.com/pub/fedora/linux/development-snapshot-20140316/rawhide/x86_64/debug >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Fedora.repo >[beaker-Fedora] >name=beaker-Fedora >baseurl=http://download-01.eng.brq.redhat.com/pub/fedora/linux/development-snapshot-20140316/rawhide/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=ibm-x3550m3-04-g2.lab.eng.brq.redhat.com >RECIPEID=1270664 > ># 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='Fedora-rawhide-20140315 x86_64 vnc-mode, HTTP, PXE-BOOT' >export BEAKER_RECIPE_WHITEBOARD='Fedora-rawhide-20140315 x86_64 vnc-mode, HTTP, PXE-BOOT' >EOF >cat <<"EOF" >/etc/profile.d/beaker.csh >setenv BEAKER "https://beaker.engineering.redhat.com/" >setenv BEAKER_JOB_WHITEBOARD 'Fedora-rawhide-20140315 x86_64 vnc-mode, HTTP, PXE-BOOT' >setenv BEAKER_RECIPE_WHITEBOARD 'Fedora-rawhide-20140315 x86_64 vnc-mode, HTTP, PXE-BOOT' >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 AAAAB3NzaC1yc2EAAAABIwAAAQEA3hLjkxzvGZ7m99r23VjrHPUKdyiZSlCmtQcDm0cVB2NURZ2fd2rL1/SvgOi8dmUQHwZaQ0HtK5OuBpU0bKm0bmz1gYhW4toAaiDzgJyllXNoAFzbLsNzi+uAaKL7ERIVbu1m9zDQNSlyd2/YWR/frxgVjdeWch3WnIi5QA/kvbdDKs0DTg0s4EvrVuoNDN6Y0g38UPp556B3OAm2MovwABBwE05L5Uwu56amJBld4cDMC5k8lHqHls0Dlnrc66mE88tWQKtbaEJXCtDMua8VseHc9AgifcKMtiNkY2wRReNhMswT/3PoVOOLPIO2QMQivLasqFprKX5Alf1KQsXsCQ== alexx@redbull >__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/1270664 ># 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 >%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 1077179
: 875467 |
875468
|
875469
|
875470
|
875471
|
875472
|
875473
|
875474
|
875475
|
875476
|
875477
|
875478
|
875673