Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 717869 Details for
Bug 928982
Bootloader install fails on UEFI install to clean VM: "failed to set new efi boot target"
Home
New
Search
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.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
traceback
anaconda-tb-1_It3A (text/plain), 310.67 KB, created by
Adam Williamson
on 2013-03-28 22:33:52 UTC
(
hide
)
Description:
traceback
Filename:
MIME Type:
Creator:
Adam Williamson
Created:
2013-03-28 22:33:52 UTC
Size:
310.67 KB
patch
obsolete
>anaconda 19.13 exception report >Traceback (most recent call first): > File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 1666, in add_efi_boot_target > raise BootLoaderError("failed to set new efi boot target") > File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 1671, in install > self.add_efi_boot_target() > File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 1690, in write > self.install() > File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 2246, in writeBootLoader > storage.bootloader.write() > File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 143, in doInstall > writeBootLoader(storage, payload, instClass, ksdata) > File "/usr/lib64/python2.7/threading.py", line 504, in run > self.__target(*self.__args, **self.__kwargs) > File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 141, in run > threading.Thread.run(self, *args, **kwargs) >BootLoaderError: failed to set new efi boot target > >Local variables in innermost frame: >boot_part_num: 1 >self: <pyanaconda.bootloader.EFIGRUB object at 0x3184990> >boot_disk: existing 10240MB disk vda (1) with existing gpt disklabel >rc: 1 > > >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 0x3184450>> > _intf._quitDialog: <class 'pyanaconda.ui.gui.QuitDialog'> > _intf.data: #version=DEVEL ># System authorization information >auth --enableshadow --passalgo=sha512 > ># Run the Setup Agent on first boot >firstboot --enable >ignoredisk --only-use=vda ># Keyboard layouts >keyboard --vckeymap=us --xlayouts='us' ># System language >lang en_US.UTF-8 > ># Network information >network --hostname=localhost.localdomain ># Root password >rootpw --iscrypted $6$DPI4JD0uKL3mjH0Q$Ktev104Tv5rtrvYOkABmr6Ibs5eFTIo6tJnp6waC2vXDlbQCtdrDiEgIC.25UOHZpmhV4HAoGvPymACx13LMk1 ># System timezone >timezone America/New_York --isUtc ># X Window System configuration information >xconfig --startxonboot ># System bootloader configuration >bootloader --location=mbr --boot-drive=vda >autopart --type=lvm ># Partition clearing information >clearpart --none --initlabel --drives=vda > > > _intf.storage: Blivet instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {} > _intf.storage.dasd: DASD instance, containing members: > _intf.storage.dasd.dasdfmt: /sbin/dasdfmt > _intf.storage.dasd.commonArgv: [-y, -d, cdl, -b, 4096] > _intf.storage.dasd.started: True > _intf.storage.dasd.totalCylinders: 0 > _intf.storage.dasd._maxFormatJobs: 0 > _intf.storage.dasd._devices: [] > _intf.storage.dasd._completedCylinders: 0.0 > _intf.storage.dasd._dasdlist: [] > _intf.storage.roots: [] > _intf.storage.zfcp: ZFCP instance, containing members: > _intf.storage.zfcp.down: False > _intf.storage.zfcp.hasReadConfig: True > _intf.storage.zfcp.intf: None > _intf.storage.zfcp.fcpdevs: set([]) > _intf.storage._defaultFSType: 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._usb: NoDevice instance, containing members: > _intf.storage.fsset._usb.major: 0 > _intf.storage.fsset._usb._partedDevice: None > _intf.storage.fsset._usb.exists: True > _intf.storage.fsset._usb._size: 0 > _intf.storage.fsset._usb.id: 26 > _intf.storage.fsset._usb.controllable: True > _intf.storage.fsset._usb.uuid: None > _intf.storage.fsset._usb._format: USBFS instance, containing members: > _intf.storage.fsset._usb._format.uuid: None > _intf.storage.fsset._usb._format.exists: True > _intf.storage.fsset._usb._format._mountpoint: None > _intf.storage.fsset._usb._format._majorminor: None > _intf.storage.fsset._usb._format._minInstanceSize: None > _intf.storage.fsset._usb._format.fsprofile: None > _intf.storage.fsset._usb._format.label: None > _intf.storage.fsset._usb._format._targetSize: 0 > _intf.storage.fsset._usb._format._size: 0 > _intf.storage.fsset._usb._format.mountopts: None > _intf.storage.fsset._usb._format.mountpoint: /proc/bus/usb > _intf.storage.fsset._usb._format._device: usbfs > _intf.storage.fsset._usb.parents: [] > _intf.storage.fsset._usb.deviceLinks: [] > _intf.storage.fsset._usb.minor: 0 > _intf.storage.fsset._usb.fstabComment: Skipped > _intf.storage.fsset._usb.bus: Skipped > _intf.storage.fsset._usb.sysfsPath: Skipped > _intf.storage.fsset._usb._targetSize: 0 > _intf.storage.fsset._usb._model: Skipped > _intf.storage.fsset._usb.kids: 0 > _intf.storage.fsset._usb._vendor: Skipped > _intf.storage.fsset._usb._name: usbfs > _intf.storage.fsset._usb.protected: False > _intf.storage.fsset._usb.originalFormat: USBFS instance, containing members: > _intf.storage.fsset._usb.originalFormat.uuid: None > _intf.storage.fsset._usb.originalFormat.exists: True > _intf.storage.fsset._usb.originalFormat._mountpoint: None > _intf.storage.fsset._usb.originalFormat.mountpoint: /proc/bus/usb > _intf.storage.fsset._usb.originalFormat._majorminor: None > _intf.storage.fsset._usb.originalFormat.fsprofile: None > _intf.storage.fsset._usb.originalFormat.label: None > _intf.storage.fsset._usb.originalFormat._targetSize: 0 > _intf.storage.fsset._usb.originalFormat._minInstanceSize: None > _intf.storage.fsset._usb.originalFormat.mountopts: None > _intf.storage.fsset._usb.originalFormat._size: 0 > _intf.storage.fsset._usb.originalFormat._device: usbfs > _intf.storage.fsset._usb._serial: None > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree.populated: True > _intf.storage.fsset.devicetree.ignoredDisks: [loop5, loop6, loop7] > _intf.storage.fsset.devicetree._hidden: [] > _intf.storage.fsset.devicetree._completed_actions: [ActionDestroyFormat instance, containing members: > device: existing 10240MB disk vda (1) with existing gpt disklabel > origFormat: non-existent None > id: 0 >, ActionCreateFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: existing None > id: 3 >, ActionCreateDevice instance, containing members: > device: existing 200MB partition vda1 (16) with existing efi filesystem mounted at /boot/efi > id: 8 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 9 >, ActionCreateDevice instance, containing members: > device: existing 500MB partition vda2 (15) with existing ext4 filesystem mounted at /boot > id: 6 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 7 >, ActionCreateDevice instance, containing members: > device: existing 9538MB partition vda3 (14) with existing lvmpv > id: 4 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 5 >, ActionCreateDevice instance, containing members: > device: existing 9536MB lvmvg fedora (17) > id: 10 >, ActionCreateDevice instance, containing members: > device: existing 4000MB lvmlv fedora-swap (19) with existing swap > id: 13 >, ActionCreateFormat instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > origFormat: non-existent None > id: 14 >, ActionCreateDevice instance, containing members: > device: existing 5536MB lvmlv fedora-root (18) with existing ext4 filesystem mounted at / > id: 11 >, ActionCreateFormat instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > origFormat: non-existent None > id: 12 >] > _intf.storage.fsset.devicetree.names: [sr0, vda, loop0, /osmin.img (deleted), loop1, /osmin, loop2, /run/initramfs/live/LiveOS/squashfs.img, loop3, /LiveOS/ext3fs.img, loop4, /overlay (deleted), loop5, loop6, loop7, live-rw, live-osimg-min, fedora, fedora-root, fedora-swap] > _intf.storage.fsset.devicetree.liveBackingDevice: sr0 > _intf.storage.fsset.devicetree.dasd: Already dumped (DASD instance) > _intf.storage.fsset.devicetree.iscsi: Already dumped (iscsi instance) > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree.exclusiveDisks: [] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.mpathFriendlyNames: True > _intf.storage.fsset.devicetree.topology: MultipathTopology instance, containing members: > _intf.storage.fsset.devicetree.topology._multipaths: [] > _intf.storage.fsset.devicetree.topology._nondisks: [sr0] > _intf.storage.fsset.devicetree.topology._devmap: {'vda': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:04.0/virtio1/block/vda > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/vda > _intf.storage.fsset.devicetree.topology._devmap.sysname: vda > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'dm-1': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/dm-1 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/dm-1 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/dm-1 > _intf.storage.fsset.devicetree.topology._devmap.sysname: dm-1 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 1 >, 'sr0': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sr0 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sr0 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 0 >, 'dm-0': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/dm-0 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/dm-0 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/dm-0 > _intf.storage.fsset.devicetree.topology._devmap.sysname: dm-0 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 0 >, 'loop3': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop3 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop3 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop3 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop3 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 3 >, 'loop2': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop2 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop2 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop2 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop2 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 2 >, 'loop1': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop1 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop1 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop1 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop1 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 1 >, 'loop0': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop0 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop0 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop0 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop0 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 0 >, 'loop7': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop7 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop7 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop7 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop7 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 7 >, 'loop6': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop6 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop6 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop6 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop6 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 6 >, 'loop5': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop5 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop5 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop5 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop5 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 5 >, 'loop4': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop4 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop4 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop4 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop4 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 4 >} > _intf.storage.fsset.devicetree.topology._devices: [Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >] > _intf.storage.fsset.devicetree.topology._singlepaths: [vda, loop0, loop1, loop2, loop3, loop4, loop5, loop6, loop7, dm-0, dm-1] > _intf.storage.fsset.devicetree.topology._mpath_topology: {} > _intf.storage.fsset.devicetree.protectedDevSpecs: [/dev/sr0] > _intf.storage.fsset.devicetree._devices: [OpticalDevice instance, containing members: > major: 11 > _partedDevice: parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 809984 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (50, 255, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x3353440> > exists: True > _size: 1582.0 > id: 0 > controllable: True > uuid: None > _format: Iso9660FS instance, containing members: > _format.uuid: 2013-03-26-03-40-36-00 > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._minInstanceSize: None > _format._mountType: iso9660 > _format.fsprofile: None > _format.label: Fedora-19-Alpha-TC2-x86_64-Live- > _format._targetSize: 0.0 > _format._size: 0.0 > _format.mountopts: None > _format.mountpoint: None > _format._device: /dev/sr0 > parents: [] > deviceLinks: [/dev/cdrom, /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003, /dev/disk/by-label/Fedora-19-Alpha-TC2-x86_64-Live-, /dev/disk/by-uuid/2013-03-26-03-40-36-00] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 > _targetSize: 0 > _model: QEMU_DVD-ROM > kids: 0 > _vendor: None > _name: sr0 > protected: True > originalFormat: Iso9660FS instance, containing members: > originalFormat.uuid: 2013-03-26-03-40-36-00 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat.fsprofile: None > originalFormat.label: Fedora-19-Alpha-TC2-x86_64-Live- > originalFormat._targetSize: 0.0 > originalFormat._minInstanceSize: None > originalFormat.mountopts: None > originalFormat._size: 0.0 > originalFormat._device: /dev/sr0 > _serial: None >, Already dumped (DiskDevice instance) >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 2 > controllable: False > uuid: None > _format: existing None > parents: [] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /osmin.img (deleted) > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 3 > controllable: False > uuid: None > _format: existing squashfs > parents: [Already dumped (FileDevice instance) >] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop0 > protected: False > originalFormat: existing squashfs > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 4 > controllable: False > uuid: None > _format: existing None > parents: [] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /osmin > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 5 > controllable: False > uuid: None > _format: existing DM_snapshot_cow > parents: [Already dumped (FileDevice instance) >] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop1 > protected: False > originalFormat: existing DM_snapshot_cow > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 6 > controllable: False > uuid: None > _format: existing None > parents: [] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /run/initramfs/live/LiveOS/squashfs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 7 > controllable: False > uuid: None > _format: existing squashfs > parents: [Already dumped (FileDevice instance) >] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop2 > protected: False > originalFormat: existing squashfs > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 8 > controllable: False > uuid: None > _format: existing None > parents: [] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /LiveOS/ext3fs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 9 > controllable: False > uuid: None > _format: Ext4FS instance, containing members: > _format.errors: False > _format.uuid: f6300ae3-7ce8-4d67-871b-2576acb171de > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._minInstanceSize: 0.0 > _format._mountType: ext4 > _format.fsprofile: None > _format.label: _Fedora-19-Alpha > _format._targetSize: 8192.0 > _format.dirty: False > _format._size: 8192.0 > _format.mountopts: None > _format.mountpoint: None > _format._device: /dev/loop3 > parents: [Already dumped (FileDevice instance) >] > deviceLinks: [/dev/disk/by-label/_Fedora-19-Alpha, /dev/disk/by-uuid/f6300ae3-7ce8-4d67-871b-2576acb171de] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop3 > protected: False > originalFormat: Ext4FS instance, containing members: > originalFormat.errors: False > originalFormat.uuid: f6300ae3-7ce8-4d67-871b-2576acb171de > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.label: _Fedora-19-Alpha > originalFormat._targetSize: 8192.0 > originalFormat.dirty: False > originalFormat._minInstanceSize: 0.0 > originalFormat.mountopts: None > originalFormat._size: 8192.0 > originalFormat._device: /dev/loop3 > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 10 > 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: 11 > controllable: False > uuid: None > _format: existing DM_snapshot_cow > parents: [Already dumped (FileDevice instance) >] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop4 > protected: False > originalFormat: existing DM_snapshot_cow > _serial: None >, existing 8192MB dm live-rw (12) with existing ext4 filesystem >, existing 8192MB dm live-osimg-min (13) with existing ext4 filesystem >, Already dumped (PartitionDevice instance) >, Already dumped (PartitionDevice instance) >, Already dumped (PartitionDevice instance) >, Already dumped (LVMVolumeGroupDevice instance) >, Already dumped (LVMLogicalVolumeDevice instance) >, Already dumped (LVMLogicalVolumeDevice instance) >] > _intf.storage.fsset.devicetree.protectedDevNames: [sr0, sr0] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._actions: [] > _intf.storage.fsset.preserveLines: [] > _intf.storage.fsset._devshm: NoDevice instance, containing members: > _intf.storage.fsset._devshm.major: 0 > _intf.storage.fsset._devshm._partedDevice: None > _intf.storage.fsset._devshm.exists: True > _intf.storage.fsset._devshm._size: 0 > _intf.storage.fsset._devshm.id: 21 > _intf.storage.fsset._devshm.controllable: True > _intf.storage.fsset._devshm.uuid: None > _intf.storage.fsset._devshm._format: TmpFS instance, containing members: > _intf.storage.fsset._devshm._format.uuid: None > _intf.storage.fsset._devshm._format.exists: True > _intf.storage.fsset._devshm._format._mountpoint: /mnt/sysimage/dev/shm > _intf.storage.fsset._devshm._format._majorminor: None > _intf.storage.fsset._devshm._format._minInstanceSize: None > _intf.storage.fsset._devshm._format.fsprofile: None > _intf.storage.fsset._devshm._format.label: None > _intf.storage.fsset._devshm._format._targetSize: 0 > _intf.storage.fsset._devshm._format._size: 0 > _intf.storage.fsset._devshm._format.mountopts: None > _intf.storage.fsset._devshm._format.mountpoint: /dev/shm > _intf.storage.fsset._devshm._format._device: tmpfs > _intf.storage.fsset._devshm.parents: [] > _intf.storage.fsset._devshm.deviceLinks: [] > _intf.storage.fsset._devshm.minor: 0 > _intf.storage.fsset._devshm.fstabComment: Skipped > _intf.storage.fsset._devshm.bus: Skipped > _intf.storage.fsset._devshm.sysfsPath: Skipped > _intf.storage.fsset._devshm._targetSize: 0 > _intf.storage.fsset._devshm._model: Skipped > _intf.storage.fsset._devshm.kids: 0 > _intf.storage.fsset._devshm._vendor: Skipped > _intf.storage.fsset._devshm._name: tmpfs > _intf.storage.fsset._devshm.protected: False > _intf.storage.fsset._devshm.originalFormat: TmpFS instance, containing members: > _intf.storage.fsset._devshm.originalFormat.uuid: None > _intf.storage.fsset._devshm.originalFormat.exists: True > _intf.storage.fsset._devshm.originalFormat._mountpoint: None > _intf.storage.fsset._devshm.originalFormat.mountpoint: /dev/shm > _intf.storage.fsset._devshm.originalFormat._majorminor: None > _intf.storage.fsset._devshm.originalFormat.fsprofile: None > _intf.storage.fsset._devshm.originalFormat.label: None > _intf.storage.fsset._devshm.originalFormat._targetSize: 0 > _intf.storage.fsset._devshm.originalFormat._minInstanceSize: None > _intf.storage.fsset._devshm.originalFormat.mountopts: None > _intf.storage.fsset._devshm.originalFormat._size: 0 > _intf.storage.fsset._devshm.originalFormat._device: tmpfs > _intf.storage.fsset._devshm._serial: None > _intf.storage.fsset._dev: DirectoryDevice instance, containing members: > _intf.storage.fsset._dev.major: 0 > _intf.storage.fsset._dev._partedDevice: None > _intf.storage.fsset._dev.exists: True > _intf.storage.fsset._dev._size: 0 > _intf.storage.fsset._dev.id: 20 > _intf.storage.fsset._dev.controllable: True > _intf.storage.fsset._dev.uuid: None > _intf.storage.fsset._dev._format: BindFS instance, containing members: > _intf.storage.fsset._dev._format.uuid: None > _intf.storage.fsset._dev._format.exists: True > _intf.storage.fsset._dev._format._mountpoint: /mnt/sysimage/dev > _intf.storage.fsset._dev._format._majorminor: None > _intf.storage.fsset._dev._format._minInstanceSize: None > _intf.storage.fsset._dev._format._mountType: bind > _intf.storage.fsset._dev._format.fsprofile: None > _intf.storage.fsset._dev._format.label: None > _intf.storage.fsset._dev._format._targetSize: None > _intf.storage.fsset._dev._format._size: None > _intf.storage.fsset._dev._format.mountopts: None > _intf.storage.fsset._dev._format.mountpoint: /dev > _intf.storage.fsset._dev._format._device: /dev > _intf.storage.fsset._dev.parents: [] > _intf.storage.fsset._dev.deviceLinks: [] > _intf.storage.fsset._dev.minor: 0 > _intf.storage.fsset._dev.fstabComment: Skipped > _intf.storage.fsset._dev.bus: Skipped > _intf.storage.fsset._dev.sysfsPath: Skipped > _intf.storage.fsset._dev._targetSize: 0 > _intf.storage.fsset._dev._model: Skipped > _intf.storage.fsset._dev.kids: 0 > _intf.storage.fsset._dev._vendor: Skipped > _intf.storage.fsset._dev._name: /dev > _intf.storage.fsset._dev.protected: False > _intf.storage.fsset._dev.originalFormat: BindFS instance, containing members: > _intf.storage.fsset._dev.originalFormat.uuid: None > _intf.storage.fsset._dev.originalFormat.exists: True > _intf.storage.fsset._dev.originalFormat._mountpoint: None > _intf.storage.fsset._dev.originalFormat.mountpoint: /dev > _intf.storage.fsset._dev.originalFormat._majorminor: None > _intf.storage.fsset._dev.originalFormat.fsprofile: None > _intf.storage.fsset._dev.originalFormat.label: None > _intf.storage.fsset._dev.originalFormat._targetSize: None > _intf.storage.fsset._dev.originalFormat._minInstanceSize: None > _intf.storage.fsset._dev.originalFormat.mountopts: None > _intf.storage.fsset._dev.originalFormat._size: None > _intf.storage.fsset._dev.originalFormat._device: /dev > _intf.storage.fsset._dev._serial: None > _intf.storage.fsset.blkidTab: None > _intf.storage.fsset._proc: NoDevice instance, containing members: > _intf.storage.fsset._proc.major: 0 > _intf.storage.fsset._proc._partedDevice: None > _intf.storage.fsset._proc.exists: True > _intf.storage.fsset._proc._size: 0 > _intf.storage.fsset._proc.id: 24 > _intf.storage.fsset._proc.controllable: True > _intf.storage.fsset._proc.uuid: None > _intf.storage.fsset._proc._format: ProcFS instance, containing members: > _intf.storage.fsset._proc._format.uuid: None > _intf.storage.fsset._proc._format.exists: True > _intf.storage.fsset._proc._format._mountpoint: /mnt/sysimage/proc > _intf.storage.fsset._proc._format._majorminor: None > _intf.storage.fsset._proc._format._minInstanceSize: None > _intf.storage.fsset._proc._format.fsprofile: None > _intf.storage.fsset._proc._format.label: None > _intf.storage.fsset._proc._format._targetSize: 0 > _intf.storage.fsset._proc._format._size: 0 > _intf.storage.fsset._proc._format.mountopts: None > _intf.storage.fsset._proc._format.mountpoint: /proc > _intf.storage.fsset._proc._format._device: proc > _intf.storage.fsset._proc.parents: [] > _intf.storage.fsset._proc.deviceLinks: [] > _intf.storage.fsset._proc.minor: 0 > _intf.storage.fsset._proc.fstabComment: Skipped > _intf.storage.fsset._proc.bus: Skipped > _intf.storage.fsset._proc.sysfsPath: Skipped > _intf.storage.fsset._proc._targetSize: 0 > _intf.storage.fsset._proc._model: Skipped > _intf.storage.fsset._proc.kids: 0 > _intf.storage.fsset._proc._vendor: Skipped > _intf.storage.fsset._proc._name: proc > _intf.storage.fsset._proc.protected: False > _intf.storage.fsset._proc.originalFormat: ProcFS instance, containing members: > _intf.storage.fsset._proc.originalFormat.uuid: None > _intf.storage.fsset._proc.originalFormat.exists: True > _intf.storage.fsset._proc.originalFormat._mountpoint: None > _intf.storage.fsset._proc.originalFormat.mountpoint: /proc > _intf.storage.fsset._proc.originalFormat._majorminor: None > _intf.storage.fsset._proc.originalFormat.fsprofile: None > _intf.storage.fsset._proc.originalFormat.label: None > _intf.storage.fsset._proc.originalFormat._targetSize: 0 > _intf.storage.fsset._proc.originalFormat._minInstanceSize: None > _intf.storage.fsset._proc.originalFormat.mountopts: None > _intf.storage.fsset._proc.originalFormat._size: 0 > _intf.storage.fsset._proc.originalFormat._device: proc > _intf.storage.fsset._proc._serial: None > _intf.storage.fsset.active: True > _intf.storage.fsset.cryptTab: CryptTab instance, containing members: > _intf.storage.fsset.cryptTab.devicetree: Already dumped (DeviceTree instance) > _intf.storage.fsset.cryptTab.blkidTab: None > _intf.storage.fsset.cryptTab.chroot: Skipped > _intf.storage.fsset.cryptTab.mappings: {} > _intf.storage.fsset._devpts: NoDevice instance, containing members: > _intf.storage.fsset._devpts.major: 0 > _intf.storage.fsset._devpts._partedDevice: None > _intf.storage.fsset._devpts.exists: True > _intf.storage.fsset._devpts._size: 0 > _intf.storage.fsset._devpts.id: 22 > _intf.storage.fsset._devpts.controllable: True > _intf.storage.fsset._devpts.uuid: None > _intf.storage.fsset._devpts._format: DevPtsFS instance, containing members: > _intf.storage.fsset._devpts._format.uuid: None > _intf.storage.fsset._devpts._format.exists: True > _intf.storage.fsset._devpts._format._mountpoint: /mnt/sysimage/dev/pts > _intf.storage.fsset._devpts._format._majorminor: None > _intf.storage.fsset._devpts._format._minInstanceSize: None > _intf.storage.fsset._devpts._format.fsprofile: None > _intf.storage.fsset._devpts._format.label: None > _intf.storage.fsset._devpts._format._targetSize: 0 > _intf.storage.fsset._devpts._format._size: 0 > _intf.storage.fsset._devpts._format.mountopts: None > _intf.storage.fsset._devpts._format.mountpoint: /dev/pts > _intf.storage.fsset._devpts._format._device: devpts > _intf.storage.fsset._devpts.parents: [] > _intf.storage.fsset._devpts.deviceLinks: [] > _intf.storage.fsset._devpts.minor: 0 > _intf.storage.fsset._devpts.fstabComment: Skipped > _intf.storage.fsset._devpts.bus: Skipped > _intf.storage.fsset._devpts.sysfsPath: Skipped > _intf.storage.fsset._devpts._targetSize: 0 > _intf.storage.fsset._devpts._model: Skipped > _intf.storage.fsset._devpts.kids: 0 > _intf.storage.fsset._devpts._vendor: Skipped > _intf.storage.fsset._devpts._name: devpts > _intf.storage.fsset._devpts.protected: False > _intf.storage.fsset._devpts.originalFormat: DevPtsFS instance, containing members: > _intf.storage.fsset._devpts.originalFormat.uuid: None > _intf.storage.fsset._devpts.originalFormat.exists: True > _intf.storage.fsset._devpts.originalFormat._mountpoint: None > _intf.storage.fsset._devpts.originalFormat.mountpoint: /dev/pts > _intf.storage.fsset._devpts.originalFormat._majorminor: None > _intf.storage.fsset._devpts.originalFormat.fsprofile: None > _intf.storage.fsset._devpts.originalFormat.label: None > _intf.storage.fsset._devpts.originalFormat._targetSize: 0 > _intf.storage.fsset._devpts.originalFormat._minInstanceSize: None > _intf.storage.fsset._devpts.originalFormat.mountopts: None > _intf.storage.fsset._devpts.originalFormat._size: 0 > _intf.storage.fsset._devpts.originalFormat._device: devpts > _intf.storage.fsset._devpts._serial: None > _intf.storage.fsset._sysfs: NoDevice instance, containing members: > _intf.storage.fsset._sysfs.major: 0 > _intf.storage.fsset._sysfs._partedDevice: None > _intf.storage.fsset._sysfs.exists: True > _intf.storage.fsset._sysfs._size: 0 > _intf.storage.fsset._sysfs.id: 23 > _intf.storage.fsset._sysfs.controllable: True > _intf.storage.fsset._sysfs.uuid: None > _intf.storage.fsset._sysfs._format: SysFS instance, containing members: > _intf.storage.fsset._sysfs._format.uuid: None > _intf.storage.fsset._sysfs._format.exists: True > _intf.storage.fsset._sysfs._format._mountpoint: None > _intf.storage.fsset._sysfs._format._majorminor: None > _intf.storage.fsset._sysfs._format._minInstanceSize: None > _intf.storage.fsset._sysfs._format.fsprofile: None > _intf.storage.fsset._sysfs._format.label: None > _intf.storage.fsset._sysfs._format._targetSize: 0 > _intf.storage.fsset._sysfs._format._size: 0 > _intf.storage.fsset._sysfs._format.mountopts: None > _intf.storage.fsset._sysfs._format.mountpoint: /sys > _intf.storage.fsset._sysfs._format._device: sys > _intf.storage.fsset._sysfs.parents: [] > _intf.storage.fsset._sysfs.deviceLinks: [] > _intf.storage.fsset._sysfs.minor: 0 > _intf.storage.fsset._sysfs.fstabComment: Skipped > _intf.storage.fsset._sysfs.bus: Skipped > _intf.storage.fsset._sysfs.sysfsPath: Skipped > _intf.storage.fsset._sysfs._targetSize: 0 > _intf.storage.fsset._sysfs._model: Skipped > _intf.storage.fsset._sysfs.kids: 0 > _intf.storage.fsset._sysfs._vendor: Skipped > _intf.storage.fsset._sysfs._name: sys > _intf.storage.fsset._sysfs.protected: False > _intf.storage.fsset._sysfs.originalFormat: SysFS instance, containing members: > _intf.storage.fsset._sysfs.originalFormat.uuid: None > _intf.storage.fsset._sysfs.originalFormat.exists: True > _intf.storage.fsset._sysfs.originalFormat._mountpoint: None > _intf.storage.fsset._sysfs.originalFormat.mountpoint: /sys > _intf.storage.fsset._sysfs.originalFormat._majorminor: None > _intf.storage.fsset._sysfs.originalFormat.fsprofile: None > _intf.storage.fsset._sysfs.originalFormat.label: None > _intf.storage.fsset._sysfs.originalFormat._targetSize: 0 > _intf.storage.fsset._sysfs.originalFormat._minInstanceSize: None > _intf.storage.fsset._sysfs.originalFormat.mountopts: None > _intf.storage.fsset._sysfs.originalFormat._size: 0 > _intf.storage.fsset._sysfs.originalFormat._device: sys > _intf.storage.fsset._sysfs._serial: None > _intf.storage.fsset._selinux: NoDevice instance, containing members: > _intf.storage.fsset._selinux.major: 0 > _intf.storage.fsset._selinux._partedDevice: None > _intf.storage.fsset._selinux.exists: True > _intf.storage.fsset._selinux._size: 0 > _intf.storage.fsset._selinux.id: 25 > _intf.storage.fsset._selinux.controllable: True > _intf.storage.fsset._selinux.uuid: None > _intf.storage.fsset._selinux._format: SELinuxFS instance, containing members: > _intf.storage.fsset._selinux._format.uuid: None > _intf.storage.fsset._selinux._format.exists: True > _intf.storage.fsset._selinux._format._mountpoint: /mnt/sysimage/sys/fs/selinux > _intf.storage.fsset._selinux._format._majorminor: None > _intf.storage.fsset._selinux._format._minInstanceSize: None > _intf.storage.fsset._selinux._format.fsprofile: None > _intf.storage.fsset._selinux._format.label: None > _intf.storage.fsset._selinux._format._targetSize: 0 > _intf.storage.fsset._selinux._format._size: 0 > _intf.storage.fsset._selinux._format.mountopts: None > _intf.storage.fsset._selinux._format.mountpoint: /sys/fs/selinux > _intf.storage.fsset._selinux._format._device: selinuxfs > _intf.storage.fsset._selinux.parents: [] > _intf.storage.fsset._selinux.deviceLinks: [] > _intf.storage.fsset._selinux.minor: 0 > _intf.storage.fsset._selinux.fstabComment: Skipped > _intf.storage.fsset._selinux.bus: Skipped > _intf.storage.fsset._selinux.sysfsPath: Skipped > _intf.storage.fsset._selinux._targetSize: 0 > _intf.storage.fsset._selinux._model: Skipped > _intf.storage.fsset._selinux.kids: 0 > _intf.storage.fsset._selinux._vendor: Skipped > _intf.storage.fsset._selinux._name: selinuxfs > _intf.storage.fsset._selinux.protected: False > _intf.storage.fsset._selinux.originalFormat: SELinuxFS instance, containing members: > _intf.storage.fsset._selinux.originalFormat.uuid: None > _intf.storage.fsset._selinux.originalFormat.exists: True > _intf.storage.fsset._selinux.originalFormat._mountpoint: None > _intf.storage.fsset._selinux.originalFormat.mountpoint: /sys/fs/selinux > _intf.storage.fsset._selinux.originalFormat._majorminor: None > _intf.storage.fsset._selinux.originalFormat.fsprofile: None > _intf.storage.fsset._selinux.originalFormat.label: None > _intf.storage.fsset._selinux.originalFormat._targetSize: 0 > _intf.storage.fsset._selinux.originalFormat._minInstanceSize: None > _intf.storage.fsset._selinux.originalFormat.mountopts: None > _intf.storage.fsset._selinux.originalFormat._size: 0 > _intf.storage.fsset._selinux.originalFormat._device: selinuxfs > _intf.storage.fsset._selinux._serial: None > _intf.storage.config: StorageDiscoveryConfig instance, containing members: > _intf.storage.config.clearPartType: 2 > _intf.storage.config.clearNonExistent: True > _intf.storage.config.ignoredDisks: [] > _intf.storage.config.protectedDevSpecs: [/dev/sr0] > _intf.storage.config.ignoreDiskInteractive: False > _intf.storage.config.exclusiveDisks: [vda] > _intf.storage.config.clearPartDevices: [] > _intf.storage.config.zeroMbr: False > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [vda] > _intf.storage.config.mpathFriendlyNames: True > _intf.storage.config.initializeDisks: True > _intf.storage.size_sets: [] > _intf.storage.autoPartType: 2 > _intf.storage._bootloader: EFIGRUB instance, containing members: > _intf.storage._bootloader._disk_order: [] > _intf.storage._bootloader.console_options: Skipped > _intf.storage._bootloader.console: Skipped > _intf.storage._bootloader.skip_bootloader: False > _intf.storage._bootloader.warnings: [] > _intf.storage._bootloader.chain_images: [] > _intf.storage._bootloader.stage2_is_preferred_stage1: False > _intf.storage._bootloader.disks: [Already dumped (DiskDevice instance) >] > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader._default_image: LinuxBootLoaderImage instance, containing members: > _intf.storage._bootloader._default_image.short_label: linux > _intf.storage._bootloader._default_image.label: Fedora > _intf.storage._bootloader._default_image._initrd: None > _intf.storage._bootloader._default_image.version: 3.9.0-0.rc4.git0.1.fc19.x86_64 > _intf.storage._bootloader._default_image._kernel: None > _intf.storage._bootloader._default_image.device: Already dumped (LVMLogicalVolumeDevice instance) > _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 (PartitionDevice instance) > _intf.storage._bootloader.efi_dir: fedora > _intf.storage._bootloader._timeout: None > _intf.storage._bootloader.stage1_disk: Already dumped (DiskDevice instance) > _intf.storage._bootloader.password: None > _intf.storage._bootloader.dracut_args: rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 rd.luks=0 vconsole.keymap=us rd.lvm.lv=fedora/root rhgb quiet > _intf.storage._bootloader.boot_args: rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) rd.luks=0 vconsole.keymap=us rd.lvm.lv=fedora/root rhgb quiet > _intf.storage._bootloader.linux_images: [Already dumped (LinuxBootLoaderImage instance) >] > _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: Skipped > _intf.storage.encryptionCipher: None > _intf.storage.doAutoPart: True > _intf.storage.encryptionRetrofit: False > _intf.storage._nextID: 3 > _intf.storage.fcoe: fcoe instance, containing members: > _intf.storage.fcoe.started: True > _intf.storage.fcoe.nics: [] > _intf.storage.fcoe.lldpadStarted: False > _intf.storage.autoPartitionRequests: [PartSpec instance (0x5d4aed0) -- > mountpoint = / lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True > >, PartSpec instance (0x5d4ae50) -- > mountpoint = /home lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True > >, PartSpec instance (0x5d35750) -- > mountpoint = /boot lv = False singlePV = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False > >, PartSpec instance (0x5d358d0) -- > mountpoint = /boot/efi lv = False singlePV = False btrfs = False > weight = 5000 fstype = efi encrypted = False > size = 20 maxSize = 200 grow = True > >, PartSpec instance (0x5d35890) -- > mountpoint = None lv = True singlePV = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 4000 maxSize = None grow = False > >] > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.encryptedAutoPart: False > _intf._isFinal: False > _intf._distributionText: <function distributionText at 0x7f05e4702d70> > _intf._ui: None > _intf._actions: Skipped > _intf.payload: LiveImagePayload instance, containing members: > _intf.payload.storage: Already dumped (Blivet instance) > _intf.payload.pct: 100 > _intf.payload._createdInitrds: True > _intf.payload.data: Already dumped (AnacondaKSHandler instance) > _intf.payload.pct_lock: <thread.lock object at 0x52dbe50> > _intf.payload._kernelVersionList: [] > _intf._currentAction: ProgressHub instance, containing members: > _intf._currentAction._progress_id: 856 > _intf._currentAction._progressNotebook: Notebook instance, containing members: > _intf._currentAction.payload: Already dumped (LiveImagePayload 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.storage: Already dumped (Blivet instance) > _intf._currentAction.skipTo: None > _intf._currentAction._rnotes_id: 855 > _intf._currentAction._notReadySpokes: [] > _intf._currentAction._inSpoke: False > _intf._currentAction._update_spoke_id: 853 > _intf._currentAction._incompleteSpokes: [] > _intf._currentAction.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._currentStep: 8 > _intf._currentAction._progressLabel: Label instance, containing members: > _intf._currentAction._rnotesPages: <itertools.cycle object at 0x7f05a0035200> > _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: False > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.confirm: Entry instance, containing members: > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._oldweak: 111111 > _intf._currentAction._spokes.pw: Entry instance, containing members: > _intf._currentAction._spokes._password: 111111 > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.payload: Already dumped (LiveImagePayload instance) > _intf._currentAction._spokes._error: False >, 'UserSpoke': UserSpoke instance, containing members: > _intf._currentAction._spokes.guesser: {<Entry object at 0x7f05a0043870 (GtkEntry at 0x306d700)>: True} > _intf._currentAction._spokes._advanced: AdvancedUserDialog instance, containing members: > _intf._currentAction._spokes._advanced._window: Dialog instance, containing members: > _intf._currentAction._spokes._advanced.applyOnSkip: False > _intf._currentAction._spokes._advanced._groupDict: {'wheel': group --name=wheel > >} > _intf._currentAction._spokes._advanced.builder: Builder instance, containing members: > _intf._currentAction._spokes._advanced.skipTo: None > _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: 0 > _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._error: False > _intf._currentAction._spokes._oldweak: None > _intf._currentAction._spokes._wheel: Already dumped (F12_GroupData instance) > _intf._currentAction._spokes.payload: Already dumped (LiveImagePayload instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.confirm: Entry instance, containing members: > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes.usepassword: CheckButton instance, containing members: > _intf._currentAction._spokes.username: Entry instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _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: Entry instance, containing members: > _intf._currentAction._spokes._pwq: <pwquality.PWQSettings object at 0x52cbb70> > _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._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes.fullname: Entry instance, containing members: > _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._autoContinue: False > _intf._currentAction._configurationDone: False >updateSrc: None >upgradeRoot: None >rootParts: None >id: None >rescue: False >mediaDevice: None >upgrade: False >_network: None >methodstr: livecd:///dev/mapper/live-osimg-min >proxyPassword: None >desktop: Desktop instance, containing members: > desktop.info: {} > desktop.always_quote: False > desktop.write_quote: True > desktop.filename: None > desktop.read_unquote: True > desktop.runlevel: 3 > desktop._lines: [] >canReIPL: False >xdriver: None >stage2: None >rescue_mount: True >_bootloader: EFIGRUB instance, containing members: > _bootloader._disk_order: [] > _bootloader.console_options: Skipped > _bootloader.console: Skipped > _bootloader.skip_bootloader: False > _bootloader.warnings: [] > _bootloader.chain_images: [] > _bootloader.stage2_is_preferred_stage1: False > _bootloader.disks: [] > _bootloader._update_only: False > _bootloader._default_image: None > _bootloader.encrypted_password: Skipped > _bootloader.errors: [] > _bootloader.stage1_device: None > _bootloader.efi_dir: BOOT > _bootloader._timeout: None > _bootloader.stage1_disk: None > _bootloader.password: None > _bootloader.dracut_args: > _bootloader.boot_args: $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) > _bootloader.linux_images: [] >_payload: Already dumped (LiveImagePayload instance) >displayMode: g >ksdata: Already dumped (AnacondaKSHandler instance) >proxyUsername: None >extraModules: [] >mehConfig: Config instance, containing members: > mehConfig.callbackDict: {'lsblk_output': (<function lsblk_callback at 0x31d8320>, True), 'type': (<function <lambda> at 0x31d8488>, True), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0x31d8398>, True)} > mehConfig.attrSkipList: [_intf._actions, _intf._currentAction._xklwrapper, _intf._currentAction.language.translations, _intf._currentAction.language.locales, _intf.storage.bootloader.password, _intf.storage.data, _intf.storage.encryptionPassphrase, _bootloader.encrypted_password, _bootloader.password, payload._groups, payload._yum] > mehConfig.programVersion: 19.13 > mehConfig.localSkipList: [passphrase, 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, /mnt/sysimage/root/upgrade.log, /proc/cmdline, /var/log/messages] >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': [], 'serial': False, 'dmraid': True, 'armPlatform': None, 'virtpconsole': None, 'memcheck': True, 'iscsi': False, 'ksfile': None, 'dirinstall': False, 'kbdtype': None, 'runres': None, 'xdriver': None, 'display_mode': 'g', 'stage2': None, 'method': 'livecd:///dev/mapper/live-osimg-min', 'vncpassword': '', 'vnc': False, 'rescue': False, 'noverifyssl': False, 'autostep': False, 'proxy': None, 'dlabel': False, 'vncconnect': None, 'lang': 'en_US.UTF-8', 'askmethod': False, 'liveinst': True, 'loglevel': None, 'isHeadless': False, 'eject': True, 'rescue_nomount': False, 'keymap': None, 'mpath': True, 'ibft': True, 'debug': False, 'multiLib': False, 'nofb': None, 'targetArch': None} >proxy: None >Registered callbacks: > > >/tmp/anaconda.log: >17:51:57,693 INFO anaconda: /sbin/anaconda 19.13 >21:51:57,849 INFO anaconda: 2097152 kB (2048 MB) are available >17:51:57,849 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >17:51:57,850 INFO anaconda: Not doing 'start audit daemon' in live installation >17:51:57,850 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >17:51:57,851 INFO anaconda: Default encoding = ascii >17:51:58,270 INFO anaconda: Display mode = g >21:51:58,272 INFO anaconda: 2097152 kB (2048 MB) are available >17:51:58,272 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >17:51:58,435 INFO anaconda: using only installclass _Fedora >17:51:58,470 INFO anaconda: bootloader EFIGRUB on EFI platform >17:51:58,473 INFO anaconda: bootloader EFIGRUB on EFI platform >17:51:58,486 DEBUG anaconda: network: devices found ['eth0'] >17:51:58,606 DEBUG anaconda: network: dumping ifcfg file for default autoconnection on eth0 >17:51:59,144 DEBUG anaconda: network: setting autoconnect of eth0 to False >17:52:00,273 DEBUG anaconda: updating hostname localhost.localdomain >17:52:00,312 INFO anaconda: Running Thread: AnaStorageThread (139662634260224) >17:52:00,334 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (139662625867520) >17:52:00,343 INFO anaconda: Not doing 'start chronyd' in live installation >17:52:00,357 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (139662625867520) >17:52:00,349 INFO anaconda: Running Thread: AnaPayloadThread (139662616422144) >17:52:00,564 ERR anaconda: Failed to import module in collect: cannot import name gtk_thread_wait >17:52:01,731 INFO anaconda: Thread Done: AnaStorageThread (139662634260224) >17:52:01,791 INFO anaconda: Thread Done: AnaPayloadThread (139662616422144) >17:52:10,180 INFO anaconda: Not doing 'replace runtime X layouts' in live installation >17:52:10,241 DEBUG anaconda: network standalone spoke (init): completed: True >17:52:10,246 ERR anaconda: Failed to import module in collect: cannot import name gtk_thread_wait >17:52:10,247 ERR anaconda: Failed to import module in collect: cannot import name gtk_thread_wait >17:52:10,249 ERR anaconda: Failed to import module in collect: cannot import name gtk_thread_wait >12:52:10,542 INFO anaconda: Not doing 'save system time' in live installation >12:52:10,543 INFO anaconda: Not doing 'save system time' in live installation >17:52:10,553 INFO anaconda: Not doing 'modify system time and date' in live installation >17:52:10,560 INFO anaconda: Running Thread: AnaNTPserver0 (139662616422144) >17:52:10,565 INFO anaconda: Running Thread: AnaNTPserver1 (139662634260224) >17:52:10,571 INFO anaconda: Running Thread: AnaNTPserver2 (139662625867520) >17:52:10,583 INFO anaconda: Running Thread: AnaNTPserver3 (139662263461632) >17:52:10,686 INFO anaconda: Thread Done: AnaNTPserver2 (139662625867520) >17:52:10,701 INFO anaconda: Thread Done: AnaNTPserver3 (139662263461632) >17:52:14,226 INFO anaconda: fs space: 0 B needed: 4.68 GB >17:52:14,293 INFO anaconda: Not doing 'hide runtime keyboard configuration warning' in live installation >17:52:14,294 INFO anaconda: Not doing 'add runtime X layout' in live installation >17:52:14,312 INFO anaconda: Not doing 'test X layouts' in live installation >17:52:14,321 WARN anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:113: Warning: g_object_disconnect: invalid signal spec "button-release-event" > return info.invoke(*args, **kwargs) > >17:52:16,159 INFO anaconda: fs space: 0 B needed: 4.68 GB >17:52:16,272 INFO anaconda: Running Thread: AnaStorageWatcher (139662244525824) >17:52:16,280 INFO anaconda: Thread Done: AnaStorageWatcher (139662244525824) >17:52:16,418 DEBUG anaconda: updating hostname localhost.localdomain >17:52:16,458 DEBUG anaconda: updating hostname localhost.localdomain >17:52:18,002 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x596f350> status to: Probing storage... >17:52:18,006 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x596f350> >17:52:20,587 INFO anaconda: Thread Done: AnaNTPserver0 (139662616422144) >17:52:20,594 INFO anaconda: Thread Done: AnaNTPserver1 (139662634260224) >17:52:25,982 DEBUG anaconda: disk free: 10.24 GB fs free: 0 B sw needs: 4.68 GB auto swap: 4 GB >17:55:20,906 INFO anaconda: Running Thread: AnaExecuteStorageThread (139662625867520) >17:55:20,935 DEBUG anaconda: new disk order: [] >17:55:21,002 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x596f350> >17:55:21,023 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x596f350> status to: Saving storage configuration... >17:55:21,081 DEBUG anaconda: stage1 device cannot be of type disk >17:55:21,082 INFO anaconda: Thread Done: AnaExecuteStorageThread (139662625867520) >17:55:22,003 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x596f350> >17:55:28,415 DEBUG anaconda: disk free: 10.23 GB fs free: 0 B sw needs: 4.68 GB auto swap: 4 GB >17:55:31,620 INFO anaconda: Running Thread: AnaExecuteStorageThread (139662625867520) >17:55:31,650 DEBUG anaconda: new disk order: [] >17:55:31,723 DEBUG anaconda: stage1 device cannot be of type disk >17:55:32,003 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x596f350> >17:55:32,006 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x596f350> status to: Saving storage configuration... >17:55:32,058 DEBUG anaconda: stage1 device cannot be of type lvmvg >17:55:32,058 DEBUG anaconda: stage1 device cannot be of type lvmlv >17:55:32,058 DEBUG anaconda: stage1 device cannot be of type lvmlv >17:55:32,058 DEBUG anaconda: stage1 device cannot be of type disk >17:55:32,061 DEBUG anaconda: _is_valid_disklabel(vda1) returning True >17:55:32,062 DEBUG anaconda: _is_valid_size(vda1) returning True >17:55:32,062 DEBUG anaconda: _is_valid_location(vda1) returning True >17:55:32,062 WARN anaconda: vda1 not bootable >17:55:32,062 DEBUG anaconda: _is_valid_format(vda1) returning True >17:55:32,062 DEBUG anaconda: is_valid_stage1_device(vda1) returning True >17:55:32,070 DEBUG anaconda: _is_valid_disklabel(vda1) returning True >17:55:32,071 DEBUG anaconda: _is_valid_size(vda1) returning True >17:55:32,071 DEBUG anaconda: _is_valid_location(vda1) returning True >17:55:32,071 WARN anaconda: vda1 not bootable >17:55:32,071 DEBUG anaconda: _is_valid_format(vda1) returning True >17:55:32,071 DEBUG anaconda: is_valid_stage1_device(vda1) returning True >17:55:32,071 DEBUG anaconda: _is_valid_disklabel(vda2) returning True >17:55:32,071 DEBUG anaconda: _is_valid_size(vda2) returning True >17:55:32,071 DEBUG anaconda: _is_valid_location(vda2) returning True >17:55:32,071 DEBUG anaconda: _is_valid_partition(vda2) returning True >17:55:32,071 DEBUG anaconda: _is_valid_format(vda2) returning True >17:55:32,071 DEBUG anaconda: is_valid_stage2_device(vda2) returning True >17:55:32,080 DEBUG anaconda: stage1 device cannot be of type lvmvg >17:55:32,080 DEBUG anaconda: stage1 device cannot be of type lvmlv >17:55:32,081 DEBUG anaconda: stage1 device cannot be of type lvmlv >17:55:32,081 DEBUG anaconda: stage1 device cannot be of type disk >17:55:32,081 DEBUG anaconda: _is_valid_disklabel(vda1) returning True >17:55:32,081 DEBUG anaconda: _is_valid_size(vda1) returning True >17:55:32,084 DEBUG anaconda: _is_valid_location(vda1) returning True >17:55:32,084 WARN anaconda: vda1 not bootable >17:55:32,085 DEBUG anaconda: _is_valid_format(vda1) returning True >17:55:32,085 DEBUG anaconda: is_valid_stage1_device(vda1) returning True >17:55:32,087 INFO anaconda: Thread Done: AnaExecuteStorageThread (139662625867520) >17:55:32,087 INFO anaconda: Running Thread: AnaCheckStorageThread (139662634260224) >17:55:32,090 DEBUG anaconda: _is_valid_disklabel(vda1) returning True >17:55:32,091 DEBUG anaconda: _is_valid_size(vda1) returning True >17:55:32,091 DEBUG anaconda: _is_valid_location(vda1) returning True >17:55:32,092 WARN anaconda: vda1 not bootable >17:55:32,092 DEBUG anaconda: _is_valid_format(vda1) returning True >17:55:32,092 DEBUG anaconda: is_valid_stage1_device(vda1) returning True >17:55:32,092 DEBUG anaconda: _is_valid_disklabel(vda2) returning True >17:55:32,092 DEBUG anaconda: _is_valid_size(vda2) returning True >17:55:32,092 DEBUG anaconda: _is_valid_location(vda2) returning True >17:55:32,092 DEBUG anaconda: _is_valid_partition(vda2) returning True >17:55:32,093 DEBUG anaconda: _is_valid_format(vda2) returning True >17:55:32,093 DEBUG anaconda: is_valid_stage2_device(vda2) returning True >17:55:32,094 INFO anaconda: Thread Done: AnaCheckStorageThread (139662634260224) >17:55:34,248 INFO anaconda: fs space: 5.53 GB needed: 4.68 GB >17:55:34,249 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x596f350> >17:55:35,476 INFO anaconda: fs space: 5.53 GB needed: 4.68 GB >17:55:35,477 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x596f350> >17:55:35,478 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x596f350> status to: Checking storage configuration... >17:55:36,702 INFO anaconda: fs space: 5.53 GB needed: 4.68 GB >17:55:36,703 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x596f350> >17:55:39,547 ERR anaconda: Failed to import module in collect: cannot import name gtk_thread_wait >17:55:39,549 ERR anaconda: Failed to import module in collect: cannot import name gtk_thread_wait >17:55:39,620 INFO anaconda: Running Thread: AnaInstallThread (139662634260224) >17:55:39,621 INFO anaconda: Not doing 'save system time to HW clock' in live installation >17:55:39,622 INFO anaconda: Setting up the installation environment >17:55:39,824 INFO anaconda: Creating disklabel on /dev/vda >17:55:40,227 INFO anaconda: Creating efi on /dev/vda1 >17:55:40,474 INFO anaconda: Creating ext4 on /dev/vda2 >17:55:40,942 INFO anaconda: Creating lvmpv on /dev/vda3 >17:55:41,699 INFO anaconda: Creating swap on /dev/mapper/fedora-swap >17:55:42,148 INFO anaconda: Creating ext4 on /dev/mapper/fedora-root >17:55:44,201 INFO anaconda: Running Thread: AnaLiveProgressThread (139662625867520) >17:59:40,983 INFO anaconda: rsync exited with code 23 >17:59:40,990 INFO anaconda: Thread Done: AnaLiveProgressThread (139662625867520) >17:59:40,995 INFO anaconda: Performing post-installation setup tasks >18:02:14,115 INFO anaconda: Installing bootloader >18:02:14,115 INFO anaconda: bootloader stage1 target device is vda1 >18:02:14,116 INFO anaconda: bootloader stage2 target device is vda2 >18:02:14,117 DEBUG anaconda: new default image: <pyanaconda.bootloader.LinuxBootLoaderImage object at 0x7f05b827e210> >18:02:14,615 INFO anaconda: Thread Done: AnaInstallThread (139662634260224) > > >/tmp/packaging.log: >17:59:41,700 DEBUG packaging: kernel versions: ['3.9.0-0.rc4.git0.1.fc19.x86_64'] >17:59:41,701 INFO packaging: recreating initrd for 3.9.0-0.rc4.git0.1.fc19.x86_64 > > >/tmp/program.log: >17:51:57,117 INFO program: Running... udevadm settle --timeout=300 >17:51:57,140 DEBUG program: Return code: 0 >17:51:57,449 INFO program: Running... udevadm settle --timeout=300 >17:51:57,460 DEBUG program: Return code: 0 >17:51:57,901 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >17:51:57,914 DEBUG program: Return code: 0 >17:51:57,915 INFO program: Running... udevadm settle --timeout=300 >17:51:57,970 DEBUG program: Return code: 0 >17:51:57,971 INFO program: Running... modprobe fcoe >17:51:58,006 DEBUG program: Return code: 0 >17:51:58,006 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >17:51:58,020 INFO program: No FCoE boot disk information is found in EDD! >17:51:58,020 DEBUG program: Return code: 1 >17:51:58,023 INFO program: Running... udevadm settle --timeout=300 >17:51:58,032 DEBUG program: Return code: 0 >17:51:58,151 INFO program: Running... multipath -d >17:51:58,172 DEBUG program: Return code: 0 >17:51:58,175 INFO program: Running... multipath -ll >17:51:58,181 DEBUG program: Return code: 0 >17:52:00,313 INFO program: Running... udevadm control --property=ANACONDA=1 >17:52:00,450 DEBUG program: Return code: 0 >17:52:00,450 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >17:52:00,517 DEBUG program: Return code: 0 >17:52:00,517 INFO program: Running... udevadm settle --timeout=300 >17:52:00,611 DEBUG program: Return code: 0 >17:52:00,614 INFO program: Running... udevadm settle --timeout=300 >17:52:00,637 DEBUG program: Return code: 0 >17:52:00,647 INFO program: Running... udevadm settle --timeout=300 >17:52:00,671 DEBUG program: Return code: 0 >17:52:00,696 INFO program: Running... multipath -d >17:52:00,718 DEBUG program: Return code: 0 >17:52:00,719 INFO program: Running... multipath -ll >17:52:00,736 DEBUG program: Return code: 0 >17:52:01,050 INFO program: Running... dumpe2fs -h /dev/loop3 >17:52:01,148 INFO program: dumpe2fs 1.42.7 (21-Jan-2013) >17:52:01,150 INFO program: Filesystem volume name: _Fedora-19-Alpha >17:52:01,150 INFO program: Last mounted on: /var/tmp/imgcreate-Kvsqtr/install_root >17:52:01,150 INFO program: Filesystem UUID: f6300ae3-7ce8-4d67-871b-2576acb171de >17:52:01,150 INFO program: Filesystem magic number: 0xEF53 >17:52:01,150 INFO program: Filesystem revision #: 1 (dynamic) >17:52:01,150 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >17:52:01,150 INFO program: Filesystem flags: signed_directory_hash >17:52:01,150 INFO program: Default mount options: user_xattr acl >17:52:01,152 INFO program: Filesystem state: clean >17:52:01,153 INFO program: Errors behavior: Continue >17:52:01,153 INFO program: Filesystem OS type: Linux >17:52:01,153 INFO program: Inode count: 524288 >17:52:01,153 INFO program: Block count: 2097152 >17:52:01,153 INFO program: Reserved block count: 20970 >17:52:01,153 INFO program: Free blocks: 804426 >17:52:01,153 INFO program: Free inodes: 376797 >17:52:01,153 INFO program: First block: 0 >17:52:01,153 INFO program: Block size: 4096 >17:52:01,154 INFO program: Fragment size: 4096 >17:52:01,155 INFO program: Reserved GDT blocks: 511 >17:52:01,155 INFO program: Blocks per group: 32768 >17:52:01,156 INFO program: Fragments per group: 32768 >17:52:01,157 INFO program: Inodes per group: 8192 >17:52:01,164 INFO program: Inode blocks per group: 512 >17:52:01,165 INFO program: RAID stride: 32582 >17:52:01,165 INFO program: Flex block group size: 16 >17:52:01,165 INFO program: Filesystem created: Mon Mar 25 23:23:26 2013 >17:52:01,165 INFO program: Last mount time: Mon Mar 25 23:23:27 2013 >17:52:01,165 INFO program: Last write time: Mon Mar 25 23:37:20 2013 >17:52:01,165 INFO program: Mount count: 0 >17:52:01,165 INFO program: Maximum mount count: -1 >17:52:01,165 INFO program: Last checked: Mon Mar 25 23:37:20 2013 >17:52:01,165 INFO program: Check interval: 0 (<none>) >17:52:01,165 INFO program: Lifetime writes: 987 MB >17:52:01,173 INFO program: Reserved blocks uid: 0 (user root) >17:52:01,173 INFO program: Reserved blocks gid: 0 (group root) >17:52:01,173 INFO program: First inode: 11 >17:52:01,173 INFO program: Inode size: 256 >17:52:01,173 INFO program: Required extra isize: 28 >17:52:01,173 INFO program: Desired extra isize: 28 >17:52:01,173 INFO program: Journal inode: 8 >17:52:01,174 INFO program: Default directory hash: half_md4 >17:52:01,180 INFO program: Directory Hash Seed: 2da37550-d59d-4d8c-90f1-a902686d0dd7 >17:52:01,181 INFO program: Journal backup: inode blocks >17:52:01,181 INFO program: Journal features: journal_incompat_revoke >17:52:01,181 INFO program: Journal size: 128M >17:52:01,181 INFO program: Journal length: 32768 >17:52:01,181 INFO program: Journal sequence: 0x00002261 >17:52:01,181 INFO program: Journal start: 0 >17:52:01,181 INFO program: >17:52:01,181 DEBUG program: Return code: 0 >17:52:01,181 INFO program: Running... resize2fs -P /dev/loop3 >17:52:01,218 INFO program: resize2fs 1.42.7 (21-Jan-2013) >17:52:01,218 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop3 >17:52:01,218 INFO program: Couldn't find valid filesystem superblock. >17:52:01,218 DEBUG program: Return code: 1 >17:52:01,281 INFO program: Running... udevadm settle --timeout=300 >17:52:01,310 DEBUG program: Return code: 0 >17:52:01,355 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >17:52:01,373 INFO program: dumpe2fs 1.42.7 (21-Jan-2013) >17:52:01,374 INFO program: Filesystem volume name: _Fedora-19-Alpha >17:52:01,375 INFO program: Last mounted on: / >17:52:01,375 INFO program: Filesystem UUID: f6300ae3-7ce8-4d67-871b-2576acb171de >17:52:01,376 INFO program: Filesystem magic number: 0xEF53 >17:52:01,376 INFO program: Filesystem revision #: 1 (dynamic) >17:52:01,377 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >17:52:01,377 INFO program: Filesystem flags: signed_directory_hash >17:52:01,378 INFO program: Default mount options: user_xattr acl >17:52:01,378 INFO program: Filesystem state: clean >17:52:01,378 INFO program: Errors behavior: Continue >17:52:01,378 INFO program: Filesystem OS type: Linux >17:52:01,378 INFO program: Inode count: 524288 >17:52:01,378 INFO program: Block count: 2097152 >17:52:01,378 INFO program: Reserved block count: 20970 >17:52:01,378 INFO program: Free blocks: 804426 >17:52:01,378 INFO program: Free inodes: 376797 >17:52:01,378 INFO program: First block: 0 >17:52:01,380 INFO program: Block size: 4096 >17:52:01,380 INFO program: Fragment size: 4096 >17:52:01,381 INFO program: Reserved GDT blocks: 511 >17:52:01,381 INFO program: Blocks per group: 32768 >17:52:01,381 INFO program: Fragments per group: 32768 >17:52:01,381 INFO program: Inodes per group: 8192 >17:52:01,381 INFO program: Inode blocks per group: 512 >17:52:01,381 INFO program: RAID stride: 32582 >17:52:01,382 INFO program: Flex block group size: 16 >17:52:01,383 INFO program: Filesystem created: Mon Mar 25 23:23:26 2013 >17:52:01,383 INFO program: Last mount time: Thu Mar 28 17:51:34 2013 >17:52:01,383 INFO program: Last write time: Thu Mar 28 17:51:34 2013 >17:52:01,383 INFO program: Mount count: 1 >17:52:01,383 INFO program: Maximum mount count: -1 >17:52:01,385 INFO program: Last checked: Mon Mar 25 23:37:20 2013 >17:52:01,385 INFO program: Check interval: 0 (<none>) >17:52:01,385 INFO program: Lifetime writes: 987 MB >17:52:01,385 INFO program: Reserved blocks uid: 0 (user root) >17:52:01,385 INFO program: Reserved blocks gid: 0 (group root) >17:52:01,385 INFO program: First inode: 11 >17:52:01,385 INFO program: Inode size: 256 >17:52:01,385 INFO program: Required extra isize: 28 >17:52:01,385 INFO program: Desired extra isize: 28 >17:52:01,385 INFO program: Journal inode: 8 >17:52:01,385 INFO program: First orphan inode: 308978 >17:52:01,386 INFO program: Default directory hash: half_md4 >17:52:01,387 INFO program: Directory Hash Seed: 2da37550-d59d-4d8c-90f1-a902686d0dd7 >17:52:01,387 INFO program: Journal backup: inode blocks >17:52:01,387 INFO program: Journal features: journal_incompat_revoke >17:52:01,387 INFO program: Journal size: 128M >17:52:01,387 INFO program: Journal length: 32768 >17:52:01,387 INFO program: Journal sequence: 0x00002262 >17:52:01,387 INFO program: Journal start: 1 >17:52:01,387 INFO program: >17:52:01,387 DEBUG program: Return code: 0 >17:52:01,392 INFO program: Running... resize2fs -P /dev/mapper/live-rw >17:52:01,412 INFO program: resize2fs 1.42.7 (21-Jan-2013) >17:52:01,412 INFO program: Estimated minimum size of the filesystem: 1292753 >17:52:01,412 DEBUG program: Return code: 0 >17:52:01,467 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >17:52:01,480 INFO program: dumpe2fs 1.42.7 (21-Jan-2013) >17:52:01,481 INFO program: Filesystem volume name: _Fedora-19-Alpha >17:52:01,481 INFO program: Last mounted on: /var/tmp/imgcreate-Kvsqtr/install_root >17:52:01,481 INFO program: Filesystem UUID: f6300ae3-7ce8-4d67-871b-2576acb171de >17:52:01,481 INFO program: Filesystem magic number: 0xEF53 >17:52:01,482 INFO program: Filesystem revision #: 1 (dynamic) >17:52:01,482 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >17:52:01,482 INFO program: Filesystem flags: signed_directory_hash >17:52:01,482 INFO program: Default mount options: user_xattr acl >17:52:01,483 INFO program: Filesystem state: clean >17:52:01,483 INFO program: Errors behavior: Continue >17:52:01,483 INFO program: Filesystem OS type: Linux >17:52:01,483 INFO program: Inode count: 327680 >17:52:01,483 INFO program: Block count: 1292753 >17:52:01,483 INFO program: Reserved block count: 12926 >17:52:01,484 INFO program: Free blocks: 12876 >17:52:01,484 INFO program: Free inodes: 180189 >17:52:01,484 INFO program: First block: 0 >17:52:01,484 INFO program: Block size: 4096 >17:52:01,484 INFO program: Fragment size: 4096 >17:52:01,485 INFO program: Reserved GDT blocks: 511 >17:52:01,485 INFO program: Blocks per group: 32768 >17:52:01,485 INFO program: Fragments per group: 32768 >17:52:01,485 INFO program: Inodes per group: 8192 >17:52:01,485 INFO program: Inode blocks per group: 512 >17:52:01,486 INFO program: RAID stride: 32582 >17:52:01,486 INFO program: Flex block group size: 16 >17:52:01,486 INFO program: Filesystem created: Mon Mar 25 23:23:26 2013 >17:52:01,486 INFO program: Last mount time: Mon Mar 25 23:23:27 2013 >17:52:01,486 INFO program: Last write time: Mon Mar 25 23:37:21 2013 >17:52:01,487 INFO program: Mount count: 0 >17:52:01,487 INFO program: Maximum mount count: -1 >17:52:01,487 INFO program: Last checked: Mon Mar 25 23:37:21 2013 >17:52:01,487 INFO program: Check interval: 0 (<none>) >17:52:01,487 INFO program: Lifetime writes: 989 MB >17:52:01,488 INFO program: Reserved blocks uid: 0 (user root) >17:52:01,488 INFO program: Reserved blocks gid: 0 (group root) >17:52:01,488 INFO program: First inode: 11 >17:52:01,489 INFO program: Inode size: 256 >17:52:01,489 INFO program: Required extra isize: 28 >17:52:01,489 INFO program: Desired extra isize: 28 >17:52:01,489 INFO program: Journal inode: 8 >17:52:01,489 INFO program: Default directory hash: half_md4 >17:52:01,490 INFO program: Directory Hash Seed: 2da37550-d59d-4d8c-90f1-a902686d0dd7 >17:52:01,491 INFO program: Journal backup: inode blocks >17:52:01,492 INFO program: Journal features: journal_incompat_revoke >17:52:01,492 INFO program: Journal size: 128M >17:52:01,492 INFO program: Journal length: 32768 >17:52:01,492 INFO program: Journal sequence: 0x00002261 >17:52:01,493 INFO program: Journal start: 0 >17:52:01,493 INFO program: >17:52:01,493 DEBUG program: Return code: 0 >17:52:01,494 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >17:52:01,518 INFO program: resize2fs 1.42.7 (21-Jan-2013) >17:52:01,518 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >17:52:01,518 INFO program: Couldn't find valid filesystem superblock. >17:52:01,518 DEBUG program: Return code: 1 >17:52:01,533 INFO program: Running... udevadm settle --timeout=300 >17:52:01,563 DEBUG program: Return code: 0 >17:52:01,574 INFO program: Running... udevadm settle --timeout=300 >17:52:01,603 DEBUG program: Return code: 0 >17:52:01,762 INFO program: Running... mount -t auto -o ro /dev/mapper/live-osimg-min /mnt/install/source >17:52:01,791 DEBUG program: Return code: 0 >17:55:20,935 INFO program: Running... udevadm settle --timeout=300 >17:55:21,064 DEBUG program: Return code: 0 >17:55:31,650 INFO program: Running... udevadm settle --timeout=300 >17:55:31,687 DEBUG program: Return code: 0 >17:55:39,622 INFO program: Running... swapoff -a >17:55:39,657 DEBUG program: Return code: 0 >17:55:39,693 INFO program: Running... wipefs -a /dev/vda >17:55:39,714 DEBUG program: Return code: 0 >17:55:39,714 INFO program: Running... udevadm settle --timeout=300 >17:55:39,740 DEBUG program: Return code: 0 >17:55:39,763 INFO program: Running... udevadm settle --timeout=300 >17:55:39,801 DEBUG program: Return code: 0 >17:55:39,802 INFO program: Running... udevadm settle --timeout=300 >17:55:39,823 DEBUG program: Return code: 0 >17:55:40,022 INFO program: Running... udevadm settle --timeout=300 >17:55:40,062 DEBUG program: Return code: 0 >17:55:40,063 INFO program: Running... udevadm settle --timeout=300 >17:55:40,081 DEBUG program: Return code: 0 >17:55:40,083 INFO program: Running... udevadm settle --timeout=300 >17:55:40,106 DEBUG program: Return code: 0 >17:55:40,117 INFO program: Running... udevadm settle --timeout=300 >17:55:40,153 DEBUG program: Return code: 0 >17:55:40,158 INFO program: Running... wipefs -a /dev/vda1 >17:55:40,174 DEBUG program: Return code: 0 >17:55:40,186 INFO program: Running... udevadm settle --timeout=300 >17:55:40,204 DEBUG program: Return code: 0 >17:55:40,205 INFO program: Running... udevadm settle --timeout=300 >17:55:40,225 DEBUG program: Return code: 0 >17:55:40,251 INFO program: Running... mkdosfs /dev/vda1 >17:55:40,274 INFO program: mkdosfs 3.0.16 (01 Mar 2013) >17:55:40,276 DEBUG program: Return code: 0 >17:55:40,280 INFO program: Running... udevadm settle --timeout=300 >17:55:40,305 DEBUG program: Return code: 0 >17:55:40,309 INFO program: Running... udevadm settle --timeout=300 >17:55:40,330 DEBUG program: Return code: 0 >17:55:40,356 INFO program: Running... udevadm settle --timeout=300 >17:55:40,399 DEBUG program: Return code: 0 >17:55:40,402 INFO program: Running... wipefs -a /dev/vda2 >17:55:40,423 DEBUG program: Return code: 0 >17:55:40,431 INFO program: Running... udevadm settle --timeout=300 >17:55:40,451 DEBUG program: Return code: 0 >17:55:40,451 INFO program: Running... udevadm settle --timeout=300 >17:55:40,473 DEBUG program: Return code: 0 >17:55:40,495 INFO program: Running... mke2fs -t ext4 /dev/vda2 >17:55:40,733 INFO program: mke2fs 1.42.7 (21-Jan-2013) >17:55:40,734 INFO program: Filesystem label= >17:55:40,734 INFO program: OS type: Linux >17:55:40,735 INFO program: Block size=1024 (log=0) >17:55:40,735 INFO program: Fragment size=1024 (log=0) >17:55:40,737 INFO program: Stride=0 blocks, Stripe width=0 blocks >17:55:40,737 INFO program: 128016 inodes, 512000 blocks >17:55:40,738 INFO program: 25600 blocks (5.00%) reserved for the super user >17:55:40,738 INFO program: First data block=1 >17:55:40,738 INFO program: Maximum filesystem blocks=67633152 >17:55:40,738 INFO program: 63 block groups >17:55:40,738 INFO program: 8192 blocks per group, 8192 fragments per group >17:55:40,738 INFO program: 2032 inodes per group >17:55:40,738 INFO program: Superblock backups stored on blocks: >17:55:40,738 INFO program: 8193, 24577, 40961, 57345, 73729, 204801, 221185, 401409 >17:55:40,738 INFO program: >17:55:40,745 INFO program: Allocating group tables: 0/63 done >17:55:40,745 INFO program: Writing inode tables: 0/63 done >17:55:40,746 INFO program: Creating journal (8192 blocks): done >17:55:40,746 INFO program: Writing superblocks and filesystem accounting information: 0/63 done >17:55:40,746 INFO program: >17:55:40,746 DEBUG program: Return code: 0 >17:55:40,747 INFO program: Running... udevadm settle --timeout=300 >17:55:40,775 DEBUG program: Return code: 0 >17:55:40,778 INFO program: Running... udevadm settle --timeout=300 >17:55:40,799 DEBUG program: Return code: 0 >17:55:40,811 INFO program: Running... udevadm settle --timeout=300 >17:55:40,856 DEBUG program: Return code: 0 >17:55:40,859 INFO program: Running... wipefs -a /dev/vda3 >17:55:40,877 DEBUG program: Return code: 0 >17:55:40,888 INFO program: Running... udevadm settle --timeout=300 >17:55:40,905 DEBUG program: Return code: 0 >17:55:40,906 INFO program: Running... udevadm settle --timeout=300 >17:55:40,939 DEBUG program: Return code: 0 >17:55:40,965 INFO program: Running... wipefs -a /dev/vda3 >17:55:40,987 DEBUG program: Return code: 0 >17:55:40,988 INFO program: Running... lvm pvcreate --config devices { filter=["r|/loop5$|","r|/loop6$|","r|/loop7$|"] } --dataalignment 1024k /dev/vda3 >17:55:41,098 INFO program: Physical volume "/dev/vda3" successfully created >17:55:41,098 DEBUG program: Return code: 0 >17:55:41,101 INFO program: Running... udevadm settle --timeout=300 >17:55:41,254 DEBUG program: Return code: 0 >17:55:41,260 INFO program: Running... udevadm settle --timeout=300 >17:55:41,288 DEBUG program: Return code: 0 >17:55:41,296 INFO program: Running... lvm vgcreate -s 4m --config devices { filter=["r|/loop5$|","r|/loop6$|","r|/loop7$|"] } fedora /dev/vda3 >17:55:41,352 INFO program: Volume group "fedora" successfully created >17:55:41,352 DEBUG program: Return code: 0 >17:55:41,355 INFO program: Running... udevadm settle --timeout=300 >17:55:41,403 DEBUG program: Return code: 0 >17:55:41,404 INFO program: Running... udevadm settle --timeout=300 >17:55:41,426 DEBUG program: Return code: 0 >17:55:41,432 INFO program: Running... lvm lvcreate -L 4000m -n swap --config devices { filter=["r|/loop5$|","r|/loop6$|","r|/loop7$|"] } fedora >17:55:41,605 INFO program: Logical volume "swap" created >17:55:41,605 DEBUG program: Return code: 0 >17:55:41,613 INFO program: Running... udevadm settle --timeout=300 >17:55:41,675 DEBUG program: Return code: 0 >17:55:41,677 INFO program: Running... udevadm settle --timeout=300 >17:55:41,697 DEBUG program: Return code: 0 >17:55:41,704 INFO program: Running... mkswap -f /dev/mapper/fedora-swap >17:55:41,730 INFO program: Setting up swapspace version 1, size = 4095996 KiB >17:55:41,730 INFO program: no label, UUID=58f8fa82-f4a7-4951-a936-ef183d16b00b >17:55:41,730 DEBUG program: Return code: 0 >17:55:41,734 INFO program: Running... udevadm settle --timeout=300 >17:55:41,761 DEBUG program: Return code: 0 >17:55:41,767 INFO program: Running... udevadm settle --timeout=300 >17:55:41,787 DEBUG program: Return code: 0 >17:55:41,793 INFO program: Running... lvm lvcreate -L 5536m -n root --config devices { filter=["r|/loop5$|","r|/loop6$|","r|/loop7$|"] } fedora >17:55:42,059 INFO program: Logical volume "root" created >17:55:42,059 DEBUG program: Return code: 0 >17:55:42,064 INFO program: Running... udevadm settle --timeout=300 >17:55:42,123 DEBUG program: Return code: 0 >17:55:42,123 INFO program: Running... udevadm settle --timeout=300 >17:55:42,146 DEBUG program: Return code: 0 >17:55:42,152 INFO program: Running... mke2fs -t ext4 /dev/mapper/fedora-root >17:55:43,647 INFO program: mke2fs 1.42.7 (21-Jan-2013) >17:55:43,648 INFO program: Filesystem label= >17:55:43,649 INFO program: OS type: Linux >17:55:43,650 INFO program: Block size=4096 (log=2) >17:55:43,650 INFO program: Fragment size=4096 (log=2) >17:55:43,651 INFO program: Stride=0 blocks, Stripe width=0 blocks >17:55:43,651 INFO program: 354816 inodes, 1417216 blocks >17:55:43,652 INFO program: 70860 blocks (5.00%) reserved for the super user >17:55:43,653 INFO program: First data block=0 >17:55:43,653 INFO program: Maximum filesystem blocks=1451229184 >17:55:43,653 INFO program: 44 block groups >17:55:43,653 INFO program: 32768 blocks per group, 32768 fragments per group >17:55:43,653 INFO program: 8064 inodes per group >17:55:43,653 INFO program: Superblock backups stored on blocks: >17:55:43,653 INFO program: 32768, 98304, 163840, 229376, 294912, 819200, 884736 >17:55:43,654 INFO program: >17:55:43,654 INFO program: Allocating group tables: 0/44 done >17:55:43,654 INFO program: Writing inode tables: 0/44 done >17:55:43,654 INFO program: Creating journal (32768 blocks): done >17:55:43,654 INFO program: Writing superblocks and filesystem accounting information: 0/44 done >17:55:43,654 INFO program: >17:55:43,654 DEBUG program: Return code: 0 >17:55:43,665 INFO program: Running... udevadm settle --timeout=300 >17:55:43,695 DEBUG program: Return code: 0 >17:55:43,698 INFO program: Running... udevadm settle --timeout=300 >17:55:43,714 DEBUG program: Return code: 0 >17:55:43,773 INFO program: Running... swapon /dev/mapper/fedora-swap >17:55:43,797 DEBUG program: Return code: 0 >17:55:43,835 INFO program: Running... mount -t ext4 -o defaults /dev/mapper/fedora-root /mnt/sysimage >17:55:43,875 DEBUG program: Return code: 0 >17:55:43,879 INFO program: Running... mount -t ext4 -o defaults /dev/vda2 /mnt/sysimage/boot >17:55:43,919 DEBUG program: Return code: 0 >17:55:43,923 INFO program: Running... mount -t vfat -o umask=0077,shortname=winnt /dev/vda1 /mnt/sysimage/boot/efi >17:55:43,947 DEBUG program: Return code: 0 >17:55:43,951 INFO program: Running... mount -t bind -o bind,defaults /dev /mnt/sysimage/dev >17:55:43,969 DEBUG program: Return code: 0 >17:55:43,972 INFO program: Running... mount -t devpts -o gid=5,mode=620 devpts /mnt/sysimage/dev/pts >17:55:43,990 DEBUG program: Return code: 0 >17:55:43,993 INFO program: Running... mount -t tmpfs -o defaults tmpfs /mnt/sysimage/dev/shm >17:55:44,015 DEBUG program: Return code: 0 >17:55:44,021 INFO program: Running... mount -t proc -o defaults proc /mnt/sysimage/proc >17:55:44,039 DEBUG program: Return code: 0 >17:55:44,176 INFO program: Running... mount -t selinuxfs -o defaults selinuxfs /mnt/sysimage/sys/fs/selinux >17:55:44,194 DEBUG program: Return code: 0 >17:55:44,198 INFO program: Running... rsync -pogAXtlHrDx --exclude /dev/ --exclude /proc/ --exclude /sys/ --exclude /run/ /mnt/install/source/ /mnt/sysimage >17:59:40,976 INFO program: rsync: rsync_xal_set: lsetxattr(""/mnt/sysimage/boot/efi"","security.selinux") failed: Operation not supported (95) >17:59:40,978 INFO program: rsync: rsync_xal_set: lsetxattr(""/mnt/sysimage/boot/efi/.mach_kernel.s7jAAy"","security.selinux") failed: Operation not supported (95) >17:59:40,979 INFO program: rsync: rsync_xal_set: lsetxattr(""/mnt/sysimage/boot/efi/EFI"","security.selinux") failed: Operation not supported (95) >17:59:40,979 INFO program: rsync: rsync_xal_set: lsetxattr(""/mnt/sysimage/boot/efi/EFI/fedora"","security.selinux") failed: Operation not supported (95) >17:59:40,979 INFO program: rsync: rsync_xal_set: lsetxattr(""/mnt/sysimage/boot/efi/EFI/fedora/.MokManager.efi.tgRPCP"","security.selinux") failed: Operation not supported (95) >17:59:40,979 INFO program: rsync: rsync_xal_set: lsetxattr(""/mnt/sysimage/boot/efi/EFI/fedora/.gcdx64.efi.2zQ2N6"","security.selinux") failed: Operation not supported (95) >17:59:40,979 INFO program: rsync: rsync_xal_set: lsetxattr(""/mnt/sysimage/boot/efi/EFI/fedora/.grubx64.efi.fwYQ5n"","security.selinux") failed: Operation not supported (95) >17:59:40,981 INFO program: rsync: rsync_xal_set: lsetxattr(""/mnt/sysimage/boot/efi/EFI/fedora/.shim-fedora.efi.cGsCtF"","security.selinux") failed: Operation not supported (95) >17:59:40,981 INFO program: rsync: rsync_xal_set: lsetxattr(""/mnt/sysimage/boot/efi/EFI/fedora/.shim.efi.1xsm1W"","security.selinux") failed: Operation not supported (95) >17:59:40,981 INFO program: rsync: rsync_xal_set: lsetxattr(""/mnt/sysimage/boot/efi/EFI/fedora/fonts"","security.selinux") failed: Operation not supported (95) >17:59:40,981 INFO program: rsync: rsync_xal_set: lsetxattr(""/mnt/sysimage/boot/efi/EFI/fedora/fonts/.unicode.pf2.a2O6Je"","security.selinux") failed: Operation not supported (95) >17:59:40,981 INFO program: rsync: rsync_xal_set: lsetxattr(""/mnt/sysimage/boot/efi/System"","security.selinux") failed: Operation not supported (95) >17:59:40,981 INFO program: rsync: rsync_xal_set: lsetxattr(""/mnt/sysimage/boot/efi/System/Library"","security.selinux") failed: Operation not supported (95) >17:59:40,981 INFO program: rsync: rsync_xal_set: lsetxattr(""/mnt/sysimage/boot/efi/System/Library/CoreServices"","security.selinux") failed: Operation not supported (95) >17:59:40,982 INFO program: rsync: rsync_xal_set: lsetxattr(""/mnt/sysimage/boot/efi/System/Library/CoreServices/.SystemVersion.plist.je85Mw"","security.selinux") failed: Operation not supported (95) >17:59:40,982 INFO program: rsync: rsync_xal_set: lremovexattr(""/mnt/sysimage/tmp/hsperfdata_root/.2583.IYOCIj"","security.selinux") failed: Permission denied (13) >17:59:40,983 INFO program: rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1052) [sender=3.0.9] >17:59:40,983 DEBUG program: Return code: 23 >17:59:40,996 INFO program: Running... umount /mnt/install/source >17:59:41,295 DEBUG program: Return code: 0 >17:59:41,701 INFO program: Running... new-kernel-pkg --mkinitrd --dracut --depmod --install 3.9.0-0.rc4.git0.1.fc19.x86_64 >18:01:04,363 INFO program: W: Turning off host-only mode: '/sys' is not mounted! >18:01:04,364 INFO program: W: Turning off host-only mode: '/run' is not mounted! >18:01:04,365 INFO program: W: Turning off host-only mode: udev database not found! >18:01:04,365 DEBUG program: Return code: 0 >18:01:04,365 INFO program: Running... new-kernel-pkg --rpmposttrans 3.9.0-0.rc4.git0.1.fc19.x86_64 >18:02:14,113 DEBUG program: Return code: 0 >18:02:14,449 INFO program: Running... efibootmgr >18:02:14,554 INFO program: BootCurrent: 0000 >18:02:14,564 INFO program: BootOrder: 0000,0001,0002,0003 >18:02:14,564 INFO program: Boot0000* EFI DVD/CDROM >18:02:14,564 INFO program: Boot0001* EFI Floppy >18:02:14,564 INFO program: Boot0002* EFI Floppy 1 >18:02:14,564 INFO program: Boot0003* EFI Internal Shell >18:02:14,564 DEBUG program: Return code: 0 >18:02:14,568 INFO program: Running... efibootmgr -c -w -L Fedora -d /dev/vda -p 1 -l \EFI\fedora\shim.efi >18:02:14,613 INFO program: Fatal: Couldn't open either sysfs or procfs directories for accessing EFI variables. >18:02:14,614 INFO program: Try 'modprobe efivars' as root. >18:02:14,615 DEBUG program: Return code: 1 > > >/tmp/storage.log: >17:51:57,116 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >17:51:57,117 INFO blivet: not going to create backup copy of non-existent /etc/multipath.conf >17:51:57,117 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >17:51:57,117 INFO blivet: sr0 looks to be the live device; marking as protected >17:51:57,117 INFO blivet: Skipping multipath detection due to running as non-root. >17:51:57,143 INFO blivet: devices to scan: ['sr0', 'vda', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >17:51:57,176 DEBUG blivet: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora-19-Alpha-TC2-x86_64-Live- /dev/disk/by-uuid/2013-03-26-03-40-36-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD': '1', > 'ID_CDROM_MEDIA_SESSION_COUNT': '1', > 'ID_CDROM_MEDIA_STATE': 'complete', > 'ID_CDROM_MEDIA_TRACK_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_FS_LABEL': 'Fedora-19-Alpha-TC2-x86_64-Live-', > 'ID_FS_LABEL_ENC': 'Fedora-19-Alpha-TC2-x86_64-Live-', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2013-03-26-03-40-36-00', > 'ID_FS_UUID_ENC': '2013-03-26-03-40-36-00', > 'ID_MODEL': 'QEMU_DVD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20DVD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.4.0', > 'ID_SERIAL': 'QEMU_DVD-ROM_QM00003', > 'ID_SERIAL_SHORT': 'QM00003', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '31696', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora-19-Alpha-TC2-x86_64-Live-', > '/dev/disk/by-uuid/2013-03-26-03-40-36-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >17:51:57,176 INFO blivet: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >17:51:57,178 DEBUG blivet: DeviceTree.getDeviceByName: name: sr0 ; >17:51:57,178 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:51:57,178 INFO blivet: sr0 is a cdrom >17:51:57,178 DEBUG blivet: DeviceTree.addUdevOpticalDevice: >17:51:57,179 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:51:57,189 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >17:51:57,189 INFO blivet: added cdrom sr0 (id 0) to device tree >17:51:57,190 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >17:51:57,197 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >17:51:57,197 INFO blivet: type detected on 'sr0' is 'iso9660' >17:51:57,200 DEBUG blivet: Iso9660FS.supported: supported: True ; >17:51:57,200 DEBUG blivet: getFormat('iso9660') returning Iso9660FS instance >17:51:57,201 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >17:51:57,201 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >17:51:57,203 DEBUG blivet: looking up parted Device: /dev/sr0 >17:51:57,216 INFO blivet: got device: OpticalDevice instance (0x3431950) -- > name = sr0 status = True kids = 0 id = 0 > parents = [] > uuid = None size = 1582.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 809984 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (50, 255, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x332fc20> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >17:51:57,217 DEBUG blivet: Iso9660FS.supported: supported: True ; >17:51:57,217 INFO blivet: got format: Iso9660FS instance (0x3482dd0) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2013-03-26-03-40-36-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-19-Alpha-TC2-x86_64-Live- size = 0 targetSize = 0 > >17:51:57,218 DEBUG blivet: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:04.0/virtio1/block/vda', > 'DEVTYPE': 'disk', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '62926', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:04.0/virtio1/block/vda'} ; name: vda ; >17:51:57,218 INFO blivet: scanning vda (/devices/pci0000:00/0000:00:04.0/virtio1/block/vda)... >17:51:57,218 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >17:51:57,219 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:51:57,219 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: vda ; >17:51:57,224 INFO blivet: vda is a disk >17:51:57,224 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:51:57,225 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: None ; >17:51:57,225 INFO blivet: added disk vda (id 1) to device tree >17:51:57,225 DEBUG blivet: looking up parted Device: /dev/vda >17:51:57,228 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vda ; >17:51:57,231 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vda ; label_type: None ; >17:51:57,231 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:51:57,240 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >17:51:57,240 DEBUG blivet: required disklabel type for vda (15) is None >17:51:57,240 DEBUG blivet: default disklabel type for vda is gpt >17:51:57,240 DEBUG blivet: selecting gpt disklabel for vda based on size >17:51:57,241 DEBUG blivet: DiskLabel.__init__: device: /dev/vda ; labelType: gpt ; exists: True ; >17:51:57,242 INFO blivet: no usable disklabel on vda >17:51:57,244 DEBUG blivet: no type or existing type for vda, bailing >17:51:57,246 INFO blivet: got device: DiskDevice instance (0x3482d90) -- > name = vda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 10240.0 > format = existing None > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:04.0/virtio1/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x332ff80> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x34b2a10> >17:51:57,252 DEBUG blivet: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '12677', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >17:51:57,253 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >17:51:57,259 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; >17:51:57,259 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:51:57,259 INFO blivet: loop0 is a loop device >17:51:57,259 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >17:51:57,260 DEBUG blivet: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >17:51:57,260 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:51:57,260 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:51:57,261 DEBUG blivet: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >17:51:57,261 INFO blivet: added file /osmin.img (deleted) (id 2) to device tree >17:51:57,266 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >17:51:57,267 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:51:57,268 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >17:51:57,268 INFO blivet: added loop loop0 (id 3) to device tree >17:51:57,268 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >17:51:57,269 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >17:51:57,269 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >17:51:57,269 DEBUG blivet: device loop0 does not contain a disklabel >17:51:57,270 INFO blivet: type detected on 'loop0' is 'squashfs' >17:51:57,270 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >17:51:57,272 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: squashfs ; >17:51:57,272 INFO blivet: got device: LoopDevice instance (0x34b2c90) -- > name = loop0 status = False kids = 0 id = 3 > parents = ['existing 0MB file /osmin.img (deleted) (2)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >17:51:57,272 INFO blivet: got format: DeviceFormat instance (0x34b2b50) -- > type = squashfs name = squashfs status = False > device = /dev/loop0 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >17:51:57,274 DEBUG blivet: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '13743', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >17:51:57,274 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >17:51:57,276 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >17:51:57,276 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:51:57,276 INFO blivet: loop1 is a loop device >17:51:57,276 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >17:51:57,277 DEBUG blivet: DeviceTree.getDeviceByName: name: /osmin ; >17:51:57,277 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:51:57,277 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:51:57,283 DEBUG blivet: FileDevice._setFormat: /osmin ; current: None ; type: None ; >17:51:57,283 INFO blivet: added file /osmin (id 4) to device tree >17:51:57,284 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /osmin ; >17:51:57,284 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:51:57,285 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >17:51:57,285 INFO blivet: added loop loop1 (id 5) to device tree >17:51:57,286 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >17:51:57,287 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >17:51:57,287 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >17:51:57,287 DEBUG blivet: device loop1 does not contain a disklabel >17:51:57,287 INFO blivet: type detected on 'loop1' is 'DM_snapshot_cow' >17:51:57,292 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >17:51:57,293 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: DM_snapshot_cow ; >17:51:57,293 INFO blivet: got device: LoopDevice instance (0x34bec50) -- > name = loop1 status = False kids = 0 id = 5 > parents = ['existing 0MB file /osmin (4)'] > uuid = None size = 0 > format = existing DM_snapshot_cow > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >17:51:57,293 INFO blivet: got format: DeviceFormat instance (0x34bee50) -- > type = DM_snapshot_cow name = DM_snapshot_cow status = False > device = /dev/loop1 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >17:51:57,294 DEBUG blivet: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '15056', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >17:51:57,294 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >17:51:57,295 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >17:51:57,295 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:51:57,295 INFO blivet: loop2 is a loop device >17:51:57,295 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >17:51:57,296 DEBUG blivet: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >17:51:57,296 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:51:57,296 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:51:57,298 DEBUG blivet: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >17:51:57,298 INFO blivet: added file /run/initramfs/live/LiveOS/squashfs.img (id 6) to device tree >17:51:57,304 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >17:51:57,305 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:51:57,306 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >17:51:57,306 INFO blivet: added loop loop2 (id 7) to device tree >17:51:57,306 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >17:51:57,307 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >17:51:57,308 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >17:51:57,308 DEBUG blivet: device loop2 does not contain a disklabel >17:51:57,308 INFO blivet: type detected on 'loop2' is 'squashfs' >17:51:57,308 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >17:51:57,310 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: squashfs ; >17:51:57,310 INFO blivet: got device: LoopDevice instance (0x34bedd0) -- > name = loop2 status = False kids = 0 id = 7 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (6)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >17:51:57,310 INFO blivet: got format: DeviceFormat instance (0x34c9110) -- > type = squashfs name = squashfs status = False > device = /dev/loop2 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >17:51:57,312 DEBUG blivet: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-19-Alpha /dev/disk/by-uuid/f6300ae3-7ce8-4d67-871b-2576acb171de', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-19-Alpha', > 'ID_FS_LABEL_ENC': '_Fedora-19-Alpha', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f6300ae3-7ce8-4d67-871b-2576acb171de', > 'ID_FS_UUID_ENC': 'f6300ae3-7ce8-4d67-871b-2576acb171de', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '16234', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-19-Alpha', > '/dev/disk/by-uuid/f6300ae3-7ce8-4d67-871b-2576acb171de'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >17:51:57,312 INFO blivet: scanning loop3 (/devices/virtual/block/loop3)... >17:51:57,313 DEBUG blivet: DeviceTree.getDeviceByName: name: loop3 ; >17:51:57,313 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:51:57,313 INFO blivet: loop3 is a loop device >17:51:57,321 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop3 ; >17:51:57,322 DEBUG blivet: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >17:51:57,322 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:51:57,323 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:51:57,324 DEBUG blivet: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >17:51:57,324 INFO blivet: added file /LiveOS/ext3fs.img (id 8) to device tree >17:51:57,330 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >17:51:57,331 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:51:57,331 DEBUG blivet: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >17:51:57,331 INFO blivet: added loop loop3 (id 9) to device tree >17:51:57,331 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >17:51:57,332 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >17:51:57,332 DEBUG blivet: Ext4FS.supported: supported: True ; >17:51:57,333 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >17:51:57,333 DEBUG blivet: device loop3 does not contain a disklabel >17:51:57,333 INFO blivet: type detected on 'loop3' is 'ext4' >17:51:57,334 DEBUG blivet: Ext4FS.supported: supported: True ; >17:51:57,334 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >17:51:57,336 DEBUG blivet: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >17:51:57,336 INFO blivet: got device: LoopDevice instance (0x34bec10) -- > name = loop3 status = False kids = 0 id = 9 > parents = ['existing 0MB file /LiveOS/ext3fs.img (8)'] > 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/loop3 > format args = [] originalFormat = None >17:51:57,338 DEBUG blivet: Ext4FS.supported: supported: True ; >17:51:57,338 INFO blivet: got format: Ext4FS instance (0x34c92d0) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = f6300ae3-7ce8-4d67-871b-2576acb171de exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-19-Alpha size = 0 targetSize = 0 > >17:51:57,341 DEBUG blivet: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '17030', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >17:51:57,344 INFO blivet: scanning loop4 (/devices/virtual/block/loop4)... >17:51:57,346 DEBUG blivet: DeviceTree.getDeviceByName: name: loop4 ; >17:51:57,346 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:51:57,347 INFO blivet: loop4 is a loop device >17:51:57,347 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop4 ; >17:51:57,347 DEBUG blivet: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >17:51:57,353 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:51:57,353 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:51:57,360 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >17:51:57,360 INFO blivet: added file /overlay (deleted) (id 10) to device tree >17:51:57,362 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >17:51:57,362 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:51:57,363 DEBUG blivet: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >17:51:57,363 INFO blivet: added loop loop4 (id 11) to device tree >17:51:57,364 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >17:51:57,365 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >17:51:57,365 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >17:51:57,365 DEBUG blivet: device loop4 does not contain a disklabel >17:51:57,365 INFO blivet: type detected on 'loop4' is 'DM_snapshot_cow' >17:51:57,365 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >17:51:57,371 DEBUG blivet: LoopDevice._setFormat: loop4 ; current: None ; type: DM_snapshot_cow ; >17:51:57,372 INFO blivet: got device: LoopDevice instance (0x34c9350) -- > name = loop4 status = False kids = 0 id = 11 > parents = ['existing 0MB file /overlay (deleted) (10)'] > uuid = None size = 0 > format = existing DM_snapshot_cow > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >17:51:57,372 INFO blivet: got format: DeviceFormat instance (0x34c9410) -- > type = DM_snapshot_cow name = DM_snapshot_cow status = False > device = /dev/loop4 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >17:51:57,374 DEBUG blivet: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop5', > 'DEVPATH': '/devices/virtual/block/loop5', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '5', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '17762', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >17:51:57,374 INFO blivet: ignoring loop5 (/devices/virtual/block/loop5) >17:51:57,375 DEBUG blivet: lvm filter: adding loop5 to the reject list >17:51:57,377 DEBUG blivet: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop6', > 'DEVPATH': '/devices/virtual/block/loop6', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '6', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '17775', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >17:51:57,377 INFO blivet: ignoring loop6 (/devices/virtual/block/loop6) >17:51:57,377 DEBUG blivet: lvm filter: adding loop6 to the reject list >17:51:57,383 DEBUG blivet: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop7', > 'DEVPATH': '/devices/virtual/block/loop7', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '7', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '17959', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >17:51:57,383 INFO blivet: ignoring loop7 (/devices/virtual/block/loop7) >17:51:57,383 DEBUG blivet: lvm filter: adding loop7 to the reject list >17:51:57,384 DEBUG blivet: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-19-Alpha /dev/disk/by-uuid/f6300ae3-7ce8-4d67-871b-2576acb171de /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-19-Alpha', > 'ID_FS_LABEL_ENC': '_Fedora-19-Alpha', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f6300ae3-7ce8-4d67-871b-2576acb171de', > 'ID_FS_UUID_ENC': 'f6300ae3-7ce8-4d67-871b-2576acb171de', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '62991', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-19-Alpha', > '/dev/disk/by-uuid/f6300ae3-7ce8-4d67-871b-2576acb171de', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >17:51:57,384 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >17:51:57,385 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >17:51:57,385 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:51:57,385 INFO blivet: live-rw is a device-mapper device >17:51:57,386 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >17:51:57,386 DEBUG blivet: DeviceTree.getDeviceByName: name: loop3 ; >17:51:57,387 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (9) with existing ext4 filesystem >17:51:57,388 DEBUG blivet: DeviceTree.getDeviceByName: name: loop4 ; >17:51:57,389 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (11) with existing DM_snapshot_cow >17:51:57,390 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >17:51:57,391 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:51:57,392 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop4 ; >17:51:57,392 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:51:57,393 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >17:51:57,396 INFO blivet: added dm live-rw (id 12) to device tree >17:51:57,396 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >17:51:57,397 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >17:51:57,402 DEBUG blivet: Ext4FS.supported: supported: True ; >17:51:57,402 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >17:51:57,402 DEBUG blivet: device live-rw does not contain a disklabel >17:51:57,402 INFO blivet: type detected on 'live-rw' is 'ext4' >17:51:57,405 DEBUG blivet: Ext4FS.supported: supported: True ; >17:51:57,405 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >17:51:57,407 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >17:51:57,409 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >17:51:57,419 INFO blivet: got device: DMDevice instance (0x34c95d0) -- > name = live-rw status = True kids = 0 id = 12 > parents = ['existing 0MB loop loop4 (11) with existing DM_snapshot_cow'] > uuid = None size = 8192.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x34d2050> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >17:51:57,421 DEBUG blivet: Ext4FS.supported: supported: True ; >17:51:57,422 INFO blivet: got format: Ext4FS instance (0x34c9750) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = f6300ae3-7ce8-4d67-871b-2576acb171de exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-19-Alpha size = 0 targetSize = 0 > >17:51:57,424 DEBUG blivet: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-19-Alpha /dev/disk/by-uuid/f6300ae3-7ce8-4d67-871b-2576acb171de /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-19-Alpha', > 'ID_FS_LABEL_ENC': '_Fedora-19-Alpha', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f6300ae3-7ce8-4d67-871b-2576acb171de', > 'ID_FS_UUID_ENC': 'f6300ae3-7ce8-4d67-871b-2576acb171de', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '70435', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-19-Alpha', > '/dev/disk/by-uuid/f6300ae3-7ce8-4d67-871b-2576acb171de', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >17:51:57,424 INFO blivet: scanning live-osimg-min (/devices/virtual/block/dm-1)... >17:51:57,425 DEBUG blivet: DeviceTree.getDeviceByName: name: live-osimg-min ; >17:51:57,426 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:51:57,426 INFO blivet: live-osimg-min is a device-mapper device >17:51:57,427 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >17:51:57,427 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >17:51:57,430 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >17:51:57,431 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (5) with existing DM_snapshot_cow >17:51:57,432 DEBUG blivet: DeviceTree.getDeviceByName: name: loop3 ; >17:51:57,433 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (9) with existing ext4 filesystem >17:51:57,434 DEBUG blivet: DeviceTree.getDeviceByName: name: live-osimg-min ; >17:51:57,435 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:51:57,436 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop3 ; >17:51:57,436 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:51:57,436 DEBUG blivet: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >17:51:57,437 INFO blivet: added dm live-osimg-min (id 13) to device tree >17:51:57,437 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >17:51:57,438 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >17:51:57,438 DEBUG blivet: Ext4FS.supported: supported: True ; >17:51:57,438 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >17:51:57,438 DEBUG blivet: device live-osimg-min does not contain a disklabel >17:51:57,438 INFO blivet: type detected on 'live-osimg-min' is 'ext4' >17:51:57,439 DEBUG blivet: Ext4FS.supported: supported: True ; >17:51:57,439 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >17:51:57,440 DEBUG blivet: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >17:51:57,440 DEBUG blivet: looking up parted Device: /dev/mapper/live-osimg-min >17:51:57,448 INFO blivet: got device: DMDevice instance (0x34bee10) -- > name = live-osimg-min status = True kids = 0 id = 13 > parents = ['existing 0MB loop loop3 (9) with existing ext4 filesystem'] > uuid = None size = 8192.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x34d20e0> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >17:51:57,449 DEBUG blivet: Ext4FS.supported: supported: True ; >17:51:57,449 INFO blivet: got format: Ext4FS instance (0x34c9710) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = f6300ae3-7ce8-4d67-871b-2576acb171de exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-19-Alpha size = 0 targetSize = 0 > >17:51:57,466 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >17:51:57,466 INFO blivet: not going to restore from backup of non-existent /etc/multipath.conf >17:51:57,970 INFO blivet: ISCSID is /sbin/iscsid >17:51:57,971 INFO blivet: no initiator set >17:51:58,020 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >17:51:58,020 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >17:51:58,135 DEBUG blivet: MultipathTopology._build_topology: >17:51:58,136 DEBUG blivet: /etc/multipath.conf contents: >17:51:58,136 DEBUG blivet: # multipath.conf written by anaconda >17:51:58,137 DEBUG blivet: >17:51:58,137 DEBUG blivet: defaults { >17:51:58,138 DEBUG blivet: user_friendly_names yes >17:51:58,138 DEBUG blivet: } >17:51:58,141 DEBUG blivet: blacklist { >17:51:58,143 DEBUG blivet: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >17:51:58,144 DEBUG blivet: devnode "^hd[a-z]" >17:51:58,144 DEBUG blivet: devnode "^dcssblk[0-9]*" >17:51:58,145 DEBUG blivet: device { >17:51:58,145 DEBUG blivet: vendor "DGC" >17:51:58,145 DEBUG blivet: product "LUNZ" >17:51:58,145 DEBUG blivet: } >17:51:58,145 DEBUG blivet: device { >17:51:58,145 DEBUG blivet: vendor "IBM" >17:51:58,145 DEBUG blivet: product "S/390.*" >17:51:58,145 DEBUG blivet: } >17:51:58,145 DEBUG blivet: # don't count normal SATA devices as multipaths >17:51:58,145 DEBUG blivet: device { >17:51:58,145 DEBUG blivet: vendor "ATA" >17:51:58,145 DEBUG blivet: } >17:51:58,147 DEBUG blivet: # don't count 3ware devices as multipaths >17:51:58,147 DEBUG blivet: device { >17:51:58,148 DEBUG blivet: vendor "3ware" >17:51:58,148 DEBUG blivet: } >17:51:58,148 DEBUG blivet: device { >17:51:58,148 DEBUG blivet: vendor "AMCC" >17:51:58,148 DEBUG blivet: } >17:51:58,148 DEBUG blivet: # nor highpoint devices >17:51:58,149 DEBUG blivet: device { >17:51:58,149 DEBUG blivet: vendor "HPT" >17:51:58,149 DEBUG blivet: } >17:51:58,150 DEBUG blivet: } >17:51:58,150 DEBUG blivet: multipaths { >17:51:58,151 DEBUG blivet: } >17:51:58,151 DEBUG blivet: (end of /etc/multipath.conf) >17:51:58,182 INFO blivet: MultipathTopology: found non-disk device: sr0 >17:51:58,182 INFO blivet: MultipathTopology: found singlepath device: vda >17:51:58,183 INFO blivet: MultipathTopology: found singlepath device: loop0 >17:51:58,183 INFO blivet: MultipathTopology: found singlepath device: loop1 >17:51:58,184 INFO blivet: MultipathTopology: found singlepath device: loop2 >17:51:58,184 INFO blivet: MultipathTopology: found singlepath device: loop3 >17:51:58,185 INFO blivet: MultipathTopology: found singlepath device: loop4 >17:51:58,185 INFO blivet: MultipathTopology: found singlepath device: loop5 >17:51:58,186 INFO blivet: MultipathTopology: found singlepath device: loop6 >17:51:58,186 INFO blivet: MultipathTopology: found singlepath device: loop7 >17:51:58,186 INFO blivet: MultipathTopology: found singlepath device: dm-0 >17:51:58,186 INFO blivet: MultipathTopology: found singlepath device: dm-1 >17:51:58,425 DEBUG blivet: trying to set new default fstype to 'ext4' >17:51:58,430 DEBUG blivet: Ext4FS.supported: supported: True ; >17:51:58,430 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >17:51:58,431 DEBUG blivet: Ext4FS.supported: supported: True ; >17:51:58,472 INFO blivet: Detected 2000M of memory >17:51:58,473 INFO blivet: Swap attempt of 4000M >17:52:00,612 INFO blivet: resetting Blivet (version 0.8) instance <blivet.Blivet object at 0x2c5bad0> >17:52:00,612 INFO blivet: no initiator set >17:52:00,612 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >17:52:00,614 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >17:52:00,640 DEBUG blivet: protected device spec /dev/sr0 resolved to sr0 >17:52:00,646 INFO blivet: sr0 looks to be the live device; marking as protected >17:52:00,678 DEBUG blivet: MultipathTopology._build_topology: >17:52:00,678 DEBUG blivet: /etc/multipath.conf contents: >17:52:00,679 DEBUG blivet: # multipath.conf written by anaconda >17:52:00,680 DEBUG blivet: >17:52:00,680 DEBUG blivet: defaults { >17:52:00,684 DEBUG blivet: user_friendly_names yes >17:52:00,684 DEBUG blivet: } >17:52:00,685 DEBUG blivet: blacklist { >17:52:00,685 DEBUG blivet: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >17:52:00,685 DEBUG blivet: devnode "^hd[a-z]" >17:52:00,686 DEBUG blivet: devnode "^dcssblk[0-9]*" >17:52:00,686 DEBUG blivet: device { >17:52:00,687 DEBUG blivet: vendor "DGC" >17:52:00,688 DEBUG blivet: product "LUNZ" >17:52:00,688 DEBUG blivet: } >17:52:00,689 DEBUG blivet: device { >17:52:00,689 DEBUG blivet: vendor "IBM" >17:52:00,689 DEBUG blivet: product "S/390.*" >17:52:00,689 DEBUG blivet: } >17:52:00,689 DEBUG blivet: # don't count normal SATA devices as multipaths >17:52:00,689 DEBUG blivet: device { >17:52:00,689 DEBUG blivet: vendor "ATA" >17:52:00,689 DEBUG blivet: } >17:52:00,689 DEBUG blivet: # don't count 3ware devices as multipaths >17:52:00,689 DEBUG blivet: device { >17:52:00,689 DEBUG blivet: vendor "3ware" >17:52:00,689 DEBUG blivet: } >17:52:00,693 DEBUG blivet: device { >17:52:00,694 DEBUG blivet: vendor "AMCC" >17:52:00,694 DEBUG blivet: } >17:52:00,694 DEBUG blivet: # nor highpoint devices >17:52:00,694 DEBUG blivet: device { >17:52:00,694 DEBUG blivet: vendor "HPT" >17:52:00,694 DEBUG blivet: } >17:52:00,694 DEBUG blivet: } >17:52:00,694 DEBUG blivet: multipaths { >17:52:00,694 DEBUG blivet: } >17:52:00,695 DEBUG blivet: (end of /etc/multipath.conf) >17:52:00,737 INFO blivet: MultipathTopology: found non-disk device: sr0 >17:52:00,737 INFO blivet: MultipathTopology: found singlepath device: vda >17:52:00,738 INFO blivet: MultipathTopology: found singlepath device: loop0 >17:52:00,738 INFO blivet: MultipathTopology: found singlepath device: loop1 >17:52:00,739 INFO blivet: MultipathTopology: found singlepath device: loop2 >17:52:00,739 INFO blivet: MultipathTopology: found singlepath device: loop3 >17:52:00,740 INFO blivet: MultipathTopology: found singlepath device: loop4 >17:52:00,740 INFO blivet: MultipathTopology: found singlepath device: loop5 >17:52:00,741 INFO blivet: MultipathTopology: found singlepath device: loop6 >17:52:00,741 INFO blivet: MultipathTopology: found singlepath device: loop7 >17:52:00,741 INFO blivet: MultipathTopology: found singlepath device: dm-0 >17:52:00,741 INFO blivet: MultipathTopology: found singlepath device: dm-1 >17:52:00,742 INFO blivet: devices to scan: ['sr0', 'vda', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >17:52:00,745 DEBUG blivet: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora-19-Alpha-TC2-x86_64-Live- /dev/disk/by-uuid/2013-03-26-03-40-36-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD': '1', > 'ID_CDROM_MEDIA_SESSION_COUNT': '1', > 'ID_CDROM_MEDIA_STATE': 'complete', > 'ID_CDROM_MEDIA_TRACK_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_FS_LABEL': 'Fedora-19-Alpha-TC2-x86_64-Live-', > 'ID_FS_LABEL_ENC': 'Fedora-19-Alpha-TC2-x86_64-Live-', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2013-03-26-03-40-36-00', > 'ID_FS_UUID_ENC': '2013-03-26-03-40-36-00', > 'ID_MODEL': 'QEMU_DVD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20DVD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.4.0', > 'ID_SERIAL': 'QEMU_DVD-ROM_QM00003', > 'ID_SERIAL_SHORT': 'QM00003', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '31696', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora-19-Alpha-TC2-x86_64-Live-', > '/dev/disk/by-uuid/2013-03-26-03-40-36-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >17:52:00,750 INFO blivet: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >17:52:00,752 DEBUG blivet: DeviceTree.getDeviceByName: name: sr0 ; >17:52:00,753 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:52:00,753 INFO blivet: sr0 is a cdrom >17:52:00,754 DEBUG blivet: DeviceTree.addUdevOpticalDevice: >17:52:00,756 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:52:00,763 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >17:52:00,765 INFO blivet: added cdrom sr0 (id 0) to device tree >17:52:00,766 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >17:52:00,769 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >17:52:00,769 INFO blivet: type detected on 'sr0' is 'iso9660' >17:52:00,770 DEBUG blivet: Iso9660FS.supported: supported: True ; >17:52:00,778 DEBUG blivet: getFormat('iso9660') returning Iso9660FS instance >17:52:00,780 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >17:52:00,781 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >17:52:00,783 DEBUG blivet: looking up parted Device: /dev/sr0 >17:52:00,793 INFO blivet: got device: OpticalDevice instance (0x7f05b8028e90) -- > name = sr0 status = True kids = 0 id = 0 > parents = [] > uuid = None size = 1582.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 809984 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (50, 255, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x3353440> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >17:52:00,795 DEBUG blivet: Iso9660FS.supported: supported: True ; >17:52:00,799 INFO blivet: got format: Iso9660FS instance (0x7f05b808a8d0) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2013-03-26-03-40-36-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-19-Alpha-TC2-x86_64-Live- size = 0.0 targetSize = 0.0 > >17:52:00,801 DEBUG blivet: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:04.0/virtio1/block/vda', > 'DEVTYPE': 'disk', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '62926', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:04.0/virtio1/block/vda'} ; name: vda ; >17:52:00,802 INFO blivet: scanning vda (/devices/pci0000:00/0000:00:04.0/virtio1/block/vda)... >17:52:00,813 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >17:52:00,815 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:52:00,820 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: vda ; >17:52:00,825 INFO blivet: vda is a disk >17:52:00,826 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:52:00,828 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: None ; >17:52:00,829 INFO blivet: added disk vda (id 1) to device tree >17:52:00,830 DEBUG blivet: looking up parted Device: /dev/vda >17:52:00,838 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vda ; >17:52:00,848 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vda ; label_type: None ; >17:52:00,848 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:52:00,849 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >17:52:00,850 DEBUG blivet: required disklabel type for vda (15) is None >17:52:00,851 DEBUG blivet: default disklabel type for vda is gpt >17:52:00,852 DEBUG blivet: selecting gpt disklabel for vda based on size >17:52:00,855 DEBUG blivet: DiskLabel.__init__: device: /dev/vda ; labelType: gpt ; exists: True ; >17:52:00,857 INFO blivet: no usable disklabel on vda >17:52:00,859 DEBUG blivet: no type or existing type for vda, bailing >17:52:00,867 INFO blivet: got device: DiskDevice instance (0x7f05b8047950) -- > name = vda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 10240.0 > format = existing None > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:04.0/virtio1/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7f05b809a0e0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f05b8099650> >17:52:00,869 DEBUG blivet: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '12677', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >17:52:00,870 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >17:52:00,871 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; >17:52:00,882 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:52:00,883 INFO blivet: loop0 is a loop device >17:52:00,885 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >17:52:00,889 DEBUG blivet: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >17:52:00,892 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:52:00,893 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:52:00,894 DEBUG blivet: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >17:52:00,898 INFO blivet: added file /osmin.img (deleted) (id 2) to device tree >17:52:00,901 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >17:52:00,901 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:52:00,902 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >17:52:00,903 INFO blivet: added loop loop0 (id 3) to device tree >17:52:00,904 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >17:52:00,906 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >17:52:00,906 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >17:52:00,907 DEBUG blivet: device loop0 does not contain a disklabel >17:52:00,908 INFO blivet: type detected on 'loop0' is 'squashfs' >17:52:00,908 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >17:52:00,912 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: squashfs ; >17:52:00,914 INFO blivet: got device: LoopDevice instance (0x7f05b8099210) -- > name = loop0 status = False kids = 0 id = 3 > parents = ['existing 0MB file /osmin.img (deleted) (2)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >17:52:00,914 INFO blivet: got format: DeviceFormat instance (0x7f05b80c30d0) -- > type = squashfs name = squashfs status = False > device = /dev/loop0 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >17:52:00,915 DEBUG blivet: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '13743', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >17:52:00,920 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >17:52:00,920 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >17:52:00,921 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:52:00,922 INFO blivet: loop1 is a loop device >17:52:00,923 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >17:52:00,924 DEBUG blivet: DeviceTree.getDeviceByName: name: /osmin ; >17:52:00,926 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:52:00,926 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:52:00,928 DEBUG blivet: FileDevice._setFormat: /osmin ; current: None ; type: None ; >17:52:00,942 INFO blivet: added file /osmin (id 4) to device tree >17:52:00,942 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /osmin ; >17:52:00,942 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:52:00,943 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >17:52:00,943 INFO blivet: added loop loop1 (id 5) to device tree >17:52:00,945 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >17:52:00,945 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >17:52:00,945 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >17:52:00,945 DEBUG blivet: device loop1 does not contain a disklabel >17:52:00,947 INFO blivet: type detected on 'loop1' is 'DM_snapshot_cow' >17:52:00,947 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >17:52:00,947 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: DM_snapshot_cow ; >17:52:00,955 INFO blivet: got device: LoopDevice instance (0x7f05b80c3810) -- > name = loop1 status = False kids = 0 id = 5 > parents = ['existing 0MB file /osmin (4)'] > uuid = None size = 0 > format = existing DM_snapshot_cow > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >17:52:00,955 INFO blivet: got format: DeviceFormat instance (0x7f05b80c3b50) -- > type = DM_snapshot_cow name = DM_snapshot_cow status = False > device = /dev/loop1 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >17:52:00,957 DEBUG blivet: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '15056', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >17:52:00,957 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >17:52:00,957 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >17:52:00,959 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:52:00,959 INFO blivet: loop2 is a loop device >17:52:00,967 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >17:52:00,967 DEBUG blivet: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >17:52:00,969 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:52:00,974 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:52:00,975 DEBUG blivet: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >17:52:00,976 INFO blivet: added file /run/initramfs/live/LiveOS/squashfs.img (id 6) to device tree >17:52:00,977 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >17:52:00,979 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:52:00,985 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >17:52:00,986 INFO blivet: added loop loop2 (id 7) to device tree >17:52:00,986 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >17:52:00,994 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >17:52:00,995 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >17:52:00,995 DEBUG blivet: device loop2 does not contain a disklabel >17:52:00,996 INFO blivet: type detected on 'loop2' is 'squashfs' >17:52:00,996 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >17:52:00,996 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: squashfs ; >17:52:00,999 INFO blivet: got device: LoopDevice instance (0x7f05b80cc250) -- > name = loop2 status = False kids = 0 id = 7 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (6)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >17:52:00,999 INFO blivet: got format: DeviceFormat instance (0x7f05b80cc890) -- > type = squashfs name = squashfs status = False > device = /dev/loop2 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >17:52:01,001 DEBUG blivet: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-19-Alpha /dev/disk/by-uuid/f6300ae3-7ce8-4d67-871b-2576acb171de', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-19-Alpha', > 'ID_FS_LABEL_ENC': '_Fedora-19-Alpha', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f6300ae3-7ce8-4d67-871b-2576acb171de', > 'ID_FS_UUID_ENC': 'f6300ae3-7ce8-4d67-871b-2576acb171de', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '16234', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-19-Alpha', > '/dev/disk/by-uuid/f6300ae3-7ce8-4d67-871b-2576acb171de'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >17:52:01,010 INFO blivet: scanning loop3 (/devices/virtual/block/loop3)... >17:52:01,010 DEBUG blivet: DeviceTree.getDeviceByName: name: loop3 ; >17:52:01,014 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:52:01,014 INFO blivet: loop3 is a loop device >17:52:01,021 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop3 ; >17:52:01,022 DEBUG blivet: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >17:52:01,024 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:52:01,024 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:52:01,026 DEBUG blivet: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >17:52:01,026 INFO blivet: added file /LiveOS/ext3fs.img (id 8) to device tree >17:52:01,032 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >17:52:01,032 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:52:01,034 DEBUG blivet: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >17:52:01,043 INFO blivet: added loop loop3 (id 9) to device tree >17:52:01,044 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >17:52:01,045 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >17:52:01,049 DEBUG blivet: Ext4FS.supported: supported: True ; >17:52:01,050 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >17:52:01,050 DEBUG blivet: device loop3 does not contain a disklabel >17:52:01,050 INFO blivet: type detected on 'loop3' is 'ext4' >17:52:01,218 DEBUG blivet: using current size 0 as min size >17:52:01,220 DEBUG blivet: Ext4FS.supported: supported: True ; >17:52:01,220 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >17:52:01,222 DEBUG blivet: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >17:52:01,222 INFO blivet: got device: LoopDevice instance (0x7f05b80cccd0) -- > name = loop3 status = False kids = 0 id = 9 > parents = ['existing 0MB file /LiveOS/ext3fs.img (8)'] > 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/loop3 > format args = [] originalFormat = None >17:52:01,224 DEBUG blivet: Ext4FS.supported: supported: True ; >17:52:01,224 INFO blivet: got format: Ext4FS instance (0x7f05b80d0610) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = f6300ae3-7ce8-4d67-871b-2576acb171de exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-19-Alpha size = 8192.0 targetSize = 8192.0 > >17:52:01,226 DEBUG blivet: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '17030', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >17:52:01,226 INFO blivet: scanning loop4 (/devices/virtual/block/loop4)... >17:52:01,229 DEBUG blivet: DeviceTree.getDeviceByName: name: loop4 ; >17:52:01,238 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:52:01,239 INFO blivet: loop4 is a loop device >17:52:01,241 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop4 ; >17:52:01,242 DEBUG blivet: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >17:52:01,243 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:52:01,250 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:52:01,250 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >17:52:01,251 INFO blivet: added file /overlay (deleted) (id 10) to device tree >17:52:01,252 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >17:52:01,252 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:52:01,253 DEBUG blivet: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >17:52:01,253 INFO blivet: added loop loop4 (id 11) to device tree >17:52:01,254 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >17:52:01,257 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >17:52:01,264 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >17:52:01,265 DEBUG blivet: device loop4 does not contain a disklabel >17:52:01,265 INFO blivet: type detected on 'loop4' is 'DM_snapshot_cow' >17:52:01,266 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >17:52:01,266 DEBUG blivet: LoopDevice._setFormat: loop4 ; current: None ; type: DM_snapshot_cow ; >17:52:01,267 INFO blivet: got device: LoopDevice instance (0x7f05b80d8450) -- > name = loop4 status = False kids = 0 id = 11 > parents = ['existing 0MB file /overlay (deleted) (10)'] > uuid = None size = 0 > format = existing DM_snapshot_cow > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >17:52:01,267 INFO blivet: got format: DeviceFormat instance (0x7f05b80d8590) -- > type = DM_snapshot_cow name = DM_snapshot_cow status = False > device = /dev/loop4 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >17:52:01,269 DEBUG blivet: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop5', > 'DEVPATH': '/devices/virtual/block/loop5', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '5', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '17762', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >17:52:01,270 INFO blivet: ignoring loop5 (/devices/virtual/block/loop5) >17:52:01,270 DEBUG blivet: lvm filter: adding loop5 to the reject list >17:52:01,271 DEBUG blivet: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop6', > 'DEVPATH': '/devices/virtual/block/loop6', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '6', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '17775', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >17:52:01,271 INFO blivet: ignoring loop6 (/devices/virtual/block/loop6) >17:52:01,272 DEBUG blivet: lvm filter: adding loop6 to the reject list >17:52:01,276 DEBUG blivet: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop7', > 'DEVPATH': '/devices/virtual/block/loop7', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '7', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '17959', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >17:52:01,280 INFO blivet: ignoring loop7 (/devices/virtual/block/loop7) >17:52:01,280 DEBUG blivet: lvm filter: adding loop7 to the reject list >17:52:01,280 DEBUG blivet: Skipping a device mapper drive (dm-0) for now >17:52:01,280 DEBUG blivet: Skipping a device mapper drive (dm-1) for now >17:52:01,313 INFO blivet: devices to scan: ['dm-0', 'dm-1'] >17:52:01,315 DEBUG blivet: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-19-Alpha /dev/disk/by-uuid/f6300ae3-7ce8-4d67-871b-2576acb171de /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-19-Alpha', > 'ID_FS_LABEL_ENC': '_Fedora-19-Alpha', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f6300ae3-7ce8-4d67-871b-2576acb171de', > 'ID_FS_UUID_ENC': 'f6300ae3-7ce8-4d67-871b-2576acb171de', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '62991', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-19-Alpha', > '/dev/disk/by-uuid/f6300ae3-7ce8-4d67-871b-2576acb171de', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >17:52:01,323 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >17:52:01,324 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >17:52:01,324 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:52:01,324 INFO blivet: live-rw is a device-mapper device >17:52:01,325 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >17:52:01,326 DEBUG blivet: DeviceTree.getDeviceByName: name: loop3 ; >17:52:01,330 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (9) with existing ext4 filesystem >17:52:01,333 DEBUG blivet: DeviceTree.getDeviceByName: name: loop4 ; >17:52:01,334 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (11) with existing DM_snapshot_cow >17:52:01,335 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >17:52:01,344 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:52:01,345 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop4 ; >17:52:01,345 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:52:01,346 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >17:52:01,346 INFO blivet: added dm live-rw (id 12) to device tree >17:52:01,348 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >17:52:01,349 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >17:52:01,353 DEBUG blivet: Ext4FS.supported: supported: True ; >17:52:01,353 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >17:52:01,355 DEBUG blivet: device live-rw does not contain a disklabel >17:52:01,355 INFO blivet: type detected on 'live-rw' is 'ext4' >17:52:01,412 DEBUG blivet: padding min size from 5050 up to 5550 >17:52:01,414 DEBUG blivet: Ext4FS.supported: supported: True ; >17:52:01,414 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >17:52:01,415 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >17:52:01,415 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >17:52:01,418 INFO blivet: got device: DMDevice instance (0x7f05b80deb50) -- > name = live-rw status = True kids = 0 id = 12 > parents = ['existing 0MB loop loop4 (11) with existing DM_snapshot_cow'] > uuid = None size = 8192.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32517 did: 0 busy: True > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f05b809ab00> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >17:52:01,423 DEBUG blivet: Ext4FS.supported: supported: True ; >17:52:01,425 INFO blivet: got format: Ext4FS instance (0x7f05b80e5a90) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = f6300ae3-7ce8-4d67-871b-2576acb171de exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-19-Alpha size = 8192.0 targetSize = 8192.0 > >17:52:01,426 DEBUG blivet: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-19-Alpha /dev/disk/by-uuid/f6300ae3-7ce8-4d67-871b-2576acb171de /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-19-Alpha', > 'ID_FS_LABEL_ENC': '_Fedora-19-Alpha', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f6300ae3-7ce8-4d67-871b-2576acb171de', > 'ID_FS_UUID_ENC': 'f6300ae3-7ce8-4d67-871b-2576acb171de', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '70435', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-19-Alpha', > '/dev/disk/by-uuid/f6300ae3-7ce8-4d67-871b-2576acb171de', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >17:52:01,434 INFO blivet: scanning live-osimg-min (/devices/virtual/block/dm-1)... >17:52:01,435 DEBUG blivet: DeviceTree.getDeviceByName: name: live-osimg-min ; >17:52:01,435 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:52:01,435 INFO blivet: live-osimg-min is a device-mapper device >17:52:01,436 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >17:52:01,440 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >17:52:01,441 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >17:52:01,441 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (5) with existing DM_snapshot_cow >17:52:01,444 DEBUG blivet: DeviceTree.getDeviceByName: name: loop3 ; >17:52:01,444 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (9) with existing ext4 filesystem >17:52:01,447 DEBUG blivet: DeviceTree.getDeviceByName: name: live-osimg-min ; >17:52:01,450 DEBUG blivet: DeviceTree.getDeviceByName returned None >17:52:01,451 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop3 ; >17:52:01,455 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:52:01,457 DEBUG blivet: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >17:52:01,458 INFO blivet: added dm live-osimg-min (id 13) to device tree >17:52:01,458 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >17:52:01,459 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >17:52:01,461 DEBUG blivet: Ext4FS.supported: supported: True ; >17:52:01,461 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >17:52:01,462 DEBUG blivet: device live-osimg-min does not contain a disklabel >17:52:01,462 INFO blivet: type detected on 'live-osimg-min' is 'ext4' >17:52:01,518 DEBUG blivet: using current size 0 as min size >17:52:01,520 DEBUG blivet: Ext4FS.supported: supported: True ; >17:52:01,520 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >17:52:01,521 DEBUG blivet: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >17:52:01,521 DEBUG blivet: looking up parted Device: /dev/mapper/live-osimg-min >17:52:01,525 INFO blivet: got device: DMDevice instance (0x7f05b80deb90) -- > name = live-osimg-min status = True kids = 0 id = 13 > parents = ['existing 0MB loop loop3 (9) with existing ext4 filesystem'] > uuid = None size = 8192.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32517 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f05b809acb0> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >17:52:01,526 DEBUG blivet: Ext4FS.supported: supported: True ; >17:52:01,533 INFO blivet: got format: Ext4FS instance (0x7f05b80ef690) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = f6300ae3-7ce8-4d67-871b-2576acb171de exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-19-Alpha size = 5049.0 targetSize = 5049.0 > >17:52:01,571 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >17:52:01,572 DEBUG blivet: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >17:52:01,573 DEBUG blivet: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >17:52:01,604 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >17:52:01,605 DEBUG blivet: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >17:52:01,605 DEBUG blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >17:52:01,605 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >17:52:01,607 INFO blivet: edd: collected mbr signatures: {} >17:52:01,715 DEBUG blivet: Ext4FS.supported: supported: True ; >17:52:01,717 DEBUG blivet: Ext4FS.supported: supported: True ; >17:52:01,718 DEBUG blivet: Ext4FS.supported: supported: True ; >17:52:01,727 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >17:52:01,729 DEBUG blivet: Iso9660FS.supported: supported: True ; >17:52:01,753 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/mapper/live-osimg-min ; >17:52:01,756 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 8192MB dm live-osimg-min (13) with existing ext4 filesystem >17:52:19,311 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >17:52:19,311 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10240MB disk vda (1) >17:55:20,908 DEBUG blivet: clearpart: initializing vda >17:55:20,910 DEBUG blivet: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >17:55:20,911 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:55:20,912 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: None ; >17:55:20,914 INFO blivet: registered action: [0] Destroy Format None on disk vda (id 1) >17:55:20,915 DEBUG blivet: required disklabel type for vda (15) is None >17:55:20,915 DEBUG blivet: default disklabel type for vda is gpt >17:55:20,916 DEBUG blivet: selecting gpt disklabel for vda based on size >17:55:20,917 DEBUG blivet: DiskLabel.__init__: device: /dev/vda ; labelType: gpt ; >17:55:20,926 DEBUG blivet: DiskLabel.freshPartedDisk: device: /dev/vda ; labelType: gpt ; >17:55:20,927 DEBUG blivet: Clear pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 128 > partitions: [] > device: <parted.device.Device object at 0x5d35190> > PedDisk: <_ped.Disk object at 0x5d30128> >17:55:20,927 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >17:55:20,928 DEBUG blivet: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >17:55:20,930 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: disklabel ; >17:55:20,935 INFO blivet: registered action: [1] Create Format gpt disklabel on disk vda (id 1) >17:55:21,071 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >17:55:21,077 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10240MB disk vda (1) with non-existent gpt disklabel >17:55:21,079 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >17:55:21,079 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10240MB disk vda (1) with non-existent gpt disklabel >17:55:21,080 DEBUG blivet: resolved 'vda' to 'vda' (disk) >17:55:21,081 DEBUG blivet: failed to set bootloader stage1 device: failed to find a suitable stage1 device >17:55:24,986 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >17:55:24,987 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10240MB disk vda (1) with non-existent gpt disklabel >17:55:31,621 DEBUG blivet: checking whether disk vda has an empty extended >17:55:31,621 DEBUG blivet: extended is None ; logicals is [] >17:55:31,622 DEBUG blivet: clearpart: initializing vda >17:55:31,622 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:55:31,624 DEBUG blivet: DiskDevice._setFormat: vda ; current: disklabel ; type: None ; >17:55:31,624 INFO blivet: registered action: [2] Destroy Format gpt disklabel on disk vda (id 1) >17:55:31,624 DEBUG blivet: required disklabel type for vda (15) is None >17:55:31,624 DEBUG blivet: default disklabel type for vda is gpt >17:55:31,625 DEBUG blivet: selecting gpt disklabel for vda based on size >17:55:31,626 DEBUG blivet: DiskLabel.__init__: device: /dev/vda ; labelType: gpt ; >17:55:31,628 DEBUG blivet: DiskLabel.freshPartedDisk: device: /dev/vda ; labelType: gpt ; >17:55:31,628 DEBUG blivet: Clear pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 128 > partitions: [] > device: <parted.device.Device object at 0x5d35610> > PedDisk: <_ped.Disk object at 0x5d30cb0> >17:55:31,628 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >17:55:31,640 DEBUG blivet: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >17:55:31,641 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: disklabel ; >17:55:31,649 INFO blivet: registered action: [3] Create Format gpt disklabel on disk vda (id 1) >17:55:31,695 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >17:55:31,696 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10240MB disk vda (1) with non-existent gpt disklabel >17:55:31,697 INFO blivet: Detected 2000M of memory >17:55:31,697 INFO blivet: Swap attempt of 4000M >17:55:31,697 DEBUG blivet: doAutoPart: True >17:55:31,698 DEBUG blivet: encryptedAutoPart: False >17:55:31,698 DEBUG blivet: autoPartType: 2 >17:55:31,699 DEBUG blivet: clearPartType: 2 >17:55:31,699 DEBUG blivet: clearPartDisks: ['vda'] >17:55:31,700 DEBUG blivet: autoPartitionRequests: >PartSpec instance (0x5d4aed0) -- > mountpoint = / lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True >PartSpec instance (0x5d4ae50) -- > mountpoint = /home lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True >PartSpec instance (0x5d35750) -- > mountpoint = /boot lv = False singlePV = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False >PartSpec instance (0x5d358d0) -- > mountpoint = /boot/efi lv = False singlePV = False btrfs = False > weight = 5000 fstype = efi encrypted = False > size = 20 maxSize = 200 grow = True >PartSpec instance (0x5d35890) -- > mountpoint = None lv = True singlePV = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 4000 maxSize = None grow = False > >17:55:31,700 DEBUG blivet: storage.disks: ['vda'] >17:55:31,700 DEBUG blivet: storage.partitioned: ['vda'] >17:55:31,701 DEBUG blivet: all names: ['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'sr0', 'vda'] >17:55:31,702 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >17:55:31,703 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10240MB disk vda (1) with non-existent gpt disklabel >17:55:31,703 DEBUG blivet: resolved 'vda' to 'vda' (disk) >17:55:31,703 DEBUG blivet: boot disk: vda >17:55:31,706 DEBUG blivet: LVMPhysicalVolume.__init__: mountpoint: None ; >17:55:31,707 DEBUG blivet: getFormat('lvmpv') returning LVMPhysicalVolume instance >17:55:31,709 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: vda ; >17:55:31,710 DEBUG blivet: PartitionDevice._setFormat: req0 ; >17:55:31,715 DEBUG blivet: PartitionDevice._setFormat: req0 ; current: None ; type: lvmpv ; >17:55:31,718 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: vda ; >17:55:31,718 INFO blivet: added partition req0 (id 14) to device tree >17:55:31,719 INFO blivet: registered action: [4] Create Device partition req0 (id 14) >17:55:31,719 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:55:31,720 INFO blivet: registered action: [5] Create Format lvmpv on partition req0 (id 14) >17:55:31,721 DEBUG blivet: candidate disks: [DiskDevice instance (0x7f05b8047950) -- > name = vda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 10240.0 > format = non-existent gpt disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:04.0/virtio1/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7f05b809a0e0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f05b8099650>] >17:55:31,722 DEBUG blivet: devs: [PartitionDevice instance (0x7f05a0023650) -- > name = req0 status = False kids = 0 id = 14 > parents = [] > uuid = None size = 500 > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/req0 > format args = [] originalFormat = lvmpv grow = True max size = 0 bootable = None > part type = None primary = False > partedPartition = None > disk = None >] >17:55:31,726 DEBUG blivet: Ext4FS.supported: supported: True ; >17:55:31,726 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >17:55:31,728 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: vda ; >17:55:31,733 DEBUG blivet: PartitionDevice._setFormat: req1 ; >17:55:31,735 DEBUG blivet: PartitionDevice._setFormat: req1 ; current: None ; type: ext4 ; >17:55:31,735 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: vda ; >17:55:31,736 INFO blivet: added partition req1 (id 15) to device tree >17:55:31,737 INFO blivet: registered action: [6] Create Device partition req1 (id 15) >17:55:31,737 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:55:31,737 INFO blivet: registered action: [7] Create Format ext4 filesystem mounted at /boot on partition req1 (id 15) >17:55:31,737 DEBUG blivet: getFormat('efi') returning EFIFS instance >17:55:31,739 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: vda ; >17:55:31,743 DEBUG blivet: PartitionDevice._setFormat: req2 ; >17:55:31,749 DEBUG blivet: PartitionDevice._setFormat: req2 ; current: None ; type: efi ; >17:55:31,750 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: vda ; >17:55:31,750 INFO blivet: added partition req2 (id 16) to device tree >17:55:31,751 INFO blivet: registered action: [8] Create Device partition req2 (id 16) >17:55:31,751 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:55:31,752 INFO blivet: registered action: [9] Create Format efi filesystem mounted at /boot/efi on partition req2 (id 16) >17:55:31,753 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >17:55:31,754 DEBUG blivet: removing all non-preexisting partitions ['req0(id 14)', 'req1(id 15)', 'req2(id 16)'] from disk(s) ['vda'] >17:55:31,755 DEBUG blivet: allocatePartitions: disks=['vda'] ; partitions=['req0(id 14)', 'req1(id 15)', 'req2(id 16)'] >17:55:31,758 DEBUG blivet: removing all non-preexisting partitions ['req2(id 16)', 'req1(id 15)', 'req0(id 14)'] from disk(s) ['vda'] >17:55:31,760 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >17:55:31,761 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10240MB disk vda (1) with non-existent gpt disklabel >17:55:31,761 DEBUG blivet: resolved 'vda' to 'vda' (disk) >17:55:31,766 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >17:55:31,767 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10240MB disk vda (1) with non-existent gpt disklabel >17:55:31,768 DEBUG blivet: resolved 'vda' to 'vda' (disk) >17:55:31,768 DEBUG blivet: allocating partition: req2 ; id: 16 ; disks: ['vda'] ; >boot: True ; primary: False ; size: 20MB ; grow: True ; max_size: 200 >17:55:31,769 DEBUG blivet: checking freespace on vda >17:55:31,769 DEBUG blivet: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=20MB boot=True best=None grow=True >17:55:31,770 DEBUG blivet: current free range is 34-20971486 (10239MB) >17:55:31,770 DEBUG blivet: evaluating growth potential for new layout >17:55:31,771 DEBUG blivet: calculating growth for disk /dev/vda >17:55:31,771 DEBUG blivet: adjusted start sector from 34 to 2048 >17:55:31,773 DEBUG blivet: PartitionDevice._setPartedPartition: req2 ; >17:55:31,774 DEBUG blivet: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5d35ad0> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f05a002e310> PedPartition: <_ped.Partition object at 0x7f05a0025ad0> >17:55:31,776 DEBUG blivet: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >17:55:31,777 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: vda ; >17:55:31,777 DEBUG blivet: adding request 16 to chunk 20971453 (34-20971486) on /dev/vda >17:55:31,778 DEBUG blivet: Chunk.growRequests: 20971453 on /dev/vda start = 34 end = 20971486 >sectorSize = 512 > >17:55:31,779 DEBUG blivet: req: PartitionRequest instance -- >id = 16 name = vda1 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >17:55:31,779 DEBUG blivet: 1 requests and 20930493 (10219MB) left in chunk >17:55:31,782 DEBUG blivet: adding 20930493 (10219MB) to 16 (vda1) >17:55:31,782 DEBUG blivet: taking back 20561853 (10039MB) from 16 (vda1) >17:55:31,782 DEBUG blivet: new grow amount for request 16 (vda1) is 368640 units, or 180MB >17:55:31,782 DEBUG blivet: request 16 (vda1) growth: 368640 (180MB) size: 200MB >17:55:31,782 DEBUG blivet: disk /dev/vda growth: 368640 (180MB) >17:55:31,790 DEBUG blivet: PartitionDevice._setPartedPartition: vda1 ; >17:55:31,790 DEBUG blivet: device vda1 new partedPartition None >17:55:31,791 DEBUG blivet: PartitionDevice._setDisk: req2 ; new: None ; old: vda ; >17:55:31,792 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: vda ; >17:55:31,792 DEBUG blivet: total growth: 368640 sectors >17:55:31,793 DEBUG blivet: updating use_disk to vda, type: 0 >17:55:31,793 DEBUG blivet: new free: 34-20971486 / 10239MB >17:55:31,794 DEBUG blivet: new free allows for 368640 sectors of growth >17:55:31,794 DEBUG blivet: found free space for bootable request >17:55:31,794 DEBUG blivet: adjusted start sector from 34 to 2048 >17:55:31,794 DEBUG blivet: created partition vda1 of 20MB and added it to /dev/vda >17:55:31,796 DEBUG blivet: PartitionDevice._setPartedPartition: req2 ; >17:55:31,796 DEBUG blivet: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5d35ad0> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f05a002e510> PedPartition: <_ped.Partition object at 0x7f05a0025a70> >17:55:31,797 DEBUG blivet: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >17:55:31,800 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: vda ; >17:55:31,801 DEBUG blivet: PartitionDevice._setPartedPartition: vda1 ; >17:55:31,803 DEBUG blivet: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5d35ad0> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f05a002e490> PedPartition: <_ped.Partition object at 0x7f05a0025a10> >17:55:31,807 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >17:55:31,809 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10240MB disk vda (1) with non-existent gpt disklabel >17:55:31,809 DEBUG blivet: resolved 'vda' to 'vda' (disk) >17:55:31,810 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >17:55:31,814 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10240MB disk vda (1) with non-existent gpt disklabel >17:55:31,815 DEBUG blivet: resolved 'vda' to 'vda' (disk) >17:55:31,816 DEBUG blivet: allocating partition: req1 ; id: 15 ; disks: ['vda'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 >17:55:31,816 DEBUG blivet: checking freespace on vda >17:55:31,817 DEBUG blivet: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=500MB boot=True best=None grow=False >17:55:31,817 DEBUG blivet: current free range is 34-2047 (0MB) >17:55:31,818 DEBUG blivet: current free range is 43008-20971486 (10218MB) >17:55:31,819 DEBUG blivet: evaluating growth potential for new layout >17:55:31,819 DEBUG blivet: calculating growth for disk /dev/vda >17:55:31,821 DEBUG blivet: PartitionDevice._setPartedPartition: req1 ; >17:55:31,822 DEBUG blivet: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5d35ad0> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f05a002e990> PedPartition: <_ped.Partition object at 0x7f05a0025b90> >17:55:31,824 DEBUG blivet: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >17:55:31,825 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: vda ; >17:55:31,826 DEBUG blivet: adding request 16 to chunk 20971453 (34-20971486) on /dev/vda >17:55:31,830 DEBUG blivet: adding request 15 to chunk 20971453 (34-20971486) on /dev/vda >17:55:31,831 DEBUG blivet: Chunk.growRequests: 20971453 on /dev/vda start = 34 end = 20971486 >sectorSize = 512 > >17:55:31,831 DEBUG blivet: req: PartitionRequest instance -- >id = 16 name = vda1 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >17:55:31,832 DEBUG blivet: req: PartitionRequest instance -- >id = 15 name = vda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >17:55:31,832 DEBUG blivet: 1 requests and 19906493 (9719MB) left in chunk >17:55:31,833 DEBUG blivet: adding 19906493 (9719MB) to 16 (vda1) >17:55:31,834 DEBUG blivet: taking back 19537853 (9539MB) from 16 (vda1) >17:55:31,834 DEBUG blivet: new grow amount for request 16 (vda1) is 368640 units, or 180MB >17:55:31,834 DEBUG blivet: request 16 (vda1) growth: 368640 (180MB) size: 200MB >17:55:31,834 DEBUG blivet: request 15 (vda2) growth: 0 (0MB) size: 500MB >17:55:31,834 DEBUG blivet: disk /dev/vda growth: 368640 (180MB) >17:55:31,836 DEBUG blivet: PartitionDevice._setPartedPartition: vda2 ; >17:55:31,836 DEBUG blivet: device vda2 new partedPartition None >17:55:31,837 DEBUG blivet: PartitionDevice._setDisk: req1 ; new: None ; old: vda ; >17:55:31,837 DEBUG blivet: DiskDevice.removeChild: kids: 2 ; name: vda ; >17:55:31,837 DEBUG blivet: total growth: 368640 sectors >17:55:31,839 DEBUG blivet: updating use_disk to vda, type: 0 >17:55:31,839 DEBUG blivet: new free: 43008-20971486 / 10218MB >17:55:31,840 DEBUG blivet: new free allows for 368640 sectors of growth >17:55:31,840 DEBUG blivet: found free space for bootable request >17:55:31,840 DEBUG blivet: created partition vda2 of 500MB and added it to /dev/vda >17:55:31,842 DEBUG blivet: PartitionDevice._setPartedPartition: req1 ; >17:55:31,842 DEBUG blivet: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5d35ad0> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f05a002eb50> PedPartition: <_ped.Partition object at 0x7f05a0025b30> >17:55:31,848 DEBUG blivet: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >17:55:31,848 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: vda ; >17:55:31,849 DEBUG blivet: PartitionDevice._setPartedPartition: vda2 ; >17:55:31,849 DEBUG blivet: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5d35ad0> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f05a002e510> PedPartition: <_ped.Partition object at 0x7f05a0025c50> >17:55:31,854 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >17:55:31,858 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10240MB disk vda (1) with non-existent gpt disklabel >17:55:31,858 DEBUG blivet: resolved 'vda' to 'vda' (disk) >17:55:31,859 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >17:55:31,861 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10240MB disk vda (1) with non-existent gpt disklabel >17:55:31,861 DEBUG blivet: resolved 'vda' to 'vda' (disk) >17:55:31,862 DEBUG blivet: allocating partition: req0 ; id: 14 ; disks: ['vda'] ; >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 0 >17:55:31,863 DEBUG blivet: checking freespace on vda >17:55:31,864 DEBUG blivet: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=500MB boot=False best=None grow=True >17:55:31,869 DEBUG blivet: current free range is 34-2047 (0MB) >17:55:31,870 DEBUG blivet: current free range is 1067008-20971486 (9718MB) >17:55:31,871 DEBUG blivet: evaluating growth potential for new layout >17:55:31,871 DEBUG blivet: calculating growth for disk /dev/vda >17:55:31,872 DEBUG blivet: PartitionDevice._setPartedPartition: req0 ; >17:55:31,873 DEBUG blivet: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5d35ad0> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f05a002ec10> PedPartition: <_ped.Partition object at 0x7f05a0025ad0> >17:55:31,874 DEBUG blivet: PartitionDevice._setDisk: vda3 ; new: vda ; old: None ; >17:55:31,875 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: vda ; >17:55:31,875 DEBUG blivet: adding request 16 to chunk 20971453 (34-20971486) on /dev/vda >17:55:31,876 DEBUG blivet: adding request 15 to chunk 20971453 (34-20971486) on /dev/vda >17:55:31,878 DEBUG blivet: adding request 14 to chunk 20971453 (34-20971486) on /dev/vda >17:55:31,878 DEBUG blivet: Chunk.growRequests: 20971453 on /dev/vda start = 34 end = 20971486 >sectorSize = 512 > >17:55:31,878 DEBUG blivet: req: PartitionRequest instance -- >id = 16 name = vda1 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >17:55:31,878 DEBUG blivet: req: PartitionRequest instance -- >id = 15 name = vda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >17:55:31,878 DEBUG blivet: req: PartitionRequest instance -- >id = 14 name = vda3 growable = True >base = 1024000 growth = 0 max_grow = 18446744073708527615 >done = False >17:55:31,878 DEBUG blivet: 2 requests and 18882493 (9219MB) left in chunk >17:55:31,878 DEBUG blivet: adding 726249 (354MB) to 16 (vda1) >17:55:31,878 DEBUG blivet: taking back 357609 (174MB) from 16 (vda1) >17:55:31,878 DEBUG blivet: new grow amount for request 16 (vda1) is 368640 units, or 180MB >17:55:31,878 DEBUG blivet: adding 18156243 (8865MB) to 14 (vda3) >17:55:31,878 DEBUG blivet: new grow amount for request 14 (vda3) is 18156243 units, or 8865MB >17:55:31,878 DEBUG blivet: 1 requests and 357610 (174MB) left in chunk >17:55:31,881 DEBUG blivet: adding 357610 (174MB) to 14 (vda3) >17:55:31,881 DEBUG blivet: new grow amount for request 14 (vda3) is 18513853 units, or 9039MB >17:55:31,882 DEBUG blivet: request 16 (vda1) growth: 368640 (180MB) size: 200MB >17:55:31,882 DEBUG blivet: request 15 (vda2) growth: 0 (0MB) size: 500MB >17:55:31,882 DEBUG blivet: request 14 (vda3) growth: 18513853 (9039MB) size: 9539MB >17:55:31,882 DEBUG blivet: disk /dev/vda growth: 18882493 (9219MB) >17:55:31,890 DEBUG blivet: PartitionDevice._setPartedPartition: vda3 ; >17:55:31,890 DEBUG blivet: device vda3 new partedPartition None >17:55:31,891 DEBUG blivet: PartitionDevice._setDisk: req0 ; new: None ; old: vda ; >17:55:31,891 DEBUG blivet: DiskDevice.removeChild: kids: 3 ; name: vda ; >17:55:31,891 DEBUG blivet: total growth: 18882493 sectors >17:55:31,891 DEBUG blivet: updating use_disk to vda, type: 0 >17:55:31,891 DEBUG blivet: new free: 1067008-20971486 / 9718MB >17:55:31,893 DEBUG blivet: new free allows for 18882493 sectors of growth >17:55:31,894 DEBUG blivet: created partition vda3 of 500MB and added it to /dev/vda >17:55:31,895 DEBUG blivet: PartitionDevice._setPartedPartition: req0 ; >17:55:31,896 DEBUG blivet: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5d35ad0> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f05a002e150> PedPartition: <_ped.Partition object at 0x7f05a0025bf0> >17:55:31,896 DEBUG blivet: PartitionDevice._setDisk: vda3 ; new: vda ; old: None ; >17:55:31,902 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: vda ; >17:55:31,903 DEBUG blivet: PartitionDevice._setPartedPartition: vda3 ; >17:55:31,903 DEBUG blivet: device vda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5d35ad0> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f05a002ee90> PedPartition: <_ped.Partition object at 0x7f05a0025d10> >17:55:31,903 DEBUG blivet: growPartitions: disks=['vda'], partitions=['vda3(id 14)', 'vda2(id 15)', 'vda1(id 16)'] >17:55:31,903 DEBUG blivet: growable partitions are ['vda3', 'vda1'] >17:55:31,907 DEBUG blivet: adding request 14 to chunk 20971453 (34-20971486) on /dev/vda >17:55:31,908 DEBUG blivet: adding request 15 to chunk 20971453 (34-20971486) on /dev/vda >17:55:31,908 DEBUG blivet: adding request 16 to chunk 20971453 (34-20971486) on /dev/vda >17:55:31,908 DEBUG blivet: disk vda has 1 chunks >17:55:31,908 DEBUG blivet: Chunk.growRequests: 20971453 on /dev/vda start = 34 end = 20971486 >sectorSize = 512 > >17:55:31,908 DEBUG blivet: req: PartitionRequest instance -- >id = 16 name = vda1 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >17:55:31,908 DEBUG blivet: req: PartitionRequest instance -- >id = 15 name = vda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >17:55:31,908 DEBUG blivet: req: PartitionRequest instance -- >id = 14 name = vda3 growable = True >base = 1024000 growth = 0 max_grow = 18446744073708527615 >done = False >17:55:31,913 DEBUG blivet: 2 requests and 18882493 (9219MB) left in chunk >17:55:31,913 DEBUG blivet: adding 726249 (354MB) to 16 (vda1) >17:55:31,914 DEBUG blivet: taking back 357609 (174MB) from 16 (vda1) >17:55:31,914 DEBUG blivet: new grow amount for request 16 (vda1) is 368640 units, or 180MB >17:55:31,914 DEBUG blivet: adding 18156243 (8865MB) to 14 (vda3) >17:55:31,915 DEBUG blivet: new grow amount for request 14 (vda3) is 18156243 units, or 8865MB >17:55:31,916 DEBUG blivet: 1 requests and 357610 (174MB) left in chunk >17:55:31,917 DEBUG blivet: adding 357610 (174MB) to 14 (vda3) >17:55:31,918 DEBUG blivet: new grow amount for request 14 (vda3) is 18513853 units, or 9039MB >17:55:31,919 DEBUG blivet: growing partitions on vda >17:55:31,920 DEBUG blivet: partition vda1 (16): 0 >17:55:31,929 DEBUG blivet: new geometry for vda1: parted.Geometry instance -- > start: 2048 end: 411647 length: 409600 > device: <parted.device.Device object at 0x5d355d0> PedGeometry: <_ped.Geometry object at 0x7f05a002ef10> >17:55:31,929 DEBUG blivet: partition vda2 (15): 0 >17:55:31,929 DEBUG blivet: new geometry for vda2: parted.Geometry instance -- > start: 411648 end: 1435647 length: 1024000 > device: <parted.device.Device object at 0x5d355d0> PedGeometry: <_ped.Geometry object at 0x7f05a0039110> >17:55:31,929 DEBUG blivet: partition vda3 (14): 0 >17:55:31,930 DEBUG blivet: new geometry for vda3: parted.Geometry instance -- > start: 1435648 end: 20969471 length: 19533824 > device: <parted.device.Device object at 0x5d355d0> PedGeometry: <_ped.Geometry object at 0x7f05a0039290> >17:55:31,930 DEBUG blivet: removing all non-preexisting partitions ['vda1(id 16)', 'vda2(id 15)', 'vda3(id 14)'] from disk(s) ['vda'] >17:55:31,934 DEBUG blivet: PartitionDevice._setPartedPartition: vda1 ; >17:55:31,935 DEBUG blivet: device vda1 new partedPartition None >17:55:31,942 DEBUG blivet: PartitionDevice._setDisk: req2 ; new: None ; old: vda ; >17:55:31,943 DEBUG blivet: DiskDevice.removeChild: kids: 3 ; name: vda ; >17:55:31,943 DEBUG blivet: PartitionDevice._setPartedPartition: vda2 ; >17:55:31,943 DEBUG blivet: device vda2 new partedPartition None >17:55:31,947 DEBUG blivet: PartitionDevice._setDisk: req1 ; new: None ; old: vda ; >17:55:31,952 DEBUG blivet: DiskDevice.removeChild: kids: 2 ; name: vda ; >17:55:31,955 DEBUG blivet: PartitionDevice._setPartedPartition: vda3 ; >17:55:31,955 DEBUG blivet: device vda3 new partedPartition None >17:55:31,958 DEBUG blivet: PartitionDevice._setDisk: req0 ; new: None ; old: vda ; >17:55:31,965 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: vda ; >17:55:31,966 DEBUG blivet: back from removeNewPartitions >17:55:31,967 DEBUG blivet: extended: None >17:55:31,967 DEBUG blivet: setting req2 new geometry: parted.Geometry instance -- > start: 2048 end: 411647 length: 409600 > device: <parted.device.Device object at 0x5d355d0> PedGeometry: <_ped.Geometry object at 0x7f05a002ef10> >17:55:31,969 DEBUG blivet: PartitionDevice._setPartedPartition: req2 ; >17:55:31,970 DEBUG blivet: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5d35ad0> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f05a0039550> PedPartition: <_ped.Partition object at 0x7f05a0025dd0> >17:55:31,972 DEBUG blivet: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >17:55:31,975 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: vda ; >17:55:31,980 DEBUG blivet: PartitionDevice._setPartedPartition: vda1 ; >17:55:31,981 DEBUG blivet: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5d35ad0> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f05a0039750> PedPartition: <_ped.Partition object at 0x7f05a0025e30> >17:55:31,982 DEBUG blivet: setting req1 new geometry: parted.Geometry instance -- > start: 411648 end: 1435647 length: 1024000 > device: <parted.device.Device object at 0x5d355d0> PedGeometry: <_ped.Geometry object at 0x7f05a0039110> >17:55:31,984 DEBUG blivet: PartitionDevice._setPartedPartition: req1 ; >17:55:31,985 DEBUG blivet: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5d35ad0> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5978cd0> PedPartition: <_ped.Partition object at 0x7f05a0025a70> >17:55:31,990 DEBUG blivet: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >17:55:31,991 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: vda ; >17:55:31,993 DEBUG blivet: PartitionDevice._setPartedPartition: vda2 ; >17:55:31,994 DEBUG blivet: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5d35ad0> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f05a002e750> PedPartition: <_ped.Partition object at 0x7f05a0025ad0> >17:55:31,995 DEBUG blivet: setting req0 new geometry: parted.Geometry instance -- > start: 1435648 end: 20969471 length: 19533824 > device: <parted.device.Device object at 0x5d355d0> PedGeometry: <_ped.Geometry object at 0x7f05a0039290> >17:55:32,004 DEBUG blivet: PartitionDevice._setPartedPartition: req0 ; >17:55:32,005 DEBUG blivet: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5d35ad0> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f05a0023dd0> PedPartition: <_ped.Partition object at 0x7f05a0025d70> >17:55:32,008 DEBUG blivet: PartitionDevice._setDisk: vda3 ; new: vda ; old: None ; >17:55:32,010 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: vda ; >17:55:32,011 DEBUG blivet: PartitionDevice._setPartedPartition: vda3 ; >17:55:32,012 DEBUG blivet: device vda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5d35ad0> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f05a002e290> PedPartition: <_ped.Partition object at 0x7f05a0025d10> >17:55:32,013 DEBUG blivet: fixing size of non-existent 200MB partition vda1 (16) with non-existent efi filesystem mounted at /boot/efi at 200.00 >17:55:32,018 DEBUG blivet: fixing size of non-existent 500MB partition vda2 (15) with non-existent ext4 filesystem mounted at /boot at 500.00 >17:55:32,019 DEBUG blivet: fixing size of non-existent 9538MB partition vda3 (14) with non-existent lvmpv at 9538.00 >17:55:32,023 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: vda3 ; >17:55:32,024 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:55:32,026 DEBUG blivet: LVMVolumeGroupDevice._setFormat: fedora ; current: None ; type: None ; >17:55:32,027 INFO blivet: added lvmvg fedora (id 17) to device tree >17:55:32,027 INFO blivet: registered action: [10] Create Device lvmvg fedora (id 17) >17:55:32,029 DEBUG blivet: Ext4FS.supported: supported: True ; >17:55:32,030 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >17:55:32,031 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 0 ; name: fedora ; >17:55:32,033 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-root ; current: None ; type: ext4 ; >17:55:32,037 DEBUG blivet: fedora size is 9536MB >17:55:32,038 DEBUG blivet: vg fedora has 9536MB free >17:55:32,038 DEBUG blivet: Adding fedora-root/1024MB to fedora >17:55:32,039 INFO blivet: added lvmlv fedora-root (id 18) to device tree >17:55:32,039 INFO blivet: registered action: [11] Create Device lvmlv fedora-root (id 18) >17:55:32,040 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:55:32,040 INFO blivet: registered action: [12] Create Format ext4 filesystem mounted at / on lvmlv fedora-root (id 18) >17:55:32,041 DEBUG blivet: SwapSpace.__init__: mountpoint: None ; >17:55:32,042 DEBUG blivet: getFormat('swap') returning SwapSpace instance >17:55:32,043 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 1 ; name: fedora ; >17:55:32,044 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-swap ; current: None ; type: swap ; >17:55:32,046 DEBUG blivet: fedora size is 9536MB >17:55:32,046 DEBUG blivet: vg fedora has 8512MB free >17:55:32,046 DEBUG blivet: Adding fedora-swap/4000MB to fedora >17:55:32,046 INFO blivet: added lvmlv fedora-swap (id 19) to device tree >17:55:32,046 INFO blivet: registered action: [13] Create Device lvmlv fedora-swap (id 19) >17:55:32,046 DEBUG blivet: getFormat('None') returning DeviceFormat instance >17:55:32,046 INFO blivet: registered action: [14] Create Format swap on lvmlv fedora-swap (id 19) >17:55:32,046 DEBUG blivet: fedora size is 9536MB >17:55:32,046 DEBUG blivet: vg fedora has 4512MB free >17:55:32,046 DEBUG blivet: vg fedora: 4512MB free ; lvs: ['root', 'swap'] >17:55:32,046 DEBUG blivet: adding request 18 to chunk 2384 on /dev/mapper/fedora >17:55:32,047 DEBUG blivet: adding request 19 to chunk 2384 on /dev/mapper/fedora >17:55:32,052 DEBUG blivet: Chunk.growRequests: VGChunk instance -- >device = /dev/mapper/fedora length = 2384 size = 9536 >remaining = 1 pool = 1128 >17:55:32,052 DEBUG blivet: req: LVRequest instance -- >id = 19 name = fedora-swap growable = False >base = 1000 growth = 0 max_grow = 0 >done = True >17:55:32,053 DEBUG blivet: req: LVRequest instance -- >id = 18 name = fedora-root growable = True >base = 256 growth = 0 max_grow = 12544 >done = False >17:55:32,053 DEBUG blivet: 1 requests and 1128 (4512MB) left in chunk >17:55:32,053 DEBUG blivet: adding 1128 (4512MB) to 18 (fedora-root) >17:55:32,053 DEBUG blivet: new grow amount for request 18 (fedora-root) is 1128 units, or 4512MB >17:55:32,053 DEBUG blivet: trying to set lv fedora-root size to 5536MB >17:55:32,053 DEBUG blivet: fedora size is 9536MB >17:55:32,053 DEBUG blivet: vg fedora has 4512MB free >17:55:32,053 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >17:55:32,054 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10240MB disk vda (1) with non-existent gpt disklabel >17:55:32,057 DEBUG blivet: resolved 'vda' to 'vda' (disk) >17:55:32,074 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >17:55:32,080 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10240MB disk vda (1) with non-existent gpt disklabel >17:55:32,080 DEBUG blivet: resolved 'vda' to 'vda' (disk) >17:55:39,663 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >17:55:39,664 DEBUG blivet: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >17:55:39,664 DEBUG blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >17:55:39,665 DEBUG blivet: PartitionDevice.teardown: vda2 ; status: False ; controllable: True ; >17:55:39,670 DEBUG blivet: PartitionDevice.teardown: vda1 ; status: False ; controllable: True ; >17:55:39,671 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-root ; status: False ; controllable: True ; >17:55:39,672 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-swap ; status: False ; controllable: True ; >17:55:39,672 INFO blivet: resetting parted disks... >17:55:39,673 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/vda ; >17:55:39,674 DEBUG blivet: PartitionDevice.preCommitFixup: vda3 ; >17:55:39,675 DEBUG blivet: PartitionDevice.preCommitFixup: vda2 ; >17:55:39,676 DEBUG blivet: PartitionDevice.preCommitFixup: vda1 ; >17:55:39,676 DEBUG blivet: action: [0] Destroy Format None on disk vda (id 1) >17:55:39,677 DEBUG blivet: action: [1] Create Format gpt disklabel on disk vda (id 1) >17:55:39,677 DEBUG blivet: action: [2] Destroy Format gpt disklabel on disk vda (id 1) >17:55:39,678 DEBUG blivet: action: [3] Create Format gpt disklabel on disk vda (id 1) >17:55:39,679 DEBUG blivet: action: [4] Create Device partition vda3 (id 14) >17:55:39,679 DEBUG blivet: action: [5] Create Format lvmpv on partition vda3 (id 14) >17:55:39,680 DEBUG blivet: action: [6] Create Device partition vda2 (id 15) >17:55:39,680 DEBUG blivet: action: [7] Create Format ext4 filesystem mounted at /boot on partition vda2 (id 15) >17:55:39,680 DEBUG blivet: action: [8] Create Device partition vda1 (id 16) >17:55:39,681 DEBUG blivet: action: [9] Create Format efi filesystem mounted at /boot/efi on partition vda1 (id 16) >17:55:39,681 DEBUG blivet: action: [10] Create Device lvmvg fedora (id 17) >17:55:39,681 DEBUG blivet: action: [11] Create Device lvmlv fedora-root (id 18) >17:55:39,682 DEBUG blivet: action: [12] Create Format ext4 filesystem mounted at / on lvmlv fedora-root (id 18) >17:55:39,682 DEBUG blivet: action: [13] Create Device lvmlv fedora-swap (id 19) >17:55:39,682 DEBUG blivet: action: [14] Create Format swap on lvmlv fedora-swap (id 19) >17:55:39,682 INFO blivet: pruning action queue... >17:55:39,682 INFO blivet: removing obsolete action 1 (3) >17:55:39,682 INFO blivet: removing obsolete action 2 (3) >17:55:39,682 DEBUG blivet: action 2 already pruned >17:55:39,682 DEBUG blivet: action 1 already pruned >17:55:39,682 INFO blivet: sorting actions... >17:55:39,683 DEBUG blivet: action: [0] Destroy Format None on disk vda (id 1) >17:55:39,688 DEBUG blivet: action: [3] Create Format gpt disklabel on disk vda (id 1) >17:55:39,688 DEBUG blivet: action: [8] Create Device partition vda1 (id 16) >17:55:39,688 DEBUG blivet: action: [9] Create Format efi filesystem mounted at /boot/efi on partition vda1 (id 16) >17:55:39,688 DEBUG blivet: action: [6] Create Device partition vda2 (id 15) >17:55:39,688 DEBUG blivet: action: [7] Create Format ext4 filesystem mounted at /boot on partition vda2 (id 15) >17:55:39,689 DEBUG blivet: action: [4] Create Device partition vda3 (id 14) >17:55:39,689 DEBUG blivet: action: [5] Create Format lvmpv on partition vda3 (id 14) >17:55:39,690 DEBUG blivet: action: [10] Create Device lvmvg fedora (id 17) >17:55:39,690 DEBUG blivet: action: [13] Create Device lvmlv fedora-swap (id 19) >17:55:39,690 DEBUG blivet: action: [14] Create Format swap on lvmlv fedora-swap (id 19) >17:55:39,690 DEBUG blivet: action: [11] Create Device lvmlv fedora-root (id 18) >17:55:39,690 DEBUG blivet: action: [12] Create Format ext4 filesystem mounted at / on lvmlv fedora-root (id 18) >17:55:39,690 INFO blivet: executing action: [0] Destroy Format None on disk vda (id 1) >17:55:39,691 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: True ; >17:55:39,693 DEBUG blivet: DeviceFormat.destroy: device: /dev/vda ; status: False ; type: None ; >17:55:39,743 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >17:55:39,744 DEBUG blivet: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >17:55:39,824 INFO blivet: executing action: [3] Create Format gpt disklabel on disk vda (id 1) >17:55:39,825 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >17:55:39,826 DEBUG blivet: DiskLabel.create: device: /dev/vda ; status: False ; type: disklabel ; >17:55:39,827 DEBUG blivet: DiskLabel.create: device: /dev/vda ; status: False ; type: disklabel ; >17:55:39,828 DEBUG blivet: DiskLabel.commit: device: /dev/vda ; numparts: 0 ; >17:55:40,082 DEBUG blivet: DiskDevice.updateSysfsPath: vda ; status: True ; >17:55:40,083 DEBUG blivet: vda sysfsPath set to /devices/pci0000:00/0000:00:04.0/virtio1/block/vda >17:55:40,107 INFO blivet: executing action: [8] Create Device partition vda1 (id 16) >17:55:40,108 DEBUG blivet: PartitionDevice.create: vda1 ; status: False ; >17:55:40,109 DEBUG blivet: PartitionDevice.setupParents: kids: 0 ; name: vda1 ; orig: False ; >17:55:40,110 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >17:55:40,111 DEBUG blivet: DiskLabel.setup: device: /dev/vda ; status: False ; type: disklabel ; >17:55:40,112 DEBUG blivet: DiskLabel.setup: device: /dev/vda ; status: False ; type: disklabel ; >17:55:40,113 DEBUG blivet: PartitionDevice._create: vda1 ; status: False ; >17:55:40,114 DEBUG blivet: DiskLabel.commit: device: /dev/vda ; numparts: 1 ; >17:55:40,154 DEBUG blivet: post-commit partition path is /dev/vda1 >17:55:40,156 DEBUG blivet: PartitionDevice._setPartedPartition: vda1 ; >17:55:40,156 DEBUG blivet: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5d35990> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f05a004cd90> PedPartition: <_ped.Partition object at 0x7f05a003ddd0> >17:55:40,157 DEBUG blivet: DeviceFormat.destroy: device: /dev/vda1 ; status: False ; type: None ; >17:55:40,176 DEBUG blivet: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: False ; >17:55:40,178 DEBUG blivet: PartitionDevice.updateSysfsPath: vda1 ; status: True ; >17:55:40,181 DEBUG blivet: PartitionDevice.updateSysfsPath: vda1 ; status: True ; >17:55:40,182 DEBUG blivet: vda1 sysfsPath set to /devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda1 >17:55:40,226 INFO blivet: executing action: [9] Create Format efi filesystem mounted at /boot/efi on partition vda1 (id 16) >17:55:40,228 DEBUG blivet: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: False ; >17:55:40,228 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 1 ; >17:55:40,229 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 2 ; >17:55:40,230 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 3 ; >17:55:40,231 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 4 ; >17:55:40,232 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 5 ; >17:55:40,233 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 6 ; >17:55:40,234 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 8 ; >17:55:40,235 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 9 ; >17:55:40,236 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 10 ; >17:55:40,240 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 11 ; >17:55:40,241 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 12 ; >17:55:40,242 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 13 ; >17:55:40,243 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 14 ; >17:55:40,244 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 15 ; >17:55:40,245 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/vda ; numparts: 1 ; >17:55:40,248 DEBUG blivet: EFIFS.create: device: /dev/vda1 ; status: False ; type: efi ; >17:55:40,250 DEBUG blivet: EFIFS.doFormat: device: /dev/vda1 ; mountpoint: /boot/efi ; type: vfat ; >17:55:40,280 DEBUG blivet: EFIFS.notifyKernel: device: /dev/vda1 ; type: efi ; >17:55:40,280 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/vda1 >17:55:40,306 DEBUG blivet: PartitionDevice.updateSysfsPath: vda1 ; status: True ; >17:55:40,307 DEBUG blivet: PartitionDevice.updateSysfsPath: vda1 ; status: True ; >17:55:40,308 DEBUG blivet: vda1 sysfsPath set to /devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda1 >17:55:40,331 INFO blivet: executing action: [6] Create Device partition vda2 (id 15) >17:55:40,331 DEBUG blivet: PartitionDevice.create: vda2 ; status: False ; >17:55:40,333 DEBUG blivet: PartitionDevice.setupParents: kids: 0 ; name: vda2 ; orig: False ; >17:55:40,334 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >17:55:40,335 DEBUG blivet: DiskLabel.setup: device: /dev/vda ; status: False ; type: disklabel ; >17:55:40,337 DEBUG blivet: DiskLabel.setup: device: /dev/vda ; status: False ; type: disklabel ; >17:55:40,342 DEBUG blivet: PartitionDevice._create: vda2 ; status: False ; >17:55:40,346 DEBUG blivet: DiskLabel.commit: device: /dev/vda ; numparts: 2 ; >17:55:40,400 DEBUG blivet: post-commit partition path is /dev/vda2 >17:55:40,400 DEBUG blivet: PartitionDevice._setPartedPartition: vda2 ; >17:55:40,401 DEBUG blivet: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5d35990> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f05a004c490> PedPartition: <_ped.Partition object at 0x7f05a003dfb0> >17:55:40,402 DEBUG blivet: DeviceFormat.destroy: device: /dev/vda2 ; status: False ; type: None ; >17:55:40,425 DEBUG blivet: PartitionDevice.setup: vda2 ; status: True ; controllable: True ; orig: False ; >17:55:40,426 DEBUG blivet: PartitionDevice.updateSysfsPath: vda2 ; status: True ; >17:55:40,428 DEBUG blivet: PartitionDevice.updateSysfsPath: vda2 ; status: True ; >17:55:40,431 DEBUG blivet: vda2 sysfsPath set to /devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda2 >17:55:40,473 INFO blivet: executing action: [7] Create Format ext4 filesystem mounted at /boot on partition vda2 (id 15) >17:55:40,475 DEBUG blivet: PartitionDevice.setup: vda2 ; status: True ; controllable: True ; orig: False ; >17:55:40,476 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 1 ; >17:55:40,478 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 2 ; >17:55:40,478 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 3 ; >17:55:40,479 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 4 ; >17:55:40,480 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 5 ; >17:55:40,480 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 6 ; >17:55:40,481 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 8 ; >17:55:40,482 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 9 ; >17:55:40,483 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 10 ; >17:55:40,484 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 11 ; >17:55:40,485 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 12 ; >17:55:40,486 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 13 ; >17:55:40,487 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 14 ; >17:55:40,488 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 15 ; >17:55:40,489 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/vda ; numparts: 2 ; >17:55:40,493 DEBUG blivet: Ext4FS.create: device: /dev/vda2 ; status: False ; type: ext4 ; >17:55:40,494 DEBUG blivet: Ext4FS.doFormat: device: /dev/vda2 ; mountpoint: /boot ; type: ext4 ; >17:55:40,746 DEBUG blivet: Ext4FS.notifyKernel: device: /dev/vda2 ; type: ext4 ; >17:55:40,747 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/vda2 >17:55:40,776 DEBUG blivet: PartitionDevice.updateSysfsPath: vda2 ; status: True ; >17:55:40,777 DEBUG blivet: PartitionDevice.updateSysfsPath: vda2 ; status: True ; >17:55:40,777 DEBUG blivet: vda2 sysfsPath set to /devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda2 >17:55:40,799 INFO blivet: executing action: [4] Create Device partition vda3 (id 14) >17:55:40,800 DEBUG blivet: PartitionDevice.create: vda3 ; status: False ; >17:55:40,801 DEBUG blivet: PartitionDevice.setupParents: kids: 1 ; name: vda3 ; orig: False ; >17:55:40,802 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >17:55:40,802 DEBUG blivet: DiskLabel.setup: device: /dev/vda ; status: False ; type: disklabel ; >17:55:40,803 DEBUG blivet: DiskLabel.setup: device: /dev/vda ; status: False ; type: disklabel ; >17:55:40,804 DEBUG blivet: PartitionDevice._create: vda3 ; status: False ; >17:55:40,805 DEBUG blivet: DiskLabel.commit: device: /dev/vda ; numparts: 3 ; >17:55:40,857 DEBUG blivet: post-commit partition path is /dev/vda3 >17:55:40,858 DEBUG blivet: PartitionDevice._setPartedPartition: vda3 ; >17:55:40,858 DEBUG blivet: device vda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5d35990> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5d4af90> PedPartition: <_ped.Partition object at 0x7f05a003de90> >17:55:40,859 DEBUG blivet: DeviceFormat.destroy: device: /dev/vda3 ; status: False ; type: None ; >17:55:40,881 DEBUG blivet: PartitionDevice.setup: vda3 ; status: True ; controllable: True ; orig: False ; >17:55:40,883 DEBUG blivet: PartitionDevice.updateSysfsPath: vda3 ; status: True ; >17:55:40,887 DEBUG blivet: PartitionDevice.updateSysfsPath: vda3 ; status: True ; >17:55:40,888 DEBUG blivet: vda3 sysfsPath set to /devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda3 >17:55:40,940 INFO blivet: executing action: [5] Create Format lvmpv on partition vda3 (id 14) >17:55:40,943 DEBUG blivet: PartitionDevice.setup: vda3 ; status: True ; controllable: True ; orig: False ; >17:55:40,943 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda3 ; flag: 1 ; >17:55:40,944 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda3 ; flag: 2 ; >17:55:40,945 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda3 ; flag: 3 ; >17:55:40,945 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda3 ; flag: 4 ; >17:55:40,946 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda3 ; flag: 5 ; >17:55:40,947 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda3 ; flag: 8 ; >17:55:40,947 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda3 ; flag: 9 ; >17:55:40,950 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda3 ; flag: 10 ; >17:55:40,951 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda3 ; flag: 11 ; >17:55:40,952 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda3 ; flag: 12 ; >17:55:40,953 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda3 ; flag: 13 ; >17:55:40,954 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda3 ; flag: 14 ; >17:55:40,956 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda3 ; flag: 15 ; >17:55:40,956 DEBUG blivet: PartitionDevice.setFlag: path: /dev/vda3 ; flag: 6 ; >17:55:40,958 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/vda ; numparts: 3 ; >17:55:40,962 DEBUG blivet: LVMPhysicalVolume.create: device: /dev/vda3 ; status: None ; type: lvmpv ; >17:55:40,963 DEBUG blivet: LVMPhysicalVolume.create: device: /dev/vda3 ; status: None ; type: lvmpv ; >17:55:40,965 DEBUG blivet: LVMPhysicalVolume.destroy: device: /dev/vda3 ; status: None ; type: lvmpv ; >17:55:41,099 DEBUG blivet: LVMPhysicalVolume.notifyKernel: device: /dev/vda3 ; type: lvmpv ; >17:55:41,099 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/vda3 >17:55:41,256 DEBUG blivet: PartitionDevice.updateSysfsPath: vda3 ; status: True ; >17:55:41,257 DEBUG blivet: PartitionDevice.updateSysfsPath: vda3 ; status: True ; >17:55:41,259 DEBUG blivet: vda3 sysfsPath set to /devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda3 >17:55:41,289 INFO blivet: executing action: [10] Create Device lvmvg fedora (id 17) >17:55:41,290 DEBUG blivet: LVMVolumeGroupDevice.create: fedora ; status: False ; >17:55:41,291 DEBUG blivet: LVMVolumeGroupDevice.setupParents: kids: 2 ; name: fedora ; orig: False ; >17:55:41,292 DEBUG blivet: PartitionDevice.setup: vda3 ; status: True ; controllable: True ; orig: False ; >17:55:41,295 DEBUG blivet: LVMPhysicalVolume.setup: device: /dev/vda3 ; status: None ; type: lvmpv ; >17:55:41,296 DEBUG blivet: LVMVolumeGroupDevice._create: fedora ; status: False ; >17:55:41,354 DEBUG blivet: LVMVolumeGroupDevice.setup: fedora ; status: True ; controllable: True ; orig: False ; >17:55:41,355 DEBUG blivet: LVMVolumeGroupDevice.updateSysfsPath: fedora ; status: True ; >17:55:41,427 INFO blivet: executing action: [13] Create Device lvmlv fedora-swap (id 19) >17:55:41,430 DEBUG blivet: LVMLogicalVolumeDevice.create: fedora-swap ; status: False ; >17:55:41,430 DEBUG blivet: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: fedora-swap ; orig: False ; >17:55:41,431 DEBUG blivet: LVMVolumeGroupDevice.setup: fedora ; status: True ; controllable: True ; orig: False ; >17:55:41,432 DEBUG blivet: LVMLogicalVolumeDevice._create: fedora-swap ; status: False ; >17:55:41,607 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-swap ; status: True ; controllable: True ; orig: False ; >17:55:41,610 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora-swap ; status: True ; >17:55:41,613 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-swap ; status: True ; >17:55:41,698 INFO blivet: executing action: [14] Create Format swap on lvmlv fedora-swap (id 19) >17:55:41,700 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-swap ; status: True ; controllable: True ; orig: False ; >17:55:41,703 DEBUG blivet: SwapSpace.create: device: /dev/mapper/fedora-swap ; status: None ; type: swap ; >17:55:41,704 DEBUG blivet: SwapSpace.create: device: /dev/mapper/fedora-swap ; status: None ; type: swap ; >17:55:41,734 DEBUG blivet: SwapSpace.notifyKernel: device: /dev/mapper/fedora-swap ; type: swap ; >17:55:41,734 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/dm-2 >17:55:41,763 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora-swap ; status: True ; >17:55:41,766 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-swap ; status: True ; >17:55:41,788 INFO blivet: executing action: [11] Create Device lvmlv fedora-root (id 18) >17:55:41,789 DEBUG blivet: LVMLogicalVolumeDevice.create: fedora-root ; status: False ; >17:55:41,790 DEBUG blivet: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: fedora-root ; orig: False ; >17:55:41,791 DEBUG blivet: LVMVolumeGroupDevice.setup: fedora ; status: True ; controllable: True ; orig: False ; >17:55:41,792 DEBUG blivet: LVMLogicalVolumeDevice._create: fedora-root ; status: False ; >17:55:42,060 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-root ; status: True ; controllable: True ; orig: False ; >17:55:42,062 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora-root ; status: True ; >17:55:42,062 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-root ; status: True ; >17:55:42,147 INFO blivet: executing action: [12] Create Format ext4 filesystem mounted at / on lvmlv fedora-root (id 18) >17:55:42,149 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-root ; status: True ; controllable: True ; orig: False ; >17:55:42,150 DEBUG blivet: Ext4FS.create: device: /dev/mapper/fedora-root ; status: False ; type: ext4 ; >17:55:42,151 DEBUG blivet: Ext4FS.doFormat: device: /dev/mapper/fedora-root ; mountpoint: / ; type: ext4 ; >17:55:43,656 DEBUG blivet: Ext4FS.notifyKernel: device: /dev/mapper/fedora-root ; type: ext4 ; >17:55:43,657 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/dm-3 >17:55:43,696 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora-root ; status: True ; >17:55:43,697 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-root ; status: True ; >17:55:43,715 INFO blivet: setting boot flag on vda1 >17:55:43,716 DEBUG blivet: PartitionDevice.setFlag: path: /dev/vda1 ; flag: 1 ; >17:55:43,717 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >17:55:43,718 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/vda ; numparts: 3 ; >17:55:43,723 DEBUG blivet: fedora size is 9536MB >17:55:43,726 DEBUG blivet: looking up parted Device: /dev/mapper/fedora-root >17:55:43,730 DEBUG blivet: looking up parted Device: /dev/mapper/fedora-swap >17:55:43,732 DEBUG blivet: vg fedora has 0MB free >17:55:43,733 DEBUG blivet: fedora size is 9536MB >17:55:43,733 DEBUG blivet: vg fedora has 0MB free >17:55:43,737 DEBUG blivet: Ext4FS.supported: supported: True ; >17:55:43,741 DEBUG blivet: Ext4FS.supported: supported: True ; >17:55:43,745 DEBUG blivet: Ext4FS.supported: supported: True ; >17:55:43,747 DEBUG blivet: Ext4FS.supported: supported: True ; >17:55:43,750 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >17:55:43,757 DEBUG blivet: Iso9660FS.supported: supported: True ; >17:55:43,764 DEBUG blivet: Ext4FS.supported: supported: True ; >17:55:43,769 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-swap ; status: True ; controllable: True ; orig: False ; >17:55:43,770 DEBUG blivet: SwapSpace.setup: device: /dev/mapper/fedora-swap ; status: False ; type: swap ; >17:55:43,772 DEBUG blivet: SwapSpace.setup: device: /dev/mapper/fedora-swap ; status: False ; type: swap ; >17:55:43,799 DEBUG blivet: BindFS.supported: supported: False ; >17:55:43,799 DEBUG blivet: getFormat('bind') returning BindFS instance >17:55:43,800 DEBUG blivet: DirectoryDevice._setFormat: /dev ; current: None ; type: bind ; >17:55:43,801 DEBUG blivet: TmpFS.supported: supported: False ; >17:55:43,802 DEBUG blivet: getFormat('tmpfs') returning TmpFS instance >17:55:43,803 DEBUG blivet: NoDevice._setFormat: tmpfs ; current: None ; type: tmpfs ; >17:55:43,808 DEBUG blivet: DevPtsFS.supported: supported: False ; >17:55:43,809 DEBUG blivet: getFormat('devpts') returning DevPtsFS instance >17:55:43,810 DEBUG blivet: NoDevice._setFormat: devpts ; current: None ; type: devpts ; >17:55:43,811 DEBUG blivet: SysFS.supported: supported: False ; >17:55:43,811 DEBUG blivet: getFormat('sysfs') returning SysFS instance >17:55:43,812 DEBUG blivet: NoDevice._setFormat: sys ; current: None ; type: sys ; >17:55:43,813 DEBUG blivet: ProcFS.supported: supported: False ; >17:55:43,813 DEBUG blivet: getFormat('proc') returning ProcFS instance >17:55:43,815 DEBUG blivet: NoDevice._setFormat: proc ; current: None ; type: proc ; >17:55:43,820 DEBUG blivet: SELinuxFS.supported: supported: False ; >17:55:43,820 DEBUG blivet: getFormat('selinuxfs') returning SELinuxFS instance >17:55:43,821 DEBUG blivet: NoDevice._setFormat: selinuxfs ; current: None ; type: selinuxfs ; >17:55:43,822 DEBUG blivet: USBFS.supported: supported: False ; >17:55:43,823 DEBUG blivet: getFormat('usbfs') returning USBFS instance >17:55:43,824 DEBUG blivet: NoDevice._setFormat: usbfs ; current: None ; type: usbfs ; >17:55:43,825 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-root ; status: True ; controllable: True ; orig: False ; >17:55:43,835 INFO blivet: set SELinux context for mountpoint / to system_u:object_r:root_t:s0 >17:55:43,876 INFO blivet: set SELinux context for newly mounted filesystem root at / to system_u:object_r:root_t:s0 >17:55:43,878 DEBUG blivet: PartitionDevice.setup: vda2 ; status: True ; controllable: True ; orig: False ; >17:55:43,879 INFO blivet: set SELinux context for mountpoint /boot to system_u:object_r:boot_t:s0 >17:55:43,920 INFO blivet: set SELinux context for newly mounted filesystem root at /boot to system_u:object_r:boot_t:s0 >17:55:43,922 DEBUG blivet: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: False ; >17:55:43,923 INFO blivet: set SELinux context for mountpoint /boot/efi to system_u:object_r:boot_t:s0 >17:55:43,948 INFO blivet: failed to set SELinux context for /mnt/sysimage/boot/efi: [Errno 95] Operation not supported >17:55:43,949 INFO blivet: set SELinux context for newly mounted filesystem root at /boot/efi to None >17:55:43,950 DEBUG blivet: DirectoryDevice.setup: /dev ; status: True ; controllable: True ; orig: False ; >17:55:43,951 INFO blivet: set SELinux context for mountpoint /dev to system_u:object_r:device_t:s0 >17:55:43,969 INFO blivet: set SELinux context for newly mounted filesystem root at /dev to system_u:object_r:device_t:s0 >17:55:43,971 DEBUG blivet: NoDevice.setup: devpts ; status: False ; controllable: True ; orig: False ; >17:55:43,971 INFO blivet: set SELinux context for mountpoint /dev/pts to system_u:object_r:devpts_t:s0 >17:55:43,991 INFO blivet: set SELinux context for newly mounted filesystem root at /dev/pts to system_u:object_r:devpts_t:s0 >17:55:43,992 DEBUG blivet: NoDevice.setup: tmpfs ; status: False ; controllable: True ; orig: False ; >17:55:43,993 INFO blivet: set SELinux context for mountpoint /dev/shm to system_u:object_r:tmpfs_t:s0 >17:55:44,015 INFO blivet: set SELinux context for newly mounted filesystem root at /dev/shm to system_u:object_r:tmpfs_t:s0 >17:55:44,017 DEBUG blivet: NoDevice.setup: proc ; status: False ; controllable: True ; orig: False ; >17:55:44,018 INFO blivet: failed to get default SELinux context for /proc: [Errno 2] No such file or directory >17:55:44,020 INFO blivet: set SELinux context for mountpoint /proc to None >17:55:44,040 INFO blivet: failed to get default SELinux context for /proc: [Errno 2] No such file or directory >17:55:44,040 INFO blivet: set SELinux context for newly mounted filesystem root at /proc to None >17:55:44,174 DEBUG blivet: NoDevice.setup: selinuxfs ; status: False ; controllable: True ; orig: False ; >17:55:44,175 INFO blivet: set SELinux context for mountpoint /sys/fs/selinux to system_u:object_r:sysfs_t:s0 >17:55:44,195 INFO blivet: failed to set SELinux context for /mnt/sysimage/sys/fs/selinux: [Errno 95] Operation not supported >17:55:44,196 INFO blivet: set SELinux context for newly mounted filesystem root at /sys/fs/selinux to None >17:59:40,993 INFO blivet: not writing out mpath configuration >17:59:40,994 INFO blivet: copy_to_system: source '/etc/multipath/wwids' does not exist. >17:59:40,994 INFO blivet: copy_to_system: source '/etc/multipath/bindings' does not exist. > > >/tmp/ifcfg.log: >17:51:58,487 DEBUG ifcfg: content of files (network initialization): >17:51:59,144 DEBUG ifcfg: content of files (ifcfgs created): >17:51:59,150 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: >TYPE=Ethernet >BOOTPROTO=dhcp >DEFROUTE=yes >IPV4_FAILURE_FATAL=no >IPV6INIT=yes >IPV6_AUTOCONF=yes >IPV6_DEFROUTE=yes >IPV6_FAILURE_FATAL=no >NAME=eth0 >UUID=62e242b2-16aa-44eb-8de3-d686fcb4591f >ONBOOT=no >HWADDR=52:54:00:5F:59:A2 >PEERDNS=yes >PEERROUTES=yes >IPV6_PEERDNS=yes >IPV6_PEERROUTES=yes > > > >/proc/cmdline: >BOOT_IMAGE=/isolinux/vmlinuz0 root=live:LABEL=Fedora-19-Alpha-TC2-x86_64-Live- ro rd.live.image quiet rhgb slub_debug=- > > >/var/log/messages: >Mar 28 17:51:37 localhost rsyslogd: [origin software="rsyslogd" swVersion="7.2.5" x-pid="491" x-info="http://www.rsyslog.com"] start >Mar 28 17:51:37 localhost kernel: [ 0.000000] Initializing cgroup subsys cpuset >Mar 28 17:51:37 localhost kernel: [ 0.000000] Initializing cgroup subsys cpu >Mar 28 17:51:37 localhost kernel: [ 0.000000] Linux version 3.9.0-0.rc4.git0.1.fc19.x86_64 (mockbuild@bkernel01.phx2.fedoraproject.org) (gcc version 4.8.0 20130322 (Red Hat 4.8.0-1) (GCC) ) #1 SMP Mon Mar 25 02:31:02 UTC 2013 >Mar 28 17:51:37 localhost kernel: [ 0.000000] Command line: BOOT_IMAGE=/isolinux/vmlinuz0 root=live:LABEL=Fedora-19-Alpha-TC2-x86_64-Live- ro rd.live.image quiet rhgb slub_debug=- >Mar 28 17:51:37 localhost kernel: [ 0.000000] e820: BIOS-provided physical RAM map: >Mar 28 17:51:37 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable >Mar 28 17:51:37 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007dd36fff] usable >Mar 28 17:51:37 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x000000007dd37000-0x000000007df00fff] reserved >Mar 28 17:51:37 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x000000007df01000-0x000000007f8a0fff] usable >Mar 28 17:51:37 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x000000007f8a1000-0x000000007f8f8fff] reserved >Mar 28 17:51:37 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x000000007f8f9000-0x000000007f900fff] ACPI data >Mar 28 17:51:37 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x000000007f901000-0x000000007f904fff] ACPI NVS >Mar 28 17:51:37 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x000000007f905000-0x000000007ffdffff] usable >Mar 28 17:51:37 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x000000007ffe0000-0x000000007fffffff] reserved >Mar 28 17:51:37 localhost kernel: [ 0.000000] extended physical RAM map: >Mar 28 17:51:37 localhost kernel: [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable >Mar 28 17:51:37 localhost kernel: [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000007d893017] usable >Mar 28 17:51:37 localhost kernel: [ 0.000000] reserve setup_data: [mem 0x000000007d893018-0x000000007d8a2c57] usable >Mar 28 17:51:37 localhost kernel: [ 0.000000] reserve setup_data: [mem 0x000000007d8a2c58-0x000000007d8a3017] usable >Mar 28 17:51:37 localhost kernel: [ 0.000000] reserve setup_data: [mem 0x000000007d8a3018-0x000000007d8abe57] usable >Mar 28 17:51:37 localhost kernel: [ 0.000000] reserve setup_data: [mem 0x000000007d8abe58-0x000000007dd36fff] usable >Mar 28 17:51:37 localhost kernel: [ 0.000000] reserve setup_data: [mem 0x000000007dd37000-0x000000007df00fff] reserved >Mar 28 17:51:37 localhost kernel: [ 0.000000] reserve setup_data: [mem 0x000000007df01000-0x000000007f8a0fff] usable >Mar 28 17:51:37 localhost kernel: [ 0.000000] reserve setup_data: [mem 0x000000007f8a1000-0x000000007f8f8fff] reserved >Mar 28 17:51:37 localhost kernel: [ 0.000000] reserve setup_data: [mem 0x000000007f8f9000-0x000000007f900fff] ACPI data >Mar 28 17:51:37 localhost kernel: [ 0.000000] reserve setup_data: [mem 0x000000007f901000-0x000000007f904fff] ACPI NVS >Mar 28 17:51:37 localhost kernel: [ 0.000000] reserve setup_data: [mem 0x000000007f905000-0x000000007ffdffff] usable >Mar 28 17:51:37 localhost kernel: [ 0.000000] reserve setup_data: [mem 0x000000007ffe0000-0x000000007fffffff] reserved >Mar 28 17:51:37 localhost kernel: [ 0.000000] NX (Execute Disable) protection: active >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: EFI v2.31 by EDK II >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: ACPI=0x7f900000 ACPI 2.0=0x7f900014 >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x00000000000a0000) (0MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000100000-0x0000000000102000) (0MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000102000-0x0000000000800000) (6MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem03: type=4, attr=0xf, range=[0x0000000000800000-0x0000000001000000) (8MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem04: type=2, attr=0xf, range=[0x0000000001000000-0x0000000003105000) (33MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem05: type=7, attr=0xf, range=[0x0000000003105000-0x000000003e3f5000) (946MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem06: type=2, attr=0xf, range=[0x000000003e3f5000-0x0000000040000000) (28MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem07: type=7, attr=0xf, range=[0x0000000040000000-0x000000005cc8e000) (460MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem08: type=2, attr=0xf, range=[0x000000005cc8e000-0x000000007c000000) (499MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem09: type=4, attr=0xf, range=[0x000000007c000000-0x000000007c020000) (0MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem10: type=7, attr=0xf, range=[0x000000007c020000-0x000000007d670000) (22MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem11: type=2, attr=0xf, range=[0x000000007d670000-0x000000007d73e000) (0MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem12: type=1, attr=0xf, range=[0x000000007d73e000-0x000000007d875000) (1MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem13: type=7, attr=0xf, range=[0x000000007d875000-0x000000007d893000) (0MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem14: type=2, attr=0xf, range=[0x000000007d893000-0x000000007d8ac000) (0MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem15: type=4, attr=0xf, range=[0x000000007d8ac000-0x000000007d8f4000) (0MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem16: type=2, attr=0xf, range=[0x000000007d8f4000-0x000000007d9c4000) (0MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem17: type=4, attr=0xf, range=[0x000000007d9c4000-0x000000007da68000) (0MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem18: type=3, attr=0xf, range=[0x000000007da68000-0x000000007dd00000) (2MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem19: type=4, attr=0xf, range=[0x000000007dd00000-0x000000007dd03000) (0MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem20: type=3, attr=0xf, range=[0x000000007dd03000-0x000000007dd37000) (0MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem21: type=6, attr=0x800000000000000f, range=[0x000000007dd37000-0x000000007dd69000) (0MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem22: type=5, attr=0x800000000000000f, range=[0x000000007dd69000-0x000000007dd70000) (0MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem23: type=6, attr=0x800000000000000f, range=[0x000000007dd70000-0x000000007de35000) (0MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem24: type=5, attr=0x800000000000000f, range=[0x000000007de35000-0x000000007df01000) (0MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem25: type=4, attr=0xf, range=[0x000000007df01000-0x000000007f721000) (24MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem26: type=7, attr=0xf, range=[0x000000007f721000-0x000000007f723000) (0MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem27: type=3, attr=0xf, range=[0x000000007f723000-0x000000007f8a1000) (1MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem28: type=5, attr=0x800000000000000f, range=[0x000000007f8a1000-0x000000007f8d1000) (0MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem29: type=6, attr=0x800000000000000f, range=[0x000000007f8d1000-0x000000007f8f5000) (0MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem30: type=0, attr=0xf, range=[0x000000007f8f5000-0x000000007f8f9000) (0MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem31: type=9, attr=0xf, range=[0x000000007f8f9000-0x000000007f901000) (0MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem32: type=10, attr=0xf, range=[0x000000007f901000-0x000000007f905000) (0MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem33: type=4, attr=0xf, range=[0x000000007f905000-0x000000007ffe0000) (6MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] efi: mem34: type=6, attr=0x800000000000000f, range=[0x000000007ffe0000-0x0000000080000000) (0MB) >Mar 28 17:51:37 localhost kernel: [ 0.000000] DMI not present or invalid. >Mar 28 17:51:37 localhost kernel: [ 0.000000] Hypervisor detected: KVM >Mar 28 17:51:37 localhost kernel: [ 0.000000] No AGP bridge found >Mar 28 17:51:37 localhost kernel: [ 0.000000] e820: last_pfn = 0x7ffe0 max_arch_pfn = 0x400000000 >Mar 28 17:51:37 localhost kernel: [ 0.000000] PAT not supported by CPU. >Mar 28 17:51:37 localhost kernel: [ 0.000000] Scanning 1 areas for low memory corruption >Mar 28 17:51:37 localhost kernel: [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] >Mar 28 17:51:37 localhost kernel: [ 0.000000] init_memory_mapping: [mem 0x7d600000-0x7d7fffff] >Mar 28 17:51:37 localhost kernel: [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7d5fffff] >Mar 28 17:51:37 localhost kernel: [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] >Mar 28 17:51:37 localhost kernel: [ 0.000000] init_memory_mapping: [mem 0x7d800000-0x7dd36fff] >Mar 28 17:51:37 localhost kernel: [ 0.000000] init_memory_mapping: [mem 0x7df01000-0x7f8a0fff] >Mar 28 17:51:37 localhost kernel: [ 0.000000] init_memory_mapping: [mem 0x7f905000-0x7ffdffff] >Mar 28 17:51:37 localhost kernel: [ 0.000000] RAMDISK: [mem 0x3e3f5000-0x3fffafff] >Mar 28 17:51:37 localhost kernel: [ 0.000000] ACPI: RSDP 000000007f900014 00024 (v02 OVMF ) >Mar 28 17:51:37 localhost kernel: [ 0.000000] ACPI: XSDT 000000007f8ff0e8 0003C (v01 OVMF OVMFEDK2 20120804 01000013) >Mar 28 17:51:37 localhost kernel: [ 0.000000] ACPI: FACP 000000007f8fe000 00074 (v01 OVMF OVMFEDK2 20120804 OVMF 00000098) >Mar 28 17:51:37 localhost kernel: [ 0.000000] ACPI: DSDT 000000007f8fc000 00D57 (v01 INTEL OVMF 00000004 INTL 20100528) >Mar 28 17:51:37 localhost kernel: [ 0.000000] ACPI: FACS 000000007f904000 00040 >Mar 28 17:51:37 localhost kernel: [ 0.000000] ACPI: APIC 000000007f8fd000 00078 (v01 OVMF OVMFEDK2 20120804 OVMF 00000098) >Mar 28 17:51:37 localhost kernel: [ 0.000000] ACPI: SSDT 000000007f8fb000 00057 (v01 REDHAT OVMF 00000001 INTL 20100528) >Mar 28 17:51:37 localhost kernel: [ 0.000000] No NUMA configuration found >Mar 28 17:51:37 localhost kernel: [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdffff] >Mar 28 17:51:37 localhost kernel: [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdffff] >Mar 28 17:51:37 localhost kernel: [ 0.000000] NODE_DATA [mem 0x7d99b000-0x7d9c1fff] >Mar 28 17:51:37 localhost kernel: [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 >Mar 28 17:51:37 localhost kernel: [ 0.000000] kvm-clock: cpu 0, msr 0:7d95b001, boot clock >Mar 28 17:51:37 localhost kernel: [ 0.000000] Zone ranges: >Mar 28 17:51:37 localhost kernel: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] >Mar 28 17:51:37 localhost kernel: [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >Mar 28 17:51:37 localhost kernel: [ 0.000000] Normal empty >Mar 28 17:51:37 localhost kernel: [ 0.000000] Movable zone start for each node >Mar 28 17:51:37 localhost kernel: [ 0.000000] Early memory node ranges >Mar 28 17:51:37 localhost kernel: [ 0.000000] node 0: [mem 0x00001000-0x0009ffff] >Mar 28 17:51:37 localhost kernel: [ 0.000000] node 0: [mem 0x00100000-0x7dd36fff] >Mar 28 17:51:37 localhost kernel: [ 0.000000] node 0: [mem 0x7df01000-0x7f8a0fff] >Mar 28 17:51:37 localhost kernel: [ 0.000000] node 0: [mem 0x7f905000-0x7ffdffff] >Mar 28 17:51:37 localhost kernel: [ 0.000000] tboot: non-0 tboot_addr but it is not of type E820_RESERVED >Mar 28 17:51:37 localhost kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0xb008 >Mar 28 17:51:37 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >Mar 28 17:51:37 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) >Mar 28 17:51:37 localhost kernel: [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) >Mar 28 17:51:37 localhost kernel: [ 0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23 >Mar 28 17:51:37 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >Mar 28 17:51:37 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) >Mar 28 17:51:37 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >Mar 28 17:51:37 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) >Mar 28 17:51:37 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) >Mar 28 17:51:37 localhost kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information >Mar 28 17:51:37 localhost kernel: [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs >Mar 28 17:51:37 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000 >Mar 28 17:51:37 localhost kernel: [ 0.000000] PM: Registered nosave memory: 000000007d893000 - 000000007d894000 >Mar 28 17:51:37 localhost kernel: [ 0.000000] PM: Registered nosave memory: 000000007d8a2000 - 000000007d8a3000 >Mar 28 17:51:37 localhost kernel: [ 0.000000] PM: Registered nosave memory: 000000007d8a3000 - 000000007d8a4000 >Mar 28 17:51:37 localhost kernel: [ 0.000000] PM: Registered nosave memory: 000000007d8ab000 - 000000007d8ac000 >Mar 28 17:51:37 localhost kernel: [ 0.000000] PM: Registered nosave memory: 000000007dd37000 - 000000007df01000 >Mar 28 17:51:37 localhost kernel: [ 0.000000] PM: Registered nosave memory: 000000007f8a1000 - 000000007f8f9000 >Mar 28 17:51:37 localhost kernel: [ 0.000000] PM: Registered nosave memory: 000000007f8f9000 - 000000007f901000 >Mar 28 17:51:37 localhost kernel: [ 0.000000] PM: Registered nosave memory: 000000007f901000 - 000000007f905000 >Mar 28 17:51:37 localhost kernel: [ 0.000000] e820: [mem 0x80000000-0xffffffff] available for PCI devices >Mar 28 17:51:37 localhost kernel: [ 0.000000] Booting paravirtualized kernel on KVM >Mar 28 17:51:37 localhost kernel: [ 0.000000] setup_percpu: NR_CPUS:4096 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 >Mar 28 17:51:37 localhost kernel: [ 0.000000] PERCPU: Embedded 477 pages/cpu @ffff88007d600000 s1924288 r8192 d21312 u2097152 >Mar 28 17:51:37 localhost kernel: [ 0.000000] kvm-clock: cpu 0, msr 0:7d95b001, primary cpu clock >Mar 28 17:51:37 localhost kernel: [ 0.000000] KVM setup async PF for cpu 0 >Mar 28 17:51:37 localhost kernel: [ 0.000000] kvm-stealtime: cpu 0, msr 7d60e0c0 >Mar 28 17:51:37 localhost kernel: [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515386 >Mar 28 17:51:37 localhost kernel: [ 0.000000] Policy zone: DMA32 >Mar 28 17:51:37 localhost kernel: [ 0.000000] Kernel command line: BOOT_IMAGE=/isolinux/vmlinuz0 root=live:LABEL=Fedora-19-Alpha-TC2-x86_64-Live- ro rd.live.image quiet rhgb slub_debug=- >Mar 28 17:51:37 localhost kernel: [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >Mar 28 17:51:37 localhost kernel: [ 0.000000] __ex_table already sorted, skipping sort >Mar 28 17:51:37 localhost kernel: [ 0.000000] Checking aperture... >Mar 28 17:51:37 localhost kernel: [ 0.000000] No AGP bridge found >Mar 28 17:51:37 localhost kernel: [ 0.000000] Memory: 1963380k/2097024k available (7340k kernel code, 2620k absent, 131024k reserved, 6260k data, 3576k init) >Mar 28 17:51:37 localhost kernel: [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 >Mar 28 17:51:37 localhost kernel: [ 0.000000] Hierarchical RCU implementation. >Mar 28 17:51:37 localhost kernel: [ 0.000000] RCU lockdep checking is enabled. >Mar 28 17:51:37 localhost kernel: [ 0.000000] RCU restricting CPUs from NR_CPUS=4096 to nr_cpu_ids=1. >Mar 28 17:51:37 localhost kernel: [ 0.000000] NR_IRQS:262400 nr_irqs:256 16 >Mar 28 17:51:37 localhost kernel: [ 0.000000] Console: colour dummy device 80x25 >Mar 28 17:51:37 localhost kernel: [ 0.000000] console [tty0] enabled >Mar 28 17:51:37 localhost kernel: [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar >Mar 28 17:51:37 localhost kernel: [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8 >Mar 28 17:51:37 localhost kernel: [ 0.000000] ... MAX_LOCK_DEPTH: 48 >Mar 28 17:51:37 localhost kernel: [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191 >Mar 28 17:51:37 localhost kernel: [ 0.000000] ... CLASSHASH_SIZE: 4096 >Mar 28 17:51:37 localhost kernel: [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384 >Mar 28 17:51:37 localhost kernel: [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768 >Mar 28 17:51:37 localhost kernel: [ 0.000000] ... CHAINHASH_SIZE: 16384 >Mar 28 17:51:37 localhost kernel: [ 0.000000] memory used by lock dependency info: 6367 kB >Mar 28 17:51:37 localhost kernel: [ 0.000000] per task-struct memory footprint: 2688 bytes >Mar 28 17:51:37 localhost kernel: [ 0.000000] allocated 8388608 bytes of page_cgroup >Mar 28 17:51:37 localhost kernel: [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >Mar 28 17:51:37 localhost kernel: [ 0.000000] kmemleak: Kernel memory leak detector disabled >Mar 28 17:51:37 localhost kernel: [ 0.000000] tsc: Detected 3502.640 MHz processor >Mar 28 17:51:37 localhost kernel: [ 0.002000] Calibrating delay loop (skipped) preset value.. 7005.28 BogoMIPS (lpj=3502640) >Mar 28 17:51:37 localhost kernel: [ 0.002000] pid_max: default: 32768 minimum: 301 >Mar 28 17:51:37 localhost kernel: [ 0.002000] init_memory_mapping: [mem 0x7dd37000-0x7dd68fff] >Mar 28 17:51:37 localhost kernel: [ 0.002000] init_memory_mapping: [mem 0x7dd69000-0x7dd6ffff] >Mar 28 17:51:37 localhost kernel: [ 0.002000] init_memory_mapping: [mem 0x7dd70000-0x7de34fff] >Mar 28 17:51:37 localhost kernel: [ 0.002000] init_memory_mapping: [mem 0x7de35000-0x7df00fff] >Mar 28 17:51:37 localhost kernel: [ 0.002000] init_memory_mapping: [mem 0x7f8a1000-0x7f8d0fff] >Mar 28 17:51:37 localhost kernel: [ 0.002000] init_memory_mapping: [mem 0x7f8d1000-0x7f8f4fff] >Mar 28 17:51:37 localhost kernel: [ 0.002000] init_memory_mapping: [mem 0x7ffe0000-0x7fffffff] >Mar 28 17:51:37 localhost kernel: [ 0.002050] Security Framework initialized >Mar 28 17:51:37 localhost kernel: [ 0.002054] SELinux: Initializing. >Mar 28 17:51:37 localhost kernel: [ 0.002350] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) >Mar 28 17:51:37 localhost kernel: [ 0.002595] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) >Mar 28 17:51:37 localhost kernel: [ 0.002696] Mount-cache hash table entries: 256 >Mar 28 17:51:37 localhost kernel: [ 0.003256] Initializing cgroup subsys cpuacct >Mar 28 17:51:37 localhost kernel: [ 0.003263] Initializing cgroup subsys memory >Mar 28 17:51:37 localhost kernel: [ 0.003277] Initializing cgroup subsys devices >Mar 28 17:51:37 localhost kernel: [ 0.003278] Initializing cgroup subsys freezer >Mar 28 17:51:37 localhost kernel: [ 0.003287] Initializing cgroup subsys net_cls >Mar 28 17:51:37 localhost kernel: [ 0.003289] Initializing cgroup subsys blkio >Mar 28 17:51:37 localhost kernel: [ 0.003291] Initializing cgroup subsys perf_event >Mar 28 17:51:37 localhost kernel: [ 0.003356] mce: CPU supports 10 MCE banks >Mar 28 17:51:37 localhost kernel: [ 0.003387] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 >Mar 28 17:51:37 localhost kernel: [ 0.003387] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 >Mar 28 17:51:37 localhost kernel: [ 0.003387] tlb_flushall_shift: 6 >Mar 28 17:51:37 localhost kernel: [ 0.009813] Freeing SMP alternatives: 24k freed >Mar 28 17:51:37 localhost kernel: [ 0.012315] ACPI: Core revision 20130117 >Mar 28 17:51:37 localhost kernel: [ 0.013123] ACPI: All ACPI Tables successfully acquired >Mar 28 17:51:37 localhost kernel: [ 0.017333] ftrace: allocating 24620 entries in 97 pages >Mar 28 17:51:37 localhost kernel: [ 0.023724] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >Mar 28 17:51:37 localhost kernel: [ 0.023726] smpboot: CPU0: Intel QEMU Virtual CPU version 1.4.0 (fam: 06, model: 02, stepping: 03) >Mar 28 17:51:37 localhost kernel: [ 0.024000] Performance Events: unsupported p6 CPU model 2 no PMU driver, software events only. >Mar 28 17:51:37 localhost kernel: [ 0.024000] Brought up 1 CPUs >Mar 28 17:51:37 localhost kernel: [ 0.024000] smpboot: Total of 1 processors activated (7005.28 BogoMIPS) >Mar 28 17:51:37 localhost kernel: [ 0.024142] NMI watchdog: disabled (cpu0): hardware events not enabled >Mar 28 17:51:37 localhost kernel: [ 0.024547] devtmpfs: initialized >Mar 28 17:51:37 localhost kernel: [ 0.024917] PM: Registering ACPI NVS region [mem 0x7f901000-0x7f904fff] (16384 bytes) >Mar 28 17:51:37 localhost kernel: [ 0.025607] atomic64 test passed for x86-64 platform with CX8 and with SSE >Mar 28 17:51:37 localhost kernel: [ 0.025670] RTC time: 21:51:34, date: 03/28/13 >Mar 28 17:51:37 localhost kernel: [ 0.025779] NET: Registered protocol family 16 >Mar 28 17:51:37 localhost kernel: [ 0.026186] ACPI: bus type PCI registered >Mar 28 17:51:37 localhost kernel: [ 0.026263] PCI: Using configuration type 1 for base access >Mar 28 17:51:37 localhost kernel: [ 0.028271] bio: create slab <bio-0> at 0 >Mar 28 17:51:37 localhost kernel: [ 0.028375] ACPI: Added _OSI(Module Device) >Mar 28 17:51:37 localhost kernel: [ 0.028377] ACPI: Added _OSI(Processor Device) >Mar 28 17:51:37 localhost kernel: [ 0.028378] ACPI: Added _OSI(3.0 _SCP Extensions) >Mar 28 17:51:37 localhost kernel: [ 0.028379] ACPI: Added _OSI(Processor Aggregator Device) >Mar 28 17:51:37 localhost kernel: [ 0.030083] ACPI: Interpreter enabled >Mar 28 17:51:37 localhost kernel: [ 0.030086] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130117/hwxface-568) >Mar 28 17:51:37 localhost systemd[1]: systemd 198 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ) >Mar 28 17:51:37 localhost systemd[1]: Detected virtualization 'kvm'. >Mar 28 17:51:37 localhost systemd[1]: Started Setup Virtual Console. >Mar 28 17:51:37 localhost systemd[1]: Started Apply Kernel Variables. >Mar 28 17:51:37 localhost systemd[1]: Mounted Temporary Directory. >Mar 28 17:51:37 localhost systemd[1]: Starting LVM2 metadata daemon... >Mar 28 17:51:37 localhost systemd[1]: Mounted Huge Pages File System. >Mar 28 17:51:37 localhost systemd-modules-load[368]: Inserted module 'uinput' >Mar 28 17:51:37 localhost systemd[1]: Started Load Kernel Modules. >Mar 28 17:51:37 localhost systemd[1]: Mounting Configuration File System... >Mar 28 17:51:37 localhost systemd[1]: Mounted FUSE Control File System. >Mar 28 17:51:37 localhost kernel: [ 0.030090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130117/hwxface-568) >Mar 28 17:51:37 localhost kernel: [ 0.030110] ACPI: (supports S0 S3 S4 S5) >Mar 28 17:51:37 localhost kernel: [ 0.030111] ACPI: Using IOAPIC for interrupt routing >Mar 28 17:51:37 localhost kernel: [ 0.030127] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >Mar 28 17:51:37 localhost kernel: [ 0.033473] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >Mar 28 17:51:37 localhost kernel: [ 0.033479] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM >Mar 28 17:51:37 localhost kernel: [ 0.033480] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08) >Mar 28 17:51:37 localhost kernel: [ 0.033732] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. >Mar 28 17:51:37 localhost kernel: [ 0.033807] PCI host bridge to bus 0000:00 >Mar 28 17:51:37 localhost kernel: [ 0.033810] pci_bus 0000:00: root bus resource [bus 00-ff] >Mar 28 17:51:37 localhost kernel: [ 0.033811] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] >Mar 28 17:51:37 localhost kernel: [ 0.033812] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] >Mar 28 17:51:37 localhost kernel: [ 0.033813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >Mar 28 17:51:37 localhost kernel: [ 0.033815] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfeefffff] >Mar 28 17:51:37 localhost kernel: [ 0.063456] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI >Mar 28 17:51:37 localhost kernel: [ 0.063464] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB >Mar 28 17:51:37 localhost kernel: [ 0.142015] ACPI _OSC control for PCIe not granted, disabling ASPM >Mar 28 17:51:37 localhost kernel: [ 0.142150] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) >Mar 28 17:51:37 localhost kernel: [ 0.142318] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 10 *11) >Mar 28 17:51:37 localhost kernel: [ 0.142499] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 10 *11) >Mar 28 17:51:37 localhost kernel: [ 0.142676] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 *10 11) >Mar 28 17:51:37 localhost kernel: [ 0.142851] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 *10 11) >Mar 28 17:51:37 localhost kernel: [ 0.143234] ACPI: No dock devices found. >Mar 28 17:51:37 localhost kernel: [ 0.143438] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >Mar 28 17:51:37 localhost kernel: [ 0.143442] vgaarb: loaded >Mar 28 17:51:37 localhost kernel: [ 0.143443] vgaarb: bridge control possible 0000:00:02.0 >Mar 28 17:51:37 localhost kernel: [ 0.143544] SCSI subsystem initialized >Mar 28 17:51:37 localhost kernel: [ 0.143545] ACPI: bus type ATA registered >Mar 28 17:51:37 localhost kernel: [ 0.143632] ACPI: bus type USB registered >Mar 28 17:51:37 localhost kernel: [ 0.143656] usbcore: registered new interface driver usbfs >Mar 28 17:51:37 localhost kernel: [ 0.143669] usbcore: registered new interface driver hub >Mar 28 17:51:37 localhost kernel: [ 0.143700] usbcore: registered new device driver usb >Mar 28 17:51:37 localhost kernel: [ 0.143781] PCI: Using ACPI for IRQ routing >Mar 28 17:51:37 localhost kernel: [ 0.144175] NetLabel: Initializing >Mar 28 17:51:37 localhost kernel: [ 0.144176] NetLabel: domain hash size = 128 >Mar 28 17:51:37 localhost kernel: [ 0.144176] NetLabel: protocols = UNLABELED CIPSOv4 >Mar 28 17:51:37 localhost kernel: [ 0.144205] NetLabel: unlabeled traffic allowed by default >Mar 28 17:51:37 localhost kernel: [ 0.144244] Switching to clocksource kvm-clock >Mar 28 17:51:37 localhost kernel: [ 0.167260] pnp: PnP ACPI init >Mar 28 17:51:37 localhost kernel: [ 0.167286] ACPI: bus type PNP registered >Mar 28 17:51:37 localhost kernel: [ 0.167811] system 00:04: [io 0x01e0-0x01ef] has been reserved >Mar 28 17:51:37 localhost kernel: [ 0.167813] system 00:04: [io 0x0160-0x016f] has been reserved >Mar 28 17:51:37 localhost kernel: [ 0.167815] system 00:04: [io 0x0278-0x027f] has been reserved >Mar 28 17:51:37 localhost kernel: [ 0.167816] system 00:04: [io 0x0370-0x0371] has been reserved >Mar 28 17:51:37 localhost kernel: [ 0.167818] system 00:04: [io 0x0378-0x037f] has been reserved >Mar 28 17:51:37 localhost kernel: [ 0.167819] system 00:04: [io 0x0402] has been reserved >Mar 28 17:51:37 localhost kernel: [ 0.167820] system 00:04: [io 0x0440-0x044f] has been reserved >Mar 28 17:51:37 localhost kernel: [ 0.167822] system 00:04: [io 0x0678-0x067f] has been reserved >Mar 28 17:51:37 localhost kernel: [ 0.167823] system 00:04: [io 0x0778-0x077f] has been reserved >Mar 28 17:51:37 localhost kernel: [ 0.167825] system 00:04: [io 0xafe0-0xafe3] has been reserved >Mar 28 17:51:37 localhost kernel: [ 0.167826] system 00:04: [io 0xb000-0xb03f] has been reserved >Mar 28 17:51:37 localhost kernel: [ 0.167833] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved >Mar 28 17:51:37 localhost kernel: [ 0.167835] system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved >Mar 28 17:51:37 localhost kernel: [ 0.168210] pnp: PnP ACPI: found 11 devices >Mar 28 17:51:37 localhost kernel: [ 0.168211] ACPI: bus type PNP unregistered >Mar 28 17:51:37 localhost kernel: [ 0.175704] pci 0000:00:02.0: no compatible bridge window for [mem 0xffff0000-0xffffffff pref] >Mar 28 17:51:37 localhost kernel: [ 0.175706] pci 0000:00:03.0: no compatible bridge window for [mem 0xffff0000-0xffffffff pref] >Mar 28 17:51:37 localhost kernel: [ 0.175711] pci 0000:00:02.0: BAR 6: assigned [mem 0x82010000-0x8201ffff pref] >Mar 28 17:51:37 localhost kernel: [ 0.175714] pci 0000:00:03.0: BAR 6: assigned [mem 0x82020000-0x8202ffff pref] >Mar 28 17:51:37 localhost kernel: [ 0.175758] NET: Registered protocol family 2 >Mar 28 17:51:37 localhost kernel: [ 0.176067] TCP established hash table entries: 16384 (order: 6, 262144 bytes) >Mar 28 17:51:37 localhost kernel: [ 0.176156] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes) >Mar 28 17:51:37 localhost kernel: [ 0.176688] TCP: Hash tables configured (established 16384 bind 16384) >Mar 28 17:51:37 localhost kernel: [ 0.176711] TCP: reno registered >Mar 28 17:51:37 localhost kernel: [ 0.176721] UDP hash table entries: 1024 (order: 5, 196608 bytes) >Mar 28 17:51:37 localhost kernel: [ 0.176798] UDP-Lite hash table entries: 1024 (order: 5, 196608 bytes) >Mar 28 17:51:37 localhost kernel: [ 0.176948] NET: Registered protocol family 1 >Mar 28 17:51:37 localhost kernel: [ 0.176957] pci 0000:00:00.0: Limiting direct PCI/PCI transfers >Mar 28 17:51:37 localhost kernel: [ 0.176970] pci 0000:00:01.0: PIIX3: Enabling Passive Release >Mar 28 17:51:37 localhost kernel: [ 0.176987] pci 0000:00:01.0: Activating ISA DMA hang workarounds >Mar 28 17:51:37 localhost kernel: [ 0.177866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10 >Mar 28 17:51:37 localhost kernel: [ 0.180184] Unpacking initramfs... >Mar 28 17:51:37 localhost kernel: [ 0.542561] Freeing initrd memory: 28696k freed >Mar 28 17:51:37 localhost kernel: [ 0.555228] DMA-API: preallocated 65536 debug entries >Mar 28 17:51:37 localhost kernel: [ 0.555230] DMA-API: debugging enabled by kernel config >Mar 28 17:51:37 localhost kernel: [ 0.555571] Scanning for low memory corruption every 60 seconds >Mar 28 17:51:37 localhost kernel: [ 0.555916] Initialise system trusted keyring >Mar 28 17:51:37 localhost kernel: [ 0.555982] audit: initializing netlink socket (disabled) >Mar 28 17:51:37 localhost kernel: [ 0.556023] type=2000 audit(1364507493.555:1): initialized >Mar 28 17:51:37 localhost kernel: [ 0.569503] cryptomgr_test (22) used greatest stack depth: 6176 bytes left >Mar 28 17:51:37 localhost kernel: [ 0.569885] HugeTLB registered 2 MB page size, pre-allocated 0 pages >Mar 28 17:51:37 localhost kernel: [ 0.572709] VFS: Disk quotas dquot_6.5.2 >Mar 28 17:51:37 localhost kernel: [ 0.572766] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >Mar 28 17:51:37 localhost kernel: [ 0.573508] msgmni has been set to 3963 >Mar 28 17:51:37 localhost kernel: [ 0.574128] cryptomgr_test (29) used greatest stack depth: 5632 bytes left >Mar 28 17:51:37 localhost kernel: [ 0.574430] alg: No test for stdrng (krng) >Mar 28 17:51:37 localhost kernel: [ 0.574436] NET: Registered protocol family 38 >Mar 28 17:51:37 localhost kernel: [ 0.574451] Key type asymmetric registered >Mar 28 17:51:37 localhost kernel: [ 0.574458] Asymmetric key parser 'x509' registered >Mar 28 17:51:37 localhost kernel: [ 0.574459] Asymmetric key parser 'pefile' registered >Mar 28 17:51:37 localhost kernel: [ 0.574507] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >Mar 28 17:51:37 localhost kernel: [ 0.574568] io scheduler noop registered >Mar 28 17:51:37 localhost kernel: [ 0.574570] io scheduler deadline registered >Mar 28 17:51:37 localhost kernel: [ 0.574650] io scheduler cfq registered (default) >Mar 28 17:51:37 localhost kernel: [ 0.575649] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >Mar 28 17:51:37 localhost kernel: [ 0.575707] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >Mar 28 17:51:37 localhost kernel: [ 0.575708] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >Mar 28 17:51:37 localhost kernel: [ 0.576020] efifb: probing for efifb >Mar 28 17:51:37 localhost kernel: [ 0.576214] efifb: framebuffer at 0x80000000, mapped to 0xffffc90000500000, using 1876k, total 1875k >Mar 28 17:51:37 localhost kernel: [ 0.576215] efifb: mode is 800x600x32, linelength=3200, pages=1 >Mar 28 17:51:37 localhost kernel: [ 0.576216] efifb: scrolling: redraw >Mar 28 17:51:37 localhost kernel: [ 0.576217] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 >Mar 28 17:51:37 localhost kernel: [ 0.576497] Console: switching to colour frame buffer device 100x37 >Mar 28 17:51:37 localhost kernel: [ 0.577535] fb0: EFI VGA frame buffer device >Mar 28 17:51:37 localhost kernel: [ 0.577686] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >Mar 28 17:51:37 localhost kernel: [ 0.577705] ACPI: Power Button [PWRF] >Mar 28 17:51:37 localhost kernel: [ 0.578773] GHES: HEST is not enabled! >Mar 28 17:51:37 localhost kernel: [ 0.579794] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 >Mar 28 17:51:37 localhost kernel: [ 0.583135] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11 >Mar 28 17:51:37 localhost kernel: [ 0.584168] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 >Mar 28 17:51:37 localhost kernel: [ 0.584319] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >Mar 28 17:51:37 localhost kernel: [ 0.605955] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >Mar 28 17:51:37 localhost kernel: [ 0.679916] Non-volatile memory driver v1.3 >Mar 28 17:51:37 localhost kernel: [ 0.679920] Linux agpgart interface v0.103 >Mar 28 17:51:37 localhost kernel: [ 0.682618] loop: module loaded >Mar 28 17:51:37 localhost kernel: [ 0.683662] scsi0 : ata_piix >Mar 28 17:51:37 localhost kernel: [ 0.683812] scsi1 : ata_piix >Mar 28 17:51:37 localhost kernel: [ 0.683869] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 >Mar 28 17:51:37 localhost kernel: [ 0.683871] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 >Mar 28 17:51:37 localhost kernel: [ 0.684052] libphy: Fixed MDIO Bus: probed >Mar 28 17:51:37 localhost kernel: [ 0.684136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >Mar 28 17:51:37 localhost kernel: [ 0.684138] ehci-pci: EHCI PCI platform driver >Mar 28 17:51:37 localhost kernel: [ 0.684152] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >Mar 28 17:51:37 localhost kernel: [ 0.684166] uhci_hcd: USB Universal Host Controller Interface driver >Mar 28 17:51:37 localhost kernel: [ 0.686321] uhci_hcd 0000:00:01.2: UHCI Host Controller >Mar 28 17:51:37 localhost kernel: [ 0.686516] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 >Mar 28 17:51:37 localhost kernel: [ 0.686600] uhci_hcd 0000:00:01.2: irq 10, io base 0x0000c0a0 >Mar 28 17:51:37 localhost kernel: [ 0.686739] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 >Mar 28 17:51:37 localhost kernel: [ 0.686741] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Mar 28 17:51:37 localhost kernel: [ 0.686742] usb usb1: Product: UHCI Host Controller >Mar 28 17:51:37 localhost kernel: [ 0.686743] usb usb1: Manufacturer: Linux 3.9.0-0.rc4.git0.1.fc19.x86_64 uhci_hcd >Mar 28 17:51:37 localhost kernel: [ 0.686744] usb usb1: SerialNumber: 0000:00:01.2 >Mar 28 17:51:37 localhost kernel: [ 0.687065] hub 1-0:1.0: USB hub found >Mar 28 17:51:37 localhost kernel: [ 0.687090] hub 1-0:1.0: 2 ports detected >Mar 28 17:51:37 localhost kernel: [ 0.687423] usbcore: registered new interface driver usbserial >Mar 28 17:51:37 localhost kernel: [ 0.687432] usbcore: registered new interface driver usbserial_generic >Mar 28 17:51:37 localhost kernel: [ 0.687462] usbserial: USB Serial support registered for generic >Mar 28 17:51:37 localhost kernel: [ 0.687502] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 >Mar 28 17:51:37 localhost kernel: [ 0.688504] serio: i8042 KBD port at 0x60,0x64 irq 1 >Mar 28 17:51:37 localhost kernel: [ 0.688540] serio: i8042 AUX port at 0x60,0x64 irq 12 >Mar 28 17:51:37 localhost kernel: [ 0.688769] mousedev: PS/2 mouse device common for all mice >Mar 28 17:51:37 localhost kernel: [ 0.689299] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 >Mar 28 17:51:37 localhost kernel: [ 0.691453] rtc_cmos 00:01: RTC can wake from S4 >Mar 28 17:51:37 localhost kernel: [ 0.691744] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 >Mar 28 17:51:37 localhost kernel: [ 0.691808] rtc_cmos 00:01: alarms up to one day, 114 bytes nvram >Mar 28 17:51:37 localhost kernel: [ 0.691940] device-mapper: uevent: version 1.0.3 >Mar 28 17:51:37 localhost kernel: [ 0.692084] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com >Mar 28 17:51:37 localhost kernel: [ 0.692123] cpuidle: using governor ladder >Mar 28 17:51:37 localhost kernel: [ 0.692125] cpuidle: using governor menu >Mar 28 17:51:37 localhost kernel: [ 0.692136] EFI Variables Facility v0.08 2004-May-17 >Mar 28 17:51:37 localhost kernel: [ 0.692470] hidraw: raw HID events driver (C) Jiri Kosina >Mar 28 17:51:37 localhost kernel: [ 0.692613] usbcore: registered new interface driver usbhid >Mar 28 17:51:37 localhost kernel: [ 0.692614] usbhid: USB HID core driver >Mar 28 17:51:37 localhost kernel: [ 0.692652] drop_monitor: Initializing network drop monitor service >Mar 28 17:51:37 localhost kernel: [ 0.692757] ip_tables: (C) 2000-2006 Netfilter Core Team >Mar 28 17:51:37 localhost kernel: [ 0.692795] TCP: cubic registered >Mar 28 17:51:37 localhost kernel: [ 0.692799] Initializing XFRM netlink socket >Mar 28 17:51:37 localhost kernel: [ 0.692996] NET: Registered protocol family 10 >Mar 28 17:51:37 localhost kernel: [ 0.693340] mip6: Mobile IPv6 >Mar 28 17:51:37 localhost kernel: [ 0.693349] NET: Registered protocol family 17 >Mar 28 17:51:37 localhost kernel: [ 0.693752] Loading compiled-in X.509 certificates >Mar 28 17:51:37 localhost kernel: [ 0.694366] Loaded X.509 cert 'Fedora kernel signing key: 2d60ce31f414a607f3bf8706f1607f3eb741f6da' >Mar 28 17:51:37 localhost kernel: [ 0.694388] registered taskstats version 1 >Mar 28 17:51:37 localhost kernel: [ 0.695278] Magic number: 5:653:905 >Mar 28 17:51:37 localhost kernel: [ 0.846809] ata2.00: ATAPI: QEMU DVD-ROM, 1.4.0, max UDMA/100 >Mar 28 17:51:37 localhost kernel: [ 0.847245] ata2.00: configured for MWDMA2 >Mar 28 17:51:37 localhost kernel: [ 0.847925] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 1.4. PQ: 0 ANSI: 5 >Mar 28 17:51:37 localhost kernel: [ 0.848517] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray >Mar 28 17:51:37 localhost kernel: [ 0.848519] cdrom: Uniform CD-ROM driver Revision: 3.20 >Mar 28 17:51:37 localhost kernel: [ 0.849081] sr 1:0:0:0: Attached scsi generic sg0 type 5 >Mar 28 17:51:37 localhost kernel: [ 0.850314] Freeing unused kernel memory: 3576k freed >Mar 28 17:51:37 localhost kernel: [ 0.850941] Write protecting the kernel read-only data: 12288k >Mar 28 17:51:37 localhost kernel: [ 0.852351] Freeing unused kernel memory: 840k freed >Mar 28 17:51:37 localhost kernel: [ 0.853901] Freeing unused kernel memory: 1100k freed >Mar 28 17:51:37 localhost kernel: [ 0.976426] dracut-cmdline (48) used greatest stack depth: 5456 bytes left >Mar 28 17:51:37 localhost kernel: [ 0.989050] usb 1-1: new full-speed USB device number 2 using uhci_hcd >Mar 28 17:51:37 localhost kernel: [ 1.003211] RPC: Registered named UNIX socket transport module. >Mar 28 17:51:37 localhost kernel: [ 1.003214] RPC: Registered udp transport module. >Mar 28 17:51:37 localhost kernel: [ 1.003215] RPC: Registered tcp transport module. >Mar 28 17:51:37 localhost kernel: [ 1.003216] RPC: Registered tcp NFSv4.1 backchannel transport module. >Mar 28 17:51:37 localhost kernel: [ 1.003510] modprobe (113) used greatest stack depth: 5176 bytes left >Mar 28 17:51:37 localhost kernel: [ 1.137763] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 >Mar 28 17:51:37 localhost kernel: [ 1.137766] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 >Mar 28 17:51:37 localhost kernel: [ 1.137767] usb 1-1: Product: QEMU USB Tablet >Mar 28 17:51:37 localhost kernel: [ 1.137768] usb 1-1: Manufacturer: QEMU >Mar 28 17:51:37 localhost kernel: [ 1.137769] usb 1-1: SerialNumber: 42 >Mar 28 17:51:37 localhost kernel: [ 1.147246] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input2 >Mar 28 17:51:37 localhost kernel: [ 1.147655] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Pointer [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 >Mar 28 17:51:37 localhost kernel: [ 1.322184] vda: unknown partition table >Mar 28 17:51:37 localhost kernel: [ 1.329943] [drm] Initialized drm 1.1.0 20060810 >Mar 28 17:51:37 localhost kernel: [ 1.346986] cdrom_id (201) used greatest stack depth: 4280 bytes left >Mar 28 17:51:37 localhost kernel: [ 1.356551] fb: conflicting fb hw usage cirrusdrmfb vs EFI VGA - removing generic driver >Mar 28 17:51:37 localhost kernel: [ 1.356613] Console: switching to colour dummy device 80x25 >Mar 28 17:51:37 localhost kernel: [ 1.374499] [TTM] Zone kernel: Available graphics memory: 1017408 kiB >Mar 28 17:51:37 localhost kernel: [ 1.374501] [TTM] Initializing pool allocator >Mar 28 17:51:37 localhost kernel: [ 1.374512] [TTM] Initializing DMA pool allocator >Mar 28 17:51:37 localhost kernel: [ 1.378578] [drm] fb mappable at 0x0 >Mar 28 17:51:37 localhost kernel: [ 1.378580] [drm] vram aper at 0x0 >Mar 28 17:51:37 localhost kernel: [ 1.378581] [drm] size 0 >Mar 28 17:51:37 localhost kernel: [ 1.378582] [drm] fb depth is 24 >Mar 28 17:51:37 localhost kernel: [ 1.378582] [drm] pitch is 3840 >Mar 28 17:51:37 localhost kernel: [ 1.380481] fbcon: cirrusdrmfb (fb0) is primary device >Mar 28 17:51:37 localhost kernel: [ 1.404864] Console: switching to colour frame buffer device 160x64 >Mar 28 17:51:37 localhost kernel: [ 1.419440] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device >Mar 28 17:51:37 localhost kernel: [ 1.419442] cirrus 0000:00:02.0: registered panic notifier >Mar 28 17:51:37 localhost kernel: [ 1.419685] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 >Mar 28 17:51:37 localhost kernel: [ 1.458908] >Mar 28 17:51:37 localhost kernel: [ 1.458923] ===================================== >Mar 28 17:51:37 localhost kernel: [ 1.458943] [ BUG: bad unlock balance detected! ] >Mar 28 17:51:37 localhost kernel: [ 1.458964] 3.9.0-0.rc4.git0.1.fc19.x86_64 #1 Not tainted >Mar 28 17:51:37 localhost kernel: [ 1.458986] ------------------------------------- >Mar 28 17:51:37 localhost kernel: [ 1.459010] plymouthd/196 is trying to release lock (&crtc->mutex) at: >Mar 28 17:51:37 localhost kernel: [ 1.459010] [<ffffffff8171a58e>] mutex_unlock+0xe/0x10 >Mar 28 17:51:37 localhost kernel: [ 1.459010] but there are no more locks to release! >Mar 28 17:51:37 localhost kernel: [ 1.459010] >Mar 28 17:51:37 localhost kernel: [ 1.459010] other info that might help us debug this: >Mar 28 17:51:37 localhost kernel: [ 1.459010] no locks held by plymouthd/196. >Mar 28 17:51:37 localhost kernel: [ 1.459010] >Mar 28 17:51:37 localhost kernel: [ 1.459010] stack backtrace: >Mar 28 17:51:37 localhost kernel: [ 1.459010] Pid: 196, comm: plymouthd Not tainted 3.9.0-0.rc4.git0.1.fc19.x86_64 #1 >Mar 28 17:51:37 localhost kernel: [ 1.459010] Call Trace: >Mar 28 17:51:37 localhost kernel: [ 1.459010] [<ffffffff8171a58e>] ? mutex_unlock+0xe/0x10 >Mar 28 17:51:37 localhost kernel: [ 1.459010] [<ffffffff810d6b5c>] print_unlock_imbalance_bug+0xec/0x100 >Mar 28 17:51:37 localhost kernel: [ 1.459010] [<ffffffff8171a58e>] ? mutex_unlock+0xe/0x10 >Mar 28 17:51:37 localhost kernel: [ 1.459010] [<ffffffff810db58e>] lock_release+0x25e/0x310 >Mar 28 17:51:37 localhost kernel: [ 1.459010] [<ffffffff8171a4ab>] __mutex_unlock_slowpath+0x9b/0x170 >Mar 28 17:51:37 localhost kernel: [ 1.459010] [<ffffffff8171a58e>] mutex_unlock+0xe/0x10 >Mar 28 17:51:37 localhost kernel: [ 1.459010] [<ffffffffa0082579>] drm_modeset_unlock_all+0x39/0x60 [drm] >Mar 28 17:51:37 localhost kernel: [ 1.459010] [<ffffffffa0086c64>] drm_mode_addfb+0x1a4/0x1b0 [drm] >Mar 28 17:51:37 localhost kernel: [ 1.459010] [<ffffffffa0076421>] drm_ioctl+0x501/0x5c0 [drm] >Mar 28 17:51:37 localhost kernel: [ 1.459010] [<ffffffffa0086ac0>] ? drm_mode_cursor_ioctl+0x130/0x130 [drm] >Mar 28 17:51:37 localhost kernel: [ 1.459010] [<ffffffff812f2bc6>] ? inode_has_perm.isra.48.constprop.64+0x56/0x80 >Mar 28 17:51:37 localhost kernel: [ 1.459010] [<ffffffff811ede35>] do_vfs_ioctl+0x305/0x530 >Mar 28 17:51:37 localhost kernel: [ 1.459010] [<ffffffff812f2fab>] ? selinux_file_ioctl+0x5b/0x110 >Mar 28 17:51:37 localhost kernel: [ 1.459010] [<ffffffff811ee0e1>] sys_ioctl+0x81/0xa0 >Mar 28 17:51:37 localhost kernel: [ 1.459010] [<ffffffff81727319>] system_call_fastpath+0x16/0x1b >Mar 28 17:51:37 localhost kernel: [ 1.485220] squashfs: version 4.0 (2009/01/31) Phillip Lougher >Mar 28 17:51:37 localhost kernel: [ 1.535900] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 >Mar 28 17:51:37 localhost kernel: [ 1.556131] tsc: Refined TSC clocksource calibration: 3502.597 MHz >Mar 28 17:51:37 localhost kernel: [ 1.563691] bio: create slab <bio-1> at 1 >Mar 28 17:51:37 localhost kernel: [ 1.618960] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >Mar 28 17:51:37 localhost kernel: [ 1.784299] systemd-udevd (175) used greatest stack depth: 2776 bytes left >Mar 28 17:51:37 localhost kernel: [ 2.044931] type=1404 audit(1364507495.044:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 >Mar 28 17:51:37 localhost kernel: [ 2.346062] type=1403 audit(1364507495.346:3): policy loaded auid=4294967295 ses=4294967295 >Mar 28 17:51:37 localhost kernel: [ 3.092490] EXT4-fs (dm-0): re-mounted. Opts: (null) >Mar 28 17:51:37 localhost kernel: [ 3.422914] parport_pc 00:0a: reported by Plug and Play ACPI >Mar 28 17:51:37 localhost kernel: [ 3.450450] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0 >Mar 28 17:51:37 localhost kernel: [ 3.532879] microcode: CPU0 sig=0x623, pf=0x0, revision=0x1 >Mar 28 17:51:37 localhost kernel: [ 3.552076] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >Mar 28 17:51:37 localhost kernel: [ 3.668338] ppdev: user-space parallel port driver >Mar 28 17:51:37 localhost auditd[454]: Started dispatcher: /sbin/audispd pid: 464 >Mar 28 17:51:37 localhost audispd: audispd initialized with q_depth=120 and 1 active plugins >Mar 28 17:51:37 localhost auditd[454]: Init complete, auditd 2.2.3 listening for events (startup state enable) >Mar 28 17:51:37 localhost abrtd: Init complete, entering main loop >Mar 28 17:51:37 localhost avahi-daemon[490]: Found user 'avahi' (UID 70) and group 'avahi' (GID 70). >Mar 28 17:51:37 localhost avahi-daemon[490]: Successfully dropped root privileges. >Mar 28 17:51:37 localhost avahi-daemon[490]: avahi-daemon 0.6.31 starting up. >Mar 28 17:51:37 localhost /usr/sbin/irqbalance: Balaincing is ineffective on systems with a single cache domain. Shutting down >Mar 28 17:51:37 localhost mcelog: /sys/firmware/efi/systab: SMBIOS entry point missing >Mar 28 17:51:37 localhost mcelog: Cannot find SMBIOS DMI tables >Mar 28 17:51:37 localhost systemd[1]: Started Security Auditing Service. >Mar 28 17:51:37 localhost systemd[1]: Started Recreate Volatile Files and Directories. >Mar 28 17:51:37 localhost systemd[1]: Starting System Initialization. >Mar 28 17:51:37 localhost systemd[1]: Reached target System Initialization. >Mar 28 17:51:37 localhost systemd[1]: Starting Console System Startup Logging... >Mar 28 17:51:37 localhost systemd[1]: Starting Daily Cleanup of Temporary Directories. >Mar 28 17:51:37 localhost systemd[1]: Started Daily Cleanup of Temporary Directories. >Mar 28 17:51:37 localhost systemd[1]: Starting Restore Sound Card State... >Mar 28 17:51:37 localhost systemd[1]: Starting CUPS Printer Service Spool. >Mar 28 17:51:37 localhost systemd[1]: Started CUPS Printer Service Spool. >Mar 28 17:51:37 localhost systemd[1]: Starting CUPS Printing Service Sockets. >Mar 28 17:51:37 localhost systemd[1]: Started RealtimeKit Scheduling Policy Service. >Mar 28 17:51:37 localhost systemd[1]: Started Avahi mDNS/DNS-SD Stack. >Mar 28 17:51:37 localhost systemd-logind[488]: New seat seat0. >Mar 28 17:51:37 localhost systemd-logind[488]: Watching system buttons on /dev/input/event0 (Power Button) >Mar 28 17:51:37 localhost systemd[1]: Started Login Service. >Mar 28 17:51:37 localhost systemd[1]: Started Restorecon maintaining path file context. >Mar 28 17:51:37 localhost abrtd: Directory 'oops-2013-03-28-17:51:37-500-1' creation detected >Mar 28 17:51:37 localhost abrtd: Lock file '/var/tmp/abrt/oops-2013-03-28-17:51:37-500-1/.lock' is locked by process 500 >Mar 28 17:51:37 localhost abrt-dump-oops: Reported 1 kernel oopses to Abrt >Mar 28 17:51:37 localhost restorecond: Unable to watch (/root/.ssh/*) No such file or directory >Mar 28 17:51:38 localhost avahi-daemon[490]: Successfully called chroot(). >Mar 28 17:51:38 localhost avahi-daemon[490]: Successfully dropped remaining capabilities. >Mar 28 17:51:38 localhost avahi-daemon[490]: No service file found in /etc/avahi/services. >Mar 28 17:51:38 localhost avahi-daemon[490]: System host name is set to 'localhost'. This is not a suitable mDNS host name, looking for alternatives. >Mar 28 17:51:38 localhost avahi-daemon[490]: Network interface enumeration completed. >Mar 28 17:51:38 localhost abrtd: Directory 'oops-2013-03-28-17:51:37-558-1' creation detected >Mar 28 17:51:38 localhost avahi-daemon[490]: Registering HINFO record with values 'X86_64'/'LINUX'. >Mar 28 17:51:38 localhost avahi-daemon[490]: Server startup complete. Host name is linux.local. Local service cookie is 233625934. >Mar 28 17:51:38 localhost abrt-dump-oops: Reported 1 kernel oopses to Abrt >Mar 28 17:51:38 localhost chronyd[565]: chronyd version 1.27 starting >Mar 28 17:51:38 localhost dbus[493]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >Mar 28 17:51:38 localhost polkitd[568]: Started polkitd version 0.110 >Mar 28 17:51:38 localhost chronyd[565]: Linux kernel major=3 minor=9 patch=0 >Mar 28 17:51:38 localhost chronyd[565]: hz=100 shift_hz=7 freq_scale=1.00000000 nominal_tick=10000 slew_delta_tick=833 max_tick_bias=1000 shift_pll=2 >Mar 28 17:51:38 localhost systemd[1]: Starting Authorization Manager... >Mar 28 17:51:38 localhost systemd[1]: Started NTP client/server. >Mar 28 17:51:38 localhost systemd[1]: Starting Wait for chrony to synchronize system clock... >Mar 28 17:51:38 localhost auditctl[455]: No rules >Mar 28 17:51:38 localhost auditctl[455]: AUDIT_STATUS: enabled=0 flag=1 pid=0 rate_limit=0 backlog_limit=320 lost=0 backlog=0 >Mar 28 17:51:38 localhost abrtd: '/var/tmp/abrt/oops-2013-03-28-17:51:37-500-1' does not exist >Mar 28 17:51:38 localhost abrtd: 'post-create' on '/var/tmp/abrt/oops-2013-03-28-17:51:37-500-1' exited with 1 >Mar 28 17:51:38 localhost abrtd: Deleting problem directory '/var/tmp/abrt/oops-2013-03-28-17:51:37-500-1' >Mar 28 17:51:38 localhost abrtd: Can't access '/var/tmp/abrt/oops-2013-03-28-17:51:37-500-1': No such file or directory >Mar 28 17:51:38 localhost abrtd: Can't access '/var/tmp/abrt/oops-2013-03-28-17:51:37-558-1': No such file or directory >Mar 28 17:51:38 localhost abrtd: 'post-create' on '/var/tmp/abrt/oops-2013-03-28-17:51:37-558-1' exited with 1 >Mar 28 17:51:38 localhost abrtd: Deleting problem directory '/var/tmp/abrt/oops-2013-03-28-17:51:37-558-1' >Mar 28 17:51:38 localhost abrtd: Can't access '/var/tmp/abrt/oops-2013-03-28-17:51:37-558-1': No such file or directory >Mar 28 17:51:38 localhost alsactl[471]: /sbin/alsactl: load_state:1647: Cannot open /var/lib/alsa/asound.state for reading: No such file or directory >Mar 28 17:51:38 localhost iprinit[473]: Starting iprinit: [ OK ] >Mar 28 17:51:38 localhost dbus[493]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >Mar 28 17:51:38 localhost accounts-daemon[494]: started daemon version 0.6.30 >Mar 28 17:51:38 localhost systemd[1]: Started Authorization Manager. >Mar 28 17:51:38 localhost systemd[1]: Started Accounts Service. >Mar 28 17:51:38 localhost systemd[1]: Started LSB: Start the iprupdate utility. >Mar 28 17:51:38 localhost systemd[1]: Started LSB: Start the ipr init daemon. >Mar 28 17:51:38 localhost systemd[1]: Starting LSB: Start the ipr dump daemon... >Mar 28 17:51:38 localhost iprupdate[475]: Starting iprupdate: [ OK ] >Mar 28 17:51:38 localhost sh[484]: abrt-dump-oops: Found oopses: 1 >Mar 28 17:51:38 localhost sh[484]: abrt-dump-oops: Creating problem directories >Mar 28 17:51:38 localhost sh[484]: abrt-dump-oops: Found oopses: 1 >Mar 28 17:51:38 localhost sh[484]: abrt-dump-oops: Creating problem directories >Mar 28 17:51:38 localhost rngd[477]: Unable to open file: /dev/tpm0 >Mar 28 17:51:38 localhost rngd[477]: can't open any entropy source >Mar 28 17:51:38 localhost rngd[477]: Maybe RNG device modules are not loaded >Mar 28 17:51:38 localhost chrony-helper[479]: tr: write error: Broken pipe >Mar 28 17:51:38 localhost chrony-helper[479]: tr: write error >Mar 28 17:51:38 localhost dbus-daemon[493]: dbus[493]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >Mar 28 17:51:38 localhost dbus-daemon[493]: dbus[493]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >Mar 28 17:51:38 localhost mcelog[535]: mcelog: /sys/firmware/efi/systab: SMBIOS entry point missing >Mar 28 17:51:38 localhost mcelog[535]: mcelog: Cannot find SMBIOS DMI tables >Mar 28 17:51:38 localhost livesys[474]: Adding live user [ OK ] >Mar 28 17:51:38 localhost iprdump[589]: Starting iprdump: [ OK ] >Mar 28 17:51:38 localhost systemd[1]: Started LSB: Start the ipr dump daemon. >Mar 28 17:51:38 localhost systemd[1]: Stopped Software RAID monitoring and management. >Mar 28 17:51:38 localhost livesys[474]: ** (process:612): WARNING **: failed to commit changes to dconf: Error spawning command line `dbus-launch --autolaunch=f045c062b27947178a6b8df0daac9192 --binary-syntax --close-stderr': Child process exited with code 1 >Mar 28 17:51:38 localhost systemd[1]: Stopped Command Scheduler. >Mar 28 17:51:38 localhost systemd[1]: Stopping Job spooling tools... >Mar 28 17:51:38 localhost systemd[1]: Stopped Job spooling tools. >Mar 28 17:51:38 localhost livesys[474]: sed: can't read : No such file or directory >Mar 28 17:51:38 localhost livesys[474]: warning: Schema 'org.freedesktop.Geoclue' has path '/apps/geoclue/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Mar 28 17:51:38 localhost livesys[474]: warning: Schema 'org.freedesktop.Telepathy.Logger' has path '/apps/telepathy-logger/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Mar 28 17:51:38 localhost livesys[474]: warning: Schema 'org.freedesktop.gstreamer-0.10.default-elements' has path '/desktop/gstreamer/0.10/default-elements/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Mar 28 17:51:38 localhost livesys[474]: warning: Schema 'org.freedesktop.ibus' has path '/desktop/ibus/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Mar 28 17:51:38 localhost livesys[474]: warning: Schema 'org.freedesktop.ibus.general' has path '/desktop/ibus/general/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Mar 28 17:51:38 localhost livesys[474]: warning: Schema 'org.freedesktop.ibus.general.hotkey' has path '/desktop/ibus/general/hotkey/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Mar 28 17:51:38 localhost livesys[474]: warning: Schema 'org.freedesktop.ibus.general.xkblayoutconfig' has path '/desktop/ibus/general/xkblayoutconfig/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Mar 28 17:51:38 localhost livesys[474]: warning: Schema 'org.freedesktop.ibus.panel' has path '/desktop/ibus/panel/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Mar 28 17:51:38 localhost livesys[474]: warning: Schema 'org.gnome.crypto.cache' has path '/desktop/gnome/crypto/cache/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Mar 28 17:51:38 localhost livesys[474]: warning: Schema 'org.gnome.crypto.pgp' has path '/desktop/gnome/crypto/pgp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Mar 28 17:51:39 localhost livesys[474]: warning: Schema 'org.gnome.seahorse' has path '/apps/seahorse/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Mar 28 17:51:39 localhost livesys[474]: warning: Schema 'org.gnome.seahorse.manager' has path '/apps/seahorse/listing/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Mar 28 17:51:39 localhost livesys[474]: warning: Schema 'org.gnome.system.locale' has path '/system/locale/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Mar 28 17:51:39 localhost livesys[474]: warning: Schema 'org.gnome.system.proxy' has path '/system/proxy/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Mar 28 17:51:39 localhost livesys[474]: warning: Schema 'org.gnome.system.proxy.http' has path '/system/proxy/http/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Mar 28 17:51:39 localhost livesys[474]: warning: Schema 'org.gnome.system.proxy.https' has path '/system/proxy/https/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Mar 28 17:51:39 localhost livesys[474]: warning: Schema 'org.gnome.system.proxy.ftp' has path '/system/proxy/ftp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Mar 28 17:51:39 localhost livesys[474]: warning: Schema 'org.gnome.system.proxy.socks' has path '/system/proxy/socks/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Mar 28 17:51:39 localhost systemd[1]: Started firewalld - dynamic firewall daemon. >Mar 28 17:51:39 localhost systemd[1]: Starting Network Manager... >Mar 28 17:51:39 localhost NetworkManager[631]: <info> NetworkManager (version 0.9.8.0-1.fc19) is starting... >Mar 28 17:51:39 localhost NetworkManager[631]: <info> Read config file /etc/NetworkManager/NetworkManager.conf >Mar 28 17:51:39 localhost NetworkManager[631]: <info> WEXT support is enabled >Mar 28 17:51:39 localhost systemd[1]: Started LSB: Init script for live image.. >Mar 28 17:51:39 localhost systemd[1]: Starting SYSV: Late init script for live image.... >Mar 28 17:51:39 localhost systemd[1]: Started GNOME initial setup. >Mar 28 17:51:39 localhost systemd[1]: Starting GNOME Display Manager... >Mar 28 17:51:39 localhost kernel: [ 6.294185] ip6_tables: (C) 2000-2006 Netfilter Core Team >Mar 28 17:51:39 localhost systemd[1]: Started GNOME Display Manager. >Mar 28 17:51:39 localhost NetworkManager[631]: <info> VPN: loaded org.freedesktop.NetworkManager.openconnect >Mar 28 17:51:39 localhost NetworkManager[631]: <info> VPN: loaded org.freedesktop.NetworkManager.l2tp >Mar 28 17:51:39 localhost NetworkManager[631]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp >Mar 28 17:51:39 localhost NetworkManager[631]: <info> VPN: loaded org.freedesktop.NetworkManager.openvpn >Mar 28 17:51:39 localhost NetworkManager[631]: <info> VPN: loaded org.freedesktop.NetworkManager.vpnc >Mar 28 17:51:39 localhost systemd[1]: Started SYSV: Late init script for live image.. >Mar 28 17:51:39 localhost NetworkManager[631]: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >Mar 28 17:51:39 localhost NetworkManager[631]: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >Mar 28 17:51:39 localhost kernel: [ 6.414079] Ebtables v2.0 registered >Mar 28 17:51:39 localhost NetworkManager[631]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >Mar 28 17:51:39 localhost NetworkManager[631]: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >Mar 28 17:51:39 localhost dbus[493]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >Mar 28 17:51:39 localhost NetworkManager[631]: <info> monitoring kernel firmware directory '/lib/firmware'. >Mar 28 17:51:39 localhost dbus[493]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' >Mar 28 17:51:39 localhost bluetoothd[660]: Bluetooth daemon 4.101 >Mar 28 17:51:39 localhost systemd[1]: Starting Bluetooth service... >Mar 28 17:51:39 localhost systemd[1]: Started Network Manager. >Mar 28 17:51:39 localhost systemd[1]: Starting Network Manager Wait Online... >Mar 28 17:51:39 localhost NetworkManager[631]: <info> WiFi enabled by radio killswitch; enabled by state file >Mar 28 17:51:39 localhost NetworkManager[631]: <info> WWAN enabled by radio killswitch; enabled by state file >Mar 28 17:51:39 localhost NetworkManager[631]: <info> WiMAX enabled by radio killswitch; enabled by state file >Mar 28 17:51:39 localhost NetworkManager[631]: <info> Networking is enabled by state file >Mar 28 17:51:39 localhost NetworkManager[631]: <warn> failed to allocate link cache: (-10) Operation not supported >Mar 28 17:51:39 localhost NetworkManager[631]: <info> (eth0): carrier is OFF >Mar 28 17:51:39 localhost NetworkManager[631]: <info> (eth0): new Ethernet device (driver: 'virtio_net' ifindex: 2) >Mar 28 17:51:39 localhost NetworkManager[631]: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/0 >Mar 28 17:51:39 localhost NetworkManager[631]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >Mar 28 17:51:39 localhost dbus[493]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.8" (uid=0 pid=640 comm="/usr/sbin/gdm ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.10" (uid=0 pid=651 comm="/usr/libexec/gdm-simple-slave --display-id /org/gn") >Mar 28 17:51:39 localhost NetworkManager[631]: <info> (eth0): bringing up device. >Mar 28 17:51:39 localhost kernel: [ 6.532565] Bluetooth: Core ver 2.16 >Mar 28 17:51:39 localhost NetworkManager[631]: <info> (eth0): carrier now ON (device state 20) >Mar 28 17:51:39 localhost NetworkManager[631]: <info> (eth0): preparing device. >Mar 28 17:51:39 localhost NetworkManager[631]: <info> (eth0): deactivating device (reason 'managed') [2] >Mar 28 17:51:39 localhost dbus[493]: [system] Successfully activated service 'org.bluez' >Mar 28 17:51:39 localhost kernel: [ 6.538085] NET: Registered protocol family 31 >Mar 28 17:51:39 localhost kernel: [ 6.539151] Bluetooth: HCI device and connection manager initialized >Mar 28 17:51:39 localhost kernel: [ 6.540151] Bluetooth: HCI socket layer initialized >Mar 28 17:51:39 localhost bluetoothd[660]: Starting SDP server >Mar 28 17:51:39 localhost NetworkManager[631]: <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:03.0/virtio0/net/eth0 >Mar 28 17:51:39 localhost NetworkManager[631]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >Mar 28 17:51:39 localhost kernel: [ 6.548048] Bluetooth: L2CAP socket layer initialized >Mar 28 17:51:39 localhost kernel: [ 6.549127] Bluetooth: SCO socket layer initialized >Mar 28 17:51:39 localhost NetworkManager[631]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >Mar 28 17:51:39 localhost NetworkManager[631]: <info> (eth0): device state change: unavailable -> disconnected (reason 'none') [20 30 0] >Mar 28 17:51:39 localhost NetworkManager[631]: <info> Auto-activating connection 'Wired connection 1'. >Mar 28 17:51:39 localhost NetworkManager[631]: <info> Activation (eth0) starting connection 'Wired connection 1' >Mar 28 17:51:39 localhost kernel: [ 6.558968] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 >Mar 28 17:51:39 localhost kernel: [ 6.560031] Bluetooth: BNEP filters: protocol multicast >Mar 28 17:51:39 localhost NetworkManager[631]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >Mar 28 17:51:39 localhost kernel: [ 6.563030] Bluetooth: BNEP socket layer initialized >Mar 28 17:51:39 localhost NetworkManager[631]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... >Mar 28 17:51:39 localhost NetworkManager[631]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... >Mar 28 17:51:39 localhost NetworkManager[631]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... >Mar 28 17:51:39 localhost NetworkManager[631]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. >Mar 28 17:51:39 localhost NetworkManager[631]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... >Mar 28 17:51:39 localhost NetworkManager[631]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] >Mar 28 17:51:39 localhost NetworkManager[631]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful. >Mar 28 17:51:39 localhost modem-manager[657]: <info> ModemManager (version 0.6.0.0-3.fc19) starting... >Mar 28 17:51:39 localhost NetworkManager[631]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete. >Mar 28 17:51:39 localhost bluetoothd[660]: Parsing /etc/bluetooth/input.conf failed: No such file or directory >Mar 28 17:51:39 localhost bluetoothd[660]: Bluetooth Management interface initialized >Mar 28 17:51:39 localhost dbus[493]: [system] Successfully activated service 'org.freedesktop.ModemManager' >Mar 28 17:51:39 localhost NetworkManager[631]: <info> modem-manager is now available >Mar 28 17:51:39 localhost dbus-daemon[493]: dbus[493]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >Mar 28 17:51:39 localhost dbus-daemon[493]: dbus[493]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' >Mar 28 17:51:39 localhost dbus-daemon[493]: dbus[493]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.8" (uid=0 pid=640 comm="/usr/sbin/gdm ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.10" (uid=0 pid=651 comm="/usr/libexec/gdm-simple-slave --display-id /org/gn") >Mar 28 17:51:39 localhost dbus-daemon[493]: dbus[493]: [system] Successfully activated service 'org.bluez' >Mar 28 17:51:39 localhost dbus-daemon[493]: modem-manager[657]: <info> ModemManager (version 0.6.0.0-3.fc19) starting... >Mar 28 17:51:39 localhost dbus-daemon[493]: dbus[493]: [system] Successfully activated service 'org.freedesktop.ModemManager' >Mar 28 17:51:39 localhost dbus-daemon[493]: modem-manager[657]: <info> Loaded plugin 'Gobi' >Mar 28 17:51:39 localhost dbus-daemon[493]: modem-manager[657]: <info> Loaded plugin 'Longcheer' >Mar 28 17:51:39 localhost dbus-daemon[493]: modem-manager[657]: <info> Loaded plugin 'Option High-Speed' >Mar 28 17:51:39 localhost dbus-daemon[493]: modem-manager[657]: <info> Loaded plugin 'Ericsson MBM' >Mar 28 17:51:39 localhost dbus-daemon[493]: modem-manager[657]: <info> Loaded plugin 'Samsung' >Mar 28 17:51:39 localhost dbus-daemon[493]: modem-manager[657]: <info> Loaded plugin 'SimTech' >Mar 28 17:51:39 localhost dbus-daemon[493]: modem-manager[657]: <info> Loaded plugin 'MotoC' >Mar 28 17:51:39 localhost dbus-daemon[493]: modem-manager[657]: <info> Loaded plugin 'ZTE' >Mar 28 17:51:39 localhost dbus-daemon[493]: modem-manager[657]: <info> Loaded plugin 'Linktop' >Mar 28 17:51:39 localhost dbus-daemon[493]: modem-manager[657]: <info> Loaded plugin 'Option' >Mar 28 17:51:39 localhost dbus-daemon[493]: modem-manager[657]: <info> Loaded plugin 'Wavecom' >Mar 28 17:51:39 localhost dbus-daemon[493]: modem-manager[657]: <info> Loaded plugin 'Novatel' >Mar 28 17:51:39 localhost systemd[1]: Started Bluetooth service. >Mar 28 17:51:39 localhost modem-manager[657]: <info> Loaded plugin 'Gobi' >Mar 28 17:51:39 localhost modem-manager[657]: <info> Loaded plugin 'Longcheer' >Mar 28 17:51:39 localhost modem-manager[657]: <info> Loaded plugin 'Option High-Speed' >Mar 28 17:51:39 localhost modem-manager[657]: <info> Loaded plugin 'Ericsson MBM' >Mar 28 17:51:39 localhost modem-manager[657]: <info> Loaded plugin 'Samsung' >Mar 28 17:51:39 localhost modem-manager[657]: <info> Loaded plugin 'SimTech' >Mar 28 17:51:39 localhost modem-manager[657]: <info> Loaded plugin 'MotoC' >Mar 28 17:51:39 localhost modem-manager[657]: <info> Loaded plugin 'ZTE' >Mar 28 17:51:39 localhost modem-manager[657]: <info> Loaded plugin 'Linktop' >Mar 28 17:51:39 localhost modem-manager[657]: <info> Loaded plugin 'Option' >Mar 28 17:51:39 localhost modem-manager[657]: <info> Loaded plugin 'Wavecom' >Mar 28 17:51:39 localhost modem-manager[657]: <info> Loaded plugin 'Novatel' >Mar 28 17:51:39 localhost modem-manager[657]: <info> Loaded plugin 'AnyData' >Mar 28 17:51:39 localhost modem-manager[657]: <info> Loaded plugin 'Nokia' >Mar 28 17:51:39 localhost modem-manager[657]: <info> Loaded plugin 'X22X' >Mar 28 17:51:39 localhost modem-manager[657]: <info> Loaded plugin 'Sierra' >Mar 28 17:51:39 localhost modem-manager[657]: <info> Loaded plugin 'Huawei' >Mar 28 17:51:39 localhost modem-manager[657]: <info> Loaded plugin 'Cinterion' >Mar 28 17:51:39 localhost modem-manager[657]: <info> Loaded plugin 'Iridium' >Mar 28 17:51:39 localhost modem-manager[657]: <info> Loaded plugin 'Generic' >Mar 28 17:51:39 localhost modem-manager[657]: <info> Successfully loaded 20 plugins >Mar 28 17:51:39 localhost dbus-daemon[493]: modem-manager[657]: <info> Loaded plugin 'AnyData' >Mar 28 17:51:39 localhost dbus-daemon[493]: modem-manager[657]: <info> Loaded plugin 'Nokia' >Mar 28 17:51:39 localhost dbus-daemon[493]: modem-manager[657]: <info> Loaded plugin 'X22X' >Mar 28 17:51:39 localhost dbus-daemon[493]: modem-manager[657]: <info> Loaded plugin 'Sierra' >Mar 28 17:51:39 localhost dbus-daemon[493]: modem-manager[657]: <info> Loaded plugin 'Huawei' >Mar 28 17:51:39 localhost dbus-daemon[493]: modem-manager[657]: <info> Loaded plugin 'Cinterion' >Mar 28 17:51:39 localhost dbus-daemon[493]: modem-manager[657]: <info> Loaded plugin 'Iridium' >Mar 28 17:51:39 localhost dbus-daemon[493]: modem-manager[657]: <info> Loaded plugin 'Generic' >Mar 28 17:51:39 localhost dbus-daemon[493]: modem-manager[657]: <info> Successfully loaded 20 plugins >Mar 28 17:51:39 localhost bluetoothd[660]: bluetoothd[660]: Bluetooth daemon 4.101 >Mar 28 17:51:39 localhost bluetoothd[660]: bluetoothd[660]: Starting SDP server >Mar 28 17:51:39 localhost bluetoothd[660]: bluetoothd[660]: Parsing /etc/bluetooth/input.conf failed: No such file or directory >Mar 28 17:51:39 localhost bluetoothd[660]: bluetoothd[660]: Bluetooth Management interface initialized >Mar 28 17:51:39 localhost kernel: [ 6.657994] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) >Mar 28 17:51:41 localhost systemd[1]: Started Wait for Plymouth Boot Screen to Quit. >Mar 28 17:51:41 localhost NetworkManager[631]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. >Mar 28 17:51:41 localhost NetworkManager[631]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... >Mar 28 17:51:41 localhost NetworkManager[631]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] >Mar 28 17:51:41 localhost NetworkManager[631]: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds) >Mar 28 17:51:41 localhost NetworkManager[631]: <info> dhclient started with pid 1046 >Mar 28 17:51:41 localhost NetworkManager[631]: <info> Activation (eth0) Beginning IP6 addrconf. >Mar 28 17:51:41 localhost NetworkManager[631]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. >Mar 28 17:51:41 localhost dbus-daemon[493]: dbus[493]: [system] Activating via systemd: service name='org.freedesktop.ConsoleKit' unit='console-kit-daemon.service' >Mar 28 17:51:41 localhost dbus[493]: [system] Activating via systemd: service name='org.freedesktop.ConsoleKit' unit='console-kit-daemon.service' >Mar 28 17:51:41 localhost systemd[1]: Starting Console Manager... >Mar 28 17:51:41 localhost dbus-daemon[493]: dbus[493]: [system] Successfully activated service 'org.freedesktop.ConsoleKit' >Mar 28 17:51:41 localhost dbus[493]: [system] Successfully activated service 'org.freedesktop.ConsoleKit' >Mar 28 17:51:41 localhost systemd[1]: Started Console Manager. >Mar 28 17:51:41 localhost dhclient[1046]: Internet Systems Consortium DHCP Client 4.2.5 >Mar 28 17:51:41 localhost dhclient[1046]: Copyright 2004-2013 Internet Systems Consortium. >Mar 28 17:51:41 localhost dhclient[1046]: All rights reserved. >Mar 28 17:51:41 localhost dhclient[1046]: For info, please visit https://www.isc.org/software/dhcp/ >Mar 28 17:51:41 localhost dhclient[1046]: >Mar 28 17:51:41 localhost NetworkManager[631]: <info> (eth0): DHCPv4 state changed nbi -> preinit >Mar 28 17:51:41 localhost dhclient[1046]: Listening on LPF/eth0/52:54:00:5f:59:a2 >Mar 28 17:51:41 localhost dhclient[1046]: Sending on LPF/eth0/52:54:00:5f:59:a2 >Mar 28 17:51:41 localhost dhclient[1046]: Sending on Socket/fallback >Mar 28 17:51:41 localhost dhclient[1046]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 (xid=0x78cfc383) >Mar 28 17:51:41 localhost dhclient[1046]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x78cfc383) >Mar 28 17:51:41 localhost dhclient[1046]: DHCPOFFER from 192.168.122.1 >Mar 28 17:51:41 localhost dhclient[1046]: DHCPACK from 192.168.122.1 (xid=0x78cfc383) >Mar 28 17:51:41 localhost NetworkManager[631]: <info> (eth0): DHCPv4 state changed preinit -> bound >Mar 28 17:51:41 localhost dhclient[1046]: bound to 192.168.122.57 -- renewal in 1750 seconds. >Mar 28 17:51:41 localhost NetworkManager[631]: <info> address 192.168.122.57 >Mar 28 17:51:41 localhost NetworkManager[631]: <info> prefix 24 (255.255.255.0) >Mar 28 17:51:41 localhost NetworkManager[631]: <info> gateway 192.168.122.1 >Mar 28 17:51:41 localhost NetworkManager[631]: <info> nameserver '192.168.122.1' >Mar 28 17:51:41 localhost NetworkManager[631]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >Mar 28 17:51:41 localhost NetworkManager[631]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... >Mar 28 17:51:41 localhost avahi-daemon[490]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.122.57. >Mar 28 17:51:41 localhost avahi-daemon[490]: New relevant interface eth0.IPv4 for mDNS. >Mar 28 17:51:41 localhost avahi-daemon[490]: Registering new address record for 192.168.122.57 on eth0.IPv4. >Mar 28 17:51:41 localhost systemd-logind[488]: New session 1 of user liveuser. >Mar 28 17:51:41 localhost systemd-logind[488]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display. >Mar 28 17:51:41 localhost gdm[640]: GLib: g_variant_compare: assertion `!g_variant_is_container (a)' failed >Mar 28 17:51:41 localhost gdm[640]: GLib: g_variant_compare: assertion `!g_variant_is_container (a)' failed > >Exception occurred during /var/log/messages file copy: >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 449, in dump > ret += line.encode("utf-8") >UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 71: ordinal not in range(128)
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 928982
: 717869 |
717870
|
717871
|
717872
|
717873
|
717874
|
717875